diff --git a/ChangeLog b/ChangeLog index d46d4229ee..80831feed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Nov 25 16:29:09 CET 2008 Daniel Veillard + + * configure.in docs/* NEWS: release of 0.5.0 + * po/*: updated from the translators and merged + * docs/apibuild.py src/libvirt.c: avoid some warnings at doc + generation time + Tue Nov 25 16:34:10 +0100 2008 Jim Meyering * configure.in: avoid the following diagnostic when running ../configure diff --git a/NEWS b/NEWS index e69de29bb2..52c68cbe29 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,796 @@ + + NEWS file for libvirt + + Note that this is automatically generated from the news webpage at: + http://libvirt.org/news.html + + +0.5.0: Nov 25 2008: + - New features: CPU and scheduler support for LXC (Dan Smith), SDL display configuration (Daniel Berrange), domain lifecycle event support for QEmu and Xen with python bindings (Ben Guthro and Daniel Berrange), KVM/QEmu migration support (Rich Jones and Chris Lalancette), User Mode Linux driver (Daniel Berrange), API for node device enumeration using HAL and DeviceKit with python bindings (David Lively), + - Portability: RHEL build fixes, VPATH build (Guido Gunther), many MinGW related cleanups and fixes (Richard Jones), compilation without libvirtd (Richard Jones), Add a Windows icon (Richard Jones), sys/poll.h portability fixes (Daniel Berrange), gnulib and mingw cleanups (Jim Meyering), + - Documentation: virsh man page cleanups (Mark McLoughlin), doc for NIC model selection (Richard Jones), monitoring section, link to AMQP bindings, inew APIs, UML driver docs (Daniel Berrange), + - Bug fixes: Xen interfaces ordering (Jim Fehlig), startup timeout with multiple pty (Cole Robinson), segfault if QEmu without active virtual network (Cole Robinson), qemu small leak (Eduardo Habkost), index creation for more than 26 disks (Sanjay Rao and Chris Wright), virRealloc handling of 0 (Daniel Berrange), missing pointer initialization (Chris Lalancette), bus device index bug (Guido Günther), avoid crash in some error patch (Chris Lalancette), fix a problem in storage back-end (Chris Lalancette), minimum domain memory size check for Xen (Shigeki Sakamoto), switch off QEmu cache if device is shared (Charles Duffy), logical volume definition before scan bug (Chris Lalancette), a couple of memory leaks on QEmu vnc (Jim Meyering), lvs parsing fixes (Cole Robinson), + - Improvements: LXC resources control and internal cgroup API (Dan Smith), virDomainCreateLinux renamed virDomainDefineXML, network driver modularization (Daniel Berrange), change the way domain and net are reported in errors (Jim Meyering), partition table scan on iSCSI (Chris Lalancette), qemudDiskDeviceName to handle normal disks (Guido Günther), qemudDomainBlockStats improvement (Guido Günther), scsi/virtio hotplug support for KVM (Guido Günther), USB hot addition in QEmu (Guido Günther), logical pool and storage backend XML dump improvement (Chris Lalancette), MAC addresses prefix per driver (Daniel Berrange), OpenVZ getVersion support (Daniel Berrange), hot removal of scsi/virtio disks for KVM (Guido Günther), test storage driver (Cole Robinson), iSCSI and disk storage driver improvement on path handling (Chris Lalancette), UUID and ID support for Xenner (Daniel Berrange), better logging when when executing commands (Cole Robinson), bridged network for OpenVZ (Daniel Berrange), OpenVZ config file params (Evgeniy Sokolov), allow to build drivers as libtool convenience libs (Daniel Berrange), fully versioned linker script for exported ABI (Daniel Berrange), Push URI probing down into drivers open (Daniel Berrange), move all stateful drivers into the daemon binary (Daniel Berrange), improve domain event with a detail field (Daniel Berrange), domain events for QEMU driver (Daniel Berrange), event unregister callback crash (David Lively), plug a few leaks (Daniel Berrange), internal APIs for handling node device XML config (David Lively), tweaks to node device implementation (Daniel Berrange), OpenVZ vCPUs values init (Evgeniy Sokolov) + - Cleanups: C99 initializers (Guido Gunther), test output (Cole Robinson), debug macro centralization (Cole Robinson), various error handling (Guido Günther), safewrite use cleanup (Jim Meyering), centralize error reporting logic (Cole Robinson), avoid printf warnings (Daniel Berrange), use arrays instead of list for internal APIs (Daniel Berrange), remove many format string warnings Jim Meyering), avoid syntax check warnings (Chris Lalancette), improve po-check and list generation (Jim Meyering), .gitignore generation and handling (Jim Meyering), use ARRAY_CARDINALITY (Jim Meyering), gnulib updates and switch to use netdb.h (Jim Meyering), drop usage of socket_errno (Jim Meyering), remove socketcompat.h (Jim Meyering), more tests (Jim Meyering), drop virStringList (Daniel Berrange), reformatting and isolation of the error APIs (Daniel Berrange), cleanup internal.h and move internal APIs in specific headers (Daniel Berrange), move domain events helpers into domain_events.c (Daniel Berrange), cleanup the way optional modules are compiled (Daniel Berrange), add new logging module, optional dlopen of drivers (Daniel Berrange), various new tests (Jim Meyering), cleanups when Xen is not configured in (Daniel Berrange), add some missing functions comments (Jim Meyering), + + +0.4.6: Sep 23 2008: + - Documentation: fix some comments in API (Anton Protopopov), + cleanup and extension of bindings and windows pages (Richard Jones) + - Portability: missing include file (Richard Jones) + - Bug fixes: avoid a segfault if missing qemu emulator (Cole Robinson), + reading vncdisplay from xend domain (Cole Robinson), segfault in + OpenVZ (Evgeniy Sokolov), fix parsing of pool without a source + (Chris Lalancette and Daniel Berrange) + - Improvements: add storage disk volume delete (Cole Robinson), + KVM dynamic max CPU detection (Guido Günther), spec file improvement + for minimal builds (Ben Guthro), improved error message in XM + configuration module (Richard Jones), network config in OpenVZ + support (Evgeniy Sokolov), enable stopping a pool in logical + storage backend and cleanup deletion of pool (Chris Lalancette) + - Cleanups: deadcode removal (Nguyen Anh Quynh), fix one test + case (Daniel Berrange), various strings and space cleanups (Daniel + Berrange), structure initialization cleanup (Chris Lalancette) + + +0.4.5: Sep 8 2008: + - New features: NETNS support for Linux containers (Dan Smith), + unified XML domain and network parsing for all drivers (Daniel + Berrange), OpenVZ features improvements (Evgeniy Sokolov), + OpenVZ and Linux containers support now default, USB device + passthrough for QEmu/KVM (Guido Günther), storage pool source + discovery (David Lively) + - Portability: fixes for MinGW (Atsushi SAKAI and Daniel Berrange), + detection of xen lib improvement (David Lively), + storage backend portability for SLES (David Lively), + fix make distclean and distcheck (Jim Meyering), + fix build failures on RHEL4, lot of MinGW portability fixes (Atsushi + SAKAI and Daniel Berrange), HTML generation fix, -lpthread explicit + linking when needed (Jim Meyering) + - Documentation: various typo fixes (Anton Protopopov, Toth + István, Atsushi SAKAI, Nguyen Anh Quynh), + Java bindings docs, remove Xen centric + comments (Guido Günther), various typo in comments (Chris + Lalancette), docs and API comments fixes (Charles Duffy), + how to contribute to open source link (Richard Jones), + memory unit fixups (matthew chan) + - Bug fixes: memory leaks and testing for OOM (Daniel Berrange), + do_open driver bug(Evgeniy Sokolov), don't use polkit auth when + running as non-root (Daniel Berrange), boot of CDRom devices + in QEmu/KVM (Daniel Berrange), fix OpenVZ probe function (Evgeniy + Sokolov), ID related lookup fixes in OpenVZ (Evgeniy Sokolov), + pool cration for netfs (Cole Robinson), check for migrate support + with QEmu (Guido Günther), check against double create with QEmu + (Guido Günther), broken open failure detection in QEmu (Guido + Günther), UUID string conversions in QEmu (Guido Günther), + various small cleanup and bug fixes (Daniel Berrange), ID + related fixes in the test driver (Daniel Berrange), better error + reporting on XML parsing (Daniel Berrange), empty CD-ROM source + device section (Chris Lalancette), avoid crashes for interface + without a name in QEmu (Guido Günther), provide the real + vncport (Charles Duffy), fix forward delay (Daniel Berrange), + new VM state is initialized to be SHUTOFF (Daniel Berrange), + virsh attach-disk bug fixes (Chris Lalancette), veth clash + of device names (Dan Smith), connection lookup fixes on + storage creation (Cole Robinson), parted call fix (Cole Robinson), + use "server" option when using serial/telnet with QEmu (Mark + McLoughlin), duplicate virInitialize calls (Nguyen Anh Quynh), + many fixes to virExec and related functions (Daniel Berrange), + size of disk without partitions (Cole Robinson), creating and + cleaning up logical volumes with target path (Cole Robinson), + fix reporting of virConnectOpen problems (Daniel Berrange), + veth cleanup at shutdown (Dan Smith), lookup of Xen VMs after define + (Cole Robinson), fix emulator reported capabilities (Cole Robinson), + avoid segfault on KVM CD eject (Cole Robinson), fix disk ordering + and avoid duplicate in QEmu XML parsing (Cole Robinson), update + domain XML after device hotplug (Cole Robinson), use poweroff instead + of halt when shutting down a Xen domain (John Levon), don't dump core + of Xen domain live by default (John Levon), vgcreate command line + size bug (Jim Fehlig), signed/unsigned issue in probing file + (Cole Robinson), Fix Xen domains without PVFB console (Daniel + Berrange), OpenVZ config read bug fix (Evgeniy Sokolov). + + - Improvements: improved failure diagnostic for TAP (Jim Meyering), + better exec and error diagnostic for OpenVZ commands (Evgeniy + Sokolov), OpenVZ auto start and stop of domains (Evgeniy Sokolov), + OpenVZ domain cpu time consumption (Evgeniy Sokolov), virsh + shutdown improvements and test (Jim Meyering), better report of + XML well formedness errors (Richard Jones), new XML elements + (Daniel Berrange), virsh "edit" command (Richard Jones), save + UUID of OpenVZ domains (Evgeniy Sokolov), improve xen blocks + statistics (Chris Lalancette), gnulib updates (Jim Meyering), + allow to add disk as USB devices (Guido Günther), LXC container + process should survive libvirtd restarts (Daniel Berrange), allow + to define static host domain configs, number of CPU used by + OpenVZ domains (Evgeniy Sokolov), private root fs for LXC (Daniel + Berrange), storage source information in storage pools (David Lively), + virsh reports attach and detach success (Cole Robinson), detect + failure in QEmu eject command (Cole Robinson), add support for + eect on floppy and SCSI cdroms for QEmu (Cole Robinson), LXC + hypervisor version extraction (Dan Smith), Augeas config file support + (Daniel Berrange), support for a domain name in network + config (JJ Reynolds). + - Cleanups: Python verbosity cleanup (Ryan Scott), + space and tabs cleanups (Atsushi SAKAI), OpenVZ and LXC drivers + cleanup and unification of XML handling (Daniel Berrange), updates + to Relax-NG XML schemas (John Levon and Daniel Berrange), more + printf format checkings (Jim Meyering), VIR_FREE related cleanups + (Jim Meyering), integer string parsing cleanup (Evgeniy Sokolov), + initial OpenVZ xml refactoring (Evgeniy Sokolov), better error + message on domain redefine (Charles Duffy), check XML files against + the RNG Schemas (Daniel Berrange), const-correctness in virsh + (Richard Jones and Jim Meyering), const-correctness and cleanups + in LXC and OpenVZ drivers (Daniel Berrange), virFileLinkPointsTo + rewrite (Jim Meyering), cleanup of the conditional compilation + of C files (Daniel Berrange), shell quoting fixes (Jim Meyering), + parallel build support (James Morris and Jim Meyering), new + convenenience virFileReadLimFD function (Jim Meyering). + + +0.4.4: Jun 25 2008: + - Bug fixes: QEmu network serialization (Kaitlin Rupert), internal + memory allocation fixes (Chris Lalancette Jim Meyering), virsh + large file config problem (Jim Meyering), xen list APIs when + max is zero, string escape problems in the xm driver + - Improvements: add autogen to tarballs, improve iSCSI support + (Chris Lalancette), localization updates + - Cleanups: const-ness fixed (Daniel P. Berrange), string helpers + for enumeations (Daniel P. Berrange) + + +0.4.3: Jun 12 2008: + - New features: Linux Container start and stop (Dave Leskovec), + Network interface model settings (Daniel Berrange),serial and parallel + device support for QEmu and Xen (Daniel Berrange), + Sound support for QEmu and Xen (Cole Robinson), vCPU settings for + QEmu (Cole Robinson), support for NUMA and vCPU pinning in QEmu + (Daniel Berrange), new virDomainBlockPeek API (Richard Jones) + - Documentation: coding guidelines (Jim Meyering and Richard Jones), + small man page missing entries and cleanup, + Web site revamp (Daniel Berrange), + typo fixes (Atsushi SAKAI), more docs on network XML format + (Daniel Berrange), libvirt Wiki (Daniel Berrange), + policykit config docs (Cole Robinson), XML domain docs revamp + (Daniel Berrange), docs for remote listen-tls/tcp fixes (Kenneth + Nagin), + - Bug fixes: save change to config file for Xen (Ryan Scott), + fix /var/run/libvirt/ group ownership (Anton Protopopov), + ancient libparted workaround (Soren Hansen), out of bount + array access (Daniel Berrange), remote check bug (Dave Leskovec), + LXC signal and daemon restart problems (Dave Leskovec), bus selection + logic fix in the daemon config (Daniel Berrange), 2 memory leaks + in the daemon (Jim Meyering), daemon pid file logic bug fix + (Daniel Berrange), python generator fixes (Daniel Berrange), + ivarious leaks and memory problem pointed by valgrind (Daniel + Berrange), iptables forwarding cleanup (Daniel Berrange), + Xen cpuset value checking (Hiroyuki Kaguchi), container process + checks for LXC (Dave Leskovec), let xend check block device syntax + (Hiroyuki Kaguchi), UUIDString for python fixes (Cole Robinson) + - Improvements: fixes for MinGW compilation (Richard Jones), + autostart for running Xen domains (Cole Robinson), + control of listening IP for daemon (Stefan de Konink), + various Xenner related fixes and improvements (Daniel Berrange) + autostart status printed in virsh domainfo (Shigeki Sakamoto), + better error messages for xend driver (Richard Jones) + - Code cleanups: OpenVZ compilation (Richard Jones), conn dom and + net fields deprecation in error structures (Richard Jones), + Xen-ism on UUID (Richard Jones), add missing .pod to dist (Richard + Jones), tab cleanup from sources (Jim Meyering), remove unused field + in virsh control structure (Richard Jones), compilation without + pthread.h (Jim Meyering), cleanup of tests (Daniel Berrange), + syntax-check improvements (Jim Meyering), python cleanup, + remove dependancy on libc is_* character tests (Jim Meyering), + format related cleanups (Jim Meyering), cleanup of the buffer + internal APIs (Daniel Berrange), conversion to the new memory + allocation API (Daniel Berrange), lcov coverage testing + (Daniel Berrange), gnulib updates (Jim Meyering), compatibility + fix with RHEL 5 (Daniel Berrange), SuSE compatibility fix (Jim + Fehlig), const'ification of a number of structures (Jim Meyering), + string comparison macro cleanups (Daniel Berrange), character + range testing cleanups and assorted bug fixes (Jim Meyering), + QEmu test fixes (Daniel Berrange), configure macro cleanup (Daniel + Berrange), refactor QEmu command line building code (Daniel Berrange), + type punning warning in remote code (Richard Jones), refactoring + of internal headers (Richard Jones), generic out of memory + testing and associated bug fixes (Daniel Berrange), don't raise + internal error for unsupported features (Kaitlin Rupert), + missing driver entry points (Daniel Berrange) + + +0.4.2: Apr 8 2008: + - New features: memory operation for QEmu/KVM driver (Cole Robinson), + new routed networking schemas (Mads Olesen) + - Documentation: storage documentation fixes (Atsushi Sakai), many + typo cleanups (Atsushi Sakai), string fixes (Francesco Tombolini) + - Bug fixes: pointer errors in qemu (Jim Meyering), iSCSI login fix + (Chris Lalancette), well formedness error in test driver capabilities + (Cole Robinson), fixes cleanup code when daemon exits (Daniel Berrange), + CD Rom change on live QEmu/KVM domains (Cole Robinson), setting scheduler + parameter is forbidden for read-only (Saori Fukuta)i, fixes for TAP + devices (Daniel Berrange), assorted storage driver fixes (Daniel + Berrange), Makefile fixes (Jim Meyering), Xen-3.2 hypercall fix, + fix iptables rules to avoid blocking traffic within virtual network + (Daniel Berrange), XML output fix for directory pools (Daniel Berrange), + remove dandling domain/net/conn pointers from error data, do not + ask polkit auth when root (Daniel Berrange), handling of fork and + pipe errors when starting the daemon (Richard Jones) + - Improvements: better validation of MAC addresses (Jim Meyering and + Hiroyuki Kaguchi), + virsh vcpupin error report (Shigeki Sakamoto), keep boot tag on + HVM domains (Cole Robinson), virsh non-root should not be limited to read + only anymore (Daniel Berrange), switch to polkit-auth from polkit-grant + (Daniel Berrange), better handling of missing SElinux data (Daniel + Berrange and Jim Meyering), cleanup of the connection opening logic + (Daniel Berrange), first bits of Linux Containers support (Dave Leskovec), + scheduler API support via xend (Saori Fukuta), improvement of the + testing framework and first tests (Jim Meyering), missing error + messages from virsh parameters validation (Shigeki Sakamoto), + improve support of older iscsiadm command (Chris Lalancette), + move linux container support in the daemon (Dan Berrange), older + awk implementation support (Mike Gerdts), NUMA support in test + driver (Cole Robinson), xen and hvm added to test driver capabilities + (Cole Robinson) + - Code cleanup: remove unused getopt header (Jim Meyering), mark more + strings as translatable (Guido Günther and Jim Meyering), convert + error strings to something meaningful and translatable (Jim Meyering), + Linux Containers code cleanup, last error initializer (Guido Günther) + + +0.4.1: Mar 3 2008: + - New features: build on MacOSX (Richard Jones), storage management + (Daniel Berrange), Xenner - Xen on KVM - support (Daniel Berrange) + - Documentation: Fix of various typos (Atsushi SAKAI), memory and + vcpu settings details (Richard Jones), ethernet bridging typo + (Maxwell Bottiger), add storage APIs documentation (Daniel Berrange) + - Bug fixes: OpenVZ code compilation (Mikhail Pokidko), crash in + policykit auth handling (Daniel Berrange), large config files + (Daniel Berrange), cpumap hypercall size (Saori Fukuta), crash + in remote auth (Daniel Berrange), ssh args error (Daniel Berrange), + preserve vif order from config files (Hiroyuki Kaguchi), invalid + pointer access (Jim Meyering), virDomainGetXMLDesc flag handling, + device name conversion on stats (Daniel Berrange), double mutex lock + (Daniel Berrange), config file reading crashes (Guido Guenther), + xenUnifiedDomainSuspend bug (Marcus Meissner), do not crash if + /sys/hypervisor/capabilities is missing (Mark McLoughlin), + virHashRemoveSet bug (Hiroyuki Kaguchi), close-on-exec flag for + qemud signal pipe (Daniel Berrange), double free in OpenVZ + (Anton Protopopov), handle mac without addresses (Shigeki Sakamoto), + MAC addresses checks (Shigeki Sakamoto and Richard Jones), + allow to read non-seekable files (Jim Meyering) + - Improvements: Windows build (Richard Jones), KVM/QEmu shutdown + (Guido Guenther), catch virExec output on debug (Mark McLoughlin), + integration of iptables and lokkit (Mark McLoughlin), keymap + parameter for VNC servers (Daniel Hokka Zakrisson), enable debug + by default using VIR_DEBUG (Daniel Berrange), xen 3.2 fixes + (Daniel Berrange), Python bindings for VCPU and scheduling + (Daniel Berrange), framework for automatic code syntax checks + (Jim Meyering), allow kernel+initrd setup in Xen PV (Daniel Berrange), + allow change of Disk/NIC of an inactive domains (Shigeki Sakamoto), + virsh commands to manipulate and create storage(Daniel Berrange), + update use of PolicyKit APIs, better detection of fedault hypervisor, + block device statistics for QEmu/KVM (Richard Jones), various improvements + for Xenner (Daniel Berrange) + - Code cleanups: avoid warnings (Daniel Berrange), virRun helper + function (Dan Berrange), iptable code fixes (Mark McLoughlin), + static and const cleanups (Jim Meyering), malloc and python cleanups + (Jim Meyering), xstrtol_ull and xstrtol_ll functions (Daniel Berrange), + remove no-op networking from OpenVZ (Daniel Berrange), python generator + cleanups (Daniel Berrange), cleanup ref counting (Daniel Berrange), + remove uninitialized warnings (Jim Meyering), cleanup configure + for RHEL4 (Daniel Berrange), CR/LF cleanups (Richard Jones), + various automatic code check and associated cleanups (Jim Meyering), + various memory leaks (Jim Meyering), fix compilation when building + without Xen (Guido Guenther), mark translatables strings (Jim Meyering), + use virBufferAddLit for constant strings (Jim Meyering), fix + make distcheck (Jim Meyering), return values for python bindings (Cole + Robinson), trailing blanks fixes (Jim Meyering), gcc-4.3.0 fixes + (Mark McLoughlin), use safe read and write routines (Jim Meyering), + refactoring of code dealing with hypervisor capabilities (Daniel + Berrange), qemudReportError to use virErrorMsg (Cole Robinson), + intemediate library and Makefiles for compiling static and coverage + rule support (Jim Meyering), cleanup of various leaks (Jim Meyering) + + +0.4.0: Dec 18 2007: + - New features: Compilation on Windows cygwin/mingw (Richard Jones), + Ruby bindings (David Lutterkort), SASL based authentication for + libvirt remote support (Daniel Berrange), PolicyKit authentication + (Daniel Berrange) + - Documentation: example files for QEMU and libvirtd configuations + (Daniel Berrange), english cleanups (Jim Paris), CIM and OpenVZ + references, document , daemon startup when using + QEMU/KVM, document HV support for new NUMA calls (Richard Jones), + various english fixes (Bruce Montague), OCaml docs links (Richard Jones), + describe the various bindings add Ruby link, Windows support page + (Richard Jones), authentication documentation updates (Daniel Berrange) + + - Bug fixes: NUMA topology error handling (Beth Kon), NUMA topology + cells without CPU (Beth Kon), XML to/from XM bridge config (Daniel + Berrange), XM processing of vnc parameters (Daniel Berrange), Reset + migration source after failure (Jim Paris), negative integer in config + (Tatsuro Enokura), zero terminating string buffer, detect integer + overflow (Jim Meyering), QEmu command line ending fixes (Daniel Berrange), + recursion problem in the daemon (Daniel Berrange), HVM domain with CDRom + (Masayuki Sunou), off by one error in NUMA cpu count (Beth Kon), + avoid xend errors when adding disks (Masayuki Sunou), compile error + (Chris Lalancette), transposed fwrite args (Jim Meyering), compile + without xen and on solaris (Jim Paris), parsing of interface names + (Richard Jones), overflow for starts on 32bits (Daniel Berrange), + fix problems in error reporting (Saori Fukuta), wrong call to + brSetForwardDelay changed to brSetEnableSTP (Richard Jones), + allow shareable disk in old Xen, fix wrong certificate file (Jim + Meyering), avoid some startup error when non-root, off-by-1 buffer + NULL termination (Daniel Berrange), various string allocation fixes + (Daniel Berrange), avoid problems with vnetXXX interfaces in domain dumps + (Daniel Berrange), build fixes for RHEL (Daniel Berrange), virsh prompt + should not depend on uid (Richard Jones), fix scaping of '<' (Richard + Jones), fix detach-disk on Xen tap devices (Saori Fukuta), CPU + parameter setting in XM config (Saori Fukuta), credential handling + fixes (Daniel Berrange), fix compatibility with Xen 3.2.0 (Daniel + Berrange) + + - Improvements: /etc/libvirt/qemu.conf configuration for QEMU driver + (Daniel Berrange), NUMA cpu pinning in config files (DV and Saori Fukuta), + CDRom media change in KVM/QEMU (Daniel Berrange), tests for + in configs, pinning inactive domains for Xen 3.0.3 + (Saori Fukuta), use gnulib for portability enhancement (Jim Meyering), + --without-libvirtd config option (Richard Jones), Python bindings for + NUMA, add extra utility functions to buffer (Richard Jones), + separate qparams module for handling query parameters (Richard Jones) + + - Code cleanups: remove virDomainRestart from API as it was never used + (Richard Jones), constify params for attach/detach APIs (Daniel Berrange), + gcc printf attribute checkings (Jim Meyering), refactoring of device + parsing code and shell escaping (Daniel Berrange), virsh schedinfo + parameters validation (Masayuki Sunou), Avoid risk of format string abuse + (Jim Meyering), integer parsing cleanups (Jim Meyering), build out + of the source tree (Jim Meyering), URI parsing refactoring (Richard + Jones), failed strdup/malloc handling (Jim Meyering), Make "make + distcheck" work (Jim Meyering), improve xen internall error reports + (Richard Jones), cleanup of the daemon remote code (Daniel Berrange), + rename error VIR_FROM_LINUX to VIR_FROM_STATS_LINUX (Richard Jones), + don't compile the proxy if without Xen (Richard Jones), fix paths when + configuring for /usr prefix, improve error reporting code (Jim Meyering), + detect heap allocation failure (Jim Meyering), disable xen sexpr parsing + code if Xen is disabled (Daniel Berrange), cleanup of the GetType + entry point for Xen drivers, move some QEmu path handling to generic + module (Daniel Berrange), many code cleanups related to the Windows + port (Richard Jones), disable the proxy if using PolicyKit, readline + availability detection, test libvirtd's config-processing code (Jim + Meyering), use a variable name as sizeof argument (Jim Meyering) + + + +0.3.3: Sep 30 2007: + - New features: Avahi mDNS daemon export (Daniel Berrange), + NUMA support (Beth Kan) + - Documentation: cleanups (Toth Istvan), typos (Eduardo Pereira), + - Bug fixes: memory corruption on large dumps (Masayuki Sunou), fix + virsh vncdisplay command exit (Masayuki Sunou), Fix network stats + TX/RX result (Richard Jones), warning on Xen 3.0.3 (Richard Jones), + missing buffer check in virDomainXMLDevID (Hugh Brock), avoid zombies + when using remote (Daniel Berrange), xend connection error message + (Richard Jones), avoid ssh tty prompt (Daniel Berrange), username + handling for remote URIs (Fabian Deutsch), fix potential crash + on multiple input XML tags (Daniel Berrange), Solaris Xen hypercalls + fixup (Mark Johnson) + - Improvements: OpenVZ support (Shuveb Hussain and Anoop Cyriac), + CD-Rom reload on XEn (Hugh Brock), PXE boot got QEmu/KVM (Daniel + Berrange), QEmu socket permissions customization (Daniel Berrange), + more QEmu support (Richard Jones), better path detection for qemu and + dnsmasq (Richard Jones), QEmu flags are per-Domain (Daniel Berrange), + virsh freecell command, Solaris portability fixes (Mark Johnson), + default bootloader support (Daniel Berrange), new virNodeGetFreeMemory + API, vncpasswd extraction in configuration files if secure (Mark + Johnson and Daniel Berrange), Python bindings for block and interface + statistics + - Code cleanups: virDrvOpenRemoteFlags definition (Richard Jones), + configure tests and output (Daniel Berrange) + + +0.3.2: Aug 21 2007: + - New features: KVM migration and save/restore (Jim Paris), + added API for migration (Richard Jones), added APIs for block device and + interface statistic (Richard Jones). + - Documentation: examples for XML network APIs, + fix typo and schedinfo synopsis in man page (Atsushi SAKAI), + hypervisor support page update (Richard Jones). + - Bug fixes: remove a couple of leaks in QEmu/KVM backend(Daniel berrange), + fix GnuTLS 1.0 compatibility (Richard Jones), --config/-f option + mistake for libvirtd (Richard Jones), remove leak in QEmu backend + (Jim Paris), fix some QEmu communication bugs (Jim Paris), UUID + lookup though proxy fix, setvcpus checking bugs (with Atsushi SAKAI), + int checking in virsh parameters (with Masayuki Sunou), deny devices + attach/detach for < Xen 3.0.4 (Masayuki Sunou), XenStore query + memory leak (Masayuki Sunou), virsh schedinfo cleanup (Saori Fukuta). + - Improvement: virsh new ttyconsole command, networking API implementation + for test driver (Daniel berrange), qemu/kvm feature reporting of + ACPI/APIC (David Lutterkort), checking of QEmu architectures (Daniel + berrange), improve devices XML errors reporting (Masayuki Sunou), + speedup of domain queries on Xen (Daniel berrange), augment XML dumps + with interface devices names (Richard Jones), internal API to query + drivers for features (Richard Jones). + + - Cleanups: Improve virNodeGetInfo implentation (Daniel berrange), + general UUID code cleanup (Daniel berrange), fix API generator + file selection. + + +0.3.1: Jul 24 2007: + - Documentation: index to remote page, script to test certificates, + IPv6 remote support docs (Daniel Berrange), document + VIRSH_DEFAULT_CONNECT_URI in virsh man page (David Lutterkort), + Relax-NG early grammar for the network XML (David Lutterkort) + - Bug fixes: leaks in disk XML parsing (Masayuki Sunou), hypervisor + alignment call problems on PPC64 (Christian Ehrhardt), dead client + registration in daemon event loop (Daniel Berrange), double free + in error handling (Daniel Berrange), close on exec for log file + descriptors in the daemon (Daniel Berrange), avoid caching problem + in remote daemon (Daniel Berrange), avoid crash after QEmu domain + failure (Daniel Berrange) + - Improvements: checks of x509 certificates and keys (Daniel Berrange), + error reports in the daemon (Daniel Berrange), checking of Ethernet MAC + addresses in XML configs (Masayuki Sunou), support for a new + clock switch between UTC and localtime (Daniel Berrange), early + version of OpenVZ support (Shuveb Hussain), support for input devices + on PS/2 and USB buses (Daniel Berrange), more tests especially + the QEmu support (Daniel Berrange), range check in credit scheduler + (with Saori Fukuta and Atsushi Sakai), add support for listen VNC + parameter un QEmu and fix command line arg (Daniel Berrange) + - Cleanups: debug tracing (Richard Jones), removal of --with-qemud-pid-file + (Richard Jones), remove unused virDeviceMode, new util module for + code shared between drivers (Shuveb Hussain), xen header location + detection (Richard Jones) + + +0.3.0: Jul 9 2007: + - Secure Remote support (Richard Jones). + See the remote page + of the documentation + + - Documentation: remote support (Richard Jones), description of + the URI connection strings (Richard Jones), update of virsh man + page, matrix of libvirt API/hypervisor support with version + information (Richard Jones) + - Bug fixes: examples Makefile.am generation (Richard Jones), + SetMem fix (Mark Johnson), URI handling and ordering of + drivers (Daniel Berrange), fix virsh help without hypervisor (Richard + Jones), id marshalling fix (Daniel Berrange), fix virConnectGetMaxVcpus + on remote (Richard Jones), avoid a realloc leak (Jim Meyering), scheduler + parameters handling for Xen (Richard Jones), various early remote + bug fixes (Richard Jones), remove virsh leaks of domains references + (Masayuki Sunou), configCache refill bug (Richard Jones), fix + XML serialization bugs + - Improvements: QEmu switch to XDR-based protocol (Dan Berrange), + device attach/detach commands (Masayuki Sunou), OCaml bindings + (Richard Jones), new entry points virDomainGetConnect and + virNetworkGetConnect useful for bindings (Richard Jones), + reunitifaction of remote and qemu daemon under a single libvirtd + with a config file (Daniel Berrange) + - Cleanups: parsing of connection URIs (Richard Jones), messages + from virsh (Saori Fukuta), Coverage files (Daniel Berrange), + Solaris fixes (Mark Johnson), avoid [r]index calls (Richard Jones), + release information in Xen backend, virsh cpupin command cleanups + (Masayuki Sunou), xen:/// suppport as standard Xen URI (Richard Jones and + Daniel Berrange), improve driver selection/decline mechanism (Richard + Jones), error reporting on XML dump (Richard Jones), Remove unused + virDomainKernel structure (Richard Jones), daemon event loop event + handling (Daniel Berrange), various unifications cleanup in the daemon + merging (Daniel Berrange), internal file and timer monitoring API + (Daniel Berrange), remove libsysfs dependancy, call brctl program + directly (Daniel Berrange), virBuffer functions cleanups (Richard Jones), + make init script LSB compliant, error handling on lookup functions + (Richard Jones), remove internal virGetDomainByID (Richard Jones), + revamp of xen subdrivers interfaces (Richard Jones) + - Localization updates + + +0.2.3: Jun 8 2007: + - Documentation: documentation for upcoming remote access (Richard Jones), + virConnectNumOfDefinedDomains doc (Jan Michael), virsh help messages + for dumpxml and net-dumpxml (Chris Wright), + - Bug fixes: RelaxNG schemas regexp fix (Robin Green), RelaxNG arch bug + (Mark McLoughlin), large buffers bug fixes (Shigeki Sakamoto), error + on out of memory condition (Shigeki Sakamoto), virshStrdup fix, non-root + driver when using Xen bug (Richard Jones), use --strict-order when + running dnsmasq (Daniel Berrange), virbr0 weirdness on restart (Mark + McLoughlin), keep connection error messages (Richard Jones), increase + QEmu read buffer on help (Daniel Berrange), rpm dependance on + dnsmasq (Daniel Berrange), fix XML boot device syntax (Daniel Berrange), + QEmu memory bug (Daniel Berrange), memory leak fix (Masayuki Sunou), + fix compiler flags (Richard Jones), remove type ioemu on recent Xen + HVM for paravirt drivers (Saori Fukuta), uninitialized string bug + (Masayuki Sunou), allow init even if the daemon is not running, + XML to config fix (Daniel Berrange) + - Improvements: add a special error class for the test module (Richard + Jones), virConnectGetCapabilities on proxy (Richard Jones), allow + network driver to decline usage (Richard Jones), extend error messages + for upcoming remote access (Richard Jones), on_reboot support for QEmu + (Daniel Berrange), save daemon output in a log file (Daniel Berrange), + xenXMDomainDefineXML can override guest config (Hugh Brock), + add attach-device and detach-device commands to virsh (Masayuki Sunou + and Mark McLoughlin and Richard Jones), make virGetVersion case + insensitive and Python bindings (Richard Jones), new scheduler API + (Atsushi SAKAI), localizations updates, add logging option for virsh + (Nobuhiro Itou), allow arguments to be passed to bootloader (Hugh Brock), + increase the test suite (Daniel Berrange and Hugh Brock) + - Cleanups: Remove VIR_DRV_OPEN_QUIET (Richard Jones), disable xm_internal.c + for Xen > 3.0.3 (Daniel Berrange), unused fields in _virDomain (Richard + Jones), export __virGetDomain and __virGetNetwork for libvirtd only + (Richard Jones), ignore old VNC config for HVM on recent Xen (Daniel + Berrange), various code cleanups, -Werror cleanup (Hugh Brock) + + +0.2.2: Apr 17 2007: + - Documentation: fix errors due to Amaya (with Simon Hernandez), + virsh uses kB not bytes (Atsushi SAKAI), add command line help to + qemud (Richard Jones), xenUnifiedRegister docs (Atsushi SAKAI), + strings typos (Nikolay Sivov), ilocalization probalem raised by + Thomas Canniot + - Bug fixes: virsh memory values test (Masayuki Sunou), operations without + libvirt_qemud (Atsushi SAKAI), fix spec file (Florian La Roche, Jeremy + Katz, Michael Schwendt), + direct hypervisor call (Atsushi SAKAI), buffer overflow on qemu + networking command (Daniel Berrange), buffer overflow in quemud (Daniel + Berrange), virsh vcpupin bug (Masayuki Sunou), host PAE detections + and strcuctures size (Richard Jones), Xen PAE flag handling (Daniel + Berrange), bridged config configuration (Daniel Berrange), erroneous + XEN_V2_OP_SETMAXMEM value (Masayuki Sunou), memory free error (Mark + McLoughlin), set VIR_CONNECT_RO on read-only connections (S.Sakamoto), + avoid memory explosion bug (Daniel Berrange), integer overflow + for qemu CPU time (Daniel Berrange), QEMU binary path check (Daniel + Berrange) + - Cleanups: remove some global variables (Jim Meyering), printf-style + functions checks (Jim Meyering), better virsh error messages, increase + compiler checkings and security (Daniel Berrange), virBufferGrow usage + and docs, use calloc instead of malloc/memset, replace all sprintf by + snprintf, avoid configure clobbering user's CTAGS (Jim Meyering), + signal handler error cleanup (Richard Jones), iptables internal code + claenup (Mark McLoughlin), unified Xen driver (Richard Jones), + cleanup XPath libxml2 calls, IPTables rules tightening (Daniel + Berrange), + - Improvements: more regression tests on XML (Daniel Berrange), Python + bindings now generate exception in error cases (Richard Jones), + Python bindings for vir*GetAutoStart (Daniel Berrange), + handling of CD-Rom device without device name (Nobuhiro Itou), + fix hypervisor call to work with Xen 3.0.5 (Daniel Berrange), + DomainGetOSType for inactive domains (Daniel Berrange), multiple boot + devices for HVM (Daniel Berrange), + + + +0.2.1: Mar 16 2007: + - Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin) + - Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt + config directory (Daniel Berrange and Mark McLoughlin), memory leak + in qemud (Mark), various fixes on network support (Mark), avoid Xen + domain zombies on device hotplug errors (Daniel Berrange), various + fixes on qemud (Mark), args parsing (Richard Jones), virsh -t argument + (Saori Fukuta), avoid virsh crash on TAB key (Daniel Berrange), detect + xend operation failures (Kazuki Mizushima), don't listen on null socket + (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900 + (Nobuhiro Itou), assorted networking fixes (Daniel Berrange), shutoff and + shutdown mismatches (Kazuki Mizushima), unlimited memory handling + (Atsushi SAKAI), python binding fixes (Tatsuro Enokura) + - Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies + and build (Daniel Berrange), fix xend port detection (Daniel + Berrange), icompile time warnings (Mark), avoid const related + compiler warnings (Daniel Berrange), automated builds (Daniel + Berrange), pointer/int mismatch (Richard Jones), configure time + selection of drivers, libvirt spec hacking (Daniel Berrange) + - Add support for network autostart and init scripts (Mark McLoughlin) + - New API virConnectGetCapabilities() to detect the virtualization + capabilities of a host (Richard Jones) + - Minor improvements: qemud signal handling (Mark), don't shutdown or reboot + domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange), + network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and + Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap + VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum + number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich + Jones), python bindings for new functions (Daniel Berrange) + - Documentation updates especially on the XML formats + + +0.2.0: Feb 14 2007: + - Various internal cleanups (Mark McLoughlin, Richard Jones, + Daniel Berrange, Karel Zak) + - Bug fixes: avoid a crash in connect (Daniel Berrange), virsh args + parsing (Richard Jones) + - Add support for QEmu and KVM virtualization (Daniel Berrange) + - Add support for network configuration (Mark McLoughlin) + - Minor improvements: regression testing (Daniel Berrange), + localization string updates + + +0.1.11: Jan 22 2007: + - Finish XML <-> XM config files support + - Remove memory leak when freeing virConf objects + - Finishing inactive domain support (Daniel Berrange) + - Added a Relax-NG schemas to check XML instances + + +0.1.10: Dec 20 2006: + - more localizations + - bug fixes: VCPU info breakages on xen 3.0.3, xenDaemonListDomains buffer overflow (Daniel Berrange), reference count bug when creating Xen domains (Daniel Berrange). + - improvements: support graphic framebuffer for Xen paravirt (Daniel Berrange), VNC listen IP range support (Daniel Berrange), support for default Xen config files and inactive domains of 3.0.4 (Daniel Berrange). + + +0.1.9: Nov 29 2006: + - python bindings: release interpeter lock when calling C (Daniel Berrange) + - don't raise HTTP error when looking information for a domain + - some refactoring to use the driver for all entry points + - better error reporting (Daniel Berrange) + - fix OS reporting when running as non-root + - provide XML parsing errors + - extension of the test framework (Daniel Berrange) + - fix the reconnect regression test + - python bindings: Domain instances now link to the Connect to avoid garbage collection and disconnect + - separate the notion of maximum memory and current use at the XML level + - Fix a memory leak (Daniel Berrange) + - add support for shareable drives + - add support for non-bridge style networking configs for guests(Daniel Berrange) + - python bindings: fix unsigned long marshalling (Daniel Berrange) + - new config APIs virConfNew() and virConfSetValue() to build configs from scratch + - hot plug device support based on Michel Ponceau patch + - added support for inactive domains, new APIs, various associated cleanup (Daniel Berrange) + - special device model for HVM guests (Daniel Berrange) + - add API to dump core of domains (but requires a patched xend) + - pygrub bootloader information take over information + - updated the localization strings + + +0.1.8: Oct 16 2006: + - Bug for system with page size != 4k + - vcpu number initialization (Philippe Berthault) + - don't label crashed domains as shut off (Peter Vetere) + - fix virsh man page (Noriko Mizumoto) + - blktapdd support for alternate drivers like blktap (Daniel Berrange) + - memory leak fixes (xend interface and XML parsing) (Daniel Berrange) + - compile fix + - mlock/munlock size fixes (Daniel Berrange) + - improve error reporting + + +0.1.7: Sep 29 2006: + - fix a memory bug on getting vcpu information from xend (Daniel Berrange) + - fix another problem in the hypercalls change in Xen changeset + 86d26e6ec89b when getting domain information (Daniel Berrange) + + +0.1.6: Sep 22 2006: + - Support for localization of strings using gettext (Daniel Berrange) + - Support for new Xen-3.0.3 cdrom and disk configuration (Daniel Berrange) + - Support for setting VNC port when creating domains with new + xend config files (Daniel Berrange) + - Fix bug when running against xen-3.0.2 hypercalls (Jim Fehlig) + - Fix reconnection problem when talking directly to http xend + + +0.1.5: Sep 5 2006: + - Support for new hypercalls change in Xen changeset 86d26e6ec89b + - bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi + (Daniel Berrange), virsh on non-existent domains (Daniel Berrange), + string cast bug when handling error in python (Pete Vetere), HTTP + 500 xend error code handling (Pete Vetere and Daniel Berrange) + - improvements: test suite for SEXPR <-> XML format conversions (Daniel + Berrange), virsh output regression suite (Daniel Berrange), new environ + variable VIRSH_DEFAULT_CONNECT_URI for the default URI when connecting + (Daniel Berrange), graphical console support for paravirt guests + (Jeremy Katz), parsing of simple Xen config files (with Daniel Berrange), + early work on defined (not running) domains (Daniel Berrange), + virsh output improvement (Daniel Berrange + + +0.1.4: Aug 16 2006: + - bug fixes: spec file fix (Mark McLoughlin), error report problem (with + Hugh Brock), long integer in Python bindings (with Daniel Berrange), XML + generation bug for CDRom (Daniel Berrange), bug whem using number() XPath + function (Mark McLoughlin), fix python detection code, remove duplicate + initialization errors (Daniel Berrange) + - improvements: UUID in XML description (Peter Vetere), proxy code + cleanup, virtual CPU and affinity support + virsh support (Michel + Ponceau, Philippe Berthault, Daniel Berrange), port and tty information + for console in XML (Daniel Berrange), added XML dump to driver and proxy + support (Daniel Berrange), extention of boot options with support for + floppy and cdrom (Daniel Berrange), features block in XML to report/ask + PAE, ACPI, APIC for HVM domains (Daniel Berrange), fail saide-effect + operations when using read-only connection, large improvements to test + driver (Daniel Berrange) + - documentation: spelling (Daniel Berrange), test driver examples. + + +0.1.3: Jul 11 2006: + - bugfixes: build as non-root, fix xend access when root, handling of + empty XML elements (Mark McLoughlin), XML serialization and parsing fixes + (Mark McLoughlin), allow to create domains without disk (Mark + McLoughlin), + - improvement: xenDaemonLookupByID from O(n^2) to O(n) (Daniel Berrange), + support for fully virtualized guest (Jim Fehlig, DV, Mark McLoughlin) + - documentation: augmented to cover hvm domains + + +0.1.2: Jul 3 2006: + - headers include paths fixup + - proxy mechanism for unprivileged read-only access by httpu + + +0.1.1: Jun 21 2006: + - building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P. + Berrange) + - driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P. + Berrange) + - Cope with API change introduced in Xen changeset 10277 + - new test driver for regression checks (Daniel P. Berrange) + - improvements: added UUID to XML serialization, buffer usage (Karel + Zak), --connect argument to virsh (Daniel P. Berrange), + - bug fixes: uninitialized memory access in error reporting, S-Expr + parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO in + xs_internal.c + - documentation: Python examples (David Lutterkort), new Perl binding + URL, man page update (Karel Zak) + + +0.1.0: Apr 10 2006: + - building fixes: --with-xen-distdir option (Ronald Aigner), out of tree + build and pkginfo cflag fix (Daniel Berrange) + - enhancement and fixes of the XML description format (David Lutterkort + and Jim Fehlig) + - new APIs: for Node information and Reboot + - internal code cleanup: refactoring internals into a driver model, more + error handling, structure sharing, thread safety and ref counting + - bug fixes: error message (Jim Meyering), error allocation in virsh (Jim + Meyering), virDomainLookupByID (Jim Fehlig), + - documentation: updates on architecture, and format, typo fix (Jim + Meyering) + - bindings: exception handling in examples (Jim Meyering), perl ones out + of tree (Daniel Berrange) + - virsh: more options, create, nodeinfo (Karel Zak), renaming of some + options (Karel Zak), use stderr only for errors (Karel Zak), man page + (Andrew Puch) + + +0.0.6: Feb 28 2006: + - add UUID lookup and extract API + - add error handling APIs both synchronous and asynchronous + - added minimal hook for error handling at the python level, improved the + python bindings + - augment the documentation and tests to cover error handling + + +0.0.5: Feb 23 2006: + - Added XML description parsing, dependance to libxml2, implemented the + creation API virDomainCreateLinux() + - new APIs to lookup and name domain by UUID + - fixed the XML dump when using the Xend access + - Fixed a few more problem related to the name change + - Adding regression tests in python and examples in C + - web site improvement, extended the documentation to cover the XML + format and Python API + - Added devhelp help for Gnome/Gtk programmers + + +0.0.4: Feb 10 2006: + - Fix various bugs introduced in the name change + + +0.0.3: Feb 9 2006: + - Switch name from from 'libvir' to libvirt + - Starting infrastructure to add code examples + - Update of python bindings for completeness + + +0.0.2: Jan 29 2006: + - Update of the documentation, web site redesign (Diana Fong) + - integration of HTTP xend RPC based on libxend by Anthony Liquori for + most operations + - Adding Save and Restore APIs + - extended the virsh command line tool (Karel Zak) + - remove xenstore transactions (Anthony Liguori) + - fix the Python bindings bug when domain and connections where freed + + +0.0.1: Dec 19 2005: + - First release + - Basic management of existing Xen domains + - Minimal autogenerated Python bindings + diff --git a/configure.in b/configure.in index 4db7204fc5..30929ee618 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.4.6]) +AC_INIT([libvirt], [0.5.0]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER([config.h]) diff --git a/docs/apibuild.py b/docs/apibuild.py index e351e93ae8..034f503b1d 100755 --- a/docs/apibuild.py +++ b/docs/apibuild.py @@ -29,6 +29,15 @@ ignored_words = { "VIR_DEPRECATED": (0, "macro keyword"), } +ignored_functions = { + "virDomainMigrateFinish": "private function for migration", + "virDomainMigrateFinish2": "private function for migration", + "virDomainMigratePerform": "private function for migration", + "virDomainMigratePrepare": "private function for migration", + "virDomainMigratePrepare2": "private function for migration", + "virDrvSupportsFeature": "private function for remote access", +} + def escape(raw): raw = string.replace(raw, '&', '&') raw = string.replace(raw, '<', '<') @@ -758,10 +767,14 @@ class CParser: # as possible # def mergeFunctionComment(self, name, description, quiet = 0): + global ignored_functions + if name == 'main': quiet = 1 if name[0:2] == '__': quiet = 1 + if ignored_functions.has_key(name): + quiet = 1 (ret, args) = description desc = "" diff --git a/docs/devhelp/libvirt-libvirt.html b/docs/devhelp/libvirt-libvirt.html index 8a0ae8273f..9bba266ff5 100644 --- a/docs/devhelp/libvirt-libvirt.html +++ b/docs/devhelp/libvirt-libvirt.html @@ -740,7 +740,7 @@ The content of this structure is not made public by the API.

virConnectDomainEventRegister ()

int	virConnectDomainEventRegister	(virConnectPtr conn, 
virConnectDomainEventCallback cb,
void * opaque,
virFreeCallback freecb)

Adds a Domain Event Callback. Registering for a domain callback will enable delivery of the events

-
conn:pointer to the connection
cb:callback to the function handling domain events
opaque:opaque data to pass on to the callback
freecb:
Returns:0 on success, -1 on failure
+
conn:pointer to the connection
cb:callback to the function handling domain events
opaque:opaque data to pass on to the callback
freecb:optional function to deallocate opaque when not used anymore
Returns:0 on success, -1 on failure

virConnectFindStoragePoolSources ()

char *	virConnectFindStoragePoolSources	(virConnectPtr conn, 
const char * type,
const char * srcSpec,
unsigned int flags)

Talks to a storage backend and attempts to auto-discover the set of available storage pool sources. e.g. For iSCSI this would be a set of iSCSI targets. For NFS this would be a list of exported paths. The srcSpec (optional for some storage pool types, e.g. local ones) is an instance of the storage pool's source element specifying where to look for the pools. srcSpec is not required for some types (e.g., those querying local storage resources only)

@@ -1095,11 +1095,11 @@ The content of this structure is not made public by the API.
dev:pointer to the node device
Returns:the 0 for success, -1 for error.

+

Just return the device name

+
dev:the device
Returns:the device name or NULL in case of error

virNodeDeviceGetParent ()

const char *	virNodeDeviceGetParent	(virNodeDevicePtr dev)
-

+

Accessor for the parent of the device

dev:the device
Returns:the name of the device's parent, or NULL if the device has no parent.

virNodeDeviceGetXMLDesc ()

char *	virNodeDeviceGetXMLDesc		(virNodeDevicePtr dev, 
unsigned int flags)
@@ -1115,7 +1115,7 @@ The content of this structure is not made public by the API.
conn:pointer to the hypervisor connection
name:unique device name
Returns:a virNodeDevicePtr if found, NULL otherwise.

virNodeDeviceNumOfCaps ()

int	virNodeDeviceNumOfCaps		(virNodeDevicePtr dev)
-

+

Accessor for the number of capabilities supported by the device.

dev:the device
Returns:the number of capabilities supported by the device.

virNodeGetCellsFreeMemory ()

int	virNodeGetCellsFreeMemory	(virConnectPtr conn, 
unsigned long long * freeMems,
int startCell,
int maxCells)
diff --git a/docs/devhelp/libvirt-virterror.html b/docs/devhelp/libvirt-virterror.html index eeba6604f3..9e32422bc3 100644 --- a/docs/devhelp/libvirt-virterror.html +++ b/docs/devhelp/libvirt-virterror.html @@ -102,7 +102,8 @@ void virConnResetLastError (VIR_FROM_NETWORK = 19 /* Error from network config */ VIR_FROM_DOMAIN = 20 /* Error from domain config */ VIR_FROM_UML = 21 /* Error at the UML driver */ - VIR_FROM_NODEDEV = 22 /* Error from node device monitor */ + VIR_FROM_NODEDEV = 22 /* Error from node device monitor */ + VIR_FROM_XEN_INOTIFY = 23 /* Error from xen inotify layer */ };

diff --git a/docs/html/libvirt-libvirt.html b/docs/html/libvirt-libvirt.html index 96d18ecfc8..448cbe9218 100644 --- a/docs/html/libvirt-libvirt.html +++ b/docs/html/libvirt-libvirt.html @@ -335,7 +335,7 @@ char * virStorageVolGetXMLDesc (

This function closes the connection to the Hypervisor. This should not be called if further interaction with the Hypervisor are needed especially if there is running domain which need further monitoring by the application.

conn:pointer to the hypervisor connection
Returns:0 in case of success or -1 in case of error.

virConnectDomainEventCallback

typedef int	(*virConnectDomainEventCallback)	(virConnectPtr conn, 
virDomainPtr dom,
int event,
int detail,
void * opaque)

A callback function to be registered, and called when a domain event occurs

conn:virConnect connection
dom:The domain on which the event occured
event:The specfic virDomainEventType which occured
detail:event specific detail information
opaque:opaque user data
Returns:

virConnectDomainEventDeregister

int	virConnectDomainEventDeregister	(virConnectPtr conn, 
virConnectDomainEventCallback cb)

Removes a Domain Event Callback. De-registering for a domain callback will disable delivery of this event type

conn:pointer to the connection
cb:callback to the function handling domain events
Returns:0 on success, -1 on failure

virConnectDomainEventRegister

int	virConnectDomainEventRegister	(virConnectPtr conn, 
virConnectDomainEventCallback cb,
void * opaque,
virFreeCallback freecb)
-

Adds a Domain Event Callback. Registering for a domain callback will enable delivery of the events

conn:pointer to the connection
cb:callback to the function handling domain events
opaque:opaque data to pass on to the callback
freecb:
Returns:0 on success, -1 on failure

virConnectFindStoragePoolSources

char *	virConnectFindStoragePoolSources	(virConnectPtr conn, 
const char * type,
const char * srcSpec,
unsigned int flags)
+

Adds a Domain Event Callback. Registering for a domain callback will enable delivery of the events

conn:pointer to the connection
cb:callback to the function handling domain events
opaque:opaque data to pass on to the callback
freecb:optional function to deallocate opaque when not used anymore
Returns:0 on success, -1 on failure

virConnectFindStoragePoolSources

char *	virConnectFindStoragePoolSources	(virConnectPtr conn, 
const char * type,
const char * srcSpec,
unsigned int flags)

Talks to a storage backend and attempts to auto-discover the set of available storage pool sources. e.g. For iSCSI this would be a set of iSCSI targets. For NFS this would be a list of exported paths. The srcSpec (optional for some storage pool types, e.g. local ones) is an instance of the storage pool's source element specifying where to look for the pools. srcSpec is not required for some types (e.g., those querying local storage resources only)

conn:pointer to hypervisor connection
type:type of storage pool sources to discover
srcSpec:XML document specifying discovery source
flags:flags for discovery (unused, pass 0)
Returns:an xml document consisting of a SourceList element containing a source document appropriate to the given pool type for each discovered source.

virConnectGetCapabilities

char *	virConnectGetCapabilities	(virConnectPtr conn)

Provides capabilities of the hypervisor / driver.

conn:pointer to the hypervisor connection
Returns:NULL in case of error, or an XML string defining the capabilities. The client must free the returned string after use.

virConnectGetHostname

char *	virConnectGetHostname		(virConnectPtr conn)

This returns the system hostname on which the hypervisor is running (the result of the gethostname(2) system call). If we are connected to a remote system, then this returns the hostname of the remote system.

conn:pointer to a hypervisor connection
Returns:the hostname which must be freed by the caller, or NULL if there was an error.

virConnectGetMaxVcpus

int	virConnectGetMaxVcpus		(virConnectPtr conn, 
const char * type)
@@ -433,12 +433,12 @@ char * virStorageVolGetXMLDesc (

Configure the network to be automatically started when the host machine boots.

network:a network object
autostart:whether the network should be automatically started 0 or 1
Returns:-1 in case of error, 0 in case of success

virNetworkUndefine

int	virNetworkUndefine		(virNetworkPtr network)

Undefine a network but does not stop it if it is running

network:pointer to a defined network
Returns:0 in case of success, -1 in case of error

virNodeDeviceFree

int	virNodeDeviceFree		(virNodeDevicePtr dev)

Drops a reference to the node device, freeing it if this was the last reference.

dev:pointer to the node device
Returns:the 0 for success, -1 for error.

virNodeDeviceGetName

const char *	virNodeDeviceGetName	(virNodeDevicePtr dev)
-

dev:the device
Returns:the device name.

virNodeDeviceGetParent

const char *	virNodeDeviceGetParent	(virNodeDevicePtr dev)
-

dev:the device
Returns:the name of the device's parent, or NULL if the device has no parent.

virNodeDeviceGetXMLDesc

char *	virNodeDeviceGetXMLDesc		(virNodeDevicePtr dev, 
unsigned int flags)
+

Just return the device name

dev:the device
Returns:the device name or NULL in case of error

virNodeDeviceGetParent

const char *	virNodeDeviceGetParent	(virNodeDevicePtr dev)
+

Accessor for the parent of the device

dev:the device
Returns:the name of the device's parent, or NULL if the device has no parent.

virNodeDeviceGetXMLDesc

char *	virNodeDeviceGetXMLDesc		(virNodeDevicePtr dev, 
unsigned int flags)

Fetch an XML document describing all aspects of the device.

dev:pointer to the node device
flags:flags for XML generation (unused, pass 0)
Returns:the XML document, or NULL on error

virNodeDeviceListCaps

int	virNodeDeviceListCaps		(virNodeDevicePtr dev, 
char ** const names,
int maxnames)

Lists the names of the capabilities supported by the device.

dev:the device
names:array to collect the list of capability names
maxnames:size of @names
Returns:the number of capability names listed in @names.

virNodeDeviceLookupByName

virNodeDevicePtr	virNodeDeviceLookupByName	(virConnectPtr conn, 
const char * name)

Lookup a node device by its name.

conn:pointer to the hypervisor connection
name:unique device name
Returns:a virNodeDevicePtr if found, NULL otherwise.

virNodeDeviceNumOfCaps

int	virNodeDeviceNumOfCaps		(virNodeDevicePtr dev)
-

dev:the device
Returns:the number of capabilities supported by the device.

virNodeGetCellsFreeMemory

int	virNodeGetCellsFreeMemory	(virConnectPtr conn, 
unsigned long long * freeMems,
int startCell,
int maxCells)
+

Accessor for the number of capabilities supported by the device.

dev:the device
Returns:the number of capabilities supported by the device.

virNodeGetCellsFreeMemory

int	virNodeGetCellsFreeMemory	(virConnectPtr conn, 
unsigned long long * freeMems,
int startCell,
int maxCells)

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.

conn:pointer to the hypervisor connection
freeMems:pointer to the array of unsigned long long
startCell:index of first cell to return freeMems info on.
maxCells:Maximum number of cells for which freeMems information can be returned.
Returns:the number of entries filled in freeMems, or -1 in case of error.

virNodeGetFreeMemory

unsigned long long	virNodeGetFreeMemory	(virConnectPtr conn)

provides the free memory available on the Node

conn:pointer to the hypervisor connection
Returns:the available free memory in kilobytes or 0 in case of error

virNodeGetInfo

int	virNodeGetInfo			(virConnectPtr conn, 
virNodeInfoPtr info)

Extract hardware information about the node.

conn:pointer to the hypervisor connection
info:pointer to a virNodeInfo structure allocated by the user
Returns:0 in case of success and -1 in case of failure.

virNodeListDevices

int	virNodeListDevices		(virConnectPtr conn, 
const char * cap,
char ** const names,
int maxnames,
unsigned int flags)
diff --git a/docs/html/libvirt-virterror.html b/docs/html/libvirt-virterror.html index 98ff2c8662..ee65bc77f2 100644 --- a/docs/html/libvirt-virterror.html +++ b/docs/html/libvirt-virterror.html @@ -25,7 +25,7 @@ void virSetErrorFunc (void * userData,
intcode : The error code, a virErrorNumber
intdomain : What part of the library raised this error
char *message : human-readable informative error message
virErrorLevellevel : how consequent is the error
virConnectPtrconn : connection if available, deprecated see note above
virDomainPtrdom : domain if available, deprecated see note above
char *str1 : extra string information
char *str2 : extra string information
char *str3 : extra string information
intint1 : extra number information
intint2 : extra number information
virNetworkPtrnet : network if available, deprecated see note above
 }
 

virErrorDomain

enum virErrorDomain {
-
VIR_FROM_NONE = 0
VIR_FROM_XEN = 1 : Error at Xen hypervisor layer
VIR_FROM_XEND = 2 : Error at connection with xend daemon
VIR_FROM_XENSTORE = 3 : Error at connection with xen store
VIR_FROM_SEXPR = 4 : Error in the S-Expression code
VIR_FROM_XML = 5 : Error in the XML code
VIR_FROM_DOM = 6 : Error when operating on a domain
VIR_FROM_RPC = 7 : Error in the XML-RPC code
VIR_FROM_PROXY = 8 : Error in the proxy code
VIR_FROM_CONF = 9 : Error in the configuration file handling
VIR_FROM_QEMU = 10 : Error at the QEMU daemon
VIR_FROM_NET = 11 : Error when operating on a network
VIR_FROM_TEST = 12 : Error from test driver
VIR_FROM_REMOTE = 13 : Error from remote driver
VIR_FROM_OPENVZ = 14 : Error from OpenVZ driver
VIR_FROM_XENXM = 15 : Error at Xen XM layer
VIR_FROM_STATS_LINUX = 16 : Error in the Linux Stats code
VIR_FROM_LXC = 17 : Error from Linux Container driver
VIR_FROM_STORAGE = 18 : Error from storage driver
VIR_FROM_NETWORK = 19 : Error from network config
VIR_FROM_DOMAIN = 20 : Error from domain config
VIR_FROM_UML = 21 : Error at the UML driver
VIR_FROM_NODEDEV = 22 : Error from node device monitor
}
+
VIR_FROM_NONE = 0
VIR_FROM_XEN = 1 : Error at Xen hypervisor layer
VIR_FROM_XEND = 2 : Error at connection with xend daemon
VIR_FROM_XENSTORE = 3 : Error at connection with xen store
VIR_FROM_SEXPR = 4 : Error in the S-Expression code
VIR_FROM_XML = 5 : Error in the XML code
VIR_FROM_DOM = 6 : Error when operating on a domain
VIR_FROM_RPC = 7 : Error in the XML-RPC code
VIR_FROM_PROXY = 8 : Error in the proxy code
VIR_FROM_CONF = 9 : Error in the configuration file handling
VIR_FROM_QEMU = 10 : Error at the QEMU daemon
VIR_FROM_NET = 11 : Error when operating on a network
VIR_FROM_TEST = 12 : Error from test driver
VIR_FROM_REMOTE = 13 : Error from remote driver
VIR_FROM_OPENVZ = 14 : Error from OpenVZ driver
VIR_FROM_XENXM = 15 : Error at Xen XM layer
VIR_FROM_STATS_LINUX = 16 : Error in the Linux Stats code
VIR_FROM_LXC = 17 : Error from Linux Container driver
VIR_FROM_STORAGE = 18 : Error from storage driver
VIR_FROM_NETWORK = 19 : Error from network config
VIR_FROM_DOMAIN = 20 : Error from domain config
VIR_FROM_UML = 21 : Error at the UML driver
VIR_FROM_NODEDEV = 22 : Error from node device monitor
VIR_FROM_XEN_INOTIFY = 23 : Error from xen inotify layer
}
 

virErrorLevel

enum virErrorLevel {
 
VIR_ERR_NONE = 0
VIR_ERR_WARNING = 1 : A simple warning
VIR_ERR_ERROR = 2 : An error
}
 

virErrorNumber

enum virErrorNumber {
diff --git a/docs/libvirt-api.xml b/docs/libvirt-api.xml
index 186f805acf..efee4a63ea 100644
--- a/docs/libvirt-api.xml
+++ b/docs/libvirt-api.xml
@@ -313,6 +313,7 @@
      
      
      
+     
      
      
      
@@ -566,7 +567,7 @@
     
     
     
-    
+    
     
     
     
@@ -582,6 +583,7 @@
     
     
     
+    
     
     
     
@@ -817,7 +819,7 @@ see note above'/>
       
       
       
-      
+      
     
     
       Talks to a storage backend and attempts to auto-discover the set of available storage pool sources. e.g. For iSCSI this would be a set of iSCSI targets. For NFS this would be a list of exported paths.  The srcSpec (optional for some storage pool types, e.g. local ones) is an instance of the storage pool's source element specifying where to look for the pools.  srcSpec is not required for some types (e.g., those querying local storage resources only)
@@ -1430,12 +1432,12 @@ see note above'/>
       
     
     
-      
-      
+      Just return the device name
+      
       
     
     
-      
+      Accessor for the parent of the device
       
       
     
@@ -1459,7 +1461,7 @@ see note above'/>
       
     
     
-      
+      Accessor for the number of capabilities supported by the device.
       
       
     
diff --git a/docs/libvirt-refs.xml b/docs/libvirt-refs.xml
index 4868870cc9..35592b6ee3 100644
--- a/docs/libvirt-refs.xml
+++ b/docs/libvirt-refs.xml
@@ -134,6 +134,7 @@
     
     
     
+    
     
     
     
@@ -530,6 +531,7 @@
       
       
       
+      
       
       
       
@@ -1544,6 +1546,7 @@
       
       
       
+      
       
       
       
@@ -1584,6 +1587,10 @@
           
           
         
+        
+          
+          
+        
         
           
         
@@ -1856,6 +1863,11 @@
           
         
       
+      
+        
+          
+        
+      
       
         
           
@@ -2389,6 +2401,7 @@
           
         
         
+          
           
         
         
@@ -3008,6 +3021,9 @@
         
           
         
+        
+          
+        
         
           
           
@@ -4469,6 +4485,7 @@
           
         
         
+          
           
           
           
@@ -4937,6 +4954,7 @@
           
           
           
+          
           
         
         
@@ -5627,6 +5645,7 @@
           
           
           
+          
           
           
           
@@ -5939,6 +5958,7 @@
         
         
           
+          
           
           
           
diff --git a/docs/news.html b/docs/news.html
index e9260abd54..9c53d8fd95 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -76,6 +76,8 @@
         

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 CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progress.

+

0.5.0: Nov 25 2008

+
  • New features: CPU and scheduler support for LXC (Dan Smith), SDL display configuration (Daniel Berrange), domain lifecycle event support for QEmu and Xen with python bindings (Ben Guthro and Daniel Berrange), KVM/QEmu migration support (Rich Jones and Chris Lalancette), User Mode Linux driver (Daniel Berrange), API for node device enumeration using HAL and DeviceKit with python bindings (David Lively),
  • Portability: RHEL build fixes, VPATH build (Guido Gunther), many MinGW related cleanups and fixes (Richard Jones), compilation without libvirtd (Richard Jones), Add a Windows icon (Richard Jones), sys/poll.h portability fixes (Daniel Berrange), gnulib and mingw cleanups (Jim Meyering),
  • Documentation: virsh man page cleanups (Mark McLoughlin), doc for NIC model selection (Richard Jones), monitoring section, link to AMQP bindings, inew APIs, UML driver docs (Daniel Berrange),
  • Bug fixes: Xen interfaces ordering (Jim Fehlig), startup timeout with multiple pty (Cole Robinson), segfault if QEmu without active virtual network (Cole Robinson), qemu small leak (Eduardo Habkost), index creation for more than 26 disks (Sanjay Rao and Chris Wright), virRealloc handling of 0 (Daniel Berrange), missing pointer initialization (Chris Lalancette), bus device index bug (Guido Günther), avoid crash in some error patch (Chris Lalancette), fix a problem in storage back-end (Chris Lalancette), minimum domain memory size check for Xen (Shigeki Sakamoto), switch off QEmu cache if device is shared (Charles Duffy), logical volume definition before scan bug (Chris Lalancette), a couple of memory leaks on QEmu vnc (Jim Meyering), lvs parsing fixes (Cole Robinson),
  • Improvements: LXC resources control and internal cgroup API (Dan Smith), virDomainCreateLinux renamed virDomainDefineXML, network driver modularization (Daniel Berrange), change the way domain and net are reported in errors (Jim Meyering), partition table scan on iSCSI (Chris Lalancette), qemudDiskDeviceName to handle normal disks (Guido Günther), qemudDomainBlockStats improvement (Guido Günther), scsi/virtio hotplug support for KVM (Guido Günther), USB hot addition in QEmu (Guido Günther), logical pool and storage backend XML dump improvement (Chris Lalancette), MAC addresses prefix per driver (Daniel Berrange), OpenVZ getVersion support (Daniel Berrange), hot removal of scsi/virtio disks for KVM (Guido Günther), test storage driver (Cole Robinson), iSCSI and disk storage driver improvement on path handling (Chris Lalancette), UUID and ID support for Xenner (Daniel Berrange), better logging when when executing commands (Cole Robinson), bridged network for OpenVZ (Daniel Berrange), OpenVZ config file params (Evgeniy Sokolov), allow to build drivers as libtool convenience libs (Daniel Berrange), fully versioned linker script for exported ABI (Daniel Berrange), Push URI probing down into drivers open (Daniel Berrange), move all stateful drivers into the daemon binary (Daniel Berrange), improve domain event with a detail field (Daniel Berrange), domain events for QEMU driver (Daniel Berrange), event unregister callback crash (David Lively), plug a few leaks (Daniel Berrange), internal APIs for handling node device XML config (David Lively), tweaks to node device implementation (Daniel Berrange), OpenVZ vCPUs values init (Evgeniy Sokolov)
  • Cleanups: C99 initializers (Guido Gunther), test output (Cole Robinson), debug macro centralization (Cole Robinson), various error handling (Guido Günther), safewrite use cleanup (Jim Meyering), centralize error reporting logic (Cole Robinson), avoid printf warnings (Daniel Berrange), use arrays instead of list for internal APIs (Daniel Berrange), remove many format string warnings Jim Meyering), avoid syntax check warnings (Chris Lalancette), improve po-check and list generation (Jim Meyering), .gitignore generation and handling (Jim Meyering), use ARRAY_CARDINALITY (Jim Meyering), gnulib updates and switch to use netdb.h (Jim Meyering), drop usage of socket_errno (Jim Meyering), remove socketcompat.h (Jim Meyering), more tests (Jim Meyering), drop virStringList (Daniel Berrange), reformatting and isolation of the error APIs (Daniel Berrange), cleanup internal.h and move internal APIs in specific headers (Daniel Berrange), move domain events helpers into domain_events.c (Daniel Berrange), cleanup the way optional modules are compiled (Daniel Berrange), add new logging module, optional dlopen of drivers (Daniel Berrange), various new tests (Jim Meyering), cleanups when Xen is not configured in (Daniel Berrange), add some missing functions comments (Jim Meyering),

0.4.6: Sep 23 2008

  • Documentation: fix some comments in API (Anton Protopopov), cleanup and extension of bindings and windows pages (Richard Jones)
  • Portability: missing include file (Richard Jones)
  • Bug fixes: avoid a segfault if missing qemu emulator (Cole Robinson), diff --git a/docs/news.html.in b/docs/news.html.in index 430efee645..3bac4fc7ae 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -5,6 +5,15 @@

    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 CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progress.

    +

    0.5.0: Nov 25 2008

    +
      +
    • New features: CPU and scheduler support for LXC (Dan Smith), SDL display configuration (Daniel Berrange), domain lifecycle event support for QEmu and Xen with python bindings (Ben Guthro and Daniel Berrange), KVM/QEmu migration support (Rich Jones and Chris Lalancette), User Mode Linux driver (Daniel Berrange), API for node device enumeration using HAL and DeviceKit with python bindings (David Lively),
    • +
    • Portability: RHEL build fixes, VPATH build (Guido Gunther), many MinGW related cleanups and fixes (Richard Jones), compilation without libvirtd (Richard Jones), Add a Windows icon (Richard Jones), sys/poll.h portability fixes (Daniel Berrange), gnulib and mingw cleanups (Jim Meyering),
    • +
    • Documentation: virsh man page cleanups (Mark McLoughlin), doc for NIC model selection (Richard Jones), monitoring section, link to AMQP bindings, inew APIs, UML driver docs (Daniel Berrange),
    • +
    • Bug fixes: Xen interfaces ordering (Jim Fehlig), startup timeout with multiple pty (Cole Robinson), segfault if QEmu without active virtual network (Cole Robinson), qemu small leak (Eduardo Habkost), index creation for more than 26 disks (Sanjay Rao and Chris Wright), virRealloc handling of 0 (Daniel Berrange), missing pointer initialization (Chris Lalancette), bus device index bug (Guido Gĵnther), avoid crash in some error patch (Chris Lalancette), fix a problem in storage back-end (Chris Lalancette), minimum domain memory size check for Xen (Shigeki Sakamoto), switch off QEmu cache if device is shared (Charles Duffy), logical volume definition before scan bug (Chris Lalancette), a couple of memory leaks on QEmu vnc (Jim Meyering), lvs parsing fixes (Cole Robinson),
    • +
    • Improvements: LXC resources control and internal cgroup API (Dan Smith), virDomainCreateLinux renamed virDomainDefineXML, network driver modularization (Daniel Berrange), change the way domain and net are reported in errors (Jim Meyering), partition table scan on iSCSI (Chris Lalancette), qemudDiskDeviceName to handle normal disks (Guido Gĵnther), qemudDomainBlockStats improvement (Guido Gĵnther), scsi/virtio hotplug support for KVM (Guido Gĵnther), USB hot addition in QEmu (Guido Gĵnther), logical pool and storage backend XML dump improvement (Chris Lalancette), MAC addresses prefix per driver (Daniel Berrange), OpenVZ getVersion support (Daniel Berrange), hot removal of scsi/virtio disks for KVM (Guido Gĵnther), test storage driver (Cole Robinson), iSCSI and disk storage driver improvement on path handling (Chris Lalancette), UUID and ID support for Xenner (Daniel Berrange), better logging when when executing commands (Cole Robinson), bridged network for OpenVZ (Daniel Berrange), OpenVZ config file params (Evgeniy Sokolov), allow to build drivers as libtool convenience libs (Daniel Berrange), fully versioned linker script for exported ABI (Daniel Berrange), Push URI probing down into drivers open (Daniel Berrange), move all stateful drivers into the daemon binary (Daniel Berrange), improve domain event with a detail field (Daniel Berrange), domain events for QEMU driver (Daniel Berrange), event unregister callback crash (David Lively), plug a few leaks (Daniel Berrange), internal APIs for handling node device XML config (David Lively), tweaks to node device implementation (Daniel Berrange), OpenVZ vCPUs values init (Evgeniy Sokolov)
    • +
    • Cleanups: C99 initializers (Guido Gunther), test output (Cole Robinson), debug macro centralization (Cole Robinson), various error handling (Guido Gĵnther), safewrite use cleanup (Jim Meyering), centralize error reporting logic (Cole Robinson), avoid printf warnings (Daniel Berrange), use arrays instead of list for internal APIs (Daniel Berrange), remove many format string warnings Jim Meyering), avoid syntax check warnings (Chris Lalancette), improve po-check and list generation (Jim Meyering), .gitignore generation and handling (Jim Meyering), use ARRAY_CARDINALITY (Jim Meyering), gnulib updates and switch to use netdb.h (Jim Meyering), drop usage of socket_errno (Jim Meyering), remove socketcompat.h (Jim Meyering), more tests (Jim Meyering), drop virStringList (Daniel Berrange), reformatting and isolation of the error APIs (Daniel Berrange), cleanup internal.h and move internal APIs in specific headers (Daniel Berrange), move domain events helpers into domain_events.c (Daniel Berrange), cleanup the way optional modules are compiled (Daniel Berrange), add new logging module, optional dlopen of drivers (Daniel Berrange), various new tests (Jim Meyering), cleanups when Xen is not configured in (Daniel Berrange), add some missing functions comments (Jim Meyering),
    • +

    0.4.6: Sep 23 2008

    • Documentation: fix some comments in API (Anton Protopopov), diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h index 729e59474e..f8f78fb78e 100644 --- a/include/libvirt/libvirt.h +++ b/include/libvirt/libvirt.h @@ -380,7 +380,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault; * version * 1,000,000 + minor * 1000 + micro */ -#define LIBVIR_VERSION_NUMBER 4006 +#define LIBVIR_VERSION_NUMBER 5000 int virGetVersion (unsigned long *libVer, const char *type, diff --git a/libvirt.spec.in b/libvirt.spec.in index 91af8436ce..9a39de293a 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -393,6 +393,9 @@ fi %endif %changelog +* Tue Nov 25 2008 Daniel Veillard - 0.5.0-1 +- release of 0.5.0 + * Tue Sep 23 2008 Daniel Veillard - 0.4.6-1 - release of 0.4.6 diff --git a/po/af.po b/po/af.po index b0f327a746..0a900de28d 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/am.po b/po/am.po index b0f327a746..0a900de28d 100644 --- a/po/am.po +++ b/po/am.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/ar.po b/po/ar.po index b0f327a746..0a900de28d 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/as.po b/po/as.po index f0793d1bda..5cac3ca25b 100644 --- a/po/as.po +++ b/po/as.po @@ -1,6122 +1,6596 @@ -# translation of as.po to Assamese +# translation of libvirt.HEAD.po to Assamese # translation of as.po to -# Copyright (C) 2007 Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) 2007, 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the package. # -# Amitakhya Phukan , 2007. -# Amitakhya Phukan , 2007. +# +# Amitakhya Phukan , 2007, 2008. +# Amitakhya Phukan , 2007, 2008. +# Amitakhya Phukan , 2008. msgid "" msgstr "" -"Project-Id-Version: as\n" +"Project-Id-Version: libvirt.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-09-25 17:39+0530\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-20 16:16+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1)\n" +"X-Generator: KBabel 1.11.4\n" + +#: gnulib/lib/gai_strerror.c:41 +msgid "Address family for hostname not supported" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤৰ àĤ àĤżàĤ•àĤ¨àĤৰ àĤĥ্ৰেàĤ£à§€ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "àĤ¨àĤàĤ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤ¸àĤàĤয়àĤżàĤ• àĤĴàĤżàĤĞàĤ²àĤ¤àĤ" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flags ৰ àĤàĤàĤ¨ àĤ­à§àĤ²" #: gnulib/lib/gai_strerror.c:44 -msgid "Address family for hostname not supported" -msgstr "" +msgid "Non-recoverable failure in name resolution" +msgstr "àĤ¨àĤàĤ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£à§° àĤ¸àĤয়àĤ¤ àĤ—ুৰুàĤ¤à§° àĤĴàĤżàĤŞà§°à§àĤŻà§Ÿ àĤıৈàĤ›à§‡" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤৰ àĤ¸à§ˆàĤ¤à§‡ àĤ•à§‹àĤ¨à§‹ àĤ àĤżàĤ•àĤ¨àĤ àĤŻà§àĤ•à§àĤ¤ àĤ¨àĤıয়" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "library call àĤĴàĤżàĤĞàĤ², àĤıয়àĤ¤à§‹ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" +msgid "Name or service not known" +msgstr "àĤ¨àĤàĤ àĤĴàĤ àĤ¸à§‡à§ħàĤ àĤ…àĤœà§àĤžàĤàĤ¤" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgid "Servname not supported for ai_socktype" +msgstr "ai_socktype ৰ àĤĴàĤàĤĴে Servname àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "àĤĴ্àĤŻà§ħàĤ¸à§àĤàĤàĤŞà§à§°àĤ£àĤàĤ²à§€à§° àĤ­à§àĤ²" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "àĤ¤à§°à§àĤ•à§° àĤŞà§à§°àĤĥàĤàĤ• àĤĴৰ àĤ¸à§°à§" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "system call ৰ àĤ­à§àĤ²" +msgid "Processing request in progress" +msgstr "àĤ¸àĤ‚àĤ¸àĤàĤ§àĤ¨à§° àĤ…àĤ¨à§à§°à§‹àĤ§ àĤšàĤ²àĤż àĤ†àĤ›à§‡" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "àĤ…àĤ¨à§à§°à§‹àĤ§ àĤĴàĤàĤ¤àĤżàĤ² àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "àĤ…àĤ¨à§à§°à§‹àĤ§ àĤĴàĤàĤ¤àĤżàĤ² àĤ•à§°àĤ àĤ¨àĤıয়" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "àĤ¸àĤ•àĤ²à§‹ àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£ àĤıৈàĤ›à§‡" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "àĤ¸àĤ‚àĤ•à§‡àĤ¤ àĤĤ্àĤĴàĤৰàĤ àĤĴàĤżàĤ˜à§àĤ¨àĤżàĤ¤" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "àĤ¸à§àĤàĤżàĤ¤àĤżàĤàĤàĤŞà§° àĤŞàĤ‚àĤ•à§àĤ¤àĤż àĤ¸àĤ àĤżàĤ•àĤıàĤżàĤšàĤàĤŞà§‡ àĤàĤ¨àĤ•à§‹àĤĦ àĤ•à§°àĤ àĤ¨àĤıয়" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ­à§àĤ²" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s' àĤ…àĤ­àĤżàĤ—àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "%s àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ›àĤżàĤ—্àĤ¨à§‡àĤ² àĤŞàĤàĤ‡àĤŞà§° àĤŞà§°àĤ àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "" +msgstr "SIGHUP àĤ¤ àĤĴàĤżàĤ¨à§‡àĤ¸ àĤŞà§àĤ¨àĤƒ àĤ¤à§àĤ²àĤż àĤ²à§‹à§ħàĤ àĤıৈàĤ›à§‡" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "" +msgstr "àĤšàĤàĤ²àĤ• àĤŞà§àĤ¨àĤƒ àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤàĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "àĤ¸àĤ‚àĤ•à§‡àĤ¤ %d àĤ¤ àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value node" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec file descriptor flag ৰ àĤàĤàĤ¨ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "non-blocking file descriptor flag ৰ àĤàĤàĤ¨ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' fdopen àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ²à§ˆ àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "" +msgstr "struct qemud_socket ৰ àĤĴàĤàĤĴে àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ›àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "àĤ¸à§‡à§ħàĤ• àĤ˜àĤŸàĤ¨àĤৰ àĤ•àĤ² àĤĴেàĤ• àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "àĤ›àĤ•à§‡àĤŸ: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "àĤĴàĤàĤ‡àĤ¨à§àĤĦ: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "uid '%d' ৰ àĤĴ্àĤŻà§ħàĤıàĤৰàĤ•à§°à§‹àĤàĤ¤àĤৰ ৰেàĤ•à§°à§àĤĦ àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "àĤ‰à§ŽàĤŞàĤ¨à§àĤ¨ àĤŞàĤ qemudInitPaths() ৰ àĤŞà§à§°àĤĥàĤàĤ•à§° àĤ•àĤৰàĤ£à§‡ àĤĴৰ àĤĦàĤàĤ™à§°" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "" +msgstr "qemud_server ৰ àĤĴàĤàĤĴে struct àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "SASL àĤŞà§à§°àĤàĤàĤ£à§€àĤ•à§°àĤ£ àĤĴ্àĤŻà§ħàĤ¸à§àĤàĤ %s àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +"PolicyKit auth ৰ àĤĴàĤàĤĴে àĤĴ্àĤŻà§ħàĤ¸à§àĤàĤàĤŞà§à§°àĤ£àĤàĤ²à§€ àĤĴàĤàĤ›à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" #: qemud/qemud.c:955 +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" + +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: failed: client DN is %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: àĤ¸àĤ¤à§‡àĤŞàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ•à§° àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤĴàĤżàĤĥ্àĤĴàĤàĤ¸àĤŻà§‹àĤ—্àĤŻ àĤ¨àĤıয়à¤" + +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +msgstr "remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ• àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤĴàĤżàĤ¤à§°àĤ£àĤ•à§°à§‹àĤàĤ¤àĤ àĤ…àĤŞà§°àĤżàĤšàĤżàĤ¤à¤" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ•à§° àĤŞà§à§°àĤàĤàĤ£ àĤŞàĤ¤à§à§° àĤŞà§à§°àĤ¤à§‡àĤĴৰ্àĤ¤àĤżàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡ à¤" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ• àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤĤ্àĤĴàĤৰàĤ àĤĴ্àĤŻà§ħàĤıৃàĤ¤ àĤàĤ²à§àĤ—োৰàĤżàĤàĤ্‌ àĤ¨àĤżà§°àĤàĤŞàĤĤ àĤ¨àĤıয়à¤" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° X.509 àĤ¨àĤıয়" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: àĤ¸àĤàĤ¤à§‚àĤ²à§àĤŻ àĤàĤàĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init àĤĴàĤżàĤĞàĤ²" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ• àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§°à§° àĤ¸àĤয় àĤ…à§ħàĤ§àĤż àĤŞà§‚ৰ্àĤ£ àĤıৈàĤ›à§‡" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ• àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ•à§°àĤ àĤıোà§ħàĤ àĤ¨àĤàĤ‡" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: client's Distinguished Name is not on the list of " +"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " +"-text' to view the Distinguished Name field in the client certificate, or " +"run this daemon with --verbose option." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ•à§° àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§°à§° àĤ¸àĤ¤à§‡àĤŞàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤৰ àĤĞàĤ²àĤ¤ àĤĴেয়àĤ " +"àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤ…àĤ—্ৰàĤàĤı্àĤŻ àĤ•à§°àĤ àĤı'àĤĴ" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ—্ৰàĤàĤıàĤ•à§° àĤŞà§°àĤżàĤšà§Ÿ àĤ¸àĤ¤à§‡àĤŞàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ—্ৰàĤıàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "àĤĴàĤżàĤĥেàĤ· àĤ…àĤ¨à§àĤàĤ¤àĤżàĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ—্ৰàĤàĤıàĤ• %d ৰ àĤĴàĤàĤĴে polkit auth àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤ àĤı'àĤĴ" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "TLS handshake àĤĴàĤżàĤĞàĤ²: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "àĤŞà§àĤ•: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "àĤ²àĤżàĤ–àĤ•: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "àĤšàĤżàĤ—্àĤ¨à§‡àĤ² àĤıেàĤ¨à§àĤĦàĤ²àĤৰৰ àĤĤ্àĤĴàĤৰàĤ %d àĤ­à§àĤ²à§° àĤ¸à§‚àĤšàĤ¨àĤ àĤĤàĤżà§ŸàĤ àĤıৈàĤ›à§‡: àĤ¸à§°à§àĤĴàĤĥেàĤ· àĤ­à§àĤ²: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, c-format msgid "failed to allocate memory for %s config list" -msgstr "" +msgstr "%s àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¤àĤàĤ²àĤżàĤ•àĤৰ àĤĴàĤàĤĴে àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, c-format msgid "failed to allocate memory for %s config list value" -msgstr "" +msgstr "%s àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¤àĤàĤ²àĤżàĤ•àĤৰ àĤàĤàĤ¨à§° àĤĴàĤàĤĴে àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: àĤ¸à§àĤŸà§à§°àĤżàĤ‚ àĤĴàĤ àĤ¸à§àĤŸà§à§°àĤżàĤ‚ৰ àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤıোà§ħàĤ àĤ†à§ħàĤĥ্àĤŻàĤ•\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: àĤ…àĤĴৈàĤ§ àĤ§à§°àĤ£: %s àĤŞà§à§°àĤàĤŞà§àĤ¤; %s àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ auth %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "root àĤıàĤżàĤšàĤàĤŞàĤ¤ àĤ¨àĤšàĤ²àĤżàĤ²à§‡ àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "'%s' àĤ¸àĤàĤ·à§àĤŸàĤż àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "'%s' àĤ§à§°àĤ£ àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "àĤĦেàĤàĤ¨ àĤıàĤżàĤšàĤàĤŞà§‡ fork àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "àĤŞàĤàĤ‡àĤŞ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s ৰ àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ—ৰàĤàĤ•à§€ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "àĤšàĤżàĤ—্àĤ¨à§‡àĤ² àĤŞàĤàĤ‡àĤŞà§° àĤ•àĤ² àĤĴেàĤ•à§° àĤŞàĤžà§àĤœàĤżàĤ•à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "àĤŞà§à§°à§‹àĤ—্ৰàĤàĤ àĤ…àĤàĤżàĤ² (àĤŞà§à§°àĤ•à§ƒàĤ¤ %x, àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤ…àĤàĤżàĤ² (àĤŞà§à§°àĤ•à§ƒàĤ¤ %x, àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "àĤ¨àĤżà§°à§àĤĤেàĤĥ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "àĤ…à§ħàĤ¸à§àĤàĤ (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞà§à§°àĤàĤàĤ£à§€àĤ•à§°àĤ£ àĤ†à§ħàĤĥ্àĤŻàĤ•" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ HTTP àĤ­à§àĤ²à§° àĤ•à§‹àĤĦ àĤŞà§‹à§ħàĤ àĤ—'àĤ² %d" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°àĤ•à§à§°àĤżà§ŸàĤ: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤ àĤ¸à§‡à§ħàĤ•à§° àĤ‰àĤ¤à§àĤ¤à§° àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¤à§°à§àĤ• àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "àĤ…àĤ­à§àĤŻàĤ¨à§àĤ¤à§°à§€àĤ£ àĤ­à§àĤ² - dispatch àĤ†àĤŞà§‡àĤ•à§àĤ·àĤ•à§° àĤĤ্àĤĴàĤৰàĤ àĤ‰à§ŽàĤŞàĤ¨à§àĤ¨ àĤ•à§‹àĤĦ %d àĤĴৈàĤ§ àĤ¨àĤıয়" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "dummy length" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "serialise reply header" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "serialise return struct" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "serialise return error" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "serialise return length" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ¸à§àĤàĤàĤŞàĤżàĤ¤" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "àĤ…àĤĴৈàĤ§ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸à§àĤàĤàĤŞàĤżàĤ¤ àĤ¨àĤıয়" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" +msgstr "strdup àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ…à§ħàĤĥàĤżàĤ·à§àĤŸ àĤ¨àĤàĤ‡" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§‹à§ħàĤ àĤ¨'àĤ—'àĤ²" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams àĤĴৰ àĤĦàĤàĤ™à§°" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ§à§°àĤ£" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "àĤàĤàĤŞ > àĤŞà§à§°àĤĥàĤàĤ•à§° àĤ¸à§°à§àĤĴàĤàĤ§àĤżàĤ• àĤàĤàĤŞ" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%d àĤ àĤżàĤ•àĤ¨àĤ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "àĤ—্ৰàĤàĤıàĤ• àĤĤ্àĤĴàĤৰàĤ àĤ…àĤĴৈàĤ§ SASL init àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "sock àĤ àĤżàĤ•àĤ¨àĤ %d àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸àĤàĤ¤à§‚àĤ²à§àĤŻ àĤ àĤżàĤ•àĤ¨àĤ %d àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl àĤ¸àĤ¨à§àĤĤৰ্àĤ­ àĤŞà§à§°àĤ¸à§àĤ¤à§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "cannot TLS get cipher size" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL external SSF %d àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL àĤ¸à§à§°àĤ•à§àĤ·àĤৰ àĤ—ুàĤ£ %d àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż (%s)" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL àĤŞàĤĤ্àĤ§àĤ¤àĤż %d ৰ àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "mechlist àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "%d àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ¤ SASL ssf àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "àĤŞàĤৰ àĤ•à§°àĤ SSF %d àĤĤৃঢ় àĤ¨àĤıয়" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "%d àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ¤ SASL àĤĴ্àĤŻà§ħàĤıàĤৰàĤ•à§°à§‹àĤàĤ¤àĤৰ àĤ¨àĤàĤ àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "àĤ—্ৰàĤàĤıàĤ•à§° àĤĴ্àĤŻà§ħàĤıàĤৰàĤ•à§°à§‹àĤàĤ¤àĤৰ àĤ¨àĤàĤ àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" +msgstr "àĤĴ্àĤŻà§ħàĤıàĤৰàĤ•à§°à§‹àĤàĤ¤àĤৰ àĤ¨àĤàĤ àĤ¨àĤ•àĤ² àĤ•à§°à§‹àĤàĤ¤à§‡ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ•àĤ" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL àĤ—্ৰàĤàĤıàĤ• %s, whitelist àĤ¤ àĤ…àĤ¨à§àĤàĤ¤àĤż àĤ¨àĤàĤ‡" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "àĤ—্ৰàĤàĤıàĤ• àĤĤ্àĤĴàĤৰàĤ àĤ…àĤĴৈàĤ§ SASL àĤ†à§°àĤ্àĤ­àĤ£àĤżà§° àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl àĤ†à§°àĤ্àĤ­ àĤĴ্àĤŻà§°à§àĤ %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤৰ àĤ‰àĤ¤à§àĤ¤à§°à§° àĤ¤àĤ্àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ² %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl ৰ àĤŞàĤĤàĤ•à§àĤ·à§‡àĤŞ àĤĴàĤżàĤĞàĤ² %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl step àĤ‰àĤ¤à§àĤ¤à§°à§° àĤ¤àĤ্àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ² %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "àĤ—্ৰàĤàĤıàĤ• àĤĤ্àĤĴàĤৰàĤ àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ SASL init àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "àĤ—্ৰàĤàĤıàĤ• àĤĤ্àĤĴàĤৰàĤ àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ SASL àĤ†à§°àĤ্àĤ­àĤ£àĤżà§° àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "àĤ—্ৰàĤàĤıàĤ• àĤĤ্àĤĴàĤৰàĤ àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ SASL àĤŞàĤĤàĤ•à§àĤ·à§‡àĤŞ àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "àĤ—্ৰàĤàĤıàĤ• àĤĤ্àĤĴàĤৰàĤ àĤ…àĤĴৈàĤ§ PolicyKit init àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "àĤ¸àĤàĤ¤à§‚àĤ²à§àĤŻ àĤ›àĤ•à§‡àĤŸà§° àĤŞà§°àĤżàĤšà§Ÿ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "PID %d, àĤŻàĤż %d àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤ²àĤż àĤ†àĤ›à§‡, àĤ¤àĤàĤ• àĤŞà§°à§€àĤ•à§àĤ·àĤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "policy kit caller ৰ àĤ¸àĤ¨à§àĤ§àĤàĤ¨àĤ¤ àĤĴàĤżàĤĞàĤ²: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "%s àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "polkit àĤ•àĤৰ্àĤŻà§àĤŻ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "polkit àĤ¸àĤ¨à§àĤĤৰ্àĤ­ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" -msgstr "" +msgstr "Policy kit àĤĤ্àĤĴàĤৰàĤ %d %s àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤŞà§°à§€àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" +msgstr "%s àĤ•àĤৰ্àĤŻà§àĤŻàĤ• pid %d, uid %d, ৰ àĤŞà§°àĤ Policy য়ে àĤ…àĤ¨à§àĤàĤ¤àĤż àĤĤàĤżàĤ›à§‡, àĤĞàĤ²àĤàĤĞàĤ² %s" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "àĤ—্ৰàĤàĤıàĤ• àĤĤ্àĤĴàĤৰàĤ àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ PolicyKit init àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ…àĤ¨à§à§°à§‹àĤ§" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "storage_pool àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "àĤ•àĤৰ্àĤ£à§‡àĤ²à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "storage_vol àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "uuid àĤ¸àĤàĤàĤ—্ৰী àĤĴৈàĤ§ àĤ¨àĤıয়" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (length word)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (length word)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" -msgstr "" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à§° àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" #: src/conf.c:347 msgid "unterminated number" -msgstr "" +msgstr "àĤ…àĤ¸àĤàĤàĤŞà§àĤ¤ àĤ¸àĤ‚àĤ–্àĤŻàĤ" #: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" -msgstr "" +msgstr "àĤ…àĤ¸àĤàĤàĤŞà§àĤ¤ àĤŞàĤ‚àĤ•à§àĤ¤àĤż" #: src/conf.c:434 src/conf.c:487 msgid "expecting a value" -msgstr "" +msgstr "àĤàĤàĤ¨ àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤" #: src/conf.c:454 msgid "expecting a separator in list" -msgstr "" +msgstr "àĤ¤àĤàĤ²àĤżàĤ•àĤàĤ¤ àĤàĤŸàĤ àĤĴàĤżàĤ­àĤàĤœàĤ¨ ৰেàĤ–àĤ àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤" #: src/conf.c:477 msgid "list is not closed with ]" -msgstr "" +msgstr "] àĤĤ্àĤĴàĤৰàĤ àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¸àĤàĤàĤŞà§àĤ¤ àĤ¨àĤıয়" #: src/conf.c:521 msgid "expecting a name" -msgstr "" +msgstr "àĤ¨àĤàĤ àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤" #: src/conf.c:582 msgid "expecting a separator" -msgstr "" +msgstr "àĤĴàĤżàĤ­àĤàĤœàĤ¨à§°à§‡àĤ–àĤ àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤" #: src/conf.c:613 msgid "expecting an assignment" -msgstr "" +msgstr "àĤ†à§°àĤ•à§àĤ·àĤżàĤ¤ àĤàĤàĤ¨ àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "value array àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +msgstr "buffer àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" #: src/conf.c:899 msgid "failed to open file" -msgstr "" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/conf.c:910 msgid "failed to save content" -msgstr "" +msgstr "àĤĴàĤżàĤ·à§ŸàĤĴàĤ¸à§àĤ¤à§ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty ৰ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty ৰ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "àĤ¨àĤżàĤĴেàĤĥ/àĤ¨àĤżà§°à§àĤ—àĤৰ àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤĴàĤżàĤĞàĤ²àĤ¤àĤ: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "àĤ¨àĤżàĤĴেàĤĥ àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²àĤ¤àĤ: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "àĤ¨àĤżà§°à§àĤ—àĤ àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "àĤ­àĤà§°àĤàĤ² àĤŞà§àĤ² àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤ­àĤà§°àĤàĤ² àĤŞà§àĤ² àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤŞà§àĤ² àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "àĤ­àĤà§°àĤàĤ² vol àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤ­àĤà§°àĤàĤ² vol àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ vol àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "àĤ­àĤà§°àĤàĤ² vol àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "node ৰ àĤĴàĤżàĤ·à§ŸàĤĴàĤ¸à§àĤ¤à§ àĤ¨àĤ•àĤ² àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤ­àĤà§°àĤàĤ² vol àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤıেàĤ› àĤŸà§‡àĤĴুàĤ²àĤ¤ vol àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ§à§°àĤ£ '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤĴুàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°: '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "àĤĞ্àĤ²'àĤŞàĤż àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¨àĤàĤ àĤĴৈàĤ§ àĤ¨àĤıয়: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "àĤıàĤৰ্àĤĦ àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¨àĤàĤ àĤĴৈàĤ§ àĤ¨àĤıয়: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "àĤĞ্àĤ²'àĤŞàĤż àĤĦàĤżàĤ¸à§àĤ•à§° àĤĴàĤàĤĴে '%s' àĤĴàĤàĤ›à§° àĤ§à§°àĤ£ àĤĴৈàĤ§ àĤ¨àĤıয়" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" +msgstr "àĤĞ্àĤ²'àĤŞàĤż àĤĦàĤżàĤ¸à§àĤ•à§° àĤĴàĤàĤĴে '%s' àĤĴàĤàĤ›à§° àĤ§à§°àĤ£ àĤĴৈàĤ§ àĤ¨àĤıয়" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +" ৰ àĤ¸à§ˆàĤ¤à§‡ 'network' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ‰àĤ²à§àĤ²à§‡àĤ–àĤżàĤ¤ àĤ¨àĤıয়à¤" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr " ৰ àĤ¸à§ˆàĤ¤à§‡ 'dev' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ‰àĤ²à§àĤ²à§‡àĤ–àĤżàĤ¤ àĤ¨àĤıয়à¤" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¸àĤ‚àĤŻà§‹àĤ—àĤàĤàĤ§à§àĤŻàĤৰ àĤ¸à§ˆàĤ¤à§‡ 'port' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ‰àĤ²à§àĤ²à§‡àĤ–àĤżàĤ¤ àĤ¨àĤıয়à¤" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¸àĤ‚àĤŻà§‹àĤ—àĤàĤàĤ§à§àĤŻàĤৰ àĤ¸à§ˆàĤ¤à§‡ àĤ‰àĤ²à§àĤ²à§‡àĤ–àĤżàĤ¤ 'port' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°àĤ àĤ¨àĤàĤŻàĤয়" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¸àĤ‚àĤŻà§‹àĤ—àĤàĤàĤ§à§àĤŻàĤৰ àĤ¸à§ˆàĤ¤à§‡ 'address' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ‰àĤ²à§àĤ²à§‡àĤ–àĤżàĤ¤ àĤ¨àĤıয়à¤" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "àĤàĤĦেàĤ²à§° àĤ¨àĤàĤàĤ¤ àĤ…àĤĴৈàĤ§ àĤ…àĤ•à§àĤ·à§° àĤ†àĤ›à§‡" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤ•à§‡à§°à§‡àĤ•à§àĤŸàĤৰ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ àĤ‰à§ŽàĤ¸ àĤŞàĤ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤ•à§‡à§°à§‡àĤ•à§àĤŸàĤৰ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ àĤ‰à§ŽàĤ¸ àĤ—ৃàĤıàĤ¸à§àĤ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤ•à§‡à§°à§‡àĤ•à§àĤŸàĤৰ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ àĤ‰à§ŽàĤ¸ àĤ¸à§‡à§ħàĤ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤ¨àĤżàĤĴেàĤĥ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤĴুàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°: '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 bus àĤĤ্àĤĴàĤৰàĤ %s àĤ¨àĤżàĤĴেàĤĥ àĤŻàĤ¨à§àĤ¤à§à§° àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤżàĤĴেàĤĥ àĤĴàĤàĤ› %s" -#: src/domain_conf.c:1286 +#: src/domain_conf.c:1281 #, c-format msgid "xen bus does not support %s input device" -msgstr "" +msgstr "xen bus àĤĤ্àĤĴàĤৰàĤ %s àĤ¨àĤżàĤĴেàĤĥ àĤŻàĤ¨à§àĤ¤à§à§° àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤ¨àĤżàĤĴেàĤĥ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s ৰ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ§à§°àĤ£" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "dir %s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸à§° àĤ—ৃàĤıàĤ¸à§àĤ" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤĴুàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°: '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤĴুàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°: '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸à§° àĤ—ৃàĤıàĤ¸à§àĤ" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤŞà§à§°àĤ£àĤàĤ²à§€ %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "root àĤ¸àĤàĤàĤ—্ৰী àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "xmlXPathContext ৰ àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤৰ àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ§à§°àĤ£à§° àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§°àĤ£" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "UUID àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "uuid àĤ¸àĤàĤàĤ—্ৰী àĤ­à§àĤ²" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤ‚àĤĥ" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value node" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤ¤àĤ্àĤŻ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "OS ৰ àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¸à§àĤàĤàĤŞàĤ¤à§àĤŻ" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤĴুàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°: '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "àĤ‰àĤ¤à§àĤ¤à§° àĤĴàĤżàĤ¤à§°àĤ¨ àĤ•à§°àĤ•" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 +#, fuzzy msgid "cannot extract filesystem devices" -msgstr "" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 +#, fuzzy msgid "cannot extract parallel devices" -msgstr "" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 +#, fuzzy msgid "cannot extract graphics devices" -msgstr "" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 +#, fuzzy msgid "cannot extract sound devices" -msgstr "" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 +#, fuzzy msgid "cannot extract host devices" -msgstr "" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴàĤàĤ‡àĤ¨à§àĤĦ: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ ৰàĤ–àĤàĤ“àĤàĤ¤à§‡ àĤ­à§àĤ²" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ %s" +msgstr "root àĤ¸àĤàĤàĤ—্ৰী àĤ¸àĤ àĤżàĤ• àĤ¨àĤıয়" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" -msgstr "" +msgstr "àĤ­à§àĤ²" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict node" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value node" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤŞàĤžà§àĤœàĤżàĤ•àĤ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤŞàĤžà§àĤœàĤżàĤ•àĤ àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "%s ৰ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "virt ৰ àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż àĤ…àĤœà§àĤžàĤàĤ¤" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" - -#: src/hash.c:1117 -msgid "failed to add storage pool to connection hash table" -msgstr "" - -#: src/hash.c:1156 -msgid "pool missing from connection hash table" -msgstr "" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" - -#: src/hash.c:1253 -msgid "failed to add storage vol to connection hash table" -msgstr "" - -#: src/hash.c:1293 -msgid "vol missing from connection hash table" -msgstr "" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "' àĤ¸àĤžà§àĤšàĤàĤ²àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ " -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ¸à§àĤàĤàĤ¨àĤ¤ àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ " -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤŞàĤžà§àĤœàĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤ²à§ˆ iptables àĤ¨àĤżà§ŸàĤàĤà§ħàĤ²à§€ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" +"iptables àĤ¨àĤżà§ŸàĤ '%s' àĤ• chain '%s'ৰ àĤŞà§°àĤ, '%s' àĤŸà§‡àĤĴুàĤ²àĤ¤ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤, àĤ†àĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, 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:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ URI ৰ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ—্ৰàĤıàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "" +msgstr "domainMigratePrepare àĤ uri àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ¨àĤ•à§°àĤżàĤ²à§‡" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare àĤ uri àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ¨àĤ•à§°àĤżàĤ²à§‡" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "àĤŞàĤেৰ àĤàĤàĤ¨ NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "àĤĞ্àĤ²à§‡àĤ—ৰ àĤàĤàĤ¨ àĤĥূàĤ£à§àĤŻ àĤıোà§ħàĤ àĤ†à§ħàĤĥ্àĤŻàĤ•" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "àĤŞà§à§°àĤĥàĤàĤ•à§° àĤàĤàĤ¨ NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "àĤĞ্àĤ²à§‡àĤ—ৰ àĤ¸à§àĤàĤżàĤ¤àĤżàĤàĤàĤŞ VIR_MEMORY_VIRTUAL àĤıোà§ħàĤ àĤ†à§ħàĤĥ্àĤŻàĤ•" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "àĤŞà§à§°àĤĥàĤàĤ• NULL àĤı'àĤ²à§‡àĤ“ àĤàĤàĤŞ àĤĥূàĤ£à§àĤŻ àĤ¨àĤıয়" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "àĤšàĤàĤ²àĤ• àĤŞà§àĤ¨àĤƒ àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤàĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "setsid àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "value array àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +msgstr "ioctl(TIOCSTTY) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "dup2(stdin) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "dup2(stdout) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "dup2(stderr) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞàĤàĤ¤à§à§°à§° àĤ¨àĤàĤৰ àĤŞàĤ‚àĤ•à§àĤ¤àĤż àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ›àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ›àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤŞàĤàĤ¤à§à§°à§° àĤĴàĤàĤĴে /proc àĤ• àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤŞàĤàĤ¤à§à§°à§° àĤĴàĤàĤĴে /proc àĤ• àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "%s àĤ• %s àĤ¤ àĤŞàĤàĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤŞàĤžà§àĤœàĤżàĤ•àĤ àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤŞàĤàĤ¤à§à§°à§° àĤĴàĤàĤĴে /proc àĤ• àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() àĤĤ্àĤĴàĤৰàĤ àĤ…àĤĴৈàĤ§ vm àĤ¸àĤ‚àĤœà§àĤžàĤ àĤŞà§à§°à§‡à§°àĤżàĤ¤ àĤıৈàĤ›à§‡" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "open(%s) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "value array àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +msgstr "clone() àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ², %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%sৰ àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ›àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ›àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "fd %d àĤŞà§àĤৰ àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "fd %d àĤ²à§ˆ àĤ²àĤżàĤ–àĤৰ àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "epoll_create(2) àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "epoll_ctl(fd1) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "epoll_ctl(fd1) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "àĤ­à§àĤ²à§° àĤ˜àĤŸàĤ¨àĤ %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "epoll_wait() àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤŞà§°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "unlockpt àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ²à§ˆ àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%d àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤ¤ argv àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%d àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "" +msgstr "uuid ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ•à§‹àĤ¨à§‹ àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤ‡" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "àĤ†à§°àĤ্àĤ­." +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤŞàĤàĤ¤à§à§° %d ৰ àĤĴàĤàĤĴে waitpid àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤĴ্ৰàĤżàĤœ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§ħàĤıৃàĤ àĤ¸à§àĤ•à§à§°àĤżàĤŞà§àĤŸ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%sৰ àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ›àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ•à§‡à§°à§‡àĤ•à§àĤŸàĤৰ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "Xen Store ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' stat àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤ²àĤ— àĤŞàĤžà§àĤœàĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤŞàĤžà§àĤœàĤżàĤ•àĤ àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgid "no domain named %s" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %d àĤ¨àĤàĤৰ àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤ‡" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "àĤ¨àĤàĤ" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ HTTP àĤ­à§àĤ²à§° àĤ•à§‹àĤĦ àĤŞà§‹à§ħàĤ àĤ—'àĤ² %d" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°àĤ•à§à§°àĤżà§ŸàĤ: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨à§°àĤৰàĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "àĤŞàĤ àĤĴৈàĤ§ àĤ¨àĤıয়: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%d àĤ àĤżàĤ•àĤ¨àĤ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%d àĤ àĤżàĤ•àĤ¨àĤ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%d àĤ àĤżàĤ•àĤ¨àĤ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤıেàĤĦàĤৰ '%s' àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ…àĤ¨à§àĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ àĤıৈàĤ›à§‡, àĤ•àĤżàĤ¨à§àĤ¤à§ IPv4 àĤ àĤżàĤ•àĤ¨àĤ/àĤ¨à§‡àĤŸàĤàĤàĤ¸à§àĤ• àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•à§°àĤ àĤ¨àĤıয়" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "autostart àĤŞàĤžà§àĤœàĤżàĤ•àĤ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à§° àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' ৰ àĤ¨àĤàĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ '%s' ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨àĤıয়" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s ৰ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• '%s' autostart àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d' ৰ àĤĴ্àĤŻà§ħàĤıàĤৰàĤ•à§°à§‹àĤàĤ¤àĤৰ ৰেàĤ•à§°à§àĤĦ àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf ৰ àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ…à§ħàĤĥàĤżàĤ·à§àĤŸ àĤ¨àĤàĤ‡" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ…à§ħàĤĥàĤżàĤ·à§àĤŸ àĤ¨àĤàĤ‡" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables ৰ àĤ¨àĤżà§ŸàĤàĤà§ħàĤ²à§€ àĤŞà§àĤ¨àĤƒ àĤ¤à§àĤ²àĤż àĤ²à§‹à§ħàĤ àĤıৈàĤ›à§‡" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv ৰ àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "àĤ¸à§‡à§ħàĤ•à§‡à§° IP àĤ àĤżàĤ•àĤ¨àĤ àĤ¨à§‹àĤıোà§ħàĤàĤ•à§‡ dhcp àĤĦেàĤàĤ¨ àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"'%s'ৰ àĤŞà§°àĤ àĤ…àĤ¨à§àĤĴৰ্àĤ¤àĤ¨ àĤŞà§à§°àĤ•à§à§°àĤżà§ŸàĤৰ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "'%s' àĤ àĤ…àĤ¨à§àĤĴৰ্àĤ¤àĤ¨ àĤŞà§à§°àĤ•à§à§°àĤżà§ŸàĤৰ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" +"masquerading àĤŞà§à§°àĤ•à§à§°àĤżà§ŸàĤ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ•à§°àĤৰ àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"'%s'ৰ àĤŞà§°àĤ ৰàĤàĤ‰àĤŸàĤżàĤ‚ àĤŞà§à§°àĤ•à§à§°àĤżà§ŸàĤৰ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "'%s' àĤ ৰàĤàĤ‰àĤŸàĤżàĤ‚ àĤŞà§à§°àĤ•à§à§°àĤżà§ŸàĤৰ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP àĤŸà§‡àĤĴàĤżàĤ² àĤ¸àĤৰ্àĤàĤ¨à§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "'%s'ৰ àĤŞà§°àĤ DHCP ৰ àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "'%s'ৰ àĤŞà§°àĤ DNS ৰ àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"'%s'ৰ àĤŞà§°àĤ àĤĴàĤàĤıàĤżà§°àĤ²à§ˆ àĤŻà§‹à§ħàĤ àĤ¸àĤ্àĤŞà§à§°àĤšàĤৰ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"'%s' ৰ àĤŞà§à§°àĤ¤àĤż àĤ†àĤ—àĤàĤ¨àĤ•à§°à§‹àĤàĤ¤àĤ àĤ¸àĤ্àĤŞà§à§°àĤšàĤৰ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"'%s' ৰ àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ àĤ†àĤ¨à§àĤ¤àĤƒ àĤĴ্ৰàĤżàĤœ àĤ¸àĤ্àĤŞà§à§°àĤšàĤৰৰ àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤĴàĤàĤĴে iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ " +"àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "àĤĴ্ৰàĤżàĤœ àĤ¸àĤৰ্àĤàĤ¨ àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "àĤĴ্ৰàĤżàĤœ '%s' àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "'%s' àĤĴ্ৰàĤżàĤœà§° IP àĤ àĤżàĤ•àĤ¨àĤ '%s' àĤ àĤ§àĤৰ্àĤŻ àĤ•à§°àĤ àĤ¨àĤàĤŻàĤয় : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "'%s' àĤĴ্ৰàĤżàĤœà§° àĤ¨à§‡àĤŸàĤàĤàĤ¸à§àĤ• '%s' àĤ²à§ˆ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "'%s' àĤĴ্ৰàĤżàĤœ àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP àĤ†àĤ—àĤĴঢ়োà§ħàĤ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "àĤĴ্ৰàĤżàĤœ '%s' àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "àĤĴ্ৰàĤżàĤœ '%s' àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• '%s' àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq ৰ àĤĴàĤàĤĴে àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ pid àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤıৈàĤ›à§‡" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "uuid ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "àĤ¨àĤàĤৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "id ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴ্ৰàĤżàĤœ àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "'%s' symlink àĤ• '%s' àĤ²à§ˆ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "symlink '%s' àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "àĤàĤ‡ àĤ¨àĤàĤৰ àĤàĤżàĤ² àĤàĤ•àĤ àĤ•à§‹àĤ¨à§‹ àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤàĤ‡" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "àĤšàĤ²àĤàĤàĤ¨ %s àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤĥàĤĴ্àĤĤàĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸àĤ¤ àĤ­à§àĤ²: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ¨àĤàĤ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤ¨àĤ" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" -msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤ¨àĤ" +msgstr "MAC àĤ àĤżàĤ•àĤ¨àĤ" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "popen àĤĴàĤżàĤĞàĤ²" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "vzlist ৰ àĤĞàĤ²àĤàĤĞàĤ² àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤĥàĤĴ্àĤĤàĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸àĤ¤ àĤ­à§àĤ²: %s" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤ¤ àĤ­à§àĤ² UUID" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" +msgstr "%s ৰ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨àĤıয়" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤŞà§à§°àĤ£àĤàĤ²à§€à§° àĤ§à§°àĤ£ àĤĴৈàĤ§ àĤ¨àĤıয়" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ…à§ħàĤ¸à§àĤàĤàĤ¤ àĤ¨àĤàĤ‡" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -msgid "Could not set number of virtual cpu" -msgstr "" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 +#: src/openvz_driver.c:535 #, fuzzy -msgid "domain is not in shutoff state" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" +msgid "cannot replace NETIF config" +msgstr "%s ৰ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "'%s' id ৰ àĤĴàĤàĤĴে àĤàĤŸàĤ OPENVZ VM àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ URI ৰ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ•" + +#: src/openvz_driver.c:647 +#, fuzzy, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "'%d' id ৰ àĤĴàĤàĤĴে àĤàĤŸàĤ OPENVZ VM àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¨àĤżà§°à§àĤ§àĤৰàĤżàĤ¤ àĤ†àĤ›à§‡" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "id àĤ¸à§ˆàĤ¤à§‡ àĤàĤżàĤ² àĤàĤ•àĤ àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤ‡" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ shutoff àĤ…à§ħàĤ¸à§àĤàĤàĤ¤ àĤ¨àĤàĤ‡" + +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ URI ৰ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ§à§°àĤ£ '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ URI ৰ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" -msgstr "" +msgstr "àĤ›àĤ•à§‡àĤŸ %d àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" -msgstr "" +msgstr "àĤ›àĤ•à§‡àĤŸ %d àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" -msgstr "" +msgstr "àĤ›àĤ•à§‡àĤŸ %d àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, fuzzy, c-format +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "àĤ­à§àĤ²" +msgstr "àĤ¨àĤżàĤŻà§àĤ•à§àĤ¤àĤ•à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ àĤ¸àĤàĤ¸à§àĤŻàĤ: %d àĤĴàĤàĤ‡àĤŸ àĤŞà§à§°àĤàĤŞà§àĤ¤, àĤ¸à§°à§àĤĴàĤোàĤ  %d\n" -#: src/proxy_internal.c:426 -#, fuzzy, c-format +#: src/proxy_internal.c:412 +#, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "àĤ­à§àĤ²" +msgstr "àĤ¨àĤżàĤŻà§àĤ•à§àĤ¤àĤ•à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ: àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %d àĤĴàĤàĤ‡àĤŸ, àĤŞà§à§°àĤàĤŞà§àĤ¤ %d\n" -#: src/proxy_internal.c:448 -#, fuzzy, c-format +#: src/proxy_internal.c:434 +#, c-format msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "àĤ­à§àĤ²" +msgstr "àĤ¨àĤżàĤŻà§àĤ•à§àĤ¤àĤ•à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ: àĤŞà§à§°àĤàĤŞà§àĤ¤ %d àĤĴàĤàĤ‡àĤŸ àĤŞà§‡àĤ•à§‡àĤŸ\n" -#: src/proxy_internal.c:472 -#, fuzzy +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" -msgstr "àĤ­à§àĤ²" +msgstr "àĤ¨àĤżàĤŻà§àĤ•à§àĤ¤àĤ•à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ: àĤ­à§àĤ²àĤ­àĤàĤĴে àĤ—àĤ àĤżàĤ¤ àĤŞà§‡àĤ•à§‡àĤŸ\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" -msgstr "" +msgstr "àĤ…àĤ¸àĤàĤ•àĤàĤ²àĤżàĤ¨ àĤŞà§‡àĤ•à§‡àĤŸ àĤ¸àĤ‚àĤ–্àĤŻàĤ %d àĤŞà§à§°àĤàĤŞà§àĤ¤\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "" +msgstr "vncTLSx509certdir àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" +msgstr "qemu %d pid %lu ৰ àĤŞà§°àĤ àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§à§°àĤ¸à§àĤàĤàĤ¨ àĤ…à§ħàĤ¸à§àĤàĤ" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§à§°àĤ¸à§àĤàĤàĤ¨ àĤ…à§ħàĤ¸à§àĤàĤ '%d', qemu àĤ¸àĤ্àĤ­à§ħàĤ¤ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" - -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:509 src/qemu_driver.c:871 #, c-format -msgid "Network '%s' not active" -msgstr "" +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU àĤĴàĤàĤ‡àĤ¨à§‡à§°àĤż %s àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• '%s' àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• '%s' àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨àĤıয়" + +#: src/qemu_conf.c:559 #, c-format msgid "Network type %d is not supported" -msgstr "" +msgstr "%d àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_conf.c:590 +#: src/qemu_conf.c:585 #, fuzzy, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tap àĤ¸àĤ‚àĤŻà§‹àĤ— àĤàĤàĤ§à§àĤŻàĤ '%s' àĤ• àĤĴ্ৰàĤżàĤœ '%s' àĤ²à§ˆ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_conf.c:594 -#, fuzzy, c-format +#: src/qemu_conf.c:589 +#, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tap àĤ¸àĤ‚àĤŻà§‹àĤ— àĤàĤàĤ§à§àĤŻàĤ '%s' àĤ• àĤĴ্ৰàĤżàĤœ '%s' àĤ²à§ˆ àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_conf.c:617 -#, fuzzy +#: src/qemu_conf.c:612 msgid "failed to allocate space for tapfds string" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tapfds àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "'%s' àĤ§à§°àĤ£à§° àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "'%s' àĤ§à§°àĤ£à§° àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ§à§àĤĴàĤ¨àĤż àĤàĤĦেàĤ² àĤĴৈàĤ§ àĤ¨àĤıয়" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "argv àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "close-on-exec file descriptor flag ৰ àĤàĤàĤ¨ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "non-blocking file descriptor flag ৰ àĤàĤàĤ¨ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "VM '%s' autostart àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" +msgstr "qemudStartup: àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ…à§ħàĤĥàĤżàĤ·à§àĤŸ àĤ¨àĤàĤ‡" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"%s àĤ†à§°àĤ্àĤ­ àĤıàĤ“àĤàĤ¤à§‡ QEMU àĤĴàĤ¨à§àĤ§ àĤı'àĤ²\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤৰ àĤ¸àĤয়àĤ¤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤĞàĤ²àĤàĤĞàĤ² àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤĞàĤ²àĤàĤĞàĤ² àĤŞà§à§‹àĤàĤ¤à§‡ àĤ¸àĤয় àĤ…àĤ¨à§àĤ¤ àĤıৈàĤ›à§‡" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤĞàĤ²àĤàĤĞàĤ² àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤĞàĤ²àĤàĤĞàĤ² àĤŞà§à§‹àĤàĤ¤à§‡ àĤ…à§ħàĤĥàĤżàĤ·à§àĤŸ àĤ¸à§àĤàĤàĤ¨ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ¨àĤàĤ‡" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤàĤ¨àĤżàĤŸà§° àĤŞàĤ %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "àĤàĤ¨àĤżàĤŸà§°à§° close on exec àĤĞ্àĤ²à§‡àĤ—ৰ àĤàĤàĤ¨ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "àĤŞà§°à§àĤĤ্àĤĤàĤàĤ• non-blocking àĤ§à§°àĤ£àĤ¤ ৰàĤàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "VM àĤ•àĤ¨à§àĤ¸à§‹àĤ²à§° àĤ¤àĤ্àĤŻ àĤ²àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "àĤ¨àĤ¤à§àĤ¨ àĤ¸àĤ¨à§àĤĤৰ্àĤ­ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +msgstr "cpumap àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU thread àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°àĤৰ àĤĴàĤàĤĴে àĤàĤ¨àĤżàĤŸà§° àĤ†àĤĤেàĤĥ àĤ¸àĤžà§àĤšàĤàĤ²àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ '%s' àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞà§àĤ¨à§°àĤৰàĤ্àĤ­à§° àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "" +msgstr "VM àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "àĤàĤŸàĤ àĤ…àĤĴ্àĤŻà§ħàĤıৃàĤ¤ VNC àĤŞà§‹à§°à§àĤŸ àĤšàĤżàĤ¨àĤàĤ•à§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞàĤ àĤĴৰ àĤĤীàĤ˜àĤ²: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "VM àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° close on exec àĤĞ্àĤ²à§‡àĤ— %s àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "QEMU àĤĴàĤàĤ‡àĤ¨à§‡à§°àĤż %s àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "%d àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤ¤ argv àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%d àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤ¤ argv àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_driver.c:1040 -#, c-format +#: src/qemu_driver.c:1005 +#, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "" +msgstr "VM '%s' àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%d àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict node" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ pid àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤıৈàĤ›à§‡" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1352 -msgid "failed to allocate space for IP tables support" -msgstr "" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤšàĤ²àĤż àĤ†àĤ›à§‡" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:1599 -#, c-format -msgid "Shutting down network '%s'\n" -msgstr "" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" msgstr "" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "àĤàĤ‡ àĤ—ৃàĤıàĤ¸à§àĤ àĤĴ্àĤŻà§ħàĤ¸à§àĤàĤàĤŞà§à§°àĤ£àĤàĤ²à§€àĤ¤ NUMA àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" +msgstr "NUMA ৰ àĤুàĤ•à§àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤŞà§°àĤżàĤàĤàĤ£ àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "%d id ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨àĤıয়" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸à§àĤàĤ—àĤżàĤ¤ àĤ•à§°àĤৰ àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤৰ àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "ostype ৰ àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "uuid '%s' ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "àĤĴৰ্àĤ¤àĤàĤàĤ¨ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ¤à§‚àĤ²àĤ¨àĤàĤ¤ àĤ¸à§°à§àĤĴàĤàĤ§àĤżàĤ• àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤŞà§°àĤżàĤàĤàĤ£ àĤ•àĤ àĤı'àĤĴ àĤ¨à§‹à§ħàĤৰে" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤ àĤ¨àĤàĤŻàĤàĤĴ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "àĤ¸à§°à§àĤĴàĤàĤ§àĤżàĤ• àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżàĤ¤àĤ•à§ˆ àĤ…àĤ§àĤżàĤ• àĤŞà§°àĤżàĤàĤàĤ£à§° àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤ àĤ¨àĤàĤŻàĤàĤĴ" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ ৰàĤ–àĤàĤ“àĤàĤ¤à§‡ àĤ­à§àĤ²" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ xml àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£à§° àĤıেàĤĦàĤৰ àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "xml àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" +msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻàĤàĤŞà§àĤ¤" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤàĤàĤ‡àĤ—্ৰেàĤŸ àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 +#, fuzzy msgid "'migrate' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' àĤ†àĤĤেàĤĥ àĤàĤ‡ qemu àĤĤ্àĤĴàĤৰàĤ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨àĤ¤ vcpu ৰ àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ àĤŞà§à§°àĤŻà§‹àĤœà§àĤŻ àĤ¸à§°à§àĤĴàĤàĤ§àĤżàĤ• vcpu àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤ àĤ¨àĤàĤŻàĤয়" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, 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:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨àĤ¤ vcpu pin àĤ•à§°àĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤ¸à§€àĤàĤ àĤĴàĤıàĤżà§°à§àĤ­à§‚àĤ¤ %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "affinity àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "library call àĤĴàĤżàĤĞàĤ², àĤıয়àĤ¤à§‹ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" +msgstr "cpu affinity àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "affinity àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu affinity àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "" +msgstr "'%d' àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤœà§àĤžàĤàĤ¤ àĤ…àĤœà§àĤžàĤàĤ¤ virt type àĤ‰àĤ²à§àĤ²à§‡àĤ–àĤżàĤ¤" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ¤àĤżàĤূৰ্àĤ¤à§àĤ¤àĤż àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "qemu àĤıেàĤĦàĤৰ àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "image magic àĤ¸àĤ àĤżàĤ• àĤ¨àĤıয়" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "image ৰ àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয় (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "'%s' àĤıàĤżàĤšàĤàĤŞà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "àĤ¨àĤ¤à§àĤ¨ VM àĤ§àĤৰ্àĤŻ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°àĤৰàĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "àĤ‰àĤ¤à§àĤ¤à§° àĤĴàĤżàĤ¤à§°àĤ¨ àĤ•à§°àĤ•" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "'%s' àĤ§à§°àĤ£à§° àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom àĤàĤżàĤĦàĤżà§ŸàĤ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom àĤàĤżàĤĦàĤżà§ŸàĤ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "àĤ‰àĤ¤à§àĤ¤à§° àĤĴàĤżàĤ¤à§°àĤ¨ àĤ•à§°àĤ•" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 +#, fuzzy msgid "adding usb disk failed" -msgstr "" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¸àĤ‚àĤœà§àĤžàĤৰ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¤à§àĤ²àĤż àĤ²à§‹à§ħàĤ àĤıৈàĤ›à§‡" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 +#, fuzzy msgid "cannot attach usb device" -msgstr "" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 +#, fuzzy msgid "adding usb device failed" -msgstr "" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¸àĤ‚àĤœà§àĤžàĤৰ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¤à§àĤ²àĤż àĤ²à§‹à§ħàĤ àĤıৈàĤ›à§‡" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¸à§ˆàĤ¤à§‡ àĤŻàĤ¨à§àĤ¤à§à§° àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•à§°àĤ àĤ¨àĤàĤŻàĤàĤĴ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "àĤ…àĤ•àĤ² CDROM àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§° àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•à§°àĤ àĤŻàĤàĤĴ" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§‹à§ħàĤ àĤ¨'àĤ—'àĤ²" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°àĤৰàĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%sৰ àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "àĤ…àĤ•àĤ² CDROM àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§° àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•à§°àĤ àĤŻàĤàĤĴ" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤ àĤ¨àĤàĤŻàĤàĤĴ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' symlink àĤ• '%s' àĤ²à§ˆ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" +msgstr "àĤŞàĤ àĤĴৈàĤ§ àĤ¨àĤıয়: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' àĤ†àĤĤেàĤĥ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' àĤ†àĤĤেàĤĥ àĤàĤ‡ qemu àĤĤ্àĤĴàĤৰàĤ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL àĤĴàĤ àĤŞàĤ ৰàĤżàĤ•à§àĤ¤" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "àĤŞàĤ àĤĴৈàĤ§ àĤ¨àĤıয়, '%s' àĤŞà§°àĤżàĤšàĤżàĤ¤ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤàĤàĤ§à§àĤŻàĤ àĤ¨àĤıয়" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" +msgstr "àĤ…àĤĴৈàĤ§ àĤŞàĤ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU àĤšàĤàĤ²àĤ•à§‡ àĤ…àĤ•àĤ² virtual memory addrs ৰ àĤ¸àĤৰ্àĤàĤ¨ àĤ•à§°à§‡" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "lvs àĤ†àĤĤেàĤĥ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤšàĤ²àĤż àĤ†àĤ›à§‡" +msgid "no domain XML passed" +msgstr "àĤ¨à§‹àĤĦৰ àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/qemu_driver.c:3937 -msgid "no network with matching id" +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "UUID àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "'%s' àĤıàĤżàĤšàĤàĤŞà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "VM àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "àĤ¨àĤàĤৰ àĤ¸à§ˆàĤ¤à§‡ àĤ•à§‹àĤ¨à§‹ àĤàĤżàĤ² àĤàĤ•àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤ‡" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 -#, fuzzy +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "libvirtd àĤĴàĤàĤ‡àĤ¨à§‡à§°àĤż àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' àĤ¸àĤ্àĤŞà§à§°àĤšàĤৰৰ àĤĴàĤàĤĴে àĤ†àĤĤেàĤĥ àĤ†à§ħàĤĥ্àĤŻàĤ•" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ›àĤ•à§‡àĤŸ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "Windows ৰ àĤ…àĤ§à§€àĤ¨ unix, ssh àĤ†à§°à§ ext àĤ¸àĤ্àĤŞà§à§°àĤšàĤৰ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "VM àĤ•àĤ¨à§àĤ¸à§‹àĤ²à§° àĤ¤àĤ্àĤŻ àĤ²àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "SASL àĤ²àĤàĤ‡àĤĴ্ৰেৰàĤż àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty ৰ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty ৰ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ—্ৰàĤàĤıàĤ•à§° àĤŞà§°àĤżàĤšà§Ÿ àĤ¸àĤ¤à§‡àĤŞàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "àĤ¸à§‡à§ħàĤ•à§° àĤŞà§°àĤżàĤšà§Ÿ àĤŞà§à§°àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ (àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤĴàĤ IP àĤ àĤżàĤ•àĤ¨àĤ)\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ—্ৰàĤàĤıàĤ•à§° àĤŞà§°àĤżàĤšà§Ÿ àĤ¸àĤ¤à§‡àĤŞàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞàĤàĤ‡àĤŞ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 +#, fuzzy msgid "Invalid certificate" -msgstr "" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż àĤĴৈàĤ§ àĤ¨àĤıয়: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ•à§°àĤ àĤıোà§ħàĤ àĤ¨àĤàĤ‡" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ• àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤĴàĤżàĤ¤à§°àĤ£àĤ•à§°à§‹àĤàĤ¤àĤ àĤ…àĤŞà§°àĤżàĤšàĤżàĤ¤à¤" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§°à§° àĤ¸àĤয়àĤ•àĤàĤ² àĤ…àĤ¨à§àĤ¤ àĤıৈàĤ›à§‡" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: àĤ—্ৰàĤàĤıàĤ• àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤĤ্àĤĴàĤৰàĤ àĤĴ্àĤŻà§ħàĤıৃàĤ¤ àĤàĤ²à§àĤ—োৰàĤżàĤàĤ্‌ àĤ¨àĤżà§°àĤàĤŞàĤĤ àĤ¨àĤıয়à¤" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° X.509 àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤ¨àĤıয়" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers àĤĴàĤżàĤĞàĤ²" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "SASL àĤŞà§à§°àĤàĤàĤ£à§€àĤ•à§°àĤ£ àĤĴ্àĤŻà§ħàĤ¸à§àĤàĤ %s àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "tty %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§°à§° àĤ¸àĤয়àĤ•àĤàĤ² àĤ…àĤ¨à§àĤ¤ àĤıৈàĤ›à§‡" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§° àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ•à§°àĤ àĤıোà§ħàĤ àĤ¨àĤàĤ‡" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "àĤŞà§à§°àĤàĤàĤ£àĤŞàĤ¤à§à§°à§° àĤ—ৰàĤàĤ•à§€ àĤ†à§°à§ àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤàĤ¤ àĤ…àĤàĤżàĤ² (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•" +msgstr "àĤ…àĤ§àĤżàĤ• NUMA àĤ•à§‹àĤ·: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "" +msgstr "àĤ…àĤ§àĤżàĤ• àĤĤূৰàĤĴৰ্àĤ¤à§€ àĤĦোàĤেàĤ‡àĤ¨ ID: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "àĤ¸à§°à§àĤĴàĤàĤ§àĤżàĤ•àĤ¤àĤ•à§ˆ map ৰ àĤĤৈৰ্àĤ˜à§àĤŻ àĤ…àĤ§àĤżàĤ•: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU ৰ àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤ¸à§°à§àĤĴàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤৰ àĤ…àĤ§àĤżàĤ•: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU àĤেàĤŞ àĤŞà§à§°àĤĥàĤàĤ•à§° àĤĤৈৰ্àĤ˜à§àĤŻ àĤ¸à§°à§àĤĴàĤàĤ§àĤżàĤ• àĤàĤàĤŞà§° àĤ…àĤ§àĤżàĤ•: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤàĤ‡ àĤ…àĤ§àĤżàĤ• vCPU àĤ¸àĤ্àĤŞà§°à§àĤ•à§‡ àĤ¸à§‚àĤšàĤżàĤ¤ àĤ•à§°à§‡: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, c-format msgid "too many remote domain names: %d > %d" -msgstr "" +msgstr "àĤ…àĤ§àĤżàĤ• àĤĤূৰàĤĴৰ্àĤ¤à§€ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤ: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: àĤ¸à§àĤàĤżàĤ¤àĤżàĤàĤàĤŞà§° àĤ§à§°àĤ£ àĤ…àĤœà§àĤžàĤàĤ¤" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "string àĤĥàĤৰী àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +msgstr "array àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤৰ àĤ¸àĤয়àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ…à§ħàĤĥàĤżàĤ·à§àĤŸ àĤ¨àĤàĤ‡" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤ¸à§àĤàĤżàĤ¤àĤżàĤàĤàĤŞ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•" +msgstr "àĤ…àĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĤূৰàĤĴৰ্àĤ¤à§€ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" +msgstr "" + +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/remote_internal.c:3624 -#, fuzzy, c-format -msgid "unknown authentication type %s" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "àĤ…àĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤ•à§‡à§°à§‡àĤ•à§àĤŸàĤৰ àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/remote_internal.c:4042 +#, c-format +msgid "unknown authentication type %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤŞà§à§°àĤ£àĤàĤ²à§€ %s" + +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "hypervisor ৰ àĤĤ্àĤĴàĤৰàĤ àĤàĤ‡ àĤ†àĤŞà§‡àĤ•à§àĤ·àĤ•à§° àĤĴàĤàĤĴে àĤ•à§‹àĤ¨à§‹ àĤ¸àĤৰ্àĤàĤ¨ àĤ¨àĤàĤ‡" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ…àĤ¨à§à§°à§‹àĤ§ àĤ•à§°àĤ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§° àĤŞà§à§°àĤ£àĤàĤ²à§€ %s àĤ…àĤ¸à§àĤĴীàĤ•àĤৰ àĤ•à§°àĤ àĤıৈàĤ›à§‡" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤŞà§à§°àĤ£àĤàĤ²à§€ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয় %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL àĤ²àĤàĤ‡àĤĴ্ৰেৰàĤż àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL àĤ—্ৰàĤàĤıàĤ• context àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" +msgid "invalid cipher size for TLS session" +msgstr "TLS àĤ…àĤ§àĤżàĤĴেàĤĥàĤ¨à§° àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ cipher ৰ àĤàĤàĤŞ àĤĴৈàĤ§ àĤ¨àĤıয়" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "àĤĴàĤàĤı্àĤŻàĤżàĤ• SSF %d àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ (%s)" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "security props %d àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż (%s)" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL àĤŞà§à§°àĤ£àĤàĤ²à§€ %s àĤ¸à§‡à§ħàĤ•à§° àĤĤ্àĤĴàĤৰàĤ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "àĤĴàĤżàĤ·à§ŸàĤĴàĤ¸à§àĤ¤à§ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL negotiation àĤ¤àĤ্àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ²: %d bytes" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "àĤĴàĤżàĤĞàĤ² SASL àĤŞàĤĤàĤ•à§àĤ·à§‡àĤŞ: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "àĤŞàĤৰ àĤ•à§°àĤ SSF %d àĤĴৰ àĤĤৃঢ় àĤ¨àĤàĤ›àĤżàĤ²" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ›à§°à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header àĤĴàĤżàĤĞàĤ²" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "marshalling args" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (length word)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (length word, reply)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "àĤ¸à§‡à§ħàĤ•à§° àĤŞà§°àĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤŞà§‡àĤ•à§‡àĤŸ àĤĴৰ àĤĦàĤàĤ™à§°" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "àĤ‰àĤ¤à§àĤ¤à§°àĤ¤ àĤ…àĤĴৈàĤ§ àĤıেàĤĦàĤৰ" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°à§‹àĤ—্ৰàĤàĤ (àĤŞà§à§°àĤàĤŞà§àĤ¤ %x, àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "àĤ†àĤšàĤৰàĤĴàĤżàĤ§àĤżà§° àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤ…àĤœà§àĤžàĤàĤ¤ (àĤŞà§à§°àĤàĤŞà§àĤ¤ %x, àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤŞà§à§°àĤ£àĤàĤ²à§€ (àĤŞà§à§°àĤàĤŞà§àĤ¤ %x, àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤĤàĤżàĤĥ (àĤŞà§à§°àĤàĤŞà§àĤ¤ %x, àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ serial (àĤŞà§à§°àĤàĤŞà§àĤ¤ %x, àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ…à§ħàĤ¸à§àĤàĤ (àĤŞà§à§°àĤàĤŞà§àĤ¤ %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤àĤ­àĤàĤĴে àĤ›àĤ•à§‡àĤŸ àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "àĤ‰àĤ¤à§àĤ¤à§°àĤ¤ àĤ…àĤĴৈàĤ§ àĤıেàĤĦàĤৰ" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" + +#: src/sexpr.c:43 msgid "failed to allocate a node" -msgstr "" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" -msgstr "" +msgstr "àĤŞàĤ‚àĤ•à§àĤ¤àĤż àĤ¨àĤ•àĤ² àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤż '%s' àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' stat àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' ৰ àĤ¸àĤ্àĤŞà§à§°àĤ¸àĤৰàĤ£ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s ৰ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° context àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "context" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "dir %s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "àĤŞàĤ" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "àĤŞàĤ" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "regex %s àĤ¸àĤ™à§àĤ•àĤ²àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex groups" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤ†àĤĤেàĤĥৰ àĤĴàĤàĤĴে àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "àĤ†àĤĤেàĤĥে àĤŞà§°àĤżàĤ·à§àĤ•àĤৰ àĤ­àĤàĤĴে àĤŞà§à§°àĤ¸à§àĤàĤàĤ¨ àĤ•à§°àĤżàĤ²à§‡" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns àĤĴৰ àĤĦàĤàĤ™à§°" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "àĤ­àĤżàĤ¤à§°à§à§ħàĤ àĤ­à§àĤ² %s" +msgstr "àĤŞà§à§‹àĤàĤ¤à§‡ àĤ­à§àĤ²: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "àĤ‰àĤŞà§°" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤż" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ¸àĤ্àĤŞà§à§°àĤ¸àĤ¸àĤৰàĤ£" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "extents" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "àĤŞàĤ '%s' àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "àĤıেàĤĦàĤৰ '%s' àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" +msgstr "àĤŞàĤ àĤĴৈàĤ§ àĤ¨àĤıয়: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤ…àĤ­à§àĤŻà§àĤ¤à§àĤàĤàĤ¨à§° àĤ‰à§ŽàĤ¸ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 +#, fuzzy msgid "retval" -msgstr "" +msgstr "àĤŞà§‹à§°à§àĤŸà§‡àĤ²" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸à§° àĤ—ৃàĤıàĤ¸à§àĤ" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸ àĤŞàĤ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "àĤ‰à§ŽàĤ¸" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸à§° àĤŞàĤžà§àĤœàĤżàĤ•àĤ" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "àĤŞàĤ '%s' àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞàĤ '%s' àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -msgid "volume name" -msgstr "" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "àĤŞàĤ '%s' statvfs àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "'%s' àĤŞàĤ àĤ…àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "àĤ²àĤ•à§àĤ·à§àĤŻ" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ² àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤšàĤàĤĴàĤż" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤŞà§‚ৰ্àĤ£ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' ৰ àĤ¸àĤ্àĤŞà§à§°àĤ¸àĤৰàĤ£ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "'%s' àĤŞàĤ àĤŞà§àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ­àĤà§°àĤàĤ² àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ§à§°àĤ£ %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ­àĤà§°àĤàĤ² àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ§à§°àĤ£ %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ—ৰàĤàĤ•à§€ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ§à§°àĤ£ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "'%s' àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "'%s' àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ…àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤ àĤĴàĤżàĤšà§°àĤ àĤĴàĤżàĤĞàĤ² àĤı'àĤ² %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "%s àĤ²àĤ•à§àĤ·à§àĤŻà§° àĤĴàĤàĤĴে àĤ•à§‹àĤ¨à§‹ IP àĤ àĤżàĤ•àĤ¨àĤ àĤ¨àĤàĤ‡" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "%s ৰ àĤĴàĤàĤĴে ip addr àĤ• àĤ†àĤ•à§ƒàĤ¤àĤż àĤĤàĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" #: src/storage_backend_iscsi.c:97 msgid "session" -msgstr "" +msgstr "àĤ…àĤ§àĤżàĤĴেàĤĥàĤ¨" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "àĤ…àĤ§àĤżàĤĴেàĤĥàĤ¨ àĤĴàĤżàĤšàĤৰàĤż àĤŞà§‹à§ħàĤ àĤ¨'àĤ—'àĤ²" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" -msgstr "àĤ¨àĤàĤ:" +msgstr "àĤ¨àĤàĤ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" +msgstr "àĤšàĤàĤĴàĤż" + +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format +msgid "Failed to opendir sysfs path %s: %s" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format -msgid "Failed to opendir sysfs path %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "%u:%u:%u:%u àĤàĤŸàĤ Direct-Access LUN àĤıোà§ħàĤ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "%d ৰ àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/storage_backend_iscsi.c:473 -#, fuzzy -msgid "Failed allocating memory for scsidev" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/storage_backend_iscsi.c:554 -msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_iscsi.c:477 +msgid "Failed allocating memory for scsidev" +msgstr "scsidev ৰ àĤĴàĤàĤĴে àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/storage_backend_iscsi.c:558 +msgid "portal" +msgstr "àĤŞà§‹à§°à§àĤŸà§‡àĤ²" + +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "lvs àĤ†àĤĤেàĤĥ àĤĴàĤżàĤĞàĤ²" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 -msgid "command line" -msgstr "" +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocating priv >hostname" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "àĤ†àĤĤেàĤĥ àĤĥàĤৰী" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° %s àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "ttyPidFile %s àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ %s" +msgid "unknown root element for storage pool" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ ৰূàĤŸ àĤŞàĤĤàĤৰ্àĤ" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ­àĤà§°àĤàĤ² àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ§à§°àĤ£ %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ¨àĤàĤৰ àĤ…àĤ‚àĤĥ" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "" +msgstr "uuid àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸ àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ‰àĤĤ্àĤ˜àĤàĤŸàĤ¨ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" -msgstr "" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤŞàĤ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ‰à§ŽàĤ¸ àĤŞàĤ" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "" +msgstr "àĤŞà§àĤ²à§° àĤ¨àĤàĤ" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ²àĤ•à§àĤ·à§àĤŻà§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ²àĤ•à§àĤ·à§àĤŻ àĤŞàĤ" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format -msgid "unknown size units '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ %s" +msgid "unknown pool format number %d" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ­àĤà§°àĤàĤ² àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ§à§°àĤ£ %d" -#: src/storage_conf.c:678 +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "àĤıেৰুà§ħàĤ àĤ—ৰàĤàĤ•à§€ àĤŞàĤĤàĤৰ্àĤ" + +#: src/storage_conf.c:880 +#, c-format +msgid "unknown size units '%s'" +msgstr "" + +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ ৰূàĤŸ àĤŞàĤĤàĤৰ্àĤ" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤıেৰুà§ħàĤ àĤ¨àĤàĤৰ àĤ…àĤ‚àĤĥ" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "àĤŞà§àĤ²" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞàĤ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "autostart ৰ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤŞàĤ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°àĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "XML àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s ৰ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "àĤàĤ‡ uuid ৰ àĤ¸à§ˆàĤ¤à§‡ àĤàĤżàĤ² àĤàĤ•àĤ àĤ•à§‹àĤ¨à§‹ àĤŞà§àĤ² àĤ¨àĤàĤ‡" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "àĤàĤ‡ àĤ¨àĤàĤৰ àĤ¸à§ˆàĤ¤à§‡ àĤàĤżàĤ² àĤàĤ•àĤ àĤ•à§‹àĤ¨à§‹ àĤŞà§àĤ² àĤ¨àĤàĤ‡" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "àĤ¨àĤàĤ:" +msgstr "àĤ¨àĤàĤ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ² àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "àĤŞà§" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "àĤŞà§àĤ² àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "" +msgstr "àĤŞà§àĤ² àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ² àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ² àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨àĤıয়" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ² àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "àĤŞà§àĤ²à§‡ àĤ†à§ŸàĤ¤àĤ¨ àĤ†àĤàĤ¤à§°à§à§ħàĤৰ àĤ¸àĤৰ্àĤàĤ¨ àĤ¨àĤ•à§°à§‡" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "àĤŞà§àĤ²à§° àĤ•à§‹àĤ¨à§‹ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¨àĤàĤ‡" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "àĤàĤ‡ àĤ¨àĤàĤৰ àĤàĤżàĤ² àĤàĤ•àĤ àĤ•à§‹àĤ¨à§‹ àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤàĤ‡" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "àĤàĤ‡ àĤšàĤàĤĴàĤżà§° àĤ¸à§ˆàĤ¤à§‡ àĤàĤżàĤ² àĤàĤ•àĤ àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤàĤ‡" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "àĤàĤ‡ àĤŞàĤৰ àĤ¸à§ˆàĤ¤à§‡ àĤàĤżàĤ² àĤàĤ•àĤ àĤ•à§‹àĤ¨à§‹ àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤàĤ‡" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ²à§‡ àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤৰ àĤ¸àĤৰ্àĤàĤ¨ àĤ¨àĤ•à§°à§‡" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ²à§‡ àĤ¸àĤàĤ·à§àĤŸàĤż àĤ†àĤàĤ¤à§°à§à§ħàĤৰ àĤ¸àĤৰ্àĤàĤ¨ àĤ¨àĤ•à§°à§‡" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "àĤàĤ‡ àĤ¨àĤàĤৰ àĤàĤżàĤ² àĤàĤ•àĤ àĤ•à§‹àĤ¨à§‹ àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤàĤ‡" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ² àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨àĤıয়" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ² àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" -msgstr "" +msgstr "àĤĤàĤżàĤ¨à§° àĤĴৰ্àĤ¤àĤàĤàĤ¨ àĤ¸àĤয় àĤŞà§‹à§ħàĤ àĤıৈàĤ›à§‡" -#: src/test.c:329 -msgid "loading host definition file" -msgstr "" - -#: src/test.c:336 -msgid "host" -msgstr "" - -#: src/test.c:344 -msgid "node" -msgstr "" - -#: src/test.c:350 -msgid "creating xpath context" -msgstr "" - -#: src/test.c:365 -msgid "node cpu numa nodes" -msgstr "" - -#: src/test.c:373 -msgid "node cpu sockets" -msgstr "" - -#: src/test.c:381 -msgid "node cpu cores" -msgstr "" - -#: src/test.c:389 -msgid "node cpu threads" -msgstr "" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¸àĤ‚àĤœà§àĤžàĤৰ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¤à§àĤ²àĤż àĤ²à§‹à§ħàĤ àĤıৈàĤ›à§‡" #: src/test.c:400 -msgid "node active cpu" -msgstr "" +msgid "host" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤ" -#: src/test.c:407 -msgid "node cpu mhz" -msgstr "" +#: src/test.c:408 +msgid "node" +msgstr "àĤ¨à§‹àĤĦ" -#: src/test.c:422 -msgid "node memory" -msgstr "" +#: src/test.c:415 +msgid "creating xpath context" +msgstr "xpath àĤ¸àĤ¨à§àĤĤৰ্àĤ­ àĤ¨àĤżà§°à§àĤàĤàĤ£" -#: src/test.c:428 -msgid "node domain list" -msgstr "" +#: src/test.c:430 +msgid "node cpu numa nodes" +msgstr "àĤ¨à§‹àĤĦৰ cpu ৰ numa àĤ¨à§‹àĤĦ" -#: src/test.c:439 -msgid "resolving domain filename" -msgstr "" +#: src/test.c:438 +msgid "node cpu sockets" +msgstr "àĤ¨à§‹àĤĦৰ cpu ৰ àĤ›àĤ•à§‡àĤŸ" + +#: src/test.c:446 +msgid "node cpu cores" +msgstr "àĤ¨à§‹àĤĦৰ cpu ৰ àĤ•à§‹à§°" + +#: src/test.c:454 +msgid "node cpu threads" +msgstr "àĤ¨à§‹àĤĦ cpu ৰ àĤ্ৰেàĤĦ" #: src/test.c:465 +msgid "node active cpu" +msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ•à§à§°àĤżà§Ÿ cpu" + +#: src/test.c:472 +msgid "node cpu mhz" +msgstr "àĤ¨à§‹àĤĦৰ cpu ৰ mhz àĤàĤàĤ¤à§à§°àĤ" + +#: src/test.c:487 +msgid "node memory" +msgstr "àĤ¨à§‹àĤĦৰ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż" + +#: src/test.c:493 +msgid "node domain list" +msgstr "àĤ¨à§‹àĤĦৰ àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" + +#: src/test.c:504 +msgid "resolving domain filename" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ¨àĤàĤ àĤ¸àĤ‚àĤ¸àĤàĤ§àĤ¨ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/test.c:530 #, fuzzy msgid "node network list" -msgstr "àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ¨à§‹àĤĦৰ àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ¨àĤàĤ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "àĤ¨à§‹àĤĦৰ àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ¨àĤàĤ àĤ¸àĤ‚àĤ¸àĤàĤ§àĤ¨ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" +msgstr "testOpen: àĤàĤŸàĤ àĤŞàĤ àĤ²àĤżàĤ–àĤ• àĤĴàĤ test:///default àĤĴ্àĤŻà§ħàĤıàĤৰ àĤ•à§°àĤ•" + +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§‹à§ħàĤ àĤ¨'àĤ—'àĤ²" + +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨àĤıয়" + +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "net àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" - -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" - -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "àĤ†à§°àĤ্àĤ­." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" -msgstr "" - -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -msgid "cannot save domain data" -msgstr "" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤেàĤ¤àĤàĤĦàĤàĤ¤àĤৰ àĤĤৈৰ্àĤ˜à§àĤŻ àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "àĤেàĤŸàĤàĤĦàĤàĤ¤àĤৰ àĤĤৈৰ্àĤ˜à§àĤŻ àĤ¸à§€àĤàĤৰ àĤĴàĤàĤıàĤżà§°àĤ¤" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "àĤàĤżàĤŸàĤàĤĦàĤàĤŸàĤ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s àĤ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -msgid "cannot save domain core" -msgstr "" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" -msgstr "" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤàĤ¤àĤżà§ŸàĤàĤ“ àĤšàĤ²àĤż àĤ†àĤ›à§‡" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤšàĤ²àĤż àĤ†àĤ›à§‡" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "àĤàĤ‡ àĤšàĤàĤĴàĤżà§° àĤ¸à§ˆàĤ¤à§‡ àĤàĤżàĤ² àĤàĤ•àĤ àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤàĤ‡" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "àĤàĤ‡ àĤŞàĤৰ àĤ¸à§ˆàĤ¤à§‡ àĤàĤżàĤ² àĤàĤ•àĤ àĤ•à§‹àĤ¨à§‹ àĤ­àĤà§°àĤàĤ²à§° àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤàĤ‡" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "àĤ•à§‡à§°à§‡àĤ•à§àĤŸàĤৰ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "%s àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤ¨àĤżàĤĴেàĤĥ àĤŻàĤ¨à§àĤ¤à§à§° àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "àĤĴ্ৰàĤżàĤœ àĤ¸àĤৰ্àĤàĤ¨ àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "%s àĤŞàĤžà§àĤœàĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ…à§ħàĤĥàĤżàĤ·à§àĤŸ àĤ¨àĤàĤ‡" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "%s àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "'%s' àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "àĤ…àĤ§àĤżàĤĴেàĤĥàĤ¨ àĤĴàĤżàĤšàĤৰàĤż àĤŞà§‹à§ħàĤ àĤ¨'àĤ—'àĤ²" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "'%s' àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ§à§°àĤ£ àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "dir %s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU àĤĴàĤàĤ‡àĤ¨à§‡à§°àĤż %s àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "àĤ²àĤ— àĤŞàĤžà§àĤœàĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "àĤ†àĤĤেàĤĥৰ àĤĴàĤàĤĴে àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ pid àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤıৈàĤ›à§‡" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞàĤàĤ‡àĤŞ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "'%s' àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ…àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° %s àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgid "cannot change to root directory: %s" +msgstr "autostart àĤŞàĤžà§àĤœàĤżàĤ•àĤ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' ৰ àĤ¸àĤ্àĤŞà§à§°àĤ¸àĤৰàĤ£ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "àĤ†àĤĤেàĤĥ àĤĥàĤৰী" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "àĤŞà§à§‹àĤàĤ¤à§‡ àĤ­à§àĤ²: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" -msgstr "" +msgstr "àĤ¸àĤıàĤয়àĤżàĤ•àĤ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." -msgstr "" +msgstr "àĤ—্àĤ²à§‹àĤĴàĤàĤ² àĤ¸àĤıàĤয়àĤ¤àĤ àĤĴàĤ àĤ¸à§àĤ¨àĤżà§°à§àĤĤàĤżàĤ·à§àĤŸ àĤ†àĤĤেàĤĥেৰ àĤĴàĤàĤĴে àĤ¸àĤıàĤয়àĤżàĤ•àĤ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ à¤" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" -msgstr "" +msgstr "àĤ†àĤĤেàĤĥেৰ àĤ¨àĤàĤ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" msgstr "" +"àĤ†àĤĤেàĤĥ:\n" +"\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" -msgstr "" +msgstr "àĤàĤŸàĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§Ÿ àĤıàĤżàĤšàĤàĤŞà§‡ àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ•" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." -msgstr "" +msgstr "àĤĴুàĤŸ àĤ•à§°àĤৰ àĤ¸àĤয় àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§ŸàĤıàĤżàĤšàĤàĤŞà§‡ àĤ†à§°àĤ্àĤ­à§‡à§° àĤĴàĤàĤĴে àĤàĤŸàĤ àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸àĤৰ àĤ•à§°àĤ• à¤" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤ, id àĤĴàĤ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" -msgstr "" +msgstr "àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§Ÿ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°àĤ£ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ•à§°àĤ•" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§Ÿ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°à§‹àĤàĤ¤àĤ àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %sৰ àĤŞà§°àĤ àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§Ÿ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°à§‹àĤàĤ¤àĤ àĤšàĤżàĤı্àĤ¨ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§ŸàĤıàĤżàĤšàĤàĤŞà§‡ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°à§‹àĤàĤ¤àĤ àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %sৰ àĤŞà§°àĤ àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§ŸàĤıàĤżàĤšàĤàĤŞà§‡ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°à§‹àĤàĤ¤àĤ àĤšàĤżàĤı্àĤ¨ àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" -msgstr "" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸à§ˆàĤ¤à§‡ (àĤŞà§àĤ¨àĤƒ) àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸à§àĤàĤàĤŞàĤ¨" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" +"àĤ¸à§àĤàĤàĤ¨à§€à§Ÿ àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— ठàĤĥেàĤ² àĤŞà§à§°àĤৰàĤ্àĤ­à§‡à§° àĤŞà§°à§‡ àĤàĤ‡ àĤ†àĤĤেàĤĥ àĤŞà§à§°à§Ÿà§‹àĤ—েৰ àĤĴàĤàĤĴে " +"àĤĴàĤżàĤ²à§àĤŸ àĤ‡àĤ¨ à¤" + +#: src/virsh.c:431 +msgid "hypervisor connection URI" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§° àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ URI" #: src/virsh.c:432 -msgid "hypervisor connection URI" -msgstr "" - -#: src/virsh.c:433 msgid "read-only connection" -msgstr "" +msgstr "àĤ…àĤ•àĤ² àĤŞà§à§‹àĤàĤ¤à§‡àĤŻà§‹àĤ—্àĤŻ àĤ¸àĤ‚àĤŻà§‹àĤ—" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" -msgstr "" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" -msgstr "" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" -msgstr "" +msgstr "àĤ…àĤ¤àĤżàĤàĤż àĤ•àĤ¨àĤ¸à§‹àĤ²à§‡à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•à§°àĤ•" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" -msgstr "" +msgstr "àĤ…àĤ¤àĤżàĤàĤżà§‡à§° àĤĴàĤàĤĴে àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ² serial àĤ•àĤ¨àĤ¸à§‹àĤ² àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤ•" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴàĤàĤĴে àĤ•à§‹àĤ¨à§‹ àĤ•'àĤ¨à§àĤ¸à§‹àĤ² àĤ¨àĤàĤ‡\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "àĤ‰àĤŞà§°" + +#: src/virsh.c:549 +msgid "list domains" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ" #: src/virsh.c:550 -msgid "list domains" -msgstr "" - -#: src/virsh.c:551 msgid "Returns list of domains." -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤıয় à¤" + +#: src/virsh.c:555 +msgid "list inactive domains" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ" #: src/virsh.c:556 -msgid "list inactive domains" -msgstr "" - -#: src/virsh.c:557 msgid "list inactive & active domains" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ†à§°à§ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" -msgstr "" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" -msgstr "" +msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" -msgstr "" +msgstr "àĤ¨àĤàĤ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" -msgstr "" +msgstr "àĤ…à§ħàĤ¸à§àĤàĤ" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" -msgstr "" +msgstr "àĤ•à§‹àĤ¨à§‹ àĤ…à§ħàĤ¸à§àĤàĤ àĤ¨àĤıয়" + +#: src/virsh.c:667 +msgid "domain state" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ…à§ħàĤ¸à§àĤàĤ" #: src/virsh.c:668 -msgid "domain state" -msgstr "" - -#: src/virsh.c:669 msgid "Returns state about a domain." -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤàĤŸàĤৰ àĤ…à§ħàĤ¸à§àĤàĤৰ àĤ•àĤàĤ àĤ•à§Ÿ à¤" + +#: src/virsh.c:704 +msgid "get device block stats for a domain" +msgstr "àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴàĤàĤĴে àĤŻàĤ¨à§àĤ¤à§à§° àĤĴ্àĤ²àĤ•à§‡à§° àĤŞà§°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°àĤ•" #: src/virsh.c:705 -msgid "get device block stats for a domain" -msgstr "" - -#: src/virsh.c:706 -#, fuzzy msgid "Get device block stats for a running domain." -msgstr "ৰàĤ•à§àĤ·àĤ àĤ•à§°àĤ•." +msgstr "àĤšàĤ²àĤàĤàĤ¨ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤĴ্àĤ²àĤ•à§° àĤŞà§°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°àĤ• à¤" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" -msgstr "" +msgstr "àĤĴ্àĤ²àĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virsh.c:733 -#, fuzzy, c-format +#: src/virsh.c:732 +#, c-format msgid "Failed to get block stats %s %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴ্àĤ²àĤ• àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤŞà§°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ %s %s" + +#: src/virsh.c:761 +msgid "get network interface stats for a domain" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴàĤàĤĴেà§ħ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤŞà§°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°àĤ•" #: src/virsh.c:762 -#, fuzzy -msgid "get network interface stats for a domain" -msgstr "àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" - -#: src/virsh.c:763 msgid "Get network interface stats for a running domain." -msgstr "" +msgstr "àĤšàĤ²àĤàĤàĤ¨ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤŞà§°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°àĤ• à¤" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" -msgstr "" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virsh.c:790 -#, fuzzy, c-format +#: src/virsh.c:789 +#, c-format msgid "Failed to get interface stats %s %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤŞà§°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ %s %s" + +#: src/virsh.c:828 +msgid "suspend a domain" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ•à§°àĤ•" #: src/virsh.c:829 -msgid "suspend a domain" -msgstr "" - -#: src/virsh.c:830 msgid "Suspend a running domain." -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…à§ħàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•à§°àĤ• à¤" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…à§ħàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤżàĤ¤\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…à§ħàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:867 +msgid "create a domain from an XML file" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/virsh.c:868 -msgid "create a domain from an XML file" -msgstr "" - -#: src/virsh.c:869 msgid "Create a domain." -msgstr "" +msgstr "àĤàĤŸàĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°àĤ• à¤" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" -msgstr "" +msgstr "XML àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴàĤżàĤĴৰàĤ£àĤ¸àĤı àĤàĤŸàĤ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" -msgstr "" +msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %sৰ àĤŞà§°àĤ àĤ¨àĤżà§°à§àĤàĤżàĤ¤\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" -msgstr "" +msgstr "%sৰ àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:915 +msgid "define (but don't start) a domain from an XML file" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°àĤ àĤı'àĤĴ (àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ àĤ¨àĤıয়)" #: src/virsh.c:916 -msgid "define (but don't start) a domain from an XML file" -msgstr "" - -#: src/virsh.c:917 msgid "Define a domain." -msgstr "" +msgstr "àĤàĤŸàĤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ²àĤżàĤ–àĤ• à¤" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %sৰ àĤŞà§°àĤ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" -msgstr "" +msgstr "%sৰ àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:963 +msgid "undefine an inactive domain" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨" #: src/virsh.c:964 -msgid "undefine an inactive domain" -msgstr "" - -#: src/virsh.c:965 msgid "Undefine the configuration for an inactive domain." -msgstr "" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨ à¤" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤ àĤĴàĤ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s ৰ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s ৰ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:1018 +msgid "start a (previously defined) inactive domain" +msgstr "àĤàĤŸàĤ (àĤŞà§‚ৰ্àĤĴে àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°àĤ) àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ•" #: src/virsh.c:1019 -msgid "start a (previously defined) inactive domain" -msgstr "" - -#: src/virsh.c:1020 -#, fuzzy msgid "Start a domain." -msgstr "àĤ†à§°àĤ্àĤ­." +msgstr "àĤàĤŸàĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ• à¤" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" -msgstr "" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:1063 +msgid "save a domain state to a file" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ…à§ħàĤ¸à§àĤàĤ àĤàĤŸàĤ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§‡ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°àĤ•" #: src/virsh.c:1064 -msgid "save a domain state to a file" -msgstr "" - -#: src/virsh.c:1065 -#, fuzzy msgid "Save a running domain." -msgstr "ৰàĤ•à§àĤ·àĤ àĤ•à§°àĤ•." +msgstr "àĤàĤŸàĤ àĤšàĤ²àĤàĤàĤ¨ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°àĤ•" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" -msgstr "" +msgstr "àĤ¤àĤ্àĤŻ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£à§‡à§° àĤ¸à§àĤàĤàĤ¨" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s àĤ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" -msgstr "" +msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s àĤ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:1107 +msgid "show/set scheduler parameters" +msgstr "àĤ¸àĤয় àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£àĤ•à§°à§‹àĤàĤ¤àĤ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¸à§àĤàĤżàĤ¤àĤżàĤàĤàĤŞ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨/àĤ¸à§àĤàĤàĤŞàĤ¨" #: src/virsh.c:1108 -msgid "show/set scheduler parameters" -msgstr "" - -#: src/virsh.c:1109 msgid "Show/Set scheduler parameters." -msgstr "" +msgstr "àĤ¸àĤয় àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£àĤ•à§°à§‹àĤàĤ¤àĤ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¸à§àĤàĤżàĤ¤àĤżàĤàĤàĤŞ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨/àĤ¸à§àĤàĤàĤŞàĤ¨ à¤" + +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "value array àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" -msgstr "" +msgstr "XEN_CREDIT ৰ àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ weight" #: src/virsh.c:1116 msgid "cap for XEN_CREDIT" -msgstr "" +msgstr "XEN_CREDIT ৰ àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤ cap" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "" +msgstr "àĤ¸à§°à§àĤĴàĤোàĤŸ" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" +msgstr "àĤ¸à§°à§àĤĴàĤোàĤŸ" + +#: src/virsh.c:1172 +msgid "Error getting param" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 -msgid "Scheduler" -msgstr "" - -#: src/virsh.c:1204 +#: src/virsh.c:1181 #, fuzzy +msgid "Invalid value of param" +msgstr "àĤ¸à§°à§àĤĴàĤোàĤŸ" + +#: src/virsh.c:1230 src/virsh.c:1234 +msgid "Scheduler" +msgstr "àĤ¸àĤয়àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£àĤ•à§°à§‹àĤàĤ¤àĤ" + +#: src/virsh.c:1234 msgid "Unknown" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" -msgstr "" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§‡àĤ¤ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤżàĤ¤ àĤ…à§ħàĤ¸à§àĤàĤৰ àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°à§àĤĤ্àĤ§àĤৰ àĤ•à§°àĤ•" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°à§àĤĤ্àĤ§àĤৰ àĤ•à§°àĤ• à¤" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" -msgstr "" +msgstr "àĤŞà§àĤ¨à§°à§àĤĤ্àĤ§àĤৰেৰ àĤĴàĤàĤĴে àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ…à§ħàĤ¸à§àĤàĤ" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" -msgstr "" +msgstr "%sৰ àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°à§àĤĤ্àĤ§àĤৰ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" -msgstr "" - -#: src/virsh.c:1297 -msgid "dump the core of a domain to a file for analysis" -msgstr "" - -#: src/virsh.c:1298 -msgid "Core dump a domain." -msgstr "" - -#: src/virsh.c:1304 -msgid "where to dump the core" -msgstr "" - -#: src/virsh.c:1326 -#, c-format -msgid "Domain %s dumped to %s\n" -msgstr "" +msgstr "%sৰ àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°à§àĤĤ্àĤ§àĤৰ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/virsh.c:1328 +msgid "dump the core of a domain to a file for analysis" +msgstr "àĤŞà§°à§‡àĤ²à§‹àĤšàĤ¨àĤৰ àĤ‰àĤĤ্àĤĤেàĤĥ্àĤŻà§‡ àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ•à§‹à§° àĤ¤àĤ্àĤŻ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°àĤ•" + +#: src/virsh.c:1329 +msgid "Core dump a domain." +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ•à§‹à§° àĤ¤àĤ্àĤŻ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°àĤ• à¤" + +#: src/virsh.c:1335 +msgid "where to dump the core" +msgstr "àĤ¤àĤ্àĤŻ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£à§‡à§° àĤ¸à§àĤàĤàĤ¨" + +#: src/virsh.c:1357 +#, fuzzy, c-format +msgid "Domain %s dumped to %s\n" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s àĤ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" + +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" -msgstr "" +msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s àĤ àĤ¸àĤ‚ৰàĤ•à§àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°àĤৰàĤ্àĤ­ àĤ•à§°àĤ•" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." -msgstr "" +msgstr "àĤŞà§à§°à§àĤĴে àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…à§ħàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°àĤৰàĤ্àĤ­ àĤ•à§°àĤ• à¤" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" -msgstr "" +msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨à§°àĤৰàĤ্àĤ­ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨à§°àĤৰàĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" -msgstr "" +msgstr "àĤ¸àĤ àĤżàĤ• àĤŞàĤĤ্àĤ§àĤ¤àĤżàĤ¤à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤ•" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." -msgstr "" +msgstr "àĤ²àĤ•à§àĤ·à§àĤŻ àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ shutdown àĤŞà§à§°àĤ£àĤàĤ²à§€ àĤŞà§à§°à§Ÿà§‹àĤ— àĤ•à§°àĤ• à¤" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤĴàĤ¨à§àĤ§ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤƒ àĤĴুàĤŸ àĤ•à§°àĤ àĤı'àĤĴ" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." -msgstr "" +msgstr "àĤ²àĤ•à§àĤ·à§àĤŻ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ¤ reboot àĤ†àĤĤেàĤĥ àĤŞà§à§°à§Ÿà§‹àĤ— àĤ•à§°àĤ• à¤" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤƒ àĤĴুàĤŸ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤƒ àĤĴুàĤŸ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" -msgstr "" +msgstr "àĤàĤŸàĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ•" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." -msgstr "" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ àĤı'àĤĴ à¤" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ§àĤৰàĤ£ àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•à§°àĤ àĤıয় à¤" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" -msgstr "" +msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 -#, fuzzy +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "àĤ¨àĤàĤ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" -msgstr "" +msgstr "UUID:" -#: src/virsh.c:1534 -#, fuzzy +#: src/virsh.c:1565 msgid "OS Type:" -msgstr "àĤ§à§°àĤ£:" +msgstr "OS ৰ àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" -msgstr "" +msgstr "àĤ…à§ħàĤ¸à§àĤàĤ:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" -msgstr "" +msgstr "CPU àĤ¸àĤ‚àĤ–্àĤŻàĤ:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" -msgstr "" +msgstr "CPU ৰ àĤ¸àĤয়:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" -msgstr "" +msgstr "àĤ¸à§°à§àĤĴোàĤšà§àĤš àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" -msgstr "" +msgstr "àĤ¸à§€àĤàĤàĤĴàĤżàĤıীàĤ¨" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" -msgstr "" +msgstr "àĤĴ্àĤŻà§ħàĤıৃàĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 msgid "Autostart:" +msgstr "àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§Ÿ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°àĤ£:" + +#: src/virsh.c:1599 +msgid "enable" msgstr "" -#: src/virsh.c:1568 -#, fuzzy -msgid "enable" -msgstr "àĤ¨àĤàĤ:" - -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 -#, fuzzy +#: src/virsh.c:1611 msgid "NUMA free memory" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" +msgstr "NUMA àĤুàĤ•à§àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." -msgstr "" +msgstr "àĤ‰àĤ²à§àĤ²à§‡àĤ–àĤżàĤ¤ àĤ¸àĤয় àĤ…à§ħàĤ§àĤż." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" -msgstr "" +msgstr "àĤ¸àĤ‚àĤ–্àĤŻàĤ" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" -msgstr "" +msgstr "àĤ¸à§°à§àĤĴàĤোàĤŸ" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ vcpu àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ§àĤৰàĤ£ àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•à§°àĤ àĤıয় à¤" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" -msgstr "" +msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" -msgstr "" +msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" -msgstr "" +msgstr "CPU ৰ àĤŞà§à§°àĤĴàĤ£àĤ¤àĤ:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ¨à§àĤ§ àĤ•à§°àĤ àĤıৈàĤ›à§‡, àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ² CPU àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤ à¤" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" -msgstr "" +msgstr "àĤ•àĤ¨à§àĤŸà§à§°à§‹àĤ² àĤĦোàĤেàĤ‡àĤ¨ vcpu ৰ àĤŞà§à§°àĤĴàĤ£àĤ¤àĤ" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." -msgstr "" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤেৰ àĤŞà§à§°àĤ•à§ƒàĤ¤ CPU ৰ àĤ¸à§ˆàĤ¤à§‡ àĤĦোàĤেàĤ‡àĤ¨ VCPU àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•à§°àĤ àĤı'àĤĴ à¤" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" -msgstr "" +msgstr "vcpu àĤ¸àĤ‚àĤ–্àĤŻàĤ" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" -msgstr "" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤ cpu àĤ¸àĤ‚àĤ–্àĤŻàĤ (àĤ•àĤàĤ àĤšàĤżàĤı্àĤ¨ àĤĤ্àĤĴàĤৰàĤ àĤĴàĤżàĤ­àĤàĤœàĤżàĤ¤)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: àĤ…àĤĴৈàĤ§ àĤĴàĤ àĤıেৰুà§ħàĤ vCPU àĤ¸àĤ‚àĤ–্àĤŻàĤ à¤" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "vcpupin: àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤ্àĤŻ àĤŞàĤàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ² à¤" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: àĤ…àĤĴৈàĤ§ vCPU àĤ¸àĤ‚àĤ–্àĤŻàĤ à¤" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." -msgstr "" +msgstr "cpulist: àĤ…àĤĴৈàĤ§ àĤĴàĤżàĤ¨à§‡àĤ¸ ठàĤŞàĤ‚àĤ•à§àĤ¤àĤż ৰàĤżàĤ•à§àĤ¤ à¤" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" +"cpulist: %s: àĤ…àĤĴৈàĤ§ àĤĴàĤżàĤ¨à§‡àĤ¸ ठ%d àĤ…à§ħàĤ¸à§àĤàĤàĤ¨à§‡ àĤ¸àĤ‚àĤ–্àĤŻàĤàĤূàĤ²àĤ• àĤàĤàĤ¨ àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ ('%c' ৰ àĤŞàĤৰ্àĤĥ্àĤĴে) à¤" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" +"cpulist: %s: àĤ…àĤĴৈàĤ§ àĤĴàĤżàĤ¨à§‡àĤ¸ ठ%d àĤ…à§ħàĤ¸à§àĤàĤàĤ¨à§‡ àĤ¸àĤ‚àĤ–্àĤŻàĤàĤূàĤ²àĤ• àĤàĤàĤ¨ àĤĴàĤ àĤ•àĤàĤ àĤšàĤżàĤı্àĤ¨ àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ ('%c' " +"ৰ àĤŞàĤৰ্àĤĥ্àĤĴে) à¤" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." -msgstr "" - -#: src/virsh.c:1819 -#, c-format -msgid "Physical CPU %d doesn't exist." -msgstr "" - -#: src/virsh.c:1843 -msgid "change number of virtual CPUs" -msgstr "" - -#: src/virsh.c:1844 -msgid "Change the number of virtual CPUs in the guest domain." -msgstr "" +msgstr "cpulist: %s: àĤ…àĤĴৈàĤ§ àĤĴàĤżàĤ¨à§‡àĤ¸ ठ%d àĤ…à§ħàĤ¸à§àĤàĤàĤ¨à§‡ àĤ¸àĤàĤàĤŞà§àĤ¤àĤ•à§°à§‹àĤàĤ¤àĤ àĤŞàĤ‚àĤ•à§àĤ¤àĤż à¤" #: src/virsh.c:1850 +#, c-format +msgid "Physical CPU %d doesn't exist." +msgstr "àĤŞà§à§°àĤ•à§ƒàĤ¤ CPU %d àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨àĤàĤ‡" + +#: src/virsh.c:1874 +msgid "change number of virtual CPUs" +msgstr "àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ•" + +#: src/virsh.c:1875 +msgid "Change the number of virtual CPUs in the guest domain." +msgstr "àĤ…àĤ¤àĤżàĤàĤżà§° àĤĦোàĤেàĤ‡àĤ¨àĤ¤ àĤ­àĤৰ্àĤšà§à§ħেàĤ² CPU àĤ¸àĤূàĤıৰ àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤ¸àĤ²àĤ¨àĤż àĤ•à§°àĤ• à¤" + +#: src/virsh.c:1881 msgid "number of virtual CPUs" -msgstr "" - -#: src/virsh.c:1870 -msgid "Invalid number of virtual CPUs." -msgstr "" - -#: src/virsh.c:1882 -msgid "Too many virtual CPUs." -msgstr "" - -#: src/virsh.c:1900 -msgid "change memory allocation" -msgstr "" +msgstr "àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ–্àĤŻàĤ" #: src/virsh.c:1901 +msgid "Invalid number of virtual CPUs." +msgstr "àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ–্àĤŻàĤৰ àĤĴৈàĤ§ àĤ¨àĤıয় à¤" + +#: src/virsh.c:1913 +msgid "Too many virtual CPUs." +msgstr "àĤĴৰ àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ² CPU à¤" + +#: src/virsh.c:1931 +msgid "change memory allocation" +msgstr "àĤĴàĤżàĤ¤à§°àĤ£ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤàĤàĤ¨ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ•" + +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." -msgstr "" +msgstr "àĤ…àĤ¤àĤżàĤàĤż àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ¤ àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤàĤàĤ¨ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ• à¤" -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" -msgstr "" +msgstr "àĤ•àĤżàĤ²à§‹àĤĴàĤàĤ‡àĤŸ àĤ…àĤ¨à§àĤ¸àĤৰে àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤàĤàĤŞ" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" -msgstr "" +msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ %d" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" -msgstr "" +msgstr "MaxMemorySize àĤŞà§°à§€àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" -msgstr "" +msgstr "àĤ¸à§°à§àĤĴোàĤšà§àĤš àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤàĤàĤ¤à§à§°àĤ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ•" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." -msgstr "" +msgstr "àĤ…àĤ¤àĤżàĤàĤż àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ¸à§°à§àĤĴোàĤšà§àĤš àĤ¸à§€àĤàĤ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ• à¤" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" -msgstr "" +msgstr "àĤ•àĤżàĤ²à§‹àĤĴàĤàĤ‡àĤŸ àĤ…àĤ¨à§àĤ¸àĤৰে àĤ¸à§°à§àĤĴোàĤšà§àĤš àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤàĤàĤ¤à§à§°àĤ" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" -msgstr "" +msgstr "àĤĴৰ্àĤ¤àĤàĤàĤ¨MemorySize àĤŞà§°à§€àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" -msgstr "" +msgstr "àĤĴৰ্àĤ¤àĤàĤàĤ¨ MemorySize àĤı্ৰàĤàĤ¸ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" -msgstr "" +msgstr "MaxMemorySize àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" -msgstr "" +msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." -msgstr "" +msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤৌàĤ²àĤżàĤ• àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•à§°àĤ àĤıয় à¤" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" -msgstr "" - -#: src/virsh.c:2034 -msgid "CPU model:" -msgstr "" - -#: src/virsh.c:2036 -msgid "CPU frequency:" -msgstr "" - -#: src/virsh.c:2037 -msgid "CPU socket(s):" -msgstr "" - -#: src/virsh.c:2038 -msgid "Core(s) per socket:" -msgstr "" - -#: src/virsh.c:2039 -msgid "Thread(s) per core:" -msgstr "" - -#: src/virsh.c:2040 -msgid "NUMA cell(s):" -msgstr "" - -#: src/virsh.c:2041 -msgid "Memory size:" -msgstr "" - -#: src/virsh.c:2051 -msgid "capabilities" -msgstr "" - -#: src/virsh.c:2052 -msgid "Returns capabilities of hypervisor/driver." -msgstr "" +msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/virsh.c:2065 +msgid "CPU model:" +msgstr "CPU ৰ àĤàĤĦেàĤ²:" + +#: src/virsh.c:2067 +msgid "CPU frequency:" +msgstr "CPU ৰ àĤĞ্ৰàĤżàĤ•à§‹à§Ÿà§‡àĤ¨à§àĤ¸àĤżà§° àĤàĤàĤ¤à§à§°àĤ:" + +#: src/virsh.c:2068 +msgid "CPU socket(s):" +msgstr "CPU ৰ àĤ›àĤ•à§‡àĤŸ:" + +#: src/virsh.c:2069 +msgid "Core(s) per socket:" +msgstr "àĤŞà§à§°àĤ¤àĤż àĤ›àĤ•à§‡àĤŸà§‡ àĤ•à§‹à§° àĤ¸àĤ‚àĤ–্àĤŻàĤ:" + +#: src/virsh.c:2070 +msgid "Thread(s) per core:" +msgstr "àĤŞà§à§°àĤ¤àĤż àĤ•à§‹à§°à§‡ àĤ্ৰেàĤĦ àĤ¸àĤ‚àĤ–্àĤŻàĤ:" + +#: src/virsh.c:2071 +msgid "NUMA cell(s):" +msgstr "NUMA àĤ•à§‹àĤ·:" + +#: src/virsh.c:2072 +msgid "Memory size:" +msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤàĤàĤŞ:" + +#: src/virsh.c:2082 +msgid "capabilities" +msgstr "àĤ•à§àĤ·àĤàĤ¤àĤ" + +#: src/virsh.c:2083 +msgid "Returns capabilities of hypervisor/driver." +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°/àĤšàĤàĤ²àĤ•à§‡à§° àĤ•à§àĤ·àĤàĤ¤àĤ àĤ¸àĤ্àĤĴàĤ¨à§àĤ§à§‡ àĤ…à§ħàĤ—àĤ¤ àĤ•à§°à§‡ à¤" + +#: src/virsh.c:2096 msgid "failed to get capabilities" -msgstr "" +msgstr "àĤ•à§àĤ·àĤàĤ¤àĤ àĤ¸àĤ্àĤĴàĤ¨à§àĤ§à§€à§Ÿ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" -msgstr "" +msgstr "XML àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." -msgstr "" +msgstr "XML àĤĦàĤàĤ্àĤŞ àĤıàĤżàĤšàĤàĤŞà§‡ stdout àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ à¤" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" -msgstr "" +msgstr "àĤàĤŸàĤ àĤĦোàĤেàĤ‡àĤ¨ id àĤĴàĤ UUID àĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤে ৰূàĤŞàĤàĤ¨à§àĤ¤à§° àĤ•à§°àĤ•" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ id àĤĴàĤ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤ àĤĴàĤ UUID àĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ id àĤ¤à§‡ ৰূàĤŞàĤàĤ¨à§àĤ¤à§° àĤ•à§°àĤ•" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" -msgstr "" - -#: src/virsh.c:2189 -msgid "domain id or name" -msgstr "" - -#: src/virsh.c:2208 -msgid "failed to get domain UUID" -msgstr "" - -#: src/virsh.c:2219 -msgid "migrate domain to another host" -msgstr "" +msgstr "àĤàĤŸàĤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤ àĤĴàĤ id àĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ UUID àĤ¤à§‡ ৰূàĤŞàĤàĤ¨à§àĤ¤à§° àĤ•à§°àĤ•" #: src/virsh.c:2220 -msgid "Migrate domain to another host. Add --live for live migration." -msgstr "" +msgid "domain id or name" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ id àĤĴàĤ àĤ¨àĤàĤ" -#: src/virsh.c:2225 -msgid "live migration" -msgstr "" - -#: src/virsh.c:2227 -msgid "connection URI of the destination host" -msgstr "" - -#: src/virsh.c:2228 -msgid "migration URI, usually can be omitted" -msgstr "" +#: src/virsh.c:2239 +msgid "failed to get domain UUID" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ UUID àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/virsh.c:2250 +msgid "migrate domain to another host" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤàĤŸàĤ àĤŞà§ƒàĤàĤ• àĤ—ৃàĤıàĤ¸à§àĤে àĤàĤàĤ‡àĤ—্ৰেàĤŸ àĤ•à§°àĤ•" + +#: src/virsh.c:2251 +msgid "Migrate domain to another host. Add --live for live migration." +msgstr "" +"àĤĦোàĤেàĤ‡àĤ¨ àĤàĤŸàĤ àĤŞà§ƒàĤàĤ• àĤ—ৃàĤıàĤ¸à§àĤে àĤàĤàĤ‡àĤ—্ৰেàĤŸ àĤ•à§°àĤ• ठàĤ²àĤàĤ‡àĤ­ àĤàĤàĤ‡àĤ—্ৰেàĤĥàĤ¨à§‡à§° àĤĴàĤàĤĴে live àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤŻà§‹àĤ— àĤ•à§°àĤ• " +"à¤" + +#: src/virsh.c:2256 +msgid "live migration" +msgstr "àĤ²àĤàĤ‡àĤ­ àĤàĤàĤ‡àĤ—্ৰেàĤĥàĤ¨" + +#: src/virsh.c:2258 +msgid "connection URI of the destination host" +msgstr "àĤ²àĤ•à§àĤ·à§àĤŻ àĤ—ৃàĤıàĤ¸à§àĤেৰ àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ URI" + +#: src/virsh.c:2259 +msgid "migration URI, usually can be omitted" +msgstr "àĤàĤàĤ‡àĤ—্ৰেàĤĥàĤ¨à§‡à§° URI, àĤ¸àĤàĤ§àĤৰàĤ£àĤ¤ àĤ‰àĤ²à§àĤ²à§‡àĤ– àĤ•à§°àĤ àĤ†à§ħàĤĥ্àĤŻàĤ• àĤ¨àĤıয়" + +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" -msgstr "" +msgstr "àĤàĤàĤ‡àĤ—্ৰেàĤŸ: desturi àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§Ÿ àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ•" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." -msgstr "" +msgstr "àĤĴুàĤŸ àĤ•à§°àĤৰ àĤ¸àĤয় àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§ŸàĤıàĤżàĤšàĤàĤŞà§‡ àĤ†à§°àĤ্àĤ­à§‡à§° àĤĴàĤàĤĴে àĤàĤŸàĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸àĤৰ àĤ•à§°àĤ• à¤" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ àĤĴàĤ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s, àĤ¸à§àĤĴয়àĤ‚ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°à§‹àĤàĤ¤àĤ àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %sৰ àĤŞà§°àĤ àĤ¸à§àĤĴয়àĤ‚ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°à§‹àĤàĤ¤àĤ àĤšàĤżàĤı্àĤ¨ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s àĤ¸à§àĤĴয়àĤ‚ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°à§‹àĤàĤ¤àĤ àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" -msgstr "" - -#: src/virsh.c:2333 -msgid "create a network from an XML file" -msgstr "" - -#: src/virsh.c:2334 -msgid "Create a network." -msgstr "" - -#: src/virsh.c:2339 src/virsh.c:2387 -msgid "file containing an XML network description" -msgstr "" - -#: src/virsh.c:2366 -#, c-format -msgid "Network %s created from %s\n" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %sৰ àĤŞà§°àĤ àĤ¸à§àĤĴয়àĤ‚ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°à§‹àĤàĤ¤àĤ àĤšàĤżàĤı্àĤ¨ àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤıৈàĤ›à§‡\n" #: src/virsh.c:2369 +msgid "create a network from an XML file" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°àĤ•" + +#: src/virsh.c:2370 +msgid "Create a network." +msgstr "àĤàĤŸàĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°àĤ• à¤" + +#: src/virsh.c:2375 src/virsh.c:2423 +msgid "file containing an XML network description" +msgstr "XML àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤĴàĤżàĤĴৰàĤ£àĤ¸àĤı àĤàĤŸàĤ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°" + +#: src/virsh.c:2402 +#, c-format +msgid "Network %s created from %s\n" +msgstr "%s àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %sৰ àĤŞà§°àĤ àĤ¨àĤżà§°à§àĤàĤżàĤ¤\n" + +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" -msgstr "" - -#: src/virsh.c:2381 -msgid "define (but don't start) a network from an XML file" -msgstr "" - -#: src/virsh.c:2382 -msgid "Define a network." -msgstr "" - -#: src/virsh.c:2414 -#, c-format -msgid "Network %s defined from %s\n" -msgstr "" +msgstr "%sৰ àĤŞà§°àĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/virsh.c:2417 +msgid "define (but don't start) a network from an XML file" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°àĤ àĤı'àĤĴ (àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ àĤ¨àĤıয়)" + +#: src/virsh.c:2418 +msgid "Define a network." +msgstr "àĤàĤŸàĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ²àĤżàĤ–àĤ• à¤" + +#: src/virsh.c:2450 #, c-format -msgid "Failed to define network from %s" -msgstr "" - -#: src/virsh.c:2429 -msgid "destroy a network" -msgstr "" - -#: src/virsh.c:2430 -msgid "Destroy a given network." -msgstr "" - -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 -msgid "network name, id or uuid" -msgstr "" +msgid "Network %s defined from %s\n" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s, %sৰ àĤŞà§°àĤ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" #: src/virsh.c:2453 #, c-format -msgid "Network %s destroyed\n" -msgstr "" +msgid "Failed to define network from %s" +msgstr "%sৰ àĤŞà§°àĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2455 +#: src/virsh.c:2465 +msgid "destroy a network" +msgstr "àĤàĤŸàĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ•" + +#: src/virsh.c:2466 +msgid "Destroy a given network." +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ àĤı'àĤĴ à¤" + +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 +msgid "network name, id or uuid" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ, id àĤĴàĤ uuid" + +#: src/virsh.c:2489 +#, c-format +msgid "Network %s destroyed\n" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" + +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" -msgstr "" +msgstr "XML àĤ¤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." -msgstr "" +msgstr "XML àĤĦàĤàĤ্àĤŞ àĤıàĤżàĤšàĤàĤŞà§‡ stdout àĤ¤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ à¤" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤıয় à¤" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ†à§°à§ àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" -msgstr "" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" -msgstr "" +msgstr "àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§Ÿ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°àĤ£" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" -msgstr "" +msgstr "àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§Ÿ àĤŞà§à§°àĤৰàĤ্àĤ­àĤ•à§°àĤ£ àĤ¨àĤıয়" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" -msgstr "" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" -msgstr "" +msgstr "àĤàĤŸàĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• UUID àĤ•à§‡ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤàĤে ৰূàĤŞàĤàĤ¨à§àĤ¤à§° àĤ•à§°àĤ•" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" -msgstr "" +msgstr "àĤàĤŸàĤ (àĤŞà§‚ৰ্àĤĴে àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°àĤ) àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ•" -#: src/virsh.c:2666 -#, fuzzy +#: src/virsh.c:2702 msgid "Start a network." -msgstr "àĤ†à§°àĤ্àĤ­." +msgstr "àĤàĤŸàĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ• à¤" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" -msgstr "" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." -msgstr "" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨ à¤" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s ৰ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" -msgstr "" - -#: src/virsh.c:2743 -msgid "convert a network name to network UUID" -msgstr "" - -#: src/virsh.c:2748 -msgid "network name" -msgstr "" - -#: src/virsh.c:2768 -msgid "failed to get network UUID" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s ৰ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/virsh.c:2779 +msgid "convert a network name to network UUID" +msgstr "àĤàĤŸàĤ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ àĤĦোàĤেàĤ‡àĤ¨ UUID àĤ¤à§‡ ৰূàĤŞàĤàĤ¨à§àĤ¤à§° àĤ•à§°àĤ•" + +#: src/virsh.c:2784 +msgid "network name" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ" + +#: src/virsh.c:2804 +msgid "failed to get network UUID" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• UUID àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "" +msgstr "àĤàĤŸàĤ àĤŞà§àĤ² àĤ¸à§àĤĴয়àĤ‚àĤ•à§à§°àĤżà§ŸàĤ­àĤàĤĴে àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ•" -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "" +msgstr "àĤĴুàĤŸ àĤ•à§°àĤৰ àĤ¸àĤয়àĤ¤ àĤàĤŸàĤ àĤŞà§àĤ² àĤ¨àĤżàĤœà§‡àĤ‡ àĤ†à§°àĤ্àĤ­ àĤı'àĤĴàĤ²à§ˆ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ•à§°àĤ• à¤" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "" +msgstr "àĤŞà§àĤ² àĤ¨àĤàĤ àĤĴàĤ uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ• autostarted àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ• autostarted àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ¨àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ• autostarted àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "" - -#: src/virsh.c:2830 -msgid "create a pool from an XML file" -msgstr "" - -#: src/virsh.c:2831 src/virsh.c:2878 -msgid "Create a pool." -msgstr "" - -#: src/virsh.c:2836 src/virsh.c:2974 -msgid "file containing an XML pool description" -msgstr "" - -#: src/virsh.c:2863 -#, c-format -msgid "Pool %s created from %s\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ• autostarted àĤıàĤżàĤšàĤàĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•à§°àĤ àĤıোà§ħàĤ àĤ¨àĤàĤ‡\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ•" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "àĤàĤŸàĤ àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ• à¤" + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "àĤàĤŸàĤ XML àĤŞà§àĤ²à§° àĤĴàĤżà§ħৰàĤ£ àĤàĤ•àĤ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "%s ৰ àĤŞà§°àĤ àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ %s àĤŞà§àĤ²\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s ৰ àĤŞà§°àĤ àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "" +msgstr "àĤ¤à§°à§àĤ•à§° àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤŞà§°àĤ àĤàĤŸàĤ àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ•" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "" +msgstr "àĤŞà§àĤ²à§° àĤ¨àĤàĤ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "àĤŞà§àĤ²à§° àĤ§à§°àĤ£ " -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "àĤ¤àĤ²à§° àĤ­àĤà§°àĤàĤ²à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§°-àĤ—ৃàĤıàĤ¸à§àĤ" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "àĤ¤àĤ²à§° àĤ­àĤà§°àĤàĤ²à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤŞàĤ" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "àĤ¤àĤ²à§° àĤ­àĤà§°àĤàĤ²à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "àĤ¤àĤ²à§° àĤ­àĤà§°àĤàĤ²à§° àĤĴàĤàĤĴে àĤ²àĤ•à§àĤ·à§àĤŻ" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "value array àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +msgstr "XML àĤŞà§à§°àĤĥàĤàĤ• àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" -msgstr "" +msgstr "%s àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:2968 +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤàĤŸàĤ àĤŞà§àĤ²à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤĤàĤżà§ŸàĤ• (àĤ•àĤżàĤ¨à§àĤ¤à§ àĤ†à§°àĤ্àĤ­ àĤ¨àĤ•à§°àĤżàĤĴ)" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "" +msgstr "àĤàĤŸàĤ àĤŞà§àĤ²à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤĤàĤżà§ŸàĤ• à¤" -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ• %s ৰ àĤŞà§°àĤ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "%s ৰ àĤŞà§°àĤ àĤŞà§àĤ²à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤĤàĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "àĤ¤à§°à§àĤ•à§° àĤàĤŸàĤ àĤ—োàĤŸà§° àĤŞà§°àĤ àĤàĤŸàĤ àĤŞà§àĤ²à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤĤàĤżà§ŸàĤ•" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "àĤ¤àĤ²à§° àĤ­àĤà§°àĤàĤ²à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤŞàĤ" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s ৰ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "%s àĤŞà§àĤ²à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤĤàĤżàĤ“àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "àĤàĤŸàĤ àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ•" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "àĤĴৰ্àĤ¤à§àĤ¤àĤàĤàĤ¨à§‡ àĤàĤ•àĤ àĤàĤŸàĤ àĤŞà§àĤ²à§° àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ• à¤" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ àĤı'àĤ²\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "%s àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "" +msgstr "àĤàĤŸàĤ àĤŞà§àĤ² àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ•" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "" +msgstr "àĤĴৰ্àĤ¤à§àĤ¤àĤàĤàĤ¨à§° àĤàĤŸàĤ àĤŞà§àĤ² àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ• à¤" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤŞà§àĤ² àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "àĤàĤŸàĤ àĤŞà§àĤ² àĤ—ুàĤšàĤàĤ“àĤ•" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "" +msgstr "àĤĴৰ্àĤ¤à§àĤ¤àĤàĤàĤ¨à§° àĤàĤŸàĤ àĤŞà§àĤ² àĤ—ুàĤšàĤàĤ“àĤ• à¤" -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, c-format msgid "Pool %s deleted\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤı'àĤ²\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "%s àĤŞà§àĤ² àĤ†àĤàĤ¤à§°àĤàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "àĤàĤŸàĤ àĤŞà§àĤ² àĤ¸àĤ¤à§‡àĤœ àĤ•à§°àĤ•" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "àĤĴৰ্àĤ¤à§àĤ¤àĤàĤàĤ¨à§° àĤàĤŸàĤ àĤŞà§àĤ² àĤ¸àĤ¤à§‡àĤœ àĤ•à§°àĤ• à¤" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ¸àĤ¤à§‡àĤœ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤŞà§àĤ² àĤ¸àĤ¤à§‡àĤœ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "%s àĤ¤ ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "XML àĤ¤ àĤŞà§àĤ²à§° àĤ¤àĤ্àĤŻ" -#: src/virsh.c:3271 +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "" +msgstr "stdout àĤ²à§ˆ àĤŞà§àĤ²à§° àĤ¤àĤ্àĤŻ XML àĤĤ'àĤ àĤıàĤżàĤšàĤàĤŞà§‡ àĤ¨àĤżà§°à§àĤ—àĤ àĤ•à§°àĤ• à¤" -#: src/virsh.c:3311 +#: src/virsh.c:3348 msgid "list pools" -msgstr "" +msgstr "àĤŞà§àĤ²à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:3312 +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "" +msgstr "àĤŞà§àĤ²à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤĤàĤżà§Ÿà§‡ à¤" -#: src/virsh.c:3317 +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤĴàĤ¨àĤàĤ“àĤ•" -#: src/virsh.c:3318 +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ & àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤĴàĤ¨àĤàĤ“àĤ•" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤŞà§àĤ² àĤ­àĤżàĤ¤à§°" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "storage_pool àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" +msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻàĤàĤŞà§àĤ¤" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "%s àĤŞà§àĤ²à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤĤàĤżàĤ“àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ² àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤ¨àĤıয়" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ²à§° àĤ¤àĤ্àĤŻ" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "" - -#: src/virsh.c:3627 -msgid "building" -msgstr "" - -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 -msgid "running" -msgstr "" - -#: src/virsh.c:3635 -msgid "degraded" -msgstr "" - -#: src/virsh.c:3642 src/virsh.c:4068 -msgid "Capacity:" -msgstr "" - -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy -msgid "Allocation:" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" - -#: src/virsh.c:3648 -msgid "Available:" -msgstr "" +msgstr "àĤ­àĤà§°àĤàĤ²à§° àĤŞà§àĤ²à§° àĤৌàĤ²àĤżàĤ• àĤ¤àĤ্àĤŻà§° àĤ•àĤàĤ àĤ•à§Ÿ à¤" #: src/virsh.c:3664 -msgid "convert a pool UUID to pool name" -msgstr "" +msgid "building" +msgstr "àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/virsh.c:3669 -msgid "pool uuid" -msgstr "" +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 +msgid "running" +msgstr "àĤšàĤ²àĤàĤàĤ¨" -#: src/virsh.c:3695 -msgid "start a (previously defined) inactive pool" -msgstr "" +#: src/virsh.c:3672 +msgid "degraded" +msgstr "àĤ­à§à§°àĤ·à§àĤŸ àĤı'àĤ²" -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "àĤ†à§°àĤ্àĤ­." +#: src/virsh.c:3679 src/virsh.c:4105 +msgid "Capacity:" +msgstr "àĤ§àĤৰàĤ£ àĤĥàĤ•à§àĤ¤àĤż:" + +#: src/virsh.c:3682 src/virsh.c:4108 +msgid "Allocation:" +msgstr "àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ:" + +#: src/virsh.c:3685 +msgid "Available:" +msgstr "àĤŞà§‹à§ħàĤ àĤŻàĤàĤĴ:" #: src/virsh.c:3701 -msgid "name of the inactive pool" -msgstr "" +msgid "convert a pool UUID to pool name" +msgstr "àĤŞà§àĤ² UUID àĤ• àĤŞà§àĤ² àĤ¨àĤàĤàĤ²à§ˆ àĤ¸àĤ²àĤ¨àĤż àĤ•à§°àĤ•" -#: src/virsh.c:3718 +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "àĤŞà§àĤ² uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "àĤ†àĤ—েয়ে àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²àĤ• àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ• (àĤ†àĤ—àĤ¤à§‡ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤĤàĤżà§ŸàĤ)" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "àĤàĤŸàĤ àĤŞà§àĤ² àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ• à¤" + +#: src/virsh.c:3738 +msgid "name of the inactive pool" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²à§° àĤ¨àĤàĤ" + +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" -msgstr "" +msgstr "àĤŞà§àĤ² %s àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞà§àĤ² %s àĤ†à§°àĤ্àĤ­ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:3734 +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "" +msgstr "àĤ¤à§°à§àĤ•à§° àĤàĤŸàĤ àĤ—োàĤŸà§° àĤŞà§°àĤ àĤàĤŸàĤ àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤ•" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "" +msgstr "àĤàĤŸàĤ àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°àĤ• à¤" -#: src/virsh.c:3741 +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ¨àĤàĤ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "àĤĴৈàĤ•àĤ²à§àĤŞàĤż k,M,G,T àĤŞà§à§°àĤ¤à§àĤŻà§Ÿà§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ†àĤ•àĤৰ" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "àĤĴৈàĤ•àĤ²à§àĤŞàĤż k,M,G,T àĤŞà§à§°àĤ¤à§àĤŻà§Ÿà§° àĤ¸à§ˆàĤ¤à§‡ àĤŞà§à§°àĤৰàĤ্àĤ­àĤżàĤ• àĤĴàĤżàĤ¤à§°àĤ£à§° àĤ†àĤ•àĤৰ" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ†àĤ•à§ƒàĤ¤àĤżà§° àĤ§à§°àĤ£ raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "àĤ­à§àĤ² àĤ†àĤ•àĤৰ %s" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" -msgstr "" +msgstr "%s àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤżà§°à§àĤàĤżàĤ¤\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤ¸àĤàĤ·à§àĤŸàĤż àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:3856 +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ†àĤàĤ¤à§°àĤàĤ“àĤ•" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²." -#: src/virsh.c:3880 -#, c-format +#: src/virsh.c:3917 +#, fuzzy, c-format msgid "Pool %s has been undefined\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s ৰ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ†àĤàĤ¤à§°à§à§ħàĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "àĤŞà§àĤ²" -#: src/virsh.c:3895 +#: src/virsh.c:3932 +#, fuzzy msgid "convert a pool name to pool UUID" -msgstr "" +msgstr "àĤŞà§àĤ² àĤ¨àĤàĤ àĤŞà§àĤ²" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞà§àĤ²" -#: src/virsh.c:3933 +#: src/virsh.c:3970 +#, fuzzy msgid "create a vol from an XML file" -msgstr "" - -#: src/virsh.c:3940 -msgid "file containing an XML vol description" -msgstr "" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻà§°à§àĤ" #: src/virsh.c:3977 -#, c-format -msgid "Vol %s created from %s\n" -msgstr "" +#, fuzzy +msgid "file containing an XML vol description" +msgstr "XML àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴàĤżàĤĴৰàĤ£àĤ¸àĤı àĤàĤŸàĤ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°" -#: src/virsh.c:3981 +#: src/virsh.c:4014 +#, fuzzy, c-format +msgid "Vol %s created from %s\n" +msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %sৰ àĤŞà§°àĤ àĤ¨àĤżà§°à§àĤàĤżàĤ¤\n" + +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%sৰ àĤŞà§°àĤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 +#, fuzzy msgid "Delete a given vol." -msgstr "" +msgstr "àĤ—ুàĤšàĤàĤ“àĤ•." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +#, fuzzy msgid "vol name, key or path" -msgstr "" +msgstr "àĤ¨àĤàĤ àĤ•àĤż àĤŞàĤ" -#: src/virsh.c:4018 -#, c-format +#: src/virsh.c:4055 +#, fuzzy, c-format msgid "Vol %s deleted\n" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°àĤ àĤıৈàĤ›à§‡\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" -msgstr "àĤ•àĤৰ্àĤ£à§‡àĤ²à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:4035 +#: src/virsh.c:4072 +#, fuzzy msgid "Returns basic information about the storage vol." -msgstr "" +msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤৌàĤ²àĤżàĤ• àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•à§°àĤ àĤıয় à¤" -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "àĤ§à§°àĤ£:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 +#, fuzzy msgid "file" -msgstr "" +msgstr "XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°" -#: src/virsh.c:4065 +#: src/virsh.c:4102 +#, fuzzy msgid "block" -msgstr "" +msgstr "àĤ…à§ħৰুàĤĤ্àĤ§" -#: src/virsh.c:4086 +#: src/virsh.c:4123 +#, fuzzy msgid "vol information in XML" -msgstr "" +msgstr "àĤ­àĤżàĤ¤à§°" -#: src/virsh.c:4087 +#: src/virsh.c:4124 +#, fuzzy msgid "Output the vol information as an XML dump to stdout." -msgstr "" +msgstr "XML àĤĦàĤàĤ্àĤŞ àĤıàĤżàĤšàĤàĤŞà§‡ stdout àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ à¤" -#: src/virsh.c:4128 +#: src/virsh.c:4165 +#, fuzzy msgid "list vols" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:4129 +#: src/virsh.c:4166 +#, fuzzy msgid "Returns list of vols by pool." -msgstr "" +msgstr "àĤŞà§àĤ²." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ" #: src/virsh.c:4207 +#, fuzzy +msgid "Path" +msgstr "àĤŞàĤ" + +#: src/virsh.c:4244 +#, fuzzy msgid "convert a vol UUID to vol name" -msgstr "" +msgstr "àĤ¨àĤàĤ" -#: src/virsh.c:4212 +#: src/virsh.c:4249 +#, fuzzy msgid "vol key or path" -msgstr "" +msgstr "àĤ•àĤż àĤŞàĤ" -#: src/virsh.c:4240 +#: src/virsh.c:4277 +#, fuzzy msgid "convert a vol UUID to vol key" -msgstr "" +msgstr "àĤ•àĤż" -#: src/virsh.c:4245 +#: src/virsh.c:4282 +#, fuzzy msgid "vol uuid" -msgstr "" - -#: src/virsh.c:4273 -msgid "convert a vol UUID to vol path" -msgstr "" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° uuid" #: src/virsh.c:4310 +#, fuzzy +msgid "convert a vol UUID to vol path" +msgstr "àĤŞàĤ" + +#: src/virsh.c:4316 +#, fuzzy +msgid "vol name or key" +msgstr "àĤ¨àĤàĤ àĤ•àĤż" + +#: src/virsh.c:4347 msgid "show version" -msgstr "" - -#: src/virsh.c:4311 -msgid "Display the system version information." -msgstr "" - -#: src/virsh.c:4334 -msgid "failed to get hypervisor type" -msgstr "" - -#: src/virsh.c:4343 -#, c-format -msgid "Compiled against library: libvir %d.%d.%d\n" -msgstr "" +msgstr "àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ" #: src/virsh.c:4348 -msgid "failed to get the library version" -msgstr "" +msgid "Display the system version information." +msgstr "àĤĴ্àĤŻà§ħàĤ¸à§àĤàĤàĤŞà§à§°àĤ£àĤàĤ²à§€à§‡à§° àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ• à¤" -#: src/virsh.c:4355 +#: src/virsh.c:4371 +msgid "failed to get hypervisor type" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:4380 +#, c-format +msgid "Compiled against library: libvir %d.%d.%d\n" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ²àĤàĤ‡àĤĴ্ৰেৰàĤżà§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ™à§àĤ•àĤ²àĤ¨ àĤ•à§°àĤ àĤıৈàĤ›à§‡: libvir %d.%d.%d\n" + +#: src/virsh.c:4385 +msgid "failed to get the library version" +msgstr "àĤ²àĤàĤ‡àĤĴ্ৰেৰàĤżà§° àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" -msgstr "" +msgstr "àĤĴ্àĤŻà§ħàĤıৃàĤ¤ àĤ²àĤàĤ‡àĤĴ্ৰেৰàĤż: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" -msgstr "" - -#: src/virsh.c:4367 -msgid "failed to get the hypervisor version" -msgstr "" - -#: src/virsh.c:4372 -#, c-format -msgid "Cannot extract running %s hypervisor version\n" -msgstr "" - -#: src/virsh.c:4379 -#, c-format -msgid "Running hypervisor: %s %d.%d.%d\n" -msgstr "" - -#: src/virsh.c:4390 -msgid "print the hypervisor hostname" -msgstr "" +msgstr "àĤĴ্àĤŻà§ħàĤıৃàĤ¤ API: %s %d.%d.%d\n" #: src/virsh.c:4404 +msgid "failed to get the hypervisor version" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:4409 +#, c-format +msgid "Cannot extract running %s hypervisor version\n" +msgstr "àĤšàĤ²àĤàĤàĤ¨ %s àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" + +#: src/virsh.c:4416 +#, c-format +msgid "Running hypervisor: %s %d.%d.%d\n" +msgstr "àĤšàĤ²àĤàĤàĤ¨ àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°: %s %d.%d.%d\n" + +#: src/virsh.c:4427 #, fuzzy +msgid "enumerate devices on this host" +msgstr "àĤàĤ‡ àĤ—ৃàĤıàĤ¸à§àĤ àĤĴ্àĤŻà§ħàĤ¸à§àĤàĤàĤŞà§à§°àĤ£àĤàĤ²à§€àĤ¤ NUMA àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "àĤ•à§àĤ·àĤàĤ¤àĤ" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "XML àĤĦàĤàĤ্àĤŞ àĤıàĤżàĤšàĤàĤŞà§‡ stdout àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ à¤" + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§°" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 +msgid "print the hypervisor hostname" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ—ৃàĤıàĤ¸à§àĤ àĤ¨àĤàĤ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ" + +#: src/virsh.c:4530 msgid "failed to get hostname" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" -msgstr "" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§° canonical URI àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" -msgstr "" +msgstr "URI àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" -msgstr "" +msgstr "vnc àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." -msgstr "" +msgstr "VNC àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨à§‡à§° àĤĴàĤàĤĴে IP àĤ àĤżàĤ•àĤ¨àĤ àĤ†à§°à§ àĤŞà§‹à§°à§àĤŸ àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ à¤" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" -msgstr "" +msgstr "tty àĤ•àĤ¨àĤ¸à§‹àĤ²" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." -msgstr "" +msgstr "TTY àĤ•àĤ¨àĤ¸à§‹àĤ²à§‡à§° àĤŻàĤ¨à§àĤ¤à§à§° àĤ¨àĤżà§°à§àĤ—àĤ àĤ•à§°àĤ àĤı'àĤĴ à¤" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" -msgstr "" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤŻà§‹àĤ— àĤ•à§°àĤ àĤı'àĤĴ" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." -msgstr "" +msgstr "àĤàĤŸàĤ XML ৰ àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤŻà§‹àĤ— àĤ•à§°àĤ• à¤" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" -msgstr "" +msgstr "XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" -msgstr "" +msgstr "%sৰ àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" -msgstr "" +msgstr "àĤàĤŸàĤ XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°àĤ•" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " -msgstr "" +msgstr "àĤàĤŸàĤ XML ৰ àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°àĤ•" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" -msgstr "" +msgstr "%sৰ àĤŞà§°àĤ àĤŻàĤ¨à§àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 -#, fuzzy +#: src/virsh.c:4829 msgid "attach network interface" -msgstr "àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤŻà§‹àĤ— àĤ•à§°àĤ•" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." -msgstr "" +msgstr "àĤàĤŸàĤ àĤ¨àĤ¤à§àĤ¨ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤŻà§‹àĤ— àĤ•à§°àĤ• à¤" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤à§° àĤ§à§°àĤ£" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§°àĤ¤à§° àĤ‰à§ŽàĤ¸àĤ¸à§àĤàĤ²" -#: src/virsh.c:4712 -#, fuzzy +#: src/virsh.c:4838 msgid "target network name" -msgstr "àĤ†à§°àĤ্àĤ­." +msgstr "àĤ²àĤ•à§àĤ·à§àĤŻ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" -msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤ¨àĤ" +msgstr "MAC àĤ àĤżàĤ•àĤ¨àĤ" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤĴ্ৰàĤżàĤœ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§ħàĤıৃàĤ àĤ¸à§àĤ•à§à§°àĤżàĤŞà§àĤŸ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" -msgstr "" +msgstr "'attach interface' àĤ†àĤĤেàĤĥ àĤĤ্àĤĴàĤৰàĤ %s àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 -#, fuzzy +#: src/virsh.c:4946 msgid "detach network interface" -msgstr "àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°àĤ•" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°àĤ• à¤" -#: src/virsh.c:4866 src/virsh.c:4871 -#, fuzzy +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" -msgstr "" +msgstr "%s àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤ•à§‹àĤ¨à§‹ àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤŞàĤà§ħ àĤ¨àĤàĤŻàĤয়" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" -msgstr "" +msgstr "%s MAC àĤ àĤżàĤ•àĤ¨àĤ àĤ¸àĤı àĤ•à§‹àĤ¨à§‹ àĤ¸àĤ‚àĤŻà§‹àĤ—àĤ•à§àĤ·à§‡àĤ¤à§à§° àĤŞàĤà§ħ àĤ¨àĤàĤŻàĤয়" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" -msgstr "" +msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" -msgstr "" +msgstr "XML àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" -msgstr "" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§° àĤŻà§‹àĤ— àĤ•à§°àĤ•" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." -msgstr "" +msgstr "àĤ¨àĤ¤à§àĤ¨ àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§° àĤŻà§‹àĤ— àĤ•à§°àĤ• à¤" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" -msgstr "" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§°à§‡à§° àĤ‰à§ŽàĤ¸" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" -msgstr "" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§°à§‡à§° àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻ" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" -msgstr "" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§°à§‡à§° àĤšàĤàĤ²àĤ•" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" -msgstr "" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§°à§‡à§° àĤ¸àĤàĤĴ àĤšàĤàĤ²àĤ•" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" -msgstr "" +msgstr "àĤ²àĤ•à§àĤ·à§àĤŻ àĤŻàĤ¨à§àĤ¤à§à§°à§‡à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" -msgstr "" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤŞà§°àĤ àĤŞà§àĤ àĤ†à§°à§ àĤŻàĤ¨à§àĤ¤à§à§°à§‡ àĤ²àĤżàĤ–àĤৰ àĤ§à§°àĤ£" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" -msgstr "" +msgstr "'attach disk' àĤ†àĤĤেàĤĥ àĤĤ্àĤĴàĤৰàĤ %s àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" -msgstr "" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°àĤ•" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." -msgstr "" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤŻàĤ¨à§àĤ¤à§à§° àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°àĤ• à¤" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 -#, fuzzy +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" -msgstr "" +msgstr "%s àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻàĤ¸à§àĤàĤ² àĤ¸àĤı àĤ•à§‹àĤ¨à§‹ àĤĦàĤżàĤ¸à§àĤ• àĤŞàĤà§ħ àĤ¨àĤàĤŻàĤয়" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "init àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż calloc àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s: àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s: àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s: àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 -#, c-format +#: src/virsh.c:5422 +#, fuzzy, c-format msgid "asprintf: could not create editing command: %s" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" +msgstr "lvs àĤ†àĤĤেàĤĥ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s: àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨ à¤" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨ à¤" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨ à¤" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤàĤŸàĤ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à§° àĤ¸àĤ‚àĤœà§àĤžàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨ à¤" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤŞà§àĤ²." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" -msgstr "" +msgstr "àĤĴৰ্àĤ¤àĤàĤàĤ¨ àĤ‡àĤ¨à§àĤŸàĤৰেàĤ•à§àĤ­ àĤŸàĤৰ্àĤàĤżàĤ¨àĤàĤ²à§° àĤŞà§°àĤ àĤŞà§à§°àĤ¸à§àĤàĤàĤ¨ àĤ•à§°àĤ•" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" -msgstr "" +msgstr "'%s' àĤ†àĤĤেàĤĥেৰ àĤ¸à§ˆàĤ¤à§‡ <%s> àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤŞà§à§°à§Ÿà§‹àĤ— àĤ•à§°àĤ àĤ†à§ħàĤĥ্àĤŻàĤ•" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" -msgstr "" +msgstr "àĤ†àĤĤেàĤĥ '%s' ৰ àĤ¸à§ˆàĤ¤à§‡ %s àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤŞà§à§°à§Ÿà§‹àĤ— àĤ•à§°àĤ àĤ†à§ħàĤĥ্àĤŻàĤ•" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" -msgstr "" +msgstr "àĤ†àĤĤেàĤĥ '%s' àĤĴৰ্àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨àĤàĤ‡" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" -msgstr "" +msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" msgstr "" +"\n" +" SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" msgstr "" +"\n" +" DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" msgstr "" +"\n" +" OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " -msgstr "" +msgstr " %s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " -msgstr "" +msgstr " %s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤ àĤĴàĤ id ৰ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ¨àĤàĤ‡" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ '%s' àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" -msgstr "" +msgstr "àĤ¸àĤ‚àĤœà§àĤžàĤ àĤĴàĤżàĤıীàĤ¨ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• '%s' àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 +#, fuzzy msgid "undefined pool name" -msgstr "" +msgstr "àĤŞà§àĤ² àĤ¨àĤàĤ" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞà§àĤ²" -#: src/virsh.c:5981 +#: src/virsh.c:6110 +#, fuzzy msgid "undefined vol name" -msgstr "" +msgstr "àĤ¨àĤàĤ" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ '%s' àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" "(Time: %.3f ms)\n" "\n" msgstr "" +"\n" +"(àĤ¸àĤয়: %.3f ms)\n" +"\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" -msgstr "" - -#: src/virsh.c:6183 -#, c-format -msgid "unexpected token (command name): '%s'" -msgstr "" - -#: src/virsh.c:6188 -#, fuzzy, c-format -msgid "unknown command: '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤" - -#: src/virsh.c:6195 -#, c-format -msgid "command '%s' doesn't support option --%s" -msgstr "" - -#: src/virsh.c:6210 -#, c-format -msgid "expected syntax: --%s <%s>" -msgstr "" - -#: src/virsh.c:6213 -msgid "number" -msgstr "" - -#: src/virsh.c:6213 -msgid "string" -msgstr "" - -#: src/virsh.c:6219 -#, c-format -msgid "unexpected data '%s'" -msgstr "" - -#: src/virsh.c:6241 -msgid "OPTION" -msgstr "" - -#: src/virsh.c:6241 -msgid "DATA" -msgstr "" - -#: src/virsh.c:6292 src/virsh.c:6314 -msgid "idle" -msgstr "" - -#: src/virsh.c:6294 -msgid "paused" -msgstr "" - -#: src/virsh.c:6296 -msgid "in shutdown" -msgstr "" - -#: src/virsh.c:6298 -msgid "shut off" -msgstr "" - -#: src/virsh.c:6300 -msgid "crashed" -msgstr "" +msgstr "àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤ \"" #: src/virsh.c:6312 -msgid "offline" -msgstr "" - -#: src/virsh.c:6331 -msgid "no valid connection" -msgstr "" - -#: src/virsh.c:6378 -#, fuzzy, c-format -msgid "%s: error: " -msgstr "àĤ­à§àĤ² " - -#: src/virsh.c:6380 -#, fuzzy -msgid "error: " -msgstr "àĤ­à§àĤ² " - -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 #, c-format -msgid "%s: %d: failed to allocate %d bytes" -msgstr "" +msgid "unexpected token (command name): '%s'" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŸà§‹àĤ•à§‡àĤ¨ (àĤ†àĤĤেàĤĥেৰ àĤ¨àĤàĤ): '%s'" + +#: src/virsh.c:6317 +#, c-format +msgid "unknown command: '%s'" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ†àĤĤেàĤĥ: '%s'" + +#: src/virsh.c:6324 +#, c-format +msgid "command '%s' doesn't support option --%s" +msgstr "àĤ†àĤĤেàĤĥ '%s' ৰ àĤĤ্àĤĴàĤৰàĤ %s àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤıয় àĤ¨àĤ" + +#: src/virsh.c:6339 +#, c-format +msgid "expected syntax: --%s <%s>" +msgstr "àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤ¸àĤżàĤ¨à§àĤŸà§‡àĤ•à§àĤ¸: %s <%s>" + +#: src/virsh.c:6342 +msgid "number" +msgstr "àĤ¸àĤ‚àĤ–্àĤŻàĤ" + +#: src/virsh.c:6342 +msgid "string" +msgstr "àĤŞàĤ‚àĤ•à§àĤ¤àĤż" + +#: src/virsh.c:6348 +#, c-format +msgid "unexpected data '%s'" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤ¤àĤ্àĤŻ '%s'" + +#: src/virsh.c:6370 +msgid "OPTION" +msgstr "OPTION" + +#: src/virsh.c:6370 +msgid "DATA" +msgstr "DATA" + +#: src/virsh.c:6421 src/virsh.c:6443 +#, fuzzy +msgid "idle" +msgstr "XML àĤ¨àĤàĤżàĤŞàĤ¤à§à§°" + +#: src/virsh.c:6423 +msgid "paused" +msgstr "àĤ¸à§àĤàĤ—àĤżàĤ¤" + +#: src/virsh.c:6425 +msgid "in shutdown" +msgstr "shutdown àĤ…à§ħàĤ¸à§àĤàĤয়" + +#: src/virsh.c:6427 +msgid "shut off" +msgstr "àĤĴàĤ¨à§àĤ§" + +#: src/virsh.c:6429 +msgid "crashed" +msgstr "àĤĴàĤżàĤŞà§°à§àĤŻàĤ¸à§àĤ¤" #: src/virsh.c:6441 -#, c-format -msgid "%s: %d: failed to allocate %lu bytes" -msgstr "" +msgid "offline" +msgstr "àĤ…àĤĞ àĤ²àĤàĤ‡àĤ¨" -#: src/virsh.c:6470 -msgid "failed to connect to the hypervisor" -msgstr "" - -#: src/virsh.c:6502 -#, fuzzy -msgid "failed to get the log file information" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#: src/virsh.c:6460 +msgid "no valid connection" +msgstr "àĤĴৈàĤ§ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" #: src/virsh.c:6507 +#, c-format +msgid "%s: error: " +msgstr "%s: àĤ­à§àĤ²: " + +#: src/virsh.c:6509 +msgid "error: " +msgstr "àĤ­à§àĤ²: " + +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 +#, c-format +msgid "%s: %d: failed to allocate %d bytes" +msgstr "%s: %d: %d àĤĴàĤàĤ‡àĤŸ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:6570 +#, c-format +msgid "%s: %d: failed to allocate %lu bytes" +msgstr "%s: %d: %lu àĤĴàĤàĤ‡àĤŸ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:6599 +msgid "failed to connect to the hypervisor" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:6631 +msgid "failed to get the log file information" +msgstr "àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virsh.c:6636 msgid "the log path is not a file" -msgstr "" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ²àĤ— àĤŞàĤ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¨àĤıয়" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" -msgstr "" +msgstr "àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ ठàĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞàĤ àĤŞà§°à§€àĤ•à§àĤ·àĤ àĤ•à§°àĤ•" -#: src/virsh.c:6582 -#, fuzzy +#: src/virsh.c:6711 msgid "failed to write the log file" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤ¤ àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "%s: àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" -msgstr "hypervisor àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" +msgstr "àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§°à§‡à§° àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virsh.c:6792 -#, fuzzy, c-format +#: src/virsh.c:6921 +#, c-format msgid "" "\n" "%s [options] [commands]\n" @@ -6134,45 +6608,53 @@ msgid "" " commands (non interactive mode):\n" msgstr "" "\n" -"%s [options] [commands]\n" +"%s [àĤĴàĤżàĤ•àĤ²à§àĤŞ] [àĤ†àĤĤেàĤĥ]\n" "\n" -" options:\n" -" -c | --connect hypervisor connection URI\n" -" -r | --readonly connect readonly\n" -" -d | --debug debug level [0-5]\n" -" -h | --help this help\n" -" -q | --quiet quiet mode\n" -" -t | --timing print timing information\n" -" -v | --version program version\n" +" àĤĴàĤżàĤ•àĤ²à§àĤŞ:\n" +" c | connect àĤıàĤàĤ‡àĤŞàĤৰ àĤ­àĤàĤ‡àĤ¸à§° àĤ¸àĤ‚àĤŻà§‹àĤ—ৰ URI\n" +" r | readonly àĤ…àĤ•àĤ² àĤŞà§à§‹àĤàĤ¤à§‡àĤŻà§‹àĤ—্àĤŻ àĤ¸àĤ‚àĤŻà§‹àĤ—\n" +" d | debug àĤĦàĤżàĤĴàĤàĤ—ৰ àĤàĤàĤ¤à§à§°àĤ [0 5]\n" +" h | help àĤĴৰ্àĤ¤à§àĤ¤àĤàĤàĤ¨ àĤ¸àĤıàĤয় àĤĴàĤৰ্àĤ¤àĤ\n" +" q | quiet quiet àĤ§à§°àĤ£\n" +" t | timing àĤ¸àĤয় àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§à§°àĤĤৰ্àĤĥàĤ¨ àĤ•à§°àĤ àĤı'àĤĴ\n" +" l | log àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤ¤ àĤ¨àĤżà§°à§àĤ—àĤ àĤ²àĤ— àĤ•à§°àĤ àĤı'àĤĴ\n" +" v | version àĤ…àĤ¨à§àĤŞà§à§°à§Ÿà§‹àĤ—েৰ àĤ¸àĤ‚àĤ¸à§àĤ•à§°àĤ£\n" "\n" -" commands (non interactive mode):\n" +" àĤ†àĤĤেàĤĥ (àĤ¨àĤ¨ àĤ‡àĤ¨à§àĤŸàĤৰেàĤ•à§àĤ­ àĤ§à§°àĤ£):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" "\n" msgstr "" +"\n" +" (àĤ†àĤĤেàĤĥ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤĴàĤżàĤĴৰàĤ£ àĤœàĤàĤ¨àĤ¤à§‡ help àĤŞà§à§°à§Ÿà§‹àĤ— àĤ•à§°àĤ•)\n" +"\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." -msgstr "" +msgstr "àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤĴàĤżàĤ•àĤ²à§àĤŞ ' %c' ठhelp àĤĤেàĤ–ুàĤ¨ à¤" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "" +"àĤ­àĤৰ্àĤšà§à§ŸàĤàĤ²àĤàĤ‡àĤœà§‡àĤĥàĤ¨ àĤ‡àĤ¨à§àĤŸàĤৰেàĤ•à§àĤ­ àĤŸàĤৰ্àĤàĤżàĤ¨àĤàĤ² %s àĤ àĤ¸à§àĤĴàĤàĤ—àĤ¤àĤ à¤\n" +"\n" -#: src/virsh.c:6995 -#, fuzzy +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" "\n" -msgstr "àĤ§à§°àĤ£\n" +msgstr "" +"àĤ²àĤżàĤ–àĤ•: 'help', àĤ†àĤĤেàĤĥ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¸àĤıয়àĤàĤ¤àĤৰ àĤĴàĤàĤĴে\n" +" àĤŞà§à§°àĤ¸à§àĤàĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ 'quit' àĤ²àĤżàĤ–àĤ•\n" +"\n" #: src/virterror.c:243 msgid "warning" @@ -6182,864 +6664,970 @@ msgstr "àĤ¸àĤ•àĤżà§ŸàĤ¨à§€" msgid "error" msgstr "àĤ­à§àĤ²" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "àĤ•à§‹àĤ¨à§‹ àĤ­à§àĤ²à§° àĤ¸àĤ্àĤĴàĤàĤĤ àĤĤàĤżà§ŸàĤ àĤıোà§ħàĤ àĤ¨àĤàĤ‡" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "àĤ­àĤżàĤ¤à§°à§à§ħàĤ àĤ­à§àĤ² %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "àĤ­àĤżàĤ¤à§°à§à§ħàĤ àĤ­à§àĤ²" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "hypervisor ৰ àĤĤ্àĤĴàĤৰàĤ àĤàĤ‡ àĤ†àĤŞà§‡àĤ•à§àĤ·àĤ•à§° àĤĴàĤàĤĴে àĤ•à§‹àĤ¨à§‹ àĤ¸àĤৰ্àĤàĤ¨ àĤ¨àĤàĤ‡" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "%s hypervisor ৰ àĤĤ্àĤĴàĤৰàĤ àĤàĤ‡ àĤ†àĤŞà§‡àĤ•à§àĤ·àĤ•à§° àĤĴàĤàĤĴে àĤ•à§‹àĤ¨à§‹ àĤ¸àĤৰ্àĤàĤ¨ àĤ¨àĤàĤ‡" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "hypervisor àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "àĤ…àĤĴৈàĤ§ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ HTTP àĤ­à§àĤ²à§° àĤ•à§‹àĤĦ àĤŞà§‹à§ħàĤ àĤ—'àĤ² %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" -msgstr "S-Expr àĤ• àĤ•à§à§°àĤàĤżàĤ• àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "S Expr àĤ• àĤ•à§à§°àĤàĤżàĤ• àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" -msgstr "S-Expr àĤ• àĤ•à§à§°àĤàĤżàĤ• àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "S Expr àĤ• àĤ•à§à§°àĤàĤżàĤ• àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen hypervisor àĤ¨àĤżàĤĴেàĤĥ àĤĴ্àĤŻà§ħàĤıàĤৰ àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "%s Xen hypervisor àĤ¨àĤżàĤĴেàĤĥ àĤĴ্àĤŻà§ħàĤıàĤৰ àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen Store àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "%s Xen Store àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "àĤĴàĤżàĤĞàĤ² Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "àĤ•àĤৰ্àĤ£à§‡àĤ²à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s àĤ¤ ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "%s àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ²àĤ•à§àĤ·à§àĤŻà§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "%s àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ²àĤ•à§àĤ·à§àĤŻà§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤৰ àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s àĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤৰ àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤŞà§à§°àĤ£àĤàĤ²à§€à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s ৰ àĤĴàĤàĤĴে àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤŞà§à§°àĤ£àĤàĤ²à§€à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "àĤŻàĤ¨à§àĤ¤à§à§°àĤ¸àĤূàĤıৰ àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s ৰ àĤĴàĤàĤĴে àĤŻàĤ¨à§àĤ¤à§à§°àĤ¸àĤূàĤıৰ àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s àĤ¤ àĤĴàĤıুàĤ¤à§‹ àĤšàĤàĤ²àĤ• àĤŞàĤžà§àĤœàĤżàĤ•à§ƒàĤ¤ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call àĤĴàĤżàĤĞàĤ², àĤıয়àĤ¤à§‹ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s àĤĴàĤżàĤĞàĤ², àĤıয়àĤ¤à§‹ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML àĤĴàĤżà§ħৰàĤ£ àĤ­àĤàĤ²àĤ•à§ˆ àĤ—àĤ àĤ¨ àĤıোà§ħàĤ àĤ¨àĤàĤ‡ àĤĴàĤ àĤ…àĤĴৈàĤ§" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s ৰ àĤĴàĤàĤĴে XML àĤĴàĤżà§ħৰàĤ£ àĤ­àĤàĤ²àĤ•à§ˆ àĤ—àĤ àĤ¨ àĤıোà§ħàĤ àĤ¨àĤàĤ‡ àĤĴàĤ àĤ…àĤĴৈàĤ§" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "àĤàĤ‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "àĤ…àĤ•àĤ² àĤŞà§àĤৰ àĤŞà§à§°àĤĴেàĤĥàĤàĤ§àĤżàĤ•àĤৰৰ àĤĴàĤàĤĴে àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£à§° àĤ…àĤ¨à§àĤàĤ¤àĤż àĤ¨àĤàĤ‡" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "àĤ…àĤ•àĤ² àĤŞà§àĤৰ àĤŞà§à§°àĤĴেàĤĥàĤàĤ§àĤżàĤ•àĤৰৰ àĤĴàĤàĤĴে %s ৰ àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£à§° àĤ…àĤ¨à§àĤàĤ¤àĤż àĤ¨àĤàĤ‡" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" -msgstr "%s àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#: src/virterror.c:610 -msgid "failed to parse configuration file" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/virterror.c:612 -#, c-format -msgid "failed to parse configuration file %s" -msgstr "%s àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#: src/virterror.c:616 -msgid "configuration file syntax error" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤĥàĤĴ্àĤĤàĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸àĤ¤ àĤ­à§àĤ²" +msgstr "%s àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" #: src/virterror.c:618 -#, c-format -msgid "configuration file syntax error: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤĥàĤĴ্àĤĤàĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸àĤ¤ àĤ­à§àĤ²: %s" +msgid "failed to parse configuration file" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:622 -msgid "failed to write configuration file" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#: src/virterror.c:620 +#, c-format +msgid "failed to parse configuration file %s" +msgstr "%s àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" #: src/virterror.c:624 +msgid "configuration file syntax error" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤĥàĤĴ্àĤĤàĤĴàĤżàĤ¨à§‡àĤ¸àĤ¤ àĤ­à§àĤ²" + +#: src/virterror.c:626 +#, c-format +msgid "configuration file syntax error: %s" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤĥàĤĴ্àĤĤàĤĴàĤżàĤ¨à§‡àĤ¸àĤ¤ àĤ­à§àĤ²: %s" + +#: src/virterror.c:630 +msgid "failed to write configuration file" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" + +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤àĤৰ àĤ­à§àĤ²" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "àĤàĤ‡ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "%s àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "system call ৰ àĤ­à§àĤ²" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC àĤ­à§àĤ²" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS call ৰ àĤ­à§àĤ²" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞàĤà§ħ àĤ¨àĤàĤŻàĤয়" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞàĤà§ħ àĤ¨àĤàĤŻàĤয়: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤŞàĤà§ħ àĤ¨àĤàĤŻàĤয়" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" -msgstr "" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤŞàĤà§ħ àĤ¨àĤàĤŻàĤয়: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤ¨àĤ" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤ¨àĤ: %s" -#: src/virterror.c:688 -#, fuzzy -msgid "authentication failed" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" - -#: src/virterror.c:690 -#, fuzzy, c-format -msgid "authentication failed: %s" -msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" - -#: src/virterror.c:694 -msgid "Storage pool not found" -msgstr "" - #: src/virterror.c:696 -#, c-format -msgid "Storage pool not found: %s" -msgstr "" +msgid "authentication failed" +msgstr "àĤŞà§à§°àĤàĤàĤ£à§€àĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ² àĤı'àĤ²" -#: src/virterror.c:700 -msgid "Storage volume not found" -msgstr "" +#: src/virterror.c:698 +#, c-format +msgid "authentication failed: %s" +msgstr "àĤŞà§à§°àĤàĤàĤ£à§€àĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ² àĤı'àĤ²: %s" #: src/virterror.c:702 -#, c-format -msgid "Storage volume not found: %s" -msgstr "" - -#: src/virterror.c:706 #, fuzzy -msgid "invalid storage pool pointer in" -msgstr "àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgid "Storage pool not found" +msgstr "àĤŞà§àĤ²" + +#: src/virterror.c:704 +#, fuzzy, c-format +msgid "Storage pool not found: %s" +msgstr "àĤŞà§àĤ²" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" - -#: src/virterror.c:712 #, fuzzy -msgid "invalid storage volume pointer in" -msgstr "àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +msgid "Storage volume not found" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤż" + +#: src/virterror.c:710 +#, fuzzy, c-format +msgid "Storage volume not found: %s" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤż" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" - -#: src/virterror.c:718 #, fuzzy -msgid "Failed to find a storage driver" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgid "invalid storage pool pointer in" +msgstr "àĤŞà§àĤ² àĤ­àĤżàĤ¤à§°" + +#: src/virterror.c:716 +#, fuzzy, c-format +msgid "invalid storage pool pointer in %s" +msgstr "àĤŞà§àĤ² àĤ­àĤżàĤ¤à§°" #: src/virterror.c:720 +#, fuzzy +msgid "invalid storage volume pointer in" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤż àĤ­àĤżàĤ¤à§°" + +#: src/virterror.c:722 +#, fuzzy, c-format +msgid "invalid storage volume pointer in %s" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤż àĤ­àĤżàĤ¤à§°" + +#: src/virterror.c:726 +#, fuzzy +msgid "Failed to find a storage driver" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "àĤ¸àĤàĤ·à§àĤŸàĤż àĤ­àĤżàĤ¤à§°" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "àĤŻàĤ¨à§àĤ¤à§à§° àĤŞà§‹à§ħàĤ àĤ¨àĤàĤŻàĤয়: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ '%s' àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¤àĤàĤ²àĤżàĤ•àĤৰ àĤĴàĤàĤĴে àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ '%s' àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" +"àĤ•à§à§°à§‡àĤĦàĤżàĤŸ àĤ¸à§àĤ•à§‡àĤĦàĤżàĤ‰àĤ²àĤৰেৰ weight àĤ¸à§àĤàĤżàĤ¤àĤżàĤàĤàĤŞà§° (%d) àĤàĤàĤ¨ àĤ¨àĤżà§°à§àĤĤàĤżàĤ·à§àĤŸ àĤ¸à§€àĤàĤ àĤĴàĤıàĤżà§°à§àĤ­à§‚àĤ¤ (1 65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" +"àĤ•à§à§°à§‡àĤĦàĤżàĤŸ àĤ¸à§àĤ•à§‡àĤĦàĤżàĤ‰àĤ²àĤৰেৰ cap àĤ¸à§àĤàĤżàĤ¤àĤżàĤàĤàĤŞà§° (%d) àĤàĤàĤ¨ àĤ¨àĤżà§°à§àĤĤàĤżàĤ·à§àĤŸ àĤ¸à§€àĤàĤ àĤĴàĤıàĤżà§°à§àĤ­à§‚àĤ¤ (0 65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" -msgstr "" +msgstr "%d àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" -msgstr "%s àĤ²à§ˆ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" +msgstr "Xen Store ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" -msgstr "" +msgstr "Xen Daemonৰ àĤŞà§°àĤ àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ­à§àĤ²" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 -#, c-format +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 +#, fuzzy, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "àĤ­à§àĤ²" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" -msgstr "" +msgstr "àĤ¨àĤ¤à§àĤ¨ àĤŞà§à§°àĤĥàĤàĤ• àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" -msgstr "" +msgstr "create S Expr ৰ urlencode àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£, domid àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£, domid àĤ¸àĤ‚àĤ–্àĤŻàĤàĤূàĤ²àĤ• àĤ¨àĤıয়" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£, uuid àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£, àĤ¨àĤàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 +#, fuzzy msgid "domain information incomplete, missing HVM loader" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£, àĤ•àĤৰ্àĤ£à§‡àĤ² àĤ†à§°à§ àĤĴুàĤŸ àĤ²à§‹àĤĦàĤৰ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ§à§°àĤ£" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 +#, fuzzy msgid "malformed char device string" -msgstr "" +msgstr "àĤŞàĤ‚àĤ•à§àĤ¤àĤż" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ§à§°àĤ£" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£, vbd àĤ¤ dev àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£, vbd àĤ¤ src àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" -msgstr "" +msgstr "vbd àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ¨àĤàĤ àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ, àĤšàĤàĤ²àĤ•à§‡à§° àĤ¨àĤàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" -msgstr "" +msgstr "vbd àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ¨àĤàĤ àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ, àĤšàĤàĤ²àĤ•à§‡à§° àĤ§à§°àĤ£ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤ¨àĤ: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ auth àĤ§à§°àĤ£ '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚ৰ্àĤ£, id àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£ %s" -#: src/xend_internal.c:2602 -#, fuzzy +#: src/xend_internal.c:2559 msgid "failed to parse topology information" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "topology ৰ àĤ¤àĤ্àĤŻ àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤĥàĤĴ্àĤĤàĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸àĤ¤ àĤ­à§àĤ²" +msgstr "topology syntax àĤ­à§àĤ²" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" -msgstr "" +msgstr "Xend àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "%s àĤŞà§àĤ² àĤ¸à§ƒàĤ·à§àĤŸàĤż àĤ•à§°àĤżàĤĴ àĤŞà§°àĤ àĤ¨'àĤ—'àĤ²" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "%s àĤŞà§à§°àĤ•à§ƒàĤ¤àĤżà§° àĤ¨àĤżàĤĴেàĤĥ àĤŻàĤ¨à§àĤ¤à§à§° àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 +#, fuzzy msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 +#, fuzzy msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value node" +msgstr "àĤšàĤàĤ²à§ start" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" -msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤŞà§°à§àĤŻà§àĤŻàĤàĤŞà§àĤ¤" +msgstr "àĤ¨à§‹àĤĦেৰ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• %s ৰ àĤ¸àĤ‚àĤœà§àĤžàĤ àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 +#, fuzzy msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "àĤšàĤàĤ²à§ start àĤ­àĤżàĤ¤à§°" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ—ৃàĤıàĤ¸à§àĤৰ àĤ¨àĤàĤ àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 +#, fuzzy msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "àĤ­àĤżàĤ¤à§°" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 +#, fuzzy msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "àĤ¸àĤ‚àĤ–্àĤŻàĤ" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" -msgstr "" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 +#, fuzzy msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "àĤ­àĤżàĤ¤à§° 4" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 +#, fuzzy msgid "node information incomplete, missing scheduler name" -msgstr "" +msgstr "àĤ¨à§‹àĤĦ àĤ¨àĤàĤ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ àĤ—ৃàĤıàĤ¸à§àĤ" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¨àĤàĤ" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 +#, fuzzy msgid "domain information incomplete, missing cpu_weight" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 +#, fuzzy msgid "domain information incomplete, missing cpu_cap" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" -msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" +msgstr "àĤŞàĤ" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨à§° àĤŞà§à§°àĤ•à§ƒàĤ¤àĤż %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ­àĤà§°àĤàĤ² àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ§à§°àĤ£ %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 +#, fuzzy msgid "no HVM domain loader" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "library call àĤĴàĤżàĤĞàĤ², àĤıয়àĤ¤à§‹ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" +msgstr "ai_socktype àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤĥàĤĴ্àĤĤàĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸àĤ¤ àĤ­à§àĤ²: %s" +msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤ¤ àĤ­à§àĤ² UUID" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "àĤ¨àĤàĤ" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' stat àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ : %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value node" +msgstr "àĤšàĤàĤ²à§ start" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value node" +msgstr "àĤšàĤàĤ²à§ start" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value node" +msgstr "àĤšàĤàĤ²à§ start" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "àĤ…àĤ•àĤ² àĤŞà§à§‹àĤàĤ¤à§‡àĤŻà§‹àĤ—্àĤŻ àĤ¸àĤ‚àĤŻà§‹àĤ—" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" -msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 +#, fuzzy msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 +#, fuzzy msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 +#, fuzzy msgid "failed to remove old domain from config map" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 +#, fuzzy msgid "config file name is too long" -msgstr "" +msgstr "àĤ¨àĤàĤ" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 +#, fuzzy msgid "unable to get current time" -msgstr "" +msgstr "àĤĴৰ্àĤ¤àĤàĤàĤ¨MemorySize àĤŞà§°à§€àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" -msgstr "%s àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgstr "%s àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" -msgstr "àĤ…àĤœà§àĤžàĤàĤ¤ OS ৰ àĤ§à§°àĤ£" +msgstr "àĤ…àĤœà§àĤžàĤàĤ¤" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "autostart àĤ¸àĤ‚àĤŻà§‹àĤ— '%s' àĤ†àĤàĤ¤à§°àĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "%s àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "%s àĤ²àĤ— àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "string àĤĥàĤৰী àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" #: src/xmlrpc.c:53 @@ -7058,7 +7646,7 @@ msgstr "value array àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" #: src/xmlrpc.c:185 #, fuzzy msgid "allocate dict" -msgstr "àĤ¨àĤ¤à§àĤ¨ àĤ¸àĤ¨à§àĤĤৰ্àĤ­ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7084,6 +7672,10 @@ msgstr "àĤ‰àĤ¤à§àĤ¤à§° àĤĴàĤżàĤ¤à§°àĤ¨ àĤ•à§°àĤ•" msgid "read response" msgstr "àĤ‰àĤ¤à§àĤ¤à§° àĤŞà§àĤ•" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "string àĤĥàĤৰী àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤ àĤ¸à§‡à§ħàĤ•à§° àĤ‰àĤ¤à§àĤ¤à§° àĤĴàĤżàĤĞàĤ²" @@ -7092,261 +7684,372 @@ msgstr "àĤĴàĤżàĤĥ্àĤ²à§‡àĤ·àĤ£ àĤ•à§°àĤ àĤ¸à§‡à§ħàĤ•à§° àĤ‰àĤ¤à§àĤ¤à§° àĤĴ msgid "allocate new context" msgstr "àĤ¨àĤ¤à§àĤ¨ àĤ¸àĤ¨à§àĤĤৰ্àĤ­ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" +msgstr "Xen Store ৰ àĤ¸à§ˆàĤ¤à§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "àĤ¸àĤ•à§à§°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżà§°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "ostype ৰ àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" msgstr "" -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" +#: src/xs_internal.c:1057 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "àĤ†à§°àĤ্àĤ­." +msgid "watch already tracked" +msgstr "àĤŞà§àĤ² àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ¸àĤ•à§à§°àĤżà§Ÿ" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +msgid "reallocating list" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy +msgid "failed to allocate domids" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "àĤ¸àĤ‚àĤ•à§‡àĤ¤ %d àĤŞà§‹à§ħàĤ àĤ—'àĤ², àĤšàĤàĤ²àĤ•àĤ²à§ˆ àĤŞà§à§°à§‡à§°àĤżàĤ¤ àĤıৈàĤ›à§‡" + +#~ msgid "allocating conn->name" +#~ msgstr "conn >name àĤ²à§ˆ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" + +#~ msgid "missing filesystem type" +#~ msgstr "àĤ¨àĤàĤżàĤŞàĤ¤à§à§°àĤŞà§à§°àĤ£àĤàĤ²à§€à§° àĤ§à§°àĤ£ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#~ msgid "empty or invalid mount source" +#~ msgstr "àĤ…àĤ­à§àĤŻà§àĤ¤à§àĤàĤàĤ¨à§° àĤ‰à§ŽàĤ¸ ৰàĤżàĤ•à§àĤ¤ àĤĴàĤ àĤ…àĤĴৈàĤ§" + #~ msgid "missing mount target" -#~ msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ²àĤ•à§àĤ·à§àĤŻà§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "àĤ…àĤ­à§àĤŻà§àĤ¤à§àĤàĤàĤ¨à§° àĤ²àĤ•à§àĤ·à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#~ msgid "empty or invalid mount target" +#~ msgstr "àĤ…àĤ­à§àĤŻà§àĤ¤à§àĤàĤàĤ¨à§° àĤ²àĤ•à§àĤ·à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤĴàĤ àĤĴৈàĤ§ àĤ¨àĤıয়" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "uuid àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤ¤à§°à§àĤ•" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "init àĤ¸àĤàĤàĤ—্ৰী àĤĴৈàĤ§ àĤ¨àĤıয় àĤĴàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#~ msgid "init string too long" +#~ msgstr "init àĤ¸à§àĤŸà§à§°àĤżàĤ‚ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "invalid memory value" +#~ msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤżà§° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "root àĤ¸àĤàĤàĤ—্ৰী àĤĴৈàĤ§ àĤ¨àĤıয়" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤৰ àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ§à§°àĤ£à§° àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ id" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "%s àĤ¨àĤàĤৰ àĤ¸àĤ•à§à§°àĤżà§Ÿ VM ৰ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "àĤ§àĤৰàĤ£àĤ•à§°à§‹àĤàĤ¤àĤ àĤŞà§à§°àĤ£àĤàĤ²à§€ àĤŞà§°à§€àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤŞàĤžà§àĤœàĤżàĤ•àĤ %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "lxc àĤ…à§ħàĤ¸à§àĤàĤৰ àĤŞàĤžà§àĤœàĤżàĤ•àĤ %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤŞàĤ àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "tty pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "tty pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s fdopen àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "tty pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "tty pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "tty pid àĤ¨àĤàĤżàĤŞàĤ¤à§à§° %s àĤŞà§à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "execl àĤ init exec àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "vm tty àĤ¨àĤàĤৰ àĤ¸àĤ‚àĤ—্ৰàĤıàĤ¸à§àĤàĤ² àĤŞà§à§°àĤàĤŞà§àĤ¤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "posix_openpt àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "ptsname_r àĤ•àĤৰ্àĤŻà§àĤŻ àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "epoll_ctl(fd2) àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "tty àĤ†àĤ—àĤĴঢ়োà§ħàĤ àĤŞà§à§°àĤ£àĤàĤ²à§€ fork àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "SIGTERM àĤŞàĤ àĤżà§ŸàĤàĤ“àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "tty àĤŞà§à§°àĤ£àĤàĤ²à§€àĤ• SIGKILL àĤŞàĤ àĤżà§ŸàĤàĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "tty %d ৰ àĤĴàĤàĤĴে waitpid àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "àĤ•àĤৰ্àĤŻà§àĤŻàĤ•à§°àĤ£ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "SIGKILL àĤŞà§à§°à§‡à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ²àĤ•à§àĤ·à§àĤŻà§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤৰ àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¨àĤàĤৰ àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ§à§°àĤ£à§° àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤĴৈàĤ§ àĤ¨àĤıয়" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤ" -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "value array àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID àĤ­à§àĤ² (১à§Ĥà§Ĥ ৰ àĤ…àĤ§àĤżàĤ• àĤŞà§‚ৰ্àĤ£àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤıোà§ħàĤ àĤ†à§ħàĤĥ্àĤŻàĤ•" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "xml àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ¤ àĤ•à§‹àĤ¨à§‹ IP àĤ àĤżàĤ•àĤ¨àĤ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨àĤàĤ‡" -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress ৰ àĤĤৈৰ্àĤ˜à§àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ²" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "àĤ…àĤŞà§à§°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime ৰ àĤ§à§°àĤ£" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" - -#, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "'ovz_ip' structure ৰ àĤĴàĤàĤĴে Create Memory àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "xml àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ¤ àĤ•à§‹àĤ¨à§‹ àĤ¨à§‡'àĤŸàĤàĤàĤ¸à§àĤ• àĤ àĤżàĤ•àĤ¨àĤ àĤ¨àĤàĤ‡" + +#~ msgid "netmask length too long" +#~ msgstr "àĤ¨à§‡àĤŸàĤàĤàĤ¸à§àĤ•à§° àĤĤৈৰ্àĤ˜à§àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "xml àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ¤ àĤ•à§‹àĤ¨à§‹ àĤ—ৃàĤıàĤ¸à§àĤ àĤ¨àĤàĤ àĤ¨àĤàĤ‡" + +#~ msgid "hostname length too long" +#~ msgstr "àĤ—ৃàĤıàĤ¸à§àĤ àĤ¨àĤàĤৰ àĤĤৈৰ্àĤ˜à§àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "xml àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ¤ àĤ•à§‹àĤ¨à§‹ àĤ—ে'àĤŸà§ħেৰ àĤ àĤżàĤ•àĤ¨àĤ àĤ¨àĤàĤ‡" + +#~ msgid "gateway length too long" +#~ msgstr "àĤ—ে'àĤŸà§ħেৰ àĤĤৈৰ্àĤ˜à§àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "xml àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' àĤ¤ àĤ•à§‹àĤ¨à§‹ àĤ¨àĤàĤ àĤ¸à§‡à§ħàĤ•à§° àĤ àĤżàĤ•àĤ¨àĤ àĤ¨àĤàĤ‡" + +#~ msgid "nameserver length too long" +#~ msgstr "àĤ¨àĤàĤ àĤ¸à§‡à§ħàĤ•à§° àĤĤৈৰ্àĤ˜à§àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ²" -#, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "'ovz_ns' structure ৰ àĤĴàĤàĤĴে Create Memory àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#~ msgid "profile length too long" +#~ msgstr "àĤŞàĤৰ্àĤĥ্àĤĴৰূàĤŞà§° àĤĤৈৰ্àĤ˜à§àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "calloc failed" +#~ msgstr "calloc àĤĴàĤżàĤĞàĤ²" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZ àĤ²à§ˆ àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤ­à§àĤ²" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#~ msgid "failed to exec %s\n" +#~ msgstr "%s exec àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ\n" -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +#~ msgstr "cdrom àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¨àĤàĤ àĤĴৈàĤ§ àĤ¨àĤıয়: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "àĤĴàĤàĤ›à§° àĤ§à§°àĤ£ àĤĴৈàĤ§ àĤ¨àĤıয়: %s" + +#~ msgid "Network name '%s' too long" +#~ msgstr "'%s' àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP àĤ¸àĤ‚àĤŻà§‹àĤ—àĤàĤàĤ§à§àĤŻàĤ '%s' ৰ àĤ¨àĤàĤ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP àĤ¸à§àĤ•à§à§°àĤżàĤŞà§àĤŸà§° àĤŞàĤ '%s' àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP àĤĴ্ৰàĤżàĤœà§° àĤŞàĤ '%s' àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP àĤ àĤżàĤ•àĤ¨àĤ '%s' àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "Model name '%s' is too long" +#~ msgstr "'%s' àĤàĤĦেàĤ²à§° àĤ¨àĤàĤ àĤĴৰ àĤĦàĤàĤ™à§°" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤ¸à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "àĤ§à§àĤĴàĤ¨àĤż àĤàĤĦেàĤ² àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s àĤ¤ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" +#~ msgstr "àĤ§à§àĤĴàĤ¨àĤż àĤàĤĦেàĤ² '%s' àĤĴৈàĤ§ àĤ¨àĤıয়" + +#~ msgid "domain name length too long" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤৰ àĤĤৈৰ্àĤ˜à§àĤŻ àĤĴৰ àĤĤীàĤ˜àĤ²" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "àĤ•àĤৰ্àĤ£à§‡àĤ²à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ¤àĤ্àĤŻ àĤ­à§àĤ²" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "àĤ•àĤৰ্àĤ£à§‡àĤ²à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "vcpu àĤ¤àĤ্àĤŻ àĤ­à§àĤ²" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "àĤ•àĤৰ্àĤ£à§‡àĤ²à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "vcpu mask ৰ àĤ¤àĤ্àĤŻ àĤ­à§àĤ² " + +#~ msgid "architecture type too long" +#~ msgstr "àĤ¸à§àĤàĤàĤŞàĤ¤à§àĤŻà§° àĤ§à§°àĤ£ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "machine type too long" +#~ msgstr "àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ§à§°àĤ£à§° àĤàĤàĤ¨ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "kernel path too long" +#~ msgstr "àĤ•àĤৰ্àĤ£à§‡àĤ²à§° àĤŞàĤ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "initrd path too long" +#~ msgstr "initrd àĤŞàĤ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline àĤ¤à§°à§àĤ• àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "unsupported guest type" +#~ msgstr "àĤ…àĤ¤àĤżàĤàĤż ৰ àĤ§à§°àĤ£ àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤ¨àĤıয়" + +#~ msgid "emulator path too long" +#~ msgstr "emulator ৰ àĤŞàĤ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "àĤ…àĤ¸àĤৰ্àĤàĤżàĤ¤ àĤšàĤżàĤ¤à§à§°àĤàĤ™à§àĤ•àĤżàĤ¤ àĤ§à§°àĤ£ %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "disk àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" - -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "input àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "àĤ§à§àĤĴàĤ¨àĤż dev ৰ àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "vm àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "range àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "network_def àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "xmlXPathContext àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#~ msgid "network name length too long" +#~ msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•à§° àĤ¨àĤàĤৰ àĤàĤàĤ¨ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "forward àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¨àĤàĤ '%s' àĤĴৰ àĤĤীàĤ˜àĤ²" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "network àĤŞàĤ‚àĤ•à§àĤ¤àĤżà§° àĤĴàĤàĤĴে àĤ¸à§àĤàĤàĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU àĤ…àĤ¤àĤżàĤàĤżà§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ '%s' àĤĴàĤżàĤĥ্àĤ²àĤ·àĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG: àĤ…àĤœà§àĤžàĤàĤ¤ àĤ­à§àĤ² - àĤ…àĤ¨à§àĤ—্ৰàĤı àĤ•à§°àĤż àĤŞà§à§°àĤ¤àĤżàĤĴেàĤĤàĤ¨ àĤ•à§°àĤ•\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU àĤ…àĤ¤àĤżàĤàĤżà§° àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° '%s' ৰ àĤ¨àĤàĤ àĤ…àĤ¤àĤżàĤàĤżà§° àĤ¨àĤàĤ '%s' àĤ¸à§ˆàĤ¤à§‡ àĤàĤ•à§‡àĤ‡ àĤ¨àĤıয়" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU àĤ…àĤ¤àĤżàĤàĤż àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ '%s' àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: àĤŞà§°à§àĤŻàĤàĤŞà§àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ¨àĤàĤ‡" + +#~ msgid "Failed to load network config '%s': out of memory" +#~ msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ '%s' àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: àĤŞà§°à§àĤŻàĤàĤŞà§àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ¨àĤàĤ‡" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "'%s/%s' àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§°à§° àĤ¨àĤàĤ àĤĴৰ àĤĤীàĤ˜àĤ²" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "Autostart àĤ¸àĤ‚àĤŻà§‹àĤ— àĤŞàĤ '%s/%s' àĤĴৰ àĤĤীàĤ˜àĤ²" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" +#~ msgstr "cpu àĤàĤàĤ¸à§àĤ• àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ àĤıৈàĤ›à§‡" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "XML àĤ¨àĤżà§°à§àĤàĤàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ: àĤŞà§°à§àĤŻàĤàĤŞà§àĤ¤ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "àĤŞà§àĤৰ àĤĴàĤàĤĴে %s àĤ–োàĤ²à§‹àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "qemudInitPaths() ৰ àĤŞà§à§°àĤĥàĤàĤ•à§° àĤĴàĤàĤĴে àĤ‰à§ŽàĤŞàĤ¨à§àĤ¨ àĤŞàĤ àĤĴৰ àĤĤীàĤ˜àĤ²" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "àĤĴ্ৰàĤżàĤœ STP ৰ àĤàĤàĤ¨ %s àĤ¨àĤżà§°à§àĤ§àĤৰàĤ£ àĤ•à§°à§‹àĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ¨àĤıয়, àĤàĤżàĤĦàĤżà§ŸàĤ àĤŞà§°àĤżàĤĴৰ্àĤ¤àĤ¨ àĤ•à§°àĤ àĤ¸àĤ্àĤ­à§ħ àĤ¨àĤıয়" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "volume name" +#~ msgstr "àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤ¨àĤàĤ" + +#~ msgid "volume key" +#~ msgstr "àĤ¸àĤàĤ·à§àĤŸàĤżà§° àĤšàĤàĤĴàĤż" + +#~ msgid "malformed xml document" +#~ msgstr "àĤ­à§àĤ² xml àĤ†àĤ²à§‡àĤ–্àĤŻàĤ¨" + +#~ msgid "domain" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨" + +#~ msgid "domain uuid" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° uuid" + +#~ msgid "domain memory" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż" + +#~ msgid "domain current memory" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤĴৰ্àĤ¤àĤàĤàĤ¨ àĤ¸à§àĤৃàĤ¤àĤżàĤĥàĤ•à§àĤ¤àĤż" + +#~ msgid "domain vcpus" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° vcpus" + +#~ msgid "domain reboot behaviour" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡ àĤŞà§àĤ¨àĤƒ àĤĴুàĤŸ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ†àĤšà§°àĤ£" + +#~ msgid "domain poweroff behaviour" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡ àĤĴàĤżàĤĤ্àĤŻà§à§Ž àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ†àĤšà§°àĤ£" + +#~ msgid "domain crash behaviour" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡ àĤĴàĤżàĤŞà§°à§àĤŻà§Ÿ àĤ¸àĤ‚àĤ•à§à§°àĤàĤ¨à§àĤ¤ àĤ†àĤšà§°àĤ£" + +#~ msgid "load domain definition file" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤœà§àĤžàĤàĤ•à§°à§‹àĤàĤ¤àĤ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤ•" #~ msgid "network" #~ msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ•" @@ -7354,37 +8057,76 @@ msgstr "" #~ msgid "network forward" #~ msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ†à§°àĤ্àĤ­ àĤ•à§°àĤ" +#~ msgid "ip address" +#~ msgstr "ip àĤ àĤżàĤ•àĤ¨àĤ" + +#~ msgid "ip netmask" +#~ msgstr "ip àĤ¨à§‡àĤŸàĤàĤàĤ¸à§àĤ•" + +#~ msgid "load network definition file" +#~ msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤ¸àĤ‚àĤœà§àĤžàĤৰ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ¤à§àĤ²àĤż àĤ²àĤ“àĤ•" + +#~ msgid "too many domains" +#~ msgstr "àĤĴৰ àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦোàĤেàĤ‡àĤ¨" + +#~ msgid "cannot save domain" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ ৰàĤ•à§àĤ·àĤ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" + +#~ msgid "cannot write header" +#~ msgstr "àĤıেàĤĦàĤৰ àĤ²àĤżàĤ–োàĤàĤ¤à§‡ àĤĴ্àĤŻà§°à§àĤ" + +#~ msgid "cannot save domain data" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ¤àĤ্àĤŻ ৰàĤ•à§àĤ·àĤ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" + +#~ msgid "cannot save domain core" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§° àĤ•à§‹'ৰ ৰàĤ•à§àĤ·àĤ àĤ•à§°àĤżàĤĴ àĤ¨à§‹à§ħàĤৰàĤż" + #~ msgid "too many networks" #~ msgstr "àĤĴàĤıুàĤ¤à§‹ àĤ¨à§‡'àĤŸà§ħৰ্àĤ•" +#~ msgid "blocked" +#~ msgstr "àĤ…à§ħৰুàĤĤ্àĤ§" + +#, fuzzy +#~ msgid "parsing soundhw string failed." +#~ msgstr "àĤŞàĤ‚àĤ•à§àĤ¤àĤż." + +#, fuzzy +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ" + +#, fuzzy +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "àĤ¨àĤàĤ" + +#, fuzzy +#~ msgid "cannot read XML domain definition" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ" + #, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "ৰূàĤŸ àĤŻàĤ¨à§àĤ¤à§à§°à§° àĤ¤àĤ্àĤŻ àĤ¨àĤàĤ‡" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ" #, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤ‡àĤ¤àĤżàĤàĤ§à§àĤŻà§‡ àĤ†àĤ›à§‡" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ àĤ§à§°àĤ£" #, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "àĤ¨àĤ¤à§àĤ¨ àĤ¸àĤ¨à§àĤĤৰ্àĤ­ àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +#~ msgstr "context" #, fuzzy #~ msgid "unable to write config file" -#~ msgstr "àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" +#~ msgstr "àĤĴàĤżàĤ¨à§‡àĤ¸ àĤ¨àĤàĤżàĤŞàĤ¤à§à§° àĤ²àĤżàĤ–àĤżàĤĴàĤ²à§ˆ àĤĴàĤżàĤĞàĤ²" #, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "àĤ¨à§‡'àĤŸà§ħৰ্àĤ• àĤĴàĤżàĤšàĤৰàĤżàĤĴàĤ²à§ˆ àĤ…àĤ•à§àĤ·àĤ: %s" +#~ msgid "failed to allocate sound string" +#~ msgstr "àĤŞàĤ‚àĤ•à§àĤ¤àĤż" #, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "string àĤĥàĤৰী àĤĴàĤżàĤ¤à§°àĤ£ àĤ•à§°àĤ•" +#~ msgid "too many boot devices" +#~ msgstr "àĤĴৰ àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦোàĤেàĤ‡àĤ¨" #, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "àĤ­àĤżàĤ¤à§°à§à§ħàĤ àĤ­à§àĤ² %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "àĤ‰àĤ¤à§àĤ¤à§° àĤĴàĤżàĤ¤à§°àĤ¨ àĤ•à§°àĤ•" +#~ msgid "invalid input device" +#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżà§°à§àĤĤেàĤĥàĤ• àĤŻàĤ¨à§àĤ¤à§à§°" diff --git a/po/be.po b/po/be.po index b0f327a746..0a900de28d 100644 --- a/po/be.po +++ b/po/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/bg.po b/po/bg.po index 30bed89633..d326d0ba8e 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-09-05 08:58+0300\n" "Last-Translator: Doncho N. Gunchev \n" "Language-Team: Bulgarian \n" @@ -17,310 +17,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "½µÑƒÑżµÑˆ½ ¸·²¸ş²°½µ ½° ħ¸ħğ¸Ñ‚µÑ‡½° фу½şÑ†¸Ñ, ĵĥµ ħ¸ ½µ сµ ż´´ÑŠÑ€ĥ°" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "żÑ€ĵя½° ·°´µğя½µÑ‚ ½° ż°ĵµÑ‚" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "³Ñ€µÑˆş° ² с¸ÑÑ‚µĵ½ ¸·²¸ş²°½µ" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "µż·½°Ñ‚°" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "½µÑƒÑżµÑˆ½ чµÑ‚µ½µ т xen ´µĵ½°" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "·°´µğя½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "“Ñ€µÑˆş° żÑ€¸ ·°´µğя½µ ½° ż°ĵµÑ‚: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ стı½ÑÑ‚" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "µÑƒÑżµÑˆ½ ·°ş°Ñ‡°½µ şÑŠĵ х¸żµÑ€²°ı·Ñ€" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -328,450 +328,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ĵрµĥ° %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ GET żµÑ€°Ñ†¸Ñ: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "µÑƒÑżµÑˆ½ съħуĥ´°½µ ½° ´ĵµı½ %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ½° я´Ñ€Ñ‚ ½° ´ĵµı½ %s ² %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "żğучµ½ ħµ ½µż·½°Ñ‚ HTTP ş´ ½° ³Ñ€µÑˆş° %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "½µÑƒÑżµÑˆµ½ р°·ħр ½° т³²Ñ€° ½° сър²ÑŠÑ€°" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ²" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "с²ÑŠÑ€Ñˆ¸ ż°ĵµÑ‚Ñ‚°" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "½µż·½°Ñ‚ т¸ż žĦ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ħğş²µÑ‚µ %s %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "с²ÑŠÑ€Ñˆ¸ ż°ĵµÑ‚Ñ‚°" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "“Ñ€µÑˆş° żÑ€¸ съ·´°²°½µ ½° ½µ°şÑ‚¸²µ½ ´ĵµı½ %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "“Ñ€µÑˆş° żÑ€¸ съ·´°²°½µ ½° ½µ°şÑ‚¸²µ½ ´ĵµı½ %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -810,8 +838,8 @@ msgstr "ч°ş²° сµ р°·´µğ¸Ñ‚µğ" msgid "expecting an assignment" msgstr "ч°ş²° сµ żÑ€¸Ñ²Ñ²°½µ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "·°´µğя½µ ½° ½² ħуфµÑ€" @@ -854,931 +882,987 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "ğ¸żÑ²° \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "½µż·½°Ñ‚ т¸ż žĦ" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸ĵµ ½° ´ĵµı½" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "½µÑ‡°ş²°½¸ ´°½½¸ '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "½µż·½°Ñ‚ т¸ż žĦ" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "µÑƒÑżµÑˆ½ żÑ€¸Ñż¸²°½µ ½° ´ĵµı½ %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ стı½ÑÑ‚" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "½µż·½°Ñ‚ т¸ż žĦ" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "·°´µğя½µ ½° ²Ñ€ÑŠ·ş¸" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "·°´µğя½µ ½° ´ĵµı½" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "³Ñ€µÑˆş° żÑ€¸ ´ħ°²Ñ½µ ½° ´ĵµı½° şÑŠĵ хµÑˆ-т°ħğ¸Ñ†°Ñ‚° с ²Ñ€ÑŠ·ş¸" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "´ĵµı½° ğ¸żÑ²° т хµÑˆ-т°ħğ¸Ñ†°Ñ‚° с ²Ñ€ÑŠ·ş¸" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "·°´µğя½µ ½° ĵрµĥ°" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "³Ñ€µÑˆş° żÑ€¸ ´ħ°²Ñ½µ ½° ĵрµĥ°Ñ‚° şÑŠĵ хµÑˆ-т°ħğ¸Ñ†°Ñ‚°" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "ĵрµĥ°Ñ‚° ğ¸żÑ²° т хµÑˆ-т°ħğ¸Ñ†°Ñ‚°" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "·°´µğя½µ ½° ĵрµĥ°" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "³Ñ€µÑˆş° żÑ€¸ ´ħ°²Ñ½µ ½° ĵрµĥ°Ñ‚° şÑŠĵ хµÑˆ-т°ħğ¸Ñ†°Ñ‚°" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "´ĵµı½° ğ¸żÑ²° т хµÑˆ-т°ħğ¸Ñ†°Ñ‚° с ²Ñ€ÑŠ·ş¸" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "·°´µğя½µ ½° ĵрµĥ°" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "³Ñ€µÑˆş° żÑ€¸ ´ħ°²Ñ½µ ½° ĵрµĥ°Ñ‚° şÑŠĵ хµÑˆ-т°ħğ¸Ñ†°Ñ‚°" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "´ĵµı½° ğ¸żÑ²° т хµÑˆ-т°ħğ¸Ñ†°Ñ‚° с ²Ñ€ÑŠ·ş¸" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "·°´µğя½µ ½° ĵрµĥ°" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "şż¸Ñ€°½µ съ´ÑŠÑ€ĥ°½¸µÑ‚ ½° ²ÑŠ·µğ°" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "³Ñ€µÑˆş° żÑ€¸ ´ħ°²Ñ½µ ½° ĵрµĥ°Ñ‚° şÑŠĵ хµÑˆ-т°ħğ¸Ñ†°Ñ‚°" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "´ĵµı½° ğ¸żÑ²° т хµÑˆ-т°ħğ¸Ñ†°Ñ‚° с ²Ñ€ÑŠ·ş¸" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "¸·Ñ‚ч½¸ş ½° ´¸Ñş²Ñ‚ устрıст²" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "½µż·½°Ñ‚° şĵ°½´°: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "ğ¸żÑ²° \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "ğ¸żÑ²° \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° цµğт° ½° устрıст²" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "½µż·½°Ñ‚ т¸ż žĦ" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸ĵµ ½° ´ĵµı½" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ² %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° UUID ½° ĵрµĥ°Ñ‚°" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "½µÑ‡°ş²°½¸ ´°½½¸ '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "½µż·½°Ñ‚ т¸ż žĦ" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "·°ş°Ñ‡°½µ ½° ½² ´¸Ñş² устрıст²" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "·°ş°Ñ‡°½µ ½° ĵрµĥ² ¸½Ñ‚µÑ€Ñ„µıс" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "·°ş°Ñ‡°½µ ½° ½² ´¸Ñş² устрıст²" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "·°ş°Ñ‡°½µ ½° ½² ´¸Ñş² устрıст²" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "·°ş°Ñ‡°½µ ½° ½² ´¸Ñş² устрıст²" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "·°ş°Ñ‡°½µ ½° ½² ´¸Ñş² устрıст²" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "½µÑƒÑżµÑˆµ½ ·°ż¸Ñ ½° ф°ığ" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "½µÑ‡°ş²°½ mime т¸ż" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ стı½ÑÑ‚" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "½µż·½°Ñ‚ т¸ż žĦ" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ² żÑ€Ñ‚ %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ĵрµĥ° т %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "·°´µğя½µ ½° ²Ñ€ÑŠ·ş¸" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ĵрµĥ° %s" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µ²ÑÑ€½°, domid ½µ µ ч¸Ñğ" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µ²ÑÑ€½°, domid ½µ µ ч¸Ñğ" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "·°´µğя½µ ĵ°Ñ¸² ·° стı½ÑÑ‚¸" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "“Ñ€µÑˆş° żÑ€¸ съ·´°²°½µ ½° ½µ°şÑ‚¸²µ½ ´ĵµı½ %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" +msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" +msgstr "µÑƒÑżµÑˆ½ у½¸Ñ‰ĥ°²°½µ ½° ´ĵµı½ %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "µÑƒÑżµÑˆ½ żÑ€¸ş°Ñ‡°½µ ½° устрıст² т %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ т²°Ñ€Ñ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½µ½ ф°ığ %s ·° чµÑ‚µ½µ" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ´ĵµı½ т %s" +msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ т²°Ñ€Ñ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½µ½ ф°ığ %s ·° чµÑ‚µ½µ" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "·°´µğя½µ ĵ°Ñ¸² ·° стı½ÑÑ‚¸" +msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ´ĵµı½ т %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "µÑƒÑżµÑˆ½ ·°Ñ‚²°Ñ€Ñ½µ ½° żÑ€Ñ‚ %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "µÑƒÑżµÑˆ½ ·°Ñ‚²°Ñ€Ñ½µ ½° żÑ€Ñ‚ %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "µÑƒÑżµÑˆ½ у½¸Ñ‰ĥ°²°½µ ½° ´ĵµı½ %s" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ĵрµĥ° '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" +msgstr "µ ĵĥµ ´° сµ żÑ€ĵµ½¸ MaxMemorySize" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" +msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ² %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "id ¸ğ¸ uuid ½° ´ĵµı½" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" +msgstr "żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "сşÑ€¸żÑ‚, şıт сµ żğ·²° ·° ·°ş°Ñ‡°½µ ½° ĵрµĥ²¸Ñ ¸½Ñ‚µÑ€Ñ„µıс ² ĵст" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "µÑƒÑżµÑˆ½ żÑ€¸ş°Ñ‡°½µ ½° устрıст² т %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "µÑƒÑżµÑˆ½ żÑ€¸ş°Ñ‡°½µ ½° устрıст² т %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" +msgstr "µÑƒÑżµÑˆ½ żÑ€¸ş°Ñ‡°½µ ½° устрıст² т %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" +msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ² żÑ€Ñ‚ %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "½µÑƒÑżµÑˆ½ с²ÑŠÑ€·²°½µ şÑŠĵ xen хр°½¸ğ¸Ñ‰µ" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "¸ĵµ ½° ´ĵµı½°" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "id ¸ğ¸ uuid ½° ´ĵµı½" +msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "żğучµ½ ħµ ½µż·½°Ñ‚ HTTP ş´ ½° ³Ñ€µÑˆş° %d" +msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "µÑƒÑżµÑˆ½ съħуĥ´°½µ ½° ´ĵµı½ %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "½µ²°ğ¸´µ½ MAC °´Ñ€µÑ: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1789,8 +1873,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1800,1636 +1884,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "с¸½Ñ‚°şÑ‚¸Ñ‡½° ³Ñ€µÑˆş° ² ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "тşÑ€¸²°½µ ½° ĵрµĥ² ф°ığ" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "½µ²°ğ¸´µ½ MAC °´Ñ€µÑ" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "MAC °´Ñ€µÑ" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "с¸½Ñ‚°şÑ‚¸Ñ‡½° ³Ñ€µÑˆş° ² ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "”ĵµı½ÑŠÑ‚ µ ²Ñµ щµ °şÑ‚¸²µ½" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "”ĵµı½ÑŠÑ‚ µ ²Ñµ щµ °şÑ‚¸²µ½" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "żÑ€ĵя½° ħря ²¸Ñ€Ñ‚у°ğ½¸ ĤŸ" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "”ĵµı½ÑŠÑ‚ µ ²Ñµ щµ °şÑ‚¸²µ½" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "µÑƒÑżµÑˆ½ ·°Ñ‚²°Ñ€Ñ½µ ½° żÑ€Ñ‚ %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ² żÑ€Ñ‚ %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "šĵу½¸ş°Ñ†¸½½° ³Ñ€µÑˆş° с żÑ€şÑ¸Ñ‚: żğучµ½¸ %d т %d ħ°ıт°\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "šĵу½¸ş°Ñ†¸½½° ³Ñ€µÑˆş° с żÑ€şÑ¸Ñ‚: ч°ş²°½¸ %d ħ°ıт°, żğучµ½¸ %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "šĵу½¸ş°Ñ†¸½½° ³Ñ€µÑˆş° с żÑ€şÑ¸Ñ‚: żğучµ½ %d ħ°ıт² ż°şµÑ‚\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "šĵу½¸ş°Ñ†¸½½° ³Ñ€µÑˆş° с żÑ€şÑ¸Ñ‚: ż²Ñ€µ´µ½ ż°şµÑ‚\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "żğучµ½ °Ñ¸½Ñ…Ñ€½µ½ ż°şµÑ‚ ½ĵµÑ€ %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ħуфµÑ€" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "œÑ€µĥ° %s ħµ ст°Ñ€Ñ‚¸Ñ€°½°\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "œÑ€µĥ° %s ħµ ст°Ñ€Ñ‚¸Ñ€°½°\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "½µÑƒÑżµÑˆµ½ р°·ħр ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° Xend ´ĵµı½" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ĵрµĥ° %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "с²ÑŠÑ€Ñˆ¸ ż°ĵµÑ‚Ñ‚°" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "с²ÑŠÑ€Ñˆ¸ ż°ĵµÑ‚Ñ‚°" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ т²°Ñ€Ñ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½µ½ ф°ığ %s ·° чµÑ‚µ½µ" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ĵрµĥ° '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "œÑ€µĥ°Ñ‚° ²Ñµ щµ р°ħт¸" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ĵрµĥ° ² XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "µ ĵĥµ ´° сµ ¸·²ğµÑ‡µ ²µÑ€Ñ¸ÑÑ‚° ½° р°ħтµÑ‰¸Ñ %s х¸żµÑ€²°ı·Ñ€\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "тşÑ€¸²°½µ ½° ĵрµĥ² ф°ığ" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "½µ²°ğ¸´µ½ MAC °´Ñ€µÑ" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC °´Ñ€µÑ" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "”µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s ħµ żÑ€µĵ°Ñ…½°Ñ‚°\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "”ĵµı½ÑŠÑ‚ µ ²Ñµ щµ °şÑ‚¸²µ½" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "żÑ€ĵя½° ħря ²¸Ñ€Ñ‚у°ğ½¸ ĤŸ" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "µÑƒÑżµÑˆ½ ·°Ñ‚²°Ñ€Ñ½µ ½° żÑ€Ñ‚ %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ² żÑ€Ñ‚ %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "šĵу½¸ş°Ñ†¸½½° ³Ñ€µÑˆş° с żÑ€şÑ¸Ñ‚: żğучµ½¸ %d т %d ħ°ıт°\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "šĵу½¸ş°Ñ†¸½½° ³Ñ€µÑˆş° с żÑ€şÑ¸Ñ‚: ч°ş²°½¸ %d ħ°ıт°, żğучµ½¸ %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "šĵу½¸ş°Ñ†¸½½° ³Ñ€µÑˆş° с żÑ€şÑ¸Ñ‚: żğучµ½ %d ħ°ıт² ż°şµÑ‚\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "šĵу½¸ş°Ñ†¸½½° ³Ñ€µÑˆş° с żÑ€şÑ¸Ñ‚: ż²Ñ€µ´µ½ ż°şµÑ‚\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "żğучµ½ °Ñ¸½Ñ…Ñ€½µ½ ż°şµÑ‚ ½ĵµÑ€ %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "œÑ€µĥ° %s ħµ ст°Ñ€Ñ‚¸Ñ€°½°\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "œÑ€µĥ° %s ħµ ст°Ñ€Ñ‚¸Ñ€°½°\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "½µÑ‡°ş²°½¸ ´°½½¸ '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "с²ÑŠÑ€Ñˆ¸ ż°ĵµÑ‚Ñ‚°" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "·°´µğя½µ ½° ½² ş½Ñ‚µşÑÑ‚" +msgstr "·°´µğя½µ ½° ½² ħуфµÑ€" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ´ĵµı½ '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ĵрµĥ° '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" +msgstr "µÑƒÑżµÑˆ½ ·°Ñ‚²°Ñ€Ñ½µ ½° żÑ€Ñ‚ %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ т²°Ñ€Ñ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½µ½ ф°ığ %s ·° чµÑ‚µ½µ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ĵрµĥ° '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ²ÑŠ·ĵĥ½ÑÑ‚¸Ñ‚µ" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Ÿğ·²°½° ż°ĵµÑ‚:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "´ĵµı½° %s ²µÑ‡µ същµÑÑ‚²Ñƒ²°" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "´ĵµı½° %s ²µÑ‡µ същµÑÑ‚²Ñƒ²°" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "”ĵµı½ÑŠÑ‚ µ ²Ñµ щµ °şÑ‚¸²µ½" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "µÑƒÑżµÑˆ½ żÑ€¸Ñż¸²°½µ ½° ´ĵµı½ %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° UUID ½° ´ĵµı½°" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ² żÑ€Ñ‚ %d\n" +msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ² żÑ€Ñ‚ %d\n" +msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "с²ÑŠÑ€Ñˆ¸ ż°ĵµÑ‚Ñ‚°" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" +msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "½µÑƒÑżµÑˆ½ ¸·²¸ş²°½µ ½° ħ¸ħğ¸Ñ‚µÑ‡½° фу½şÑ†¸Ñ, ĵĥµ ħ¸ ½µ сµ ż´´ÑŠÑ€ĥ°" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "·°Ñ€µĥ´°½µ ½° ф°ığ с ´µÑ„¸½¸Ñ†¸¸ ½° ´ĵµı½¸" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "½µÑƒÑżµÑˆ½ чµÑ‚µ½µ т xen ´µĵ½°" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° UUID ½° ĵрµĥ°Ñ‚°" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "µÑƒÑżµÑˆ½ съħуĥ´°½µ ½° ´ĵµı½ %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "´ĵµı½° %s ²µÑ‡µ същµÑÑ‚²Ñƒ²°" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "·°Ñ€µĥ´°½µ ½° ф°ığ с ´µÑ„¸½¸Ñ†¸¸ ½° ĵ°Ñˆ¸½¸" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" +msgstr "·°ş°Ñ‡°½µ ½° ½² ´¸Ñş² устрıст²" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "·°Ñ€µĥ´°½µ ½° ф°ığ с ´µÑ„¸½¸Ñ†¸¸ ½° ĵ°Ñˆ¸½¸" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "µÑƒÑżµÑˆ½ тş°Ñ‡°½µ ½° устрıст² т %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" +msgstr "°²Ñ‚ĵ°Ñ‚¸Ñ‡½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "¸ĵµ ½° ´ĵµı½°" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ĵрµĥ° ² XML" +msgid "could not generate random UUID" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° UUID ½° ´ĵµı½°" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" +msgid "failed to start listening VM" +msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" +msgid "migrate failed: %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "µÑƒÑżµÑˆ½ чµÑ‚µ½µ т żÑ€Ñ‚ %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° £ ˜" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "“Ñ€µÑˆş° żÑ€¸ ·°´µğя½µ ½° ż°ĵµÑ‚: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "·°´µğя½µ ½° ´ĵµı½" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "µ²°ğ¸´½° стı½ÑÑ‚ %d ·° р°·ĵµÑ€° ½° ż°ĵµÑ‚Ñ‚°" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "µ ĵĥµ ´° сµ żÑ€²µÑ€¸ ½°ÑÑ‚ящ¸Ñ MemorySize" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "µ²°ğ¸´½° стı½ÑÑ‚ %d ·° р°·ĵµÑ€° ½° ż°ĵµÑ‚Ñ‚°" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "т²ÑŠÑ€´µ ĵ½³ ĵрµĥ¸" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "т²ÑŠÑ€´µ ĵ½³ ´ĵµı½¸" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "т²ÑŠÑ€´µ ĵ½³ ´ĵµı½¸" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "żÑ€ĵя½° ·°´µğя½µÑ‚ ½° ż°ĵµÑ‚" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "½µż·½°Ñ‚ т¸ż žĦ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "т²ÑŠÑ€´µ ĵ½³ ĵрµĥ¸" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" +msgstr "½µÑƒÑżµÑˆ½ сµÑ€¸°ğ¸·¸Ñ€°½µ ½° S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "“Ñ€µÑˆş° żÑ€¸ съ·´°²°½µ ½° ½µ°şÑ‚¸²µ½ ´ĵµı½ %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "т°·¸ фу½şÑ†¸Ñ ½µ сµ ż´´ÑŠÑ€ĥ° т х¸żµÑ€²°ı·Ñ€°" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" +msgstr "½µÑƒÑżµÑˆµ½ ·°ż¸Ñ ½° ф°ığ" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" +msgstr "µÑƒÑżµÑˆ½ ·°ş°Ñ‡°½µ şÑŠĵ х¸żµÑ€²°ı·Ñ€" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "½µÑƒÑżµÑˆ½ şż¸Ñ€°½µ ½° ½¸·" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "²ÑŠÑ‚Ñ€µÑˆ½° ³Ñ€µÑˆş° %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" +msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ² %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ² %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "¸ĵµ ½° ´ĵµı½°" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3458,586 +3695,761 @@ msgstr "żş°·²°½µ ½° ²µÑ€Ñ¸Ñ" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "˜ĵµ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ħğş²µÑ‚µ %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" +msgstr "µÑƒÑżµÑˆ½ ´µÑ„¸½¸Ñ€°½µ ½° ´ĵµı½ т %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "µÑƒÑżµÑˆ½ тş°Ñ‡°½µ ½° устрıст² т %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ħğş²µÑ‚µ %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "¸ĵµ ½° ´ĵµı½°" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "·°´µğя½µ ½° ĵрµĥ°" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "·°´µğя½µ ½° ĵрµĥ°" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "·°´µğя½µ ½° ĵрµĥ°" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "¸ĵµ ½° ´ĵµı½°" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "·°´µğя½µ ½° ĵрµĥ°" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "¸ĵµ ½° ĵрµĥ°Ñ‚° ¸ğ¸ uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "ħğş² ÑƒÑÑ‚Ñ€ıст²" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст² %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "¸ĵµ ½° ´ĵµı½°" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° цµğт° ½° устрıст²" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "½µÑ‡°ş²°½ mime т¸ż" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "·°´µğя½µ ½° ĵрµĥ°" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" +msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸ĵµ ½° ´ĵµı½" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "˜ĵµ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "żÑŠÑ‚я ´ ´½µ²½¸ş° ½° µ ф°ığ" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "²·µĵ°½µ ½° ²Ñ€µĵµÑ‚" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "·°Ñ€µĥ´°½µ ½° ф°ığ с ´µÑ„¸½¸Ñ†¸¸ ½° ĵ°Ñˆ¸½¸" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "ĵ°Ñˆ¸½°" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "²ÑŠ·µğ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "съ·´°²°½µ ½° xpath ş½Ñ‚µşÑÑ‚" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "ĤŸ numa ²ÑŠ·ğ¸ ½° ²ÑŠ·µğ°" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "ĤŸ żÑ€Ñ‚²µ ½° ²ÑŠ·µğ°" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "я´Ñ€° ½° ĤŸ ½° ²ÑŠ·µğ°" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "½¸Ñˆş¸ ½° ĤŸ ½° ²ÑŠ·µğ°" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "°şÑ‚¸²½¸ ĤŸ ½° ²ÑŠ·µğ°" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "ĤŸ mhz ½° ²ÑŠ·µğ°" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "ż°ĵµÑ‚ ½° ²ÑŠ·µğ°" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "тşÑ€¸²°½µ ¸ĵµÑ‚ ½° ф°ığ° с ´ĵµı½¸" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "тşÑ€¸²°½µ ½° ĵрµĥ² ф°ığ" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "тşÑ€¸²°½µ ¸ĵµÑ‚ ½° ф°ığ° с ´ĵµı½¸" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ·°´°ıтµ żÑŠÑ‚ ¸ğ¸ żğ·²°ıтµ test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "´ĵµı½° %s ²µÑ‡µ същµÑÑ‚²Ñƒ²°" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "”ĵµı½ÑŠÑ‚ µ ²Ñµ щµ °şÑ‚¸²µ½" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "°²Ñ‚ĵ°Ñ‚¸Ñ‡½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "½µÑƒÑżµÑˆ½ чµÑ‚µ½µ т xen ´µĵ½°" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Ż´Ñ€Ñ‚ ½° ´ĵµı½ %s ħµ ·°ż¸Ñ°½ ² %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "”ĵµı½ÑŠÑ‚ ²µÑ‡µ µ °şÑ‚¸²µ½" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "”ĵµı½ÑŠÑ‚ µ ²Ñµ щµ °şÑ‚¸²µ½" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "œÑ€µĥ°Ñ‚° ²Ñµ щµ р°ħт¸" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "œÑ€µĥ°Ñ‚° ²µÑ‡µ р°ħт¸" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸ĵµÑ‚ ½° ĵ°Ñˆ¸½°Ñ‚°" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸ĵµÑ‚ ½° ĵ°Ñˆ¸½°Ñ‚°" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸ĵµÑ‚ ½° ĵ°Ñˆ¸½°Ñ‚°" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ĵрµĥ° т %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "с²ÑŠÑ€Ñˆ¸ ż°ĵµÑ‚Ñ‚°" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "ĤŸ żÑ€Ñ‚²µ ½° ²ÑŠ·µğ°" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "½µż·½°Ñ‚° şĵ°½´°: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ² żÑ€Ñ‚ %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ р°·ħр ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ р°·ħр ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "³Ñ€µÑˆş°: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "żµÑ‡°Ñ‚ ½° żĵщ" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "" "ŸµÑ‡°Ñ‚ ½° ³ğħ°ğ½°Ñ‚° ¸ğ¸ сżµÑ†¸Ñ„¸Ñ‡½° ·° ´°´µ½° şĵ°½´° żĵщ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "¸ĵµ ½° şĵ°½´°" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4045,318 +4457,322 @@ msgstr "" "šĵ°½´¸:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "°²Ñ‚ĵ°Ñ‚¸Ñ‡½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "°ÑÑ‚Ñ€ı²°½µ ½° ´ĵµı½° ·° °²Ñ‚ĵ°Ñ‚¸Ñ‡½ ст°Ñ€Ñ‚¸Ñ€°½µ żÑ€¸ ·°Ñ€µĥ´°½µ." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "¸ĵµ ½° ´ĵµı½, id ¸ğ¸ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "´µ°şÑ‚¸²¸Ñ€°½µ ½° °²Ñ‚ст°Ñ€Ñ‚¸Ñ€°½µÑ‚" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "µÑƒÑżµÑˆ½ ĵ°Ñ€ş¸Ñ€°½µ ½° ´ĵµı½° %s ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°Ñ‰ сµ" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "µÑƒÑżµÑˆ½ р°·ĵ°Ñ€ş¸Ñ€°½µ ½° ´ĵµı½° %s ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°Ñ‰ сµ" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "”ĵµı½° %s µ ĵ°Ñ€ş¸Ñ€°½ ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°Ñ‰ сµ\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "”ĵµı½° %s µ р°·ĵ°Ñ€ş¸Ñ€°½ ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°Ñ‰ сµ\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(ż²Ñ‚Ñ€½) с²ÑŠÑ€·²°½µ şÑŠĵ х¸żµÑ€²°ı·Ñ€" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "Ħ²ÑŠÑ€·²°½µ с ğş°ğµ½ х¸żµÑ€²°ı·Ñ€. ˘²° µ ²³Ñ€°´µ½°Ñ‚° şĵ°½´° с𵴠ст°Ñ€Ñ‚¸Ñ€°½µ " "½° ħ²¸²ş°Ñ‚°." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "£ ˜ ·° ²Ñ€ÑŠ·ş° с х¸żµÑ€²°ı·Ñ€°" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "²Ñ€ÑŠ·ş° с°ĵ ·° чµÑ‚µ½µ" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "µÑƒÑżµÑˆ½ тş°Ñ‡°½µ т х¸żµÑ€²°ı·Ñ€" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "µÑƒÑżµÑˆ½ ·°ş°Ñ‡°½µ şÑŠĵ х¸żµÑ€²°ı·Ñ€" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "·°ş°Ñ‡°½µ şÑŠĵ ş½·ğ°Ñ‚° ·° ³ÑÑ‚¸" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Ħ²ÑŠÑ€·²°½µ şÑŠĵ ²¸Ñ€Ñ‚у°ğ½°Ñ‚° сµÑ€¸ı½° ş½·ğ° ·° ³ÑÑ‚°" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Ñĵ° ´ÑÑ‚ÑŠż½° ş½·ğ° ·° ´ĵµı½°\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "żş°·²°½µ ½° ´ĵµı½¸Ñ‚µ" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "’ръщ° сż¸ÑÑŠş с ´ĵµı½¸Ñ‚µ." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "żş°·²°½µ ½° ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "сż¸ÑÑŠş ½° °şÑ‚¸²½¸ ¸ ½µ°şÑ‚¸²½¸ ´ĵµı½¸" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с °şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "˜ĵµ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Ħъстя½¸µ" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "ħµ· състя½¸µ" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "състя½¸µ ½° ´ĵµı½°" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "’ръщ° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° р°ħтµÑ‰ ´ĵµı½." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ħğş²µÑ‚µ ½° устрıст² ·° ´ĵµı½" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ħğş²µÑ‚µ ½° устрıст² ·° р°ħтµÑ‰ ´ĵµı½." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "ħğş² ÑƒÑÑ‚Ñ€ıст²" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ħğş²µÑ‚µ %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ĵрµĥ² ¸½Ñ‚µÑ€Ñ„µıс ·° ´ĵµı½" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "˜·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ĵрµĥ² ¸½Ñ‚µÑ€Ñ„µıс ·° р°ħтµÑ‰ ´ĵµı½." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "¸½Ñ‚µÑ€Ñ„µıс½ устрıст²" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ¸½Ñ‚µÑ€Ñ„µıс %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "żÑ€¸Ñż¸²°½µ ½° ´ĵµı½" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "ŸÑ€¸Ñż¸²° р°ħтµÑ‰ ´ĵµı½." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "”ĵµı½° %s żÑ€¸Ñż°½\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "µÑƒÑżµÑˆ½ żÑ€¸Ñż¸²°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "съ·´°²°½µ ½° ´ĵµı½ т XML ф°ığ" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Ħъ·´°²°½µ ½° ´ĵµı½." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "съ´ÑŠÑ€ĥ°Ñ‰ XML ż¸Ñ°½¸µ ½° ´ĵµı½ ф°ığ" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "”ĵµı½ %s ħµ съ·´°´µ½ т %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ´ĵµı½ т %s" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "´µÑ„¸½¸Ñ€°½µ (½ ½µ ¸ ст°Ñ€Ñ‚¸Ñ€°½µ) ½° ´ĵµı½ т XML ф°ığ" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "”µÑ„¸½¸Ñ€°½µ ½° ´ĵµı½." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "”ĵµı½ %s ´µÑ„¸½¸Ñ€°½ т %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "µÑƒÑżµÑˆ½ ´µÑ„¸½¸Ñ€°½µ ½° ´ĵµı½ т %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "¸ĵµ ½° ´ĵµı½ ¸ğ¸ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "”µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s ħµ żÑ€µĵ°Ñ…½°Ñ‚°\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "ст°Ñ€Ñ‚¸Ñ€°½µ ½° (żÑ€µ´²°Ñ€¸Ñ‚µğ½ ´µÑ„¸½¸Ñ€°½) ½µ°şÑ‚¸²µ½ ´ĵµı½" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Ħт°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "”ĵµı½° ²µÑ‡µ µ °şÑ‚¸²µ½" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "”ĵµı½° %s ħµ ст°Ñ€Ñ‚¸Ñ€°½\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "·°ż¸Ñ състя½¸µÑ‚ ½° ´ĵµı½ ²ÑŠ² ф°ığ" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "—°ż¸Ñ ½° р°ħтµÑ‰ ´ĵµı½." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "şÑŠ´µ ´° сµ ·°ż¸Ñˆ°Ñ‚ ´°½½¸Ñ‚µ" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "”ĵµı½ %s ħµ ·°ż¸Ñ°½ ² %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "żÑ€µ³ğµ´/·°´°²°½µ ż°Ñ€°ĵµÑ‚ртµ ½° р°·żÑ€µ´µğ¸Ñ‚µğя" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "ŸÑ€µ³ğµ´/—°´°²°½µ ż°Ñ€°ĵµÑ‚ртµ ½° р°·żÑ€µ´µğ¸Ñ‚µğя." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "тµ³ğ ·° XEN_CREDIT" @@ -4365,291 +4781,299 @@ msgstr "тµ³ğ ·° XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "³Ñ€°½¸Ñ†° ·° XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "µ²°ğ¸´½° стı½ÑÑ‚ %d ·° р°·ĵµÑ€° ½° ż°ĵµÑ‚Ñ‚°" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "µ²°ğ¸´½° стı½ÑÑ‚ %d ·° р°·ĵµÑ€° ½° ż°ĵµÑ‚Ñ‚°" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "µ²°ğ¸´½° стı½ÑÑ‚ %d ·° р°·ĵµÑ€° ½° ż°ĵµÑ‚Ñ‚°" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr " °·żÑ€µ´µğ¸Ñ‚µğ" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "µż·½°Ñ‚°" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "²ÑŠ·ÑÑ‚°½²Ñ²°½µ ½° ´ĵµı½ şÑŠĵ ·°ż°·µ½ ²ÑŠ² ф°ığ състя½¸µ" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "’ÑŠ·ÑÑ‚°½²Ñ²°½µ ½° ´ĵµı½." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "състя½¸µ ·° ²ÑŠ·ÑÑ‚°½²Ñ²°½µ" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "”ĵµı½° ħµ ²ÑŠ·ÑÑ‚°½²µ½ т %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "µÑƒÑżµÑ… żÑ€¸ ²ÑŠ·ÑÑ‚°½²Ñ²°½µ ½° ´ĵµı½ т %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "·°ż¸Ñ я´Ñ€Ñ‚ ½° ´ĵµı½ ²ÑŠ² ф°ığ ·° °½°ğ¸·" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "—°ż¸Ñ я´Ñ€Ñ‚ ½° ´ĵµı½." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "şÑŠ´µ ´° сµ ·°ż¸Ñˆµ я´Ñ€Ñ‚" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Ż´Ñ€Ñ‚ ½° ´ĵµı½ %s ħµ ·°ż¸Ñ°½ ² %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "µÑƒÑżµÑˆµ½ ·°ż¸Ñ ½° я´Ñ€Ñ‚ ½° ´ĵµı½ %s ² %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "съħуĥ´°½µ ½° ´ĵµı½" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Ħъħуĥ´°½µ ½° żÑ€µ´¸ т²° żÑ€¸Ñż°½ ´ĵµı½." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "”ĵµı½ %s ħµ съħу´µ½\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "µÑƒÑżµÑˆ½ съħуĥ´°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "²½¸ĵ°Ñ‚µğ½ ¸·şğюч²°½µ ½° ´ĵµı½" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "˜·żÑŠğ½µ½¸µ ½° şĵ°½´° ·° ¸·şğюч²°½µ ² ¸·ħр°½¸Ñ ´ĵµı½°." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "”ĵµı½ %s сµ ¸·şğюч²°\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "µÑƒÑżµÑˆ½ ¸·şğюч²°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "рµÑÑ‚°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "˜·żÑŠğ½µ½¸µ ½° şĵ°½´° ·° рµÑÑ‚°Ñ€Ñ‚¸Ñ€°½µ ² ¸·ħр°½¸Ñ ´ĵµı½." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "”ĵµı½ %s сµ рµÑÑ‚°Ñ€Ñ‚¸Ñ€°\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "µÑƒÑżµÑˆ½ рµÑÑ‚°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "у½¸Ñ‰ĥ°²°½µ ½° ´ĵµı½" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "£½¸Ñ‰ĥ°²°½µ ½° ´°´µ½ ´ĵµı½." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "”ĵµı½° %s ħµ у½¸Ñ‰ĥµ½\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "µÑƒÑżµÑˆ½ у½¸Ñ‰ĥ°²°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ´ĵµı½" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "’ръщ° с½²½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ´ĵµı½°." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "˜ĵµ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "˘¸ż žĦ:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Ħъстя½¸µ:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "ŸÑ€Ñ†µÑÑ€¸:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "ŸÑ€Ñ†µÑÑ€½ ²Ñ€µĵµ:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "œ°şÑ¸ĵ°ğ½° ż°ĵµÑ‚:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ħµ· ğ¸ĵ¸Ñ‚" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Ÿğ·²°½° ż°ĵµÑ‚:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "²Ñ‚ст°Ñ€Ñ‚¸Ñ€°½µ" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "˜ĵµ" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Ÿğ·²°½° ż°ĵµÑ‚:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA şğµÑ‚ş¸:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ’ĤŸ ½° ´ĵµı½°" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "" "’ръщ° с½²½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²¸Ñ€Ñ‚у°ğ½¸Ñ‚µ цµ½Ñ‚Ñ€°ğ½¸ żÑ€Ñ†µÑÑ€¸ ½° ´ĵµı½°." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "’ĤŸ:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "ĤŸ:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Ñ„¸½¸Ñ‚µÑ‚ ½° ĤŸ:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "”ĵµı½° µ ¸·şğючµ½, ½Ñĵ° ²¸Ñ€Ñ‚у°ğ½¸ ĤŸ." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "ş½Ñ‚Ñ€ğ °Ñ„¸½¸Ñ‚µÑ‚° ½° ’ĤŸ ½° ´ĵµı½°" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "ž³Ñ€°½¸Ñ‡°²°½µ ²¸Ñ€Ñ‚у°ğ½¸Ñ‚µ цµ½Ñ‚Ñ€°ğ½¸ żÑ€Ñ†µÑÑ€¸ şÑŠĵ ф¸·¸Ñ‡µÑş¸ т°ş¸²°." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "½ĵµÑ€ ½° ’ĤŸ" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "½ĵµÑ€° ½° ф¸·¸Ñ‡µÑş¸ żÑ€Ñ†µÑÑ€¸ (р°·´µğµ½¸ със ·°żµÑ‚°¸)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: µ²°ğ¸´µ½ фрĵ°Ñ‚. ŸÑ€°·µ½ ½¸·." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" "cpulist: %s: µ²°ğ¸´µ½ фрĵ°Ñ‚. ° ż·¸Ñ†¸Ñ %d сµ ч°ş²° ц¸Ñ„Ñ€° (ħ𸷠´ '%c')." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4658,1352 +5082,1390 @@ msgstr "" "cpulist: %s: µ²°ğ¸´µ½ фрĵ°Ñ‚. ° ż·¸Ñ†¸Ñ %d сµ ч°ş²° ц¸Ñ„Ñ€° ¸ğ¸ ·°żµÑ‚°Ñ " "(ħ𸷠´ '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: µ²°ğ¸´µ½ фрĵ°Ñ‚. ° ż·¸Ñ†¸Ñ %d сµ ·°²ÑŠÑ€Ñˆ²° със ·°żµÑ‚°Ñ." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "¤¸·¸Ñ‡µÑş¸Ñ żÑ€Ñ†µÑÑ€ %d ½µ същµÑÑ‚²Ñƒ²°." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "żÑ€ĵя½° ħря ²¸Ñ€Ñ‚у°ğ½¸ ĤŸ" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "" "ŸÑ€ĵя½° ħря ½° ²¸Ñ€Ñ‚у°ğ½¸Ñ‚µ цµ½Ñ‚Ñ€°ğ½¸ żÑ€Ñ†µÑÑ€¸ °şÑ‚¸²½¸ ² ´ĵµı½° ³ÑÑ‚." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "ħрı ²¸Ñ€Ñ‚у°ğ½¸ ĤŸ" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "µ²°ğ¸´µ½ ħрı ²¸Ñ€Ñ‚у°ğ½¸ ĤŸ." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "˘²ÑŠÑ€´µ ĵ½³ ²¸Ñ€Ñ‚у°ğ½¸ ĤŸ." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "żÑ€ĵя½° ·°´µğя½µÑ‚ ½° ż°ĵµÑ‚" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "ŸÑ€ĵя½° ½° тµşÑƒÑ‰Ñ‚ ·°´µğя½µ ½° ż°ĵµÑ‚ ² ´ĵµı½° ³ÑÑ‚." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "ş¸ğħ°ıт° ż°ĵµÑ‚" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "µ²°ğ¸´½° стı½ÑÑ‚ %d ·° р°·ĵµÑ€° ½° ż°ĵµÑ‚Ñ‚°" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "µ ĵĥµ ´° сµ żÑ€²µÑ€¸ MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "żÑ€ĵя½° ³Ñ€½°Ñ‚° ³Ñ€°½¸Ñ†° ½° ż°ĵµÑ‚Ñ‚°" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "ŸÑ€ĵя½° ½° ĵ°şÑ¸ĵ°ğ½¸Ñ ħµĵ ·°´µğµ½° ż°ĵµÑ‚ ·° ´ĵµı½° ³ÑÑ‚." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "ĵ°şÑ¸ĵ°ğ½ ż°ĵµÑ‚ ² ş¸ğħ°ıт²µ" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "µ ĵĥµ ´° сµ żÑ€²µÑ€¸ ½°ÑÑ‚ящ¸Ñ MemorySize" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "µ ĵĥµ ´° сµ с²¸µ тµşÑƒÑ‰¸Ñ MemorySize" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "µ ĵĥµ ´° сµ żÑ€ĵµ½¸ MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "’ръщ° с½²½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "ĤŸ ĵ´µğ:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "ĤŸ чµÑÑ‚Ñ‚°:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "ĤŸ żÑ€Ñ‚(²µ):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Ż´Ñ€° ½° żÑ€Ñ‚:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "¸Ñˆş¸ ½° я´Ñ€:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA şğµÑ‚ş¸:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "žħµĵ ½° ż°ĵµÑ‚Ñ‚°:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "²ÑŠ·ĵĥ½ÑÑ‚¸" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "’ръщ° ²ÑŠ·ĵĥ½ÑÑ‚¸Ñ‚µ ½° х¸żµÑ€²¸·Ñ€/´Ñ€°ı²µÑ€." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ²ÑŠ·ĵĥ½ÑÑ‚¸Ñ‚µ" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ´ĵµı½ ² XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "—°ż¸Ñ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° ş°Ñ‚ XML ½° ст°½´°Ñ€Ñ‚½¸Ñ ¸·Ñ…´." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° id ¸ğ¸ UUID ½° ´ĵµı½ ´ ¸ĵµ" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "id ¸ğ¸ uuid ½° ´ĵµı½" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° ¸ĵµ ¸ğ¸ UUID ½° ´ĵµı½ ´ id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° ¸ĵµ ¸ğ¸ id ½° ´ĵµı½ ´ UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "id ¸ğ¸ ¸ĵµ ½° ´ĵµı½" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° UUID ½° ´ĵµı½°" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "ĵ¸³Ñ€¸Ñ€°½µ ½° ´ĵµı½° ½° ´Ñ€Ñƒ³° ĵ°Ñˆ¸½°" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" "M¸³Ñ€¸Ñ€°½µ ½° ´ĵµı½° ½° ´Ñ€Ñƒ³° ĵ°Ñˆ¸½°. ”ħ°²µÑ‚µ --live ·° ĵ¸³Ñ€¸Ñ€°½µ ż ²Ñ€µĵµ " "½° р°ħт°." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "ĵ¸³Ñ€¸Ñ€°½µ ż ²Ñ€µĵµ ½° р°ħт°" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "£ ˜ ·° ²Ñ€ÑŠ·ş° с ĵ°Ñˆ¸½°Ñ‚°" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "£ ˜ ½° ĵ¸³Ñ€°Ñ†¸Ñ, ħ¸ş½²µ½ ĵĥµ ´° сµ żÑ€żÑƒÑ½µ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migrate: ›¸żÑ²° £ ˜ цµğ" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "°²Ñ‚ĵ°Ñ‚¸Ñ‡½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ĵрµĥ°" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "°ÑÑ‚Ñ€ı²°½µ ½° ĵрµĥ°Ñ‚° ·° °²Ñ‚ĵ°Ñ‚¸Ñ‡½ ст°Ñ€Ñ‚¸Ñ€°½µ żÑ€¸ ·°Ñ€µĥ´°½µ." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "¸ĵµ ½° ĵрµĥ°Ñ‚° ¸ğ¸ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "µÑƒÑżµÑˆ½ ĵ°Ñ€ş¸Ñ€°½µ ½° ĵрµĥ°Ñ‚° %s ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°½°" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "µÑƒÑżµÑˆ½ р°·ĵ°Ñ€ş¸Ñ€°½µ ½° ĵрµĥ°Ñ‚° %s ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°½°" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "œÑ€µĥ° %s e ĵ°Ñ€ş¸Ñ€°½° ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°½°\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "œÑ€µĥ° %s e р°·ĵ°Ñ€ş¸Ñ€°½° ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°½°\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "съ·´°²°½µ ½° ĵрµĥ° т XML ф°ığ" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Ħъ·´°²°½µ ½° ĵрµĥ°." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "ф°ığ, съ´ÑŠÑ€ĥ°Ñ‰ XML ż¸Ñ°½¸µ ½° ĵрµĥ°Ñ‚°" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "œÑ€µĥ° %s ħµ съ·´°´µ½° т %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ĵрµĥ° т %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "´µÑ„¸½¸Ñ€°½µ (½ ½µ ¸ ст°Ñ€Ñ‚¸Ñ€°½µ) ½° ĵрµĥ° т XML ф°ığ" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "”µÑ„¸½¸Ñ€°½µ ½° ĵрµĥ°." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "œÑ€µĥ° %s ´µÑ„¸½¸Ñ€°½° т %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "µÑƒÑżµÑˆ½ ´µÑ„¸½¸Ñ€°½µ ½° ĵрµĥ° т %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "у½¸Ñ‰ĥ°²°½µ ½° ĵрµĥ°" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "£½¸Ñ‰ĥ°²°½µ ½° ´°´µ½° ĵрµĥ°." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "¸ĵµ ½° ĵрµĥ°, id ¸ğ¸ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "œÑ€µĥ°Ñ‚° %s ħµ у½¸Ñ‰ĥµ½°\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "µÑƒÑżµÑˆ½ у½¸Ñ‰ĥ°²°½µ ½° ĵрµĥ° %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ĵрµĥ° ² XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "—°ż¸Ñ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ĵрµĥ°Ñ‚° ş°Ñ‚ XML ½° ст°½´°Ñ€Ñ‚½¸Ñ ¸·Ñ…´." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "сż¸ÑÑŠş с ĵрµĥ¸Ñ‚µ" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "’ръщ° сż¸ÑÑŠş с ĵрµĥ¸Ñ‚µ." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "żş°·²°½µ ½° ½µ°şÑ‚¸²½¸Ñ‚µ ĵрµĥ¸" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "сż¸ÑÑŠş ½° °şÑ‚¸²½¸ ¸ ½µ°şÑ‚¸²½¸ ĵрµĥ¸" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с °şÑ‚¸²½¸Ñ‚µ ĵрµĥ¸" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с ½µ°şÑ‚¸²½¸Ñ‚µ ĵрµĥ¸" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "²Ñ‚ст°Ñ€Ñ‚¸Ñ€°½µ" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ħµ· °²Ñ‚ст°Ñ€Ñ‚¸Ñ€°½µ" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "°şÑ‚¸²½ÑÑ‚" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "½µ°şÑ‚¸²½ÑÑ‚" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° UUID ½° ĵрµĥ° ´ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid ½° ĵрµĥ°" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "ст°Ñ€Ñ‚¸Ñ€°½µ ½° (żÑ€µ´²°Ñ€¸Ñ‚µğ½ ´µÑ„¸½¸Ñ€°½°) ½µ°şÑ‚¸²µ½° ĵрµĥ°" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Ħт°Ñ€Ñ‚¸Ñ€°½µ ½° ĵрµĥ°." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½°Ñ‚° ĵрµĥ°" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "œÑ€µĥ° %s ħµ ст°Ñ€Ñ‚¸Ñ€°½°\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ĵрµĥ° %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²½° ĵрµĥ°" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²½° ĵрµĥ°." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "”µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ĵрµĥ° %s ħµ żÑ€µĵ°Ñ…½°Ñ‚°\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ĵрµĥ° %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° ¸ĵµ ½° ĵрµĥ° ´ UUID" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° UUID ½° ĵрµĥ°Ñ‚°" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "°²Ñ‚ĵ°Ñ‚¸Ñ‡½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "°ÑÑ‚Ñ€ı²°½µ ½° ´ĵµı½° ·° °²Ñ‚ĵ°Ñ‚¸Ñ‡½ ст°Ñ€Ñ‚¸Ñ€°½µ żÑ€¸ ·°Ñ€µĥ´°½µ." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "¸ĵµ ½° ´ĵµı½ ¸ğ¸ uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "µÑƒÑżµÑˆ½ ĵ°Ñ€ş¸Ñ€°½µ ½° ĵрµĥ°Ñ‚° %s ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°½°" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "µÑƒÑżµÑˆ½ р°·ĵ°Ñ€ş¸Ñ€°½µ ½° ĵрµĥ°Ñ‚° %s ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°½°" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "”ĵµı½° %s µ ĵ°Ñ€ş¸Ñ€°½ ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°Ñ‰ сµ\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "”ĵµı½° %s µ р°·ĵ°Ñ€ş¸Ñ€°½ ş°Ñ‚ °²Ñ‚-ст°Ñ€Ñ‚¸Ñ€°Ñ‰ сµ\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "съ·´°²°½µ ½° ´ĵµı½ т XML ф°ığ" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Ħъ·´°²°½µ ½° ´ĵµı½." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "съ´ÑŠÑ€ĥ°Ñ‰ XML ż¸Ñ°½¸µ ½° ´ĵµı½ ф°ığ" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "”ĵµı½ %s ħµ съ·´°´µ½ т %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ´ĵµı½ т %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "съ·´°²°½µ ½° ´ĵµı½ т XML ф°ığ" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ħуфµÑ€" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "”ĵµı½ %s ħµ съ·´°´µ½ т %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ´ĵµı½ т %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "´µÑ„¸½¸Ñ€°½µ (½ ½µ ¸ ст°Ñ€Ñ‚¸Ñ€°½µ) ½° ´ĵµı½ т XML ф°ığ" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "”µÑ„¸½¸Ñ€°½µ ½° ´ĵµı½." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "”ĵµı½ %s ´µÑ„¸½¸Ñ€°½ т %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "µÑƒÑżµÑˆ½ ´µÑ„¸½¸Ñ€°½µ ½° ´ĵµı½ т %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "”ĵµı½ %s ´µÑ„¸½¸Ñ€°½ т %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "µÑƒÑżµÑˆ½ żÑ€¸Ñż¸²°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "у½¸Ñ‰ĥ°²°½µ ½° ´ĵµı½" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "£½¸Ñ‰ĥ°²°½µ ½° ´°´µ½ ´ĵµı½." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "”ĵµı½° %s ħµ у½¸Ñ‰ĥµ½\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "µÑƒÑżµÑˆ½ у½¸Ñ‰ĥ°²°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "£½¸Ñ‰ĥ°²°½µ ½° ´°´µ½ ´ĵµı½." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "”ĵµı½° %s ħµ у½¸Ñ‰ĥµ½\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "µÑƒÑżµÑˆ½ у½¸Ñ‰ĥ°²°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "”ĵµı½ %s ħµ съħу´µ½\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "µÑƒÑżµÑˆ½ съħуĥ´°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ´ĵµı½ ² XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "—°ż¸Ñ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° ş°Ñ‚ XML ½° ст°½´°Ñ€Ñ‚½¸Ñ ¸·Ñ…´." -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "żş°·²°½µ ½° ´ĵµı½¸Ñ‚µ" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "’ръщ° сż¸ÑÑŠş с ´ĵµı½¸Ñ‚µ." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "żş°·²°½µ ½° ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "сż¸ÑÑŠş ½° °şÑ‚¸²½¸ ¸ ½µ°şÑ‚¸²½¸ ´ĵµı½¸" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с °şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ² %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "с²ÑŠÑ€Ñˆ¸ ż°ĵµÑ‚Ñ‚°" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s" +msgstr "µÑƒÑżµÑˆ½ ·°ż¸Ñ²°½µ ½° ´ĵµı½ %s ² %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "’ръщ° с½²½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "р°ħт¸" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "·°´µğя½µ ½° ´ĵµı½" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° UUID ½° ĵрµĥ° ´ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "uuid ½° ´ĵµı½°" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "ст°Ñ€Ñ‚¸Ñ€°½µ ½° (żÑ€µ´²°Ñ€¸Ñ‚µğ½ ´µÑ„¸½¸Ñ€°½) ½µ°şÑ‚¸²µ½ ´ĵµı½" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Ħт°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "”ĵµı½° %s ħµ ст°Ñ€Ñ‚¸Ñ€°½\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "съ·´°²°½µ ½° ´ĵµı½ т XML ф°ığ" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Ħъ·´°²°½µ ½° ´ĵµı½." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½¸Ñ ´ĵµı½" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "”ĵµı½ %s ħµ съ·´°´µ½ т %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "”µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s ħµ żÑ€µĵ°Ñ…½°Ñ‚°\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° ¸ĵµ ½° ĵрµĥ° ´ UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° UUID ½° ´ĵµı½°" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "съ·´°²°½µ ½° ´ĵµı½ т XML ф°ığ" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "съ´ÑŠÑ€ĥ°Ñ‰ XML ż¸Ñ°½¸µ ½° ´ĵµı½ ф°ığ" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "”ĵµı½ %s ħµ съ·´°´µ½ т %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ´ĵµı½ т %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "£½¸Ñ‰ĥ°²°½µ ½° ´°´µ½ ´ĵµı½." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "”ĵµı½° %s ħµ у½¸Ñ‰ĥµ½\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "µÑƒÑżµÑˆ½ у½¸Ñ‰ĥ°²°½µ ½° ´ĵµı½ %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "’ръщ° с½²½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "˘¸ż žĦ:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML ф°ığ" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "ħğş¸Ñ€°½" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ´ĵµı½ ² XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "—°ż¸Ñ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° ş°Ñ‚ XML ½° ст°½´°Ñ€Ñ‚½¸Ñ ¸·Ñ…´." -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "żş°·²°½µ ½° ´ĵµı½¸Ñ‚µ" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "’ръщ° сż¸ÑÑŠş с ´ĵµı½¸Ñ‚µ." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с °şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° UUID ½° ĵрµĥ° ´ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° UUID ½° ĵрµĥ° ´ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "uuid ½° ´ĵµı½°" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "ş½²µÑ€Ñ‚¸Ñ€°½µ ½° UUID ½° ĵрµĥ° ´ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "żş°·²°½µ ½° ²µÑ€Ñ¸Ñ" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Ÿş°·²° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ²µÑ€Ñ¸Ñ ½° с¸ÑÑ‚µĵ°Ñ‚°." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ т¸ż° ½° х¸żµÑ€²°ı·Ñ€°" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "šĵż¸ğ¸Ñ€°½ ·° ħ¸ħğ¸Ñ‚µş°: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ²µÑ€Ñ¸ÑÑ‚° ½° ħ¸ħğ¸Ñ‚µş°Ñ‚°" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Ÿğ·²° сµ ħ¸ħğ¸Ñ‚µş°: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Ÿğ·²° сµ API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ²µÑ€Ñ¸ÑÑ‚° ½° х¸żµÑ€²°ı·Ñ€°" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "µ ĵĥµ ´° сµ ¸·²ğµÑ‡µ ²µÑ€Ñ¸ÑÑ‚° ½° р°ħтµÑ‰¸Ñ %s х¸żµÑ€²°ı·Ñ€\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr " °ħтµÑ‰ х¸żµÑ€²°ı·Ñ€: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "ĵ¸³Ñ€¸Ñ€°½µ ½° ´ĵµı½° ½° ´Ñ€Ñƒ³° ĵ°Ñˆ¸½°" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "²ÑŠ·ĵĥ½ÑÑ‚¸" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "µÑƒÑżµÑˆ½ ·°ş°Ñ‡°½µ şÑŠĵ х¸żµÑ€²°ı·Ñ€" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "—°ż¸Ñ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ĵрµĥ°Ñ‚° ş°Ñ‚ XML ½° ст°½´°Ñ€Ñ‚½¸Ñ ¸·Ñ…´." + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "¸·²µĥ´°½µ ¸ĵµÑ‚ ½° ĵ°Ñˆ¸½°Ñ‚° ½° х¸żµÑ€²°ı·Ñ€°" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸ĵµÑ‚ ½° ĵ°Ñˆ¸½°Ñ‚°" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "¸·²µĥ´°½µ ş°½½¸Ñ‡½¸Ñ £ ˜ ½° х¸żµÑ€²°ı·Ñ€°" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° £ ˜" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc ´¸Ñżğµı" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "˜·²µĥ´°½µ ½° IP °´Ñ€µÑ ¸ ½ĵµÑ€ ½° żÑ€Ñ‚ ·° VNC ´¸ÑżğµÑ." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty ş½·ğ°" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "˜·²µĥ´°½µ ½° устрıст²Ñ‚ ·° TTY ş½·ğ°Ñ‚°." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "żÑ€¸ş°Ñ‡°½µ ½° устрıст² т XML ф°ığ" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "ŸÑ€¸ş°Ñ‡°½µ ½° устрıст² т XML <ф°ığ>." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML ф°ığ" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "µÑƒÑżµÑˆ½ żÑ€¸ş°Ñ‡°½µ ½° устрıст² т %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "тş°Ñ‡°½µ ½° устрıст² т XML ф°ığ" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "žÑ‚ş°Ñ‡°½µ ½° устрıст² т XML <ф°ığ>" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "µÑƒÑżµÑˆ½ тş°Ñ‡°½µ ½° устрıст² т %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "·°ş°Ñ‡°½µ ½° ĵрµĥ² ¸½Ñ‚µÑ€Ñ„µıс" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "—°ş°Ñ‡°½µ ½° ½² ĵрµĥ² ¸½Ñ‚µÑ€Ñ„µıс." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "т¸ż ½° ¸½Ñ‚µÑ€Ñ„µıс° ½° ĵрµĥ°Ñ‚°" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "¸·Ñ‚ч½¸ş ½° ĵрµĥ²¸Ñ ¸½Ñ‚µÑ€Ñ„µıс" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "¸ĵµ ½° цµğµ²°Ñ‚° ĵрµĥ°" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC °´Ñ€µÑ" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "сşÑ€¸żÑ‚, şıт сµ żğ·²° ·° ·°ş°Ñ‡°½µ ½° ĵрµĥ²¸Ñ ¸½Ñ‚µÑ€Ñ„µıс ² ĵст" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Ñĵ° ż´´Ñ€ÑŠĥş° ·° %s ² şĵ°½´°Ñ‚° 'attach-interface'" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "р°·ş°Ñ‡°½µ ½° ĵрµĥ² ¸½Ñ‚µÑ€Ñ„µıс" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr " °·ş°Ñ‡°½µ ½° ĵрµĥ² ¸½Ñ‚µÑ€Ñ„µıс." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸½Ñ‚µÑ€Ñ„µıс°" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Ñĵ° ½°ĵµÑ€µ½¸ ¸½Ñ‚µÑ€Ñ„µıс¸ т т¸ż %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Ñĵ° ½°ĵµÑ€µ½¸ ¸½Ñ‚µÑ€Ñ„µıс¸ с MAC °´Ñ€µÑ %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "·°ş°Ñ‡°½µ ½° ½² ´¸Ñş² устрıст²" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "—°ş°Ñ‡°½µ ½° ½² ´¸Ñş² устрıст²." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "¸·Ñ‚ч½¸ş ½° ´¸Ñş²Ñ‚ устрıст²" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "цµğ ½° ´¸Ñş²Ñ‚ устрıст²" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "´Ñ€°ı²µÑ€ ½° ´¸Ñş²Ñ‚ устрıст²" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "ż´´Ñ€°ı²µÑ€ ½° ´¸Ñş²Ñ‚ устрıст²" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "рµĥ¸ĵ ½° чµÑ‚µ½µ ¸ ·°ż¸Ñ ½° устрıст²Ñ‚" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Ñĵ° ż´´Ñ€ÑŠĥş° ·° %s ² şĵ°½´°Ñ‚° 'attach-disk'" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "р°·ş°Ñ‡°½µ ½° ´¸Ñş²Ñ‚ устрıст²" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr " °·ş°Ñ‡°½µ ½° ´¸Ñş²Ñ‚ устрıст²." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ´¸Ñş°" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Ñĵ° ½°ĵµÑ€µ½ ´¸Ñş с цµğ %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "“Ñ€µÑˆş° żÑ€¸ съ·´°²°½µ ½° ½µ°şÑ‚¸²µ½ ´ĵµı½ %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "¸ĵµ ½° ´ĵµı½°" +msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "³Ñ€µÑˆş° żÑ€¸ чµÑ‚µ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²½° ĵрµĥ°." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²½° ĵрµĥ°." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "ŸÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ½µ°şÑ‚¸²µ½ ´ĵµı½." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "¸·Ñ…´ т т·¸ ¸½Ñ‚µÑ€°şÑ‚¸²µ½ тµÑ€ĵ¸½°ğ" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "şĵ°½´° '%s' ¸·¸Ñş²° żÑ†¸Ñ <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "şĵ°½´° '%s' ¸·¸Ñş²° żÑ†¸Ñ --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "şĵ°½´° '%s' ½µ същµÑÑ‚²Ñƒ²°" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " ˜œ•\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6011,7 +6473,7 @@ msgstr "" "\n" "  •—œ•\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6019,7 +6481,7 @@ msgstr "" "\n" " žŸ˜Ħ˜•\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6027,55 +6489,55 @@ msgstr "" "\n" " žŸĤ˜˜\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s <ч¸Ñğ>" -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s <½¸·>" -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "½µ´µÑ„¸½¸Ñ€°½ ¸ĵµ ¸ğ¸ id ½° ´ĵµı½" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ´ĵµı½ '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "½µ´µÑ„¸½¸Ñ€°½ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ĵрµĥ° '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "½µ´µÑ„¸½¸Ñ€°½ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ´ĵµı½ '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "½µ´µÑ„¸½¸Ñ€°½ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ´ĵµı½ '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6086,130 +6548,129 @@ msgstr "" "(’Ñ€µĵµ: %.3f ĵ¸ğ¸ сµşÑƒ½´¸)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "ğ¸żÑ²° \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "½µÑ‡°ş²°½ µğµĵµ½Ñ‚ (¸ĵµ ½° şĵ°½´°): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "½µż·½°Ñ‚° şĵ°½´°: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "şĵ°½´° '%s' ½µ ż´´ÑŠÑ€ĥ° żÑ†¸Ñ --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "ч°ş²°½ с¸½Ñ‚°şÑ¸Ñ: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "ч¸Ñğ" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "½¸·" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "½µÑ‡°ş²°½¸ ´°½½¸ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "žŸĤ˜Ż" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "”˜" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML ф°ığ" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "² ż°Ñƒ·°" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "¸·şğюч²° сµ" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "сż¸Ñ€°½µ" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "°²°Ñ€¸Ñ€°ğ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "¸·şğючµ½" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "½Ñĵ° ²°ğ¸´½° ²Ñ€ÑŠ·ş°" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: ³Ñ€µÑˆş°: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "³Ñ€µÑˆş°: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: ½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° %d ħ°ıт°" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: ½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° %lu ħ°ıт°" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "½µÑƒÑżµÑ… żÑ€¸ с²ÑŠÑ€·²°½µ с х¸żµÑ€²°ı·Ñ€°" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "½µÑƒÑżµÑ… żÑ€¸ żğуч°²°½µ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ф°ığ° с ´½µ²½¸ş°" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "żÑŠÑ‚я ´ ´½µ²½¸ş° ½° µ ф°ığ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "½µÑƒÑżµÑ… żÑ€¸ т²°Ñ€Ñ½µ ½° ´½µ²½¸ş°. żÑ€²µÑ€µÑ‚µ żÑŠÑ‚я ½° ф°ığ°" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "½µÑƒÑżµÑ… żÑ€¸ ·°ż¸Ñ ² ´½µ²½¸ş°" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "µÑƒÑżµÑˆ½ тş°Ñ‡°½µ т х¸żµÑ€²°ı·Ñ€" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6242,7 +6703,7 @@ msgstr "" "\n" " şĵ°½´¸ (² ½µ ¸½Ñ‚µÑ€°şÑ‚¸²µ½ рµĥ¸ĵ):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6252,12 +6713,12 @@ msgstr "" " (уş°ĥµÑ‚µ help <şĵ°½´°> ·° żĵщ ·° т°·¸ şĵ°½´°)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "½µż´´ÑŠÑ€ĥ°½° żÑ†¸Ñ '-%c'. ’¸ĥтµ --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6266,7 +6727,7 @@ msgstr "" "”ħрµ ´Ñˆğ¸ ² %s, ¸½Ñ‚µÑ€°şÑ‚¸²½¸Ñ тµÑ€ĵ¸½°ğ ·° ²¸Ñ€Ñ‚у°ğ¸·°Ñ†¸Ñ.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6284,880 +6745,963 @@ msgstr "żÑ€µ´ÑƒżÑ€µĥ´µ½¸µ" msgid "error" msgstr "³Ñ€µÑˆş°" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Ñĵ° ·°´°´µ½ съħщµ½¸µ ·° ³Ñ€µÑˆş°" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "²ÑŠÑ‚Ñ€µÑˆ½° ³Ñ€µÑˆş° %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "²ÑŠÑ‚Ñ€µÑˆ½° ³Ñ€µÑˆş°" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "т°·¸ фу½şÑ†¸Ñ ½µ сµ ż´´ÑŠÑ€ĥ° т х¸żµÑ€²°ı·Ñ€°" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "т°·¸ фу½şÑ†¸Ñ ½µ сµ ż´´ÑŠÑ€ĥ° т х¸żµÑ€²°ı·Ñ€°: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с х¸żµÑ€²°ı·Ñ€°" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ²" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ² %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ² %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ GET żµÑ€°Ñ†¸Ñ: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "³Ñ€µÑˆş° żÑ€¸ GET żµÑ€°Ñ†¸ÑÑ‚°" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ POST żµÑ€°Ñ†¸Ñ: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "³Ñ€µÑˆş° żÑ€¸ POST żµÑ€°Ñ†¸ÑÑ‚°" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "żğучµ½ ħµ ½µż·½°Ñ‚ HTTP ş´ ½° ³Ñ€µÑˆş° %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½° %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "½µż·½°Ñ‚° ĵ°Ñˆ¸½°" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "½µÑƒÑżµÑˆ½ сµÑ€¸°ğ¸·¸Ñ€°½µ ½° S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "½µÑƒÑżµÑˆ½ сµÑ€¸°ğ¸·¸Ñ€°½µ ½° S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "½µ ĵĥµ ´° сµ żğ·²° µğµĵµ½Ñ‚ т Xen х¸żµÑ€²°ı·Ñ€°" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "½µ ĵĥµ ´° сµ żğ·²° µğµĵµ½Ñ‚ %s т Xen х¸żµÑ€²°ı·Ñ€°" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с Xen хр°½¸ğ¸Ñ‰µ" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "½µ ĵĥµ ´° сµ същµÑÑ‚²¸ ²Ñ€ÑŠ·ş° с Xen хр°½¸ğ¸Ñ‰µ %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "½µÑƒÑżµÑˆ½ Xen с¸ÑÑ‚µĵ½ ¸·²¸ş²°½µ %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "½µż·½°Ñ‚ т¸ż žĦ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° я´Ñ€Ñ‚" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст² ² %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст² %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° цµğт° ½° устрıст²" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° цµğт° ½° устрıст² %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸ĵµ ½° ´ĵµı½" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸ĵµ ½° ´ĵµı½ ² %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° żµÑ€°Ñ†¸½½° с¸ÑÑ‚µĵ°" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° żµÑ€°Ñ†¸½½° с¸ÑÑ‚µĵ° ·° %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° устрıст²" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° устрıст² ·° %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²°" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ с° т²ÑŠÑ€´µ ĵ½³ устрıст²° ² %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "½µÑƒÑżµÑˆ½ ¸·²¸ş²°½µ ½° ħ¸ħğ¸Ñ‚µÑ‡½° фу½şÑ†¸Ñ, ĵĥµ ħ¸ ½µ сµ ż´´ÑŠÑ€ĥ°" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "" "½µÑƒÑżµÑˆ½ ¸·²¸ş²°½µ ½° ħ¸ħğ¸Ñ‚µÑ‡½°Ñ‚° фу½şÑ†¸Ñ %s, ĵĥµ ħ¸ ½µ сµ ż´´ÑŠÑ€ĥ°" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML ż¸Ñ°½¸µÑ‚ ½µ µ ´ħрµ фрĵ°Ñ‚¸Ñ€°½ ¸ğ¸ µ ½µ²°ğ¸´½" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "XML ż¸Ñ°½¸µÑ‚ ·° %s ½µ µ ´ħрµ фрĵ°Ñ‚¸Ñ€°½ ¸ğ¸ µ ½µ²°ğ¸´½" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "т·¸ ´ĵµı½ ²µÑ‡µ същµÑÑ‚²Ñƒ²°" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "´ĵµı½° %s ²µÑ‡µ същµÑÑ‚²Ñƒ²°" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "żµÑ€°Ñ†¸ÑÑ‚° µ ·°ħр°½µ½° żÑ€¸ ´ÑÑ‚ÑŠż с°ĵ ·° чµÑ‚µ½µ" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "żµÑ€°Ñ†¸ÑÑ‚° %s µ ·°ħр°½µ½° żÑ€¸ ´ÑÑ‚ÑŠż с°ĵ ·° чµÑ‚µ½µ" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "³Ñ€µÑˆş° żÑ€¸ т²°Ñ€Ñ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ ·° чµÑ‚µ½µ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "³Ñ€µÑˆş° żÑ€¸ т²°Ñ€Ñ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½µ½ ф°ığ %s ·° чµÑ‚µ½µ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "³Ñ€µÑˆş° żÑ€¸ чµÑ‚µ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "³Ñ€µÑˆş° żÑ€¸ чµÑ‚µ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "³Ñ€µÑˆş° żÑ€¸ р°·ħр ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "³Ñ€µÑˆş° żÑ€¸ р°·ħр ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "с¸½Ñ‚°şÑ‚¸Ñ‡½° ³Ñ€µÑˆş° ² ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "с¸½Ñ‚°şÑ‚¸Ñ‡½° ³Ñ€µÑˆş° ² ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "³Ñ€µÑˆş° żÑ€¸ р°·ħр°" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ²" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ² %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "т°·¸ ĵрµĥ° ²µÑ‡µ същµÑÑ‚²Ñƒ²°" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "ĵрµĥ°Ñ‚° %s ²µÑ‡µ същµÑÑ‚²Ñƒ²°" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "³Ñ€µÑˆş° ² с¸ÑÑ‚µĵ½ ¸·²¸ş²°½µ" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC ³Ñ€µÑˆş°" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "³Ñ€µÑˆş° ² ¸·²¸ş²°½µ şÑŠĵ GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "½µ²°ğ¸´µ½ MAC °´Ñ€µÑ" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "½µ²°ğ¸´µ½ MAC °´Ñ€µÑ: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "µ µ тşÑ€¸Ñ‚° ĵрµĥ°Ñ‚°: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ²" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ² %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ²" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "½µ²°ğ¸´µ½ ĵрµĥ² уş°·°Ñ‚µğ ·° ²Ñ€ÑŠ·ş° ² %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ² %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "µ µ тşÑ€¸Ñ‚ ´ĵµı½°: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "·°´µğя½µ ½° ´ĵµı½" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" "Ÿ°Ñ€°ĵµÑ‚ÑŠÑ€° ·° тµĥµÑÑ‚ ½° şÑ€µ´¸Ñ‚° ½° р°·żÑ€µ´µğ¸Ñ‚µğя (%d) µ ¸·²ÑŠ½ ¸½Ñ‚µÑ€²°ğ° (1-" "65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" "Ÿ°Ñ€°ĵµÑ‚ÑŠÑ€° ·° ³Ñ€°½¸Ñ‡°²°½µ ½° şÑ€µ´¸Ñ‚° ½° р°·żÑ€µ´µğ¸Ñ‚µğя (%d) µ ¸·²ÑŠ½ " "¸½Ñ‚µÑ€²°ğ° (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "·°´µğя½µ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ´ĵµı½ %d" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "½µÑƒÑżµÑˆ½ с²ÑŠÑ€·²°½µ şÑŠĵ xen хр°½¸ğ¸Ñ‰µ" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "½µÑƒÑżµÑˆ½ чµÑ‚µ½µ т xen ´µĵ½°" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "µÑƒÑżµÑˆ½ съħуĥ´°½µ ½° ´ĵµı½ %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "·°´µğя½µ ½° ½² ħуфµÑ€" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "½µÑƒÑżµÑ… żÑ€¸ urlencode ½° S-Expr ·° съ·´°²°½µ" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µ²ÑÑ€½°, domid ½µ µ ч¸Ñğ" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° ¸ĵµ" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° ¸ĵµ" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° я´Ñ€ ¸ żÑ€³Ñ€°ĵ° ·° ½°Ñ‡°ğ½ " "·°Ñ€µĥ´°½µ" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "½µż·½°Ñ‚ т¸ż žĦ" +msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "½µż·½°Ñ‚ т¸ż žĦ" +msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, vbd ½Ñĵ° dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, vbd ½Ñĵ° src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "³Ñ€µÑˆş° żÑ€¸ р°·ħр ¸ĵµÑ‚ ½° ф°ığ° ½° vbd, ğ¸żÑ²° ¸ĵµ ½° ´Ñ€°ı²µÑ€" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "³Ñ€µÑˆş° żÑ€¸ р°·ħр ¸ĵµÑ‚ ½° ф°ığ° ½° vbd, ğ¸żÑ²° т¸ż ½° ´Ñ€°ı²µÑ€" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "½µ²°ğ¸´µ½ MAC °´Ñ€µÑ: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "½µż·½°Ñ‚ т¸ż žĦ %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "½µÑƒÑżµÑˆµ½ р°·ħр ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° Xend ´ĵµı½" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "с¸½Ñ‚°şÑ‚¸Ñ‡½° ³Ñ€µÑˆş° ² ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "½µÑƒÑżµÑˆµ½ р°·ħр ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° Xend ´ĵµı½" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "µÑƒÑżµÑˆ½ żÑ€¸Ñż¸²°½µ ½° ´ĵµı½ %s" +msgstr "½µÑƒÑżµÑˆ½ сµÑ€¸°ğ¸·¸Ñ€°½µ ½° S-Expr" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ стı½ÑÑ‚" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "ż°ĵµÑ‚ ½° ²ÑŠ·µğ°" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸ÑÑ‚°" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ´ĵµı½ %s" +msgstr "µÑƒÑżµÑˆ½ żÑ€µĵ°Ñ…²°½µ ´µÑ„¸½¸Ñ†¸ÑÑ‚° ½° ĵрµĥ° %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸ĵµÑ‚ ½° ĵ°Ñˆ¸½°Ñ‚°" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "½µÑƒÑżµÑˆµ½ р°·ħр ½° ¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° Xend ´ĵµı½" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "“Ñ€µÑˆş° żÑ€¸ съ·´°²°½µ ½° ½µ°şÑ‚¸²µ½ ´ĵµı½ %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° ¸ĵµ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "µż·½°Ñ‚°" +msgstr " °·żÑ€µ´µğ¸Ñ‚µğ" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸ĵµÑ‚ ½° ĵ°Ñˆ¸½°Ñ‚°" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸ÑÑ‚° ·° ´ĵµı½° µ ½µżÑŠğ½°, ğ¸żÑ²° uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "³Ñ€µÑˆş° żÑ€¸ т²°Ñ€Ñ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½µ½ ф°ığ %s ·° чµÑ‚µ½µ" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgstr "³Ñ€µÑˆş° żÑ€¸ чµÑ‚µ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "½µÑ‡°ş²°½ mime т¸ż" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "½µÑ‡°ş²°½ mime т¸ż" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "½µÑ‡°ş²°½ mime т¸ż" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ стı½ÑÑ‚" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "сż¸ÑÑŠş ´ĵµı½¸ ½° ²ÑŠ·µğ°" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "½µÑƒÑżµÑˆ½ ¸·²¸ş²°½µ ½° ħ¸ħğ¸Ñ‚µÑ‡½° фу½şÑ†¸Ñ, ĵĥµ ħ¸ ½µ сµ ż´´ÑŠÑ€ĥ°" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "с¸½Ñ‚°şÑ‚¸Ñ‡½° ³Ñ€µÑˆş° ² ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ стı½ÑÑ‚" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ стı½ÑÑ‚" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ стı½ÑÑ‚" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "²Ñ€ÑŠ·ş° с°ĵ ·° чµÑ‚µ½µ" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "żş°·²°½µ ½° ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "½µÑ‡°ş²°½ ²ÑŠ·µğ рµÑ‡½¸ş" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "µÑƒÑżµÑ… żÑ€¸ ²ÑŠ·ÑÑ‚°½²Ñ²°½µ ½° ´ĵµı½ т %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "µ ĵĥµ ´° сµ żÑ€²µÑ€¸ ½°ÑÑ‚ящ¸Ñ MemorySize" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "³Ñ€µÑˆş° żÑ€¸ чµÑ‚µ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "½µż·½°Ñ‚ т¸ż žĦ" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ħğş²µÑ‚µ %s %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ´ĵµı½ т %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "·°´µğя½µ ½° ½¸·² ĵ°Ñ¸²" #: src/xmlrpc.c:53 @@ -7202,6 +7746,10 @@ msgstr "·°´µğя½µ ½° т³²Ñ€" msgid "read response" msgstr "чµÑ‚µ½µ ½° т³²Ñ€" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "·°´µğя½µ ½° ½¸·² ĵ°Ñ¸²" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "½µÑƒÑżµÑˆµ½ р°·ħр ½° т³²Ñ€° ½° сър²ÑŠÑ€°" @@ -7210,309 +7758,45 @@ msgstr "½µÑƒÑżµÑˆµ½ р°·ħр ½° т³²Ñ€° ½° сър²ÑŠÑ€ msgid "allocate new context" msgstr "·°´µğя½µ ½° ½² ş½Ñ‚µşÑÑ‚" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "½µÑƒÑżµÑˆ½ с²ÑŠÑ€·²°½µ şÑŠĵ xen хр°½¸ğ¸Ñ‰µ" -#~ msgid "blocked" -#~ msgstr "ħğş¸Ñ€°½" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "т¸ż ½° цµğµ²Ñ‚ устрıст²" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "¸ĵµ ½° цµğµ²°Ñ‚° ĵрµĥ°" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "µ ĵĥµ ´° сµ żÑ€²µÑ€¸ ½°ÑÑ‚ящ¸Ñ MemorySize" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° цµğт° ½° устрıст²" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "¸ĵµ ½° ĵрµĥ°Ñ‚° ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "µ²°ğ¸´½° стı½ÑÑ‚ %d ·° р°·ĵµÑ€° ½° ż°ĵµÑ‚Ñ‚°" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" +msgid "failed to allocate activeDomainList" +msgstr "“Ñ€µÑˆş° żÑ€¸ ¸·²µĥ´°½µ ½° сż¸ÑÑŠş с °şÑ‚¸²½¸Ñ‚µ ´ĵµı½¸" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸ĵµ ½° ´ĵµı½" +msgid "failed to allocate xsWatchList" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "µÑƒÑżµÑ… żÑ€¸ съ·´°²°½µ ½° ĵрµĥ° т %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "½µÑƒÑżµÑˆ½ ¸·żÑŠğ½µ½¸µ ½° %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "µ ĵĥµ ´° сµ żÑ€²µÑ€¸ ½°ÑÑ‚ящ¸Ñ MemorySize" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ т²°Ñ€Ñ½µ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½µ½ ф°ığ %s ·° чµÑ‚µ½µ" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "µÑƒÑżµÑˆ½ ст°Ñ€Ñ‚¸Ñ€°½µ ½° ´ĵµı½ %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ żµÑ€°Ñ†¸Ñ: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° цµğт° ½° устрıст²" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸ĵµ ½° ´ĵµı½" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸ĵµ ½° ´ĵµı½" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "·°´µğя½µ ĵ°Ñ¸² ·° стı½ÑÑ‚¸" - -#~ msgid "failed to exec %s\n" -#~ msgstr "½µÑƒÑżµÑˆ½ ¸·żÑŠğ½µ½¸µ ½° %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "½µÑƒÑżµÑˆ½ żğуч°²°½µ ½° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "·°´µğя½µ ½° ´ĵµı½" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "½µÑ‡°ş²°½ mime т¸ż" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "id ¸ğ¸ ¸ĵµ ½° ´ĵµı½" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ² %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "¸ĵµ ½° ĵрµĥ°Ñ‚° ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "¸ĵµ ½° ĵрµĥ°Ñ‚° ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "т²ÑŠÑ€´µ ĵ½³ ´ĵµı½¸" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ¸·Ñ‚ч½¸ş° ½° устрıст²" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ² %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "¸ĵµ ½° ´ĵµı½ ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ²ÑŠ·µğ°" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ’ĤŸ ½° ´ĵµı½°" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ’ĤŸ ½° ´ĵµı½°" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ż°ĵµÑ‚" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "¸ĵµ ½° ĵрµĥ°Ñ‚° ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ ´ħ°²Ñ½µ ½° ĵрµĥ°Ñ‚° şÑŠĵ хµÑˆ-т°ħğ¸Ñ†°Ñ‚°" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "·°´µğя½µ ½° ´ĵµı½" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "µÑƒÑżµÑ… żÑ€¸ ż¸Ñ‚ ·° съ·´°²°½µ ½° XML ф°ığ" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': %s" +msgid "reallocating list" +msgstr "·°´µğя½µ ½° ´ĵµı½" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "µÑƒÑżµÑˆ½ ¸·²ğ¸Ñ‡°½µ състя½¸µÑ‚ ½° ħğş²µÑ‚µ %s %s" +msgid "failed to allocate domids" +msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" #~ msgid "domain" #~ msgstr "´ĵµı½" -#~ msgid "domain name" -#~ msgstr "¸ĵµ ½° ´ĵµı½°" - -#~ msgid "domain uuid" -#~ msgstr "uuid ½° ´ĵµı½°" - #~ msgid "domain memory" #~ msgstr "ż°ĵµÑ‚ ½° ´ĵµı½°" @@ -7549,67 +7833,8 @@ msgstr "½µÑƒÑżµÑˆ½ с²ÑŠÑ€·²°½µ şÑŠĵ xen хр°½¸ğ¸Ñ‰µ" #~ msgid "load network definition file" #~ msgstr "·°Ñ€µĥ´°½µ ½° ф°ığ с ´µÑ„¸½¸Ñ†¸¸ ½° ĵрµĥ¸" -#~ msgid "too many domains" -#~ msgstr "т²ÑŠÑ€´µ ĵ½³ ´ĵµı½¸" - -#~ msgid "too many networks" -#~ msgstr "т²ÑŠÑ€´µ ĵ½³ ĵрµĥ¸" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "·°Ñ€µĥ´°½µ ½° ф°ığ с ´µÑ„¸½¸Ñ†¸¸ ½° ´ĵµı½¸" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "ğ¸żÑ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ·° ³ğ°²½Ñ‚ устрıст²" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "´ĵµı½° %s ²µÑ‡µ същµÑÑ‚²Ñƒ²°" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "съ·´°²°½µ ½° xpath ş½Ñ‚µşÑÑ‚" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "³Ñ€µÑˆş° żÑ€¸ ·°ż¸Ñ ½° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½½¸Ñ ф°ığ" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "½µÑƒÑżµÑˆ½ ·°´µğя½µ ½° ²ÑŠ·µğ" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "т²ÑŠÑ€´µ ĵ½³ ´ĵµı½¸" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "½µ²°ğ¸´µ½ уş°·°Ñ‚µğ ·° ´ĵµı½ ²" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "µ ĵĥµ ´° ħъ´µ ½°ĵµÑ€µ½° ĵрµĥ°Ñ‚°: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "żÑ€ĵя½° ·°´µğя½µÑ‚ ½° ż°ĵµÑ‚" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "·°´µğя½µ ½° т³²Ñ€" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "²ÑŠÑ‚Ñ€µÑˆ½° ³Ñ€µÑˆş° %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "·°´µğя½µ ½° ½² ħуфµÑ€" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "µÑƒÑżµÑˆ½ т²°Ñ€Ñ½µ ½° '%s': чµÑ‚µ½µ: %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "½µÑƒÑżµÑˆ½ ¸·żÑŠğ½µ½¸µ ½° %s\n" diff --git a/po/bn.po b/po/bn.po index b0f327a746..0a900de28d 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/bn_IN.po b/po/bn_IN.po index 3b69bfe8c4..b634d36e96 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -1,16 +1,16 @@ -# translation of bn_IN.po to Bengali INDIA -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of libvirt.HEAD.po to Bengali INDIA +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # -# Runa Bhattacharjee , 2006, 2007. +# Runa Bhattacharjee , 2006, 2007, 2008. msgid "" msgstr "" -"Project-Id-Version: bn_IN\n" +"Project-Id-Version: libvirt.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-08-28 15:08+0530\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-03 21:52+0530\n" "Last-Translator: Runa Bhattacharjee \n" -"Language-Team: Bengali INDIA\n" +"Language-Team: Bengali INDIA \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,310 +19,303 @@ msgstr "" "\n" "\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" -msgstr "" +msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤেàĤ° àĤ àĤżàĤ•àĤàĤ¨àĤàĤ° àĤĥ্àĤ°à§‡àĤ£à§€ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "àĤ¨àĤàĤ àĤীàĤàĤàĤ‚àĤ¸àĤ àĤ•àĤ°àĤ¤à§‡ àĤ¸àĤàĤয়àĤżàĤ• àĤĴàĤżàĤĞàĤ²àĤ¤àĤ" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flags-àĤ° àĤàĤàĤ¨ àĤ­à§àĤ²" + +#: gnulib/lib/gai_strerror.c:44 +msgid "Non-recoverable failure in name resolution" +msgstr "àĤ¨àĤàĤ àĤীàĤàĤàĤ‚àĤ¸àĤ àĤ•àĤàĤ²à§‡ àĤ—ুàĤ°à§àĤ¤àĤ° àĤĴàĤżàĤŞàĤ°à§àĤŻà§Ÿ àĤ˜àĤŸà§‡àĤ›à§‡" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤেàĤ° àĤ¸àĤàĤে àĤ•à§‹àĤ¨à§‹ àĤ àĤżàĤ•àĤàĤ¨àĤ àĤŻà§àĤ•à§àĤ¤ àĤ¨à§Ÿ" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤż àĤ•àĤ² àĤĴàĤżàĤĞàĤ², àĤ¸àĤ্àĤ­àĤĴàĤ¤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" +msgid "Name or service not known" +msgstr "àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ àĤŞàĤ°àĤżàĤ¸à§‡àĤĴàĤ àĤ…àĤœàĤàĤ¨àĤ" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "àĤĴàĤ°àĤàĤĤ্àĤĤ àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤ¨ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨" +msgid "Servname not supported for ai_socktype" +msgstr "ai_socktype-àĤ° àĤœàĤ¨à§àĤŻ Servname àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤à§àĤ°à§àĤŸàĤż" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸà§‡àĤ° àĤĴàĤàĤĞàĤàĤ° àĤ…àĤ¤à§àĤŻàĤ¨à§àĤ¤ àĤ•à§àĤ·à§àĤĤ্àĤ°" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤ àĤ•àĤ² àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤à§àĤ°à§àĤŸàĤż" +msgid "Processing request in progress" +msgstr "àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤàĤ•àĤ°àĤ£à§‡àĤ° àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤšàĤ²àĤ›à§‡" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤĴàĤàĤ¤àĤżàĤ² àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤĴàĤàĤ¤àĤżàĤ² àĤ•àĤ°àĤ àĤıয়àĤ¨àĤż" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "àĤ¸àĤ•àĤ² àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£ àĤıয়েàĤ›à§‡" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "àĤ¸àĤ‚àĤ•à§‡àĤ¤ àĤĤ্àĤĴàĤàĤ°àĤ àĤĴàĤżàĤ˜à§àĤ¨àĤżàĤ¤" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "àĤŞàĤ°àĤàĤàĤżàĤ¤àĤżàĤ° àĤŞàĤ‚àĤ•à§àĤ¤àĤż àĤ¸àĤ àĤżàĤ•àĤ°à§‚àĤŞà§‡ àĤàĤ¨àĤ•à§‹àĤĦ àĤ•àĤ°àĤ àĤıয়àĤ¨àĤż" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "àĤ…àĤœàĤàĤ¨àĤ" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤ¤à§àĤ°à§àĤŸàĤż" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s' àĤĴ্àĤŻàĤĴàĤıàĤàĤ° àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen Daemon àĤেàĤ•à§‡ àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¸àĤżàĤ—àĤ¨à§àĤŻàĤàĤ² àĤŞàĤàĤ‡àĤŞ àĤেàĤ•à§‡ àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" +msgstr "SIGHUP-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤŞà§àĤ¨àĤ°àĤয় àĤ²à§‹àĤĦ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ: %s" +msgstr "àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤŞà§àĤ¨àĤ°àĤয় àĤ²à§‹àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "àĤ¸àĤ‚àĤ•à§‡àĤ¤ %d-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value àĤ¨à§‹àĤĦ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec àĤĞàĤàĤ‡àĤ² àĤĦেàĤ¸à§àĤ•à§àĤ°àĤżàĤŞàĤŸàĤ° àĤĞ্àĤ²à§àĤŻàĤàĤ—েàĤ° àĤàĤàĤ¨ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "non-blocking àĤĞàĤàĤ‡àĤ² àĤĦেàĤ¸à§àĤ•à§àĤ°àĤżàĤŞàĤŸàĤ° àĤĞ্àĤ²à§àĤŻàĤàĤ—েàĤ° àĤàĤàĤ¨ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "pid àĤĞàĤàĤ‡àĤ² '%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "pid àĤĞàĤàĤ‡àĤ² '%s' fdopen àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "pid àĤĞàĤàĤ‡àĤ² '%s'-àĤ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "pid àĤĞàĤàĤ‡àĤ² '%s' àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "struct qemud_socket-àĤ° àĤœàĤ¨à§àĤŻ àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s'-àĤ° àĤ¸àĤàĤে àĤ¸àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s'-àĤ àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤ­àĤàĤ° àĤ‡àĤ­à§‡àĤ¨à§àĤŸà§‡àĤ° àĤ•àĤ²-àĤĴ্àĤŻàĤàĤ• àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "àĤ¸àĤ•à§‡àĤŸ: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "àĤĴàĤàĤ‡àĤ¨à§àĤĦ: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "uid '%d'-àĤ° àĤĴ্àĤŻàĤĴàĤıàĤàĤ°àĤ•àĤàĤ°à§€àĤ° àĤ°à§‡àĤ•àĤ°à§àĤĦ àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "àĤ‰à§ŽàĤŞàĤ¨à§àĤ¨ àĤŞàĤàĤàĤŸàĤż qemudInitPaths()-àĤ° àĤĴàĤàĤĞàĤàĤ°à§‡ àĤ§àĤàĤ°àĤ£à§‡àĤ° àĤ‰àĤĤ্àĤĤেàĤĥ্àĤŻà§‡ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤĴড়" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "struct qemud_server àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "SASL àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤĴ্àĤŻàĤĴàĤ¸à§àĤàĤ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit auth-àĤ° àĤœàĤ¨à§àĤŻ àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤ àĤĴàĤàĤ¸à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" #: qemud/qemud.c:955 -msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:960 +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: failed: client DN is %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: àĤŻàĤàĤšàĤàĤ‡ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸà§‡àĤ° àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤĴàĤżàĤĥ্àĤĴàĤ¸à§àĤ¤ àĤ¨à§Ÿà¤" + +#: qemud/qemud.c:1020 +msgid "remoteCheckCertificate: the client certificate has unknown issuer." +msgstr "remoteCheckCertificate: àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤĴàĤżàĤ¤àĤ°àĤ£àĤ•àĤàĤ°à§€ àĤ…àĤŞàĤ°àĤżàĤšàĤżàĤ¤à¤" + +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ àĤ…্àĤŻàĤàĤ²àĤ—োàĤ°àĤżàĤĤàĤ àĤ¨àĤżàĤ°àĤàĤŞàĤĤ àĤ¨à§Ÿà¤" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ X.509 àĤ¨à§Ÿ" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: àĤ¸àĤàĤ¤à§‚àĤ²à§àĤŻ àĤàĤàĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init àĤĴàĤżàĤĞàĤ²" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸà§‡àĤ° àĤেয়àĤàĤĤ àĤŞà§‚àĤ°à§àĤ£ àĤıয়েàĤ›à§‡" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤàĤ–àĤ¨à§‹ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ•àĤ°àĤ àĤıয়àĤ¨àĤż" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -330,449 +323,473 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸà§‡àĤ° àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤŻàĤàĤšàĤàĤ‡ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤàĤ° àĤĞàĤ²à§‡ àĤ¤à§àĤ°à§àĤŸàĤżàĤŞà§‚àĤ°à§àĤ£ " +"àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤ…àĤ—্àĤ°àĤàĤı্àĤŻ àĤ•àĤ°àĤ àĤıàĤĴে" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸà§‡àĤ° àĤŞàĤ°àĤżàĤšà§Ÿ àĤŻàĤàĤšàĤàĤ‡ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ—্àĤ°àĤıàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "àĤĴàĤżàĤĥেàĤ· àĤ…àĤ¨à§àĤàĤ¤àĤżàĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ %d-àĤ° àĤœàĤ¨à§àĤŻ polkit auth àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ àĤıàĤĴে" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "TLS àĤı্àĤŻàĤàĤ¨à§àĤĦ-àĤĥেàĤ• àĤĴàĤżàĤĞàĤ²: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "àĤŞàĤàĤ : %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "àĤ²à§‡àĤ–àĤ: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "àĤ¸àĤżàĤ—àĤ¨à§àĤŻàĤàĤ² àĤı্àĤŻàĤàĤ¨à§àĤĦàĤ²àĤàĤ° àĤĤ্àĤĴàĤàĤ°àĤ %d-àĤŸàĤż àĤ¤à§àĤ°à§àĤŸàĤżàĤ° àĤ¸à§‚àĤšàĤ¨àĤ àĤĤেàĤ“য়àĤ àĤıয়েàĤ›à§‡: àĤ¸àĤ°à§àĤĴàĤĥেàĤ· àĤ¤à§àĤ°à§àĤŸàĤż: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%s àĤ•àĤ¨àĤĞàĤżàĤ— àĤ¤àĤàĤ²àĤżàĤ•àĤàĤ° àĤœàĤ¨à§àĤŻ àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%s àĤ•àĤ¨àĤĞàĤżàĤ— àĤ¤àĤàĤ²àĤżàĤ•àĤàĤ° àĤàĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: àĤ¸à§àĤŸà§àĤ°àĤżàĤ‚ àĤ…àĤàĤĴàĤ àĤ¸à§àĤŸà§àĤ°àĤżàĤ‚য়েàĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤıàĤ“য়àĤ àĤ†àĤĴàĤĥ্àĤŻàĤ•\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: àĤ…àĤĴৈàĤ§ àĤ§àĤ°àĤ¨: %s àĤŞà§àĤ°àĤàĤŞà§àĤ¤; %s àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: àĤ…àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ auth %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "root àĤŞàĤ°àĤżàĤšà§Ÿ àĤĴàĤżàĤ¨àĤ àĤĤàĤ² àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "'%s' àĤĤàĤ² àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "àĤোàĤĦ '%s' àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "àĤĦেàĤàĤ¨ àĤ°à§‚àĤŞà§‡ fork àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "àĤŞàĤàĤ‡àĤŞ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s-àĤ° àĤĤàĤ²à§‡àĤ° àĤàĤàĤ²àĤżàĤ•àĤàĤ¨àĤ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "àĤ¸àĤżàĤ—àĤ¨à§àĤŻàĤàĤ² àĤŞàĤàĤ‡àĤŞà§‡àĤ° àĤ•àĤ²-àĤĴ্àĤŻàĤàĤ• àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "àĤŞà§àĤ°à§‹àĤ—্àĤ°àĤàĤে àĤ—àĤ°àĤàĤżàĤ² (àĤŞà§àĤ°àĤ•à§ƒàĤ¤ %x, àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£à§‡ àĤ—àĤ°àĤàĤżàĤ² (àĤŞà§àĤ°àĤ•à§ƒàĤ¤ %x, àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "àĤ¨àĤżàĤ°à§àĤĤেàĤĥ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "àĤ…àĤĴàĤ¸à§àĤàĤ (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤ†àĤĴàĤĥ্àĤŻàĤ•" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "àĤ…àĤœàĤàĤ¨àĤ HTTP àĤ¤à§àĤ°à§àĤŸàĤżàĤ° àĤ•à§‹àĤĦ %d àĤŞà§àĤ°àĤàĤŞà§àĤ¤" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤ: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "àĤ¸àĤàĤ°à§àĤ­àĤàĤ° àĤেàĤ•à§‡ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤŞà§àĤ°àĤ¤à§àĤŻà§àĤ¤à§àĤ¤àĤ° àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" +msgstr "àĤ…àĤ­à§àĤŻàĤ¨à§àĤ¤àĤ°à§€àĤ£ àĤ¤à§àĤ°à§àĤŸàĤż - dispatch àĤĞàĤàĤ‚àĤĥàĤàĤ¨ àĤĤ্àĤĴàĤàĤ°àĤ àĤ‰à§ŽàĤŞàĤ¨à§àĤ¨ àĤ•à§‹àĤĦ %d àĤĴৈàĤ§ àĤ¨à§Ÿ" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨ àĤ¸à§àĤàĤàĤŞàĤżàĤ¤" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "àĤàĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸à§àĤàĤàĤŞàĤżàĤ¤ àĤ¨à§Ÿ" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" +msgstr "strdup-àĤ° àĤàĤ§à§àĤŻà§‡ àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤĴড়" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "àĤàĤàĤŞ > àĤĴàĤàĤĞàĤàĤ°à§‡àĤ° àĤ¸àĤ°à§àĤĴàĤàĤ§àĤżàĤ• àĤàĤàĤŞ" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%d àĤ àĤżàĤ•àĤàĤ¨àĤ àĤীàĤàĤàĤ‚àĤ¸àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ SASL init àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "àĤĴ্àĤ²àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" +msgstr "sock àĤ àĤżàĤ•àĤàĤ¨àĤ %d àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" +msgstr "àĤ¸àĤàĤ¤à§‚àĤ²à§àĤŻ àĤ àĤżàĤ•àĤàĤ¨àĤ %d àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl àĤ•àĤ¨àĤŸà§‡àĤ•à§àĤ¸àĤŸ àĤŞà§àĤ°àĤ¸à§àĤ¤à§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL external SSF %d àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL àĤŞàĤĤ্àĤ§àĤ¤àĤż %d-àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "mechlist àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "%d àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° àĤàĤ§à§àĤŻà§‡ SASL ssf àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "àĤীàĤàĤàĤ‚àĤ¸àĤżàĤ¤ SSF %d àĤĤৃঢ় àĤ¨à§Ÿ" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "%d àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° àĤàĤ§à§àĤŻà§‡ SASL àĤĴ্àĤŻàĤĴàĤıàĤàĤ°àĤ•àĤàĤ°à§€àĤ° àĤ¨àĤàĤ àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸà§‡àĤ° àĤĴ্àĤŻàĤĴàĤıàĤàĤ°àĤ•àĤàĤ°à§€àĤ° àĤ¨àĤàĤ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" +msgstr "àĤĴ্àĤŻàĤĴàĤıàĤàĤ°àĤ•àĤàĤ°à§€àĤ° àĤ¨àĤàĤ àĤ•àĤŞàĤż àĤ•àĤ°àĤàĤ° àĤ¸àĤয় àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ %s, whitelist-àĤ àĤ…àĤ¨à§àĤোàĤĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ SASL àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤżàĤ• àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl àĤ†àĤ°àĤ্àĤ­ àĤĴ্àĤŻàĤ°à§àĤ %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl-àĤ° àĤ§àĤàĤŞ àĤĴàĤżàĤĞàĤ² %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ SASL init àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ SASL àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ SASL àĤ§àĤàĤŞ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ PolicyKit init àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "àĤ¸àĤàĤ¤à§‚àĤ²à§àĤŻ àĤ¸àĤ•à§‡àĤŸà§‡àĤ° àĤŞàĤ°àĤżàĤšà§Ÿ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "PID %d, %d àĤ°à§‚àĤŞà§‡ àĤšàĤ²àĤàĤàĤ¨, àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "polkit àĤ•àĤ°à§àĤ %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "polkit àĤ•àĤ¨àĤŸà§‡àĤ•à§àĤ¸àĤŸ %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" -msgstr "" +msgstr "Policy kit àĤĤ্àĤĴàĤàĤ°àĤ %d %s àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" +msgstr "Policy kit àĤĤ্àĤĴàĤàĤ°àĤ %s àĤ•àĤ°à§àĤ pid %d, uid %d àĤŞà§àĤ°àĤ¤àĤżàĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡, àĤĞàĤ²àĤàĤĞàĤ²: %s\n" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, 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:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ PolicyKit init àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" +msgstr "storage_pool àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" +msgstr "storage_vol àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "uuid àĤ¸àĤàĤàĤ—্àĤ°à§€ àĤĴৈàĤ§ àĤ¨à§Ÿ" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (length word)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (length word)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -796,9 +813,8 @@ msgid "expecting a separator in list" msgstr "àĤ¤àĤàĤ²àĤżàĤ•àĤàĤ° àĤàĤ§à§àĤŻà§‡ àĤàĤ•àĤŸàĤż àĤĴàĤżàĤ­àĤàĤœàĤ¨ àĤ°à§‡àĤ–àĤ àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" -msgstr "] àĤĤ্àĤĴàĤàĤ°àĤ àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¸àĤàĤàĤŞà§àĤ¤ àĤıয়àĤ¨àĤż " +msgstr "] àĤĤ্àĤĴàĤàĤ°àĤ àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¸àĤàĤàĤŞà§àĤ¤ àĤıয়àĤ¨àĤż" #: src/conf.c:521 msgid "expecting a name" @@ -812,11 +828,10 @@ msgstr "àĤĴàĤżàĤ­àĤàĤœàĤ¨àĤ°à§‡àĤ–àĤ àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤" msgid "expecting an assignment" msgstr "àĤ†àĤ°àĤ•à§àĤ·àĤżàĤ¤ àĤàĤàĤ¨ àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "àĤ¨àĤ¤à§àĤ¨ àĤĴàĤàĤĞàĤàĤ° àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" +msgstr "àĤĴàĤàĤĞàĤàĤ° àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" #: src/conf.c:899 msgid "failed to open file" @@ -827,2611 +842,2786 @@ msgid "failed to save content" msgstr "àĤĴàĤżàĤ·à§ŸàĤĴàĤ¸à§àĤ¤à§ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "tty %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty-àĤ° àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty-àĤ° àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "àĤ‡àĤ¨àĤŞà§àĤŸ/àĤ†àĤ‰àĤŸàĤŞà§àĤŸà§‡àĤ° àĤ…àĤŞà§‡àĤ•à§àĤ·àĤয় àĤĴàĤżàĤĞàĤ²àĤ¤àĤ: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "àĤ‡àĤ¨àĤŞà§àĤŸ àĤŞà§œàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²àĤ¤àĤ: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "àĤ†àĤ‰àĤŸàĤŞà§àĤŸ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴàĤżàĤĞàĤ²àĤ¤àĤ: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "àĤ¸à§àĤŸà§‹àĤ°à§‡àĤœ àĤŞà§àĤ² àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸à§àĤŸà§‹àĤ°à§‡àĤœ àĤŞà§àĤ² àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤŞà§àĤ² àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "àĤ¸à§àĤŸà§‹àĤ°à§‡àĤœ vol àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸à§àĤŸà§‹àĤ°à§‡àĤœ vol àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ vol àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "àĤ¸à§àĤŸà§‹àĤ°à§‡àĤœ vol àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "àĤ¨à§‹àĤĦেàĤ° àĤ¤àĤ্àĤŻ àĤ•àĤŞàĤż àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸à§àĤŸà§‹àĤ°à§‡àĤœ vol àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ vol àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤ§àĤ°àĤ¨ '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤĴুàĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸: '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "àĤĞ্àĤ²àĤŞàĤż àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ¨àĤàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "àĤıàĤàĤ°à§àĤĦ-àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ¨àĤàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "àĤĞ্àĤ²àĤŞàĤż àĤĦàĤżàĤ¸à§àĤ•à§‡àĤ° àĤœàĤ¨à§àĤŻ '%s' àĤĴàĤàĤ¸à§‡àĤ° àĤ§àĤ°àĤ¨ àĤĴৈàĤ§ àĤ¨à§Ÿ" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤĞ্àĤ²àĤŞàĤż àĤĦàĤżàĤ¸à§àĤ•à§‡àĤ° àĤœàĤ¨à§àĤŻ '%s' àĤĴàĤàĤ¸à§‡àĤ° àĤ§àĤ°àĤ¨ àĤĴৈàĤ§ àĤ¨à§Ÿ" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +"-àĤ° àĤ¸àĤàĤে 'network' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ‰àĤ²à§àĤ²àĤżàĤ–àĤżàĤ¤ àĤıয়àĤ¨àĤżà¤" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr "-àĤ° àĤ¸àĤàĤে 'dev' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ‰àĤ²à§àĤ²àĤżàĤ–àĤżàĤ¤ àĤıয়àĤ¨àĤżà¤" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ‡àĤ¨à§àĤŸàĤàĤ°-àĤĞেàĤ¸à§‡àĤ° àĤ¸àĤàĤে 'port' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ‰àĤ²à§àĤ²àĤżàĤ–àĤżàĤ¤ àĤıয়àĤ¨àĤżà¤" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ‡àĤ¨à§àĤŸàĤàĤ°-àĤĞেàĤ¸à§‡àĤ° àĤ¸àĤàĤে àĤ‰àĤ²à§àĤ²àĤżàĤ–àĤżàĤ¤ 'port' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ‡àĤ¨à§àĤŸàĤàĤ°-àĤĞেàĤ¸à§‡àĤ° àĤ¸àĤàĤে 'address' àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ‰àĤ²à§àĤ²àĤżàĤ–àĤżàĤ¤ àĤıয়àĤ¨àĤżà¤" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "àĤàĤĦেàĤ²à§‡àĤ° àĤ¨àĤàĤেàĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤ…àĤ•à§àĤ·àĤ° àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ°à§Ÿà§‡àĤ›à§‡" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ•à§àĤŻàĤàĤ°à§‡àĤ•à§àĤŸàĤàĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ àĤ¸à§‹àĤ°à§àĤ¸ àĤŞàĤàĤ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ•à§àĤŻàĤàĤ°à§‡àĤ•à§àĤŸàĤàĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ àĤ¸à§‹àĤ°à§àĤ¸ àĤıোàĤ¸à§àĤŸ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ•à§àĤŻàĤàĤ°à§‡àĤ•à§àĤŸàĤàĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ àĤ¸à§‹àĤ°à§àĤ¸ àĤŞàĤ°àĤżàĤ¸à§‡àĤĴàĤ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ‡àĤ¨àĤŞà§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤĴুàĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸: '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 bus àĤĤ্àĤĴàĤàĤ°àĤ %s àĤ‡àĤ¨àĤŞà§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤıàĤĴে àĤ¨àĤ" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "àĤ…àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ‡àĤ¨àĤŞà§àĤŸ àĤĴàĤàĤ¸ %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "xen bus àĤĤ্àĤĴàĤàĤ°àĤ %s àĤ‡àĤ¨àĤŞà§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤıàĤĴে àĤ¨àĤ" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ‡àĤ¨àĤŞà§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%s-àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "dir %s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤ \"" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤĴুàĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸: '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤĴুàĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸: '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤıোàĤ¸à§àĤŸ %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤŞà§àĤ°àĤ£àĤàĤ²à§€ %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "root àĤ¸àĤàĤàĤ—্àĤ°à§€ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "xmlXPathContext-àĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ§àĤ°àĤ¨" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "UUID àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" +msgstr "uuid àĤ¸àĤàĤàĤ—্àĤ°à§€ àĤ¤à§àĤ°à§àĤŸàĤżàĤŞà§‚àĤ°à§àĤ£" + +#: src/domain_conf.c:1750 +msgid "missing memory element" msgstr "" -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤ¤àĤ্àĤŻ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ†àĤ°à§àĤ•àĤżàĤŸà§‡àĤ•àĤšàĤàĤ°" -#: src/domain_conf.c:1891 +#: src/domain_conf.c:1899 #, fuzzy msgid "cannot extract boot device" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:1899 +#: src/domain_conf.c:1907 #, fuzzy msgid "missing boot device" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ‡àĤ¨àĤŞà§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤĴুàĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸: '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤĴàĤàĤ‡àĤ¨à§àĤĦ: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¤à§àĤ°à§àĤŸàĤżàĤŞà§‚àĤ°à§àĤ£ xml àĤĦàĤ•à§àĤেàĤ¨à§àĤŸ" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤıোàĤ¸à§àĤŸ %s" +msgstr "root àĤ¸àĤàĤàĤ—্àĤ°à§€ àĤ¸àĤ àĤżàĤ• àĤ¨à§Ÿ" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict àĤ¨à§‹àĤĦ" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value àĤ¨à§‹àĤĦ" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² %s àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² %s àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s' àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%s-àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "virt-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż àĤ…àĤœàĤàĤ¨àĤ" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¸àĤžà§àĤšàĤàĤ²àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ '" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤŞàĤàĤ  àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ " -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ¸à§àĤàĤàĤ¨à§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ " -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s àĤেàĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%s àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%s-àĤ iptables àĤ¨àĤżà§ŸàĤàĤàĤĴàĤ²à§€ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" +"iptables àĤ¨àĤżà§ŸàĤ '%s'-àĤ•à§‡ chain '%s' àĤেàĤ•à§‡ ('%s' àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤) àĤ¸àĤ°àĤżà§Ÿà§‡ àĤĞেàĤ²àĤ¤à§‡ " +"àĤ¸àĤàĤ¸à§àĤŻàĤ: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, 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:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° URI àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ—্àĤ°àĤıàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, domid àĤ¸àĤ‚àĤ–্àĤŻàĤàĤূàĤ²àĤ• àĤ¨à§Ÿ" +msgstr "domainMigratePrepare àĤĤ্àĤĴàĤàĤ°àĤ uri àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ àĤıয়àĤ¨àĤż" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare àĤĤ্àĤĴàĤàĤ°àĤ uri àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ àĤıয়àĤ¨àĤż" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "àĤŞàĤàĤেàĤ° àĤàĤàĤ¨ NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "àĤĞ্àĤ²à§àĤŻàĤàĤ—েàĤ° àĤàĤàĤ¨ àĤĥূàĤ£à§àĤŻ àĤıàĤ“য়àĤ àĤ†àĤĴàĤĥ্àĤŻàĤ•" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "àĤĴàĤàĤĞàĤàĤ°à§‡àĤ° àĤàĤàĤ¨ NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "àĤĞ্àĤ²à§àĤŻàĤàĤ—েàĤ° àĤŞàĤ°àĤàĤàĤżàĤ¤àĤż VIR_MEMORY_VIRTUAL àĤıàĤ“য়àĤ àĤ†àĤĴàĤĥ্àĤŻàĤ•" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "àĤĴàĤàĤĞàĤàĤ°à§‡àĤ° àĤàĤ§à§àĤŻà§‡ NULL àĤıàĤ²à§‡àĤ“ àĤàĤàĤŞ àĤĥূàĤ£à§àĤŻ àĤ¨à§Ÿ" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤŞà§àĤ¨àĤ°àĤয় àĤ²à§‹àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "setsid àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "value àĤ…্àĤŻàĤàĤ°à§‡ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°à§àĤ¨" +msgstr "ioctl(TIOCSTTY) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "dup2(stdin) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "dup2(stdout) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "dup2(stderr) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "tty-àĤ° àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s'-àĤ° àĤ¸àĤàĤে àĤ¸àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "'%s' àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s'-àĤ° àĤ¸àĤàĤে àĤ¸àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€àĤ° àĤœàĤ¨à§àĤŻ /proc-àĤ•à§‡ àĤàĤàĤ‰àĤ¨à§àĤŸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€àĤ° àĤœàĤ¨à§àĤŻ /proc-àĤ•à§‡ àĤàĤàĤ‰àĤ¨à§àĤŸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%s àĤ²àĤ—-àĤĞàĤàĤ‡àĤ² àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%s-àĤ•à§‡ %s-àĤ, àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€àĤ° àĤœàĤ¨à§àĤŻ àĤàĤàĤ‰àĤ¨à§àĤŸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s' àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€àĤ° àĤœàĤ¨à§àĤŻ /proc-àĤ•à§‡ àĤàĤàĤ‰àĤ¨à§àĤŸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() àĤĤ্àĤĴàĤàĤ°àĤ àĤ…àĤĴৈàĤ§ vm àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤŞà§àĤ°à§‡àĤ°àĤżàĤ¤ àĤıয়েàĤ›à§‡" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "open(%s) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "value àĤ…্àĤŻàĤàĤ°à§‡ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°à§àĤ¨" +msgstr "clone() àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ², %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s'-àĤ° àĤ¸àĤàĤে àĤ¸àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s'-àĤ° àĤ¸àĤàĤে àĤ¸àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "fd %d àĤŞàĤàĤ à§‡àĤ° àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "fd %d àĤ²à§‡àĤ–àĤàĤ° àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "epoll_create(2) àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "epoll_ctl(fd1) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "epoll_ctl(fd1) àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "àĤ¤à§àĤ°à§àĤŸàĤżàĤ° àĤ‡àĤ­à§‡àĤ¨à§àĤŸ %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "epoll_wait() àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +msgstr "unlockpt àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "pid àĤĞàĤàĤ‡àĤ² '%s'-àĤ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%d àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ argv àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%d àĤ²àĤ—-àĤĞàĤàĤ‡àĤ² àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ id àĤ…àĤàĤĴàĤ uuid" +msgstr "uuid-àĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€ %d-àĤ° àĤœàĤ¨à§àĤŻ waitpid àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĴ্àĤ°àĤżàĤœ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤĴàĤıৃàĤ àĤ¸à§àĤ•à§àĤ°àĤżàĤŞà§àĤŸ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s'-àĤ° àĤ¸àĤàĤে àĤ¸àĤ•à§‡àĤŸ àĤĴàĤàĤ‡àĤ¨à§àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ•à§àĤŻàĤàĤ°à§‡àĤ•à§àĤŸàĤàĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen Store-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "tty pid àĤĞàĤàĤ‡àĤ² %s àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤĞàĤàĤ‡àĤ² '%s' stat àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤ²àĤ— àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s' àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "pid àĤĞàĤàĤ‡àĤ² '%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ id àĤ…àĤàĤĴàĤ uuid" +msgid "no domain named %s" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %d àĤ¸àĤı àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "àĤ¨àĤàĤ" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "àĤ…àĤœàĤàĤ¨àĤ HTTP àĤ¤à§àĤ°à§àĤŸàĤżàĤ° àĤ•à§‹àĤĦ %d àĤŞà§àĤ°àĤàĤŞà§àĤ¤" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤ: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "àĤŞàĤàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%d àĤ àĤżàĤ•àĤàĤ¨àĤ àĤীàĤàĤàĤ‚àĤ¸àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%d àĤ àĤżàĤ•àĤàĤ¨àĤ àĤীàĤàĤàĤ‚àĤ¸àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%d àĤ àĤżàĤ•àĤàĤ¨àĤ àĤীàĤàĤàĤ‚àĤ¸àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤıেàĤĦàĤàĤ° '%s' àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ…àĤ¨à§àĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡, àĤ•àĤżàĤ¨à§àĤ¤à§ IPv4 àĤ àĤżàĤ•àĤàĤàĤ¨àĤ/àĤ¨à§‡àĤŸàĤàĤàĤ¸à§àĤ• àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•àĤ°àĤ àĤıয়àĤ¨àĤż" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "autostart àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" msgstr "" +"àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĞàĤàĤ‡àĤ² '%s'-àĤ° àĤ¨àĤàĤ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ '%s'-àĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨à§Ÿ" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format msgid "no config file for %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤżàĤ¨à§àĤŸà§‡àĤ•à§àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ: %s" +msgstr "%s-àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• '%s' àĤ…àĤŸà§‹-àĤ¸à§àĤŸàĤàĤ°à§àĤŸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d'-àĤ° àĤĴ্àĤŻàĤĴàĤıàĤàĤ°àĤ•àĤàĤ°à§€àĤ° àĤ°à§‡àĤ•àĤ°à§àĤĦ àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf-àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables-àĤ° àĤ¨àĤżà§ŸàĤàĤàĤĴàĤ²à§€ àĤŞà§àĤ¨àĤ°àĤয় àĤ²à§‹àĤĦ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv-àĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "àĤ¸àĤàĤ°à§àĤ­àĤàĤ°à§‡àĤ° IP àĤ àĤżàĤ•àĤàĤ¨àĤ àĤĴàĤżàĤ¨àĤ dhcp àĤĦেàĤàĤ¨ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"'%s' àĤেàĤ•à§‡ àĤ…àĤ¨à§àĤĴàĤ°à§àĤ¤àĤ¨ àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤàĤ° àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "'%s'-àĤ àĤ…àĤ¨à§àĤĴàĤ°à§àĤ¤àĤ¨ àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤàĤ° àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "masquerading àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ•àĤ°àĤàĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"'%s' àĤেàĤ•à§‡ àĤ°àĤàĤ‰àĤŸàĤżàĤ‚ àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤàĤ° àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "'%s'-àĤ àĤ°àĤàĤ‰àĤŸàĤżàĤ‚ àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤàĤ° àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP àĤŸà§‡àĤĴàĤżàĤ² àĤ¸àĤàĤ°à§àĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "'%s' àĤেàĤ•à§‡ DHCP-àĤ° àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "'%s' àĤেàĤ•à§‡ DNS-àĤ° àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"'%s' àĤেàĤ•à§‡ àĤĴàĤàĤıàĤżàĤ°àĤূàĤ–ী àĤ¸àĤ্àĤŞà§àĤ°àĤšàĤàĤ° àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"'%s'-àĤ° àĤŞà§àĤ°àĤ¤àĤż àĤ†àĤ—àĤàĤ¨àĤ•àĤàĤ°à§€ àĤ¸àĤ্àĤŞà§àĤ°àĤšàĤàĤ° àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"'%s'-àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ àĤ†àĤ¨à§àĤ¤àĤƒ àĤĴ্àĤ°àĤżàĤœ àĤ¸àĤ্àĤŞà§àĤ°àĤšàĤàĤ°à§‡àĤ° àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ iptables àĤ¨àĤżà§ŸàĤ àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ " +"àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "àĤĴ্àĤ°àĤżàĤœ àĤ¸àĤàĤ°à§àĤàĤ¨ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "àĤĴ্àĤ°àĤżàĤœ '%s' àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "'%s' àĤĴ্àĤ°àĤżàĤœà§‡àĤ° IP àĤ àĤżàĤ•àĤàĤ¨àĤ '%s'-àĤ àĤ§àĤàĤ°à§àĤŻ àĤ•àĤ°àĤ àĤŻàĤয়àĤ¨àĤż : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "'%s' àĤĴ্àĤ°àĤżàĤœà§‡àĤ° àĤ¨à§‡àĤŸàĤàĤàĤ¸à§àĤ• '%s'-àĤ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "'%s' àĤĴ্àĤ°àĤżàĤœ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP àĤĞàĤ°àĤ“য়àĤàĤ°à§àĤĦàĤżàĤ‚ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "àĤĴ্àĤ°àĤżàĤœ '%s' àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "àĤĴ্àĤ°àĤżàĤœ '%s' àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• '%s' àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq-àĤ° àĤœàĤ¨à§àĤŻ àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ pid àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤıয়েàĤ›à§‡" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "uuid-àĤ° àĤ¸àĤàĤে àĤ¸à§àĤ‚àĤ—àĤ¤ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "àĤ¨àĤàĤেàĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "id-àĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴ্àĤ°àĤżàĤœ àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "'%s' àĤ¸àĤżàĤàĤ²àĤżàĤ‚àĤ• '%s'-àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "àĤ¸àĤżàĤàĤ²àĤżàĤ‚àĤ• '%s' àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨àĤàĤ àĤ¸àĤı àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "àĤšàĤ²àĤàĤàĤ¨ %s àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤ¨àĤàĤ àĤীàĤàĤàĤ‚àĤ¸ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤàĤ¨àĤ" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC àĤ àĤżàĤ•àĤàĤ¨àĤ" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" +msgstr "popen àĤĴàĤżàĤĞàĤ²" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "vzlist-àĤ° àĤĞàĤ²àĤàĤĞàĤ² àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤżàĤ¨à§àĤŸà§‡àĤ•à§àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ: %s" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¤à§àĤ°à§àĤŸàĤżàĤŞà§‚àĤ°à§àĤ£ UUID" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%s-àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§Ÿ" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "àĤĞàĤàĤ‡àĤ²-àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤেàĤ° àĤ§àĤ°àĤ¨ àĤĴৈàĤ§ àĤ¨à§Ÿ" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¨à§Ÿ" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%s-àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "'%s' id àĤ¸àĤı àĤàĤ•àĤŸàĤż OPENVZ VM àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ°à§Ÿà§‡àĤ›à§‡" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° URI àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "'%d' id àĤ¸àĤı àĤàĤ•àĤŸàĤż OPENVZ VM àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤżàĤ¤ àĤ°à§Ÿà§‡àĤ›à§‡" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ id àĤ¸àĤı àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ shutoff (àĤĴàĤ¨à§àĤ§) àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¨à§Ÿ" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° URI àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤ§àĤ°àĤ¨ '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° URI àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "àĤŞà§àĤ°àĤ•à§àĤ¸àĤż àĤ¸àĤıàĤŻà§‹àĤ—ে àĤ¸àĤ‚àĤŻà§‹àĤ—ে àĤ¸àĤàĤ¸à§àĤŻàĤ: %d àĤĴàĤàĤ‡àĤŸ àĤŞà§àĤ°àĤàĤŞà§àĤ¤, àĤ¸àĤ°à§àĤĴàĤোàĤŸ %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "àĤŞà§àĤ°àĤ•à§àĤ¸àĤż àĤ¸àĤıàĤŻà§‹àĤ—ে àĤ¸àĤ‚àĤŻà§‹àĤ—ে àĤ¸àĤàĤ¸à§àĤŻàĤ: àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %d àĤĴàĤàĤ‡àĤŸ, àĤŞà§àĤ°àĤàĤŞà§àĤ¤ %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "àĤŞà§àĤ°àĤ•à§àĤ¸àĤż àĤ¸àĤıàĤŻà§‹àĤ—ে àĤ¸àĤ‚àĤŻà§‹àĤ—ে àĤ¸àĤàĤ¸à§àĤŻàĤ: àĤŞà§àĤ°àĤàĤŞà§àĤ¤ %d àĤĴàĤàĤ‡àĤŸ àĤŞà§àĤŻàĤàĤ•à§‡àĤŸ\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "àĤŞà§àĤ°àĤ•à§àĤ¸àĤż àĤ¸àĤıàĤŻà§‹àĤ—ে àĤ¸àĤ‚àĤŻà§‹àĤ—ে àĤ¸àĤàĤ¸à§àĤŻàĤ: àĤ­à§àĤ²àĤ­àĤàĤĴে àĤ—àĤ àĤżàĤ¤ àĤŞà§àĤŻàĤàĤ•à§‡àĤŸ\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "àĤ…্àĤŻàĤàĤ¸àĤżàĤ™à§àĤ•à§àĤ°à§‹àĤ¨àĤàĤ¸ àĤŞà§àĤŻàĤàĤ•à§‡àĤŸ àĤ¸àĤ‚àĤ–্àĤŻàĤ %d àĤŞà§àĤ°àĤàĤŞà§àĤ¤\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "àĤĴàĤàĤĞàĤàĤ° àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "vncTLSx509certdir àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "qemu %d pid %lu àĤেàĤ•à§‡ àĤŞà§àĤ°àĤ¸à§àĤàĤàĤ¨àĤ•àĤàĤ²à§‡ àĤ‰à§ŽàĤŞàĤ¨à§àĤ¨ àĤ…àĤĴàĤ¸à§àĤàĤ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤàĤàĤ¨ àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤ¨à§Ÿ" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "àĤŞà§àĤ°àĤ¸à§àĤàĤàĤ¨àĤ•àĤàĤ²à§‡ àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤ…àĤĴàĤ¸à§àĤàĤ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤàĤàĤ¨ '%d', qemu àĤ¸àĤ্àĤ­àĤĴàĤ¤ àĤĴàĤżàĤĞàĤ²" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU àĤĴàĤàĤ‡àĤ¨àĤàĤ°àĤż %s àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• '%s' àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• '%s' àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§Ÿ" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "%d àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "tap àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ '%s' àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ, àĤàĤŸàĤż '%s' àĤĴ্àĤ°àĤżàĤœ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ àĤıয় : %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "'%s' àĤ§àĤ°àĤ¨à§‡àĤ° àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "'%s' àĤ§àĤ°àĤ¨à§‡àĤ° àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤ¸àĤàĤ‰àĤ¨à§àĤĦ àĤàĤĦেàĤ² àĤĴৈàĤ§ àĤ¨à§Ÿ" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "argv àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "close-on-exec àĤĞàĤàĤ‡àĤ² àĤĦেàĤ¸à§àĤ•à§àĤ°àĤżàĤŞàĤŸàĤ° àĤĞ্àĤ²à§àĤŻàĤàĤ—েàĤ° àĤàĤàĤ¨ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "non-blocking àĤĞàĤàĤ‡àĤ² àĤĦেàĤ¸à§àĤ•à§àĤ°àĤżàĤŞàĤŸàĤ° àĤĞ্àĤ²à§àĤŻàĤàĤ—েàĤ° àĤàĤàĤ¨ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "VM '%s' autostart àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" +msgstr "qemudStartup: àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"%s àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ²à§‡ QEMU àĤĴàĤ¨à§àĤ§ àĤıয়ে àĤ—েàĤ›à§‡\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­à§‡àĤ° àĤ¸àĤয় àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤĞàĤ²àĤàĤĞàĤ² àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­à§‡àĤ° àĤ¸àĤয় àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤĞàĤ²àĤàĤĞàĤ² àĤŞà§œàĤ¤à§‡ àĤ¸àĤয় àĤ‰àĤ¤à§àĤ¤à§€àĤ°à§àĤ£ àĤıয়েàĤ›à§‡" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­à§‡àĤ° àĤ¸àĤয় àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤĞàĤ²àĤàĤĞàĤ² àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­à§‡àĤ° àĤ¸àĤয় àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤĞàĤ²àĤàĤĞàĤ² àĤŞà§œàĤ¤à§‡ àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¸à§àĤàĤàĤ¨ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ¨à§‡àĤ‡" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤàĤ¨àĤżàĤŸàĤ° àĤŞàĤàĤ %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "àĤàĤ¨àĤżàĤŸàĤ° àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ close-on-exec àĤĞ্àĤ²à§àĤŻàĤàĤ—েàĤ° àĤàĤàĤ¨ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "VM àĤ•àĤ¨àĤ¸à§‹àĤ²à§‡àĤ° àĤ¤àĤ্àĤŻ àĤ²àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "àĤ¨àĤ¤à§àĤ¨ àĤ•àĤ¨àĤŸà§‡àĤ•à§àĤ¸àĤŸ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" +msgstr "cpumap àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU thread àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤàĤ° àĤœàĤ¨à§àĤŻ àĤàĤ¨àĤżàĤŸàĤ° àĤ•àĤàĤàĤ¨à§àĤĦ àĤ¸àĤžà§àĤšàĤàĤ²àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ '%s' àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy -msgid "resume operation failed" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" - -#: src/qemu_driver.c:860 -#, fuzzy -msgid "VM is already active" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" - -#: src/qemu_driver.c:870 -msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 +msgid "resume operation failed" +msgstr "àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­à§‡àĤ° àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" + +#: src/qemu_driver.c:805 src/uml_driver.c:688 +msgid "VM is already active" +msgstr "VM àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" + +#: src/qemu_driver.c:815 +msgid "Unable to find an unused VNC port" +msgstr "àĤàĤ•àĤŸàĤż àĤ…àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ VNC àĤŞà§‹àĤ°à§àĤŸ àĤ¸àĤ¨àĤàĤ•à§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤŞàĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%s àĤ²àĤ—-àĤĞàĤàĤ‡àĤ² àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "VM àĤ²àĤ—-àĤĞàĤàĤ‡àĤ² àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ close-on-exec àĤĞ্àĤ²à§àĤŻàĤàĤ— %s àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "QEMU àĤĴàĤàĤ‡àĤ¨àĤàĤ°àĤż %s àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "%d àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ argv àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%d àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ argv àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• '%s' àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "VM '%s' àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "%d àĤ²àĤ—-àĤĞàĤàĤ‡àĤ² àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict àĤ¨à§‹àĤĦ" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ pid àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤıয়েàĤ›à§‡" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "àĤŞà§œàĤàĤ° àĤ‰àĤĤ্àĤĤেàĤĥ্àĤŻà§‡ %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• '%s' àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict àĤ¨à§‹àĤĦ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "tty %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 -msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy -msgid "Failed to query NUMA free memory" -msgstr "àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ àĤেàĤàĤ°àĤż:" +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 +msgid "NUMA not supported on this host" +msgstr "àĤàĤ‡ àĤıোàĤ¸à§àĤŸ àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤে NUMA àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤıàĤĴে àĤ¨àĤ" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 +msgid "Failed to query NUMA free memory" +msgstr "NUMA-àĤ° àĤুàĤ•à§àĤ¤ àĤেàĤàĤ°àĤżàĤ° àĤŞàĤ°àĤżàĤàĤàĤ£ àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "%d id-àĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§Ÿ" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤ¸à§àĤàĤ—àĤżàĤ¤ àĤ•àĤ°àĤàĤ° àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤàĤ° àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "ostype-àĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "uuid '%s'-àĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" +"àĤ¸àĤ°à§àĤĴàĤàĤ§àĤżàĤ• àĤেàĤàĤ°àĤżàĤ° àĤŞàĤ°àĤżàĤàĤàĤ£ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨ àĤেàĤàĤ°àĤżàĤ° àĤ¤à§‚àĤ²àĤ¨àĤয় àĤ•àĤ àĤŞàĤ°àĤżàĤàĤàĤ£à§‡ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ àĤŻàĤàĤĴে àĤ¨àĤ" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤেàĤàĤ°àĤż àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ àĤŻàĤàĤĴে àĤ¨àĤ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" +msgstr "àĤ¸àĤ°à§àĤĴàĤàĤ§àĤżàĤ• àĤেàĤàĤ°àĤżàĤ° àĤŞàĤ°àĤżàĤàĤàĤ£à§‡àĤ° àĤ¤à§‚àĤ²àĤ¨àĤয় àĤ…àĤ§àĤżàĤ• àĤŞàĤ°àĤżàĤàĤàĤ£à§‡ àĤেàĤàĤ°àĤż àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ àĤŻàĤàĤĴে àĤ¨àĤ" + +#: src/qemu_driver.c:1909 +msgid "failed to pause domain" msgstr "" -#: src/qemu_driver.c:2445 -#, fuzzy -msgid "failed to pause domain" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ UUID àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ xml àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "'%s' àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£à§‡àĤ° àĤıেàĤĦàĤàĤ° àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "xml àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" +msgstr "àĤàĤàĤ‡àĤ—্àĤ°à§‡àĤŸ àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "'info blockstats' àĤ•àĤàĤàĤ¨à§àĤĦ àĤàĤ‡ qemu àĤĤ্àĤĴàĤàĤ°àĤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤàĤ§à§àĤŻà§‡ vcpu-àĤ° àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ àĤŞà§àĤ°àĤŻà§‹àĤœà§àĤŻ àĤ¸àĤ°à§àĤĴàĤàĤ§àĤżàĤ• vcpu àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, 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:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤàĤ§à§àĤŻà§‡ vcpu pin àĤ•àĤ°àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" +msgstr "vcpu àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤ¸à§€àĤàĤ àĤĴàĤıàĤżàĤ°à§àĤ­à§‚àĤ¤ %d > %d" + +#: src/qemu_driver.c:2081 +#, c-format +msgid "cannot set affinity: %s" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format -msgid "cannot set affinity: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤż àĤ•àĤ² àĤĴàĤżàĤĞàĤ², àĤ¸àĤ্àĤ­àĤĴàĤ¤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤàĤ•àĤàĤ°à§€ àĤĞàĤàĤ‡àĤ² àĤ²à§‹àĤĦ àĤ•àĤ°à§àĤ¨" +msgstr "'%d' àĤĦোàĤেàĤ‡àĤ¨ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤàĤ•àĤàĤ²à§‡ àĤ…àĤœàĤàĤ¨àĤ virt type àĤ‰àĤ²à§àĤ²àĤżàĤ–àĤżàĤ¤" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ‡àĤেàĤœ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen Daemon àĤেàĤ•à§‡ àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "qemu àĤıেàĤĦàĤàĤ° àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "image magic àĤ¸àĤ àĤżàĤ• àĤ¨à§Ÿ" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "image-àĤ° àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "'%s' àĤ°à§‚àĤŞà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "àĤ¨àĤ¤à§àĤ¨ VM àĤ§àĤàĤ°à§àĤŻ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "'%s' àĤ§àĤ°àĤ¨à§‡àĤ° àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom àĤàĤżàĤĦàĤżà§ŸàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom àĤàĤżàĤĦàĤżà§ŸàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "àĤıোàĤ¸à§àĤŸ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤàĤ•àĤàĤ°à§€ àĤĞàĤàĤ‡àĤ² àĤ²à§‹àĤĦ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "àĤıোàĤ¸à§àĤŸ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤàĤ•àĤàĤ°à§€ àĤĞàĤàĤ‡àĤ² àĤ²à§‹àĤĦ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¸àĤàĤে àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•àĤ°àĤ àĤŻàĤàĤĴে àĤ¨àĤ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "àĤĥুàĤ§à§àĤàĤàĤ¤à§àĤ° CDROM àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•àĤ°àĤ àĤŻàĤàĤĴে" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "àĤĥুàĤ§à§àĤàĤàĤ¤à§àĤ° CDROM àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•àĤ°àĤ àĤŻàĤàĤĴে" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤেàĤàĤ°àĤż àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ àĤŻàĤàĤĴে àĤ¨àĤ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "'%s' àĤ¸àĤżàĤàĤ²àĤżàĤ‚àĤ• '%s'-àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ" +msgstr "àĤŞàĤàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' àĤ•àĤàĤàĤ¨à§àĤĦ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' àĤ•àĤàĤàĤ¨à§àĤĦ àĤàĤ‡ qemu àĤĤ্àĤĴàĤàĤ°àĤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL àĤ…àĤàĤĴàĤ àĤŞàĤàĤ àĤĞàĤàĤàĤ•àĤ" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "àĤŞàĤàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ, '%s' àĤŞàĤ°àĤżàĤšàĤżàĤ¤ àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¨à§Ÿ" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ" +msgstr "àĤ…àĤĴৈàĤ§ àĤŞàĤàĤ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "lvs àĤ•àĤàĤàĤ¨à§àĤĦ àĤĴàĤżàĤĞàĤ²" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" +msgid "could not generate random UUID" +msgstr "UUID àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XML-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "'%s' àĤ°à§‚àĤŞà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "VM àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨àĤàĤ àĤ¸àĤı àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 -#, fuzzy +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "libvirtd àĤĴàĤàĤ‡àĤ¨àĤàĤ°àĤż àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' àĤ¸àĤ্àĤŞà§àĤ°àĤšàĤàĤ°à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤ•àĤàĤàĤ¨à§àĤĦ àĤ†àĤĴàĤĥ্àĤŻàĤ•" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "tty %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "tty %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "tty %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "àĤ¸àĤ•à§‡àĤŸ %d àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +msgstr "àĤ¸àĤ•à§‡àĤŸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "Windows-àĤ° àĤ…àĤ§à§€àĤ¨ unix, ssh àĤ“ ext àĤ¸àĤ্àĤŞà§àĤ°àĤšàĤàĤ° àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "VM àĤ•àĤ¨àĤ¸à§‹àĤ²à§‡àĤ° àĤ¤àĤ্àĤŻ àĤ²àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "SASL àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤż àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty-àĤ° àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "tty-àĤ° àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸà§‡àĤ° àĤŞàĤ°àĤżàĤšà§Ÿ àĤŻàĤàĤšàĤàĤ‡ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "tty %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤ­àĤàĤ°à§‡àĤ° àĤŞàĤ°àĤżàĤšà§Ÿ àĤŞà§àĤ°àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ (àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤ…àĤàĤĴàĤ IP àĤ àĤżàĤ•àĤàĤ¨àĤ)\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" +msgstr "àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸà§‡àĤ° àĤŞàĤ°àĤżàĤšà§Ÿ àĤŻàĤàĤšàĤàĤ‡ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤŞàĤàĤ‡àĤŞ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "àĤেàĤàĤ°àĤżàĤ° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ %d" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż àĤĴৈàĤ§ àĤ¨à§Ÿ: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤàĤ–àĤ¨à§‹ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ•àĤ°àĤ àĤıয়àĤ¨àĤż" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤĴàĤżàĤ¤àĤ°àĤ£àĤ•àĤàĤ°à§€ àĤ…àĤŞàĤ°àĤżàĤšàĤżàĤ¤à¤" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸà§‡àĤ° àĤেয়àĤàĤĤ àĤ‰àĤ¤à§àĤ¤à§€àĤ°à§àĤ£ àĤıয়েàĤ›à§‡" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ àĤ…্àĤŻàĤàĤ²àĤ—োàĤ°àĤżàĤĤàĤ àĤ¨àĤżàĤ°àĤàĤŞàĤĤ àĤ¨à§Ÿà¤" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ X.509 àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤ¨à§Ÿ" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers àĤĴàĤżàĤĞàĤ²" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "SASL àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤĴ্àĤŻàĤĴàĤ¸à§àĤàĤ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "tty %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸà§‡àĤ° àĤেয়àĤàĤĤ àĤ‰àĤ¤à§àĤ¤à§€àĤ°à§àĤ£ àĤıয়েàĤ›à§‡" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸ àĤàĤ–àĤ¨à§‹ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ•àĤ°àĤ àĤıয়àĤ¨àĤż" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤŸàĤżàĤĞàĤżàĤ•à§‡àĤŸà§‡àĤ° àĤàĤàĤ²àĤżàĤ•àĤàĤ¨àĤ àĤ“ àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤেàĤ° àĤàĤ§à§àĤŻà§‡ àĤ—àĤ°àĤàĤżàĤ² (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ" +msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• NUMA àĤ¸à§‡àĤ²: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦোàĤেàĤ‡àĤ¨" +msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤĤূàĤ°àĤĴàĤ°à§àĤ¤à§€ àĤĦোàĤেàĤ‡àĤ¨ ID: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU-àĤ° àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤ¸àĤ°à§àĤĴàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤàĤ° àĤ…àĤ§àĤżàĤ•: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU àĤ্àĤŻàĤàĤŞ àĤĴàĤàĤĞàĤàĤ°à§‡àĤ° àĤĤৈàĤ°à§àĤ˜à§àĤŻ àĤ¸àĤ°à§àĤĴàĤàĤ§àĤżàĤ• àĤàĤàĤŞà§‡àĤ° àĤ…àĤ§àĤżàĤ•: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "àĤıোàĤ¸à§àĤŸ àĤĤ্àĤĴàĤàĤ°àĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• vCPU àĤ¸àĤ্àĤŞàĤ°à§àĤ•à§‡ àĤ¸à§‚àĤšàĤżàĤ¤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦোàĤেàĤ‡àĤ¨" +msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤĤূàĤ°àĤĴàĤ°à§àĤ¤à§€ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: àĤŞàĤ°àĤàĤàĤżàĤ¤àĤżàĤ° àĤ§àĤ°àĤ¨ àĤ…àĤœàĤàĤ¨àĤ" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "àĤĴàĤ°àĤàĤĤ্àĤĤ àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤ¨ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨" +msgstr "àĤ…্àĤŻàĤàĤ°à§‡àĤ° àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤàĤ²à§‡ àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤŞàĤ°àĤàĤàĤżàĤ¤àĤż" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ" +msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĤূàĤ°àĤĴàĤ°à§àĤ¤à§€ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" +msgstr "" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" +msgstr "" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" +msgstr "" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" +msgstr "" + +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" -#: src/remote_internal.c:3624 -#, fuzzy, c-format -msgid "unknown authentication type %s" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤ•à§àĤŻàĤàĤ°à§‡àĤ•à§àĤŸàĤàĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/remote_internal.c:4042 +#, c-format +msgid "unknown authentication type %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤŞà§àĤ°àĤ£àĤàĤ²à§€ %s" + +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ° àĤĤ্àĤĴàĤàĤ°àĤ àĤàĤ‡ àĤ•àĤ°à§àĤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" +msgstr "àĤ…àĤ¨à§àĤ°à§‹àĤ§ àĤ•àĤ°àĤ àĤ…àĤ¨à§àĤোàĤĤàĤ¨à§‡àĤ° àĤŞà§àĤ°àĤ£àĤàĤ²à§€ %s àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤ–্àĤŻàĤàĤ¤" #: src/remote_internal.c:4093 #, c-format +msgid "unsupported authentication type %d" +msgstr "àĤ…àĤ¨à§àĤোàĤĤàĤ¨ àĤŞà§àĤ°àĤ£àĤàĤ²à§€ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ %d" + +#: src/remote_internal.c:4341 +#, c-format +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤż àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %d (%s)" + +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL àĤ•à§àĤ²àĤয়েàĤ¨à§àĤŸ context àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %d (%s)" + +#: src/remote_internal.c:4402 +msgid "invalid cipher size for TLS session" +msgstr "TLS àĤ¸à§‡àĤĥàĤàĤ¨à§‡àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ àĤ¸àĤàĤ‡àĤĞàĤàĤ°à§‡àĤ° àĤàĤàĤŞ àĤĴৈàĤ§ àĤ¨à§Ÿ" + +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "àĤĴàĤıàĤżàĤ¸à§àĤàĤżàĤ¤ SSF %d àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ (%s)" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL àĤŞà§àĤ°àĤ£àĤàĤ²à§€ %s, àĤ¸àĤàĤ°à§àĤ­àĤàĤ° àĤĤ্àĤĴàĤàĤ°àĤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL àĤীàĤàĤàĤ‚àĤ¸àĤ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "" + +#: src/remote_internal.c:4511 +#, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 -#, fuzzy, c-format +#: src/remote_internal.c:4551 +#, c-format msgid "Failed SASL step: %d (%s)" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 -#, fuzzy +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" -msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header àĤĴàĤżàĤĞàĤ²" + +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" -msgstr "" +msgstr "xdr_int (length word)" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" -msgstr "" +msgstr "xdr_int (length word, reply)" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" -msgstr "" +msgstr "àĤ¸àĤàĤ°à§àĤ­àĤàĤ° àĤেàĤ•à§‡ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤŞà§àĤŻàĤàĤ•à§‡àĤŸ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤĴড়" -#: src/remote_internal.c:4402 -#, fuzzy +#: src/remote_internal.c:4872 msgid "invalid header in reply" -msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ" +msgstr "àĤ‰àĤ¤à§àĤ¤àĤ°à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤıেàĤĦàĤàĤ°" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°à§‹àĤ—্àĤ°àĤàĤ (àĤŞà§àĤ°àĤàĤŞà§àĤ¤ %x, àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "àĤŞà§àĤ°à§‹àĤŸà§‹àĤ•àĤ²à§‡àĤ° àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤ…àĤœàĤàĤ¨àĤ (àĤŞà§àĤ°àĤàĤŞà§àĤ¤ %x, àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ£àĤàĤ²à§€ (àĤŞà§àĤ°àĤàĤŞà§àĤ¤ %x, àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤĤàĤżàĤĥàĤ (àĤŞà§àĤ°àĤàĤŞà§àĤ¤ %x, àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤ¸àĤżàĤ°àĤżà§ŸàĤàĤ² (àĤŞà§àĤ°àĤàĤŞà§àĤ¤ %x, àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤ…àĤĴàĤ¸à§àĤàĤ (àĤŞà§àĤ°àĤàĤŞà§àĤ¤ %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤àĤ­àĤàĤĴে àĤ¸àĤ•à§‡àĤŸ àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "àĤ‰àĤ¤à§àĤ¤àĤ°à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤıেàĤĦàĤàĤ°" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "àĤŞàĤ‚àĤ•à§àĤ¤àĤż àĤ•àĤŞàĤż àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤ­àĤ²àĤżàĤ‰àĤ '%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "àĤĞàĤàĤ‡àĤ² '%s' stat àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² %s àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s-àĤ° àĤĞàĤàĤ‡àĤ² context àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "context" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "dir %s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "àĤŞàĤàĤ" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "àĤŞàĤàĤ" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "regex %s àĤ•àĤ্àĤŞàĤàĤ‡àĤ² àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex àĤ¸àĤ‚àĤ•àĤ²àĤ¨" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ•àĤàĤàĤ¨à§àĤĦেàĤ° àĤœàĤ¨à§àĤŻ àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤĴড়" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "àĤ…àĤ­à§àĤŻàĤ¨à§àĤ¤àĤ°à§€àĤ£ àĤ¤à§àĤ°à§àĤŸàĤż %s" +msgstr "àĤŞàĤàĤ à§‡ àĤ¤à§àĤ°à§àĤŸàĤż: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "àĤ­àĤ²àĤżàĤ‰àĤ" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "extents" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "àĤŞàĤàĤ '%s' àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "àĤıেàĤĦàĤàĤ° '%s' àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ" +msgstr "àĤŞàĤàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤàĤàĤ‰àĤ¨à§àĤŸà§‡àĤ° àĤূàĤ² àĤ‰à§ŽàĤ¸ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 +#, fuzzy msgid "retval" -msgstr "" +msgstr "àĤŞà§‹àĤ°à§àĤŸàĤàĤ²" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#: src/storage_backend_fs.c:666 -#, fuzzy -msgid "missing source path" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy -msgid "missing source device" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 -msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 -#, fuzzy -msgid "missing source dir" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +#: src/storage_backend_fs.c:462 +msgid "missing source path" +msgstr "" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 +msgid "missing source device" +msgstr "" + +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 +msgid "source" +msgstr "àĤ‰à§ŽàĤ¸" + +#: src/storage_backend_fs.c:529 +msgid "missing source dir" +msgstr "" + +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "àĤŞàĤàĤ '%s' àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤŞàĤàĤ '%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "àĤŞàĤàĤ '%s' statvfs àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" +msgstr "" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s' àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤàĤ²àĤżàĤ•àĤàĤ¨àĤ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s' àĤĞàĤàĤ‡àĤ² àĤোàĤĦ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "'%s' àĤĞàĤàĤ‡àĤ² àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3452,593 +3642,775 @@ msgid "cannot format ip addr for %s" msgstr "" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴে" +msgstr "àĤ¸à§‡àĤĥàĤàĤ¨" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "àĤ¨àĤàĤ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "àĤ•àĤż" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤĴ্àĤ²àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "%s àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "àĤĴ্àĤ²àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "" +msgstr "àĤŞà§‹àĤ°à§àĤŸàĤàĤ²" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "lvs àĤ•àĤàĤàĤ¨à§àĤĦ àĤĴàĤżàĤĞàĤ²" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocating priv->hostname" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ %s àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "ttyPidFile %s àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" +msgstr "" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤıোàĤ¸à§àĤŸ %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "root àĤ¸àĤàĤàĤ—্àĤ°à§€ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "àĤĴ্àĤ²àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ %s-àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ %s-àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤŞà§àĤ°àĤ•à§àĤ°àĤżà§ŸàĤ: %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" -msgstr "" +msgstr "xml" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤıোàĤ¸à§àĤŸ %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤıোàĤ¸à§àĤŸ %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "root àĤ¸àĤàĤàĤ—্àĤ°à§€ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "àĤŞà§àĤ²" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤŞàĤàĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "autostart-àĤ° àĤ²àĤżàĤ‚àĤ• àĤŞàĤàĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ²" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s-àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "àĤ¨àĤàĤ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "àĤŞà§àĤ² àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ²àĤ— àĤŞàĤàĤàĤŸàĤż àĤĞàĤàĤ‡àĤ² àĤ¨à§Ÿ" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "àĤŞà§àĤ²à§‡àĤ° àĤ•à§‹àĤ¨à§‹ àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "àĤ¨àĤàĤেàĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ²àĤ— àĤŞàĤàĤàĤŸàĤż àĤĞàĤàĤ‡àĤ² àĤ¨à§Ÿ" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "àĤĤàĤżàĤ¨à§‡àĤ° àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨ àĤ¸àĤয় àĤ¸àĤ‚àĤ—্àĤ°àĤı" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "àĤıোàĤ¸à§àĤŸ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤàĤ•àĤàĤ°à§€ àĤĞàĤàĤ‡àĤ² àĤ²à§‹àĤĦ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "àĤıোàĤ¸à§àĤŸ" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "àĤ¨à§‹àĤĦ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath àĤ•àĤ¨àĤŸà§‡àĤ•à§àĤ¸àĤŸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "àĤ¨à§‹àĤĦেàĤ° cpu-àĤ° numa àĤ¨à§‹àĤĦ" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "àĤ¨à§‹àĤĦে-àĤ° cpu-àĤ° àĤ¸àĤ•à§‡àĤŸ" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "àĤ¨à§‹àĤĦেàĤ° cpu-àĤ° àĤ•à§‹àĤ°" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "àĤ¨à§‹àĤĦ cpu-àĤ° àĤ্àĤ°à§‡àĤĦ" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "àĤ¨à§‹àĤĦে àĤ¸àĤ•à§àĤ°àĤżà§Ÿ cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "àĤ¨à§‹àĤĦেàĤ° cpu-àĤ° mhz àĤàĤàĤ¤à§àĤ°àĤ" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "àĤ¨à§‹àĤĦেàĤ° àĤেàĤàĤ°àĤż" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤ¨àĤàĤ àĤীàĤàĤàĤ‚àĤ¸ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤ¨àĤàĤ àĤীàĤàĤàĤ‚àĤ¸ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤ¨àĤàĤ àĤীàĤàĤàĤ‚àĤ¸ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: àĤàĤ•àĤŸàĤż àĤŞàĤàĤ àĤ²àĤżàĤ–ুàĤ¨ àĤ…àĤàĤĴàĤ test:///default àĤĴ্àĤŻàĤĴàĤıàĤàĤ° àĤ•àĤ°à§àĤ¨" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§Ÿ" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "net àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤ°à§‚àĤŞà§‡ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "Xen Daemon àĤেàĤ•à§‡ àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "àĤàĤżàĤŸàĤàĤĦàĤàĤŸàĤ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞà§‚àĤ°à§àĤĴেàĤ‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "uuid '%s'-àĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "uuid '%s'-àĤ° àĤ¸àĤàĤে àĤ¸à§àĤ¸àĤ‚àĤ—àĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "àĤ•à§àĤŻàĤàĤ°à§‡àĤ•à§àĤŸàĤàĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "%s àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤ‡àĤ¨àĤŞà§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "àĤĴ্àĤ°àĤżàĤœ àĤ¸àĤàĤ°à§àĤàĤ¨ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "%s àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "%s àĤ²àĤ—-àĤĞàĤàĤ‡àĤ² àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "%s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "'%s' àĤĞàĤàĤ‡àĤ² àĤোàĤĦ àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "dir %s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU àĤĴàĤàĤ‡àĤ¨àĤàĤ°àĤż %s àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "àĤ²àĤ— àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "àĤ•àĤàĤàĤ¨à§àĤĦেàĤ° àĤœàĤ¨à§àĤŻ àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ pid àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤıয়েàĤ›à§‡" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s' àĤĞàĤàĤ‡àĤ² àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤŞàĤàĤ‡àĤŞ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "'%s' àĤĞàĤàĤ‡àĤ² àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ %s àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "autostart àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤŞàĤàĤ '%s' àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "àĤŞàĤàĤ à§‡ àĤ¤à§àĤ°à§àĤŸàĤż: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "àĤ¸àĤıàĤয়àĤżàĤ•àĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "àĤ—্àĤ²à§‹àĤĴàĤàĤ² àĤ¸àĤıàĤয়àĤ¤àĤ àĤ…àĤàĤĴàĤ àĤ¸à§àĤ¨àĤżàĤ°à§àĤĤàĤżàĤ·à§àĤŸ àĤ•àĤàĤàĤ¨à§àĤĦেàĤ° àĤœàĤ¨à§àĤŻ àĤ¸àĤıàĤয়àĤżàĤ•àĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "àĤ•àĤàĤàĤ¨à§àĤĦেàĤ° àĤ¨àĤàĤ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4046,318 +4418,323 @@ msgstr "" "àĤ•àĤàĤàĤ¨à§àĤĦ:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤ°à§‚àĤŞà§‡ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "àĤĴুàĤŸ àĤ•àĤ°àĤàĤ° àĤ¸àĤয় àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§ŸàĤ°à§‚àĤŞà§‡ àĤ†àĤ°àĤ্àĤ­à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ° àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ, id àĤ…àĤàĤĴàĤ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤ°àĤ£ àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤ°à§‚àĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤেàĤ•à§‡ àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤšàĤżàĤı্àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§ŸàĤ°à§‚àĤŞà§‡ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤ°à§‚àĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤেàĤ•à§‡ àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§ŸàĤ°à§‚àĤŞà§‡ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤšàĤżàĤı্àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে (àĤŞà§àĤ¨àĤ°àĤয়) àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸à§àĤàĤàĤŞàĤ¨" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "àĤ¸à§àĤàĤàĤ¨à§€à§Ÿ àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ—ठàĤĥেàĤ² àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­à§‡àĤ° àĤŞàĤ°à§‡ àĤàĤ‡ àĤ•àĤàĤàĤ¨à§àĤĦàĤŸàĤż àĤŞà§àĤ°à§Ÿà§‹àĤ—েàĤ° àĤœàĤ¨à§àĤŻ " "àĤĴàĤżàĤ²à§àĤŸ-àĤ‡àĤ¨à¤" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ° àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "àĤĥুàĤ§à§àĤàĤàĤ¤à§àĤ° àĤŞàĤàĤ àĤŻà§‹àĤ—্àĤŻ àĤ¸àĤ‚àĤŻà§‹àĤ—" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "àĤ—েàĤ¸à§àĤŸ àĤ•àĤ¨àĤ¸à§‹àĤ²à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "àĤ—েàĤ¸à§àĤŸà§‡àĤ° àĤœàĤ¨à§àĤŻ àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² àĤ¸àĤżàĤ°àĤżà§ŸàĤàĤ² àĤ•àĤ¨àĤ¸à§‹àĤ² àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤ•à§‹àĤ¨à§‹ àĤ•àĤ¨àĤ¸à§‹àĤ² àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ¨à§‡àĤ‡\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ“ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "àĤ¨àĤàĤ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "àĤ…àĤĴàĤ¸à§àĤàĤ" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "àĤ•à§‹àĤ¨à§‹ àĤ…àĤĴàĤ¸à§àĤàĤ àĤ¨à§Ÿ" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ…àĤĴàĤ¸à§àĤàĤ" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "àĤšàĤ²àĤàĤàĤ¨ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ…àĤĴàĤ¸à§àĤàĤ àĤ¸àĤ্àĤŞàĤ°à§àĤ•à§‡ àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴ্àĤ²àĤ•à§‡àĤ° àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "àĤšàĤ²àĤàĤàĤ¨ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴ্àĤ²àĤ•à§‡àĤ° àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "àĤĴ্àĤ²àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "àĤĴ্àĤ²àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻàĤ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞàĤ•à§‡ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "àĤšàĤ²àĤàĤàĤ¨ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨àĤ" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤżàĤ¤\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "XML àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴàĤżàĤĴàĤ°àĤ£àĤ¸àĤı àĤàĤ•àĤŸàĤż àĤĞàĤàĤ‡àĤ²" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s àĤেàĤ•à§‡ àĤ¨àĤżàĤ°à§àĤàĤżàĤ¤\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ àĤıàĤĴে (àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıàĤĴে àĤ¨àĤ)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ²àĤżàĤ–ুàĤ¨à¤" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s àĤেàĤ•à§‡ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "àĤàĤ•àĤŸàĤż (àĤŞà§‚àĤ°à§àĤĴে àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ) àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ…àĤĴàĤ¸à§àĤàĤ àĤàĤ•àĤŸàĤż àĤĞàĤàĤ‡àĤ²à§‡ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "àĤàĤ•àĤŸàĤż àĤšàĤ²àĤàĤàĤ¨ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "àĤ¤àĤ্àĤŻ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£à§‡àĤ° àĤ¸à§àĤàĤàĤ¨" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "àĤ¸àĤয় àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤàĤàĤżàĤ¤àĤż àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨/àĤ¸à§àĤàĤàĤŞàĤ¨" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "àĤ¸àĤয় àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤàĤàĤżàĤ¤àĤż àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨/àĤ¸à§àĤàĤàĤŞàĤ¨à¤" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "value àĤ…্àĤŻàĤàĤ°à§‡ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°à§àĤ¨" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT-àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ weight" @@ -4366,290 +4743,298 @@ msgstr "XEN_CREDIT-àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ weight" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT-àĤ° àĤ•à§àĤ·à§‡àĤ¤à§àĤ°à§‡ cap" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "àĤেàĤàĤ°àĤżàĤ° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ %d" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "àĤেàĤàĤ°àĤżàĤ° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ %d" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "àĤেàĤàĤ°àĤżàĤ° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ %d" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "àĤ¸àĤয়àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "àĤ…àĤœàĤàĤ¨àĤ" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤżàĤ¤ àĤ…àĤĴàĤ¸à§àĤàĤ àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°à§àĤĤ্àĤ§àĤàĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°à§àĤĤ্àĤ§àĤàĤ° àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "àĤŞà§àĤ¨àĤ°à§àĤĤ্àĤ§àĤàĤ°à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ…àĤĴàĤ¸à§àĤàĤ" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°à§àĤĤ্àĤ§àĤàĤ° àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°à§àĤĤ্àĤ§àĤàĤ° àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "àĤŞàĤ°à§àĤŻàĤàĤ²à§‹àĤšàĤ¨àĤàĤ° àĤ‰àĤĤ্àĤĤেàĤĥ্àĤŻà§‡ àĤ•à§‹àĤ¨à§‹ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•à§‹àĤ° àĤ¤àĤ্àĤŻ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•à§‹àĤ° àĤ¤àĤ্àĤŻ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "àĤ¤àĤ্àĤŻ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£à§‡àĤ° àĤ¸à§àĤàĤàĤ¨" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "àĤŞà§àĤ°à§àĤĴে àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "àĤ¸àĤ àĤżàĤ• àĤŞàĤĤ্àĤ§àĤ¤àĤżàĤ¤à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ¨à§àĤ§ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ shutdown àĤŞà§àĤ°àĤ£àĤàĤ²à§€ àĤŞà§àĤ°à§Ÿà§‹àĤ— àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°àĤয় àĤĴুàĤŸ àĤ•àĤ°àĤ àĤıàĤĴে" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤàĤ§à§àĤŻà§‡ reboot àĤ•àĤàĤàĤ¨à§àĤĦ àĤŞà§àĤ°à§Ÿà§‹àĤ— àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤ°àĤয় àĤĴুàĤŸ àĤ•àĤ°àĤ àĤıàĤšà§àĤ›à§‡\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤ°àĤয় àĤĴুàĤŸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ§àĤàĤ°àĤ£ àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "àĤ¨àĤàĤ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "àĤ…àĤĴàĤ¸à§àĤàĤ:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU àĤ¸àĤ‚àĤ–্àĤŻàĤ:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU-àĤ° àĤ¸àĤয়:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "àĤ¸àĤ°à§àĤĴোàĤšà§àĤš àĤেàĤàĤ°àĤż:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "àĤ¸à§€àĤàĤàĤĴàĤżàĤıীàĤ¨" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ àĤেàĤàĤ°àĤż:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤ°àĤ£" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "àĤ¨àĤàĤ" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ àĤেàĤàĤ°àĤż:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA àĤ¸à§‡àĤ²:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "àĤĦোàĤেàĤ‡àĤ¨ vcpu àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ§àĤàĤ°àĤ£ àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU-àĤ° àĤŞà§àĤ°àĤĴàĤ£àĤ¤àĤ:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ¨à§àĤ§ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡, àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² CPU àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤à¤" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "àĤ•àĤ¨à§àĤŸà§àĤ°à§‹àĤ² àĤĦোàĤেàĤ‡àĤ¨ vcpu-àĤ° àĤŞà§àĤ°àĤĴàĤ£àĤ¤àĤ" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "àĤıোàĤ¸à§àĤŸà§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤ CPU-àĤ° àĤ¸àĤàĤে àĤĦোàĤেàĤ‡àĤ¨ VCPU àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu àĤ¸àĤ‚àĤ–্àĤŻàĤ" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "àĤıোàĤ¸à§àĤŸ cpu àĤ¸àĤ‚àĤ–্àĤŻàĤ (àĤ•àĤàĤ àĤšàĤżàĤı্àĤ¨ àĤĤ্àĤĴàĤàĤ°àĤ àĤĴàĤżàĤ­àĤàĤœàĤżàĤ¤)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." -msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: àĤ…àĤĴৈàĤ§ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à¤ àĤŞàĤ‚àĤ•à§àĤ¤àĤż àĤĞàĤàĤàĤ•àĤà¤" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" "cpulist: %s: àĤ…àĤĴৈàĤ§ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à¤ %d àĤ…àĤĴàĤ¸à§àĤàĤàĤ¨à§‡ àĤ¸àĤ‚àĤ–্àĤŻàĤàĤূàĤ²àĤ• àĤàĤàĤ¨ àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ ('%c'-àĤ° àĤŞàĤàĤ°à§àĤĥ্àĤĴে)à¤" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4658,1350 +5043,1392 @@ msgstr "" "cpulist: %s: àĤ…àĤĴৈàĤ§ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à¤ %d àĤ…àĤĴàĤ¸à§àĤàĤàĤ¨à§‡ àĤ¸àĤ‚àĤ–্àĤŻàĤàĤূàĤ²àĤ• àĤàĤàĤ¨ àĤ…àĤàĤĴàĤ àĤ•àĤàĤ-àĤšàĤżàĤı্àĤ¨ àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ ('%" "c'-àĤ° àĤŞàĤàĤ°à§àĤĥ্àĤĴে)à¤" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: àĤ…àĤĴৈàĤ§ àĤĴàĤżàĤ¨à§àĤŻàĤàĤ¸à¤ %d àĤ…àĤĴàĤ¸à§àĤàĤàĤ¨à§‡ àĤ¸àĤàĤàĤŞà§àĤ¤àĤ•àĤàĤ°à§€ àĤŞàĤ‚àĤ•à§àĤ¤àĤżà¤" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "àĤŞà§àĤ°àĤ•à§ƒàĤ¤ CPU %d àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "àĤ—েàĤ¸à§àĤŸ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² CPU-àĤ° àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ–্àĤŻàĤ" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² CPU àĤ¸àĤ‚àĤ–্àĤŻàĤàĤ° àĤĴৈàĤ§ àĤ¨à§Ÿà¤" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ² CPUà¤" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "àĤĴàĤ°àĤàĤĤ্àĤĤ àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤ¨ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "àĤ—েàĤ¸à§àĤŸ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤ¨ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "àĤ•àĤżàĤ²à§‹àĤĴàĤàĤ‡àĤŸ àĤ…àĤ¨à§àĤ¸àĤàĤ°à§‡ àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤŞ" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "àĤেàĤàĤ°àĤżàĤ° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ %d" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "MaxMemorySize àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "àĤ¸àĤ°à§àĤĴোàĤšà§àĤš àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤ¤à§àĤ°àĤ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "àĤ—েàĤ¸à§àĤŸ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤেàĤàĤ°àĤżàĤ° àĤ¸àĤ°à§àĤĴোàĤšà§àĤš àĤ¸à§€àĤàĤ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "àĤ•àĤżàĤ²à§‹àĤĴàĤàĤ‡àĤŸ àĤ…àĤ¨à§àĤ¸àĤàĤ°à§‡ àĤ¸àĤ°à§àĤĴোàĤšà§àĤš àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤ¤à§àĤ°àĤ" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨MemorySize àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨ MemorySize àĤı্àĤ°àĤàĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "MaxMemorySize àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤৌàĤ²àĤżàĤ• àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU-àĤ° àĤàĤĦেàĤ²:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU-àĤ° àĤĞ্àĤ°àĤżàĤ•à§‹à§Ÿà§‡àĤ¨à§àĤ¸àĤżàĤ° àĤàĤàĤ¤à§àĤ°àĤ:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU-àĤ° àĤ¸àĤ•à§‡àĤŸ:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "àĤŞà§àĤ°àĤ¤àĤż àĤ¸àĤ•à§‡àĤŸà§‡ àĤ•à§‹àĤ° àĤ¸àĤ‚àĤ–্àĤŻàĤ:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "àĤŞà§àĤ°àĤ¤àĤż àĤ•à§‹àĤ°à§‡ àĤ্àĤ°à§‡àĤĦ àĤ¸àĤ‚àĤ–্àĤŻàĤ:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA àĤ¸à§‡àĤ²:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤŞ:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "àĤ•à§àĤ·àĤàĤ¤àĤ" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°/àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ°à§‡àĤ° àĤ•à§àĤ·àĤàĤ¤àĤ àĤ¸àĤ্àĤĴàĤ¨à§àĤ§à§‡ àĤ…àĤĴàĤ—àĤ¤ àĤ•àĤ°à§‡à¤" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "àĤ•à§àĤ·àĤàĤ¤àĤ àĤ¸àĤ্àĤĴàĤ¨à§àĤ§à§€à§Ÿ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "XML àĤĦàĤàĤ্àĤŞ àĤ°à§‚àĤŞà§‡ stdout-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ id àĤ…àĤàĤĴàĤ UUID-àĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤে àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "àĤĦোàĤেàĤ‡àĤ¨ id àĤ…àĤàĤĴàĤ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ UUID-àĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ id-àĤ¤à§‡ àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ id-àĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ UUID-àĤ¤à§‡ àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "àĤĦোàĤেàĤ‡àĤ¨ id àĤ…àĤàĤĴàĤ àĤ¨àĤàĤ" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "àĤĦোàĤেàĤ‡àĤ¨ UUID àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤàĤ•àĤŸàĤż àĤŞà§ƒàĤàĤ• àĤıোàĤ¸à§àĤŸà§‡ àĤàĤàĤ‡àĤ—্àĤ°à§‡àĤŸ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" "àĤĦোàĤেàĤ‡àĤ¨ àĤàĤ•àĤŸàĤż àĤŞà§ƒàĤàĤ• àĤıোàĤ¸à§àĤŸà§‡ àĤàĤàĤ‡àĤ—্àĤ°à§‡àĤŸ àĤ•àĤ°à§àĤ¨à¤ àĤ²àĤàĤ‡àĤ­ àĤàĤàĤ‡àĤ—্àĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ --live àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤŻà§‹àĤ— àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "àĤ²àĤàĤ‡àĤ­ àĤàĤàĤ‡àĤ—্àĤ°à§‡àĤĥàĤ¨" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤıোàĤ¸à§àĤŸà§‡àĤ° àĤ¸àĤ‚àĤŻà§‹àĤ—েàĤ° URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "àĤàĤàĤ‡àĤ—্àĤ°à§‡àĤĥàĤ¨à§‡àĤ° URI, àĤ¸àĤàĤ§àĤàĤ°àĤ£àĤ¤ àĤ‰àĤ²à§àĤ²à§‡àĤ– àĤ•àĤ°àĤ àĤ†àĤĴàĤĥ্àĤŻàĤ• àĤ¨à§Ÿ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "àĤàĤàĤ‡àĤ—্àĤ°à§‡àĤŸ: desturi àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "àĤĴুàĤŸ àĤ•àĤ°àĤàĤ° àĤ¸àĤয় àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§ŸàĤ°à§‚àĤŞà§‡ àĤ†àĤ°àĤ্àĤ­à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ° àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s, àĤ¸à§àĤĴয়àĤ‚ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤ°à§‚àĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤেàĤ•à§‡ àĤ¸à§àĤĴয়àĤ‚ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤšàĤżàĤı্àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ¸à§àĤĴয়àĤ‚ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤ°à§‚àĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤেàĤ•à§‡ àĤ¸à§àĤĴয়àĤ‚ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤšàĤżàĤı্àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "XML àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤĴàĤżàĤĴàĤ°àĤ£àĤ¸àĤı àĤàĤ•àĤŸàĤż àĤĞàĤàĤ‡àĤ²" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "%s àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤেàĤ•à§‡ àĤ¨àĤżàĤ°à§àĤàĤżàĤ¤\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s àĤেàĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ àĤıàĤĴে (àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıàĤĴে àĤ¨àĤ)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ²àĤżàĤ–ুàĤ¨à¤" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s, %s àĤেàĤ•à§‡ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s àĤেàĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ, id àĤ…àĤàĤĴàĤ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "XML àĤĦàĤàĤ্àĤŞ àĤ°à§‚àĤŞà§‡ stdout-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ“ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤ°àĤ£" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤ°àĤ£ àĤıàĤĴে àĤ¨àĤ" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• UUID-àĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤàĤে àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "àĤàĤ•àĤŸàĤż (àĤŞà§‚àĤ°à§àĤĴে àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ) àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤĦোàĤেàĤ‡àĤ¨ UUID-àĤ¤à§‡ àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• UUID àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§Ÿ àĤ°à§‚àĤŞà§‡ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "àĤĴুàĤŸ àĤ•àĤ°àĤàĤ° àĤ¸àĤয় àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§ŸàĤ°à§‚àĤŞà§‡ àĤ†àĤ°àĤ্àĤ­à§‡àĤ° àĤœàĤ¨à§àĤŻ àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ° àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s, àĤ¸à§àĤĴয়àĤ‚ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤ°à§‚àĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s àĤেàĤ•à§‡ àĤ¸à§àĤĴয়àĤ‚ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤšàĤżàĤı্àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§ŸàĤ°à§‚àĤŞà§‡ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤ°à§‚àĤŞà§‡ àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤেàĤ•à§‡ àĤ¸à§àĤĴয়àĤ‚àĤ•à§àĤ°àĤżà§ŸàĤ°à§‚àĤŞà§‡ àĤŞà§àĤ°àĤàĤ°àĤ্àĤ­àĤ•àĤàĤ°à§€ àĤšàĤżàĤı্àĤ¨ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "XML àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴàĤżàĤĴàĤ°àĤ£àĤ¸àĤı àĤàĤ•àĤŸàĤż àĤĞàĤàĤ‡àĤ²" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s àĤেàĤ•à§‡ àĤ¨àĤżàĤ°à§àĤàĤżàĤ¤\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "àĤĴàĤàĤĞàĤàĤ° àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s àĤেàĤ•à§‡ àĤ¨àĤżàĤ°à§àĤàĤżàĤ¤\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ àĤıàĤĴে (àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıàĤĴে àĤ¨àĤ)" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ²àĤżàĤ–ুàĤ¨à¤" -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s àĤেàĤ•à§‡ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s, %s àĤেàĤ•à§‡ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "XML-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "XML àĤĦàĤàĤ্àĤŞ àĤ°à§‚àĤŞà§‡ stdout-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ“ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" +msgstr "storage_pool àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "àĤেàĤàĤ°àĤż àĤ…àĤĴàĤĥàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤ‡" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" +msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ²àĤ— àĤŞàĤàĤàĤŸàĤż àĤĞàĤàĤ‡àĤ² àĤ¨à§Ÿ" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤৌàĤ²àĤżàĤ• àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "àĤšàĤ²àĤàĤàĤ¨" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• UUID-àĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤàĤে àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "àĤàĤ•àĤŸàĤż (àĤŞà§‚àĤ°à§àĤĴে àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ•àĤ°àĤ) àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "àĤàĤ•àĤŸàĤż àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s àĤেàĤ•à§‡ àĤ¨àĤżàĤ°à§àĤàĤżàĤ¤\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤĦোàĤেàĤ‡àĤ¨ UUID-àĤ¤à§‡ àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "àĤĦোàĤেàĤ‡àĤ¨ UUID àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "XML àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤĴàĤżàĤĴàĤ°àĤ£àĤ¸àĤı àĤàĤ•àĤŸàĤż àĤĞàĤàĤ‡àĤ²" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s àĤেàĤ•à§‡ àĤ¨àĤżàĤ°à§àĤàĤżàĤ¤\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ§à§àĤĴàĤ‚àĤĥ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤৌàĤ²àĤżàĤ• àĤ¤àĤ্àĤŻ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML àĤĞàĤàĤ‡àĤ²" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "àĤ…àĤĴàĤ°à§àĤĤ্àĤ§" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "XML-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "XML àĤĦàĤàĤ্àĤŞ àĤ°à§‚àĤŞà§‡ stdout-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıয়à¤" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• UUID-àĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤàĤে àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• UUID-àĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤàĤে àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "àĤàĤ•àĤŸàĤż àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• UUID-àĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤàĤে àĤ°à§‚àĤŞàĤàĤ¨à§àĤ¤àĤ° àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴে" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤেàĤ° àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤżàĤ° àĤ¸àĤàĤে àĤ•àĤ্àĤŞàĤàĤ‡àĤ² àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤżàĤ° àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤż: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "àĤĴ্àĤŻàĤĴàĤıৃàĤ¤ API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "àĤšàĤ²àĤàĤàĤ¨ %s àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤ‚àĤ¸à§àĤ•àĤ°àĤ£ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "àĤšàĤ²àĤàĤàĤ¨ àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "àĤàĤ‡ àĤıোàĤ¸à§àĤŸ àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤে NUMA àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤıàĤĴে àĤ¨àĤ" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "àĤ•à§àĤ·àĤàĤ¤àĤ" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "XML àĤĦàĤàĤ্àĤŞ àĤ°à§‚àĤŞà§‡ stdout-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴেà¤" + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "àĤĴ্àĤ²àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴে" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ° canonical URI àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴে" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨à§‡àĤ° àĤœàĤ¨à§àĤŻ IP àĤ àĤżàĤ•àĤàĤ¨àĤ àĤ“ àĤŞà§‹àĤ°à§àĤŸ àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤŞà§àĤ°àĤĤàĤ°à§àĤĥàĤ¨ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty àĤ•àĤ¨àĤ¸à§‹àĤ²" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY àĤ•àĤ¨àĤ¸à§‹àĤ²à§‡àĤ° àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ†àĤ‰àĤŸàĤŞà§àĤŸ àĤ•àĤ°àĤ àĤıàĤĴেà¤" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤŻà§‹àĤ— àĤ•àĤ°àĤ àĤıàĤĴে" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "àĤàĤ•àĤŸàĤż XML àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤŻà§‹àĤ— àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML àĤĞàĤàĤ‡àĤ²" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "àĤàĤ•àĤŸàĤż XML àĤĞàĤàĤ‡àĤ² àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "àĤàĤ•àĤŸàĤż XML àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s àĤেàĤ•à§‡ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤŻà§‹àĤ— àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤ¤à§àĤ¨ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤŻà§‹àĤ— àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸à§‡àĤ° àĤ§àĤ°àĤ¨" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸àĤ¸à§àĤàĤ²" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC àĤ àĤżàĤ•àĤàĤ¨àĤ" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĴ্àĤ°àĤżàĤœ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤĴàĤıৃàĤ àĤ¸à§àĤ•à§àĤ°àĤżàĤŞà§àĤŸ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "'attach-interface' àĤ•àĤàĤàĤ¨à§àĤĦ àĤĤ্àĤĴàĤàĤ°àĤ %s àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "%s àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤ•à§‹àĤ¨à§‹ àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "%s MAC àĤ àĤżàĤ•àĤàĤ¨àĤ àĤ¸àĤı àĤ•à§‹àĤ¨à§‹ àĤ‡àĤ¨à§àĤŸàĤàĤ°àĤĞেàĤ¸ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤŻà§‹àĤ— àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "àĤ¨àĤ¤à§àĤ¨ àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤŻà§‹àĤ— àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻ" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ°" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ¸àĤàĤĴ-àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ°" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤেàĤ•à§‡ àĤŞà§œàĤ àĤ“ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡ àĤ²à§‡àĤ–àĤàĤ° àĤোàĤĦ" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "'attach-disk' àĤ•àĤàĤàĤ¨à§àĤĦ àĤĤ্àĤĴàĤàĤ°àĤ %s àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°à§àĤ¨à¤" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "àĤĦàĤżàĤ¸à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "%s àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻàĤ¸à§àĤàĤ² àĤ¸àĤı àĤ•à§‹àĤ¨à§‹ àĤĦàĤżàĤ¸à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "init àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤেàĤàĤ°àĤż calloc àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" +msgstr "lvs àĤ•àĤàĤàĤ¨à§àĤĦ àĤĴàĤżàĤĞàĤ²" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ² àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "àĤàĤ•àĤŸàĤż àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²à§àĤ¨à¤" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨ àĤ‡àĤ¨à§àĤŸàĤàĤ°à§‡àĤ•à§àĤŸàĤżàĤ­ àĤŸàĤàĤ°à§àĤàĤżàĤ¨àĤàĤ² àĤেàĤ•à§‡ àĤŞà§àĤ°àĤ¸à§àĤàĤàĤ¨ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "'%s' àĤ•àĤàĤàĤ¨à§àĤĦেàĤ° àĤ¸àĤàĤে <%s> àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤŞà§àĤ°à§Ÿà§‹àĤ— àĤ•àĤ°àĤ àĤ†àĤĴàĤĥ্àĤŻàĤ•" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "àĤ•àĤàĤàĤ¨à§àĤĦ '%s'-àĤ° àĤ¸àĤàĤে --%s àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤŞà§àĤ°à§Ÿà§‹àĤ— àĤ•àĤ°àĤ àĤ†àĤĴàĤĥ্àĤŻàĤ•" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "àĤ•àĤàĤàĤ¨à§àĤĦ '%s' àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6009,7 +6436,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6017,7 +6444,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6025,55 +6452,55 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ id-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤ¨à§‡àĤ‡" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "àĤĦোàĤেàĤ‡àĤ¨ '%s' àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤĴàĤżàĤıীàĤ¨ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• '%s' àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤĴàĤżàĤıীàĤ¨ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "àĤĦোàĤেàĤ‡àĤ¨ '%s' àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤĴàĤżàĤıীàĤ¨ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "àĤĦোàĤেàĤ‡àĤ¨ '%s' àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6084,130 +6511,130 @@ msgstr "" "(àĤ¸àĤয়: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŸà§‹àĤ•à§‡àĤ¨ (àĤ•àĤàĤàĤ¨à§àĤĦেàĤ° àĤ¨àĤàĤ): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤ•àĤàĤàĤ¨à§àĤĦ: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "àĤ•àĤàĤàĤ¨à§àĤĦ '%s'-àĤ° àĤĤ্àĤĴàĤàĤ°àĤ --%s àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤıয় àĤ¨àĤ" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤ¸àĤżàĤ¨à§àĤŸà§‡àĤ•à§àĤ¸: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "àĤ¸àĤ‚àĤ–্àĤŻàĤ" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "àĤŞàĤ‚àĤ•à§àĤ¤àĤż" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤ¤àĤ্àĤŻ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "XML àĤĞàĤàĤ‡àĤ²" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "àĤ¸à§àĤàĤ—àĤżàĤ¤" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "shutdown àĤ…àĤĴàĤ¸à§àĤàĤয়" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "àĤĴàĤ¨à§àĤ§" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "àĤĴàĤżàĤŞàĤ°à§àĤŻàĤ¸à§àĤ¤" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "àĤ…àĤĞ-àĤ²àĤàĤ‡àĤ¨" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "àĤĴৈàĤ§ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: àĤ¤à§àĤ°à§àĤŸàĤż: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "àĤ¤à§àĤ°à§àĤŸàĤż: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d àĤĴàĤàĤ‡àĤŸ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu àĤĴàĤàĤ‡àĤŸ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ² àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ²àĤ— àĤŞàĤàĤàĤŸàĤż àĤĞàĤàĤ‡àĤ² àĤ¨à§Ÿ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ² àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤठàĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤŞàĤàĤ àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°à§àĤ¨" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "àĤ²àĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤĴàĤżàĤšà§àĤ›àĤżàĤ¨à§àĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6240,7 +6667,7 @@ msgstr "" "\n" " àĤ•àĤàĤàĤ¨à§àĤĦ (àĤ¨àĤ¨ àĤ‡àĤ¨à§àĤŸàĤàĤ°à§‡àĤ•à§àĤŸàĤżàĤ­ àĤোàĤĦ):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6250,12 +6677,12 @@ msgstr "" " (àĤ•àĤàĤàĤ¨à§àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤĴàĤżàĤĴàĤ°àĤ£ àĤœàĤàĤ¨àĤ¤à§‡ help àĤŞà§àĤ°à§Ÿà§‹àĤ— àĤ•àĤ°à§àĤ¨)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "àĤ…àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤĴàĤżàĤ•àĤ²à§àĤŞ '-%c'ठ--help àĤĤেàĤ–ুàĤ¨à¤" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6264,7 +6691,7 @@ msgstr "" "àĤ­àĤàĤ°à§àĤšà§à§ŸàĤàĤ²àĤàĤ‡àĤœà§‡àĤĥàĤ¨ àĤ‡àĤ¨à§àĤŸàĤàĤ°à§‡àĤ•à§àĤŸàĤżàĤ­ àĤŸàĤàĤ°à§àĤàĤżàĤ¨àĤàĤ² %s-àĤ àĤ¸à§àĤĴàĤàĤ—àĤ¤àĤà¤\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6282,874 +6709,960 @@ msgstr "àĤ¸àĤ¤àĤ°à§àĤ•àĤĴàĤàĤ°à§àĤ¤àĤ" msgid "error" msgstr "àĤ¤à§àĤ°à§àĤŸàĤż" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "àĤ•à§‹àĤ¨à§‹ àĤ¤à§àĤ°à§àĤŸàĤżàĤ° àĤĴàĤàĤ°à§àĤ¤àĤ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "àĤ…àĤ­à§àĤŻàĤ¨à§àĤ¤àĤ°à§€àĤ£ àĤ¤à§àĤ°à§àĤŸàĤż %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "àĤ…àĤ­à§àĤŻàĤ¨à§àĤ¤àĤ°à§€àĤ£ àĤ¤à§àĤ°à§àĤŸàĤż" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ° àĤĤ্àĤĴàĤàĤ°àĤ àĤàĤ‡ àĤ•àĤ°à§àĤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ° àĤĤ্àĤĴàĤàĤ°àĤ àĤàĤ‡ àĤ•àĤ°à§àĤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ°à§‡àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "àĤàĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "àĤ…àĤœàĤàĤ¨àĤ HTTP àĤ¤à§àĤ°à§àĤŸàĤżàĤ° àĤ•à§‹àĤĦ %d àĤŞà§àĤ°àĤàĤŞà§àĤ¤" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤıোàĤ¸à§àĤŸ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "àĤ…àĤœàĤàĤ¨àĤ àĤıোàĤ¸à§àĤŸ" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr àĤ¸àĤżàĤ°àĤżà§ŸàĤàĤ²àĤàĤ‡àĤœ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr àĤ¸àĤżàĤ°àĤżà§ŸàĤàĤ²àĤàĤ‡àĤœ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ° àĤàĤ¨à§àĤŸà§àĤ°àĤż àĤĴ্àĤŻàĤĴàĤıàĤàĤ° àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen àĤıàĤàĤ‡àĤŞàĤàĤ°-àĤ­àĤàĤ‡àĤ¸àĤ° àĤàĤ¨à§àĤŸà§àĤ°àĤż %s àĤĴ্àĤŻàĤĴàĤıàĤàĤ° àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen Store-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen Store %s-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "àĤ•àĤàĤ°à§àĤ¨à§‡àĤ² àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ %s-àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "%s àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "àĤ…àĤŞàĤàĤ°à§‡àĤŸàĤżàĤ‚ àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤŞàĤàĤ°à§‡àĤŸàĤżàĤ‚ àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s-àĤ° àĤœàĤ¨à§àĤŻ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ° àĤ¨àĤżàĤĴàĤ¨à§àĤ§àĤżàĤ¤" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤż àĤ•àĤ² àĤĴàĤżàĤĞàĤ², àĤ¸àĤ্àĤ­àĤĴàĤ¤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤż àĤ•àĤ² %s àĤĴàĤżàĤĞàĤ², àĤ¸àĤ্àĤ­àĤĴàĤ¤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML àĤĴàĤżàĤĴàĤ°àĤ£ àĤ¸àĤ àĤżàĤ•àĤ°à§‚àĤŞà§‡ àĤ—àĤ àĤżàĤ¤ àĤ¨à§Ÿ àĤ…àĤàĤĴàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s-àĤ° àĤœàĤ¨à§àĤŻ XML àĤĴàĤżàĤĴàĤ°àĤ£ àĤ¸àĤ àĤżàĤ•àĤ°à§‚àĤŞà§‡ àĤ—àĤ àĤżàĤ¤ àĤ¨à§Ÿ àĤ…àĤàĤĴàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ°à§Ÿà§‡àĤ›à§‡" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "àĤĥুàĤ§à§àĤàĤàĤ¤à§àĤ° àĤŞàĤàĤ àĤŻà§‹àĤ—্àĤŻ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤĴ্àĤŻàĤĴàĤıàĤàĤ°à§‡àĤ° àĤ¸àĤয় àĤ•àĤ°à§àĤ àĤ¸àĤžà§àĤšàĤàĤ²àĤ¨ àĤ¨àĤżàĤ·àĤżàĤĤ্àĤ§" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "àĤĥুàĤ§à§àĤàĤàĤ¤à§àĤ° àĤŞàĤàĤ àĤŻà§‹àĤ—্àĤŻ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤĴ্àĤŻàĤĴàĤıàĤàĤ°à§‡àĤ° àĤ¸àĤয় %s àĤ•àĤ°à§àĤ àĤ¸àĤžà§àĤšàĤàĤ²àĤ¨ àĤ¨àĤżàĤ·àĤżàĤĤ্àĤ§" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "àĤŞà§œàĤàĤ° àĤ‰àĤĤ্àĤĤেàĤĥ্àĤŻà§‡ àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ² àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "àĤŞà§œàĤàĤ° àĤ‰àĤĤ্àĤĤেàĤĥ্àĤŻà§‡ %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ² àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ² %s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ² àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ² %s àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤżàĤ¨à§àĤŸà§‡àĤ•à§àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤżàĤ¨à§àĤŸà§‡àĤ•à§àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "àĤŞàĤàĤ°à§àĤ¸àĤàĤ° àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤à§àĤ°à§àĤŸàĤż" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "àĤàĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "àĤšàĤżàĤı্àĤ¨àĤżàĤ¤ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ°à§Ÿà§‡àĤ›à§‡" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "%s àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤ àĤ•àĤ² àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤à§àĤ°à§àĤŸàĤż" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤à§àĤ°à§àĤŸàĤż" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS àĤ•àĤ² àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤à§àĤ°à§àĤŸàĤż" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤàĤ¨àĤ" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤàĤ¨àĤ: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "àĤàĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "àĤàĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "àĤàĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ…àĤĴৈàĤ§ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤŞàĤàĤ“য়àĤ àĤŻàĤয়àĤ¨àĤż: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— '%s' àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s àĤ•àĤ¨àĤĞàĤżàĤ— àĤ¤àĤàĤ²àĤżàĤ•àĤàĤ° àĤœàĤ¨à§àĤŻ àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— '%s' àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" "àĤ•à§àĤ°à§‡àĤĦàĤżàĤŸ àĤ¸à§àĤ•à§‡àĤĦàĤżàĤ‰àĤ²àĤàĤ°à§‡àĤ° weight àĤŞàĤ°àĤàĤàĤżàĤ¤àĤżàĤ° (%d) àĤàĤàĤ¨ àĤ¨àĤżàĤ°à§àĤĤàĤżàĤ·à§àĤŸ àĤ¸à§€àĤàĤ àĤĴàĤıàĤżàĤ°à§àĤ­à§‚àĤ¤ (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "àĤ•à§àĤ°à§‡àĤĦàĤżàĤŸ àĤ¸à§àĤ•à§‡àĤĦàĤżàĤ‰àĤ²àĤàĤ°à§‡àĤ° cap àĤŞàĤ°àĤàĤàĤżàĤ¤àĤżàĤ° (%d) àĤàĤàĤ¨ àĤ¨àĤżàĤ°à§àĤĤàĤżàĤ·à§àĤŸ àĤ¸à§€àĤàĤ àĤĴàĤıàĤżàĤ°à§àĤ­à§‚àĤ¤ (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ àĤıয়েàĤ›à§‡" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "Xen Store-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen Daemon àĤেàĤ•à§‡ àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤŞà§àĤ¨àĤ°àĤàĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "àĤ¨àĤ¤à§àĤ¨ àĤĴàĤàĤĞàĤàĤ° àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "create S-Expr-àĤ° urlencode àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, domid àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, domid àĤ¸àĤ‚àĤ–্àĤŻàĤàĤূàĤ²àĤ• àĤ¨à§Ÿ" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, uuid àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, àĤ¨àĤàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, àĤ¨àĤàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, àĤ•àĤàĤ°à§àĤ¨à§‡àĤ² àĤ“ àĤĴুàĤŸ-àĤ²à§‹àĤĦàĤàĤ° àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, vbd-àĤ° àĤàĤ§à§àĤŻà§‡ dev àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, vbd-àĤ° àĤàĤ§à§àĤŻà§‡ src àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤ¨àĤàĤ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ, àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ°à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤ¨àĤàĤ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ, àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ°à§‡àĤ° àĤ§àĤ°àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "àĤ…àĤĴৈàĤ§ MAC àĤ àĤżàĤ•àĤàĤ¨àĤ: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict àĤ¨à§‹àĤĦ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, id àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "Xend àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤżàĤ¨à§àĤŸà§‡àĤ•à§àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¸àĤàĤ¸àĤŞà§‡àĤ¨à§àĤĦ àĤ…àĤĴàĤ¸à§àĤàĤয় àĤ¸à§àĤàĤàĤŞàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "%s àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤ‡àĤ¨àĤŞà§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value àĤ¨à§‹àĤĦ" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "àĤ¨à§‹àĤĦেàĤ° àĤেàĤàĤ°àĤż" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• %s-àĤ° àĤĴ্àĤŻàĤàĤ–্àĤŻàĤ àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "Xend àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨ %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, àĤ¨àĤàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "àĤ…àĤœàĤàĤ¨àĤ" +msgstr "àĤ¸àĤয়àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, uuid àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" -msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, uuid àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¸àĤ্àĤŞà§‚àĤ°à§àĤ£, àĤ¨àĤàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "àĤŞà§œàĤàĤ° àĤ‰àĤĤ্àĤĤেàĤĥ্àĤŻà§‡ %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ² %s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤĦোàĤেàĤ‡àĤ¨ %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgstr "guest-àĤ° àĤ§àĤ°àĤ¨ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value àĤ¨à§‹àĤĦ" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "àĤ²àĤàĤ‡àĤĴ্àĤ°à§‡àĤ°àĤż àĤ•àĤ² àĤĴàĤżàĤĞàĤ², àĤ¸àĤ্àĤ­àĤĴàĤ¤ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" +msgstr "ai_socktype àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¸àĤżàĤ¨à§àĤŸà§‡àĤ•à§àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¸àĤàĤ¸à§àĤŻàĤ: %s" +msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¤à§àĤ°à§àĤŸàĤżàĤŞà§‚àĤ°à§àĤ£ UUID" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "àĤĞàĤàĤ‡àĤ² '%s' stat àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ : %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value àĤ¨à§‹àĤĦ" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value àĤ¨à§‹àĤĦ" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ value àĤ¨à§‹àĤĦ" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "àĤĥুàĤ§à§àĤàĤàĤ¤à§àĤ° àĤŞàĤàĤ àĤŻà§‹àĤ—্àĤŻ àĤ¸àĤ‚àĤŻà§‹àĤ—" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "àĤ¨àĤżàĤ·à§àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ dict àĤ¨à§‹àĤĦ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "%s àĤেàĤ•à§‡ àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°à§àĤĤ্àĤ§àĤàĤ° àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨MemorySize àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ² %s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "àĤ…àĤœàĤàĤ¨àĤ OS-àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "autostart àĤ²àĤżàĤ‚àĤ• '%s' àĤুàĤ›à§‡ àĤĞেàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "%s àĤ²àĤ—-àĤĞàĤàĤ‡àĤ² àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "%s àĤ²àĤ—-àĤĞàĤàĤ‡àĤ² àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "string àĤ…্àĤŻàĤàĤ°à§‡ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°à§àĤ¨" #: src/xmlrpc.c:53 @@ -7168,7 +7681,7 @@ msgstr "value àĤ…্àĤŻàĤàĤ°à§‡ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°à§àĤ¨" #: src/xmlrpc.c:185 #, fuzzy msgid "allocate dict" -msgstr "àĤ¨àĤ¤à§àĤ¨ àĤ•àĤ¨àĤŸà§‡àĤ•à§àĤ¸àĤŸ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7194,6 +7707,10 @@ msgstr "àĤŞà§àĤ°àĤ¤à§àĤŻà§àĤ¤à§àĤ¤àĤ°à§‡àĤ° àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ• msgid "read response" msgstr "àĤŞà§àĤ°àĤ¤à§àĤŻà§àĤ¤à§àĤ¤àĤ°à§‡àĤ° àĤàĤàĤ¨ àĤŞà§œàĤ" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "string àĤ…্àĤŻàĤàĤ°à§‡ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°à§àĤ¨" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "àĤ¸àĤàĤ°à§àĤ­àĤàĤ° àĤেàĤ•à§‡ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤŞà§àĤ°àĤ¤à§àĤŻà§àĤ¤à§àĤ¤àĤ° àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" @@ -7202,306 +7719,340 @@ msgstr "àĤ¸àĤàĤ°à§àĤ­àĤàĤ° àĤেàĤ•à§‡ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤŞà§àĤ°àĤ¤à§ msgid "allocate new context" msgstr "àĤ¨àĤ¤à§àĤ¨ àĤ•àĤ¨àĤŸà§‡àĤ•à§àĤ¸àĤŸ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen Store-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#~ msgid "blocked" -#~ msgstr "àĤ…àĤĴàĤ°à§àĤĤ্àĤ§" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" +msgid "failed to allocate activeDomainList" +msgstr "àĤ¸àĤ•à§àĤ°àĤżà§Ÿ àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¤àĤàĤ²àĤżàĤ•àĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ" +msgid "failed to allocate xsWatchList" +msgstr "ostype-àĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨MemorySize àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨à§‡ àĤ¸àĤ•à§àĤ°àĤżà§Ÿ" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "àĤ¸àĤ‚àĤ•à§‡àĤ¤ %d àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤıয়েàĤ›à§‡, àĤĦ্àĤ°àĤàĤ‡àĤ­àĤàĤ°à§‡ àĤŞà§àĤ°à§‡àĤ°àĤżàĤ¤ àĤıàĤšà§àĤ›à§‡" + +#~ msgid "allocating conn->name" +#~ msgstr "conn->name àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" + +#~ msgid "missing filesystem type" +#~ msgstr "àĤĞàĤàĤ‡àĤ²-àĤ¸àĤżàĤ¸à§àĤŸà§‡àĤেàĤ° àĤ§àĤ°àĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#~ msgid "empty or invalid mount source" +#~ msgstr "àĤàĤàĤ‰àĤ¨à§àĤŸà§‡àĤ° àĤূàĤ² àĤ‰à§ŽàĤ¸ àĤĞàĤàĤàĤ•àĤ àĤ…àĤàĤĴàĤ àĤ…àĤĴৈàĤ§" + #~ msgid "missing mount target" -#~ msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "àĤàĤàĤ‰àĤ¨à§àĤŸà§‡àĤ° àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤ¸à§àĤàĤàĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#~ msgid "empty or invalid mount target" +#~ msgstr "àĤàĤàĤ‰àĤ¨à§àĤŸà§‡àĤ° àĤ‰àĤĤ্àĤĤàĤżàĤ·à§àĤŸ àĤ¸à§àĤàĤàĤ¨ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ…àĤàĤĴàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" +#~ msgstr "uuid àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "init àĤ¸àĤàĤàĤ—্àĤ°à§€ àĤĴৈàĤ§ àĤ¨à§Ÿ àĤ…àĤàĤĴàĤ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#~ msgid "init string too long" +#~ msgstr "init àĤ¸à§àĤŸà§àĤ°àĤżàĤ‚ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "àĤেàĤàĤ°àĤżàĤ° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ %d" +#~ msgstr "àĤেàĤàĤ°àĤżàĤ° àĤ…àĤĴৈàĤ§ àĤàĤàĤŞ" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "root àĤ¸àĤàĤàĤ—্àĤ°à§€ àĤĴৈàĤ§ àĤ¨à§Ÿ" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ§àĤ°àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ id" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "%s àĤ¨àĤàĤেàĤ° àĤ¸àĤ•à§àĤ°àĤżà§Ÿ VM-àĤ° àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "àĤ§àĤàĤ°àĤ£àĤ•àĤàĤ°à§€ àĤŞà§àĤ°àĤ¸à§‡àĤ¸ àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s àĤেàĤ•à§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "àĤ•àĤ¨àĤĞàĤżàĤ— àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +#~ msgstr "lxc àĤ…àĤĴàĤ¸à§àĤàĤàĤ° àĤĦàĤżàĤ°à§‡àĤ•à§àĤŸàĤ°àĤż %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤŞàĤàĤ àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +#~ msgstr "tty pid àĤĞàĤàĤ‡àĤ² %s àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +#~ msgstr "tty pid àĤĞàĤàĤ‡àĤ² %s fdopen àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +#~ msgstr "tty pid àĤĞàĤàĤ‡àĤ² %s àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +#~ msgstr "tty pid àĤĞàĤàĤ‡àĤ² %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨ àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +#~ msgstr "tty pid àĤĞàĤàĤ‡àĤ² %s àĤŞà§œàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "%s exec àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" +#~ msgstr "execl àĤĤ্àĤĴàĤàĤ°àĤ init exec àĤ•àĤ°àĤ¤à§‡: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "àĤĴàĤ°à§àĤ¤àĤàĤàĤ¨MemorySize àĤŞàĤ°à§€àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "vm tty àĤ¨àĤàĤেàĤ° àĤ¸àĤ‚àĤ—্àĤ°àĤıàĤ¸à§àĤàĤ² àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "posix_openpt àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "ptsname_r àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "epoll_ctl(fd2) àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "àĤŞà§œàĤàĤ° àĤ‰àĤĤ্àĤĤেàĤĥ্àĤŻà§‡ %s àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "tty àĤĞàĤ°àĤ“য়àĤàĤ°à§àĤĦàĤżàĤ‚ àĤŞà§àĤ°àĤ¸à§‡àĤ¸ fork àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "SIGTERM àĤŞàĤàĤ àĤàĤ¤à§‡ àĤĴàĤżàĤĞàĤ²: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "tty àĤŞà§àĤ°àĤ¸à§‡àĤ¸àĤ•à§‡ SIGKILL àĤŞàĤàĤ àĤàĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ %s àĤ†àĤ°àĤ্àĤ­ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "tty %d-àĤ° àĤœàĤ¨à§àĤŻ waitpid àĤ…àĤŞà§‡àĤ•à§àĤ·àĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "àĤ•àĤ°à§àĤ àĤĴàĤżàĤĞàĤ²: %s" +#~ msgstr "SIGKILL àĤŞà§àĤ°à§‡àĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ—àĤ¨à§àĤ¤àĤĴ্àĤŻ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ§àĤ°àĤ¨ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤĴৈàĤĥàĤżàĤ·à§àĤŸà§àĤŻ àĤĴৈàĤ§ àĤ¨à§Ÿ" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤàĤ" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID àĤ¤à§àĤ°à§àĤŸàĤż (১à§Ĥà§Ĥ-àĤ° àĤ…àĤ§àĤżàĤ• àĤŞà§‚àĤ°à§àĤ£àĤ¸àĤ‚àĤ–্àĤŻàĤ àĤıàĤ“য়àĤ àĤ†àĤĴàĤĥ্àĤŻàĤ•" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "àĤŞà§àĤ°àĤĤàĤ¤à§àĤ¤ xml àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² '%s'-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ•à§‹àĤ¨à§‹ IP àĤ àĤżàĤ•àĤàĤ¨àĤ àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress-àĤ° àĤĤৈàĤ°à§àĤ˜à§àĤŻ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' structure-àĤ° àĤœàĤ¨à§àĤŻ Create Memory àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "àĤŞà§àĤ°àĤĤàĤ¤à§àĤ¤ xml àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² '%s'-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ•à§‹àĤ¨à§‹ àĤ¨à§‡àĤŸàĤàĤàĤ¸à§àĤ• àĤ àĤżàĤ•àĤàĤ¨àĤ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ¨à§‡àĤ‡" + +#~ msgid "netmask length too long" +#~ msgstr "àĤ¨à§‡àĤŸàĤàĤàĤ¸à§àĤ•à§‡àĤ° àĤĤৈàĤ°à§àĤ˜à§àĤŻ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "àĤŞà§àĤ°àĤĤàĤ¤à§àĤ¤ xml àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² '%s'-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ•à§‹àĤ¨à§‹ àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ¨à§‡àĤ‡" + +#~ msgid "hostname length too long" +#~ msgstr "àĤıোàĤ¸à§àĤŸ-àĤ¨à§‡àĤেàĤ° àĤĤৈàĤ°à§àĤ˜à§àĤŻ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "àĤŞà§àĤ°àĤĤàĤ¤à§àĤ¤ xml àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² '%s'-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ•à§‹àĤ¨à§‹ àĤ—েàĤŸàĤ“য়েàĤ° àĤ àĤżàĤ•àĤàĤ¨àĤ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ¨à§‡àĤ‡" + +#~ msgid "gateway length too long" +#~ msgstr "àĤ—েàĤŸàĤ“য়েàĤ° àĤĤৈàĤ°à§àĤ˜à§àĤŻ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "àĤŞà§àĤ°àĤĤàĤ¤à§àĤ¤ xml àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ² '%s'-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ•à§‹àĤ¨à§‹ àĤ¨à§‡àĤ-àĤ¸àĤàĤ°à§àĤ­àĤàĤ°à§‡àĤ° àĤ àĤżàĤ•àĤàĤ¨àĤ àĤ‰àĤŞàĤ²àĤĴ্àĤ§ àĤ¨à§‡àĤ‡" + +#~ msgid "nameserver length too long" +#~ msgstr "àĤ¨à§‡àĤ-àĤ¸àĤàĤ°à§àĤ­àĤàĤ°à§‡àĤ° àĤĤৈàĤ°à§àĤ˜à§àĤŻ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' structure-àĤ° àĤœàĤ¨à§àĤŻ Create Memory àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#~ msgid "profile length too long" +#~ msgstr "àĤŞà§àĤ°à§‹àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤĤৈàĤ°à§àĤ˜à§àĤŻ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "value àĤ…্àĤŻàĤàĤ°à§‡ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°à§àĤ¨" +#~ msgstr "calloc àĤĴàĤżàĤĞàĤ²" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZ-àĤ° àĤĴàĤżàĤ•àĤ²à§àĤŞ àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤ¤à§àĤ°à§àĤŸàĤż" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" #~ msgid "failed to exec %s\n" #~ msgstr "%s exec àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "àĤ…àĤŞà§àĤ°àĤ¤à§àĤŻàĤàĤĥàĤżàĤ¤ mime àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤż" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ id àĤ…àĤàĤĴàĤ àĤ¨àĤàĤ" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" +#~ msgstr "cdrom àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ¨àĤàĤ àĤĴৈàĤ§ àĤ¨à§Ÿ: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "àĤĴàĤàĤ¸à§‡àĤ° àĤ§àĤ°àĤ¨ àĤĴৈàĤ§ àĤ¨à§Ÿ: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" +#~ msgstr "'%s' àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP àĤ‡àĤ¨à§àĤŸàĤàĤ°-àĤĞেàĤ¸ '%s'-àĤ° àĤ¨àĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP àĤ¸à§àĤ•à§àĤ°àĤżàĤŞà§àĤŸà§‡àĤ° àĤŞàĤàĤ '%s' àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP àĤĴ্àĤ°àĤżàĤœà§‡àĤ° àĤŞàĤàĤ '%s' àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP àĤ àĤżàĤ•àĤàĤ¨àĤ '%s' àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" +#~ msgstr "'%s' àĤàĤĦেàĤ²à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤĴড়" -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦোàĤেàĤ‡àĤ¨" - -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "àĤĦàĤżàĤ­àĤàĤ‡àĤ¸à§‡àĤ° àĤ‰à§ŽàĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "àĤ¸àĤàĤ‰àĤ¨à§àĤĦ àĤàĤĦেàĤ² àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ•" +#~ msgstr "àĤ¸àĤàĤ‰àĤ¨à§àĤĦ àĤàĤĦেàĤ² '%s' àĤĴৈàĤ§ àĤ¨à§Ÿ" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤেàĤ° àĤĤৈàĤ°à§àĤ˜à§àĤŻ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "àĤ¨à§‹àĤĦ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" +#~ msgstr "àĤেàĤàĤ°àĤż àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ¤à§àĤ°à§àĤŸàĤżàĤŞà§‚àĤ°à§àĤ£" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ vcpu àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" +#~ msgstr "vcpu àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ¤à§àĤ°à§àĤŸàĤżàĤŞà§‚àĤ°à§àĤ£" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ vcpu àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ" +#~ msgstr "vcpu mask àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤à§àĤ°à§àĤŸàĤżàĤŞà§‚àĤ°à§àĤ£ àĤ¤àĤ্àĤŻ " + +#~ msgid "architecture type too long" +#~ msgstr "àĤ†àĤ°à§àĤ•àĤżàĤŸà§‡àĤ•àĤšàĤàĤ°à§‡àĤ° àĤ§àĤ°àĤ¨ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "machine type too long" +#~ msgstr "àĤেàĤĥàĤżàĤ¨à§‡àĤ° àĤ§àĤ°àĤ¨à§‡àĤ° àĤàĤàĤ¨ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "kernel path too long" +#~ msgstr "àĤ•àĤàĤ°à§àĤ¨à§‡àĤ²à§‡àĤ° àĤŞàĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "initrd path too long" +#~ msgstr "initrd àĤŞàĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline àĤ†àĤ°à§àĤ—ুàĤেàĤ¨à§àĤŸ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "emulator path too long" +#~ msgstr "àĤàĤুàĤ²à§‡àĤŸàĤ°à§‡àĤ° àĤŞàĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "%s àĤŞà§àĤ°àĤ•à§ƒàĤ¤àĤżàĤ° àĤ—্àĤ°àĤàĤĞàĤżàĤ•à§àĤ¸ àĤ¸àĤàĤ°à§àĤàĤżàĤ¤ àĤ¨à§Ÿ" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "disk àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" - -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "input àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "àĤ¸àĤàĤ‰àĤ¨à§àĤĦ dev-àĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "vm àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "range àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "network_def àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "àĤেàĤàĤ°àĤż àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "xmlXPathContext àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤàĤĴàĤ uuid" +#~ msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ•à§‡àĤ° àĤ¨àĤàĤেàĤ° àĤàĤàĤ¨ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "àĤ¨à§‹àĤĦ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "network àĤŞàĤ‚àĤ•à§àĤ¤àĤżàĤ° àĤœàĤ¨à§àĤŻ àĤ¸à§àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU àĤ—েàĤ¸à§àĤŸà§‡àĤ° àĤ•àĤ¨àĤĞàĤżàĤ— '%s' àĤŞàĤàĤ°à§àĤ¸ àĤ•àĤ°àĤ¤à§‡ àĤ¸àĤàĤ¸à§àĤŻàĤ : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG: àĤ…àĤœàĤàĤ¨àĤ àĤ¤à§àĤ°à§àĤŸàĤż - àĤ…àĤ¨à§àĤ—্àĤ°àĤı àĤ•àĤ°à§‡ àĤàĤ‡ àĤĴàĤàĤ—েàĤ° àĤ¤àĤ্àĤŻ àĤĤàĤয়েàĤ° àĤ•àĤ°à§àĤ¨\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU guest àĤ•àĤ¨àĤĞàĤżàĤ—àĤàĤ°à§‡àĤĥàĤ¨à§‡àĤ° àĤĞàĤàĤ‡àĤ² '%s'-àĤ° àĤ¨àĤàĤ àĤ“ guest-àĤ° àĤ¨àĤàĤ '%s' àĤàĤ• àĤ¨à§Ÿ" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU àĤ—েàĤ¸à§àĤŸ àĤ•àĤ¨àĤĞàĤżàĤ— '%s' àĤ²à§‹àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: àĤŞàĤ°à§àĤŻàĤàĤŞà§àĤ¤ àĤেàĤàĤ°àĤż àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤ àĤ¨à§‡àĤ‡" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤı্àĤŻàĤàĤĥ àĤŸà§‡àĤĴàĤżàĤ²à§‡àĤ° àĤàĤ§à§àĤŻà§‡ àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ•àĤ¨àĤĞàĤżàĤ— '%s' àĤ²à§‹àĤĦ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: àĤŞàĤ°à§àĤŻàĤàĤŞà§àĤ¤ àĤেàĤàĤ°àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "'%s/%s' àĤ•àĤ¨àĤĞàĤżàĤ— àĤĞàĤàĤ‡àĤ²à§‡àĤ° àĤ¨àĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "Autostart àĤ²àĤżàĤ‚àĤ• àĤŞàĤàĤ '%s/%s' àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" +#~ msgstr "cpu àĤàĤàĤ¸à§àĤ• àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" +#~ msgstr "XML àĤ¨àĤżàĤ°à§àĤàĤàĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: àĤŞàĤ°à§àĤŻàĤàĤŞà§àĤ¤ àĤেàĤàĤ°àĤż àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "qemudInitPaths()-àĤ° àĤĴàĤàĤĞàĤàĤ°à§‡àĤ° àĤ•à§àĤ·àĤàĤ¤àĤàĤ° àĤ¤à§‚àĤ²àĤ¨àĤয়, àĤ‰à§ŽàĤŞàĤ¨à§àĤ¨ àĤŞàĤàĤ àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ²àĤ্àĤĴàĤ" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "àĤĴ্àĤ²àĤ• àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤŞàĤ°àĤżàĤ¸àĤ‚àĤ–্àĤŻàĤàĤ¨ àĤŞà§àĤ°àĤàĤŞà§àĤ¤ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ %s %s" +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "àĤĴ্àĤ°àĤżàĤœ STP-àĤ° àĤàĤàĤ¨ %s àĤ¨àĤżàĤ°à§àĤ§àĤàĤ°àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM àĤ¸àĤ‚àĤŻà§àĤ•à§àĤ¤ àĤ¨à§Ÿ, àĤàĤżàĤĦàĤżà§ŸàĤ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°àĤ àĤ¸àĤ্àĤ­àĤĴ àĤ¨à§Ÿ" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "volume name" +#~ msgstr "àĤ­àĤ²àĤżàĤ‰àĤেàĤ° àĤ¨àĤàĤ" + +#~ msgid "volume key" +#~ msgstr "àĤ­àĤ²àĤżàĤ‰àĤেàĤ° àĤ•àĤż" #~ msgid "domain" #~ msgstr "àĤĦোàĤেàĤ‡àĤ" -#~ msgid "domain name" -#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° àĤ¨àĤàĤ" - #~ msgid "domain uuid" #~ msgstr "àĤĦোàĤেàĤ‡àĤ¨à§‡àĤ° uuid" @@ -7544,16 +8095,34 @@ msgstr "Xen Store-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§ #~ msgid "too many domains" #~ msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ• àĤĦোàĤেàĤ‡àĤ¨" +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤŞà§àĤ¨àĤ°àĤয় àĤĴুàĤŸ àĤ•àĤ°àĤ àĤıàĤĴে" + +#~ msgid "cannot write header" +#~ msgstr "àĤıেàĤĦàĤàĤ° àĤ²àĤżàĤ–àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "àĤ¨à§‹àĤĦেàĤ° àĤĦোàĤেàĤ‡àĤ¨ àĤ¤àĤàĤ²àĤżàĤ•àĤ" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "%s àĤĦোàĤেàĤ‡àĤ¨ %s-àĤ àĤ¸àĤ‚àĤ°àĤ•à§àĤ·àĤ£ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ" + #~ msgid "too many networks" #~ msgstr "àĤ…àĤ¤à§àĤŻàĤàĤ§àĤżàĤ• àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ¸àĤ‚àĤ–্àĤŻàĤ" +#~ msgid "blocked" +#~ msgstr "àĤ…àĤĴàĤ°à§àĤĤ্àĤ§" + #, fuzzy #~ msgid "cannot read XML domain definition" #~ msgstr "àĤĦোàĤেàĤ‡àĤ¨ àĤĴ্àĤŻàĤàĤ–্àĤŻàĤàĤ•àĤàĤ°à§€ àĤĞàĤàĤ‡àĤ² àĤ²à§‹àĤĦ àĤ•àĤ°à§àĤ¨" #, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" +#~ msgstr "%s-àĤ° àĤàĤ§à§àĤŻà§‡ root àĤĦàĤżàĤ­àĤàĤ‡àĤ¸ àĤ¸àĤ‚àĤ•à§àĤ°àĤàĤ¨à§àĤ¤ àĤ¤àĤ্àĤŻ àĤ…àĤ¨à§àĤŞàĤ¸à§àĤàĤżàĤ¤" #, fuzzy #~ msgid "domain type is invalid" @@ -7578,30 +8147,3 @@ msgstr "Xen Store-àĤ° àĤ¸àĤàĤে àĤ¸àĤ‚àĤŻà§‹àĤ— àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§ #, fuzzy #~ msgid "invalid input device" #~ msgstr "àĤ…àĤĴৈàĤ§ àĤĦোàĤেàĤ‡àĤ¨ àĤ¨àĤżàĤ°à§àĤĤেàĤĥàĤ• àĤ‰àĤŞàĤ¸à§àĤàĤżàĤ¤" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "àĤ¨à§‡àĤŸàĤ“য়àĤàĤ°à§àĤ• àĤ…àĤ¨à§àĤ¸àĤ¨à§àĤ§àĤàĤ¨ àĤ•àĤ°àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "àĤĴàĤ°àĤàĤĤ্àĤĤ àĤেàĤàĤ°àĤżàĤ° àĤàĤàĤ¨ àĤŞàĤ°àĤżàĤĴàĤ°à§àĤ¤àĤ¨ àĤ•àĤ°à§àĤ¨" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "àĤŞà§àĤ°àĤ¤à§àĤŻà§àĤ¤à§àĤ¤àĤ°à§‡àĤ° àĤàĤàĤ¨ àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "àĤ…àĤ­à§àĤŻàĤ¨à§àĤ¤àĤ°à§€àĤ£ àĤ¤à§àĤ°à§àĤŸàĤż %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "àĤ¨àĤ¤à§àĤ¨ àĤĴàĤàĤĞàĤàĤ° àĤĴàĤ°àĤàĤĤ্àĤĤàĤ•àĤ°àĤ£" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' àĤ–ুàĤ²àĤ¤à§‡ àĤĴ্àĤŻàĤ°à§àĤ: àĤŞà§œàĤ àĤıয়েàĤ›à§‡: %s" diff --git a/po/bs.po b/po/bs.po index 321b5ef895..2e3bdaee6b 100644 --- a/po/bs.po +++ b/po/bs.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-01-23 16:29+0100\n" "Last-Translator: Adnan Hodzic \n" "Language-Team: Bosnian \n" @@ -13,310 +13,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "pozivanje biblioteke nije uspjelo, moĊda nije podrĊano" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "promijeni dodjeljivanje memorije" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "interna pogreĊĦka" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "nepoznato računalo" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Čitanje datoteke opisa %s nije uspjelo" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "dodjeljivanje konfiguracije" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "dodjeljivanje čvora" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "neočekivani čvor vrijednosti" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "dodjeljivanje čvora nije uspjelo" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "dodjeljivanje čvora nije uspjelo" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Uspostavljanje veze s hypervisorom nije uspjelo" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operacija nije uspjela: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -324,450 +324,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Pokretanje domene %s nije uspjelo" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "operacija GET nije uspjela: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "dodjeljivanje čvora nije uspjelo" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "dodjeljivanje čvora nije uspjelo" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Obustavljanje domene %s nije uspjelo" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Obustavljanje domene %s nije uspjelo" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Nastavljanje domene %s nije uspjelo" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo." -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operacija nije uspjela" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "dobiven je nepoznat broj HTTP pogreĊĦke %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "raĊĦčlanjivanje odgovora posluĊitelja nije uspjelo" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "neispravan pokazivač veze pri" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "nedovoljno memorije" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "podaci domene" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "nepoznata vrsta OS" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "naziv domene ili uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "nedovoljno memorije" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Izrada domene %s nije uspjela\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Izrada domene %s nije uspjela\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "naziv domene ili uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "naziv domene ili uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "podaci domene" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "neispravan argument pri" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "operacija nije uspjela" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -806,8 +834,8 @@ msgstr "očekuje se razdjelnik" msgid "expecting an assignment" msgstr "očekuje se dodjeljivanje" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "dodijeli novi međuspremnik" @@ -850,931 +878,987 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "neispravan pokazivač domene pri" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "neispravan argument pri %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "nedostaje podaci o korijenskom uređaju" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "nedostaje podaci o korijenskom uređaju" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "nepoznata vrsta OS" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Čitanje priključka %d nije uspjelo\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "nedostaje \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "nepoznato računalo %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "nedostaje podaci o korijenskom uređaju" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "nepoznata vrsta OS" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "dodjeljivanje čvora nije uspjelo" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "nedostaju podaci o nazivu domene" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "neispravan pokazivač domene pri" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Čitanje priključka %d nije uspjelo\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "nedostaje podaci o korijenskom uređaju" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "neočekivan podatak '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "nepoznata vrsta OS" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "previĊĦe domena" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "neispravan pokazivač veze pri" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "previĊĦe domena" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "neispravan pokazivač domene pri" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "nepoznato računalo %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "neočekivani čvor rječnika" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "neočekivani čvor vrijednosti" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "nepoznata vrsta OS" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "dodjeljivanje veze" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "dodjeljivanje domene" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "dodavanje domene u tablica presjeka veza nije uspjelo" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "nedostaje domena u tablici presjeka veza" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "dodjeljivanje čvora" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "dodavanje domene u tablica presjeka veza nije uspjelo" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "nedostaje domena u tablici presjeka veza" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "dodjeljivanje čvora" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "dodavanje domene u tablica presjeka veza nije uspjelo" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "nedostaje domena u tablici presjeka veza" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "dodjeljivanje čvora" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "dodavanje domene u tablica presjeka veza nije uspjelo" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "nedostaje domena u tablici presjeka veza" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "dodjeljivanje čvora" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "kopiranje sadrĊaja čvora" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "dodavanje domene u tablica presjeka veza nije uspjelo" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "nedostaje domena u tablici presjeka veza" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "nepoznata naredba: '%s'" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "nedostaju podaci izvora za uređaj" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "nedostaju podaci izvora za uređaj" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "nedostaju podaci izvora za uređaj" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "nedostaje podaci o korijenskom uređaju" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "nedostaje podaci o korijenskom uređaju" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "nepoznata naredba: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, c-format +msgid "cannot parse device %s" +msgstr "" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "nedostaje \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "nedostaje \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "nepoznato računalo %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "nepoznato računalo %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "nedostaju podaci cilja za uređaj" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "nepoznato računalo %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "nedostaje podaci o korijenskom uređaju" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "nepoznata vrsta OS" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "nedostaju podaci o nazivu domene" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "neispravan pokazivač domene pri %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "dohvaćanje UUID-a domene nije uspjelo" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "neočekivan podatak '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "nepoznata vrsta OS" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "nedostaje podaci o korijenskom uređaju" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "nepoznato računalo %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "neispravan pokazivač veze pri" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "spremanje sadrĊaja nije uspjelo" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "neočekivani čvor rječnika" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "neočekivani čvor rječnika" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "neočekivani čvor rječnika" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "neočekivani čvor rječnika" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "neočekivani čvor vrijednosti" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Obustavljanje domene %s nije uspjelo" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "nepoznata vrsta OS" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Zapisivanje u priključak %d nije uspjelo\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "nije moguće uspostaviti vezu s %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "dodjeljivanje veze" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "nije moguće uspostaviti vezu s %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "podaci domene nisu ispravni, domid nije broj" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "podaci domene nisu ispravni, domid nije broj" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "dodijeli polje vrijednosti" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "dodjeljivanje čvora nije uspjelo" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Izrada domene %s nije uspjela\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "otvaranje %s za čitanje nije uspjelo" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Izrada domene iz %s nije uspjela" +msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "otvaranje %s za čitanje nije uspjelo" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "dodijeli polje vrijednosti" +msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Izrada domene iz %s nije uspjela" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Zatvaranje priključka %d nije uspjelo\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Zatvaranje priključka %d nije uspjelo\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "operacija nije uspjela: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "UniĊĦtavanje domene %s nije uspjelo" +msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/lxc_controller.c:564 -#, fuzzy, c-format +#: src/lxc_controller.c:630 +#, c-format msgid "Unable to change to root dir: %s\n" -msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" +msgstr "" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Uklanjanje definicije domene %s nije uspjelo" +msgstr "neispravan pokazivač veze pri %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "ID domene ili UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "naziv neaktivne domene" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "naziv neaktivne domene" +msgstr "uklanjanje definicije neaktivne domene" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "dodjeljivanje čvora nije uspjelo" +msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Čitanje priključka %d nije uspjelo\n" +msgstr "Zapisivanje u priključak %d nije uspjelo\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "uspostavljanje veze sa Xen Store nije uspjelo" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "neispravan pokazivač domene pri" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Čitanje datoteke opisa %s nije uspjelo" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "naziv domene" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "ID domene ili UUID" +msgstr "čvor, popis domena" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "dobiven je nepoznat broj HTTP pogreĊĦke %d" +msgstr "nepoznato računalo %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Nastavljanje domene %s nije uspjelo" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "neispravan argument pri %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "neispravan argument pri" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "neispravan argument pri %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1785,8 +1869,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1796,1637 +1880,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke: %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "Pokretanje domene %s nije uspjelo" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "Uklanjanje definicije domene %s nije uspjelo" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "nedovoljno memorije" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "nedovoljno memorije" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domena je aktivna" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Obustavljanje domene %s nije uspjelo" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "otvaranje %s za čitanje nije uspjelo" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Obustavljanje domene %s nije uspjelo" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Obustavljanje domene %s nije uspjelo" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "dohvaćanje domene '%s' nije uspjelo" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domena %s je pokrenuta\n" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "podaci domene u XML-u" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Obustavljanje domene %s nije uspjelo" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "nije moguće uspostaviti vezu s %s" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "nije moguće uspostaviti vezu s %s" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "razrjeĊĦavanje naziva domena" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "neispravan argument pri %s" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "neispravan argument pri %s" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 #, fuzzy msgid "popen failed" msgstr "operacija nije uspjela" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke: %s" +msgstr "" -#: src/openvz_conf.c:375 -#, fuzzy, c-format +#: src/openvz_conf.c:426 +#, c-format msgid "Cound not read config for container %d" -msgstr "nije moguće uspostaviti vezu s %s" +msgstr "" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "Domena je aktivna" +msgstr "Definicija domene %s je uklonjena\n" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 msgid "only one filesystem supported" msgstr "" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:249 -#, fuzzy, c-format +#: src/openvz_driver.c:257 +#, c-format msgid "cannot read cputime for domain %d" -msgstr "naziv neaktivne domene" +msgstr "" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 #, fuzzy msgid "domain is not in running state" -msgstr "Domena je aktivna" +msgstr "nedostaje domena u tablici presjeka veza" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "nije moguće uspostaviti vezu s %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "nije moguće uspostaviti vezu s %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "promijeni broj virtualnih CPU-a" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "Domena je aktivna" +msgstr "" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "nije moguće uspostaviti vezu s %s" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "Zatvaranje priključka %d nije uspjelo\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "Zapisivanje u priključak %d nije uspjelo\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "PogreĊĦka u komunikaciji s proxyjem. Dobiveno bajtova: %d od %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "PogreĊĦka u komunikaciji s proxyjem. Očekivano bajtova: %d, dobiveno: %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "PogreĊĦka u komunikaciji s proxyjem. Dobiveno paketa bajtova: %d\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "PogreĊĦka u komunikaciji s proxyjem. Paket je neispravno oblikovan.\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "dobiven asinkroni broj paketa %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 #, fuzzy msgid "failed to allocate vncTLSx509certdir" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, fuzzy, c-format msgid "Network '%s' not found" msgstr "naziv domene ili uuid" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" +msgid "Network '%s' is not active" msgstr "Domena %s je pokrenuta\n" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, fuzzy, c-format msgid "Network type %d is not supported" msgstr "Domena %s je pokrenuta\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format +#: src/qemu_conf.c:585 +#, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, fuzzy, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:612 #, fuzzy msgid "failed to allocate space for tapfds string" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format msgid "unsupported usb disk type for '%s'" -msgstr "neočekivana MIME vrsta" +msgstr "" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, fuzzy, c-format msgid "unsupported disk type '%s'" -msgstr "neočekivana MIME vrsta" +msgstr "neočekivan podatak '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "neispravan pokazivač domene pri" +msgstr "" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 #, fuzzy msgid "failed to allocate space for argv string" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_driver.c:91 -#, fuzzy +#: src/qemu_driver.c:88 src/uml_driver.c:94 msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" +msgstr "" -#: src/qemu_driver.c:106 -#, fuzzy +#: src/qemu_driver.c:103 msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "raĊĦčlanjivanje podataka Xend domene nije uspjelo" +msgstr "" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "Pokretanje domene %s nije uspjelo" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "Uklanjanje definicije domene %s nije uspjelo" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "nedovoljno memorije" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "dodijeli novi kontekst" +msgstr "dodijeli novi međuspremnik" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domena je aktivna" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "dohvaćanje domene '%s' nije uspjelo" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" +msgstr "Zatvaranje priključka %d nije uspjelo\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "neočekivani čvor rječnika" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "dodjeljivanje čvora nije uspjelo" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "dodjeljivanje čvora nije uspjelo" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domena je aktivna" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "otvaranje %s za čitanje nije uspjelo" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "dohvaćanje domene '%s' nije uspjelo" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "neočekivani čvor rječnika" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "dodjeljivanje čvora nije uspjelo" +msgstr "otvaranje datoteke nije uspjelo" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Upotrijebljeno memorije:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domena %s već postoji" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domena %s već postoji" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domena je aktivna" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "naziv neaktivne domene" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Zapisivanje u priključak %d nije uspjelo\n" +msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Zapisivanje u priključak %d nije uspjelo\n" +msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "naziv neaktivne domene" +msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "pozivanje biblioteke nije uspjelo, moĊda nije podrĊano" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Čitanje priključka %d nije uspjelo\n" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "učitavanje datoteka definicija domena" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "čvor, popis domena" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "čitanje iz demona Xen nije uspjelo" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domena je aktivna" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Čitanje priključka %d nije uspjelo\n" +msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Pokretanje domene %s nije uspjelo" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Nastavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "dodjeljivanje čvora nije uspjelo" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "neočekivana MIME vrsta" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "uklanjanje definicije neaktivne domene" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domena %s već postoji" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "učitavanje datoteke definicija računala" -#: src/qemu_driver.c:3232 -#, fuzzy +#: src/qemu_driver.c:2808 msgid "cannot attach usb device" -msgstr "uklanjanje definicije neaktivne domene" +msgstr "" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "učitavanje datoteke definicija računala" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "podaci domene" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Dohvaćanje podataka o čvoru nije uspjelo" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "naziv neaktivne domene" +msgstr "Započinjanje rada domena." -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "neispravan argument pri %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domena je obnovljena iz %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "neispravan argument pri %s" +msgstr "neispravan argument pri" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "naziv domene" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "čvor, popis domena" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Domena je aktivna" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "podaci domene u XML-u" +msgid "could not generate random UUID" +msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "dodjeljivanje čvora nije uspjelo" +msgid "failed to start listening VM" +msgstr "Pokretanje domene %s nije uspjelo" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" +msgid "migrate failed: %s" +msgstr "operacija nije uspjela: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "nije moguće uspostaviti vezu s %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "dohvaćanje UUID-a domene nije uspjelo" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "dodjeljivanje čvora" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "dodjeljivanje domene" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "dodijeli polje vrijednosti" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Uklanjanje definicije domene %s nije uspjelo" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Čitanje priključka %d nije uspjelo\n" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "Dohvaćanje podataka o čvoru nije uspjelo" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "Dohvaćanje podataka o čvoru nije uspjelo" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Čitanje priključka %d nije uspjelo\n" - -#: src/remote_internal.c:1018 -msgid "Invalid certificate" -msgstr "" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, c-format +msgid "unable to verify server certificate: %s" +msgstr "" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +msgid "Invalid certificate" +msgstr "" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Uklanjanje definicije domene %s nije uspjelo" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "previĊĦe povezivanja" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "previĊĦe domena" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "previĊĦe domena" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "promijeni dodjeljivanje memorije" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "nepoznata vrsta OS" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "previĊĦe povezivanja" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "registrirano je previĊĦe upravljačkih programa" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "registrirano je previĊĦe upravljačkih programa" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "registrirano je previĊĦe upravljačkih programa" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "nepoznata vrsta OS %s" +msgstr "operacija nije uspjela: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operacija nije uspjela" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Uklanjanje definicije domene %s nije uspjelo" +msgstr "serijalizacija S-Expr nije uspjela: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Izrada domene %s nije uspjela\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "nema podrĊĦke za hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Pokretanje domene %s nije uspjelo" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "Dohvaćanje podataka o čvoru nije uspjelo" +msgstr "spremanje sadrĊaja nije uspjelo" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Pokretanje domene %s nije uspjelo" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "Dohvaćanje podataka o čvoru nije uspjelo" +msgstr "Uspostavljanje veze s hypervisorom nije uspjelo" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "neispravan argument pri %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "neispravan argument pri" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "neispravan pokazivač domene pri" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "kopiranje niza nije uspjelo" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "nepoznata vrsta OS %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "nepoznata vrsta OS %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Pokretanje domene %s nije uspjelo" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "interna pogreĊĦka %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "neispravan argument pri %s" +msgstr "neispravan pokazivač veze pri %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "neispravan pokazivač veze pri %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operacija nije uspjela" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "nedostaju podaci izvora za uređaj" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "nedostaju podaci izvora za uređaj" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "nedostaju podaci izvora za uređaj" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "nedostaju podaci izvora za uređaj" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "nedostaju podaci izvora za uređaj" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "naziv domene" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "nepoznata vrsta OS %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3455,589 +3691,761 @@ msgstr "prikaĊi verziju" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Naziv" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Uklanjanje definicije domene %s nije uspjelo" +msgstr "Definiranje domene iz %s nije uspjelo" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "naziv domene" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "dodijeli polje vrijednosti" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "dodjeljivanje čvora" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "dodjeljivanje čvora" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "Dohvaćanje podataka o čvoru nije uspjelo" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "naziv domene" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "dodjeljivanje čvora" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "nepoznato računalo %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "nepoznata vrsta OS %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "nedostaje podaci o korijenskom uređaju" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "naziv domene ili uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "nepoznata vrsta OS %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "nedostaju podaci izvora za uređaj" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "previĊĦe domena" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blokirano" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "nedostaje podaci o korijenskom uređaju" +msgstr "nedostaju podaci izvora za uređaj %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "nedostaju podaci izvora za uređaj" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "naziv domene" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "nedostaju podaci cilja za uređaj" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "neočekivana MIME vrsta" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "nepoznato računalo %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "dodjeljivanje čvora" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "nepoznato računalo %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "nedostaje podaci o korijenskom uređaju" +msgstr "nedostaju podaci o nazivu domene" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "nepoznata vrsta OS %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Naziv" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domena je aktivna" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domena je aktivna" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domena je aktivna" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "dohvaćanje vremena dana" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "učitavanje datoteke definicija računala" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "računalo" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "čvor" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "izrada xpath konteksta" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "čvor, cpu, broj čvorova" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "čvor, cpu priključci" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "čvor, cpu jezgre" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "čvor, cpu grane" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "čvor, aktivan cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "čvor, cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "čvor, memorija" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "čvor, popis domena" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "razrjeĊĦavanje naziva domena" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "čvor, popis domena" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "razrjeĊĦavanje naziva domena" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "čvor, popis domena" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "razrjeĊĦavanje naziva domena" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "podaci domene" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "domena %s već postoji" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domena je aktivna" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Započinjanje rada domena." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "čvor, popis domena" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "čitanje iz demona Xen nije uspjelo" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "čvor, popis domena" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Domena %s je izbačena u %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domena je aktivna" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domena je aktivna" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domena %s je pokrenuta\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domena je aktivna" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Čitanje priključka %d nije uspjelo\n" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "dohvaćanje vrste hypervisora nije uspjelo" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "dohvaćanje vrste hypervisora nije uspjelo" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "dohvaćanje vrste hypervisora nije uspjelo" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Izrada domene iz %s nije uspjela" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "nedovoljno memorije" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Obustavljanje domene %s nije uspjelo" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "čvor, cpu priključci" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "nepoznata naredba: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, 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:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "nije moguće uspostaviti vezu s %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "raĊĦčlanjivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "raĊĦčlanjivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Uklanjanje definicije domene %s nije uspjelo" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "pogreĊĦka: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "ispiĊĦi pomoć" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Ispisivanje opće pomoći ili pomoći specifične za naredbu." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "naziv neaktivne domene" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4045,324 +4453,328 @@ msgstr "" "Naredbe:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Započinjanje rada domena." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "naziv domene, id ili uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(ponovo) uspostavi vezu s hypervisorom" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI povezivanja hypervisora" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "povezivanje samo za čitanje" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Prekidanje veze s hypervisorom nije uspjelo" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Uspostavljanje veze s hypervisorom nije uspjelo" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "ispiĊĦi domene" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Ispisivanje popisa domena." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "ispiĊĦi neaktivne domene" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "ispiĊĦi neaktivne i aktivne domene" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Ispisivanje aktivnih domena nije uspjelo" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Ispisivanje neaktivnih domena nije uspjelo" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Naziv" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Stanje" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "bez stanja" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "stanje domene" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Ispisivanje stanja pokrenutih domena." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Ispisivanje stanja pokrenutih domena." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blokirano" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "naziv domene ili ID nije definiran" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Ispisivanje stanja pokrenutih domena." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "obustavi domenu" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Obustavljanje izvrĊĦavanja domene." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domena %s je obustavljena\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Izrada domene." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "datoteka koja sadrĊi XML opis domene" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "definiraj (bez pokretanja) domenu iz XML datoteke" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definiranje domene." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domena %s definirana je iz %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Definiranje domene iz %s nije uspjelo" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "naziv domene ili uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Definicija domene %s je uklonjena\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "pokreni (prethodno definiranu) neaktivnu domenu" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Započinjanje rada domena." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "naziv neaktivne domene" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domena je aktivna" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Pokretanje domene %s nije uspjelo" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "spremi stanje domene u datoteku" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Spremanje pokrenute domene." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "lokacija spremanja podataka" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domena %s spremljena je u %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4371,1687 +4783,1731 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "broj virtualnih CPU-a" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "nepoznato računalo" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "obnovi domenu iz stanje spremljenog u datoteci" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Obnavljanje domene." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "stanje za obnavljanje" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domena je obnovljena iz %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Obnavljanje domene iz %s nije uspjelo" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "izbacivanje jezgre domene u datoteku, radi analize" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Izbacivanje jezgre domene." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "lokacija izbacivanja jezgre" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domena %s je izbačena u %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo." -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "nastavi domenu" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Nastavljanje rada prethodno obustavljene domene" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domena %s je nastavila s radom\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Nastavljanje domene %s nije uspjelo" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "dostojanstveno ugasi domenu" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Pokretanje postupka gaĊĦenja u ciljanoj domeni." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domena %s je pogaĊĦena\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "GaĊĦenje domene %s nije uspjelo" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ponovno pokreni domenu" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domena %s se ponovno pokreće\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Ponovno pokretanje domena %s nije uspjelo" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "uniĊĦti domenu" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "podaci domene" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Ispis osnovnih podataka o domeni" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "naziv:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS vrsta:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Stanje:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU vrijeme:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Najv. memorije:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Upotrijebljeno memorije:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "bez stanja" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Naziv" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Upotrijebljeno memorije:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA ćelija:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "vcpu podaci domene" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Ispis osnovnih podataka o virtualnim CPU-ima domene." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU sklonost:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "vcpu sklonost nadzorne domene" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "VCPU-i najviĊĦe domene za udomljivanje fizičkih CPU-a." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "broj vcpu-a" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "broj udomljenih cpu (%s) (razdijeljeno zarezima)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "naredba '%s' ne postoji" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "promijeni broj virtualnih CPU-a" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "broj virtualnih CPU-a" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "broj virtualnih CPU-a" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "broj virtualnih CPU-a" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "promijeni dodjeljivanje memorije" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "broj bajtova memorije" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "promijeni najviĊĦe ograničenje memorije" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "najviĊĦe ograničenje memorije u bajtovima" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "memorija domene" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "podaci čvora" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Ispis osnovnih podataka o čvoru." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frekvencija:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU priključci:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Jezgri po priključku:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Grana po jezgri:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA ćelija:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Veličina memorije:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "otvaranje datoteke nije uspjelo" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "podaci domene u XML-u" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ID domene ili UUID pretvori u naziv domene" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ID domene ili UUID" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "naziv domene ili UUID pretvori u ID domene" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "naziv domene ili ID pretvori u UUID domene" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ID domene ili naziv" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 #, fuzzy msgid "live migration" msgstr "podaci čvora" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "naziv domene ili uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Izrada domene." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "datoteka koja sadrĊi XML opis domene" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, fuzzy msgid "define (but don't start) a network from an XML file" msgstr "definiraj (bez pokretanja) domenu iz XML datoteke" -#: src/virsh.c:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Definiranje domene." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domena %s definirana je iz %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Definiranje domene iz %s nije uspjelo" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "uniĊĦti domenu" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "naziv domene, id ili uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "podaci domene u XML-u" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Ispisivanje popisa domena." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "ispiĊĦi neaktivne domene" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "ispiĊĦi neaktivne i aktivne domene" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Ispisivanje aktivnih domena nije uspjelo" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Ispisivanje neaktivnih domena nije uspjelo" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "bez stanja" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "čvor, aktivan cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "ID domene ili UUID pretvori u naziv domene" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "pokreni (prethodno definiranu) neaktivnu domenu" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Započinjanje rada domena." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "naziv neaktivne domene" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Pokretanje domene %s nije uspjelo" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "uklanjanje definicije neaktivne domene" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Definicija domene %s je uklonjena\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Započinjanje rada domena." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "naziv domene ili uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Izrada domene." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "datoteka koja sadrĊi XML opis domene" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "naziv neaktivne domene" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "definiraj (bez pokretanja) domenu iz XML datoteke" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definiranje domene." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domena %s definirana je iz %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Definiranje domene iz %s nije uspjelo" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domena %s definirana je iz %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "uniĊĦti domenu" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domena %s je nastavila s radom\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Nastavljanje domene %s nije uspjelo" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "podaci domene u XML-u" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "ispiĊĦi domene" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Ispisivanje popisa domena." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "ispiĊĦi neaktivne domene" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "ispiĊĦi neaktivne i aktivne domene" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Ispisivanje aktivnih domena nije uspjelo" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Ispisivanje neaktivnih domena nije uspjelo" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "neispravan pokazivač veze pri %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "registrirano je previĊĦe upravljačkih programa" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "nedovoljno memorije" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Uklanjanje definicije domene %s nije uspjelo" +msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "registrirano je previĊĦe upravljačkih programa" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "podaci čvora" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Ispis osnovnih podataka o čvoru." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "izvrĊĦavanje" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "dodjeljivanje domene" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "ID domene ili UUID pretvori u naziv domene" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "uuid domene" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "pokreni (prethodno definiranu) neaktivnu domenu" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Započinjanje rada domena." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "naziv neaktivne domene" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Pokretanje domene %s nije uspjelo" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Izrada domene." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "naziv neaktivne domene" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "uklanjanje definicije neaktivne domene" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Definicija domene %s je uklonjena\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "naziv domene ili ID pretvori u UUID domene" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "datoteka koja sadrĊi XML opis domene" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "podaci čvora" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Ispis osnovnih podataka o čvoru." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS vrsta:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blokirano" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "podaci domene u XML-u" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "ispiĊĦi domene" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Ispisivanje popisa domena." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Ispisivanje aktivnih domena nije uspjelo" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "ID domene ili UUID pretvori u naziv domene" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "ID domene ili UUID pretvori u naziv domene" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "uuid domene" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "ID domene ili UUID pretvori u naziv domene" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "prikaĊi verziju" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Prikazivanje sistemskih podataka o verziji." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "dohvaćanje vrste hypervisora nije uspjelo" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "SloĊeno prema biblioteci: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "dohvaćanje verzije biblioteke nije uspjelo" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Upotreba biblioteke: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Upotreba API-a: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "dohvaćanje hypervisor verzije nije uspjelo" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Pokrenuti hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Uspostavljanje veze s hypervisorom nije uspjelo" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Ispisivanje neaktivnih domena nije uspjelo" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "dohvaćanje vrste hypervisora nije uspjelo" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "dohvaćanje vrste hypervisora nije uspjelo" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "URI povezivanja hypervisora" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "izradi domenu iz XML datoteke" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "izradi domenu iz XML datoteke" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "izradi domenu iz XML datoteke" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "izradi domenu iz XML datoteke" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "neispravan pokazivač veze pri" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "izradi domenu iz XML datoteke" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "izradi domenu iz XML datoteke" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "izradi domenu iz XML datoteke" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "izradi domenu iz XML datoteke" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Dohvaćanje uređaja za domenu %s nije uspjelo\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "neispravan pokazivač veze pri" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "naziv domene ili ID nije definiran" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Započinjanje rada domena." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "neispravan argument pri %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "naziv domene ili ID nije definiran" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Izrada domene %s nije uspjela\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "naziv domene" +msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "čitanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "napusti ovaj interaktivni terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "naredba '%s' zahtijeva opciju <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "naredba '%s' zahtijeva opciju --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "naredba '%s' ne postoji" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAZIV\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6060,7 +6516,7 @@ msgstr "" "\n" " OPCIJE\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6068,7 +6524,7 @@ msgstr "" "\n" " OPIS\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6076,56 +6532,56 @@ msgstr "" "\n" " OPCIJE\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "naziv domene ili ID nije definiran" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "naziv domene ili ID nije definiran" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "naziv domene ili ID nije definiran" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "naziv domene ili ID nije definiran" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6136,131 +6592,131 @@ msgstr "" "(Vrijeme: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "nedostaje \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "neočekivani token (naziv naredbe): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "nepoznata naredba: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "naredba '%s' ne podrĊava opciju --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "očekivana sintaksa: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "broj" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "niz" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "neočekivan podatak '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPCIJA" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "PODATAK" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pauzirano" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "u gaĊĦenju" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "isključeno" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "sruĊĦeno" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "izvan mreĊe" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "nije valjana veza" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: pogreĊĦka: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "pogreĊĦka: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: nije uspjelo dodijeliti %d bajtova" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: nije uspjelo dodijeliti %d bajtova" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "uspostavljanje veze s hypervisorom nije uspjelo" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Prekidanje veze s hypervisorom nije uspjelo" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6285,7 +6741,7 @@ msgstr "" " -c | --connect URI povezivanja hypervisora\n" " -d | --debug razina popravka [0-5]\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6296,12 +6752,12 @@ msgstr "" " (unesite --help za detalje o naredbi)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "nepodrĊana opcija '-%c'. Pogledajte --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6310,7 +6766,7 @@ msgstr "" "DobrodoĊĦli u %s, virtualizacijski interaktivni terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6328,889 +6784,971 @@ msgstr "upozorenje" msgid "error" msgstr "pogreĊĦka" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Nije pruĊena poruka o pogreĊĦci" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "interna pogreĊĦka %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "interna pogreĊĦka" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "nema podrĊĦke za hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "nema podrĊĦke za hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "nije moguće uspostaviti vezu s hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "nije moguće uspostaviti vezu s %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "neispravan pokazivač veze pri" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "neispravan pokazivač veze pri %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "neispravan pokazivač domene pri" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "neispravan pokazivač domene pri %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "neispravan argument pri" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "neispravan argument pri %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operacija nije uspjela: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operacija nije uspjela" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "operacija GET nije uspjela: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "operacija GET nije uspjela" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "operacija POST nije uspjela: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "operacija POST nije uspjela" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "dobiven je nepoznat broj HTTP pogreĊĦke %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "nepoznato računalo %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "nepoznato računalo" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "serijalizacija S-Expr nije uspjela: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "serijalizacija S-Expr nije uspjela" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "nije moguće upotrijebiti Xen hypervisor unos" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "nije moguće upotrijebiti Xen hypervisor unos %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "nije moguće uspostaviti vezu s Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "nije moguće uspostaviti vezu s Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "nije uspio Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "nepoznata vrsta OS" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "nepoznata vrsta OS %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "nedostaju podaci o kernelu" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "nedostaje podaci o korijenskom uređaju" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "nedostaju podaci o korijenskom uređaju pri %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "nedostaju podaci izvora za uređaj" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "nedostaju podaci izvora za uređaj %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "nedostaju podaci cilja za uređaj" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "nedostaju podaci cilja za uređaj %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "nedostaju podaci o nazivu domene" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "nedostaju podaci o nazivu domene pri %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "nedostaju podaci o operacijskom sustavu" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "nedostaju podaci o operacijskom sustavu za %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "nedostaju podaci o uređaju" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "nedostaju podaci o uređaju za %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "registrirano je previĊĦe upravljačkih programa pri %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "pozivanje biblioteke nije uspjelo, moĊda nije podrĊano" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "pozivanje biblioteke %s nije uspjelo, moĊda nije podrĊano" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML opis nije pravilno oblikovan ili nije ispravan" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ova domena već postoji" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domena %s već postoji" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operacija zabranjena za pristup samo za čitanje" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operacija %s zabranjena za pristup samo za čitanje" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "otvaranje konfiguracijske datoteke za čitanje nije uspjelo" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "otvaranje %s za čitanje nije uspjelo" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "čitanje konfiguracijske datoteke nije uspjelo" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "čitanje konfiguracijske datoteke %s nije uspjelo" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "raĊĦčlanjivanje konfiguracijske datoteke nije uspjelo" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "raĊĦčlanjivanje konfiguracijske datoteke %s nije uspjelo" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -#: src/virterror.c:628 +#: src/virterror.c:636 #, fuzzy msgid "parser error" msgstr "interna pogreĊĦka" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "neispravan pokazivač veze pri" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "neispravan pokazivač veze pri %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "ova domena već postoji" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domena %s već postoji" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "interna pogreĊĦka" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "pogreĊĦka" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "interna pogreĊĦka" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "podaci domene" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domena je obnovljena iz %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "naziv domene ili uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domena %s izrađena je iz %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "neispravan argument pri %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "neispravan argument pri %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operacija nije uspjela" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operacija nije uspjela: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "naziv domene ili uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domena %s izrađena je iz %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "naziv domene ili uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domena %s izrađena je iz %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "neispravan pokazivač veze pri" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "neispravan pokazivač veze pri %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "neispravan pokazivač veze pri" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "neispravan pokazivač veze pri %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Uklanjanje definicije domene %s nije uspjelo" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Uklanjanje definicije domene %s nije uspjelo" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "neispravan pokazivač domene pri" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "neispravan pokazivač domene pri %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "podaci domene" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domena je obnovljena iz %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "dodjeljivanje domene" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "dodjeljivanje podataka domene: %d" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "uspostavljanje veze sa Xen Store nije uspjelo" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "čitanje iz demona Xen nije uspjelo" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Nastavljanje domene %s nije uspjelo" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "dodijeli novi međuspremnik" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operacija nije uspjela: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "urlencode za izradu S-Expr nije uspjelo" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "podaci domene nisu potpuni, nedostaje domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "podaci domene nisu ispravni, domid nije broj" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "podaci domene nisu potpuni, nedostaje name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "podaci domene nisu potpuni, nedostaje name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "podaci domene nisu potpuni, nedostaje kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "nepoznata vrsta OS" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "nepoznata vrsta OS" +msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "podaci domene nisu potpuni, vbd nema dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "podaci domene nisu potpuni, vbd nema src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" "raĊĦčlanjivanje naziva datoteke vbd nije moguće, nedostaje naziv upravljačkog " "programa" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" "raĊĦčlanjivanje naziva datoteke vbd nije moguće, nedostaje vrsta upravljačkog " "programa" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "neispravan argument pri %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "neočekivani čvor rječnika" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "raĊĦčlanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "raĊĦčlanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "serijalizacija S-Expr nije uspjela" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "neočekivana MIME vrsta" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "neočekivani čvor vrijednosti" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "čvor, memorija" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operacija nije uspjela" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operacija nije uspjela: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "dohvaćanje vrste hypervisora nije uspjelo" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "raĊĦčlanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Izrada domene %s nije uspjela\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "podaci domene nisu potpuni, nedostaje name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "nepoznato računalo" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "dohvaćanje vrste hypervisora nije uspjelo" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "neispravan argument pri %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "otvaranje %s za čitanje nije uspjelo" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "čitanje konfiguracijske datoteke %s nije uspjelo" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "neočekivana MIME vrsta" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "neočekivana MIME vrsta" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "neočekivana MIME vrsta" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "neočekivani čvor vrijednosti" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "čvor, popis domena" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "pozivanje biblioteke nije uspjelo, moĊda nije podrĊano" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "neočekivani čvor vrijednosti" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "neočekivani čvor vrijednosti" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "neočekivani čvor vrijednosti" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "povezivanje samo za čitanje" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "ispiĊĦi neaktivne domene" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "neočekivani čvor rječnika" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Obnavljanje domene iz %s nije uspjelo" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "memorija domene" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "čitanje konfiguracijske datoteke %s nije uspjelo" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "nepoznata vrsta OS" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Izrada domene iz %s nije uspjela" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Obustavljanje domene %s nije uspjelo" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "dodijeli polje niza" #: src/xmlrpc.c:53 @@ -7255,6 +7793,10 @@ msgstr "dodijeli odgovor" msgid "read response" msgstr "pročitaj odgovor" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "dodijeli polje niza" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "raĊĦčlanjivanje odgovora posluĊitelja nije uspjelo" @@ -7263,301 +7805,45 @@ msgstr "raĊĦčlanjivanje odgovora posluĊitelja nije uspjelo" msgid "allocate new context" msgstr "dodijeli novi kontekst" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "uspostavljanje veze sa Xen Store nije uspjelo" -#~ msgid "blocked" -#~ msgstr "blokirano" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "neispravan argument pri %s" +msgid "failed to allocate activeDomainList" +msgstr "Ispisivanje aktivnih domena nije uspjelo" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "Započinjanje rada domena." +msgid "failed to allocate xsWatchList" +msgstr "dodjeljivanje čvora nije uspjelo" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "memorija domene" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "nedostaju podaci cilja za uređaj" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "naziv domene ili uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "neispravan argument pri" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "nedostaje podaci o korijenskom uređaju" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "nedostaje podaci o korijenskom uređaju" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "nedostaju podaci o nazivu domene" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "neispravan pokazivač domene pri" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "neispravan pokazivač domene pri" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Izrada domene iz %s nije uspjela" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Obustavljanje domene %s nije uspjelo" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Obustavljanje domene %s nije uspjelo" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "izvrĊĦavanje %s nije uspjelo\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "memorija domene" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "otvaranje %s za čitanje nije uspjelo" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Pokretanje domene %s nije uspjelo" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "nedostaju podaci cilja za uređaj" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "nedostaju podaci o nazivu domene" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "nedostaju podaci o nazivu domene" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "neispravan pokazivač domene pri" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "neispravan pokazivač domene pri" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "dodijeli polje vrijednosti" - -#~ msgid "failed to exec %s\n" -#~ msgstr "izvrĊĦavanje %s nije uspjelo\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "Dohvaćanje podataka o čvoru nije uspjelo" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Obustavljanje domene %s nije uspjelo" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "dodijeli polje vrijednosti" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "neočekivana MIME vrsta" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Čitanje priključka %d nije uspjelo\n" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ID domene ili naziv" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "neispravan pokazivač domene pri %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "naziv domene ili uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "naziv domene ili uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "nedostaju podaci izvora za uređaj" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "neispravan pokazivač domene pri %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "naziv domene ili uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "podaci čvora" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "vcpu podaci domene" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "vcpu podaci domene" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "naziv domene ili uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "dodavanje domene u tablica presjeka veza nije uspjelo" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "dodjeljivanje domene" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Čitanje priključka %d nije uspjelo\n" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Obustavljanje domene %s nije uspjelo" +msgid "reallocating list" +msgstr "dodjeljivanje domene" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" +msgid "failed to allocate domids" +msgstr "dodjeljivanje čvora nije uspjelo" #~ msgid "domain" #~ msgstr "domena" -#~ msgid "domain name" -#~ msgstr "naziv domene" - -#~ msgid "domain uuid" -#~ msgstr "uuid domene" - #~ msgid "domain memory" #~ msgstr "memorija domene" @@ -7592,65 +7878,13 @@ msgstr "uspostavljanje veze sa Xen Store nije uspjelo" #~ msgid "load network definition file" #~ msgstr "učitavanje datoteka definicija domena" -#~ msgid "too many domains" -#~ msgstr "previĊĦe domena" - -#, fuzzy -#~ msgid "too many networks" -#~ msgstr "previĊĦe povezivanja" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "učitavanje datoteka definicija domena" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "nedostaje podaci o korijenskom uređaju" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "domena %s već postoji" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "izrada xpath konteksta" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Uklanjanje definicije domene %s nije uspjelo" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Uklanjanje definicije domene %s nije uspjelo" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "promijeni dodjeljivanje memorije" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "dodijeli odgovor" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "interna pogreĊĦka %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "dodijeli novi međuspremnik" - #, fuzzy #~ msgid "Failed to open '%s': read: %s" #~ msgstr "otvaranje %s za čitanje nije uspjelo" +#~ msgid "failed to exec %s\n" +#~ msgstr "izvrĊĦavanje %s nije uspjelo\n" + #~ msgid "growing buffer" #~ msgstr "rastući međuspremnik" diff --git a/po/ca.po b/po/ca.po index 4032ee0f42..e4328a5ebb 100644 --- a/po/ca.po +++ b/po/ca.po @@ -2,7 +2,8 @@ # Traducci³ al catal  del m²dul libvirt # Copyright (C) 2006, 2007 Free Software Foundation # This file is distributed under the same license as the libvirt package. -# Xavier Conde Rueda , 2006, 2007. +# Xavier Conde Rueda , 2006-8. +# Nat lia , 2008 # # This file is translated according to the glossary and style guide of # Softcatal . If you plan to modify this file, please read first the page @@ -20,768 +21,810 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-09-08 10:20-0100\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-04 10:20-0100\n" "Last-Translator: Xavier Conde Rueda \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" -msgstr "" +msgstr "No es permet l'şs d'aquesta fam­lia d'adreces per al nom de servidor" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "S'ha produŻt un error temporal en la resoluci³ de noms" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "El valor d'ai_flags İs incorrecte" + +#: gnulib/lib/gai_strerror.c:44 +msgid "Non-recoverable failure in name resolution" +msgstr "Hi ha hagut una fallada no recuperable en la resoluci³ de noms" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "No es permet l'şs d'ai_family" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "S'ha produŻt un error en l'assignaci³ de mem²ria" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "No hi ha cap adre§a associada amb el nom de servidor" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "ha fallat la crida a la biblioteca, potser no est  disponible" +msgid "Name or service not known" +msgstr "Nom o servei desconegut" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "canvia l'assignaci³ de mem²ria" +msgid "Servname not supported for ai_socktype" +msgstr "L'ai_socktype no permet aquest nom de servidor" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "No es permet l'şs d'ai_socktype" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "S'ha produŻt un error de sistema" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "La mem²ria interm¨dia d'arguments İs massa petita" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "error de crida de sistema" +msgid "Processing request in progress" +msgstr "S'est  processant la sol·licitud" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "S'ha cancel·lat la sol·licitud" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "No s'ha cancel·lat la sol·licitud" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "Totes les peticions han estat ateses" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "Interromput per una senyal" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "La cadena de par metre no s'ha codificat correctament" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "Desconegut" +msgstr "Error desconegut" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "No es pot accedir %s '%s': %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "no s'ha pogut llegir el dimoni Xen" +msgstr "No s'ha pogut llegir del conducte de senyals: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "s'est  assignant la configuraci³" +msgstr "S'est  tornant a carregar la configuraci³ de SIGHUP" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "S'ha produŻt un error en assignar mem²ria: %s" +msgstr "S'ha produŻt un error en tornar a carregar els controladors" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "S'est  tancant per la senyal %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "node value inesperat" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 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:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "No s'ha pogut establir l'indicador de descriptor de fitxer no blocant" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut executar fdopen sobre el fitxer de pid '%s': %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut tancar el fitxer de pid '%s': %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "No s'ha pogut assignar mem²ria per a l'estructura qemud_socket" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "No s'ha pogut llegir el s²col %d\n" +msgstr "No s'ha pogut crear el s²col: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut vincular el s²col a '%s': %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'han pogut escoltar les connexions en '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "No s'ha pogut afegir la crida de retorn de la incid¨ncia del servidor" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "s²col: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "vinculaci³: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "escolta: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: escolta: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "No s'ha trobat la xarxa: %s" +msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 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:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "No s'ha pogut assignar l'estructura qemud_server" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "No s'ha trobat la xarxa: %s" +msgstr "No s'ha pogut inicialitzar l'autenticaci³ SASL %s" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "No s'ha pogut connectar a l'hipervisor" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "ha fallat l'operaci³: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" +"No s'ha pogut connectar al bus de sistema per l'autenticaci³ PolicyKit: %s" #: qemud/qemud.c:955 +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" + +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: ha fallat: El DN del client İs %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: ha fallat la verificaci³: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: el certificat del client no İs fiable." + +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" +"remoteCheckCertificate: el certificat del client tİ un emissor desconegut." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: el certificat del client ha estat revocat." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: el certificat del client fa servir un algoritme " +"insegur." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: el certificat no İs X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: no hi ha iguals" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init ha fallat" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: el certificat del client ha ven§ut" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" +"remoteCheckCertificate: el certificat del client encara no ha estat activat" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: el nom distingit del client no İs a la llista de " +"clients permesos (tls_allowed_dn_list). Utilitzeu 'openssl x509 -in " +"clientcert.pem -text' per a veure el camp de nom distingit en el certificat " +"del client, o executeu aquest dimoni amb l'opci³ --verbose." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" +"remoteCheckCertificate: no s'ha pogut verificar el certificat del client" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate est  fixat, per aix² el " +"certificat erroni s'ignora" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "no es pot obtenir les estad­stiques de la interf­cie %s %s" +msgstr "No s'han pogut verificar les credencials del client: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "No s'ha pogut iniciar la xarxa %s" +msgstr "No s'ha pogut acceptar la connexi³: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "ha fallat l'operaci³ GET: %s" +msgstr "La conformitat de connexi³ TLS ha fallat: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "llegeix: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "escriu: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "El gestor del senyal ha llistat %d errors: şltim error: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "no s'ha pogut assignar mem²ria per a la llista de configuraci³ %s" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "" +"no s'ha pogut assignar mem²ria per al valor de la llista de configuraci³ %s" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, 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:1807 +#: qemud/qemud.c:1892 #, 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:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 +#, c-format +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: autenticaci³ no suportada %s\n" + +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" -msgstr "" +msgstr "No es pot definir un grup quan no s'est  executant com a usuari root" -#: qemud/qemud.c:1961 -#, fuzzy, c-format +#: qemud/qemud.c:2046 +#, c-format msgid "Failed to lookup group '%s'" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut cercar el grup '%s'" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format msgid "Failed to parse mode '%s'" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut analitzar el mode '%s'" -#: qemud/qemud.c:2158 -#, fuzzy, c-format +#: qemud/qemud.c:2243 +#, c-format msgid "Failed to fork as daemon: %s" -msgstr "No s'ha pogut recuperar el domini %s" +msgstr "No s'ha pogut bifurcar com a dimoni: %s" -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format msgid "Failed to create pipe: %s" -msgstr "No s'ha pogut crear l'XML" +msgstr "No s'ha pogut crear el conducte: %s" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, 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:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" -msgstr "" +msgstr "No s'ha pogut registrar la crida de retorn per a la senyal de conducte" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, 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:124 +#, 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)" -#: qemud/remote.c:123 +# 100 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "direcci³ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "estat (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "ha fallat l'operaci³" +msgstr "Es necessita autenticaci³" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "s'ha rebut un codi d'error HTTP %d desconegut" +msgstr "procediment desconegut: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "ha fallat l'an lisi de la resposta del servidor" +msgstr "L'an lisi d'arguments ha fallat" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "error intern - la funci³ de comunicaci³ ha retornat un codi inv lid %d" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "llargada de prova" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "serialitza la cap§alera de resposta" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "serialitza l'estructura de retorn" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "serialitza l'error de retorn" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "serialitza la llargada de retorn" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "la connexi³ ja est  oberta" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "punter de connexi³ inv lid a" +msgstr "la connexi³ no est  oberta" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "sense mem²ria" +msgstr "sense mem²ria a strdup" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "No s'ha trobat el domini" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "l'nparams İs massa gran" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "tipus d'SO desconegut" +msgstr "tipus desconegut" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "No s'ha trobat la xarxa" +msgstr "no s'ha trobat la xarxa" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut resoldre l'adre§a %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "el client ha provat una sol·licitud d'inicialitzaci³ SASL inv lida" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "No s'ha pogut obtenir les estad­stiques dels blocs %s %s" +msgstr "no s'ha pogut obtenir l'adre§a del s²col %d (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "no es pot obtenir les estad­stiques de la interf­cie %s %s" +msgstr "no s'ha pogut obtenir l'adre§a del parell %d (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "ha fallat la configuraci³ contextual sasl %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "no es pot obtenir la mida del xifratge TLS" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "no es pot definir el SSF extern de SASL %d (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "no es poden definir les propietats de seguretat de SASL %d (%s)" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "no es poden llistar els mecanismes SASL %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "no es pot assignar la llista de mecanismes" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "no es pot consultar el ssf de SASL en la connexi³ %d (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "el SSF negociat %d no ha estat prou fort" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "no es pot consultar el nom d'usuari SASL en la connexi³ %d (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "no s'ha trobat cap nom d'usuari de client" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "sense mem²ria" +msgstr "s'ha esgotat la mem²ria mentre es copiava el nom d'usuari" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "el client SASL %s no est  perm¨s en la llista blanca" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 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:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "ha fallat l'iniciaci³ de sasl %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "la resposta d'inici de sasl İs massa llarga %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "el pas de sasl ha fallat %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "les dades de resposta del pas de sasl s³n massa llargues %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 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:2745 +#: qemud/remote.c:2843 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:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "el client ha intentat fer una sol·licitud de pas de SASL no disponible" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 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:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "no es pot obtenir la identitat del s²col remot" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "S'esta comprovant el PID %d que s'executa com a %d" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "No s'ha pogut consultar el joc de pol­tiques del cridador: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "No s'ha pogut crear el domini inactiu %s\n" +msgstr "No s'ha pogut crear l'acci³ del joc de pol­tiques %s\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "No s'ha pogut crear el domini inactiu %s\n" +msgstr "No s'ha pogut crear el context del joc de pol­tiques %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" -msgstr "" +msgstr "El joc de pol­tiques no ha pogut comprovar l'autoritzaci³ %d %s" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" +msgstr "La pol­tica ha autoritzat l'acci³ %s del pid %d, uid %d, resultat %s" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 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:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "No s'ha trobat la xarxa" +msgstr "no s'ha trobat storage_pool" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" + +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 +msgid "storage_vol not found" +msgstr "No s'ha trobat storage_vol" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "No s'ha trobat el domini: %s" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "l'element uuid İs inv lid" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:4041 #, fuzzy -msgid "storage_vol not found" -msgstr "No s'ha trobat la xarxa" +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -805,9 +848,8 @@ msgid "expecting a separator in list" msgstr "s'espera un separador a la llista" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" -msgstr "la llista no s'ha tancat amb ] " +msgstr "la llista no s'ha tancat amb ]" #: src/conf.c:521 msgid "expecting a name" @@ -821,8 +863,8 @@ msgstr "s'espera un separador" msgid "expecting an assignment" msgstr "s'espera una assignaci³" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "assigna mem²ria interm¨dia nova" @@ -836,956 +878,1007 @@ msgid "failed to save content" msgstr "no s'ha pogut desar el contingut" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "no s'han pogut obtenir els atributs de tty: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "no s'han pogut definir els atributs de tty: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "s'ha produŻt un error mentre s'esperava l'E/S: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "s'ha produŻt un error en llegir de l'entrada: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "s'ha produŻt un error en escriure a l'entrada: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "s'est  assignant la connexi³" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "s'est  assignant un domini" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "no s'ha pogut afegir el domini a la taula de dispersi³ de la connexi³" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "manca el domini a la taula de dispersi³ de connexions" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "s'est  assignant una xarxa" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "no s'ha pogut afegir la xarxa a la taula de dispersi³ de connexions" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "manca la xarxa a la taula de dispersi³ de connexions" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "s'est  assignant la bateria d'emmagatzematge" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "" +"no s'ha pogut afegir la bateria d'emmagatzematge a la taula de dispersi³ de " +"connexions" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "manca la bateria a la taula de dispersi³ de connexions" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "s'est  assignant un volum d'emmagatzematge" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "" +"no s'ha pogut afegir el volum d'emmagatzematge a la taula de dispersi³ de " +"connexions" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "manca el volum a la taula de dispersi³ de connexions" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "s'est  assignant un volum d'emmagatzematge" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "s'est  copiant el contingut del node" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "" +"no s'ha pogut afegir el volum d'emmagatzematge a la taula de dispersi³ de " +"connexions" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "manca el volum a la taula de dispersi³ de connexions" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "tipus d'SO desconegut %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "punter de domini inv lid" +msgstr "el dispositiu d'arrencada '%s' İs desconegut" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "Nom del dispositiu de disquet inv lid: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "Nom del dispositiu de disc dur inv lid: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "Tipus de bus '%s' no v lid per al disquet" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "tipus de dispositiu dest­" +msgstr "Tipus de bus '%s' no v lid per al disquet" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " msgstr "" +"No s'han especificat atributs d' 'dev' amb amb " -#: src/domain_conf.c:907 +#: src/domain_conf.c:902 msgid "No 'port' attribute specified with socket interface" msgstr "" -#: src/domain_conf.c:912 +#: src/domain_conf.c:907 msgid "Cannot parse 'port' attribute with socket interface" msgstr "" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" msgstr "" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "El nom de model contİ car cters inv lids" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 +#: src/domain_conf.c:1113 src/domain_conf.c:1190 #, fuzzy msgid "Missing source path attribute for char device" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 +#: src/domain_conf.c:1130 src/domain_conf.c:1147 #, fuzzy msgid "Missing source host attribute for char device" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 #, fuzzy msgid "Missing source service attribute for char device" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "manca la informaci³ del dispositiu arrel" +msgstr "falta el tipus de dispositiu d'entrada" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "tipus d'SO desconegut %s" +msgstr "el dispositiu d'arrencada '%s' İs desconegut" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "el bus ps2 no suporta el dispositiu d'entrada %s" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "el bus d'entrada %s no est  suportat" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "tipus de dispositiu dest­" +msgstr "el bus xen no disposa del dispositiu d'entrada %s" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "manca la informaci³ del dispositiu arrel" +msgstr "falta el tipus de dispositiu d'entrada" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "tipus d'SO desconegut" +msgstr "el tipus de dispositiu İs desconegut" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no es pot eliminar la configuraci³ de %s" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "tipus d'SO desconegut %s" +msgstr "tipus d'SO desconegut" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no es pot eliminar la configuraci³ de %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "manca \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "tipus d'SO desconegut %s" +msgstr "el dispositiu d'arrencada '%s' İs desconegut" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "tipus d'SO desconegut %s" +msgstr "el dispositiu d'arrencada '%s' İs desconegut" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "es desconeix el servidor remot %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "tipus d'SO desconegut %s" +msgstr "tipus d'autenticaci³ desconegut: %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "manca la informaci³ del dispositiu arrel" +msgstr "manca l'element arrel" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "tipus d'SO desconegut" +msgstr "el tipus de dispositiu İs desconegut" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "no s'ha pogut assignar un node" +msgstr "no s'ha pogut assignar espai per xmlXPathContext" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "manca la informaci³ del nom de domini" +msgstr "falta l'atribut del tipus de domini" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "punter de domini inv lid" +msgstr "tipus de domini inv lid" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "No s'ha pogut crear l'XML" +msgstr "No s'ha pogut generar un UUID: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "l'element uuid no İs correcte" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "manca la informaci³ del dispositiu arrel" +msgstr "falta un element de mem²ria" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "dades inesperades '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" msgstr "tipus d'SO desconegut" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "tipus de dispositiu dest­" +msgstr "l'arquitectura no est  suportada" -#: src/domain_conf.c:1891 +#: src/domain_conf.c:1899 #, fuzzy msgid "cannot extract boot device" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:1899 +#: src/domain_conf.c:1907 #, fuzzy msgid "missing boot device" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "tipus d'SO desconegut %s" +msgstr "el dispositiu d'arrencada '%s' İs desconegut" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "tipus de dispositiu dest­" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" msgstr "dispositiu de la interf­cie" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "vinculaci³: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" msgstr "No s'ha pogut suspendre el domini %s" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "es desconeix el servidor remot %s" +msgstr "element d'arrel incorrecte" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "node dict inesperat" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "node value inesperat" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "no s'ha pogut crear el directori de configuraci³ %s: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" +msgstr "no s'ha pogut crear el fitxer de configuraci³ %s: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" +msgstr "no s'ha pogut escriure el fitxer de configuraci³ %s: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "no s'ha pogut guardar el fitxer de configuraci³ %s: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut obrir el directori '%s': %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" +msgstr "no es pot eliminar la configuraci³ de %s" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "tipus d'SO desconegut" +msgstr "tipus de virtualitzaci³ desconeguda" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "s'est  assignant la connexi³" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "assignaci³ d'un domini" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "" -"no s'ha pogut afegir el domini a la taula de dispersi³ de la connexions" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "manca el domini a la taula de dispersi³ de connexions" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "s'est  assignant una xarxa" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "no s'ha pogut afegir la xarxa a la taula de dispersi³ de connexions" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "manca la xarxa a la taula de dispersi³ de connexions" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "s'est  assignant una xarxa" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "no s'ha pogut afegir la xarxa a la taula de dispersi³ de connexions" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "manca el domini a la taula de dispersi³ de connexions" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "s'est  assignant una xarxa" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "no s'ha pogut afegir la xarxa a la taula de dispersi³ de connexions" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "manca el domini a la taula de dispersi³ de connexions" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "No s'ha pogut crear l'XML" +msgstr "No s'ha pogut executar '" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "No s'ha pogut crear l'XML" +msgstr "No s'ha pogut llegir" -#: src/iptables.c:180 -#, fuzzy +# 200 +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "No s'ha pogut escriure el s²col %d\n" +msgstr "No s'ha pogut escriure a " -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "No s'ha pogut crear la xarxa des de %s" +msgstr "No s'ha pogut crear el directori %s : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "No s'ha pogut desar el domini %s a %s" +msgstr "No s'han pogut desar les regles d'iptables a %s : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" +"No s'ha pogut eliminar la regla d'iptables '%s' de la cadena '%s' de la " +"taula '%s': %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, 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:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "no s'ha pogut connectar a %s" +msgstr "no s'ha pogut analitzar la URI de connexi³" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "s'est  assignant la connexi³" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "No s'ha pogut iniciar la xarxa %s" +msgstr "No s'ha pogut acceptar la connexi³: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "la informaci³ del domini İs incorrecta, domid no İs num¨ric" +msgstr "el domainMigratePrepare no ha definit una uri" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "el domainMigratePrepare no ha definit una uri" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "S'ha produŻt un error en tornar a carregar els controladors" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "assignaci³ d'una matriu de valors" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "no s'ha pogut assignar un node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "No s'ha pogut crear el domini inactiu %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut vincular el s²col a '%s': %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "No s'ha pogut crear l'XML" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut vincular el s²col a '%s': %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "No s'ha pogut iniciar el domini %s" +msgstr "no s'ha pogut obrir %s per a llegir" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "No s'ha pogut iniciar el domini %s" +msgstr "no s'ha pogut obrir %s per a llegir" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut crear el fitxer de registre %s: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "No s'ha pogut iniciar el domini %s" +msgstr "no s'ha pogut obrir %s per a llegir" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "No s'ha pogut crear un domini des de %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut obrir el directori '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "No s'ha pogut iniciar el domini %s" +msgstr "no s'ha pogut obrir %s per a llegir" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "assignaci³ d'una matriu de valors" +msgstr "ha fallat l'operaci³: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "No s'ha pogut crear un domini des de %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "No s'ha pogut crear el s²col: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "No s'ha pogut llegir el s²col %d\n" +msgstr "No s'ha pogut crear el s²col: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut vincular el s²col a '%s': %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut vincular el s²col a '%s': %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "ha fallat l'operaci³: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "no es pot obtenir les estad­stiques de la interf­cie %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "No s'ha destruŻt el domini %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "no s'ha pogut assignar un node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "No es pot escriure argv al fitxer de registre %d: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "No es pot tancar el fitxer de registre %d: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "No s'ha trobat la xarxa: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "no s'ha pogut assignar un node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "id de domini o uuid" +msgstr "no hi ha cap domini que concordi amb l'uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "nom del domini inactiu" +msgstr "no es pot eliminar el domini actiu" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "nom del domini inactiu" +msgstr "no es pot eliminar el domini actiu" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "No s'ha pogut iniciar el domini %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "script emprat com a pont de la interf­cie de xarxa" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "no s'ha pogut assignar un node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut vincular el s²col a '%s': %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "no s'ha pogut assignar un node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "No s'ha pogut llegir el s²col %d\n" +msgstr "No s'ha pogut crear el s²col: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "no s'ha pogut connectar al magatzem Xen" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "punter de domini inv lid" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" +msgstr "No es pot crear el directori de registre %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut obrir el directori '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "nom de domini" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "id de domini o uuid" +msgstr "node de llista de domini" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Nom" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "s'ha rebut un codi d'error HTTP %d desconegut" +msgstr "procediment desconegut: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "No s'ha pogut recuperar el domini %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "argument inv lid a %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "argument inv lid a" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut resoldre l'adre§a %d: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut resoldre l'adre§a %d: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut resoldre l'adre§a %d: %s" #: src/network_conf.c:359 #, fuzzy, c-format @@ -1795,14 +1888,16 @@ msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" #: src/network_conf.c:383 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:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1811,1640 +1906,1822 @@ msgstr "" #, 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:798 src/storage_conf.c:1238 -#, fuzzy, c-format +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format msgid "no config file for %s" -msgstr "error de sintaxi del fitxer de configuraci³: %s" +msgstr "no hi ha fitxer de configuraci³ per a %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, 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:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "s'ha esgotat la mem²ria en asprintf" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: s'ha esgotat la mem²ria" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "S'estan actualitzant les normes de les iptables" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "no s'ha pogut assignar espai per dnsmasq argv" + +#: src/network_driver.c:396 +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:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"no s'han pogut afegir les normes d'iptables per a permetre el reenviament " +"des de '%s' : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"no s'han pogut afegir les normes d'iptables per a permetre el reenviament a " +"'%s' : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" +"no s'han pogut afegir les normes d'iptables per a habilitar l'emmascarat : %" +"s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"no s'han pogut afegir les normes d'iptables per a permetre l'encaminament " +"des de '%s' : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"no s'han pogut afegir les normes d'iptables per a permetre l'encaminament a " +"'%s' : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "no s'ha pogut assignar espai per a permetre l'şs de les taules IP" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %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:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %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:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %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:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %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:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %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:670 +msgid "network is already active" +msgstr "la xarxa ja İs activa" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "no es pot inicialitzar el suport pont: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "no s'ha pogut crear el pont '%s' : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "no s'ha pogut definir l'adre§a IP del pont '%s' a '%s' : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "no s'ha pogut definir la m scara de xarxa del pont '%s' a '%s' : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "no s'ha pogut mostrar el pont '%s' : %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "no s'ha pogut habilitar el reenviament IP : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, 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:748 src/network_driver.c:778 +#, 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:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "S'est  tancant la xarxa '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "S'ha obtingut un pid inesperat per a dnsmasq" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "la xarxa ja İs activa" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "informaci³ de la xarxa en XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "no s'ha pogut assignar un node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "No s'ha pogut desar el domini %s a %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "no hi ha cap domini que coincideixi amb el nom" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "No es pot extreure la versi³ de l'hipervisor %s en execuci³\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "no s'ha pogut connectar a %s" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "no s'ha pogut connectar a %s" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "s'est  resolent el nom de fitxer de la xarxa" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "l'adre§a MAC no İs v lida" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "adre§a MAC" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "ha fallat l'operaci³" +msgstr "popen ha fallat" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut analitzar la sortida de vzlist" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "error de sintaxi del fitxer de configuraci³: %s" +msgstr "l'UUID del fitxer de configuraci³ no İs correcte" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "no s'ha pogut connectar a %s" +msgstr "no es pot eliminar la configuraci³ de %s" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "El domini encara s'est  executant" +msgstr "el domini no s'est  executant" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "tipus de sistema de fitxers inv lid" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "no s'ha pogut connectar a %s" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "nom del domini inactiu" +msgstr "no es pot eliminar el domini actiu" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "El domini encara s'est  executant" +msgstr "el domini no est  en estat d'execuci³" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "no s'ha pogut connectar a %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "no s'ha pogut connectar a %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "no s'ha pogut connectar a %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "no es pot eliminar la configuraci³ de %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "Encara hi ha una OPENVZ VM activa amb l'id '%s'" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "no s'ha pogut analitzar la URI de connexi³" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "canvia el nombre de CPU virtuals" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "Encara hi ha una OPENVZ VM definida amb l'id '%d'" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "no hi ha cap domini que coincideixi amb l'id" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "El domini encara s'est  executant" +msgstr "el domini no est  en estat de tancament" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "no s'ha pogut connectar a %s" +msgstr "no s'ha pogut analitzar la URI de connexi³" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "no s'ha pogut connectar a %s" +msgstr "no s'ha pogut analitzar la URI de connexi³" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "No s'ha pogut tancar el s²col %d\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "No s'ha pogut llegir el s²col %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" -msgstr "No s'ha pogut escriure el s²col %d\n" +msgstr "No s'ha pogut escriure al s²col %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "Error de comunicaci³ amb l'intermediari: s'han rebut %d bytes de %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" -"Error de comunicaci³ amb l'intermediari: s'esperaven %d bytes, se n'han " +"Error de comunicaci³ amb l'intermediari: s'esperaven %d bytes i se n'han " "rebut %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "" "Error de comunicaci³ amb l'intermediari: s'ha rebut un paquet de %d bytes\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" -msgstr "Error de comunicaci³ amb l'intermediari: paquet mal format\n" +msgstr "Error de comunicaci³ amb l'intermediari: paquet defectu³s\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "s'ha rebut un nşmero de paquet as­ncron %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "no s'ha pogut assignar un node" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "no s'ha pogut assignar una mem²ria interm¨dia" +msgstr "no s'ha pogut assignar vncTLSx509certdir" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "No s'ha trobat la xarxa" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "S'ha iniciat la xarxa %s\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "S'ha iniciat la xarxa %s\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "no s'ha pogut assignar un node" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, 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:486 +#, 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:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "No es poden trobar els binaris %s de QUEMU: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "No s'ha trobat la xarxa '%s'" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "La xarxa '%s' no İs activa" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "El tipus de xarxa %d no est  suportat" + +#: src/qemu_conf.c:585 +#, 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:589 +#, 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:612 +msgid "failed to allocate space for tapfds string" +msgstr "no s'ha pogut assignar espai per a la cadena tapfds" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "tipus de dispositiu dest­" +msgstr "dades inesperades '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, fuzzy, c-format msgid "unsupported disk type '%s'" -msgstr "tipus de dispositiu dest­" +msgstr "dades inesperades '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "punter de domini inv lid" +msgstr "model de so inv lid" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "no s'ha pogut assignar espai per a la cadena argv" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "" +"No s'ha pogut establir l'indicador de descriptor de fitxer close-on-exe" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "no s'ha pogut analitzar la informaci³ del domini Xend" +msgstr "No s'ha pogut establir l'indicador de descriptor de fitxer no blocant" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "No s'ha pogut iniciar la xarxa %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut iniciar autom ticament la VM '%s': %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "No s'ha trobat la xarxa: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "sense mem²ria" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "sense mem²ria" +msgstr "qemudStartup: s'ha esgotat la mem²ria" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" -msgstr "" +msgstr "El QEMU ha sortit durant l'engegada %sÂşn%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "S'ha produŻt un error en llegir la sortida de l'inici de %s: %s" + +#: src/qemu_driver.c:393 +#, 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:409 +#, 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:421 +#, 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:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No es pot obrir el cam­ al monitor %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "No es pot definir l'indicador de monitor close-on-exec" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "No es pot posar el monitor en mode no blocant" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "No es poden registrar les dades de la consola de la VM: %s" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "assigna un nou context" +msgstr "assigna mem²ria interm¨dia nova" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "no s'ha pogut obtenir el domini '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "ha fallat l'operaci³" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "El domini ja İs actiu" +msgstr "La VM ja İs activa" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "No es pot trobar un port VNC no utilitzat" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "el cam­ al fitxer de configuraci³ İs massa llarg: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "no s'ha pogut crear el fitxer de registre %s: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "" +"No es pot definir l'indicador close-on-exec del fitxer de registre de la VM %" +"s" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No es poden trobar els binaris %s de QUEMU: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "No es pot escriure argv al fitxer de registre %d: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "No es pot escriure argv al fitxer de registre %d: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "no s'ha pogut obtenir la xarxa '%s'" +msgstr "S'est  aturant la VM '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "No es pot tancar el fitxer de registre %d: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "node dict inesperat" +msgstr "S'ha obtingut un pid inesperat" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "no s'ha pogut assignar un node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "no s'ha pogut assignar un node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "No s'ha pogut desar el domini %s a %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "El domini ja İs actiu" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "no s'ha pogut obrir %s per a llegir" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "no s'ha pogut obtenir la xarxa '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "node dict inesperat" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut obrir tty %s: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "no s'ha pogut assignar espai per a suport de les capacitats" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Mem²ria emprada:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "el domini %s ja existeix" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "el domini %s ja existeix" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "no hi ha cap domini que coincideixi amb l'id %d" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "El domini encara s'est  executant" +msgstr "el domini no s'est  executant" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "ha fallat l'operaci³" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "ha fallat l'operaci³" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "no s'ha pogut assignar un node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nom del domini inactiu" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "No s'ha pogut suspendre el domini %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" -msgstr "no s'ha pogut obtenir un UUID de domini" +msgstr "no s'ha pogut obtenir el domini '%s'" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "No s'ha pogut crear l'XML" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "No s'ha pogut escriure el s²col %d\n" +msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "No s'ha pogut escriure el s²col %d\n" +msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "sense mem²ria" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "ha fallat l'operaci³" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "nom del domini inactiu" +msgstr "No defineixis la configuraci³ per a un domini inactiu." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "no defineixis un domini inactiu" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ha fallat la crida a la biblioteca, potser no est  disponible" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "No s'ha pogut crear l'XML" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "carrega el fitxer de definici³ del domini" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node de llista de domini" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "no s'ha pogut llegir el dimoni Xen" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "No s'ha pogut crear l'XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "No s'ha pogut crear l'XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "El domini ja İs actiu" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "No s'ha pogut crear l'XML" +msgstr "no s'ha pogut obtenir la xarxa '%s'" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "No s'ha pogut iniciar el domini %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "No s'ha pogut recuperar el domini %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "No s'ha pogut assignar mem²ria" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "dispositiu de la interf­cie" +msgstr "" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "tipus de dispositiu dest­" +msgstr "dades inesperades '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "el domini %s ja existeix" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "dispositiu de la interf­cie" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "s'est  carregant el fitxer de definici³ del sistema amfitri³" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "dispositiu de la interf­cie" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "s'est  carregant el fitxer de definici³ del sistema amfitri³" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "no defineixis un domini inactiu" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "No s'ha trobat el domini" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "No s'ha pogut recuperar el domini %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nom del domini inactiu" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argument inv lid a %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "No s'ha trobat el domini: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "argument inv lid a %s" +msgstr "argument inv lid a" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "nom de domini" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "node de llista de domini" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "no s'ha pogut obtenir un UUID de xarxa" + +#: src/qemu_driver.c:3555 +#, 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:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "informaci³ de la xarxa en XML" +msgid "failed to start listening VM" +msgstr "No s'ha pogut iniciar el domini %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "no s'ha pogut assignar un node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "No s'ha pogut desar el domini %s a %s" +msgid "migrate failed: %s" +msgstr "ha fallat l'operaci³: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "no hi ha cap domini que coincideixi amb el nom" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "No s'ha trobat la xarxa" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut obrir tty %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut obrir tty %s: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut obrir tty %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "No s'ha pogut llegir el s²col %d\n" +msgstr "No s'ha pogut crear el s²col: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "No s'ha pogut llegir el s²col %d\n" +msgstr "No s'ha pogut crear el s²col: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "no s'ha pogut obtenir l'URI" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "s'est  assignant un domini" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "no s'ha pogut assignar un node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "no s'ha pogut escriure el fitxer de registre" +msgstr "No es poden registrar les dades de la consola de la VM: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "No s'ha trobat la xarxa: %s" +msgstr "no s'ha pogut serialitzar l'S-Expr: %s" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "no s'han pogut definir els atributs de tty: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "No s'ha pogut crear l'XML" +msgstr "no s'han pogut definir els atributs de tty: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "no es pot obtenir les estad­stiques de la interf­cie %s %s" +msgstr "No s'han pogut verificar les credencials del client: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut obrir tty %s: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "no es pot obtenir les estad­stiques de la interf­cie %s %s" +msgstr "No s'han pogut verificar les credencials del client: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "No s'ha pogut crear l'XML" +msgstr "No es pot verificar el MemorySize actual" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "El valor %d no İs v lid per a la mida de la mem²ria" +msgstr "Tipus de dispositiu inv lid: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "remoteCheckCertificate: el certificat del client no İs fiable." -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." msgstr "" +"remoteCheckCertificate: el certificat del client tİ un emissor desconegut." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: el certificat del client ha estat revocat." -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: el certificat del client fa servir un algoritme " +"insegur." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "No s'ha trobat la xarxa: %s" +msgstr "No s'ha pogut inicialitzar l'autenticaci³ SASL %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut obrir tty %s: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "massa xarxes" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "massa dominis" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "massa dominis" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "canvia l'assignaci³ de mem²ria" +msgstr "s'ha esgotat la mem²ria mentre s'estava assignant la matriu" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "tipus d'SO desconegut" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "massa xarxes" +msgstr "massa xarxes remotes: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "s'han registrat massa controladors" +msgstr "s'han demanat massa bancs d'emmagatzematge" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "s'han registrat massa controladors" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "s'han registrat massa controladors" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "s'han registrat massa controladors" -#: src/remote_internal.c:3624 -#, fuzzy, c-format -msgid "unknown authentication type %s" -msgstr "tipus d'SO desconegut %s" +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "s'han registrat massa controladors" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "s'han registrat massa controladors" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "s'han registrat massa controladors" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "s'han registrat massa controladors" + +#: src/remote_internal.c:4042 +#, c-format +msgid "unknown authentication type %s" +msgstr "tipus d'autenticaci³ desconegut: %s" + +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 -#, fuzzy, c-format +#: src/remote_internal.c:4093 +#, c-format msgid "unsupported authentication type %d" -msgstr "ha fallat l'operaci³" +msgstr "tipus d'autenticaci³ %d no disponible" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "No s'ha trobat la xarxa: %s" +msgstr "no s'ha pogut serialitzar l'S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "l'hipervisor no disposa d'aquesta funci³" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "No s'ha pogut iniciar el domini %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "no es pot obtenir les estad­stiques de la interf­cie %s %s" +msgstr "no s'ha pogut desar el contingut" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut iniciar el domini %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "no es pot obtenir les estad­stiques de la interf­cie %s %s" +msgstr "No s'ha pogut connectar a l'hipervisor" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "argument inv lid a %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "argument inv lid a %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "punter de domini inv lid" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "no s'ha pogut assignar un node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "no s'ha pogut copiar una cadena" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "tipus d'SO desconegut %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "tipus d'SO desconegut %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "no s'ha pogut guardar el fitxer de configuraci³ %s: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "no s'ha pogut crear el fitxer de configuraci³ %s: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "argument inv lid a" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "No s'ha pogut iniciar el domini %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "error intern %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "argument inv lid a %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "punter de xarxa inv lid a %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "ha fallat l'operaci³" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "manca la font d'informaci³ per al dispositiu" +msgstr "falta l'origen de muntatge" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "nom de domini" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "tipus d'SO desconegut %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3473,585 +3750,769 @@ msgstr "mostra la versi³" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Nom" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut obtenir les estad­stiques dels blocs %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "No s'ha trobat la xarxa: %s" +msgstr "No s'ha pogut definir el domini des de %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "No s'ha pogut desvincular el dispositiu de %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "No s'ha pogut obtenir les estad­stiques dels blocs %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "No s'ha pogut assignar mem²ria" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "nom de domini" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "assignaci³ d'un domini" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "s'est  assignant una xarxa" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "s'est  assignant una xarxa" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "no s'ha pogut assignar un node" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "nom de domini" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" +msgstr "No es pot crear el directori de registre %s: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "s'est  assignant una xarxa" +msgstr "" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "es desconeix el servidor remot %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "tipus d'SO desconegut %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "manca la informaci³ del dispositiu arrel" +msgstr "manca l'element arrel" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "nom de xarxa o uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "tipus d'SO desconegut %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "dispositiu de la interf­cie" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "dispositiu de blocs" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "manca la informaci³ del dispositiu arrel" +msgstr "manca la font d'informaci³ per al dispositiu %s" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "nom de domini" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "manca la informaci³ del dest­ per al dispositiu" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "tipus d'SO desconegut %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "tipus mime inesperat" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "es desconeix el servidor remot %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "s'est  assignant una xarxa" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "es desconeix el servidor remot %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "manca la informaci³ del dispositiu arrel" +msgstr "falta un element de mem²ria" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "tipus d'SO desconegut %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "no s'ha pogut construir el cam­ al fitxer de configuraci³" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "no es pot construir el cam­ de l'enlla§ a autostart" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "No s'ha pogut crear l'XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "no es pot eliminar la configuraci³ de %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Nom" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "El domini ja İs actiu" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "El domini ja İs actiu" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "el cam­ al registre no İs un fitxer" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, 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:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "el cam­ al registre no İs un fitxer" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "El domini ja İs actiu" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "obtenci³ de la data i hora" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "s'est  carregant el fitxer de definici³ del sistema amfitri³" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "amfitri³" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creaci³ del context xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node dels nodes cpu i numa" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node de s²cols de cpu" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node de nuclis de cpu" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node de fluxos de cpu" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node de cpu activa" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node mhz de cpu" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node de mem²ria" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node de llista de domini" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "s'est  resolent el nom de fitxer del domini" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node de llista de domini" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "s'est  resolent el nom de fitxer de la xarxa" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node de llista de domini" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "s'est  resolent el nom de fitxer del domini" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: proporcioneu un cam­ o empreu test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "No s'ha trobat el domini" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "El domini encara s'est  executant" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "el domini no s'est  executant" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "no s'ha pogut assignar espai per a la cadena de xarxa" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "inicia un domini autom ticament" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node de llista de domini" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "no s'ha pogut llegir el dimoni Xen" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node de llista de domini" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "S'ha bolcat el domini %s a %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "no s'ha pogut escriure el fitxer de registre" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "El domini ja s'est  executant" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "El domini encara s'est  executant" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "La xarxa encara s'est  executant" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "La xarxa ja s'est  executant" -#: src/util.c:154 +#: src/test.c:2011 +#, 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:2035 +#, 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:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "no s'ha pogut assignar un node" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "tipus %s de dispositiu d'entrada no suportat" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "no es pot inicialitzar el suport pont: %s" + +#: src/uml_driver.c:344 +#, 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:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: s'ha esgotat la mem²ria" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "no s'ha pogut crear el fitxer de registre %s: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "no s'ha pogut crear el pont '%s' : %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "No es poden trobar els binaris %s de QUEMU: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "No es pot crear el directori de registre %s: %s" + +#: src/uml_driver.c:784 +#, 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:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "S'ha obtingut un pid inesperat" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "No s'ha pogut crear l'XML" +msgstr "" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "No s'ha pogut resoldre l'adre§a %d: %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" +msgstr "No es pot crear el directori de registre %s: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "no s'ha pogut obtenir el nom de m quina" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "no s'ha pogut obtenir el nom de m quina" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "no s'ha pogut obtenir el nom de m quina" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" +msgstr "no s'ha pogut crear el pont '%s' : %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "nom de domini" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "error intern %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "escriu l'ajuda" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Escriu l'ajuda global o l'espec­fica d'una ordre." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nom de l'ordre" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4059,322 +4520,327 @@ msgstr "" "Ordres:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "inicia un domini autom ticament" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "Configura un domini perqu¨ s'iniciŻ autom ticament en arrencar." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "nom de domini, id o uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "inhabilita l'inici autom tic" -#: src/virsh.c:402 +#: src/virsh.c:401 #, 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:405 +#: src/virsh.c:404 #, 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:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "S'ha marcat el domini %s com a autoiniciat\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "S'ha desmarcat el domini %s com a autoiniciat\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "torna a connectar a l'hipervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI de la connexi³ de l'hipervisor" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "connexi³ nomİs de lectura" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "No s'ha pogut desconnectar des de l'hipervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "No s'ha pogut connectar a l'hipervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "connecta a la consola de l'allotjat" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Connecta a la consola s¨rie virtual per a l'allotjat" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "No hi ha cap consola disponible per al domini\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "llista els dominis" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Retorna una llista de dominis." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "llista els dominis inactius" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "llista els dominis actius i inactius" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "No s'ha pogut llistar els dominis actius" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "No s'ha pogut llistar els dominis inactius" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nom" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Estat" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "cap estat" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "estat del domini" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Retorna l'estat quant a un domini en execuci³." -#: src/virsh.c:705 +#: src/virsh.c:704 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:706 +#: src/virsh.c:705 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:712 +#: src/virsh.c:711 msgid "block device" msgstr "dispositiu de blocs" -#: src/virsh.c:733 +#: src/virsh.c:732 #, 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:762 +#: src/virsh.c:761 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:763 +#: src/virsh.c:762 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:769 +#: src/virsh.c:768 msgid "interface device" msgstr "dispositiu de la interf­cie" -#: src/virsh.c:790 +#: src/virsh.c:789 #, 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:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "susp¨n un domini" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Susp¨n un domini en execuci³." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "S'ha susp¨s el domini %s\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "No s'ha pogut suspendre el domini %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "crea un domini des d'un fitxer XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Crea un domini." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "fitxer que contİ una descripci³ de domini XML" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "S'ha creat el domini %s des de %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "No s'ha pogut crear un domini des de %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Defineix un domini." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "El domini %s s'ha definit des de %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "No s'ha pogut definir el domini des de %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "no defineixis un domini inactiu" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "No defineixis la configuraci³ per a un domini inactiu." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "nom de domini o uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "S'ha indefinit el domini %s\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "No s'ha definit el domini %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "inicia un domini inactiu definit pr¨viament" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Inicia un domini." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "nom del domini inactiu" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "El domini ja İs actiu" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "S'ha iniciat el domini %s\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "No s'ha pogut iniciar el domini %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "desa un estat de domini a un fitxer" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Desa un domini en execuci³." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "on desar les dades" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "S'ha desat el domini %s a %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "mostra/estableix els par metres del planificador" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Mostra/amaga els par metres del planificador" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "assignaci³ d'una matriu de valors" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4383,283 +4849,291 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, 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:1158 +#: src/virsh.c:1162 #, 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:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, 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:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Planificador" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Desconegut" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restaura un domini." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "l'estat a restaurar" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "S'ha restaurat un domini des de %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "No s'ha pogut restaurar un domini des de %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Bolca el nucli d'un domini." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "on bolcar el nucli" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "S'ha bolcat el domini %s a %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "recupera un domini" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Recupera un domini susp¨s anteriorment." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "S'ha recuperat el domini %s\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "No s'ha pogut recuperar el domini %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "apaga un domini" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Executa l'apagada en el domini dest­." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "S'est  apagant el domini %s\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "No s'ha pogut apagar el domini %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reiniciar un domini" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "S'est  reiniciant el domini %s\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "No s'ha pogut reiniciar el domini %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destrueix un domini" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destrueix un domini." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "S'ha destruŻt el domini %s\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "No s'ha destruŻt el domini %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informaci³ del domini" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Retorna informaci³ b sica quant al domini." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nom:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Tipus SO:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Estat:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "Quantitat de CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Temps de CPU:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Mem²ria m xima:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "cap l­mit" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Mem²ria emprada:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Autoinici" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Nom" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Mem²ria emprada:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "Cel·les NUMA:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "informaci³ del vcpu del domini" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Retorna informaci³ b sica quant a les CPU virtuals del domini." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Afinitat de la CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "S'apagar  el domini, no hi ha cap CPU virtual." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "controleu l'afinitat de la vcpu del domini" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Associa les VCPU del domini a CPU f­siques de l'amfitri³." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "nşmeros de vcpu" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "nşmeros de cpu de l'amfitri³ (separats per comes)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." -msgstr "no es pot obtenir informaci³ de node" +msgstr "No es pot obtenir informaci³ de disc" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: format inv lid. Cadena buida." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4667,7 +5141,7 @@ msgstr "" "cpulist: %s: format inv lid. S'esperava una xifra a la posici³ %d (a prop de " "ÂĞ%cÂğ)." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4676,1356 +5150,1399 @@ msgstr "" "cpulist: %s: format inv lid. S'esperava una xifra o una coma a la posici³ %d " "(a prop de ÂĞ%cÂğ)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "No existeix cap CPU f­sica %d." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "canvia el nombre de CPU virtuals" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "nombre de CPU virtuals" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "nombre inv lid de CPU virtuals." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Massa CPU virtuals." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "canvia l'assignaci³ de mem²ria" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "nombre de kbytes de mem²ria" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "No es pot verificar MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "canvia el l­mit de mem²ria m xima" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "l­mit de mem²ria m xim en kbytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "No es pot verificar el MemorySize actual" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "No es pot encongir el MemorySize actual" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "No es pot canviar MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informaci³ de node" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Retorna informaci³ b sica quant al node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "no es pot obtenir informaci³ de node" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Model de CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Freqĵ¨ncia de CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "S²cols de CPU:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Nuclis per s²col:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Fluxos per nucli:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "Cel·les NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Mida de mem²ria:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "capacitats" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Retorna les capacitats de l'hipervisor/controlador." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "no s'ha pogut obtenir les capacitats" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informaci³ de domini en XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "id de domini o uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "id de domini o nom" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "no s'ha pogut obtenir un UUID de domini" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "migra el domini a un altre amfitri³" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "migraci³ activa" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI de connexi³ a l'amfitri³ dest­" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI de la migraci³, normalment se sol ometre" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migraci³: manca el desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "inicia autom ticament una xarxa" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nom de xarxa o uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, 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:2314 +#: src/virsh.c:2350 #, 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:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "S'ha iniciat la xarxa %s\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "S'ha desmarcat la xarxa %s com a autoiniciada\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "crea una xarxa des d'un fitxer XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Crea una xarxa." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "fitxer que contİ una descripci³ XML de la xarxa" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "S'ha creat la xarxa %s des de %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "No s'ha pogut crear la xarxa des de %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Defineix una xarxa." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "S'ha definit la xarxa %s des de %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "No s'ha pogut definir la xarxa des de %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "destrueix una xarxa" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Destrueix una xarxa." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nom de xarxa, id o uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "S'ha destruŻt la xarxa %s\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "No s'ha pogut destruir la xarxa %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informaci³ de la xarxa en XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "llista de xarxes" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Retorna una llista de xarxes." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "llista les xarxes inactives" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "llista les xarxes actives i inactives" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "No s'ha pogut llistar les xarxes actives" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "No s'ha pogut llistar les xarxes inactives" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Autoinici" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "cap autoinici" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "actiu" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inactiu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "converteix un UUID de xarxa a nom de xarxa" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid de xarxa" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "inicia una xarxa inactiva definida pr¨viament" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Inicia una xarxa." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nom de la xarxa inactiva" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "S'ha iniciat la xarxa %s\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "No s'ha pogut iniciar la xarxa %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "no defineixis una xarxa inactiva" -#: src/virsh.c:2705 +#: src/virsh.c:2741 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:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "S'ha indefinit la xarxa %s\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "No s'ha definit la xarxa %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 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:2784 msgid "network name" msgstr "nom de xarxa" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "no s'ha pogut obtenir un UUID de xarxa" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "inicia un domini autom ticament" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "nom de domini o uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, 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:2811 +#: src/virsh.c:2847 #, 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:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "S'ha marcat el domini %s com a autoiniciat\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "S'ha desmarcat el domini %s com a autoiniciat\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "crea un domini des d'un fitxer XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Crea un domini." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "fitxer que contİ una descripci³ de domini XML" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "S'ha creat el domini %s des de %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "No s'ha pogut crear un domini des de %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "crea un domini des d'un fitxer XML" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "nom del domini inactiu" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "no s'ha pogut assignar una mem²ria interm¨dia" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "S'ha creat el domini %s des de %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "No s'ha pogut crear un domini des de %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Defineix un domini." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "El domini %s s'ha definit des de %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "No s'ha pogut definir el domini des de %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "El domini %s s'ha definit des de %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "No s'ha definit el domini %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "No s'ha pogut suspendre el domini %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destrueix un domini" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destrueix un domini." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "S'ha destruŻt el domini %s\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "No s'ha destruŻt el domini %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destrueix un domini." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "S'ha destruŻt el domini %s\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "No s'ha destruŻt el domini %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "S'ha recuperat el domini %s\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "No s'ha pogut recuperar el domini %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "informaci³ de domini en XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "llista els dominis" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Retorna una llista de dominis." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "llista els dominis inactius" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "llista els dominis actius i inactius" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "No s'ha pogut llistar els dominis actius" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "No s'ha pogut llistar els dominis inactius" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "punter de xarxa inv lid a %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "s'han registrat massa controladors" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "sense mem²ria" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "No s'ha definit el domini %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "s'han registrat massa controladors" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "informaci³ de node" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Retorna informaci³ b sica quant al node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "s'est  executant" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "assignaci³ d'un domini" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "converteix un UUID de xarxa a nom de xarxa" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "uuid de domini" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "inicia un domini inactiu definit pr¨viament" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Inicia un domini." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "nom del domini inactiu" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "S'ha iniciat el domini %s\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "No s'ha pogut iniciar el domini %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "crea un domini des d'un fitxer XML" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Crea un domini." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "nom del domini inactiu" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "S'ha creat el domini %s des de %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "No s'ha pogut crear l'XML" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "no defineixis un domini inactiu" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "No defineixis la configuraci³ per a un domini inactiu." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "S'ha indefinit el domini %s\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "No s'ha definit el domini %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "converteix un nom de xarxa a UUID de xarxa" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "no s'ha pogut obtenir un UUID de domini" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "crea un domini des d'un fitxer XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "fitxer que contİ una descripci³ de domini XML" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "S'ha creat el domini %s des de %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "No s'ha pogut crear un domini des de %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destrueix un domini." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "S'ha destruŻt el domini %s\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "No s'ha destruŻt el domini %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "informaci³ de node" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Retorna informaci³ b sica quant al node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "Tipus SO:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "Fitxer XML" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocat" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "informaci³ de domini en XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "llista els dominis" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Retorna una llista de dominis." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "No s'ha pogut llistar els dominis actius" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "converteix un UUID de xarxa a nom de xarxa" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "converteix un UUID de xarxa a nom de xarxa" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "uuid de domini" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "converteix un UUID de xarxa a nom de xarxa" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "mostra la versi³" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Mostra la informaci³ de la versi³ del sistema." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "no s'ha pogut obtenir el tipus d'hipervisor" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, 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:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "no s'ha pogut obtenir la versi³ de la biblioteca" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, 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:4362 +#: src/virsh.c:4399 #, 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:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "no s'ha pogut obtenir la versi³ de l'hipervisor" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, 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:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "S'est  executant l'hipervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "migra el domini a un altre amfitri³" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "capacitats" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "No s'ha pogut connectar a l'hipervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "No s'ha pogut llistar els dominis inactius" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "dispositiu de blocs" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "escriu el nom de m quina de l'hipervisor" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "no s'ha pogut obtenir el nom de m quina" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "escriu l'URI can²nica de l'hipervisor" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "no s'ha pogut obtenir l'URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "visualitzaci³ vnc" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "consola tty" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Escriu el dispositiu per la consola TTY." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "adjunta un dispositiu des d'un fitxer XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Adjunta un dispositiu des d'un fitxer XML" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "Fitxer XML" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "desvincula un dispositiu d'un fitxer XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "desvincula un dispositiu d'un fitxer XML" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "No s'ha pogut desvincular el dispositiu de %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "adjunta les interf­cies de xarxa" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Adjunta una nova interf­cie de xarxa." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "tipus d'interf­cie de xarxa" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "font de la interf­cie de xarxa" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "nom de xarxa" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "adre§a MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "script emprat com a pont de la interf­cie de xarxa" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, 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:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "desvincula la interf­cie de xarxa" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Desvincula la interf­cie de xarxa." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "No es pot obtenir informaci³ de node" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "No s'ha trobat cap interf­cie de tipus %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, 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:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "No s'ha pogut assignar mem²ria" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "No s'ha pogut crear l'XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "adjunta un dispositiu de disc" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Adjunta un nou dispositiu de disc." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "font del dispositiu de disc" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "dest­ del dispositiu de disc" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "controlador del dispositiu de disc" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "subcontrolador del dispositiu de disc" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "tipus de dispositiu dest­" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "mode de lectura i escriptura del dispositiu" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, 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:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "desvincula un dispositiu de disc" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Desvincula un dispositiu de disc." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "No es pot obtenir informaci³ de disc" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "No s'ha trobat cap disc amb dest­ %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "No s'ha pogut assignar mem²ria" +msgstr "no s'ha pogut copiar una cadena" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, 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:5252 +#: src/virsh.c:5378 #, 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:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "No s'ha pogut crear el domini inactiu %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "nom de domini" +msgstr "ha fallat l'operaci³: %s" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "No defineixis la configuraci³ per a un domini inactiu." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "No defineixis la configuraci³ per a un domini inactiu." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "no s'ha pogut llegir el fitxer de configuraci³" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "No defineixis la configuraci³ per a una xarxa inactiva." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "No defineixis la configuraci³ per a una xarxa inactiva." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "No defineixis la configuraci³ per a un domini inactiu." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "No defineixis la configuraci³ per a un domini inactiu." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "surt d'aquest terminal interactiu" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "l'ordre '%s' requereix l'opci³ <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "l'ordre '%s' requereix l'opci³ --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "l'ordre '%s' no existeix" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NOM\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6033,7 +6550,7 @@ msgstr "" "\n" " SINOPSI\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6041,7 +6558,7 @@ msgstr "" "\n" " DESCRIPCI“\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6049,55 +6566,55 @@ msgstr "" "\n" " OPCIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nom de domini o id no definits" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "no s'ha pogut obtenir el domini '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nom de xarxa no definit" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "no s'ha pogut obtenir la xarxa '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "nom de xarxa no definit" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "no s'ha pogut obtenir el domini '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "nom de xarxa no definit" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "no s'ha pogut obtenir el domini '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6108,130 +6625,130 @@ msgstr "" "(Temps: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "manca \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "s­mbol inesperat (nom d'ordre): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "ordre desconeguda: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "l'ordre '%s' no reconeix l'opci³ --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "sintaxi inesperada: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nombre" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "cadena" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "dades inesperades '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPCI“" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DADES" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "Fitxer XML" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "aturat" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "apagant-se" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "apagat" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "ha fallat" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "desconnectat" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "connexi³ inv lida" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "errror: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: no s'ha pogut assignar %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: no s'ha pogut assignar %lu bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "no s'ha pogut connectar a l'hipervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "no es pot obtenir la informaci³ del fitxer de registre" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "el cam­ al registre no İs un fitxer" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "No s'ha pogut desconnectar des de l'hipervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6264,7 +6781,7 @@ msgstr "" "\n" " ordres (mode no interactiu):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6273,12 +6790,12 @@ msgstr "" "\n" " (especifiqueu --help per als detalls quant a l'ordre)\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "l'opci³ '-%c' no est  disponible. Veieu --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6287,7 +6804,7 @@ msgstr "" "Benvinguts a %s, el terminal interactiu de virtualitzaci³.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6305,876 +6822,964 @@ msgstr "av­s" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No s'ha proporcionat cap missatge d'error" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "error intern %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "error intern" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "l'hipervisor no disposa d'aquesta funci³" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "l'hipervisor no disposa d'aquesta funci³: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "no s'ha pogut connectar a l'hipervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "no s'ha pogut connectar a %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "punter de connexi³ inv lid a" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "punter de connexi³ inv lid a %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "punter de domini inv lid" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "punter de domini inv lid a %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "argument inv lid a" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "argument inv lid a %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "ha fallat l'operaci³" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "ha fallat l'operaci³ GET: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "ha fallat l'operaci³ GET" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "ha fallat l'operaci³ POST: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "ha fallat l'operaci³ POST" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "s'ha rebut un codi d'error HTTP %d desconegut" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "es desconeix el servidor remot %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "servidor remot desconegut" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "no s'ha pogut serialitzar l'S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "no s'ha pogut serialitzar l'S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "no s'ha pogut usar l'hipervisor Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, 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:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "no s'ha pogut connectar al magatzem Xen" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "no s'ha pogut connectar al magatzem Xen %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "ha fallat la crida de sistema Xen %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "tipus d'SO desconegut" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "tipus d'SO desconegut %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "manca la informaci³ del nucli" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "manca la informaci³ del dispositiu arrel" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "manca la informaci³ del dispositiu arrel a %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "manca la font d'informaci³ per al dispositiu" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "manca la font d'informaci³ per al dispositiu %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "manca la informaci³ del dest­ per al dispositiu" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "manca la informaci³ del dest­ per al dispositiu %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "manca la informaci³ del nom de domini" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "manca la informaci³ del nom de domini a %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "manca la informaci³ del sistema operatiu" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "manca la informaci³ del sistema operatiu per a %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "manca la informaci³ de dispositius" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "manca la informaci³ de dispositius per a %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "s'han registrat massa controladors" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "s'han registrat massa controladors a %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ha fallat la crida a la biblioteca, potser no est  disponible" -#: src/virterror.c:576 +#: src/virterror.c:584 #, 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:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "La descripci³ XML no est  ben formada o İs inv lida" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "aquest domini ja existeix" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "el domini %s ja existeix" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operaci³ prohibida en accedir nomİs per a llegir" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operaci³ %s prohibida en accedir nomİs per a llegir" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "no s'ha pogut obrir el fitxer de configuraci³ per a llegir" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "no s'ha pogut obrir %s per a llegir" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "no s'ha pogut llegir el fitxer de configuraci³" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "no s'ha pogut llegir el fitxer de configuraci³ %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "no s'ha pogut analitzar el fitxer de configuraci³" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "no s'ha pogut analitzar el fitxer de configuraci³ %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "error de sintaxi del fitxer de configuraci³" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "error de sintaxi del fitxer de configuraci³: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "no s'ha pogut escriure el fitxer de configuraci³" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "error d'an lisi" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "punter de xarxa inv lid a" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "punter de xarxa inv lid a %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "aquesta xarxa ja existeix" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "la xarxa %s ja existeix" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "error de crida de sistema" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "error d'RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "error de crida del GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "No s'ha trobat la xarxa" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "No s'ha trobat la xarxa: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "No s'ha trobat el domini" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "No s'ha trobat el domini: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "No s'ha trobat la xarxa" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "No s'ha trobat la xarxa: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "l'adre§a MAC no İs v lida" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "l'adre§a MAC no İs v lida: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "ha fallat l'operaci³" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "No s'ha trobat la xarxa" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "No s'ha trobat la xarxa: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "No s'ha trobat la xarxa" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "No s'ha trobat la xarxa: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "punter de xarxa inv lid a" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "punter de xarxa inv lid a %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "punter de xarxa inv lid a" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "punter de xarxa inv lid a %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "No s'ha trobat la xarxa" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "No s'ha trobat la xarxa: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "No s'ha trobat la xarxa" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "No s'ha trobat la xarxa: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "punter de xarxa inv lid a" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "punter de domini inv lid a %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "No s'ha trobat el domini: %s" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "No s'ha trobat el domini: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "s'est  assignant un domini" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "" +"S'ha produŻt un error en analitzar la configuraci³ de la xarxa '%s' : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "no s'ha pogut assignar mem²ria per a la llista de configuraci³ %s" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "" +"S'ha produŻt un error en analitzar la configuraci³ de la xarxa '%s' : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "s'est  assignant %d informaci³ de domini" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "no s'ha pogut assignar un node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "no s'ha pogut connectar al magatzem Xen" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "no s'ha pogut llegir el dimoni Xen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "No s'ha pogut recuperar el domini %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "assigna mem²ria interm¨dia nova" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "no s'ha pogut codificar la url de creaci³ de l'S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "la informaci³ del domini İs incompleta, manca el domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "la informaci³ del domini İs incorrecta, domid no İs num¨ric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "la informaci³ del domini İs incompleta, manca l'uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "la informaci³ del domini İs incompleta, manca el nom" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "la informaci³ del domini İs incompleta, manca el nom" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" "la informaci³ del domini İs incompleta, manca el nucli i el carregador " "d'arrencada" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "tipus d'SO desconegut" +msgstr "tipus de dispositiu dest­" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "tipus d'SO desconegut" +msgstr "tipus de dispositiu dest­" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "la informaci³ del domini İs incompleta, vbd no tİ dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "la informaci³ del domini İs incompleta, vbd no tİ src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "no es pot analitzar el nom de fitxer vbd, manca el nom del controlador" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 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:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "l'adre§a MAC no İs v lida: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "node dict inesperat" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "la informaci³ del domini İs incompleta, manca l'id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tipus d'SO desconegut %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "no s'ha pogut analitzar la informaci³ del domini Xend" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "error de sintaxi del fitxer de configuraci³" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "no s'ha pogut analitzar la informaci³ del domini Xend" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "No s'ha pogut suspendre el domini %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "tipus de dispositiu dest­" +msgstr "tipus %s de dispositiu d'entrada no suportat" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "node value inesperat" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node de mem²ria" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "ha fallat l'operaci³" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "No s'ha definit el domini %s" +msgstr "No s'ha definit la xarxa %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ha fallat l'operaci³: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "no s'ha pogut obtenir el nom de m quina" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "no s'ha pogut analitzar la informaci³ del domini Xend" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, 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:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "la informaci³ del domini İs incompleta, manca el nom" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "Desconegut" +msgstr "Planificador" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "no s'ha pogut obtenir el nom de m quina" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "la informaci³ del domini İs incompleta, manca l'uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" -msgstr "la informaci³ del domini İs incompleta, manca l'uuid" +msgstr "la informaci³ del domini İs incompleta, manca el nom" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "argument inv lid a %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "no s'ha pogut obrir %s per a llegir" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +msgstr "no s'ha pogut llegir el fitxer de configuraci³ %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "tipus mime inesperat" +msgstr "tipus de domini inesperat %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "tipus mime inesperat" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "tipus mime inesperat" +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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "node value inesperat" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node de llista de domini" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "ha fallat la crida a la biblioteca, potser no est  disponible" +msgstr "No es permet l'şs d'ai_socktype" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "error de sintaxi del fitxer de configuraci³: %s" +msgstr "l'UUID del fitxer de configuraci³ no İs correcte" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "node value inesperat" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "node value inesperat" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "node value inesperat" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "connexi³ nomİs de lectura" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "llista els dominis inactius" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "node dict inesperat" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, 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:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "No es pot verificar el MemorySize actual" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "no s'ha pogut llegir el fitxer de configuraci³ %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "tipus d'SO desconegut" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "No s'ha pogut obtenir les estad­stiques dels blocs %s %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "no s'ha pogut crear el fitxer de registre %s: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "no s'ha pogut crear el fitxer de registre %s: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "assigna una matriu de cadenes" #: src/xmlrpc.c:53 @@ -7193,7 +7798,7 @@ msgstr "assignaci³ d'una matriu de valors" #: src/xmlrpc.c:185 #, fuzzy msgid "allocate dict" -msgstr "assigna un nou context" +msgstr "assignaci³ d'un domini" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7219,6 +7824,10 @@ msgstr "assigna la resposta" msgid "read response" msgstr "llegeix la resposta" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "assigna una matriu de cadenes" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "ha fallat l'an lisi de la resposta del servidor" @@ -7227,92 +7836,84 @@ msgstr "ha fallat l'an lisi de la resposta del servidor" msgid "allocate new context" msgstr "assigna un nou context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "no s'ha pogut connectar al magatzem Xen" -#~ msgid "blocked" -#~ msgstr "blocat" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "tipus de dispositiu dest­" +msgid "failed to allocate activeDomainList" +msgstr "No s'ha pogut llistar els dominis actius" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nom de xarxa" +msgid "failed to allocate xsWatchList" +msgstr "no s'ha pogut assignar un node" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "No es pot verificar el MemorySize actual" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "El domini ja İs actiu" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "s'est  assignant un domini" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "no s'ha pogut assignar un node" + +#~ msgid "allocating conn->name" +#~ msgstr "s'est  assignant conn->name" + +#~ msgid "missing filesystem type" +#~ msgstr "falta el tipus de sistema de fitxers" + +#~ msgid "empty or invalid mount source" +#~ msgstr "l'origen de muntatge İs buit o inv lid" + #~ msgid "missing mount target" -#~ msgstr "manca la informaci³ del dest­ per al dispositiu" +#~ msgstr "falta l'objectiu de muntatge" + +#~ msgid "empty or invalid mount target" +#~ msgstr "l'origen de muntatge İs buit o inv lid" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "nom de xarxa o uuid" +#~ msgstr "no s'ha pogut generar l'uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "argument inv lid a" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "manca la informaci³ del dispositiu arrel" +#~ msgstr "l'element d'inicialitzaci³ falta o İs inv lid" + +#~ msgid "init string too long" +#~ msgstr "la cadena d'inicialitzaci³ İs massa llarga" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "El valor %d no İs v lid per a la mida de la mem²ria" +#~ msgstr "valor de mem²ria inv lid" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "manca la informaci³ del dispositiu arrel" +#~ msgstr "element d'arrel inv lid" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "manca la informaci³ del nom de domini" +#~ msgstr "falta el tipus de domini" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "punter de domini inv lid" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "punter de domini inv lid" +#~ msgstr "id de domini inv lid" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "No es pot redefinir la VM activa de nom %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "No s'ha pogut crear la xarxa des de %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "no s'ha pogut escriure el fitxer de configuraci³: %s" - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "No s'ha pogut assignar mem²ria" +#~ msgstr "no s'ha pogut obrir el directori de configuraci³ %s: %s" #, fuzzy #~ msgid "execl failed to exec init: %s" @@ -7320,213 +7921,256 @@ msgstr "no s'ha pogut connectar al magatzem Xen" #, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "No es pot verificar el MemorySize actual" +#~ msgstr "No es pot obtenir informaci³ de node" #, fuzzy #~ msgid "posix_openpt failed: %s" #~ msgstr "ha fallat l'operaci³: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "ha fallat l'operaci³: %s" - #, fuzzy #~ msgid "ptsname_r failed: %s" #~ msgstr "ha fallat l'operaci³: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "No s'ha pogut assignar mem²ria" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "ha fallat l'operaci³: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "no s'ha pogut obrir %s per a llegir" - #, fuzzy #~ msgid "sending SIGTERM failed: %s" #~ msgstr "ha fallat l'operaci³: %s" -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "ha fallat l'operaci³: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "No s'ha pogut iniciar el domini %s" - #, fuzzy #~ msgid "sending SIGKILL failed: %s" #~ msgstr "ha fallat l'operaci³: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "manca la informaci³ del dest­ per al dispositiu" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "" +#~ "S'ha produŻt un error. Encara hi ha una OPENVZ VM activa amb l'id '%s'" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "manca la informaci³ del nom de domini" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "manca la informaci³ del nom de domini" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "punter de domini inv lid" +#~ msgstr "l'atribut del tipus de domini İs inv lid" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "punter de domini inv lid" +#~ msgstr "nom de domini inv lid" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "" +#~ "S'ha produŻt un error en l'ID de VPS (ha de ser un enter mİs gran que 100" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "No hi ha cap adre§a IP al fitxer de configuraci³ xml indicat '%s'" + +#~ msgid "ipaddress length too long" +#~ msgstr "la llargada d'ipadress İs massa llarga" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "No s'ha pogut Crear Mem²ria per a l'estructura 'ovz_ip'" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "" +#~ "No hi ha adre§a de m scara de xarxa al fitxer de configuraci³ xml indicat " +#~ "'%s'" + +#~ msgid "netmask length too long" +#~ msgstr "la llargada de la m scara de xarxa İs massa llarga" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "No hi ha nom de m quina al fitxer de configuraci³ xml indicat '%s'" + +#~ msgid "hostname length too long" +#~ msgstr "la llargada del nom de m quina İs massa llarga" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "" +#~ "No hi ha adre§a de pasrel·la al fitxer de configuraci³ xml indicat '%s'" + +#~ msgid "gateway length too long" +#~ msgstr "la llargada de la passarel·la İs massa llarga" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "" +#~ "No hi ha adre§a de nom de servidor al fitxer de configuraci³ xml indicat " +#~ "'%s'" + +#~ msgid "nameserver length too long" +#~ msgstr "la llargada del nom de servidor İs massa llarga" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "No s'ha pogut Crear Mem²ria per a l'estructura 'ovz_ns'" + +#~ msgid "profile length too long" +#~ msgstr "la llargada del perfil İs massa llarga" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "assignaci³ d'una matriu de valors" +#~ msgstr "calloc ha fallat" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "Hi ha hagut un error en analitzar les Opcions de OPENVZ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "Hi ha hagut un error en crear l'OPENVZ VM" #~ msgid "failed to exec %s\n" #~ msgstr "no s'ha pogut executar %s\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "no es pot obtenir informaci³ de node" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "assignaci³ d'un domini" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "tipus mime inesperat" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "No s'ha pogut crear l'XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "No s'ha pogut assignar mem²ria" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "No s'ha pogut assignar mem²ria" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "id de domini o nom" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "punter de domini inv lid a %s" +#~ msgstr "Nom del dispositiu de cdrom inv lid: %s" #, fuzzy +#~ msgid "Invalid bus type: %s" +#~ msgstr "l'adre§a MAC no İs v lida: %s" + #~ msgid "Network name '%s' too long" -#~ msgstr "nom de xarxa o uuid" +#~ msgstr "El nom de xarxa '%s' İs massa llarg" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "El nom '%s' de la interf­cie TAP İs massa llarg" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "El cam­ '%s' de l'script TAP İs massa llarg" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "El cam­ '%s' del pont TAP İs massa llarg" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "L'adre§a IP '%s' İs massa llarga" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "nom de xarxa o uuid" +#~ msgstr "El nom de model '%s' İs massa llarg" #, fuzzy #~ msgid "too many character devices" -#~ msgstr "massa dominis" +#~ msgstr "s'han registrat massa controladors" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "manca la font d'informaci³ per al dispositiu" +#~ msgstr "manca el model de so" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "punter de domini inv lid a %s" +#~ msgstr "el model de so ÂĞ%sÂğ İs inv lid" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "nom de domini o uuid" +#~ msgstr "la llargada del nom de domini İs massa llarga" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "informaci³ de node" +#~ msgstr "la informaci³ de mem²ria no İs correcta" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "informaci³ del vcpu del domini" +#~ msgstr "la informaci³ de vcpu no İs correcta" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "informaci³ del vcpu del domini" +#~ msgstr "la informaci³ de la m scara de la vcpu no İs correcta" + +#~ msgid "architecture type too long" +#~ msgstr "el tipus d'arquitectura İs massa llarg" + +#~ msgid "machine type too long" +#~ msgstr "el tipus de la m quina İs massa llarg" + +#~ msgid "kernel path too long" +#~ msgstr "el cam­ del kernel İs massa llarg" + +#~ msgid "initrd path too long" +#~ msgstr "el cam­ de initrd İs massa llarg" + +#~ msgid "cmdline arguments too long" +#~ msgstr "els arguments de la l­nia d'ordres s³n massa llargs" + +#~ msgid "emulator path too long" +#~ msgstr "el cam­ de l'emulador İs massa llarg" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "El tipus de gr fics %s no est  disponible" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "no s'ha pogut assignar un node" +#~ msgstr "no s'ha pogut assignar espai per a la cadena del disc" -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "no s'ha pogut assignar un node" - -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "No s'ha pogut assignar mem²ria" +#~ msgstr "no s'ha pogut assignar espai per a la cadena d'entrada" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "no s'ha pogut assignar un node" +#~ msgstr "no s'ha pogut assignar espai per al dispositiu de so" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "no s'ha pogut assignar un node" +#~ msgstr "no s'ha pogut assignar espai per a la cadena vm" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "No s'ha pogut assignar mem²ria" +#~ msgstr "no s'ha pogut assignar espai per a la cadena d'abast" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "no s'ha pogut assignar un node" +#~ msgstr "no s'ha pogut assignar espai per a la cadena network_def" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "No s'ha pogut assignar mem²ria" +#~ msgstr "no s'ha pogut assignar espai per a la cadena xmlXPathContext" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "nom de xarxa o uuid" +#~ msgstr "la llargada del nom de xarxa İs massa llarga" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "el nom del dispositiu d'enviament '%s' İs massa llarg" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "no s'ha pogut assignar un node" +#~ msgstr "no s'ha pogut assignar espai per a la cadena de xarxa" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "" +#~ "S'ha produŻt un error en analitzar la configuraci³ del visitant QEMU '%" +#~ "s': %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "" +#~ "ERROR DE PROGRAMACI“: s'ha produŻt un error desconegut - siusplau " +#~ "informeu de l'error\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "" +#~ "El nom del fitxer de configuraci³ '%s' del visitant QEMU no concorda amb " +#~ "el nom del visitant '%s'" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "" +#~ "No s'ha pogut carregar la configuraci³ del visitant QEMU '%s': s'ha " +#~ "esgotat la mem²ria" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "no s'ha pogut afegir la xarxa a la taula de dispersi³ de connexions" +#~ msgstr "" +#~ "No s'ha pogut carregar la configuraci³ de la xarxa '%s': s'ha esgotat la " +#~ "mem²ria" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "El nom del fitxer de configuraci³ '%s/%s' İs massa llarg" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "El cam­ de l'enlla§ a l'inici autom tic '%s/%s' İs massa llarg" #, fuzzy #~ msgid "allocating cpu mask" #~ msgstr "assignaci³ d'un domini" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "No s'ha pogut crear l'XML" +#~ msgstr "no s'ha pogut generar l'XML: s'ha esgotat la mem²ria" + +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "" +#~ "El cam­ resultant İs massa llarg per a la mem²ria interm¨dia en " +#~ "qemudInitPaths()" + +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "no s'ha pogut definir el retard del reeenviament del pont a %d" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "no s'ha pogut definir el STP del pont a %s" #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "No s'ha pogut obrir ÂĞ%sÂğ: %s" +#~ msgid "unknown storage backend type %s" +#~ msgstr "tipus d'SO desconegut %s" #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "No s'ha pogut obtenir les estad­stiques dels blocs %s %s" +#~ msgid "unknown storage backend type %d" +#~ msgstr "tipus d'SO desconegut %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "nom de domini" #~ msgid "domain" #~ msgstr "domini" -#~ msgid "domain name" -#~ msgstr "nom de domini" - #~ msgid "domain uuid" #~ msgstr "uuid de domini" @@ -7570,16 +8214,31 @@ msgstr "no s'ha pogut connectar al magatzem Xen" #~ msgid "too many domains" #~ msgstr "massa dominis" +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "reiniciar un domini" + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node de llista de domini" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "No s'ha pogut desar el domini %s a %s" + #~ msgid "too many networks" #~ msgstr "massa xarxes" +#~ msgid "blocked" +#~ msgstr "blocat" + #, fuzzy #~ msgid "cannot read XML domain definition" #~ msgstr "carrega el fitxer de definici³ del domini" #, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "manca la informaci³ del dispositiu arrel" +#~ msgstr "manca la informaci³ del dispositiu arrel a %s" #, fuzzy #~ msgid "domain type is invalid" @@ -7605,29 +8264,15 @@ msgstr "no s'ha pogut connectar al magatzem Xen" #~ msgid "invalid input device" #~ msgstr "punter de domini inv lid" -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "No s'ha trobat la xarxa: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "No s'ha trobat la xarxa: %s" - -#, fuzzy #~ msgid "out of memory allocating return array" -#~ msgstr "canvia l'assignaci³ de mem²ria" +#~ msgstr "" +#~ "s'ha esgotat la mem²ria mentre s'estava assignant la matriu de retorn" -#, fuzzy #~ msgid "cannot allocate address" -#~ msgstr "assigna la resposta" +#~ msgstr "no s'ha pogut assignar l'adre§a" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "error intern %s" +#~ msgid "Allowing PID %d running as root" +#~ msgstr "S'est  permetent que el PID %s s'executi com a usuari primari" -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "assigna mem²ria interm¨dia nova" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "No s'ha pogut obrir ÂĞ%sÂğ: lectura: %s" +#~ msgid "failed to allocate buffer" +#~ msgstr "no s'ha pogut assignar una mem²ria interm¨dia" diff --git a/po/cs.po b/po/cs.po index 0f024515bb..371184ab69 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2,323 +2,324 @@ # Copyright (C) 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the libvirt package. # Milan Kerslager , 2007. +# Miloslav Trmač , 2008. # msgid "" msgstr "" "Project-Id-Version: cs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-09-19 19:45+0100\n" -"Last-Translator: Vojtěch Hork½ \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-02-04 01:43+0100\n" +"Last-Translator: Miloslav Trmač \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "volĦn­ knihovny selhalo, pravděpodobně nen­ podporovĦno" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "změnit paměĊovou alokaci" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "chyba systİmovİho volĦn­" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "NeznĦm½" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "nepodaĊ™ilo se č­st z dİmona Xen" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "alokuji nastaven­" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Chyba pĊ™i alokaci paměti: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "neočekĦvanĦ hodnota uzlu" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "NepodaĊ™ilo se alokovat paměĊ" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "NepodaĊ™ilo se alokovat paměĊ" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, 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:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" -msgstr "selhala operace %s" +msgstr "autentizace selhala: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -326,450 +327,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "NepodaĊ™ilo se z­skat stav rozhran­ %s %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Selhalo spuĊĦtěn­ s­tě %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "operace GET selhala: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "NepodaĊ™ilo se alokovat paměĊ" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "NepodaĊ™ilo se alokovat paměĊ" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "NepodaĊ™ilo se probudit domİnu %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, 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:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" -msgstr "selhala operace" +msgstr "autentizace selhala" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "obdrĊel jsem neznĦm½ chybov½ k³d HTTP %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "selhalo parsovĦn­ odpovědi serveru" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "neplatn½ ukazatel spojen­ v" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "nedostatek paměti" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "Domİna nebyla nalezena" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "neznĦm½ druh OS" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "S­Ċ nebyla nalezena" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "NepodaĊ™ilo se z­skat stav blokĊŻ %s %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "NepodaĊ™ilo se z­skat stav rozhran­ %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "nedostatek paměti" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, 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:2821 +#: qemud/remote.c:2919 #, 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:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "S­Ċ nebyla nalezena" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "S­Ċ nebyla nalezena" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domİna nebyla nalezena" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "neplatn½ parametr v" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "selhala operace" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -808,11 +837,10 @@ msgstr "očekĦvĦm oddělovač" msgid "expecting an assignment" msgstr "očekĦvĦm pĊ™iĊ™azen­" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "alokovat nov½ buffer" +msgstr "alokovat buffer" #: src/conf.c:899 msgid "failed to open file" @@ -852,931 +880,986 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "neplatn½ domİnov½ ukazatel v" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "druh c­lovİho zaĊ™­zen­" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "druh c­lovİho zaĊ™­zen­" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "neznĦm½ druh OS" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "chyb­ \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "neznĦm½ hostitel %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "neznĦm½ druh OS" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "nepodaĊ™ilo se alokovat uzel" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "chyb­ informace o domİnovİm jmİnu" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "neplatn½ domİnov½ ukazatel v" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "NepodaĊ™ilo se vytvoĊ™it XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "neočekĦvanĦ data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "neznĦm½ druh OS" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "druh c­lovİho zaĊ™­zen­" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "druh c­lovİho zaĊ™­zen­" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "rozhran­ zaĊ™­zen­" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "NepodaĊ™ilo se uspat domİnu %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "neznĦm½ hostitel %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "neočekĦvan½ typ MIME" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "neočekĦvanĦ hodnota uzlu" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "neznĦm½ druh OS" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "alokuji spojen­" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "alokuji domİnu" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "nepodaĊ™ilo se pĊ™idat domİnu do tabulky spojen­" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domİna chyb­ v tabulce spojen­" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "alokuji s­Ċ" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "nepodaĊ™ilo se pĊ™idat s­Ċ do tabulky spojen­" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "s­Ċ chyb­ v tabulce spojen­" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "alokuji s­Ċ" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "nepodaĊ™ilo se pĊ™idat s­Ċ do tabulky spojen­" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domİna chyb­ v tabulce spojen­" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "alokuji s­Ċ" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "nepodaĊ™ilo se pĊ™idat s­Ċ do tabulky spojen­" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domİna chyb­ v tabulce spojen­" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "alokuji s­Ċ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "kop­ruji obsah uzlu" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "nepodaĊ™ilo se pĊ™idat s­Ċ do tabulky spojen­" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domİna chyb­ v tabulce spojen­" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "zdroj diskovİho zaĊ™­zen­" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "druh c­lovİho zaĊ™­zen­" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "neznĦm½ pĊ™­kaz '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "druh c­lovİho zaĊ™­zen­" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "chyb­ \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "chyb­ \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "neznĦm½ hostitel %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "neznĦm½ hostitel %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "chyb­ c­lovİ informace pro zaĊ™­zen­" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "neznĦm½ hostitel %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "neznĦm½ druh OS" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "chyb­ informace o domİnovİm jmİnu" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "neplatn½ domİnov½ ukazatel v %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "nepodaĊ™ilo se z­skat UUID s­tě" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "neočekĦvanĦ data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "neznĦm½ druh OS" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "rozhran­ zaĊ™­zen­" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "neznĦm½ hostitel %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "pĊ™ipojit diskovİ zaĊ™­zen­" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "pĊ™ipojit s­Ċovİ rozhran­" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "rozhran­ zaĊ™­zen­" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "pĊ™ipojit diskovİ zaĊ™­zen­" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "pĊ™ipojit diskovİ zaĊ™­zen­" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "pĊ™ipojit diskovİ zaĊ™­zen­" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "pĊ™ipojit diskovİ zaĊ™­zen­" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "nepodaĊ™ilo se uloĊit obsah" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "chyba syntaxe topologie cpuset" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "neočekĦvan½ typ MIME" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "neočekĦvanĦ hodnota uzlu" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "neznĦm½ druh OS" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "NepodaĊ™ilo se zapsat do soketu %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "NepodaĊ™ilo se vytvoĊ™it s­Ċ z %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" +msgstr "nepodaĊ™ilo zpracovat URI spojen­" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "alokuji spojen­" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Selhalo spuĊĦtěn­ s­tě %s" +msgstr "nepodaĊ™ilo zpracovat URI spojen­" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "nesprĦvnĦ informace o domİně, domid nen­ č­slo" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "nesprĦvnĦ informace o domİně, domid nen­ č­slo" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "selhala operace %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "alokuji pole hodnot" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "selhala operace %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "selhala operace %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "selhala operace %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "NepodaĊ™ilo se alokovat paměĊ" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "NepodaĊ™ilo se vytvoĊ™it neaktivn­ domİnu %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "NepodaĊ™ilo se spustit domİnu %s" +msgstr "NepodaĊ™ilo se oddefinovat domİnu %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "NepodaĊ™ilo se spustit domİnu %s" +msgstr "NepodaĊ™ilo se zničit domİnu %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "NepodaĊ™ilo se pĊ™ipojit zaĊ™­zen­ z %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "NepodaĊ™ilo se spustit domİnu %s" +msgstr "nepodaĊ™ilo se otevĊ™­t %s pro čten­" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "NepodaĊ™ilo se vytvoĊ™it domİnu z %s" +msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "NepodaĊ™ilo se spustit domİnu %s" +msgstr "nepodaĊ™ilo se otevĊ™­t %s pro čten­" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "selhala operace %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "alokuji pole hodnot" +msgstr "selhala operace %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "NepodaĊ™ilo se vytvoĊ™it domİnu z %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "NepodaĊ™ilo se zavĊ™­t soket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "NepodaĊ™ilo se zavĊ™­t soket %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "selhala operace %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "selhala operace %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "selhala operace %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "selhala operace %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "selhala operace %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "selhala operace %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "NepodaĊ™ilo se z­skat stav rozhran­ %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "NepodaĊ™ilo se zničit domİnu %s" +msgstr "nepodaĊ™ilo se z­skat s­Ċ '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "selhala operace %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "nepodaĊ™ilo se alokovat uzel" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "Nemohu změnit maximĦln­ velikost paměti" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" +msgstr "neplatn½ ukazatel spojen­ v %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "ID nebo UUID domİny" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "Jmİno neaktivn­ domİny" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "Jmİno neaktivn­ domİny" +msgstr "oddefinovat neaktivn­ domİnu" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "NepodaĊ™ilo se spustit domİnu %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "skript pouĊit½ k pĊ™emostěn­ s­Ċovİho rozhran­" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "NepodaĊ™ilo se pĊ™ipojit zaĊ™­zen­ z %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "nepodaĊ™ilo se alokovat uzel" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "NepodaĊ™ilo se pĊ™ipojit zaĊ™­zen­ z %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "NepodaĊ™ilo se alokovat paměĊ" +msgstr "NepodaĊ™ilo se pĊ™ipojit zaĊ™­zen­ z %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" +msgstr "NepodaĊ™ilo se zapsat do soketu %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "nepodaĊ™ilo se pĊ™ipojit ke Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "neplatn½ domİnov½ ukazatel v" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domİnovİ jmİno" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "ID nebo UUID domİny" +msgstr "uzel seznamu domİn" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "obdrĊel jsem neznĦm½ chybov½ k³d HTTP %d" +msgstr "neznĦm½ hostitel %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "NepodaĊ™ilo se probudit domİnu %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "neplatn½ parametr v %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "neplatn½ parametr v" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "neplatnĦ MAC adresa: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1787,8 +1870,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "neznĦm½ druh OS %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1798,1636 +1881,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "chybnĦ syntaxe konfiguračn­ho souboru: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "zjiĊĦĊuji nĦzev soubor s­tě" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "neplatnĦ MAC adresa" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "MAC adresar" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "selhala operace" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "chybnĦ syntaxe konfiguračn­ho souboru: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domİna stĦle běĊ­" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "Jmİno neaktivn­ domİny" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domİna stĦle běĊ­" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "změnit počet virtuĦln­ch CPU" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domİna stĦle běĊ­" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "neznĦm½ druh OS %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "NepodaĊ™ilo se zavĊ™­t soket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "NepodaĊ™ilo se zapsat do soketu %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Chyba pĊ™i komunikac­ s proxy: z­skal jsem %d bajtĊŻ z %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Chyba pĊ™i komunikac­ s proxy: očekĦvĦno %d bajtĊŻ, z­skĦno %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Chyba pĊ™i komunikac­ s proxy: z­skal jsem %d bajtĊŻ z paketu\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Chyba pĊ™i komunikac­ s proxy: poĊĦkozen½ paket\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "z­skal jsem asynchronn­ č­slo paketu %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "nepodaĊ™ilo se alokovat uzel" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "nepodaĊ™ilo se alokovat buffer" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "S­Ċ nebyla nalezena" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "SpuĊĦtěna s­Ċ %s\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "SpuĊĦtěna s­Ċ %s\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "nepodaĊ™ilo se alokovat uzel" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "druh c­lovİho zaĊ™­zen­" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "druh c­lovİho zaĊ™­zen­" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "neplatn½ domİnov½ ukazatel v" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "nepodaĊ™ilo se zapsat do log souboru" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "nepodaĊ™ilo se parsovat domİnovİ informace o Xend" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Selhalo spuĊĦtěn­ s­tě %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "nedostatek paměti" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "nedostatek paměti" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domİna je jiĊ aktivn­" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "nepodaĊ™ilo se otevĊ™­t %s pro čten­" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "nepodaĊ™ilo se z­skat s­Ċ '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "S­Ċ stĦle běĊ­" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "informace o s­ti v XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Nelze z­skat verzi běĊ­c­ho %s hypervizora\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "zjiĊĦĊuji nĦzev soubor s­tě" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "neplatnĦ MAC adresa" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC adresar" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "selhala operace" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domİna %s byla oddefinovĦna\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domİna stĦle běĊ­" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "nepodaĊ™ilo zpracovat URI spojen­" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "změnit počet virtuĦln­ch CPU" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "nepodaĊ™ilo zpracovat URI spojen­" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "neznĦm½ druh OS %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "nepodaĊ™ilo zpracovat URI spojen­" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "NepodaĊ™ilo se zavĊ™­t soket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "NepodaĊ™ilo se zapsat do soketu %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Chyba pĊ™i komunikac­ s proxy: z­skal jsem %d bajtĊŻ z %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Chyba pĊ™i komunikac­ s proxy: očekĦvĦno %d bajtĊŻ, z­skĦno %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Chyba pĊ™i komunikac­ s proxy: z­skal jsem %d bajtĊŻ z paketu\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Chyba pĊ™i komunikac­ s proxy: poĊĦkozen½ paket\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "z­skal jsem asynchronn­ č­slo paketu %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "S­Ċ nebyla nalezena" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "SpuĊĦtěna s­Ċ %s\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "SpuĊĦtěna s­Ċ %s\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, 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:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "neočekĦvanĦ data '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "nedostatek paměti" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "alokovat nov½ kontext" +msgstr "alokovat buffer" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "nepodaĊ™ilo se z­skat domİnu '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "selhala operace" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domİna je jiĊ aktivn­" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "nepodaĊ™ilo se z­skat s­Ċ '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "NepodaĊ™ilo se zavĊ™­t soket %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "nepodaĊ™ilo se alokovat uzel" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "nepodaĊ™ilo se alokovat uzel" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domİna je jiĊ aktivn­" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "nepodaĊ™ilo se otevĊ™­t %s pro čten­" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "nepodaĊ™ilo se z­skat s­Ċ '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "NepodaĊ™ilo se alokovat paměĊ" +msgstr "nepodaĊ™ilo se zjistit schopnosti" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" -msgstr "PouĊitİ paměti:" +msgstr "VolnĦ paměĊ NUMA" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domİna %s jiĊ existuje" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domİna %s jiĊ existuje" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domİna stĦle běĊ­" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "selhala operace" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "selhala operace" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "nepodaĊ™ilo se alokovat uzel" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Jmİno neaktivn­ domİny" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "NepodaĊ™ilo se uspat domİnu %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "nepodaĊ™ilo se z­skat UUID domİny" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "NepodaĊ™ilo se zapsat do soketu %d\n" +msgstr "nepodaĊ™ilo se zapsat do log souboru" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "NepodaĊ™ilo se zapsat do soketu %d\n" +msgstr "nepodaĊ™ilo se zapsat do log souboru" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "nedostatek paměti" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "selhala operace" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "Jmİno neaktivn­ domİny" +msgstr "Oddefinovat nastaven­ neaktivn­ domİny." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "oddefinovat neaktivn­ domİnu" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "volĦn­ knihovny selhalo, pravděpodobně nen­ podporovĦno" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "NepodaĊ™ilo se vytvoĊ™it XML" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "nač­st definičn­ soubor domİny" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "uzel seznamu domİn" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "nepodaĊ™ilo se č­st z dİmona Xen" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domİna je jiĊ aktivn­" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "NepodaĊ™ilo se vytvoĊ™it XML" +msgstr "nepodaĊ™ilo se z­skat UUID s­tě" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "NepodaĊ™ilo se spustit domİnu %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "NepodaĊ™ilo se probudit domİnu %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "rozhran­ zaĊ™­zen­" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "druh c­lovİho zaĊ™­zen­" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "rozhran­ zaĊ™­zen­" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domİna %s jiĊ existuje" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "nač­st definičn­ soubor hostitele" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "rozhran­ zaĊ™­zen­" +msgstr "pĊ™ipojit diskovİ zaĊ™­zen­" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "nač­st definičn­ soubor hostitele" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "oddefinovat neaktivn­ domİnu" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Domİna nebyla nalezena" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "nepodaĊ™ilo se z­skat informace o uzlu" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "Jmİno neaktivn­ domİny" +msgstr "automaticky spustit domİnu" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "neplatn½ parametr v %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domİna nebyla nalezena: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "neplatn½ parametr v %s" +msgstr "neplatn½ parametr v" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "domİnovİ jmİno" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "uzel seznamu domİn" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Domİna je jiĊ aktivn­" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "informace o s­ti v XML" +msgid "could not generate random UUID" +msgstr "nepodaĊ™ilo se z­skat UUID domİny" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "nepodaĊ™ilo se alokovat uzel" +msgid "failed to start listening VM" +msgstr "NepodaĊ™ilo se spustit domİnu %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" +msgid "migrate failed: %s" +msgstr "selhala operace %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "NepodaĊ™ilo se naj­t s­Ċ" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "NepodaĊ™ilo se č­st ze soketu %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "nepodaĊ™ilo se z­skat URI" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Chyba pĊ™i alokaci paměti: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "alokuji domİnu" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "nepodaĊ™ilo se alokovat uzel" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "NepodaĊ™ilo se vytvoĊ™it XML" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "NepodaĊ™ilo se z­skat stav rozhran­ %s %s" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "NepodaĊ™ilo se z­skat stav rozhran­ %s %s" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "NepodaĊ™ilo se vytvoĊ™it XML" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "neplatnĦ hodnota %d pro velikost paměti" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "Nemohu ověĊ™it současnou velikost paměti" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "NeplatnĦ hodnota omezen­" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "pĊ™­liĊĦ mnoho s­t­" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "pĊ™­liĊĦ mnoho domİn" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "pĊ™­liĊĦ mnoho domİn" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "změnit paměĊovou alokaci" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "neznĦm½ druh OS" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "pĊ™­liĊĦ mnoho s­t­" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "neznĦm½ druh OS %s" +msgstr "autentizace selhala: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" -msgstr "selhala operace" +msgstr "autentizace selhala" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" +msgstr "selhala serializace S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "tato funkce nen­ hypervizorem podporovĦna" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "NepodaĊ™ilo se spustit domİnu %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "NepodaĊ™ilo se z­skat stav rozhran­ %s %s" +msgstr "nepodaĊ™ilo se uloĊit obsah" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "NepodaĊ™ilo se spustit domİnu %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "NepodaĊ™ilo se z­skat stav rozhran­ %s %s" +msgstr "NepodaĊ™ilo se pĊ™ipojit se k hypervizoru" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "neplatn½ parametr v %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "neplatn½ parametr v" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "neplatn½ domİnov½ ukazatel v" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "nepodaĊ™ilo se alokovat uzel" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "nepodaĊ™ilo se zkop­rovat Ċ™etězec" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "neznĦm½ druh OS %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "neznĦm½ druh OS %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "NepodaĊ™ilo se spustit domİnu %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "vnitĊ™n­ chyba %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "konzola na tİto platformě nen­ implementovĦna" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "neplatn½ parametr v %s" +msgstr "neplatn½ s­Ċov½ ukazatel v %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "neplatn½ s­Ċov½ ukazatel v %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "selhala operace" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domİnovİ jmİno" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "neznĦm½ druh OS %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3456,585 +3692,761 @@ msgstr "ukĦzat verzi" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Jmİno" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "NepodaĊ™ilo se z­skat stav blokĊŻ %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" +msgstr "NepodaĊ™ilo se definovat domİnu z %s " -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "NepodaĊ™ilo se odpojit zaĊ™­zen­ z %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "NepodaĊ™ilo se z­skat stav blokĊŻ %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "NepodaĊ™ilo se alokovat paměĊ" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 +#, fuzzy msgid "portal" -msgstr "" +msgstr "Celkem" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "domİnovİ jmİno" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "alokuji s­Ċ" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "alokuji s­Ċ" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "alokuji s­Ċ" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "nepodaĊ™ilo se z­skat informace o uzlu" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domİnovİ jmİno" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "alokuji s­Ċ" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "neznĦm½ hostitel %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "neznĦm½ druh OS %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "nĦzev nebo UUID s­tě" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "neznĦm½ druh OS %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "rozhran­ zaĊ™­zen­" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blokovİ zaĊ™­zen­" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" +msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­ %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domİnovİ jmİno" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "neznĦm½ druh OS %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "chyb­ c­lovİ informace pro zaĊ™­zen­" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "neočekĦvan½ typ MIME" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "neznĦm½ hostitel %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "alokuji s­Ċ" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "neznĦm½ hostitel %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" +msgstr "chyb­ informace o domİnovİm jmİnu" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "neznĦm½ druh OS %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Jmİno" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domİna je jiĊ aktivn­" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domİna je jiĊ aktivn­" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "cesta k log souboru nen­ souborem" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domİna je jiĊ aktivn­" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "zjiĊĦĊuji čas" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "nač­st definičn­ soubor hostitele" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "hostitel" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "uzel" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "vytvĦĊ™­m kontext XPath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "uzly CPU NUMA" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "uzel soketĊŻ CPU" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "uzel jader CPU" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "uzel vlĦken CPU" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "uzel aktivn­ch CPU" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "uzel CPU mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "uzel paměti" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "uzel seznamu domİn" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "zjiĊĦĊuji nĦzev soubor domİny" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "uzel seznamu domİn" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "zjiĊĦĊuji nĦzev soubor s­tě" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "uzel seznamu domİn" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "zjiĊĦĊuji nĦzev soubor domİny" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: zadejte cestu nebo test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Domİna nebyla nalezena" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "domİna %s jiĊ existuje" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domİna stĦle běĊ­" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "automaticky spustit domİnu" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "uzel seznamu domİn" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "nepodaĊ™ilo se č­st z dİmona Xen" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "uzel seznamu domİn" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "PaměĊ domİny %s uloĊena do %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domİna jiĊ běĊ­" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Domİna stĦle běĊ­" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "S­Ċ stĦle běĊ­" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "S­Ċ jiĊ běĊ­" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "NepodaĊ™ilo se vytvoĊ™it XML" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "nepodaĊ™ilo se z­skat hostitelskİ jmİno" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "nepodaĊ™ilo se z­skat hostitelskİ jmİno" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "nepodaĊ™ilo se z­skat hostitelskİ jmİno" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "NepodaĊ™ilo se vytvoĊ™it s­Ċ z %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "nedostatek paměti" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "uzel soketĊŻ CPU" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "neznĦm½ pĊ™­kaz '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, 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:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "nepodaĊ™ilo zpracovat URI spojen­" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "chyba pĊ™i parsovĦn­ konfiguračn­ souboru %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "chyba pĊ™i parsovĦn­ konfiguračn­ souboru %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "NepodaĊ™ilo se oddefinovat domİnu %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "chyba:" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "vypsat nĦpovědu" -#: src/virsh.c:341 +#: src/virsh.c:340 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:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nĦzev pĊ™­kazu" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4042,318 +4454,322 @@ msgstr "" "PĊ™­kazy:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "automaticky spustit domİnu" -#: src/virsh.c:375 +#: src/virsh.c:374 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:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "jmİno, id nebo uuid domİny" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "zakĦzat automatickİ spuĊĦtěn­" -#: src/virsh.c:402 +#: src/virsh.c:401 #, 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:405 +#: src/virsh.c:404 #, 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:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domİna %s označena jako automaticky spouĊĦtěnĦ\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domİna %s odoznačena jako automaticky spouĊĦtěnĦ\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(znovu)pĊ™ipojit se k hypervizoru" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI spojen­ hypervizoru" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "spojen­ pouze pro čten­" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "NepodaĊ™ilo se odpojit od hypervizora" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "NepodaĊ™ilo se pĊ™ipojit se k hypervizoru" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "pĊ™ipojit se k hostovanİ konzoli" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "PĊ™ipojit virtuĦln­ sİriovou konzoli pro hosta" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Ċ½ĦdnĦ konzole nen­ pro domİnu dostupnĦ\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "konzola na tİto platformě nen­ implementovĦna" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "vypsat domİny" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "VrĦt­ seznam domİn." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "vypsat neaktivn­ domİny" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "vypsat neaktivn­ a aktivn­ domİny" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "NepodaĊ™ilo se vypsat aktivn­ domİny" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "NepodaĊ™ilo se vypsat neaktivn­ domİny" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Jmİno" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Stav" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "bez stavu" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "stav domİny" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "VrĦt­ stav běĊ­c­ domİny" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "z­skat stav bloku zaĊ™­zen­ domİny" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "Z­skat stav bloku zaĊ™­zen­ běĊ­c­ domİny." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "blokovİ zaĊ™­zen­" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "NepodaĊ™ilo se z­skat stav blokĊŻ %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "z­skat stav s­Ċovİho rozhran­ pro domİnu" -#: src/virsh.c:763 +#: src/virsh.c:762 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:769 +#: src/virsh.c:768 msgid "interface device" msgstr "rozhran­ zaĊ™­zen­" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "NepodaĊ™ilo se z­skat stav rozhran­ %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "uspat domİnu" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Uspat běĊ­c­ domİnu." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domİna %s uspĦna\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "NepodaĊ™ilo se uspat domİnu %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "vytvoĊ™it domİnu z XML souboru" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "VytvoĊ™it domİnu." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "soubor obsahuj­c­ XML popis domİny" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domİna %s vytvoĊ™ena z %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "NepodaĊ™ilo se vytvoĊ™it domİnu z %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definovat domİnu." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domİna %s definovĦna z %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "NepodaĊ™ilo se definovat domİnu z %s " -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "oddefinovat neaktivn­ domİnu" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Oddefinovat nastaven­ neaktivn­ domİny." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "uuid nebo jmİno domİny" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domİna %s byla oddefinovĦna\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "NepodaĊ™ilo se oddefinovat domİnu %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "spustit (dĊ™­ve definovanou) neaktivn­ domİnu" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Spustit domİnu." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "Jmİno neaktivn­ domİny" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domİna je jiĊ aktivn­" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domİna %s spuĊĦtěna\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "NepodaĊ™ilo se spustit domİnu %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "uloĊit stav domİny do souboru" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "UloĊit běĊ­c­ domİnu." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "kam uloĊit data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domİna %s uloĊena do %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "zobrazit/nastavit parametry plĦnovače" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Zobrazit/Nastavit parametry plĦnovače" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "vĦha pro XEN_CREDIT" @@ -4362,290 +4778,294 @@ msgstr "vĦha pro XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "hlavička (cap) XEN_CREDIT" -#: src/virsh.c:1148 -#, fuzzy +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "neplatnĦ hodnota %d pro velikost paměti" +msgstr "NeplatnĦ hodnota vĦhy" -#: src/virsh.c:1158 -#, fuzzy +#: src/virsh.c:1162 msgid "Invalid value of cap" -msgstr "neplatnĦ hodnota %d pro velikost paměti" +msgstr "NeplatnĦ hodnota omezen­" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "NeplatnĦ hodnota omezen­" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "PlĦnovač" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "NeznĦm½" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Obnovit domİnu." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "stav k obnoven­" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domİna obnovena z %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "NepodaĊ™ilo se obnovit domİnu z %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "UloĊil jsem obraz paměti (core-dump) domİny." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "kam uloĊit obraz paměti" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "PaměĊ domİny %s uloĊena do %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "probudit domİnu" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Probudit dĊ™­ve uspanou domİnu." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domİna %s probuzena\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "NepodaĊ™ilo se probudit domİnu %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "elegantně vypnout domİnu" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Vypnout v c­lovİ domİně." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domİna %s je prĦvě vyp­nĦna\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "NepodaĊ™ilo se vypnout domİnu %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "restartovat domİnu" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "Restartovat v c­lovİ domİně." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domİna %s se restartuje\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "NepodaĊ™ilo se restartovat domİnu %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "zničit domİnu" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Zničit danou domİnu." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domİna %s zničena\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "NepodaĊ™ilo se zničit domİnu %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informace o domİně" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Vyp­ĊĦe zĦkladn­ informace o domİně." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Jmİno:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Druh OS:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Stav:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU čas:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max. paměti:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "bez limitu" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "PouĊitİ paměti:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Automatickİ spuĊĦtěn­" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Jmİno" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 -#, fuzzy +#: src/virsh.c:1611 msgid "NUMA free memory" -msgstr "PouĊitİ paměti:" +msgstr "VolnĦ paměĊ NUMA" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." -msgstr "" +msgstr "zobrazit dostupnou volnou paměĊ pro tuto buĊˆku NUMA." -#: src/virsh.c:1586 -#, fuzzy +#: src/virsh.c:1617 msgid "NUMA cell number" -msgstr "BuĊˆky NUMA:" +msgstr "Č­slo buĊˆky NUMA" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" -msgstr "" +msgstr "Celkem" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "informace o VCPU domİny" -#: src/virsh.c:1623 +#: src/virsh.c:1654 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:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Afinita CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Domİna vypnuta, nejsou pĊ™­tomna ĊĦdnĦ virtuĦln­ CPU." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "Ċ™­dit afinitu VCPU domİny" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "SpĊ™Ħhnout virtuĦln­ CPU domİny k fyzick½m CPU hostitele." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "počet VCPU" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "počet CPU hostitele (oddělenİ ÄĦrkami)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "nepodaĊ™ilo se z­skat informace o uzlu" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpu-seznam: Neplatn½ formĦt. PrĦzdn½ Ċ™etězec." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, 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:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4654,1350 +5074,1388 @@ msgstr "" "cpu-seznam: %s: Neplatn½ formĦt. OčekĦvĦm č­slici nebo čĦrku na pozici %d " "(pobl­Ċ '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Fyzickİ CPU %d neexistuje." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "změnit počet virtuĦln­ch CPU" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "počet virtuĦln­ch CPU" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Neplatn½ počet virtuĦln­ch CPU." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "PĊ™­liĊĦ mnoho virtuĦln­ch CPU." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "změnit paměĊovou alokaci" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "počet kilobajtĊŻ paměti" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "Nemohu ověĊ™it maximĦln­ velikost paměti" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "změn­ limit maximĦln­ velikosti paměti" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "maximĦln­ velikost paměti v kilobajtech" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Nemohu ověĊ™it současnou velikost paměti" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Nemohu zmenĊĦit současnou velikost paměti" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Nemohu změnit maximĦln­ velikost paměti" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informace o uzlu" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Vyp­ĊĦe zĦkladn­ informace o uzlu" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "nepodaĊ™ilo se z­skat informace o uzlu" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Frekvence CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU soket(y):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Jader na soket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "VlĦken na jĦdro:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "BuĊˆky NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Velikost paměti:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "schopnosti" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Vyp­ĊĦe schopnosti hypervizoru/ovladače." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "nepodaĊ™ilo se zjistit schopnosti" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informace o domİně v XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ID nebo UUID domİny" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ID nebo jmİno domİny" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "nepodaĊ™ilo se z­skat UUID domİny" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "pĊ™enİst domİnu na jinİho hostitele" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "Ċiv½ pĊ™enos" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI spojen­ c­lovİho hostitele" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI pĊ™enosu, obvykle mĊŻĊe b½t vynechĦno" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "pĊ™enos: Chyb­ c­lovİ URI" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "automaticky spustit s­Ċ " -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nĦzev nebo UUID s­tě" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, 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:2314 +#: src/virsh.c:2350 #, 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:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "S­Ċ %s označena jako automaticky spouĊĦtěnĦ\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "S­Ċ %s odznačena jako automaticky spuĊĦtěnĦ\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "vytvoĊ™it s­Ċ z XML souboru" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "VytvoĊ™it s­Ċ." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "soubor obsahuj­c­ XML popis s­tě" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "S­Ċ %s vytvoĊ™ena z %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "NepodaĊ™ilo se vytvoĊ™it s­Ċ z %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Definovat s­Ċ." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "S­Ċ %s definovĦna z %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "NepodaĊ™ilo se definovat s­Ċ z %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "zničit s­Ċ" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Zničit zadanou s­Ċ." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nĦzev, ID nebo UUID s­tě" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "S­Ċ %s zničena\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "NepodaĊ™ilo se zničit s­Ċ %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informace o s­ti v XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "vypsat s­tě" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Vyp­ĊĦe seznam s­t­." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "vypsat neaktivn­ s­tě" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "vypsat neaktivn­ a aktivn­ s­tě" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "NepodaĊ™ilo se vypsat aktivn­ s­tě" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "NepodaĊ™ilo se vypsat neaktivn­ s­tě" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Automatickİ spuĊĦtěn­" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "bez automatickİho spuĊĦtěn­" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "aktivn­" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "neaktivn­" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "pĊ™evİst UUID s­tě na nĦzev s­tě" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "UUID s­tě" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "spustit (dĊ™­ve definovanou) neaktivn­ s­Ċ" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Spustit s­Ċ." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nĦzev neaktivn­ s­tě" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "SpuĊĦtěna s­Ċ %s\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Selhalo spuĊĦtěn­ s­tě %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "oddefinovat neaktivn­ s­Ċ" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Oddefinovat nastaven­ neaktivn­ s­tě." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "S­Ċ %s byla oddefinovĦna\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "NepodaĊ™ilo se oddefinovat s­Ċ %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 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:2784 msgid "network name" msgstr "nĦzev s­tě" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "nepodaĊ™ilo se z­skat UUID s­tě" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "automaticky spustit domİnu" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "uuid nebo jmİno domİny" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, 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:2811 +#: src/virsh.c:2847 #, 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:2818 +#: src/virsh.c:2854 #, 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:2820 +#: src/virsh.c:2856 #, 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:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "vytvoĊ™it domİnu z XML souboru" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "VytvoĊ™it domİnu." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "soubor obsahuj­c­ XML popis domİny" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domİna %s vytvoĊ™ena z %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "NepodaĊ™ilo se vytvoĊ™it domİnu z %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "vytvoĊ™it domİnu z XML souboru" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "Jmİno neaktivn­ domİny" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "nepodaĊ™ilo se alokovat buffer" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domİna %s vytvoĊ™ena z %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "NepodaĊ™ilo se vytvoĊ™it domİnu z %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definovat domİnu." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domİna %s definovĦna z %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "NepodaĊ™ilo se definovat domİnu z %s " -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domİna %s definovĦna z %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "NepodaĊ™ilo se oddefinovat domİnu %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "NepodaĊ™ilo se uspat domİnu %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "zničit domİnu" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Zničit danou domİnu." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domİna %s zničena\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "NepodaĊ™ilo se zničit domİnu %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Zničit danou domİnu." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domİna %s zničena\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "NepodaĊ™ilo se zničit domİnu %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domİna %s probuzena\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "NepodaĊ™ilo se probudit domİnu %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "informace o domİně v XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "vypsat domİny" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "VrĦt­ seznam domİn." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "vypsat neaktivn­ domİny" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "vypsat neaktivn­ a aktivn­ domİny" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "NepodaĊ™ilo se vypsat aktivn­ domİny" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "NepodaĊ™ilo se vypsat neaktivn­ domİny" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "neplatn½ s­Ċov½ ukazatel v %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "nedostatek paměti" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "NepodaĊ™ilo se oddefinovat domİnu %s" +msgstr "NepodaĊ™ilo se uloĊit domİnu %s do %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "informace o uzlu" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Vyp­ĊĦe zĦkladn­ informace o uzlu" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "běĊ­" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "alokuji domİnu" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "pĊ™evİst UUID s­tě na nĦzev s­tě" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "UUID domİny" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "spustit (dĊ™­ve definovanou) neaktivn­ domİnu" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Spustit domİnu." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "Jmİno neaktivn­ domİny" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domİna %s spuĊĦtěna\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "NepodaĊ™ilo se spustit domİnu %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "vytvoĊ™it domİnu z XML souboru" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "VytvoĊ™it domİnu." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "Jmİno neaktivn­ domİny" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domİna %s vytvoĊ™ena z %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "oddefinovat neaktivn­ domİnu" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Oddefinovat nastaven­ neaktivn­ domİny." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domİna %s byla oddefinovĦna\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "NepodaĊ™ilo se oddefinovat domİnu %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "pĊ™evİst nĦzev s­tě na UUID s­tě" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "nepodaĊ™ilo se z­skat UUID domİny" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "vytvoĊ™it domİnu z XML souboru" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "soubor obsahuj­c­ XML popis domİny" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domİna %s vytvoĊ™ena z %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "NepodaĊ™ilo se vytvoĊ™it domİnu z %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Zničit danou domİnu." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domİna %s zničena\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "NepodaĊ™ilo se zničit domİnu %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "informace o uzlu" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Vyp­ĊĦe zĦkladn­ informace o uzlu" -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "Druh OS:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML soubor" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blokovĦno" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "informace o domİně v XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "vypsat domİny" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "VrĦt­ seznam domİn." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "NepodaĊ™ilo se vypsat aktivn­ domİny" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "pĊ™evİst UUID s­tě na nĦzev s­tě" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "pĊ™evİst UUID s­tě na nĦzev s­tě" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "UUID domİny" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "pĊ™evİst UUID s­tě na nĦzev s­tě" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "ukĦzat verzi" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Zobrazit informace o verzi systİmu." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "nepodaĊ™ilo se z­skat druh hypervizoru" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "KompilovĦno s knihovnou: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "nepodaĊ™ilo se zjistit verzi knihovny" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "PouĊ­vĦm knihovnu: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "PouĊ­vĦm API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "nepodaĊ™ilo se z­skat verzi hypervizora" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Nelze z­skat verzi běĊ­c­ho %s hypervizora\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "BěĊ­c­ hypervizor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "pĊ™enİst domİnu na jinİho hostitele" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "schopnosti" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "NepodaĊ™ilo se pĊ™ipojit se k hypervizoru" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "NepodaĊ™ilo se vypsat neaktivn­ domİny" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "vypsat hostitelskİ jmİno hypervizora" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "nepodaĊ™ilo se z­skat hostitelskİ jmİno" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "vypsat kanonickİ URI hypervizora" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "nepodaĊ™ilo se z­skat URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "VNC display" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "TTY konzole" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Vypsat zaĊ™­zen­ pro TTY konzolu." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "pĊ™ipojit zaĊ™­zen­ z XML souboru" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "PĊ™ipojit zaĊ™­zen­ z XML ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML soubor" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "NepodaĊ™ilo se pĊ™ipojit zaĊ™­zen­ z %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "odpojit zaĊ™­zen­ z XML souboru" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Odpojit zaĊ™­zen­ z XML ." -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "NepodaĊ™ilo se odpojit zaĊ™­zen­ z %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "pĊ™ipojit s­Ċovİ rozhran­" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "PĊ™ipojit novİ s­Ċovİ rozhran­." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "Druh s­Ċovİho rozhran­" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "zdroj s­Ċovİho rozhran­" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "nĦzev c­lovİ s­tě" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC adresar" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "skript pouĊit½ k pĊ™emostěn­ s­Ċovİho rozhran­" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Nepodporovan½ %s v pĊ™­kazu 'attach-interface'" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "odpojit s­Ċovİ rozhran­" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Odpojit s­Ċovİ rozhran­." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "NepodaĊ™ilo se z­skat informace o rozhran­" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Nenalezeno ĊĦdnİ rozhran­ typu %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Nenalezeno ĊĦdnİ rozhran­ s MAC adresou %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "NepodaĊ™ilo se alokovat paměĊ" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "NepodaĊ™ilo se vytvoĊ™it XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "pĊ™ipojit diskovİ zaĊ™­zen­" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "PĊ™ipojit novİ diskovİ zaĊ™­zen­" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "zdroj diskovİho zaĊ™­zen­" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "c­l diskovİho zaĊ™­zen­" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "ovladač diskovİho zaĊ™­zen­" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "sub-ovladač diskovİho zaĊ™­zen­" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "druh c­lovİho zaĊ™­zen­" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "reĊim čten­ a zĦpisu na zaĊ™­zen­" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Nepodporovan½ %s v pĊ™­kazu 'attach-disk'" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "odpojit diskovİ zaĊ™­zen­" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Odpojit diskovİ zaĊ™­zen­." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "NepodaĊ™ilo se z­skat informace o disku" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Nenalezen disk s c­lem %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "NepodaĊ™ilo se alokovat paměĊ" +msgstr "nepodaĊ™ilo se alokovat uzel" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "NepodaĊ™ilo se vytvoĊ™it neaktivn­ domİnu %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "domİnovİ jmİno" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Oddefinovat nastaven­ neaktivn­ domİny." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Oddefinovat nastaven­ neaktivn­ domİny." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "nepodaĊ™ilo se nač­st konfiguračn­ soubor" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Oddefinovat nastaven­ neaktivn­ s­tě." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Oddefinovat nastaven­ neaktivn­ s­tě." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Oddefinovat nastaven­ neaktivn­ domİny." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Oddefinovat nastaven­ neaktivn­ domİny." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "ukončit tento interaktivn­ terminĦl" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "pĊ™­kaz '%s' vyĊaduje volbu <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "pĊ™­kaz '%s' vyĊaduje volbu --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "pĊ™­kaz '%s' neexistuje" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " JM‰NO\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6005,7 +6463,7 @@ msgstr "" "\n" " SOUHRN\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6013,7 +6471,7 @@ msgstr "" "\n" " POPIS\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6021,55 +6479,55 @@ msgstr "" "\n" " VOLBY\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s <č­slo>" -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s <Ċ™etězec>" -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nedefinovanİ jmİno nebo id domİny" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "nepodaĊ™ilo se z­skat domİnu '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nedefinovan½ nĦzev s­tě" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "nepodaĊ™ilo se z­skat s­Ċ '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "nedefinovan½ nĦzev s­tě" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "nepodaĊ™ilo se z­skat domİnu '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "nedefinovan½ nĦzev s­tě" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "nepodaĊ™ilo se z­skat domİnu '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6080,131 +6538,130 @@ msgstr "" "(Čas: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "chyb­ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "neočekĦvan½ symbol (pĊ™­kaz): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "neznĦm½ pĊ™­kaz '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "pĊ™­kaz '%s' nepodporuje volbu --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "očekĦvanĦ syntaxe: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "č­slo" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "Ċ™etězec" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "neočekĦvanĦ data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "VOLBA" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML soubor" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pozastaveno" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "vyp­nĦ se" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "vypnuto" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "pĦd" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "ĊĦdnİ platnİ spojen­" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: chyba:" -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "chyba:" -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: nepodaĊ™ilo se alokovat %d bajtĊŻ" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: nepodaĊ™ilo se alokovat %lu bajtĊŻ" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "nepodaĊ™ilo se pĊ™ipojit se k hypervizoru" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "nepodaĊ™ilo se z­skat informace z log souboru" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "cesta k log souboru nen­ souborem" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "nepodaĊ™ilo se zapsat do log souboru" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "nepodaĊ™ilo se zapsat do log souboru" +msgstr "%s: nepodaĊ™ilo se zapisovat do souboru zĦznamu: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "NepodaĊ™ilo se odpojit od hypervizora" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6237,7 +6694,7 @@ msgstr "" "\n" " pĊ™­kazy (neinteraktivn­ reĊim):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6247,12 +6704,12 @@ msgstr "" " (napiĊĦte help pro detaily o danİm pĊ™­kazu)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "neznĦmĦ volba '-%c'. Pod­vejte se na --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6261,7 +6718,7 @@ msgstr "" "V­tejte na %s, interaktivn­m virtualizačn­m terminĦlu.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6279,873 +6736,953 @@ msgstr "varovĦn­" msgid "error" msgstr "chyba" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "ChybovĦ zprĦva nebyla zadĦna" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "vnitĊ™n­ chyba %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "vnitĊ™n­ chyba" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "tato funkce nen­ hypervizorem podporovĦna" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "tato funkce - %s - nen­ hypervizorem podporovĦna" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "nepodaĊ™ilo se spojit s hypervizorem" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "nepodaĊ™ilo se pĊ™ipojit k %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "neplatn½ ukazatel spojen­ v" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "neplatn½ ukazatel spojen­ v %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "neplatn½ domİnov½ ukazatel v" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "neplatn½ domİnov½ ukazatel v %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "neplatn½ parametr v" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "neplatn½ parametr v %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "selhala operace %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "selhala operace" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "operace GET selhala: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "operace GET selhala" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "operace POST selhala: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "operace POST selhala" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "obdrĊel jsem neznĦm½ chybov½ k³d HTTP %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "neznĦm½ hostitel %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "neznĦm½ hostitel" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "selhala serializace S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "selhala serializace S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "nelze pouĊ­t poloĊku Xen hypervizoru" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "nelze pouĊ­t poloĊku Xen hypervizoru %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "nelze se pĊ™ipojit ke Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "nelze se pĊ™ipojit ke Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "selhalo systİmovİ volĦn­ Xenu %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "neznĦm½ druh OS" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "neznĦm½ druh OS %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "schĦz­ informace o kernelu" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­ v %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­ %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "chyb­ c­lovİ informace pro zaĊ™­zen­" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "chyb­ c­lovİ informace pro zaĊ™­zen­ %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "chyb­ informace o domİnovİm jmİnu" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "chyb­ informace o domİnovİm jmİnu v %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "chyb­ informace o operačn­m systİmu" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "chyb­ informace o operačn­m systİmu pro %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "chyb­ informace o zaĊ™­zen­" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "chyb­ informace o zaĊ™­zen­ pro %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "registrovĦno pĊ™­liĊĦ mnoho ovladačĊŻ v %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "volĦn­ knihovny selhalo, pravděpodobně nen­ podporovĦno" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "volĦn­ knihovny %s selhalo, pravděpodobně nen­ podporovĦno" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML popis nen­ sprĦvně strukturovĦn nebo je neplatn½" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "tato domİna jiĊ existuje" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domİna %s jiĊ existuje" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operace nen­ v reĊimu pouze pro čten­ povolena" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operace %s nen­ v reĊimu pouze pro čten­ povolena" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "nepodaĊ™ilo se otevĊ™­t konfiguračn­ soubor pro čten­" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "nepodaĊ™ilo se otevĊ™­t %s pro čten­" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "nepodaĊ™ilo se nač­st konfiguračn­ soubor" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "nepodaĊ™ilo se nač­st konfiguračn­ soubor %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "chyba pĊ™i parsovĦn­ konfiguračn­ souboru" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "chyba pĊ™i parsovĦn­ konfiguračn­ souboru %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "chybnĦ syntaxe konfiguračn­ho souboru" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "chybnĦ syntaxe konfiguračn­ho souboru: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "chyba parseru" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "neplatn½ s­Ċov½ ukazatel v" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "neplatn½ s­Ċov½ ukazatel v %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "tato s­Ċ jiĊ existuje" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "s­Ċ %s jiĊ existuje" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "chyba systİmovİho volĦn­" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "chyba RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "chyba volĦn­ GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "NepodaĊ™ilo se naj­t s­Ċ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Domİna nebyla nalezena" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Domİna nebyla nalezena: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "S­Ċ nebyla nalezena" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "S­Ċ nebyla nalezena: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "neplatnĦ MAC adresa" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "neplatnĦ MAC adresa: %s" -#: src/virterror.c:688 -#, fuzzy +#: src/virterror.c:696 msgid "authentication failed" -msgstr "selhala operace" +msgstr "autentizace selhala" -#: src/virterror.c:690 -#, fuzzy, c-format +#: src/virterror.c:698 +#, c-format msgid "authentication failed: %s" -msgstr "selhala operace %s" +msgstr "autentizace selhala: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "S­Ċ nebyla nalezena" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "S­Ċ nebyla nalezena: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "S­Ċ nebyla nalezena" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "S­Ċ nebyla nalezena: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "neplatn½ s­Ċov½ ukazatel v" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "neplatn½ s­Ċov½ ukazatel v %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "neplatn½ s­Ċov½ ukazatel v" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "neplatn½ s­Ċov½ ukazatel v %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "NepodaĊ™ilo se naj­t s­Ċ" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "NepodaĊ™ilo se naj­t s­Ċ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "neplatn½ domİnov½ ukazatel v" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "neplatn½ domİnov½ ukazatel v %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domİna nebyla nalezena" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domİna nebyla nalezena: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "alokuji domİnu" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "nepodaĊ™ilo se alokovat uzel" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "VĦhov½ parametr plĦnovače (%d) je mimo rozsah (1-65535)." -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" -msgstr "Hlavičkov½ parametr plĦnovače (%d) je mimo rozsah (1-65535)." +msgstr "Parametr omezen­ plĦnovače (%d) je mimo rozsah (1-65535)." -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "alokuji %d informace o domİně" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "nepodaĊ™ilo se alokovat uzel" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "nepodaĊ™ilo se pĊ™ipojit ke Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "nepodaĊ™ilo se č­st z dİmona Xen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "NepodaĊ™ilo se probudit domİnu %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "alokovat nov½ buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "selhala operace %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "nepodaĊ™ilo se URL-zak³dovat vytvoĊ™en½ S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "neşplnĦ informace o domİně, chyb­ domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "nesprĦvnĦ informace o domİně, domid nen­ č­slo" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "neşplnĦ informace o domİně, chyb­ UUID" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "neşplnĦ informace o domİně, chyb­ jmİno" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "neşplnĦ informace o domİně, chyb­ jmİno" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "neşplnĦ informace o domİně, chyb­ jĦdro a zavaděč" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "neznĦm½ druh OS" +msgstr "druh c­lovİho zaĊ™­zen­" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "neznĦm½ druh OS" +msgstr "neznĦm½ druh OS %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "neşplnĦ informace o domİně, vbd nemĦ ĊĦdnİ zaĊ™­zen­" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "neşplnĦ informace o domİně, vbd nemĦ ĊĦdn½ zdroj" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "nelze parsovat nĦzev souboru vbd, chyb­ jmİno ovladače" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "nelze parsovat nĦzev souboru vbd, chyb­ druh ovladače" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "neplatnĦ MAC adresa: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "neznĦm½ druh OS %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "neşplnĦ informace o domİně, chyb­ ID" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "neznĦm½ druh OS %s" -#: src/xend_internal.c:2602 -#, fuzzy +#: src/xend_internal.c:2559 msgid "failed to parse topology information" -msgstr "nepodaĊ™ilo se parsovat domİnovİ informace o Xend" +msgstr "nepodaĊ™ilo se parsovat informace o topologii" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "chybnĦ syntaxe konfiguračn­ho souboru" +msgstr "chybnĦ syntaxe topologie" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "nepodaĊ™ilo se parsovat domİnovİ informace o Xend" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "NepodaĊ™ilo se uspat domİnu %s" +msgstr "selhala serializace S-Expr" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "druh c­lovİho zaĊ™­zen­" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "neočekĦvanĦ hodnota uzlu" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "uzel paměti" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "selhala operace" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "NepodaĊ™ilo se oddefinovat domİnu %s" +msgstr "NepodaĊ™ilo se oddefinovat s­Ċ %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "selhala operace %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "nepodaĊ™ilo se z­skat hostitelskİ jmİno" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "nepodaĊ™ilo se parsovat domİnovİ informace o Xend" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, 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:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "neşplnĦ informace o domİně, chyb­ jmİno" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "NeznĦm½" +msgstr "PlĦnovač" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "nepodaĊ™ilo se z­skat hostitelskİ jmİno" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "neşplnĦ informace o domİně, chyb­ UUID" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "neşplnĦ informace o domİně, chyb­ UUID" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "neplatn½ parametr v %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "nepodaĊ™ilo se otevĊ™­t %s pro čten­" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgstr "nepodaĊ™ilo se nač­st konfiguračn­ soubor %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "neočekĦvan½ typ MIME" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "neočekĦvan½ typ MIME" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "neočekĦvan½ typ MIME" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "neočekĦvanĦ hodnota uzlu" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "uzel seznamu domİn" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "volĦn­ knihovny selhalo, pravděpodobně nen­ podporovĦno" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "chybnĦ syntaxe konfiguračn­ho souboru: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "neočekĦvanĦ hodnota uzlu" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "neočekĦvanĦ hodnota uzlu" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "neočekĦvanĦ hodnota uzlu" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "spojen­ pouze pro čten­" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "vypsat neaktivn­ domİny" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "neočekĦvan½ pĊ™­kazov½ (dict) uzel" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "NepodaĊ™ilo se obnovit domİnu z %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "Nemohu ověĊ™it současnou velikost paměti" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "nepodaĊ™ilo se nač­st konfiguračn­ soubor %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "neznĦm½ druh OS" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "NepodaĊ™ilo se z­skat stav blokĊŻ %s %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "NepodaĊ™ilo se vytvoĊ™it domİnu z %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "alokovat pole Ċ™etězcĊŻ" #: src/xmlrpc.c:53 @@ -7190,6 +7727,10 @@ msgstr "alokovat odpověď" msgid "read response" msgstr "nač­st odpověď" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "alokovat pole Ċ™etězcĊŻ" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "selhalo parsovĦn­ odpovědi serveru" @@ -7198,309 +7739,45 @@ msgstr "selhalo parsovĦn­ odpovědi serveru" msgid "allocate new context" msgstr "alokovat nov½ kontext" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "nepodaĊ™ilo se pĊ™ipojit ke Xen Store" -#~ msgid "blocked" -#~ msgstr "blokovĦno" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "druh c­lovİho zaĊ™­zen­" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nĦzev c­lovİ s­tě" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "Nemohu ověĊ™it současnou velikost paměti" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "chyb­ c­lovİ informace pro zaĊ™­zen­" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "nĦzev nebo UUID s­tě" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "neplatn½ parametr v" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "neplatnĦ hodnota %d pro velikost paměti" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" +msgid "failed to allocate activeDomainList" +msgstr "NepodaĊ™ilo se vypsat aktivn­ domİny" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "chyb­ informace o domİnovİm jmİnu" +msgid "failed to allocate xsWatchList" +msgstr "nepodaĊ™ilo se alokovat uzel" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "neplatn½ domİnov½ ukazatel v" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "neplatn½ domİnov½ ukazatel v" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "NepodaĊ™ilo se vytvoĊ™it s­Ċ z %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "nepodaĊ™ilo se spustit %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "Nemohu ověĊ™it současnou velikost paměti" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "selhala operace %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "selhala operace %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "selhala operace %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "selhala operace %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "nepodaĊ™ilo se otevĊ™­t %s pro čten­" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "selhala operace %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "selhala operace %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "NepodaĊ™ilo se spustit domİnu %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "selhala operace %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "chyb­ c­lovİ informace pro zaĊ™­zen­" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "chyb­ informace o domİnovİm jmİnu" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "chyb­ informace o domİnovİm jmİnu" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "neplatn½ domİnov½ ukazatel v" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "neplatn½ domİnov½ ukazatel v" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "alokuji pole hodnot" - -#~ msgid "failed to exec %s\n" -#~ msgstr "nepodaĊ™ilo se spustit %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "nepodaĊ™ilo se z­skat informace o uzlu" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "alokuji domİnu" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "neočekĦvan½ typ MIME" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "NepodaĊ™ilo se vytvoĊ™it XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ID nebo jmİno domİny" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "neplatn½ domİnov½ ukazatel v %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "nĦzev nebo UUID s­tě" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "nĦzev nebo UUID s­tě" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "pĊ™­liĊĦ mnoho domİn" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "chyb­ zdrojovİ informace pro zaĊ™­zen­" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "neplatn½ domİnov½ ukazatel v %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "uuid nebo jmİno domİny" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "informace o uzlu" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "informace o VCPU domİny" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "informace o VCPU domİny" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "nepodaĊ™ilo se alokovat uzel" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "nepodaĊ™ilo se alokovat uzel" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "nepodaĊ™ilo se alokovat uzel" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "nepodaĊ™ilo se alokovat uzel" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "nepodaĊ™ilo se alokovat uzel" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "NepodaĊ™ilo se alokovat paměĊ" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "nĦzev nebo UUID s­tě" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "nepodaĊ™ilo se alokovat uzel" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "nepodaĊ™ilo se pĊ™idat s­Ċ do tabulky spojen­" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "alokuji domİnu" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "NepodaĊ™ilo se vytvoĊ™it XML" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "NepodaĊ™ilo se otevĊ™­t '%s': %s" +msgid "reallocating list" +msgstr "alokuji domİnu" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "NepodaĊ™ilo se z­skat stav blokĊŻ %s %s" +msgid "failed to allocate domids" +msgstr "nepodaĊ™ilo se alokovat uzel" #~ msgid "domain" #~ msgstr "domİna" -#~ msgid "domain name" -#~ msgstr "domİnovİ jmİno" - -#~ msgid "domain uuid" -#~ msgstr "UUID domİny" - #~ msgid "domain memory" #~ msgstr "paměĊ domİny" @@ -7537,67 +7814,8 @@ msgstr "nepodaĊ™ilo se pĊ™ipojit ke Xen Store" #~ msgid "load network definition file" #~ msgstr "nač­st definičn­ soubor s­tě" -#~ msgid "too many domains" -#~ msgstr "pĊ™­liĊĦ mnoho domİn" - -#~ msgid "too many networks" -#~ msgstr "pĊ™­liĊĦ mnoho s­t­" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "nač­st definičn­ soubor domİny" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "chyb­ informace o koĊ™enovİm zaĊ™­zen­" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "domİna %s jiĊ existuje" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "vytvĦĊ™­m kontext XPath" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "nepodaĊ™ilo se zapsat konfiguračn­ soubor" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "nepodaĊ™ilo se alokovat uzel" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "pĊ™­liĊĦ mnoho domİn" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "neplatn½ domİnov½ ukazatel v" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "NepodaĊ™ilo se naj­t s­Ċ: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "změnit paměĊovou alokaci" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "alokovat odpověď" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "vnitĊ™n­ chyba %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "alokovat nov½ buffer" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "NepodaĊ™ilo se otevĊ™­t '%s': čteno: %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "nepodaĊ™ilo se spustit %s\n" diff --git a/po/cy.po b/po/cy.po index b0f327a746..0a900de28d 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/da.po b/po/da.po index c093f282f1..e44b712762 100644 --- a/po/da.po +++ b/po/da.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-05-10 15:48+0200\n" "Last-Translator: Keld Simonsen \n" "Language-Team: \n" @@ -20,310 +20,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.10.2\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "bibliotekskald mislykkedes, underst¸ttes nok ikke" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "Ĥndr hukommelsesallokering" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "fejl ved systemkald" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "ukendt vĤrt" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Kunne ikke lĤse beskrivelsesfilen %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allokerer konfiguration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allokerer netvĤrk" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "uventet vĤrdi-knude" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Kunne ikke suspendere domĤne %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Kunne ikke suspendere domĤne %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Kunne ikke suspendere domĤne %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Kunne ikke suspendere domĤne %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "kunne ikke allokere en knude" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Kunne ikke suspendere domĤne %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Kunne ikke suspendere domĤne %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "kunne ikke allokere en knude" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Kunne ikke koble op til hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation mislykkedes: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -331,450 +331,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "kunne ikke f knudeinformation" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Kunne ikke starte netvĤrk %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET-operation mislykkedes: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "kunne ikke allokere en knude" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "kunne ikke allokere en knude" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Kunne ikke suspendere domĤne %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Kunne ikke suspendere domĤne %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Kunne ikke fortsĤtte domĤne %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, 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:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation mislykkedes" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "fik ukendt HTTP-fejlkode %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "analyse af svar fra server mislykkedes" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "ugyldig forbindelsespeger i" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "ikke mere hukommelse" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domĤneinformation" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "ukendt OS-type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "netvĤrksnavn eller uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Kunne ikke gemme domĤne %s til %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "kunne ikke f knudeinformation" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "ikke mere hukommelse" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Kunne ikke oprette inaktivt domĤne %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Kunne ikke oprette inaktivt domĤne %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "netvĤrksnavn eller uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "netvĤrksnavn eller uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "domĤneinformation" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ugyldigt argument i " + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "operation mislykkedes" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -813,8 +841,8 @@ msgstr "forventer en separator" msgid "expecting an assignment" msgstr "forventer en tildeling" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allokİr ny buffer" @@ -857,928 +885,984 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ugyldig domĤnepeger i" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "ugyldigt argument i %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "mangler kildeinformation for enhed" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "mangler kildeinformation for enhed" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "mangler kildeinformation for enhed" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "mangler rodenhedsinformation" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "mangler rodenhedsinformation" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "ukendt OS-type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Kunne ikke lĤse fra sokkel %d\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "mangler \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "mangler kildeinformation for enhed" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "mangler kildeinformation for enhed" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "ukendt vĤrt %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "mangler rodenhedsinformation" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "ukendt OS-type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "kunne ikke allokere en knude" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "mangler domĤnenavnsinformation" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "ugyldig domĤnepeger i" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Kunne ikke lĤse fra sokkel %d\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "mangler rodenhedsinformation" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "uventet data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "ukendt OS-type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "uventet mime-type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "for mange domĤner" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "mangler kildeinformation for enhed" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "ukendt OS-type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "uventet mime-type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "netvĤrksnavn" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "for mange domĤner" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "ugyldig domĤnepeger i" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "ukendt vĤrt %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "uventet dict-knude" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "uventet mime-type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "uventet vĤrdi-knude" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "kunne ikke skrive konfigurationsfilen: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "kunne ikke skrive konfigurationsfilen: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "kunne ikke skrive konfigurationsfilen: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "ukendt OS-type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allokerer forbindelse" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allokerer domĤne" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "kunne ikke tilf¸je domĤne til hashindekstabellen for forbindelser" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domĤne mangler fra hashindekstabellen for forbindelser" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "allokerer netvĤrk" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "kunne ikke tilf¸je netvĤrk til hashindekstabellen for forbindelser" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "netvĤrk mangler fra hashindekstabellen for forbindelser" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allokerer knude" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "kunne ikke tilf¸je netvĤrk til hashindekstabellen for forbindelser" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domĤne mangler fra hashindekstabellen for forbindelser" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allokerer knude" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "kunne ikke tilf¸je netvĤrk til hashindekstabellen for forbindelser" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domĤne mangler fra hashindekstabellen for forbindelser" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allokerer knude" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "kopierer knude-indhold" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "kunne ikke tilf¸je netvĤrk til hashindekstabellen for forbindelser" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domĤne mangler fra hashindekstabellen for forbindelser" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "ukendt OS-type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "ukendt kommando: '%s'" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "ukendt OS-type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "ukendt OS-type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "ukendt OS-type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "mangler kildeinformation for enhed" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "mangler kildeinformation for enhed" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "mangler kildeinformation for enhed" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "mangler rodenhedsinformation" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "ukendt OS-type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "ukendt OS-type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "mangler rodenhedsinformation" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "ukendt OS-type %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "ukendt kommando: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, c-format +msgid "cannot parse device %s" +msgstr "" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "ukendt OS-type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "mangler \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "mangler \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "ukendt vĤrt %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "ukendt vĤrt %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "mangler mlinformation for enhed" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "ukendt vĤrt %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "mangler rodenhedsinformation" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "ukendt OS-type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "kunne ikke allokere en knude" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "mangler domĤnenavnsinformation" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "ugyldig domĤnepeger i %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "kunne ikke hente netvĤrks-UUID" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "uventet data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "ukendt OS-type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "mangler rodenhedsinformation" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "ukendt vĤrt %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "netvĤrksnavn" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "kunne ikke gemme indhold" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "uventet dict-knude" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "uventet dict-knude" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "uventet dict-knude" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "uventet dict-knude" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "uventet mime-type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "uventet vĤrdi-knude" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "kunne ikke skrive konfigurationsfilen: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "kunne ikke skrive konfigurationsfilen: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Kunne ikke suspendere domĤne %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "ukendt OS-type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Kunne ikke skrive til sokkel %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Kunne ikke oprette netvĤrk fra %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Kunne ikke gemme domĤne %s til %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "kunne ikke forbinde til %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allokerer forbindelse" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Kunne ikke starte netvĤrk %s" +msgstr "kunne ikke forbinde til %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domĤneinformation fejl, domid er ikke numerisk" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domĤneinformation fejl, domid er ikke numerisk" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "allokİr vĤrdi-array" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "kunne ikke allokere en knude" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Kunne ikke oprette inaktivt domĤne %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "Kunne ikke gemme domĤne %s til %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Kunne ikke starte domĤne %s" +msgstr "Kunne ikke afdefinere domĤne %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Kunne ikke starte domĤne %s" +msgstr "Kunne ikke ¸delĤgge domĤne %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format -msgid "failed to mount %s at %s for container: %s" -msgstr "Kunne ikke starte domĤne %s" - -#: src/lxc_container.c:412 -#, fuzzy, c-format -msgid "failed to read /proc/mounts: %s" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, fuzzy, c-format +msgid "failed to mount %s at %s for container: %s" +msgstr "kunne ikke bne %s for lĤsning" + +#: src/lxc_container.c:411 +#, fuzzy, c-format +msgid "failed to read /proc/mounts: %s" +msgstr "Kunne ikke lĤse fra sokkel %d\n" + +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Kunne ikke starte domĤne %s" +msgstr "kunne ikke bne %s for lĤsning" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "allokİr vĤrdi-array" +msgstr "operation mislykkedes: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Kunne ikke oprette domĤne fra %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Kunne ikke lukke sokkel %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "Kunne ikke lukke sokkel %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "operation mislykkedes: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "operation mislykkedes: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "kunne ikke f knudeinformation" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Kunne ikke ¸delĤgge domĤne %s" +msgstr "kunne ikke hente netvĤrk '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation mislykkedes: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "kunne ikke allokere en knude" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/lxc_controller.c:564 -#, fuzzy, c-format +#: src/lxc_controller.c:630 +#, c-format msgid "Unable to change to root dir: %s\n" -msgstr "kunne ikke skrive konfigurationsfilen" +msgstr "" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "kunne ikke skrive konfigurationsfilen" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Kunne ikke afdefinere netvĤrk %s" +msgstr "ugyldig forbindelsespeger i %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "kunne ikke allokere en knude" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domĤnenavn eller uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "navn for det inaktive domĤne" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "navn for det inaktive domĤne" +msgstr "afdefinİr et inaktivt domĤne" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Kunne ikke starte domĤne %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "kunne ikke f knudeinformation" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "kunne ikke allokere en knude" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "Kunne ikke oprette domĤne fra %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "kunne ikke allokere en knude" +msgstr "Kunne ikke oprette domĤne fra %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Kunne ikke lĤse fra sokkel %d\n" +msgstr "Kunne ikke skrive til sokkel %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "kunne ikke forbinde til Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ugyldig domĤnepeger i" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "kunne ikke skrive konfigurationsfilen: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "Kunne ikke lĤse beskrivelsesfilen %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domĤnenavn" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "domĤnenavn eller uuid" +msgstr "knudens domĤneliste" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "fik ukendt HTTP-fejlkode %d" +msgstr "ukendt vĤrt %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Kunne ikke fortsĤtte domĤne %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ugyldigt argument i %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "ugyldigt argument i " #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "ugyldigt argument i %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1789,8 +1873,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ukendt OS-type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1800,1637 +1884,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "syntaksfejl i konfigurationsfilen: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "kunne ikke forbinde til %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "kunne ikke forbinde til %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "sl op domĤnefilnavn" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "ugyldigt argument i %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "ugyldigt argument i %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation mislykkedes" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "syntaksfejl i konfigurationsfilen: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "kunne ikke forbinde til %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "DomĤnet k¸rer stadigvĤk" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "kunne ikke forbinde til %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "navn for det inaktive domĤne" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "DomĤnet k¸rer stadigvĤk" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "kunne ikke forbinde til %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "kunne ikke forbinde til %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "kunne ikke forbinde til %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "Ĥndr antal virtuelle CPU'er" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "DomĤnet k¸rer stadigvĤk" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "kunne ikke forbinde til %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "ukendt OS-type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "kunne ikke forbinde til %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Kunne ikke lukke sokkel %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Kunne ikke lĤse fra sokkel %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Kunne ikke skrive til sokkel %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Kommunikationsfejl med proxy: fik %d byte af %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Kommunikationsfejl med proxy: forventede %d byte men fik %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Kommunikationsfejl med proxy: fik %d byte pakke\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Kommunikationsfejl med proxy: fejlformateret pakke\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "fik asynkront pakkenummer %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "kunne ikke allokere en knude" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "kunne ikke allokere en knude" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "netvĤrksnavn eller uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "NetvĤrk %s startede\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "NetvĤrk %s startede\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "kunne ikke allokere en knude" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "uventet mime-type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "uventet mime-type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "ugyldig domĤnepeger i" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "kunne ikke allokere en knude" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "kunne ikke skrive konfigurationsfilen" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "kunne ikke analysere domĤneinformation for Xend" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Kunne ikke starte netvĤrk %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "ikke mere hukommelse" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "ikke mere hukommelse" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "kunne ikke allokere en knude" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "kunne ikke allokere en knude" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "DomĤnet er allerede aktivt" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Kunne ikke suspendere domĤne %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "kunne ikke bne %s for lĤsning" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Kunne ikke suspendere domĤne %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Kunne ikke suspendere domĤne %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "kunne ikke hente netvĤrk '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "DomĤnet k¸rer stadigvĤk" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "netvĤrksinformation i XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "kunne ikke allokere en knude" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Kunne ikke gemme domĤne %s til %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Kunne ikke suspendere domĤne %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "sl op domĤnefilnavn" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ugyldigt argument i %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "ugyldigt argument i %s" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation mislykkedes" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "DomĤne %s er blevet afdefineret\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "kunne ikke forbinde til %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "DomĤnet k¸rer stadigvĤk" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "kunne ikke forbinde til %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "kunne ikke forbinde til %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "kunne ikke forbinde til %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "Ĥndr antal virtuelle CPU'er" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "kunne ikke forbinde til %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "ukendt OS-type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "kunne ikke forbinde til %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Kunne ikke lukke sokkel %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Kunne ikke lĤse fra sokkel %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Kunne ikke skrive til sokkel %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Kommunikationsfejl med proxy: fik %d byte af %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Kommunikationsfejl med proxy: forventede %d byte men fik %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Kommunikationsfejl med proxy: fik %d byte pakke\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Kommunikationsfejl med proxy: fejlformateret pakke\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "fik asynkront pakkenummer %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "kunne ikke allokere en knude" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "kunne ikke allokere en knude" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "kunne ikke allokere en knude" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "netvĤrksnavn eller uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "NetvĤrk %s startede\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "NetvĤrk %s startede\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "kunne ikke f knudeinformation" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "kunne ikke allokere en knude" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "uventet data '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "kunne ikke allokere en knude" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Kunne ikke suspendere domĤne %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "ikke mere hukommelse" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "kunne ikke skrive konfigurationsfilen" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "allokİr ny kontekst" +msgstr "allokİr ny buffer" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "kunne ikke hente domĤne '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation mislykkedes" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "DomĤnet er allerede aktivt" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "kunne ikke hente netvĤrk '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "kunne ikke skrive konfigurationsfilen" +msgstr "Kunne ikke lukke sokkel %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "uventet dict-knude" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "kunne ikke allokere en knude" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "kunne ikke allokere en knude" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Kunne ikke gemme domĤne %s til %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "DomĤnet er allerede aktivt" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "kunne ikke skrive konfigurationsfilen: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "kunne ikke bne %s for lĤsning" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "kunne ikke hente netvĤrk '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "uventet dict-knude" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Kunne ikke suspendere domĤne %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "kunne ikke allokere en knude" +msgstr "kunne ikke f fat p faciliteter" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Brugt hukommelse:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domĤne %s findes allerede" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domĤne %s findes allerede" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "DomĤnet k¸rer stadigvĤk" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation mislykkedes" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation mislykkedes" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "kunne ikke allokere en knude" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "navn for det inaktive domĤne" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Kunne ikke suspendere domĤne %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "kunne ikke hente domĤne-UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Kunne ikke skrive til sokkel %d\n" +msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Kunne ikke skrive til sokkel %d\n" +msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "ikke mere hukommelse" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation mislykkedes" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "navn for det inaktive domĤne" +msgstr "Afdefinİr konfigurationen for et inaktivt domĤne." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "afdefinİr et inaktivt domĤne" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "bibliotekskald mislykkedes, underst¸ttes nok ikke" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Kunne ikke lĤse fra sokkel %d\n" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "indlĤs domĤne-definitionsfil" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "knudens domĤneliste" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "kunne ikke lĤse fra Xen-dĤmonen" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "DomĤnet er allerede aktivt" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Kunne ikke lĤse fra sokkel %d\n" +msgstr "kunne ikke hente netvĤrks-UUID" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Kunne ikke starte domĤne %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Kunne ikke fortsĤtte domĤne %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "kunne ikke allokere en knude" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "Kan ikke hente version ud af k¸rende %s hypervisor\n" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "uventet mime-type" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "afdefinİr et inaktivt domĤne" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domĤne %s findes allerede" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "indlĤser vĤrts-definitionsfil" -#: src/qemu_driver.c:3232 -#, fuzzy +#: src/qemu_driver.c:2808 msgid "cannot attach usb device" -msgstr "afdefinİr et inaktivt domĤne" +msgstr "" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "indlĤser vĤrts-definitionsfil" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "afdefinİr et inaktivt domĤne" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domĤneinformation" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "kunne ikke f knudeinformation" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Kunne ikke oprette domĤne fra %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "navn for det inaktive domĤne" +msgstr "start et domĤne automatisk" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Kunne ikke gemme domĤne %s til %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ugyldigt argument i %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "DomĤne genetableret fra %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "ugyldigt argument i %s" +msgstr "ugyldigt argument i " -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "domĤnenavn" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "knudens domĤneliste" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "DomĤnet er allerede aktivt" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "netvĤrksinformation i XML" +msgid "could not generate random UUID" +msgstr "kunne ikke hente domĤne-UUID" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "kunne ikke allokere en knude" +msgid "failed to start listening VM" +msgstr "Kunne ikke starte domĤne %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Kunne ikke gemme domĤne %s til %s" +msgid "migrate failed: %s" +msgstr "operation mislykkedes: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "kunne ikke forbinde til %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "kunne ikke hente domĤne-UUID" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "allokerer netvĤrk" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allokerer domĤne" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allokİr vĤrdi-array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "kunne ikke allokere en knude" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "kunne ikke skrive konfigurationsfilen" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Kunne ikke afdefinere netvĤrk %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Kunne ikke lĤse fra sokkel %d\n" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "kunne ikke f knudeinformation" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "kunne ikke f knudeinformation" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Kunne ikke lĤse fra sokkel %d\n" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "Ugyldig vĤrdi af %d for hukommelsesst¸rrelse" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, c-format +msgid "unable to verify server certificate: %s" +msgstr "" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "Ugyldig vĤrdi af %d for hukommelsesst¸rrelse" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Kunne ikke afdefinere netvĤrk %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "kunne ikke skrive konfigurationsfilen: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "for mange forbindelser" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "for mange domĤner" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "for mange domĤner" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "Ĥndr hukommelsesallokering" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "ukendt OS-type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "for mange forbindelser" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "for mange drivrutiner registrerede" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "for mange drivrutiner registrerede" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "for mange drivrutiner registrerede" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "for mange drivrutiner registrerede" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "for mange drivrutiner registrerede" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "for mange drivrutiner registrerede" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "for mange drivrutiner registrerede" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "ukendt OS-type %s" +msgstr "operation mislykkedes: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation mislykkedes" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Kunne ikke afdefinere netvĤrk %s" +msgstr "kunne ikke serialisere S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "ingen underst¸ttelse for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Kunne ikke starte domĤne %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "kunne ikke f knudeinformation" +msgstr "kunne ikke gemme indhold" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "Kunne ikke starte domĤne %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "kunne ikke f knudeinformation" +msgstr "Kunne ikke koble op til hypervisor" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "ugyldigt argument i %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "ugyldigt argument i " + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ugyldig domĤnepeger i" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "kunne ikke allokere en knude" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "kunne ikke kopiere en streng" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "ukendt OS-type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "ukendt OS-type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Kunne ikke starte domĤne %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "intern fejl %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "ugyldigt argument i %s" +msgstr "ugyldig netvĤrkspeger i %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "ugyldig netvĤrkspeger i %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation mislykkedes" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "mangler kildeinformation for enhed" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "mangler kildeinformation for enhed" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "mangler kildeinformation for enhed" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "mangler kildeinformation for enhed" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "mangler kildeinformation for enhed" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domĤnenavn" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "ukendt OS-type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3459,588 +3695,761 @@ msgstr "vis version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Navn" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "Kunne ikke gemme domĤne %s til %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Kunne ikke afdefinere netvĤrk %s" +msgstr "Kunne ikke definere domĤne fra %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Kunne ikke gemme domĤne %s til %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "kunne ikke allokere en knude" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "domĤnenavn" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allokİr vĤrdi-array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allokerer netvĤrk" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allokerer knude" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "kunne ikke f knudeinformation" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domĤnenavn" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "kunne ikke skrive konfigurationsfilen: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "allokerer knude" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "ukendt vĤrt %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "ukendt OS-type %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "mangler rodenhedsinformation" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "netvĤrksnavn eller uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "ukendt OS-type %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "mangler kildeinformation for enhed" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "for mange domĤner" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blokeret" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "mangler rodenhedsinformation" +msgstr "mangler kildeinformation for enhed %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "mangler kildeinformation for enhed" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domĤnenavn" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "ukendt OS-type %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "mangler mlinformation for enhed" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "uventet mime-type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "ukendt vĤrt %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "allokerer knude" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "ukendt vĤrt %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "mangler rodenhedsinformation" +msgstr "mangler domĤnenavnsinformation" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "ukendt OS-type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Navn" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "DomĤnet er allerede aktivt" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "DomĤnet er allerede aktivt" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "DomĤnet er allerede aktivt" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "henter tid p d¸gnet" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "indlĤser vĤrts-definitionsfil" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "vĤrt" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "knude" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "skaber kontekst for xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "knudens cpu-numa-knuder" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "knudens cpu-sokkel" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "knudens cpu-kerner" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "knudens cpu-trde" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "knudens aktive cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "knudens cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "knudens hukommelse" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "knudens domĤneliste" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "sl op domĤnefilnavn" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "knudens domĤneliste" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "sl op domĤnefilnavn" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "knudens domĤneliste" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "sl op domĤnefilnavn" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "domĤneinformation" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "domĤne %s findes allerede" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "DomĤnet k¸rer stadigvĤk" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "start et domĤne automatisk" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "knudens domĤneliste" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "kunne ikke lĤse fra Xen-dĤmonen" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "knudens domĤneliste" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "DomĤne %s udskrevet p %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "kunne ikke skrive konfigurationsfilen" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "DomĤnet k¸rer allerede" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "DomĤnet k¸rer stadigvĤk" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "DomĤnet k¸rer stadigvĤk" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "DomĤnet k¸rer allerede" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Kunne ikke lĤse fra sokkel %d\n" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Kunne ikke suspendere domĤne %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "kunne ikke skrive konfigurationsfilen: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "kunne ikke hente type p hypervisor" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "kunne ikke hente type p hypervisor" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "kunne ikke hente type p hypervisor" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "kunne ikke skrive konfigurationsfilen: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Kunne ikke oprette netvĤrk fra %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "ikke mere hukommelse" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Kunne ikke suspendere domĤne %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "knudens cpu-sokkel" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "ukendt kommando: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Kunne ikke skrive til sokkel %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "kunne ikke forbinde til %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "kunne ikke analysere konfigurationsfilen %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "kunne ikke analysere konfigurationsfilen %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Kunne ikke afdefinere domĤne %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "fejl: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "udskriv hjĤlp" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Udskriv global hjĤlp eller udbed specifik hjĤlp." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "navn for det inaktive domĤne" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4048,322 +4457,326 @@ msgstr "" "Kommandoer:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "start et domĤne automatisk" -#: src/virsh.c:375 +#: src/virsh.c:374 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:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domĤnenavn, id eller uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "deaktivİr automatisk start" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Kunne ikke markere domĤne %s som automatisk startet" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Kunne ikke fravĤlge domĤne %s som automatisk startet" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "DomĤne %s mĤrket som automatisk startet\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "DomĤne %s fravalgt som automatisk startet\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(gen)tilslut til hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "forbindelses-URI for hypervisor" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "forbindelse skrivebeskyttet" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Kunne ikke koble ned fra hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Kunne ikke koble op til hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "forbind til gĤstekonsol" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Forbind den virtuelle serielle konsol for gĤsten" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Ingen konsol tilgĤngelig for domĤnet\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "vis domĤner" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returnerer liste af domĤner" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "vis inaktive domĤner" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "vis inaktive og aktive domĤner" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Kunne ikke liste aktive domĤner" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Kunne ikke liste inaktive domĤner" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Navn" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Tilstand" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "ingen tilstand" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domĤnetilstand" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returnerer tilstand for et k¸rende domĤne." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returnerer tilstand for et k¸rende domĤne." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blokeret" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Kunne ikke gemme domĤne %s til %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "netvĤrksnavn" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returnerer tilstand for et k¸rende domĤne." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "kunne ikke f knudeinformation" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspendİr et domĤne" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspendİr et k¸rende domĤne." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "DomĤne %s suspenderet\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Opret et domĤne." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "fil som indeholder en XML-domĤnebeskrivelse" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "DomĤne %s oprettet fra %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definİr et domĤne." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "DomĤne %s defineret fra %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Kunne ikke definere domĤne fra %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "afdefinİr et inaktivt domĤne" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Afdefinİr konfigurationen for et inaktivt domĤne." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domĤnenavn eller uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "DomĤne %s er blevet afdefineret\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Kunne ikke afdefinere domĤne %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start et (tidligere defineret) inaktivt domĤne" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Starte et domĤne." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "navn for det inaktive domĤne" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "DomĤnet er allerede aktivt" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "DomĤne %s startede\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Kunne ikke starte domĤne %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "gem en domĤnetilstand p en fil" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Gem et k¸rende domĤne." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "hvor data skal gemmes" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "DomĤne %s gemt p %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Kunne ikke gemme domĤne %s til %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1660 +4785,1705 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "Ugyldig vĤrdi af %d for hukommelsesst¸rrelse" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "Ugyldig vĤrdi af %d for hukommelsesst¸rrelse" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Ugyldig vĤrdi af %d for hukommelsesst¸rrelse" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "ukendt vĤrt" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "genetablİr et domĤne." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "tilstanden som skal genetableres" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "DomĤne genetableret fra %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Kunne ikke genetablere domĤne fra %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "dump et domĤne fra hukommelsen" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "hvor dump fra hukommelsen skal gemmes" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "DomĤne %s udskrevet p %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "fortsĤt et domĤne" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "FortsĤt et tidligere suspenderet domĤne." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "DomĤne %s fortsat\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Kunne ikke fortsĤtte domĤne %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "luk et domĤne pĤnt ned" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "K¸r nedlukning i mldomĤnet." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "DomĤne %s er ved at blive lukket ned\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Kunne ikke lukke domĤne %s ned" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "genstart et domĤne" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "K¸r en gentartskommando i mldomĤnet." -#: src/virsh.c:1444 +#: 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:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Kunne ikke genstarte domĤne %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "¸delĤg en domĤne" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "˜delĤg et givet domĤne." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "DomĤne %s ¸delagt\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Kunne ikke ¸delĤgge domĤne %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domĤneinformation" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returnerer basal information om domĤnet." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Navn:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS-type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Tilstand:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(er):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU-tid:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max hukommelse:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ingen grĤnse" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Brugt hukommelse:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Autostart" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Navn" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Brugt hukommelse:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA-celler:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domĤnets vcpu-information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returnerer basal information om domĤnets virtuelle CPU'er." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU-slĤgtskab:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "kontroldomĤnets vcpu-slĤgtskab" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "FastsĤt domĤne VCPU'er til vĤrters fysiske CPU'er." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu-nummer" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "vĤrters cpu-nummmer (komma-separerede)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "kunne ikke f knudeinformation" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Fysisk CPU %d findes ikke." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "Ĥndr antal virtuelle CPU'er" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "antal virtuelle CPU:er" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "antal virtuelle CPU:er" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "For mange virtuelle CPU'er" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "Ĥndr hukommelsesallokering" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "antal kilobyte i hukommelse" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "Ĥndr grĤnse for maksimal hukommelse" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "maksimal hukommelsesgrĤnse i kilobyte" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "aktuel hukommelse for domĤne" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "knudeinformation" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returnerer basal information om knuden." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "kunne ikke f knudeinformation" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU-model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU-frekvens:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU-sokkel:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Kerner per sokkel:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Trde per kerne:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA-celler:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Hukommelsesst¸rrelse:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "faciliteter" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "returnerer hypervisor/drivers faciliteter" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "kunne ikke f fat p faciliteter" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domĤneinformation i XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "Udskriv domĤneinformationen som et XML-dump til stdout." -#: src/virsh.c:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domĤnenavn eller uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domĤnenavn eller uuid" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "kunne ikke hente domĤne-UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 #, fuzzy msgid "live migration" msgstr "knudeinformation" -#: src/virsh.c:2227 +#: src/virsh.c:2258 #, fuzzy msgid "connection URI of the destination host" msgstr "forbind til gĤstekonsol" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "autostart et netvĤrk" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "netvĤrksnavn eller uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "Kunne ikke markere netvĤrk %s som automatisk startet" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "Kunne ikke fravĤlge netvĤrk %s som automatisk startet" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "netvĤrk %s mĤrket som automatisk startet\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "netvĤrk %s fravalgt som automatisk startet\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "opret et netvĤrk fra en XML-fil" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Opret et netvĤrk." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "fil som indeholder XML-netvĤrksbeskrivelse" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "NetvĤrk %s oprettet fra %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Kunne ikke oprette netvĤrk fra %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Definİr et netvĤrk." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "NetvĤrk %s defineret fra %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Kunne ikke definere netvĤrk fra %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "¸delĤg et netvĤrk" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "˜delĤg et givet netvĤrk." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "netvĤrksnavn, id eller uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "NetvĤrk %s ¸delagt\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Kunne ikke ¸delĤgge netvĤrk %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "netvĤrksinformation i XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "Udskriv netvĤrksinformationen som et XML-dump til stdout." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "list netvĤrker" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Returnerer liste af netvĤrker" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "vis inaktive netvĤrker" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "vis inaktive og aktive netvĤrker" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Kunne ikke liste aktive netvĤrker" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Kunne ikke liste inaktive netvĤrker" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Autostart" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ingen autostart" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "aktiv" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inaktiv" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "konvertİr et netvĤrks UUID til netvĤrksnavn" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "netvĤrks uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "start et (tidligere defineret) inaktivt netvĤrk" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Starte et netvĤrk." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "navn p det inaktive netvĤrk" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "NetvĤrk %s startede\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Kunne ikke starte netvĤrk %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "afdefinİr et inaktivt netvĤrk" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Afdefinİr konfigurationen for et inaktivt netvĤrk." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "NetvĤrk %s er blevet afdefineret\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 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:2784 msgid "network name" msgstr "netvĤrksnavn" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "kunne ikke hente netvĤrks-UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "start et domĤne automatisk" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domĤnenavn eller uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Kunne ikke markere netvĤrk %s som automatisk startet" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, 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:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "DomĤne %s mĤrket som automatisk startet\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "DomĤne %s fravalgt som automatisk startet\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Opret et domĤne." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "fil som indeholder en XML-domĤnebeskrivelse" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "DomĤne %s oprettet fra %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "navn for det inaktive domĤne" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "kunne ikke allokere en knude" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "DomĤne %s oprettet fra %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definİr et domĤne." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "DomĤne %s defineret fra %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Kunne ikke definere domĤne fra %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "DomĤne %s defineret fra %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Kunne ikke afdefinere domĤne %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Kunne ikke suspendere domĤne %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "¸delĤg en domĤne" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "˜delĤg et givet domĤne." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "DomĤne %s ¸delagt\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Kunne ikke ¸delĤgge domĤne %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "˜delĤg et givet domĤne." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "DomĤne %s ¸delagt\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Kunne ikke ¸delĤgge domĤne %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "DomĤne %s fortsat\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Kunne ikke fortsĤtte domĤne %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domĤneinformation i XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "vis domĤner" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returnerer liste af domĤner" -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "vis inaktive domĤner" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "vis inaktive og aktive domĤner" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Kunne ikke liste aktive domĤner" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Kunne ikke liste inaktive domĤner" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "ugyldig netvĤrkspeger i %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "for mange drivrutiner registrerede" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "ikke mere hukommelse" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Kunne ikke afdefinere domĤne %s" +msgstr "Kunne ikke gemme domĤne %s til %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "for mange drivrutiner registrerede" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "knudeinformation" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returnerer basal information om knuden." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "k¸rer" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allokerer domĤne" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "konvertİr et netvĤrks UUID til netvĤrksnavn" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domĤne-uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start et (tidligere defineret) inaktivt domĤne" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Starte et domĤne." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "navn for det inaktive domĤne" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "DomĤne %s startede\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Kunne ikke starte domĤne %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Opret et domĤne." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "navn for det inaktive domĤne" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "DomĤne %s oprettet fra %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "afdefinİr et inaktivt domĤne" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Afdefinİr konfigurationen for et inaktivt domĤne." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "DomĤne %s er blevet afdefineret\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Kunne ikke afdefinere domĤne %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "konvertİr et netvĤrksnavn eller id til netvĤrks-UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "kunne ikke hente domĤne-UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "fil som indeholder en XML-domĤnebeskrivelse" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "DomĤne %s oprettet fra %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "˜delĤg et givet domĤne." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "DomĤne %s ¸delagt\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Kunne ikke ¸delĤgge domĤne %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "knudeinformation" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returnerer basal information om knuden." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS-type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blokeret" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domĤneinformation i XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "vis domĤner" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returnerer liste af domĤner" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Kunne ikke liste aktive domĤner" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "konvertİr et netvĤrks UUID til netvĤrksnavn" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "konvertİr et netvĤrks UUID til netvĤrksnavn" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domĤne-uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "konvertİr et netvĤrks UUID til netvĤrksnavn" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "vis version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Vis informationen om systemversion" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "kunne ikke hente type p hypervisor" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Kompileret med bibliotek: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "kunne ikke hente biblioteksversion" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Bruger bibliotek: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Bruger API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "kunne ikke hente version af hypervisor" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, 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:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "K¸rer hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "faciliteter" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Kunne ikke koble op til hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Kunne ikke liste inaktive domĤner" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "kunne ikke hente type p hypervisor" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "kunne ikke hente type p hypervisor" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "forbindelses-URI for hypervisor" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "kunne ikke hente domĤne-UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc-skĤrm" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 #, fuzzy msgid "attach device from an XML file" msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:4586 +#: src/virsh.c:4712 #, fuzzy msgid "Attach device from an XML ." msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, fuzzy, c-format msgid "Failed to attach device from %s" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 #, fuzzy msgid "detach device from an XML file" msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:4645 +#: src/virsh.c:4771 #, fuzzy msgid "Detach device from an XML " msgstr "opret et domĤne fra en XML-fil" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, fuzzy, c-format msgid "Failed to detach device from %s" msgstr "Kunne ikke oprette domĤne fra %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 #, fuzzy msgid "attach network interface" msgstr "netvĤrksnavn" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 #, fuzzy msgid "network interface type" msgstr "netvĤrksnavn" -#: src/virsh.c:4711 +#: src/virsh.c:4837 #, fuzzy msgid "source of network interface" msgstr "udefineret netvĤrksnavn" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "netvĤrksnavn" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "ugyldigt argument i %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "netvĤrksnavn" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "kunne ikke f knudeinformation" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "kunne ikke allokere en knude" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Kunne ikke lĤse fra sokkel %d\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "kunne ikke f knudeinformation" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "kunne ikke allokere en knude" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Kunne ikke oprette inaktivt domĤne %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "domĤnenavn" +msgstr "kunne ikke skrive konfigurationsfilen" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Afdefinİr konfigurationen for et inaktivt domĤne." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Afdefinİr konfigurationen for et inaktivt domĤne." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "kunne ikke lĤse konfigurationsfilen" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Afdefinİr konfigurationen for et inaktivt netvĤrk." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Afdefinİr konfigurationen for et inaktivt netvĤrk." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Afdefinİr konfigurationen for et inaktivt domĤne." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Afdefinİr konfigurationen for et inaktivt domĤne." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "afslut denne interaktive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "kommando '%s' krĤver flaget <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "kommando '%s' krĤver flaget --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "kommandoen '%s' findes ikke" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAVN\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6034,7 +6492,7 @@ msgstr "" "\n" " FLAG\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6042,7 +6500,7 @@ msgstr "" "\n" " BESKRIVELSE\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6050,55 +6508,55 @@ msgstr "" "\n" " FLAG\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "udefineret domĤnenavn eller id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "kunne ikke hente domĤne '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "udefineret netvĤrksnavn" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "kunne ikke hente netvĤrk '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "udefineret netvĤrksnavn" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "kunne ikke hente domĤne '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "udefineret netvĤrksnavn" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "kunne ikke hente domĤne '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6109,131 +6567,131 @@ msgstr "" "(Tid: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "mangler \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "uventet token (kommandonavn): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "ukendt kommando: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "kommandoen '%s' underst¸tter ikke flaget --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "forventet syntaks: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nummer" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "streng" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "uventet data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "FLAG" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "stoppet" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "lukker ned" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "nedlukket" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "brudt ned" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "ikke tilsluttet" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "ingen gyldig forbindelse" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: fejl: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "fejl: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: kunne ikke allokere %d byte" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: kunne ikke allokere %lu byte" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "kunne ikke forbinde til hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "kunne ikke f knudeinformation" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Kunne ikke koble ned fra hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6265,7 +6723,7 @@ msgstr "" "\n" " kommandoer (ikke-interaktiv tilstand):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6276,12 +6734,12 @@ msgstr "" " (angiv --help for detaljer om kommandoen)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "flaget '-%c' underst¸ttes ikke. Se --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6290,7 +6748,7 @@ msgstr "" "Velkommen til %s, den interaktive terminal for virtualisering.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6308,879 +6766,961 @@ msgstr "advarsel" msgid "error" msgstr "fejl" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Ingen fejlmeddelelse givet" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "intern fejl %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "intern fejl" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "ingen underst¸ttelse for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "ingen underst¸ttelse for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "kan ikke forbinde til hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "kunne ikke forbinde til %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ugyldig forbindelsespeger i" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "ugyldig forbindelsespeger i %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ugyldig domĤnepeger i" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "ugyldig domĤnepeger i %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "ugyldigt argument i " -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "ugyldigt argument i %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation mislykkedes: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation mislykkedes" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET-operation mislykkedes: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET-operation mislykkedes" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST-operation mislykkedes: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST-operation mislykkedes" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "fik ukendt HTTP-fejlkode %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "ukendt vĤrt %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "ukendt vĤrt" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "kunne ikke serialisere S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "kunne ikke serialisere S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "kunne ikke bruge indgangen for Xens hypervisor" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "kunne ikke bruge indgangen for Xens hypervisor %s<" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "kunne ikke forbinde til Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "kunne ikke forbinde til Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "mislykket Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "ukendt OS-type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "ukendt OS-type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "mangler kerneinformation" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "mangler rodenhedsinformation" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "mangler rodenhedsinformation i %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "mangler kildeinformation for enhed" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "mangler kildeinformation for enhed %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "mangler mlinformation for enhed" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "mangler mlinformation for enhed %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "mangler domĤnenavnsinformation" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "mangler domĤnenavnsinformation i %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "mangler operativsysteminformation" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "mangler operativsysteminformation for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "mangler enhedsinformation" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "mangler enhedsinformation for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "for mange drivrutiner registrerede" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "for mange drivrutiner registrerede i %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "bibliotekskald mislykkedes, underst¸ttes nok ikke" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "bibliotekskald %s mislykkedes, underst¸ttes nok ikke" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML-beskrivelse ikke velformet eller ugyldig" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "dette domĤne findes allerede" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domĤne %s findes allerede" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation ikke tilladt ved skrivebeskyttet adgang" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s ikke tilladt ved skrivebeskyttet adgang" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "kunne ikke bne konfigurationsfilen for lĤsning" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "kunne ikke bne %s for lĤsning" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "kunne ikke lĤse konfigurationsfilen" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "kunne ikke lĤse konfigurationsfilen %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "kunne ikke analysere konfigurationsfilen" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "kunne ikke analysere konfigurationsfilen %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "syntaksfejl i konfigurationsfilen" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "syntaksfejl i konfigurationsfilen: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "kunne ikke skrive konfigurationsfilen: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "fortolkningsfejl" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "ugyldig netvĤrkspeger i" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "ugyldig netvĤrkspeger i %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "dette netvĤrk findes allerede" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "netvĤrk %s findes allerede" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "fejl ved systemkald" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "fejl" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "fejl ved systemkald" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domĤneinformation" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "DomĤne genetableret fra %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "netvĤrksnavn eller uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "NetvĤrk %s oprettet fra %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "ugyldigt argument i %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "ugyldigt argument i %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation mislykkedes" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation mislykkedes: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "netvĤrksnavn eller uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "NetvĤrk %s oprettet fra %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "netvĤrksnavn eller uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "NetvĤrk %s oprettet fra %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "ugyldig netvĤrkspeger i" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "ugyldig netvĤrkspeger i %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "ugyldig netvĤrkspeger i" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "ugyldig netvĤrkspeger i %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Kunne ikke afdefinere netvĤrk %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Kunne ikke afdefinere netvĤrk %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ugyldig domĤnepeger i" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "ugyldig domĤnepeger i %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "domĤneinformation" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "DomĤne genetableret fra %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allokerer domĤne" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "kunne ikke allokere en knude" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allokerer %d domĤne-info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "kunne ikke allokere en knude" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "kunne ikke forbinde til Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "kunne ikke lĤse fra Xen-dĤmonen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Kunne ikke fortsĤtte domĤne %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allokİr ny buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation mislykkedes: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "kunne ikke url-kode den oprettede S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domĤneinformation ukomplet, mangler domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domĤneinformation fejl, domid er ikke numerisk" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domĤneinformation ukomplet, mangler uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domĤneinformation ukomplet, mangler navn" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domĤneinformation ukomplet, mangler navn" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "domĤneinformation ukomplet, mangler kerne & opstartsindlĤser" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "ukendt OS-type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "ukendt OS-type" +msgstr "ukendt OS-type %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domĤneinformation ukomplet, vbd har ingen dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domĤneinformation ukomplet, vbd har ingen src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "Kan ikke fortolke vbd-filnavn, mangler drivernavn" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "Kan ikke fortolke vbd-filnavn, mangler drivertype" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "ugyldigt argument i %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "uventet dict-knude" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "ukendt OS-type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "domĤneinformation ukomplet, mangler id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ukendt OS-type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "kunne ikke analysere domĤneinformation for Xend" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "syntaksfejl i konfigurationsfilen" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "kunne ikke analysere domĤneinformation for Xend" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "kunne ikke serialisere S-Expr" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "uventet mime-type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "uventet vĤrdi-knude" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "knudens hukommelse" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation mislykkedes" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Kunne ikke afdefinere domĤne %s" +msgstr "Kunne ikke afdefinere netvĤrk %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation mislykkedes: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "kunne ikke hente type p hypervisor" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "kunne ikke analysere domĤneinformation for Xend" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Kunne ikke oprette inaktivt domĤne %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domĤneinformation ukomplet, mangler navn" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "ukendt vĤrt" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "kunne ikke hente type p hypervisor" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domĤneinformation ukomplet, mangler uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domĤneinformation ukomplet, mangler uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "ugyldigt argument i %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "kunne ikke bne %s for lĤsning" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Kunne ikke suspendere domĤne %s" +msgstr "kunne ikke lĤse konfigurationsfilen %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "uventet mime-type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "uventet mime-type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "uventet mime-type" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "uventet vĤrdi-knude" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "knudens domĤneliste" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "bibliotekskald mislykkedes, underst¸ttes nok ikke" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "syntaksfejl i konfigurationsfilen: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "uventet vĤrdi-knude" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "uventet vĤrdi-knude" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "uventet vĤrdi-knude" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "forbindelse skrivebeskyttet" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "vis inaktive domĤner" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "kunne ikke skrive konfigurationsfilen: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "uventet dict-knude" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Kunne ikke genetablere domĤne fra %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "aktuel hukommelse for domĤne" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "kunne ikke lĤse konfigurationsfilen %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "ukendt OS-type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Kunne ikke gemme domĤne %s til %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Kunne ikke oprette domĤne fra %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Kunne ikke suspendere domĤne %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allokİr liste af strenge" #: src/xmlrpc.c:53 @@ -7225,6 +7765,10 @@ msgstr "allokİr svar" msgid "read response" msgstr "lĤs svar" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allokİr liste af strenge" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "analyse af svar fra server mislykkedes" @@ -7233,305 +7777,45 @@ msgstr "analyse af svar fra server mislykkedes" msgid "allocate new context" msgstr "allokİr ny kontekst" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "kunne ikke forbinde til Xen Store" -#~ msgid "blocked" -#~ msgstr "blokeret" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "ugyldigt argument i %s" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "netvĤrksnavn" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "aktuel hukommelse for domĤne" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "mangler mlinformation for enhed" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "netvĤrksnavn eller uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "ugyldigt argument i " - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "mangler rodenhedsinformation" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Ugyldig vĤrdi af %d for hukommelsesst¸rrelse" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "mangler rodenhedsinformation" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "mangler domĤnenavnsinformation" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ugyldig domĤnepeger i" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "ugyldig domĤnepeger i" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Kunne ikke oprette netvĤrk fra %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "kunne ikke skrive konfigurationsfilen: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "kunne ikke skrive konfigurationsfilen: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Kunne ikke suspendere domĤne %s" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "kunne ikke skrive konfigurationsfilen: %s" +msgid "failed to allocate activeDomainList" +msgstr "Kunne ikke liste aktive domĤner" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Kunne ikke suspendere domĤne %s" +msgid "failed to allocate xsWatchList" +msgstr "kunne ikke allokere en knude" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "kunne ikke skrive konfigurationsfilen: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "kunne ikke allokere en knude" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "kunne ikke k¸re %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "aktuel hukommelse for domĤne" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "operation mislykkedes: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "operation mislykkedes: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "operation mislykkedes: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "operation mislykkedes: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "kunne ikke bne %s for lĤsning" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "operation mislykkedes: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "operation mislykkedes: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Kunne ikke starte domĤne %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "operation mislykkedes: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "mangler mlinformation for enhed" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "mangler domĤnenavnsinformation" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "mangler domĤnenavnsinformation" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "ugyldig domĤnepeger i" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "ugyldig domĤnepeger i" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "allokİr vĤrdi-array" - -#~ msgid "failed to exec %s\n" -#~ msgstr "kunne ikke k¸re %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "kunne ikke f knudeinformation" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Kunne ikke suspendere domĤne %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allokİr vĤrdi-array" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "uventet mime-type" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Kunne ikke lĤse fra sokkel %d\n" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domĤnenavn eller uuid" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "ugyldig domĤnepeger i %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "netvĤrksnavn eller uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "netvĤrksnavn eller uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "mangler kildeinformation for enhed" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "ugyldig domĤnepeger i %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "domĤnenavn eller uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "knudeinformation" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "domĤnets vcpu-information" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "domĤnets vcpu-information" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "netvĤrksnavn eller uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "kunne ikke tilf¸je netvĤrk til hashindekstabellen for forbindelser" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "allokerer domĤne" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Kunne ikke lĤse fra sokkel %d\n" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Kunne ikke suspendere domĤne %s" +msgid "reallocating list" +msgstr "allokerer domĤne" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Kunne ikke gemme domĤne %s til %s" +msgid "failed to allocate domids" +msgstr "kunne ikke allokere en knude" #~ msgid "domain" #~ msgstr "domĤne" -#~ msgid "domain name" -#~ msgstr "domĤnenavn" - -#~ msgid "domain uuid" -#~ msgstr "domĤne-uuid" - #~ msgid "domain memory" #~ msgstr "domĤnehukommelse" @@ -7565,65 +7849,13 @@ msgstr "kunne ikke forbinde til Xen Store" #~ msgid "load network definition file" #~ msgstr "indlĤs domĤne-definitionsfil" -#~ msgid "too many domains" -#~ msgstr "for mange domĤner" - -#, fuzzy -#~ msgid "too many networks" -#~ msgstr "for mange forbindelser" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "indlĤs domĤne-definitionsfil" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "mangler rodenhedsinformation" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "domĤne %s findes allerede" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "skaber kontekst for xpath" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "kunne ikke skrive konfigurationsfilen" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "kunne ikke allokere en knude" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Kunne ikke afdefinere netvĤrk %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Kunne ikke afdefinere netvĤrk %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "Ĥndr hukommelsesallokering" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "allokİr svar" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "intern fejl %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "allokİr ny buffer" - #, fuzzy #~ msgid "Failed to open '%s': read: %s" #~ msgstr "kunne ikke bne %s for lĤsning" +#~ msgid "failed to exec %s\n" +#~ msgstr "kunne ikke k¸re %s\n" + #~ msgid "growing buffer" #~ msgstr "voksende buffer" diff --git a/po/de.po b/po/de.po index cb6a3f8255..0dd2808916 100644 --- a/po/de.po +++ b/po/de.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2008-08-28 12:50+0100\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-11-21 13:05+0100\n" "Last-Translator: Fabian Affolter \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -22,308 +22,313 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: German\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "Adress-Familie fĵr Hostnamen nicht unterstĵtzt" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "Tempor¤rer Fehler in der Namensauflĥsung" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "Fehlerhafter Wert fĵr ai_flags" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "Nicht aufdeckbarer Fehler in der Namesauflĥsung" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "ai_family nicht unterstĵtzt" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" msgstr "Speicherzuordnung fehlgeschlagen" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "Keine Adresse mit Hostname verknĵpft" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "Name oder Dienst ist unbekannt" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "Servername nicht unterstĵtzt fĵr ai_socktype" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "ai_socktype nicht unterstĵtzt" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 msgid "System error" msgstr "Systemfehler" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "Argument-Buffer zu klein" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 #, fuzzy msgid "Processing request in progress" msgstr "Dateiĵbertragungen dauern noch an." -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "Anforderung abgebrochen" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "Anforderung nicht abgebrochen" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "Alle Anforderungen erledigt" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "Unterbruch durch Signal" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "Parameter-String nicht korrekt codiert" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "Kein Zugriff auf s %s '%s': %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "gnutls_certificate_set_x509_key_file: %s" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "gnutls_dh_params_init: %s" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "gnutls_dh_params_generate2: %s" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "Lesen von der Signal-Pipe fehlgeschlagen: %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "Fehler beim Lesen der PAM-Dienst Konfiguration.\n" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "Fehler w¤hrend des Neuladen der Treiber" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "Fahre herunten nach Signal %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "Erhielt Signal %d, weiterleiten an Treiber" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "Unerwarteter Werte-Knoten" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "Setzen des close-on-exec-Dateibeschreiber-Flag fehlgeschlagen" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "Setzen des non-blocking-Dateibeschreiber-Flag fehlgeschlagen" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, c-format msgid "Failed to open pid file '%s' : %s" msgstr "–ffnen der PID-Datei fehlgeschlagen '%s' : %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "–ffnen der PID-Datei (fdopen) fehlgeschlagen '%s' : %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Schreiben in die PID-Datei fehlgeschlagen '%s' : %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Schliessen der PID-Datei fehlgeschlagen '%s' : %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "Speicherzuweisung gescheitert" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, c-format msgid "Failed to create socket: %s" msgstr "Erzeugen des Socket fehlgeschlagen: %s" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, 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:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "–ffnen von '%s' schlug fehl: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "Hinzufĵgen von Server-Event-Callback fehlgeschlagen" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "Socket: %s" -#: qemud/qemud.c:574 -#, c-format -msgid "bind: %s" -msgstr "" - -#: qemud/qemud.c:581 +#: qemud/qemud.c:602 #, fuzzy, c-format -msgid "listen: %s" -msgstr "Socket fĵr eingehende Verbindungen geschlossen" +msgid "bind: %s" +msgstr "bind: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:609 +#, c-format +msgid "listen: %s" +msgstr "Horchen: %s" + +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Netzwerk wurde nicht gefunden: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "Resultierender Pfad zu lang fĵr Buffer in qemudInitPaths()" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "Speicherzuweisung gescheitert" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "FTP-Engine konnte nicht initialisiert werden." -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Verbindungsaufbau zum Hypervisor schlug fehl" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "remoteCheckDN: fehlgeschlagen: Client-DN ist %s" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate: ĵberprĵfen fehlgeschlagen: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "remoteCheckCertificate: Das Client-Zertifikat ist nicht trusted." -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" +"remoteCheckCertificate: Das Client-Zertifikat hat einen unbekannten " +"Herausgeber." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: Das Client-Zertifikat wurde zurĵckgezogen." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: Das Client-Zertifikat benutzt einen unsicheren " +"Algorithmus." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: Zertifikat ist nicht X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate: Keine Peers" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init fehlgeschlagen" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: Das Client-Zertifikat ist abgelaufen" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" +"remoteCheckCertificate: Das Client-Zertifikat wurde noch nicht aktiviert" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -331,451 +336,483 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" +"remoteCheckCertificate:œberprĵfung des Client-Zertifikat fehlgeschlagen" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "Clientobjekt-Erzeugung fehlgeschlagen: %s\n" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, c-format msgid "Failed to accept connection: %s" msgstr "Verbindung akzeptieren fehlgeschalgen: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "Schalten PolicyKit-Authentifizierung fĵr privilegierten Client %d aus " -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "TLS-Handshake fehlgeschalgen: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "lese: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "schreibe: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "Speicherzuweisung gescheitert" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "Speicherzuweisung gescheitert" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, 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:1807 +#: qemud/qemud.c:1892 #, 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:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "remoteReadConfigFile: %s\n" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" "remoteReadConfigFile: %s: %s: nicht unterstĵtzte Authentifizierung %s\n" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "Kann Gruppe nicht setzen, wenn nicht als root ausgefĵhrt" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Fehler bei der Erzeugung der Einstiegsgruppe: %s\n" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Fehler beim Parsen der Adresse '%s'\n" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Konnte keine anonyme Unix-Pipe erstellen" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Fehler bei der Erzeugung der Einstiegsgruppe: %s\n" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "xdr_remote_message_header" -#: qemud/remote.c:110 +#: qemud/remote.c:117 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:117 +#: qemud/remote.c:124 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "Richtung (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "Status (%d) != REMOTE_OK" -#: qemud/remote.c:145 +#: qemud/remote.c:152 msgid "authentication required" msgstr "Authentifikation benĥtigt" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, c-format msgid "unknown procedure: %d" msgstr "unbekannte Prozedur: %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 msgid "parse args failed" msgstr "Parsen der Argumente fehlgeschlagen" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "Dummy-L¤nge" -#: qemud/remote.c:211 +#: qemud/remote.c:218 #, fuzzy msgid "serialise reply header" msgstr "Spaltenkopf einer Tabelle" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 #, fuzzy msgid "serialise return struct" msgstr "Eingabe" -#: qemud/remote.c:275 +#: qemud/remote.c:282 #, fuzzy msgid "serialise return error" msgstr "Fehler beim Exportieren der Einstellungen" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 #, fuzzy msgid "serialise return length" msgstr "Content-Length ungĵltig" -#: qemud/remote.c:424 +#: qemud/remote.c:446 #, fuzzy msgid "connection already open" msgstr "Servermanager bereits geĥffnet" -#: qemud/remote.c:450 +#: qemud/remote.c:468 msgid "connection not open" msgstr "Verbindung nicht offen" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "&Zeitĵberschreitung nach" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "Domain nicht gefunden" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "nparams zu lang" -#: qemud/remote.c:742 +#: qemud/remote.c:777 msgid "unknown type" msgstr "unbekannter Typ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "Grĥsse > Maximale Buffer-Grĥsse" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "Netzwerk nicht gefunden" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, c-format msgid "Cannot resolve address %d: %s" msgstr "Kann Adresse nicht auflĥsen %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Fehler beim Erzeugen des Adress-Auflĥsers: %s\n" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "Fehler beim Erzeugen des Adress-Auflĥsers: %s\n" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, fuzzy, c-format msgid "sasl context setup failed %d (%s)" msgstr "Erwerb des neuen Kontexts fehlgeschlagen.\n" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "Farbtabelleneintr¤ge konnten nicht bereitgestellt werden" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "kein Client-Benutzername gefunden" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "zu wenig Arbeitsspeicher" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "Start von sasl fehlgeschlagen %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "sasl step fehlgeschlagen %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "Prĵfe PID %d l¤uft als %d" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Erstellung des DDE-Zeichenkette gescheitert" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Erwerb des neuen Kontexts fehlgeschlagen.\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" msgstr "storage_pool nicht gefunden" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" msgstr "storage_vol nicht gefunden" +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Ger¤t nicht gefunden: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "Ungĵltiges UUID-Element" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (Langwort)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (Langwort)" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -814,8 +851,8 @@ msgstr "erwarte ein Trennzeichen" msgid "expecting an assignment" msgstr "erwarte eine Anweisung" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "Puffer zuweisen" @@ -857,914 +894,975 @@ msgstr "Fehler beim Lesen der Eingabe: %s\n" msgid "failure writing output: %s\n" msgstr "Fehler beim Schreiben der Ausgabe: %s\n" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "Unbekannter Typ '%s'" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "Unbekanntes Boot-Ger¤t`%s'" - -#: src/domain_conf.c:588 -#, c-format -msgid "Invalid floppy device name: %s" -msgstr "Ungĵltiger Floppy-Ger¤tenamen: %s" - -#: src/domain_conf.c:602 -#, fuzzy, c-format -msgid "Invalid harddisk device name: %s" -msgstr "Name des gewĵnschten Anzeigeger¤tes" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "Unbekannter Auth-Typ '%s'" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "Ungĵltiger Bus-Typ: %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "Unbekannter Auth-Typ '%s'" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "Unbekannter Auth-Typ '%s'" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "fehlende Quellinformationen fĵr das Ger¤t" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "fehlende Quellinformationen fĵr das Ger¤t" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "fehlende Quellinformationen fĵr das Ger¤t" - -#: src/domain_conf.c:1247 -msgid "missing input device type" -msgstr "Fehlender Eingabeger¤t-Typ" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "Unbekanntes Boot-Ger¤t`%s'" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "Unbekannter Auth-Typ '%s'" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "PS/2 unterstĵtzt %s-Eingabeger¤t nicht" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "Nicht unterstĵtzter Eingabe-Bus %s" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "Nicht unterstĵtzter Eingabeger¤te-Typ %s" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "Fehlender Eingabeger¤t-Typ" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unbekannter Ger¤te-Typ" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "kann Konfiguration nicht entfernen fĵr %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "Typ des RAS-Bilds unbekannt" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "kann verzeichnis nicht lesen %s: %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Kann Ger¤t nicht ĥffnen %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "kann nicht lesen %s: %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Kann Ger¤t nicht ĥffnen %s" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "Unbekannter Auth-Typ '%s'" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "fehlendes \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "Quellen-Host fehlt" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "Unbekanntes Boot-Ger¤t`%s'" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "Unbekanntes Boot-Ger¤t`%s'" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "Quellen-Host fehlt" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unbekannter Host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "Unkannter Authentifikationstyps %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -msgid "missing root element" -msgstr "Fehlendes root-Element" - -#: src/domain_conf.c:1672 -msgid "unknown device type" -msgstr "unbekannter Ger¤te-Typ" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "Knotenzuweisung schlug fehl" - -#: src/domain_conf.c:1706 -msgid "missing domain type attribute" -msgstr "Fehlendes Domain-Typ-Attribut" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "Ungĵltiger Domain-Typ" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, c-format -msgid "Failed to generate UUID: %s" -msgstr "UUID generieren fehlgeschlagen: %s" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -#, fuzzy -msgid "malformed uuid element" -msgstr "Element-Seitenverh¤ltnis" - -#: src/domain_conf.c:1745 -msgid "missing memory element" -msgstr "Fehlendes Speicher-Element" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "Unerwartete Daten '%s'" - -#: src/domain_conf.c:1815 -msgid "no OS type" -msgstr "Kein OS-Typ" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "Nicht unterstĵtzte Architektur" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "Quellen-Ger¤t fehlt" - -#: src/domain_conf.c:1904 -#, c-format -msgid "unknown boot device '%s'" -msgstr "Unbekanntes Boot-Ger¤t`%s'" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "Nicht unterstĵtzter Laufwerkstyp %s" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Kann die Datei nicht bearbeiten" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Erzeugen eines Dom¤nenbrowser fehlgeschlagen: %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -msgid "incorrect root element" -msgstr "Nicht richtiges root-Element" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "Topologie-Syntaxfehler beim Cpuset" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "Unerwarteter Dict-Knoten" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "Standard-Transfertyp:" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "Unerwarteter Werte-Knoten" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, fuzzy, c-format -msgid "cannot create config directory %s: %s" -msgstr "Datenbankverzeichnis kann nicht erstellt werden!" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, c-format -msgid "cannot create config file %s: %s" -msgstr "kann Konfigurationsdatei nicht erstelllen %s: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, c-format -msgid "cannot write config file %s: %s" -msgstr "kann Konfigurationsdatei nicht schreiben %s: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "kann Konfigurationsdatei nicht speichern %s: %s" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Datei Âğ%sÂĞ konnte nicht geĥffnet werden: %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "kann Konfiguration nicht entfernen fĵr %s" - -#: src/domain_conf.c:3443 -msgid "unknown virt type" -msgstr "unbekannter virt-Typ" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "Verbindung zuweisen" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "Domain zuweisen" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "Hinzufĵgen der Domain zur Verbindungs-Hashtabelle schlug fehl" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "Fehlende Domain in Verbindungs-Hashtabelle" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "Netzwerk zuweisen" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "Hinzufĵgen des Netzwerks zur Verbindungs-Hashtabelle schlug fehl" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "Fehlendes Netzwerk in Verbindungs-Hashtabelle" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "Fehler beim Reservieren des Speichers.\n" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "Hinzufĵgen des Netzwerks zur Verbindungs-Hashtabelle schlug fehl" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "Fehlende Domain in Verbindungs-Hashtabelle" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "Fehler beim Reservieren des Speichers.\n" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "Hinzufĵgen des Netzwerks zur Verbindungs-Hashtabelle schlug fehl" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "Fehlende Domain in Verbindungs-Hashtabelle" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "Fehler beim Reservieren des Speichers.\n" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "Knoteninhalt wird kopiert" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "Hinzufĵgen des Netzwerks zur Verbindungs-Hashtabelle schlug fehl" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "Fehlende Domain in Verbindungs-Hashtabelle" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "Unbekannter Typ '%s'" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "Unbekanntes Boot-Ger¤t`%s'" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "Ungĵltiger Floppy-Ger¤tenamen: %s" + +#: src/domain_conf.c:617 +#, fuzzy, c-format +msgid "Invalid harddisk device name: %s" +msgstr "Name des gewĵnschten Anzeigeger¤tes" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "Unbekannter Auth-Typ '%s'" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "Ungĵltiger Bus-Typ: %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "Unbekannter Auth-Typ '%s'" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "Unbekannter Auth-Typ '%s'" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "Modell-Name enth¤lt ungĵltige Zeichen" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "fehlende Quellinformationen fĵr das Ger¤t" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "fehlende Quellinformationen fĵr das Ger¤t" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "fehlende Quellinformationen fĵr das Ger¤t" + +#: src/domain_conf.c:1242 +msgid "missing input device type" +msgstr "Fehlender Eingabeger¤t-Typ" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "Unbekanntes Boot-Ger¤t`%s'" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "Unbekannter Auth-Typ '%s'" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "PS/2 unterstĵtzt %s-Eingabeger¤t nicht" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "Nicht unterstĵtzter Eingabe-Bus %s" + +#: src/domain_conf.c:1281 +#, fuzzy, c-format +msgid "xen bus does not support %s input device" +msgstr "Nicht unterstĵtzter Eingabeger¤te-Typ %s" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "Fehlender Eingabeger¤t-Typ" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unbekannter Ger¤te-Typ" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "kann Konfiguration nicht entfernen fĵr %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "Unbekannter Audio-Modell-Typ" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "kann verzeichnis nicht lesen %s: %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Kann Ger¤t nicht ĥffnen %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "kann nicht lesen %s: %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Kann Ger¤t nicht ĥffnen %s" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "Unbekannter Auth-Typ '%s'" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "fehlendes \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "Quellen-Host fehlt" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "Unbekanntes Boot-Ger¤t`%s'" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "Unbekanntes Boot-Ger¤t`%s'" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "Quellen-Host fehlt" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unbekannter Host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "Unkannter Authentifikationstyps %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +msgid "missing root element" +msgstr "Fehlendes root-Element" + +#: src/domain_conf.c:1668 +msgid "unknown device type" +msgstr "unbekannter Ger¤te-Typ" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "Knotenzuweisung schlug fehl" + +#: src/domain_conf.c:1711 +msgid "missing domain type attribute" +msgstr "Fehlendes Domain-Typ-Attribut" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "Ungĵltiger Domain-Typ" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format +msgid "Failed to generate UUID: %s" +msgstr "UUID generieren fehlgeschlagen: %s" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +#, fuzzy +msgid "malformed uuid element" +msgstr "Element-Seitenverh¤ltnis" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "Fehlendes Speicher-Element" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "Unerwartete Daten '%s'" + +#: src/domain_conf.c:1820 +msgid "no OS type" +msgstr "Kein OS-Typ" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "Nicht unterstĵtzte Architektur" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "Quellen-Ger¤t fehlt" + +#: src/domain_conf.c:1912 +#, c-format +msgid "unknown boot device '%s'" +msgstr "Unbekanntes Boot-Ger¤t`%s'" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:1952 +#, fuzzy +msgid "cannot extract filesystem devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:1990 +#, fuzzy +msgid "cannot extract parallel devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "bind: %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Erzeugen eines Dom¤nenbrowser fehlgeschlagen: %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "Nicht richtiges root-Element" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "Topologie-Syntaxfehler beim Cpuset" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "Unerwarteter Dict-Knoten" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "Standard-Transfertyp:" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "Unerwarteter Werte-Knoten" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, fuzzy, c-format +msgid "cannot create config directory %s: %s" +msgstr "Datenbankverzeichnis kann nicht erstellt werden!" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format +msgid "cannot create config file %s: %s" +msgstr "kann Konfigurationsdatei nicht erstelllen %s: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format +msgid "cannot write config file %s: %s" +msgstr "kann Konfigurationsdatei nicht schreiben %s: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "kann Konfigurationsdatei nicht speichern %s: %s" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Verzeichnis '%s' konnte nicht geĥffnet werden: %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "kann Konfiguration nicht entfernen fĵr %s" + +#: src/domain_conf.c:3434 +msgid "unknown virt type" +msgstr "unbekannter virt-Typ" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 msgid "Failed to run '" msgstr "Laufen fehlgeschlagen '" -#: src/iptables.c:152 +#: src/iptables.c:150 msgid "Failed to read " msgstr "Lesen fehlgeschlagen" -#: src/iptables.c:180 +#: src/iptables.c:178 msgid "Failed to write to " msgstr "Schreiben fehlgeschlagen zu" -#: src/iptables.c:245 +#: src/iptables.c:243 #, c-format msgid "Failed to create directory %s : %s" msgstr "Das Verzeichnis erzeugen fehlgeschlagen %s : %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "Konnte semanage-Verbindung nicht herstellen" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "Filtername schon vorhanden" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Verbindung akzeptieren fehlgeschalgen: %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "Domaininformation inkorrekt, domid nicht numerisch" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "Domaininformation inkorrekt, domid nicht numerisch" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "Pfad is NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "Flag muss Null sein" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "Buffer ist NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "Buffer ist NULL, aber Grĥsse ist nicht null" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "Fehler w¤hrend des Neuladen der Treiber" + +#: src/lxc_container.c:122 #, c-format msgid "setsid failed: %s" msgstr "setsid fehlgeschlagen: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "ioctl(TIOCSTTY) fehlgeschlagen: %s" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, c-format msgid "dup2(stdin) failed: %s" msgstr "dup2(stdin) fehlgeschlagen: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, c-format msgid "dup2(stdout) failed: %s" msgstr "dup2(stdout) fehlgeschlagen: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, c-format msgid "dup2(stderr) failed: %s" msgstr "dup2(stderr) fehlgeschlagen: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "Speicherzuweisung gescheitert" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "" "Fehler beim Erstellen eines Sockets fĵr die Datenĵbertragungen, Aktion " "abgebrochen" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "" "Fehler beim Erstellen eines Sockets fĵr die Datenĵbertragungen, Aktion " "abgebrochen" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Âğ%sÂĞ konnte nicht zum Schreiben geĥffnet werden: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Âğ%sÂĞ konnte nicht zum Schreiben geĥffnet werden: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Âğ%sÂĞ konnte nicht zum Schreiben geĥffnet werden: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Erzeugen des Pools %s fehlgeschlagen" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "Datei Âğ%sÂĞ konnte nicht geĥffnet werden: %s" +msgstr "Verzeichnis '%s' konnte nicht geĥffnet werden: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Âğ%sÂĞ konnte nicht zum Schreiben geĥffnet werden: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "lxcChild() ĵbergab ungĵltige VM-Definition" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, c-format msgid "open(%s) failed: %s" msgstr "open(%s) fehlgeschlagen: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, c-format msgid "clone() failed, %s" msgstr "clone() fehlgeschlagen, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Es konnte nicht aus der Datei Âğ%sÂĞ gelesen werden: %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Erzeugen des Socket fehlgeschlagen: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Erzeugen des Socket fehlgeschlagen: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "" "Fehler beim Erstellen eines Sockets fĵr die Datenĵbertragungen, Aktion " "abgebrochen" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "" "Fehler beim Erstellen eines Sockets fĵr die Datenĵbertragungen, Aktion " "abgebrochen" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, c-format msgid "read of fd %d failed: %s" msgstr "lesen von fd %d fehlgeschlagen: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, c-format msgid "write to fd %d failed: %s" msgstr "schreiben auf fd %d fehlgeschlagen: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, c-format msgid "epoll_create(2) failed: %s" msgstr "epoll_create(2) fehlgeschlagen: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "epoll_ctl(fd1) fehlgeschlagen: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "epoll_ctl(fd1) fehlgeschlagen: %s" -#: src/lxc_controller.c:254 -#, fuzzy, c-format +#: src/lxc_controller.c:324 +#, c-format msgid "error event %d" -msgstr "Ereignis-Reihenfolge" +msgstr "Fehler-Ereignis %d" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, c-format msgid "epoll_wait() failed: %s" msgstr "epoll_wait() fehlgeschlagen: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Abruf der Schnittstellenstatistiken %s %s gescheitert" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "unlockpt fehlgeschlagen: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "Knotenzuweisung schlug fehl" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "Schreiben in die PID-Datei fehlgeschlagen '%s' : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "Fehler beim Schreiben der Log-Datei" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "Konnte Zwischenablage nicht schlieŸen." -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Netzwerk wurde nicht gefunden: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "Speicherzuweisung gescheitert" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, 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:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "Kann keine aktive DFœ-Verbindung finden: %s" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "Kann keine aktive DFœ-Verbindung finden: %s" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Âğ%sÂĞ konnte nicht zum Schreiben geĥffnet werden: %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "Skript zur œberbrĵckung einer Netzwerkschnittstelle" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Fehler beim Anh¤ngen des Ger¤ts von %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "Knotenzuweisung schlug fehl" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "" "Fehler beim Erstellen eines Sockets fĵr die Datenĵbertragungen, Aktion " "abgebrochen" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "Speicherzuweisung gescheitert" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Erzeugen des Socket fehlgeschlagen: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Verbindung zum Xen-Store scheiterte" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ungĵltiger Domain-Zeiger in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Konnte keine PID von Sperr-Datei lesen." -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Kann die Datei nicht bearbeiten" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "Datenbankverzeichnis kann nicht erstellt werden!" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "Datei Âğ%sÂĞ konnte nicht geĥffnet werden: %s" +msgstr "Verzeichnis '%s' konnte nicht geĥffnet werden: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "–ffnen der PID-Datei fehlgeschlagen '%s' : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "Domain-Name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format msgid "no domain with id %d" msgstr "keine Domain mit ID %d" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Namen" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "unbekannte Prozedur: %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Fortsetzen der Domain %s gescheitert" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ungĵltiger Pfad: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "Ungĵltiger Parameter fĵr PrintDlgEx" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1794,8 +1892,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "Unbekannter Auth-Typ '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, fuzzy, c-format msgid "cannot create autostart directory %s: %s" msgstr "Datenbankverzeichnis kann nicht erstellt werden!" @@ -1805,312 +1903,519 @@ msgstr "Datenbankverzeichnis kann nicht erstellt werden!" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "Keine Konfigurationsdatei fĵr %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "kann Konfiguration nicht entfernen fĵr %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "kann Konfiguration nicht entfernen fĵr %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "Netzwerk-Dateinamen auflĥsen" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "ungĵltige MAC-Adresse" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "MAC-Adresse" - -#: src/openvz_conf.c:327 -msgid "popen failed" -msgstr "popen fehlgeschlagen" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Parsen der Port-Nummer fehlgeschlagen: %s\n" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "Ungĵltiges tsflag in Konfigurationsdatei: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "kann Konfiguration nicht entfernen fĵr %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain l¤uft nicht" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -#, fuzzy -msgid "only one filesystem supported" -msgstr "Ungĵltiger Dateisystem-Typ" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "Verbindung mit %s fehlgeschlagen" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "Kann keine aktive DFœ-Verbindung finden: %s" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain l¤uft nicht" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "Verbindung mit %s fehlgeschlagen" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "Konnte semanage-Verbindung nicht herstellen" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "Verbindung mit %s fehlgeschlagen" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "Anzahl der virtuellen CPUs ¤ndern" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "Keine Domain mit ĵbereinstimmender ID" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain l¤uft nicht" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "Konnte semanage-Verbindung nicht herstellen" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, c-format -msgid "unknown type '%s'" -msgstr "Unbekannter Typ '%s'" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "Konnte semanage-Verbindung nicht herstellen" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Schliessen des Sockets %d scheiterte\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Lesen des Sockets %d scheiterte\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Schreiben des Sockets %d scheiterte\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Kommunikationsfehler mit dem Proxy: erhielt %d Bytes von %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Kommunikationsfehler mit dem Proxy: erwartete %d Bytes, erhielt %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Kommunikationsfehler mit dem Proxy: erhielt %d Bytes Paket\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Kommunikationsfehler mit dem Proxy: fehlerhaftes Paket\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "erhielt asynchrone Paketnummer %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "Knotenzuweisung schlug fehl" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "Bildpuffer von %u Byte konnte nicht bereitgestellt werden" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Kann keinen Font-Knoten '%s' finden." - -#: src/qemu_conf.c:550 -#, c-format -msgid "Network '%s' not found" -msgstr "Netzwerk '%s' nicht gefunden" - -#: src/qemu_conf.c:555 -#, c-format -msgid "Network '%s' not active" -msgstr "Netzwerk '%s' nicht aktiv" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Bildtyp Âğ%sÂĞ wird nicht unterstĵtzt" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Kann SciTech MGL nicht initialisieren !" - -#: src/qemu_conf.c:590 -#, 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:594 -#, 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:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "Knotenzuweisung schlug fehl" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "Nicht unterstĵtzter Laufwerkstyp %s" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, c-format -msgid "unsupported disk type '%s'" -msgstr "Nicht unterstĵtzter Laufwerkstyp %s" - -#: src/qemu_conf.c:1181 -msgid "invalid sound model" -msgstr "Ungĵltiges Audio-Modell" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "Speicherzuweisung gescheitert" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "Konnte Zwischenablage nicht schliessen." - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Erzeugen eines Dom¤nenbrowser fehlgeschlagen: %s" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" -msgstr "Verzeichnis konnte nicht gewechselt werden" +msgstr "Autostart von Netzwerk '%s' fehlgeschlagen: %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Verzeichnis konnte nicht gewechselt werden" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Netzwerk wurde nicht gefunden: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" -msgstr "&Zeitĵberschreitung nach" +msgstr "Kein Speicher mehr iin asprintf" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 #, fuzzy -msgid "qemudStartup: out of memory\n" -msgstr "œbersetzungsspeicher aktualisieren" +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: Kein Speicher mehr" -#: src/qemu_driver.c:296 +#: src/network_driver.c:197 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Neuladen der iptables-Regeln" -#: src/qemu_driver.c:434 +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "Knotenzuweisung schlug fehl" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"Hinzufĵgen der iptables-Regel fĵr Weiterleitung fehlgeschlagen von '%s' : %" +"s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"Hinzufĵgen der iptables-Regel fĵr Weiterleitung fehlgeschlagen zu %s : %s\n" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "Knotenzuweisung schlug fehl" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "Netzwerk ist bereits aktiv" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Kann SciTech MGL nicht initialisieren !" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "Kann Bridge '%s' nicht erzeugen: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Setze Global auf still" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Setze Global auf still" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Konnte Fehlerberichtsverzeichnis \"%s\" nicht aufr¤umen." + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "Aktivieren der IP-Weiterleitung fehlgeschlagen : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "–ffnen von '%s' schlug fehl: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Verzeichnis konnte nicht gewechselt werden" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "Netzwerk '%s' herunterfahren" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "Unerwarteter Dict-Knoten" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +#, 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:830 +#, 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:984 +#, fuzzy +msgid "network is still active" +msgstr "Netzwerk ist bereits aktiv" + +#: src/network_driver.c:1045 +#, 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:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "Knotenzuweisung schlug fehl" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Verzeichnis konnte nicht gewechselt werden" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "Kein Domain mit ĵbereinstimmendem Namen" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Kann laufende %s Hypervisorversion nicht ermitteln\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "Netzwerk-Dateinamen auflĥsen" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ungĵltige MAC-Adresse" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-Adresse" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +msgid "popen failed" +msgstr "popen fehlgeschlagen" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Parsen der Port-Nummer fehlgeschlagen: %s\n" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "Ungĵltiges tsflag in Konfigurationsdatei: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "kann Konfiguration nicht entfernen fĵr %s" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain l¤uft nicht" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +#, fuzzy +msgid "only one filesystem supported" +msgstr "Ungĵltiger Dateisystem-Typ" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "Verbindung mit %s fehlgeschlagen" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "Kann keine aktive DFœ-Verbindung finden: %s" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain l¤uft nicht" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "Verbindung mit %s fehlgeschlagen" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "Verbindung mit %s fehlgeschlagen" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "kann Konfiguration nicht entfernen fĵr %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "Konnte semanage-Verbindung nicht herstellen" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "Anzahl der virtuellen CPUs ¤ndern" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "Keine Domain mit ĵbereinstimmender ID" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain l¤uft nicht" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "Konnte semanage-Verbindung nicht herstellen" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format +msgid "unknown type '%s'" +msgstr "Unbekannter Typ '%s'" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "Konnte semanage-Verbindung nicht herstellen" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Schliessen des Sockets %d scheiterte\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Lesen des Sockets %d scheiterte\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Schreiben des Sockets %d scheiterte\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Kommunikationsfehler mit dem Proxy: erhielt %d Bytes von %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Kommunikationsfehler mit dem Proxy: erwartete %d Bytes, erhielt %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Kommunikationsfehler mit dem Proxy: erhielt %d Bytes Paket\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Kommunikationsfehler mit dem Proxy: fehlerhaftes Paket\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "erhielt asynchrone Paketnummer %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "Knotenzuweisung schlug fehl" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "Bildpuffer von %u Byte konnte nicht bereitgestellt werden" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "Knotenzuweisung schlug fehl" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Kann keinen Font-Knoten '%s' finden." + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "Netzwerk '%s' nicht gefunden" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Netzwerk '%s' nicht aktiv" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Bildtyp Âğ%sÂĞ wird nicht unterstĵtzt" + +#: src/qemu_conf.c:585 +#, 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:589 +#, 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:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "Knotenzuweisung schlug fehl" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "Nicht unterstĵtzter Laufwerkstyp %s" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format +msgid "unsupported disk type '%s'" +msgstr "Nicht unterstĵtzter Laufwerkstyp %s" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "Ungĵltiges Audio-Modell" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "Speicherzuweisung gescheitert" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, 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:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "Setzen des non-blocking-Dateibeschreiber-Flag fehlgeschlagen" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Autostart VM '%s' fehlgeschlagen: %s" + +#: src/qemu_driver.c:241 +#, fuzzy +msgid "qemudStartup: out of memory\n" +msgstr "qemudStartup: Kein Speicher mehr" + +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2119,1345 +2424,1306 @@ msgstr "" "QEMU beendet w¤hrend %s Start\n" "%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, fuzzy, c-format msgid "Failure while reading %s startup output: %s" msgstr "C-Header-Datei ausgeben" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, 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:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Konnte Zwischenablage nicht schlieŸen." -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "Farbtabelleneintr¤ge konnten nicht bereitgestellt werden" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "Konnte Dateien nicht in die Zwischenablage kopieren." -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "Aktion TIFFClose gescheitert" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" msgstr "VM ist bereits aktiv" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "Konfigurationsdatei-Pfad ist zu lang: %s/%s.log" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "Konnte Zwischenablage nicht schliessen." -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Kann keinen Font-Knoten '%s' finden." -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "Fehler beim Schreiben der Log-Datei" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Fehler beim Schreiben der Log-Datei" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "VM '%s' herunterfahren" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Konnte Zwischenablage nicht schlieŸen." -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Unerwarteter Dict-Knoten" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "Knotenzuweisung schlug fehl" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "" -"Hinzufĵgen der iptables-Regel fĵr Weiterleitung fehlgeschlagen von '%s' : %" -"s\n" - -#: src/qemu_driver.c:1274 -#, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "" -"Hinzufĵgen der iptables-Regel fĵr Weiterleitung fehlgeschlagen zu %s : %s\n" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "Knotenzuweisung schlug fehl" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" - -#: src/qemu_driver.c:1508 -msgid "network is already active" -msgstr "Netzwerk ist bereits aktiv" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "Kann neuen Filter nicht erstellen" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Setze Global auf still" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Setze Global auf still" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Konnte Fehlerberichtsverzeichnis \"%s\" nicht aufr¤umen." - -#: src/qemu_driver.c:1562 -#, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "Aktivieren der IP-Weiterleitung fehlgeschlagen : %s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "–ffnen von '%s' schlug fehl: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Verzeichnis konnte nicht gewechselt werden" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "Netzwerk '%s' herunterfahren" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "Unerwarteter Dict-Knoten" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Kann TTY-Label nicht wiederherstellen...\n" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Speicherzuweisung gescheitert" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 -#, fuzzy +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "Servername nicht unterstĵtzt fĵr ai_socktype" +msgstr "NUMA wird auf diesem Rechner nicht unterstĵtzt" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA freier Speicher" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "Domain %s existiert bereits" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "Domain %s existiert bereits" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "Keine Domain mit ĵbereinstimmender ID %d" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" msgstr "Domain l¤uft nicht" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 msgid "suspend operation failed" msgstr "Suspend-Operation gescheitert" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" msgstr "Herunterfahren-Operation gescheitert" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "Knotenzuweisung schlug fehl" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 -#, fuzzy, c-format +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 +#, c-format msgid "no domain with matching uuid '%s'" -msgstr "" -"Es wurde keine Anwendung namens Âğ%sÂĞ gefunden, die ein Lesezeichen fĵr Âğ%" -"sÂĞregistriert hat." +msgstr "Kein Doamin mit ĵbereinstimmender UUID '%s'" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Name der inaktiven Domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Erzeugen eines Dom¤nenbrowser fehlgeschlagen: %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "TIFF-Bild konnte nicht gespeichert werden" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "zu wenig Arbeitsspeicher" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "Aktion TIFFClose gescheitert" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "'info blockstats' nicht unterstĵtzt von diesem qemu" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "Name der inaktiven Domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "Eine inaktive Domain undefinieren" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, fuzzy, c-format msgid "vcpu number out of range %d > %d" msgstr "Ganzzahliger Wert Âğ%sÂĞ ist auŸerhalb des Wertebereiches." -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Eigener Filtersatz" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "Bildtyp Âğ%sÂĞ wird nicht unterstĵtzt" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Bekomme den Hostnamen nicht" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "Domain-Definitionsdatei laden" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "XPM-Farbtabelle konnte nicht gelesen werden" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "Es konnte nicht aus der Datei Âğ%sÂĞ gelesen werden: %s" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 #, fuzzy msgid "image magic is incorrect" msgstr "Bildtyp Âğ%sÂĞ wird nicht unterstĵtzt" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, fuzzy, c-format msgid "image version is not supported (%d > %d)" msgstr "Bildtyp Âğ%sÂĞ wird nicht unterstĵtzt" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 msgid "failed to read XML" msgstr "Lesen von XML fehlgeschlagen" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Fehler beim Parsen der Adresse '%s'\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain ist bereits aktiv" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Erwerb des neuen Kontexts fehlgeschlagen.\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 msgid "failed to start VM" msgstr "Start VM fehlgeschlagen" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Erzeugen eines Dom¤nenbrowser fehlgeschlagen: %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Speicherzuweisung gescheitert" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "Nicht unterstĵtzter Laufwerkstyp %s" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "kann CDROM-Medium nicht wechseln" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 #, fuzzy msgid "changing cdrom media failed" msgstr "kann CDROM-Medium nicht wechseln" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "Speicher-Volumen bereits vorhanden" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "kann nicht lesen %s: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "Domain %s existiert bereits" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "Host-Definitionsdatei laden" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "Host-Definitionsdatei laden" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "Eine inaktive Domain undefinieren" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 #, fuzzy msgid "this device type cannot be attached" msgstr "nur CDROM-Laufwerke kĥnnen angeh¤ngt werden" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Domain nicht gefunden" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Erzeugen eines Dom¤nenbrowser fehlgeschlagen: %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +#, 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:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "Name der inaktiven Domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Verzeichnis konnte nicht gewechselt werden" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, c-format msgid "invalid path: %s" msgstr "ungĵltiger Pfad: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 #, fuzzy msgid "'info blockstats' command failed" msgstr "Fehler beim Senden des Befehls." -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "'info blockstats' nicht unterstĵtzt von diesem qemu" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, c-format msgid "device not found: %s (%s)" msgstr "Ger¤t nicht gefunden: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "NULL oder leerer Pfad" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" msgstr "ungĵltiger Pfad" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "QEMU-Treiber unterstĵtzt nur virtuelle Speicher-Adressen" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "LVS-Befehl fehlgeschlagen" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "no network with matching uuid" +msgid "no domain XML passed" +msgstr "Knoten Domain-Liste" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -"Es wurde keine Anwendung namens Âğ%sÂĞ gefunden, die ein Lesezeichen fĵr Âğ%" -"sÂĞregistriert hat." -#: src/qemu_driver.c:3717 -#, fuzzy -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -"Es wurde keine Anwendung namens Âğ%sÂĞ gefunden, die ein Lesezeichen fĵr Âğ%" -"sÂĞregistriert hat." -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "Netzwerk ist bereits aktiv" +msgid "could not generate random UUID" +msgstr "UUID generieren fehlgeschlagen" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "" -"Es wurde keine Anwendung namens Âğ%sÂĞ gefunden, die ein Lesezeichen fĵr Âğ%" -"sÂĞregistriert hat." - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "Knotenzuweisung schlug fehl" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "Domain ist bereits aktiv" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "Start VM fehlgeschlagen" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "Operation schlug fehl: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "Kein Domain mit ĵbereinstimmendem Namen" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Netzwerk wurde nicht gefunden" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Kann TTY-Label nicht wiederherstellen...\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Kann TTY-Label nicht wiederherstellen...\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Kann TTY-Label nicht wiederherstellen...\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Erzeugen des Socket fehlgeschlagen: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Erzeugen des Socket fehlgeschlagen: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Abrufen der URI scheiterte" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "Domain zuweisen" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "&Persĥnliche Daten lĥschen..." -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "Kann keinen Speicher fĵr new_context zuweisen" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "Kann TTY-Label nicht wiederherstellen...\n" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Laden der DLL '%s' gescheitert" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "Einstellung von PAM_TTY fehlgeschlagen\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Einstellung von PAM_TTY fehlgeschlagen\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "Clientobjekt-Erzeugung fehlgeschlagen: %s\n" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Kann TTY-Label nicht wiederherstellen...\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "Clientobjekt-Erzeugung fehlgeschlagen: %s\n" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Kann neuen Filter nicht erstellen" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" msgstr "Ungĵltiger Ger¤tetyp: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 #, fuzzy msgid "The certificate is not trusted." msgstr "Das Zertifikat ist momentan nicht aktiviert" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 #, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "Das Zertifikat ist momentan nicht aktiviert" +msgstr "" +"remoteCheckCertificate: Das Client-Zertifikat hat einen unbekannten " +"Herausgeber." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 #, fuzzy msgid "The certificate has been revoked." msgstr "Das Zertifikat ist abgelaufen" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 #, fuzzy msgid "The certificate uses an insecure algorithm" -msgstr "Das Zertifikat ist momentan nicht aktiviert" +msgstr "" +"remoteCheckCertificate: Das Client-Zertifikat benutzt einen unsicheren " +"Algorithmus." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "Zertifikatstyp ist nicht X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "gnutls_certificate_get_peers fehlgeschlagen" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "FTP-Engine konnte nicht initialisiert werden." -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Kann TTY-Label nicht wiederherstellen...\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "Das Zertifikat ist abgelaufen" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "Das Zertifikat ist momentan nicht aktiviert" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "Der Pfad '%s' enth¤lt zu viele \"..\"." -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "zu viele Domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "Rechner meldet zu viele vCPUs: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "zu viele Domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 #, fuzzy msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "Typ des RAS-Bilds unbekannt" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "Speicherzuweisung ¤ndern" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "Unbekannter Parametertyp" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, c-format msgid "too many remote networks: %d > %d" msgstr "zu viele Remote-Netzwerke: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "zu viele Treiber registriert" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "zu viele Treiber registriert" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "zu viele Treiber registriert" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "zu viele Treiber registriert" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "zu viele Treiber registriert" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "zu viele Treiber registriert" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "zu viele Treiber registriert" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "zu viele Treiber registriert" + +#: src/remote_internal.c:4042 #, c-format msgid "unknown authentication type %s" msgstr "Unkannter Authentifikationstyps %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, c-format msgid "unsupported authentication type %d" msgstr "Nicht unterstĵtzter Authentifikationstyps %d" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Laden der DLL '%s' gescheitert" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "%s: Fehler beim Erzeugen des Versionsatzes: %s" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Dieser Filtersatz kann nicht entfernt werden." -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Dieser Filtersatz kann nicht entfernt werden." -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "Diese Funktion wird vom Hypervisor nicht unterstĵtzt" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Domain %s konnte nicht gestartet werden" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "" "Der Versuch eines Clients, eine Verbindung herzustellen, ist gescheitert." -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Die Schrittweite der StellgrĥŸe" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "" "Der Versuch eines Clients, eine Verbindung herzustellen, ist gescheitert." -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "xdr_int (Langwort)" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 #, fuzzy msgid "xdr_int (length word, reply)" msgstr "xdr_int (Langwort)" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "Ungĵltiger Vorspann in Animation" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 #, fuzzy msgid "unmarshalling remote_error" msgstr "Fehler beim Exportieren der Einstellungen" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, fuzzy, c-format msgid "unknown status (received %x)" msgstr "Ungĵltige Daten empfangen" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 #, fuzzy msgid "socket closed unexpectedly" msgstr "Socket fĵr eingehende Verbindungen geschlossen" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "Ungĵltiger Vorspann in Animation" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ungĵltiger Domain-Zeiger in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "Knotenzuweisung schlug fehl" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "Stringkopie schlug fehl" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "Typ des RAS-Bilds unbekannt" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "Typ des RAS-Bilds unbekannt" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Konnte Datei \"%s\" nicht ĥffnen" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, fuzzy, c-format msgid "cannot stat file '%s': %s" msgstr "Kann die Datei nicht bearbeiten" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, fuzzy, c-format msgid "cannot seek to end of file '%s':%s" msgstr "Es konnte nicht zum Dateiende gesprungen werden" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "Es konnte nicht zum Dateiende gesprungen werden" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "Es konnte nicht zum Dateiende gesprungen werden" + +#: src/storage_backend.c:252 #, fuzzy, c-format msgid "cannot get file context of %s: %s" msgstr "Kein Kontext in Datei %s\n" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "Kontext" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "kann verzeichnis nicht lesen %s: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "Pfad" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "Pfad" + +#: src/storage_backend.c:389 msgid "regex" msgstr "regex" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "regex-Gruppen" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "kann fd nicht lesen" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "%s konnte nicht zum Lesen geĥffnet werden" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "n_columns zu gross" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, c-format msgid "read error: %s" msgstr "Lesefehler: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, fuzzy, c-format msgid "%s not implemented on Win32" msgstr "%s: nicht implementiert\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, fuzzy, c-format -msgid "unsupported pool format %s" -msgstr "Nicht unterstĵtztes Format in der Zwischenablage." - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, fuzzy, c-format -msgid "unsupported pool format %d" -msgstr "Nicht unterstĵtztes Format in der Zwischenablage." - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, fuzzy, c-format -msgid "unsupported volume format %s" -msgstr "Nicht unterstĵtztes Format in der Zwischenablage." - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, fuzzy, c-format -msgid "unsupported volume format %d" -msgstr "Nicht unterstĵtztes Format in der Zwischenablage." - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "Datentr¤ger" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 #, fuzzy msgid "volume extents" msgstr "Leiser" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "kann Pfad nicht erzeugen '%s': %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "kann Header nicht lesen '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "kann Header nicht lesen '%s': %s" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "ungĵltiger Pfad: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "Ungĵltiger Verbindungszeiger in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "Operation schlug fehl" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "Fehlende Einh¤nge-Quelle" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" msgstr "Gesamt" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "kann nicht lesen %s: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "Quellen-Host fehlt" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "Quellen-Pfad fehlt" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "Quellen-Ger¤t fehlt" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "Quelle" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "Quellen-Verzeichnis fehlt" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "kann Pfad nicht erzeugen '%s': %s" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" msgstr "kann Pfad nicht ĥffnen '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "Allgemeiner Name:" - -#: src/storage_backend_fs.c:868 -#, fuzzy -msgid "volume key" -msgstr "Schlĵssel entfe&rnen" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, fuzzy, c-format msgid "cannot statvfs path '%s': %s" msgstr "Ungĵltiger Pfad fĵr Servereintrag" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, fuzzy, c-format msgid "cannot unlink path '%s': %s" msgstr "Ungĵltiger Pfad fĵr Servereintrag" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "Ziel" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 #, fuzzy msgid "storage vol key" msgstr "Fingerabdruck des Server-Schlĵssels:" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, fuzzy, c-format msgid "cannot fill file '%s': %s" msgstr "Kann die Datei nicht bearbeiten" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, fuzzy, c-format msgid "cannot extend file '%s': %s" msgstr "Kann die Datei nicht bearbeiten" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, fuzzy, c-format msgid "cannot read path '%s': %s" msgstr "XPM-Farbtabelle konnte nicht gelesen werden" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "Typ des RAS-Bilds unbekannt" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, fuzzy, c-format msgid "unsupported storage vol type %d" msgstr "Kann Inhalte des nicht unterstĵtzten Typs %d nicht kopieren." -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Kann den Inhalt der Datei %s nicht ĥffnen!" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Kann den Inhalt der Datei %s nicht ĥffnen!" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, fuzzy, c-format msgid "cannot close file '%s': %s" msgstr "Kann Datei '%s' nicht schlieŸen" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, fuzzy, c-format msgid "cannot unlink file '%s': %s" msgstr "Kann die Datei nicht bearbeiten" @@ -3485,579 +3751,769 @@ msgstr "Session" msgid "cannot find session" msgstr "Kann Session nicht finden" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, c-format msgid "cannot open %s: %s" msgstr "kann nicht ĥffnen %s: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "Taste" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Desktop-Pfad konnte nicht gefunden werden" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Datei Âğ%sÂĞ konnte nicht geĥffnet werden: %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Netzwerk wurde nicht gefunden: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Fehler beim Lĥsen des Ger¤ts von %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Desktop-Pfad konnte nicht gefunden werden" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "Speicherzuweisung gescheitert" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 #, fuzzy msgid "portal" msgstr "Gesamt" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 msgid "lvs command failed" msgstr "LVS-Befehl fehlgeschlagen" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, fuzzy, c-format msgid "lvs command failed with exitstatus %d" msgstr "Befehlsausfĵhrung '%s' schlug fehl mit Fehler: %ul" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "Bekomme den Hostnamen nicht" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "Netzwerk zuweisen" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "Netzwerk zuweisen" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "Erzeugen eines Socket fehlgeschlagen" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "Befehlszeile" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "Kann Ger¤t nicht ĥffnen %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, fuzzy, c-format msgid "cannot clear device header %s" msgstr "TGA-Vorspannspeicher konnte nicht bereitgestellt werden" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "Kann Ger¤t nicht schliessen %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "Kann %s Datei nicht entfernt %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 #, fuzzy msgid "missing auth host attribute" msgstr "Zeile %d, Spalte %d: fehlendes Attribut Âğ%s" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 #, fuzzy msgid "missing auth passwd attribute" msgstr "Zeile %d, Spalte %d: fehlendes Attribut Âğ%s" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 #, fuzzy msgid "malformed octal mode" msgstr "IP fĵr aktiven Modus" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 #, fuzzy msgid "malformed owner element" msgstr "Element-Seitenverh¤ltnis" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 #, fuzzy msgid "malformed group element" msgstr "Element-Seitenverh¤ltnis" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "Farbtabelleneintr¤ge konnten nicht bereitgestellt werden" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "Unbekanntes root-Element" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "Typ des RAS-Bilds unbekannt" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "Fehlendes Namenelement" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 msgid "unable to generate uuid" msgstr "Nicht mĥglich UUID zu generieren" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "Unbekannter Auth-Typ '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "Fehlender Quellen-Hostname" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "Die Kataloge kĥnnen nicht aus den RPM-Datei extrahiert werden." -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" msgstr "Ger¤t" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "Fehlende Quellen-Ger¤t-Pfad" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "Quellen-Pfad fehlt" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "Pool-Name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, c-format msgid "unknown auth type '%s'" msgstr "Unbekannter Auth-Typ '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "Fehlender Ziel-Pfad" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "xmlXPathContext" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "Nicht unterstĵtztes Format in der Zwischenablage." + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "Unerwarteter Pool-Typ" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "xml" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "Fehlendes Besitzer-Element" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, c-format msgid "unknown size units '%s'" msgstr "Unkannte Grĥssen-Einheiten '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 #, fuzzy msgid "malformed capacity element" msgstr "Element-Seitenverh¤ltnis" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "Farbtabelleneintr¤ge konnten nicht bereitgestellt werden" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "Unbekanntes root-Element" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "Fehlendes Namenelement" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "Fehlendes Kapazit¤t-Element" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "Unbekannter Auth-Typ '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "Nicht unterstĵtztes Format in der Zwischenablage." + +#: src/storage_conf.c:1232 msgid "pool" msgstr "Pool" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "Konfigurationsdatei" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "XML generieren fehlgeschlagen" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "kann Konfiguration nicht entfernen fĵr %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "kein Pool mit passender UUID" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "Kein Pool mit ĵbereinstimmenden Namen" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "Namen" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "Speicher-Pool bereits vorhanden" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "Pool ist immer noch aktiv" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 msgid "pool already active" msgstr "Pool ist bereits aktiv" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 msgid "storage pool is already active" msgstr "Speicher-Pool ist bereits aktiv" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "Speicher-Pool ist nicht aktiv" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "Speicher-Pool ist immer noch aktiv" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "Pool hat keine Konfigurationsdatei" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "Speicher-Volumen bereits vorhanden" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "Kein Pool mit ĵbereinstimmenden Namen" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Speicher-Pool ist nicht aktiv" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Speicher-Pool ist bereits aktiv" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "Tageszeit ermitteln" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "Host-Definitionsdatei laden" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "Host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "Knoten" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "Erstelle xpath-Kontext" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "Knoten CPU-NUMA-Knoten" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "Knoten CPU-Sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "Knoten CPU-Kerne" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "Knoten CPU-Threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "Knoten aktive CPU" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "Knoten CPU Mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "Knoten Speicher" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "Knoten Domain-Liste" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "Domain-Dateiname auflĥsen" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "Knoten Domain-Liste" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "Netzwerk-Dateinamen auflĥsen" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "Knoten Domain-Liste" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "Domain-Dateiname auflĥsen" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: Pfad angeben oder test:///default verwenden" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "Domain nicht gefunden" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain l¤uft nicht" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "Kann kein Platz fĵr Metadaten zuweisen" -#: src/test.c:906 -msgid "cannot save domain" -msgstr "Kann Domain nicht speichern" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" -msgstr "Kann Header nicht schreiben" - -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "Kann Metadata nicht schreiben" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" +msgstr "" -#: src/test.c:932 src/test.c:1032 -msgid "cannot save domain data" -msgstr "Kann Domain-Daten nicht speichern" - -#: src/test.c:961 +#: src/test.c:1054 #, fuzzy msgid "incomplete save header" msgstr "Spaltenkopf einer Tabelle" -#: src/test.c:967 +#: src/test.c:1060 #, fuzzy msgid "mismatched header magic" msgstr "Spaltenkopf einer Tabelle" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "Es konnte nicht aus der Datei Âğ%sÂĞ gelesen werden: %s" -#: src/test.c:979 +#: src/test.c:1072 #, fuzzy msgid "length of metadata out of range" msgstr "Ganzzahliger Wert Âğ%sÂĞ ist auŸerhalb des Wertebereiches." -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "Unvollst¤ndige Metadaten" -#: src/test.c:1021 -msgid "cannot save domain core" -msgstr "Kann Domain-Core nicht speichern" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Domain %s nach %s gedumpt\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "Fehler beim Schreiben der xml-Datei" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain l¤uft ist bereits" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Domain l¤uft immer noch" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Das Netzwerk l¤uft immer noch" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Das Netzwerk l¤uft bereits" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "Kein Doamin mit ĵbereinstimmender UUID '%s'" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "Kein Doamin mit ĵbereinstimmender UUID '%s'" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "Speicherzuweisung gescheitert" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "Nicht unterstĵtzter Eingabeger¤te-Typ %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Kann SciTech MGL nicht initialisieren !" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Das Verzeichnis erzeugen fehlgeschlagen %s : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: Kein Speicher mehr" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "kann nicht ĥffnen %s: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Kann Session nicht finden" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Kann den Inhalt der Datei %s nicht ĥffnen!" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "kann nicht lesen %s: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "kann verzeichnis nicht lesen %s: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Kann keinen Font-Knoten '%s' finden." + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "Datenbankverzeichnis kann nicht erstellt werden!" + +#: src/uml_driver.c:784 +#, 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:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "Unerwarteter Dict-Knoten" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "kann nicht lesen %s: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Kann Datei '%s' nicht schlieŸen" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Kann neuen Filter nicht erstellen" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Kann die Datei nicht bearbeiten" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "TGA-Vorspannspeicher konnte nicht bereitgestellt werden" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "Datenbankverzeichnis kann nicht erstellt werden!" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "Sie mĵssen einen Servernamen angeben." -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "Sie mĵssen einen Servernamen angeben." -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "Sie mĵssen einen Servernamen angeben." -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "Kann die Datei nicht bearbeiten" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "Befehlszeile" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "Lesefehler: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "Hilfe ausgeben" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Gibt globale oder befehlsspezifische Hilfe aus." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "Name des Befehls" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4065,321 +4521,326 @@ msgstr "" "Befehle:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "Eine Domain automatisch starten" -#: src/virsh.c:375 +#: src/virsh.c:374 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:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "Domainname, ID oder UUID" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "Automatisches Starten deaktivieren" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Markierung der Domain %s als automatisch zu starten gescheitert" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Demarkieren der Domain %s als automatisch zu starten gescheitert" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s als automatisch zu starten markiert\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s als automatisch zu starten demarkiert\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(Wieder)verbinden mit Hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "Hypervisor Verbindungs-URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "Schreibgeschĵtzte Verbindung" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Verbindungsabbruch vom Hypervisor schlug fehl" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Verbindungsaufbau zum Hypervisor schlug fehl" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "Verbindung mit der Gast-Konsole" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Die virtuelle serielle Konsole fĵr den Gast verbinden" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Keine Konsole fĵr die Domain verfĵgbar\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "Domains auflisten" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Gibt eine Liste der Domains wieder." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "Inaktive Domains auflisten" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "Inaktive & aktive Domains auflisten" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Auflistung aktiver Domains schlug fehl" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Auflistung inaktiver Domains schlug fehl" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Status" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "Kein Status" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "Domain-Status" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Gibt den Status einer laufenden Domain wieder." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "Ger¤teblockstatistiken fĵr eine Domain abrufen" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "Ger¤teblockstatistiken einer laufenden Domain abrufen." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "Blockeinheit" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "Abrufen der Blockstatistiken %s %s gescheitert" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "Statistiken der Netzwerkschnittstelle fĵr eine Domain abrufen" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "" "Statistiken der Netzwerkschnittstelle fĵr eine laufende Domain abrufen." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "Schnittstellenger¤t" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Abruf der Schnittstellenstatistiken %s %s gescheitert" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "Eine Domain anhalten" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Eine laufende Domain anhalten." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s angehalten\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Anhalten von Domain %s schlug fehl" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "Eine Domain aus einer XML-Datei erstellen" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Eine Domain erstellen." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "Datei mit einer XML-Domainbeschreibung" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s von %s erstellt\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Fehler beim Erstellen der Domain von %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Domain definieren." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s von %s definiert\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Fehler beim Definieren einer Domain von %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "Eine inaktive Domain undefinieren" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Die Konfiguration einer inaktiven Domain undefinieren." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "Domain-Name oder UUID" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s wurde undefiniert\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Domain %s konnte nicht undefiniert werden" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "Eine (zuvor definierte) inaktive Domain starten" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Eine Domain starten." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "Name der inaktiven Domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain ist bereits aktiv" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s gestartet\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Domain %s konnte nicht gestartet werden" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "Einen Domainstatus in einer Datei speichern" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Eine laufende Domain speichern." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "Wo die Daten gespeichert werden sollen" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s nach %s gespeichert\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Speichern der Domain %s nach %s gescheitert" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "Scheduler-Parameter anzeigen/setzen" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Scheduler-Parameter anzeigen/setzen." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "Wert zuordnen" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "Gewicht fĵr XEN_CREDIT" @@ -4388,288 +4849,297 @@ msgstr "Gewicht fĵr XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "Cap fĵr XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "Option %s: ungĵltiger %s Wert: %r" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "Option %s: ungĵltiger %s Wert: %r" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Option %s: ungĵltiger %s Wert: %r" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Scheduler" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Unbekannt" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Eine Domain wiederherstellen." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "Wiederherzustellender Status" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain aus %s wiederhergestellt\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Wiederherstellen der Domain aus %s gescheitert" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Eine Domain debuggen." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "wo der Kern gespeichert werden sollen" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s nach %s gedumpt\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Fehler beim Debuggen der Domain %s nach %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "Domain fortsetzen" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Eine zuvor angehaltene Domain fortsetzen." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s fortgesetzt\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Fortsetzen der Domain %s gescheitert" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "Kontrolliertes Stillegen einer Domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Herunterfahren in der Ziel-Domain ausfĵhren." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s wird heruntergefahren\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Herunterfahren der Domain %s gescheitert" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "Domain neu starten" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s wird neu gestartet\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Neustart der Domain %s gescheitert" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "Domain lĥschen" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Eine bestimmte Domain lĥschen." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s gelĥscht\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Lĥschen der Domain %s gescheitert" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "Domain-Informationen" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Liefert grundlegende Informationen zur Domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Typ:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Status:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU-Zeit:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max Speicher:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "Kein Limit" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Verwendeter Speicher:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 msgid "Autostart:" msgstr "Automatischer Start:" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "enable" msgstr "aktivieren" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "deaktiviert" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "NUMA freier Speicher" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "verfĵgbaren freien Speicher fĵr die NUMA-Zelle anzeigen." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "NUMA-Zell-Nummer" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Gesamt" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "Domain vcpu-Information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Liefert grundlegende Informationen zu den virtuellen CPUs der Domain." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU-Affinit¤t:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Domain heruntergefahren, keine virtuellen CPUs vorhanden." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "Domain vcpu-Affinit¤t kontrollieren" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Domain VCPUs mit physikalischen CPUs des Hosts verknĵpfen." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "VCPU-Nummer" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "Host-CPU-Nummer(m) (getrennt durch Komma)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 #, fuzzy msgid "vcpupin: Missing cpulist" msgstr "Fĵr %s wird ein Argument benĥtigt" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "Abruf der Platteninformationen gescheitert" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "vcpupin: Ungĵltige vCPU-Nummer." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Ungĵltiges Format. Leerer String." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, 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:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4678,1340 +5148,1379 @@ msgstr "" "cpulist: %s: Ungĵltiges Format. Ziffer oder Komma an Position %d (nahe '%c') " "erwartet." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Physikalische CPU '%d' existiert nicht." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "Anzahl der virtuellen CPUs ¤ndern" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "Anzahl der virtuellen CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Ungĵltige Anzahl virtueller CPUs." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Zu viele virtuelle CPUs." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "Speicherzuweisung ¤ndern" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "Speichergrĥsse in Kilobytes" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "Maximale Speichergrĥsse (MaxMemorySize) konnte nicht ĵberprĵft werden" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "Maximale Speichergrenze ¤ndern" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "Maximales Speicherlimit in Kilobytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Derzeitige Speichergrĥsse (MemorySize) konnte nicht ĵberprĵft werden" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Aktuelle Speichergrĥsse (MemorySize) kann nicht verkleinert werden" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Maximale Speichergrĥsse (MaxMemorySize) konnte nicht ge¤ndert werden" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "Knoteninformation" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Liefert grundlegende Informationen zum Knoten." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "Abruf der Knoteninformationen scheiterte" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU-Modell:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU-Frequenz:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU-Socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Kern(e) pro Socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) pro Kern:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA-Zelle(n):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Speichergrĥsse:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "F¤higkeiten" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Gibt die F¤higkeiten des Hypervisors/Treibers zurĵck." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "Abrufen der F¤higkeiten gescheitert" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "Domain-Informationen in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "Ausgabe der Domain-Informationen als XML-Dump nach stdout." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "Eine Domain-ID oder UUID in Domain-Namen konvertieren" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "Domain-ID oder -UUID" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "Einen Domain-Namen oder -UUID in Domain-ID konvertieren" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "Einen Domain-Namen oder -ID in Domain-UUID konvertieren" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "Domain-ID oder -Name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "Abrufen der Domain-UUID scheiterte" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "Domain auf anderen Host migrieren" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "Live-Migration" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "Verbindungs-URI des Ziel-Hosts" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "Migrations-URI (kann normalerweise ausgelassen werden)" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migrieren: Fehlende Ziel-URI (desturi)" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "Ein Netzwerk automatisch starten" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "Netzwerk-Name oder UUID" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "Markierung des Netzwerks %s als automatisch zu starten gescheitert" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "Demarkierung des Netzwerks %s als automatisch zu starten gescheitert" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "Netzwerk %s als automatisch zu starten markiert\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Netzwerk %s als automatisch zu starten demarkiert\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "Netzwerk aus einer XML-Datei erstellen" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Ein Netzwerk erstellen." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "Dateien mit XML-Netzwerkbeschreibung" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "Netzwerk %s von %s erstellt\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Fehler beim Erstellen des Netzwerks von %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Netzwerk definieren." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Netzwerk %s von %s definiert\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Fehler beim Definieren eines Netzwerks von %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "Netzwerk lĥschen" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Eine bestimmtes Netzwerk lĥschen." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "Netzwerkname, ID oder UUID" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "Netzwerk %s gelĥscht\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Lĥschen des Netzwerks %s gescheitert" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "Netzwerk-Informationen in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "Ausgabe der Netzwerk-Informationen als XML-Dump nach stdout." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "Netzwerke auflisten" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Gibt eine Liste der Netzwerke wieder." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "Inaktive Netzwerke auflisten" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "Inaktive & aktive Netzwerke auflisten" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Auflistung aktiver Netzwerke schlug fehl" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Auflistung inaktiver Netzwerke schlug fehl" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Automatischer Start" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "Kein automatischer Start" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "Aktiv" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "Inaktiv" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "Eine Netzwerk-UUID in einen Netzwerk-Namen konvertieren" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "Netzwerk-UUID" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "Ein (zuvor definiertes) inaktives Netzwerk starten" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Ein Netzwerk starten." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "Name des inaktiven Netzwerks" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Netzwerk %s gestartet\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Netzwerk %s konnte nicht gestartet werden" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "Ein inaktives Netzwerk undefinieren" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Die Konfiguration eines inaktiven Netzwerks undefinieren." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "Netzwerk %s wurde undefiniert\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Netzwerk %s konnte nicht undefiniert werden" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "Einen Netzwerk-Namen in eine Netzwerk-UUID konvertieren" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "Netzwerk-Namen" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "Abrufen der Netzwerk-UUID scheiterte" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Eine Domain automatisch starten" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" msgstr "Pool-Name oder UUID" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Markierung des Netzwerks %s als automatisch zu starten gescheitert" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Demarkierung des Netzwerks %s als automatisch zu starten gescheitert" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "TSINFO: %s Paket benĥtigt %s markiert als gelĥscht" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s als automatisch zu starten demarkiert\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "Sicherheitskopie der xml-Datei konnte nicht erstellt werden" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "Erzeuge einen Pool." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "Datei mit einer XML-Domainbeschreibung" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "&Verbindung zum Server trennen" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, c-format msgid "Failed to create pool from %s" msgstr "Erzeugen eines Pools aus %s fehlgeschlagen" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "Eine Domain aus einer XML-Datei erstellen" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "Name des Pools" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "Typ des Pools" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "Bildpuffer von %u Byte konnte nicht bereitgestellt werden" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "Pool %s erstellt\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, c-format msgid "Failed to create pool %s" msgstr "Erzeugen des Pools %s fehlgeschlagen" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "Definiere einen Pool." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "Pool %s definiert von %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, c-format msgid "Failed to define pool from %s" msgstr "Definieren eines Pools aus %s fehlgeschlagen" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "Pool %s definiert\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, c-format msgid "Failed to define pool %s" msgstr "Definieren des Pools %s fehlgeschlagen" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "baue einen Pool" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "Einen gegebenen Pool gebaut." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "Pool %s gebaut\n" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "Zerstĥren eines Pools" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "Zerstĥre einen angegebenen Pool." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "Pool %s zerstĥrt\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "Pool lĥschen" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Ungĵltiger Benutzername angegeben." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, c-format msgid "Pool %s deleted\n" msgstr "Pool %s gelĥscht\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/virsh.c:3230 -#, fuzzy +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "Liste aktualisieren" +msgstr "Einen Pool aktualisieren" -#: src/virsh.c:3231 +#: src/virsh.c:3268 #, fuzzy msgid "Refresh a given pool." msgstr "Ungĵltiger Benutzername angegeben." -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "Domain %s fortgesetzt\n" +msgstr "Pool %s aktualisiert\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "Verzeichnis konnte nicht gewechselt werden" +msgstr "Aktualisieren des Pools fehlgeschlagen %s" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "Debug-Informationen im &Nachrichtenprotokoll:" +msgstr "Pool-Informationen in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 msgid "list pools" msgstr "Poolliste" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Seitenreiter-Liste" -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "Seitenreiter-Liste" +msgstr "Inaktive Pools auflisten" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "Liste der aktiven GTK-Module" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Auflistung aktiver Domains schlug fehl" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Auflistung inaktiver Domains schlug fehl" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "Ungĵltiger Verbindungszeiger in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "zu viele Treiber registriert" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "zu wenig Arbeitsspeicher" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Definieren des Pools %s fehlgeschlagen" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "zu viele Treiber registriert" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "&Wiederverbindungsinformationen" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Liefert grundlegende Informationen zum Knoten." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "bauen" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "laufend" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "Kapazit¤t:" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "Zuordnung:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "Verfĵgbar:" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "Konvertieren einer pool-UUID in einen Pool-Namen" -#: src/virsh.c:3669 +#: src/virsh.c:3706 msgid "pool uuid" msgstr "Pool-UUID" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "Eine (zuvor definierte) inaktive Domain starten" -#: src/virsh.c:3696 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "Start einen Pool." -#: src/virsh.c:3701 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "Name eines inaktiven Pools" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "Pool %s gestartet\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Fehler beim Versuch zu starten: %s\n" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "Eine Domain aus einer XML-Datei erstellen" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "Erzeugen eines Datentr¤ger." -#: src/virsh.c:3741 +#: src/virsh.c:3778 msgid "name of the volume" msgstr "Name des Datentr¤ger" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, fuzzy, c-format msgid "Malformed size %s" msgstr "GrĥŸenformatierung" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" msgstr "Datentr¤ger %s erzeugt\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "Eine inaktive Domain undefinieren" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Die Konfiguration einer inaktiven Domain undefinieren." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Die Gruppe: '%s' wurde erstellt." -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "Einen Netzwerk-Namen in eine Netzwerk-UUID konvertieren" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "Desktop-Pfad konnte nicht gefunden werden" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "Sicherheitskopie der xml-Datei konnte nicht erstellt werden" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "Datei mit einer XML-Domainbeschreibung" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "&Verbindung zum Server trennen" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Es konnte nicht aus der Datei Âğ%sÂĞ gelesen werden: %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "Lĥschen eines Datentr¤gers" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Ungĵltiger Benutzername angegeben." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, c-format msgid "Vol %s deleted\n" msgstr "Datentr¤ger %s gelĥscht\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "&Wiederverbindungsinformationen" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Liefert grundlegende Informationen zum Knoten." -#: src/virsh.c:4063 +#: src/virsh.c:4100 msgid "Type:" msgstr "Typ:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "Datei" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "ĵberspringe den Block vom Typ %d\n" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "Debug-Informationen im &Nachrichtenprotokoll:" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "Listenobjekt" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Gibt eine Liste der Domains wieder." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Auflistung aktiver Domains schlug fehl" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "Pfad" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "Eine Netzwerk-UUID in einen Netzwerk-Namen konvertieren" -#: src/virsh.c:4212 +#: src/virsh.c:4249 #, fuzzy msgid "vol key or path" msgstr "Unterschreiben oder bearbeiten eines Schl." -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "Eine Netzwerk-UUID in einen Netzwerk-Namen konvertieren" -#: src/virsh.c:4245 +#: src/virsh.c:4282 msgid "vol uuid" msgstr "Vol-UUID" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "Gew¤hltes Objekt in Pfad umwandeln" -#: src/virsh.c:4279 +#: src/virsh.c:4316 #, fuzzy msgid "vol name or key" msgstr "

      Ihr menschlicher Name oder \"Wirklicher-Leben\"-Name

      " -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "Version anzeigen" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Informationen zur Systemversion anzeigen." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "Abrufen des Hypervisor-Typs scheiterte" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Kompiliert gegen die Bibliothek: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "Abrufen der Bibliotheksversion scheiterte" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Verwende Bibliothek: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Verwende API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "Abruf der Hypervisorversion scheiterte" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Kann laufende %s Hypervisorversion nicht ermitteln\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Laufender Hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA wird auf diesem Rechner nicht unterstĵtzt" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "F¤higkeiten" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Verbindungsaufbau zum Hypervisor schlug fehl" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Auflistung inaktiver Domains schlug fehl" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "Ger¤t" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "Hypervisor-Hostname ausgeben" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "Abrufen des Hostnames scheiterte" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "Kanonisierte URI des Hypervisors ausgeben" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "Abrufen der URI scheiterte" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "VNC-Anzeige" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "TTY-Konsole" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Ger¤t fĵr die TTY-Konsole ausgeben." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "Ger¤t aus einer XML-Datei anh¤ngen" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Ger¤t aus einer XML anh¤ngen ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML-Datei" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "attach-device: Fehlende Option" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Fehler beim Anh¤ngen des Ger¤ts von %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "Ger¤t von einer XML-Datei lĥsen" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Ger¤t von einer XML- lĥsen" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "detach-device: Fehlende Option" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Fehler beim Lĥsen des Ger¤ts von %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "Netzwerkschnittstelle verbinden" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Neue Netzwerkschnittstelle verbinden." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "Netzwerkschnittstellentyp" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "Quelle der Netzwerkschnittstelle" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "Ziel-Netzwerk-Name" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC-Adresse" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "Skript zur œberbrĵckung einer Netzwerkschnittstelle" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Keine %s Unterstĵtzung im Befehl 'attach-interface'" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "Netzwerkschnittstelle abh¤ngen" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Netzwerkschnittstelle abtrennen" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Abruf der Schnittstelleninformationen gescheitert" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Keine Schnittstelle gefunden, deren Typ %s ist" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Keine Schnittstelle gefunden, deren MAC-Adresse %s ist" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Speicherzuweisung gescheitert" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Erstellen von XML gescheitert" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "Plattenger¤t anh¤ngen" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Neues Plattenger¤t anh¤ngen." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "Quelle des Plattenger¤ts" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "Ziel des Plattenger¤ts" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "Treiber des Plattenger¤ts" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "Subtreiber des Plattenger¤ts" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "Ziel-Ger¤tetyp" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "Modus fĵr das Lesen und Schreiben von Ger¤ten" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Keine %s Unterstĵtzung im Befehl 'attach-disk'" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "Plattenger¤t abtrennen" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Plattenger¤t abtrennen." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Abruf der Platteninformationen gescheitert" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Keine Platte gefunden, deren Ziel %s ist" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "Speicherzuweisung gescheitert" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "LVS-Befehl fehlgeschlagen" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, fuzzy, c-format msgid "%s: command exited with non-zero status" msgstr "Befehlsausfĵhrung '%s' schlug fehl mit Fehler: %ul" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Die Konfiguration einer inaktiven Domain undefinieren." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Die Konfiguration einer inaktiven Domain undefinieren." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "Konfigurationsdatei konnte nicht gelesen werden" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Die Konfiguration eines inaktiven Netzwerks undefinieren." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Die Konfiguration eines inaktiven Netzwerks undefinieren." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Die Konfiguration einer inaktiven Domain undefinieren." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Die Konfiguration einer inaktiven Domain undefinieren." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "Dieses interaktive Terminal beenden" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "Befehl '%s' erfordert <%s> Option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "Befehl '%s' erfordert --%s Option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "Befehl '%s' existiert nicht" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6019,7 +6528,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6027,7 +6536,7 @@ msgstr "" "\n" " BESCHREIBUNG\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6035,54 +6544,54 @@ msgstr "" "\n" " OPTIONEN\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "Nicht definierter Domain-Name oder -ID" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "Abruf der Domain '%s' scheiterte" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "Nicht definierter Domain-Name oder -ID" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "Abruf des Netzwerks '%s' scheiterte" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "Filtername schon vorhanden" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "Desktop-Pfad konnte nicht gefunden werden" -#: src/virsh.c:5981 +#: src/virsh.c:6110 msgid "undefined vol name" msgstr "Nicht definierter Volumen-Name" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "Desktop-Pfad konnte nicht gefunden werden" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6093,131 +6602,131 @@ msgstr "" "(Zeit: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "fehlendes \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "Unerwarteter Token (Befehlsname): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "Unbekannter Befehl: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "Befehl '%s' unterstĵtzt die Option --%s nicht" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "Erwartete Syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "Nummer" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "String" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "Unerwartete Daten '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATEN" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "Datei" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pausiert" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "beim Herunterfahren" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "ausschalten" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "abgestĵrzt" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "keine gĵltige Verbindung" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: Fehler: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "Fehler: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: scheiterte beim Zuweisen von %d Bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: scheiterte beim Zuweisen von %lu Bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "Verbindung zum Hypervisor scheiterte" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "Log-Datei Informationen konnten nicht abgerufen werden" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "der Log-Pfad ist keine Datei" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "Fehler beim Schreiben der Log-Datei" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Es konnte nicht aus der Datei Âğ%sÂĞ gelesen werden: %s" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6250,7 +6759,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6260,12 +6769,12 @@ msgstr "" " (geben Sie help an, um Details zum Befehl zu erhalten)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "Nicht unterstĵtzte Option '-%c'. Siehe --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6274,7 +6783,7 @@ msgstr "" "Willkommen bei %s, dem interaktiven Virtualisierungsterminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6292,872 +6801,955 @@ msgstr "Warnung" msgid "error" msgstr "Fehler" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Keine Fehlermeldung beigefĵgt" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "Interner Fehler %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "Interner Fehler" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "Diese Funktion wird vom Hypervisor nicht unterstĵtzt" -#: src/virterror.c:447 +#: src/virterror.c:455 #, 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:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "Verbindung mit Hypervisor fehlgeschlagen" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "Verbindung mit %s fehlgeschlagen" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ungĵltiger Verbindungszeiger in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "ungĵltiger Verbindungszeiger in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ungĵltiger Domain-Zeiger in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "ungĵltiger Domain-Zeiger in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "ungĵltiger Parameter in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "ungĵltiger Parameter in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "Operation schlug fehl: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "Operation schlug fehl" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET-Operation schlug fehl: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET-Operation schlug fehl" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST-Operation schlug fehl: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST-Operation schlug fehl" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "unbekannter HTTP-Fehlercode %d aufgetreten" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unbekannter Host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unbekannter Host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "Serialisierung von S-Expr schlug fehl: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "Serialisierung von S-Expr schlug fehl" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "konnte Xen-Hypervisoreintrag nicht verwenden" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "konnte Xen-Hypervisoreintrag %s nicht verwenden" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Verbindung mit Xen-Store schlug fehl" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Verbindung mit Xen-Store %s schlug fehl" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "fehlgeschlagener Xen-Syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unbekannter OS-Typ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unbekannter OS-Typ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "fehlende Kernelinformationen" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "fehlende Root-Device-Informationen" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "fehlende Root-Device-Informationen in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "fehlende Quellinformationen fĵr das Ger¤t" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "fehlende Quellinformationen fĵr das Ger¤t %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "fehlende Zielinformationen fĵr das Ger¤t" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "fehlende Zielinformationen fĵr das Ger¤t %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "fehlende Domainnamen-Informationen" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "fehlende Domainnamen-Informationen in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "fehlende Betriebssysteminformationen" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "fehlende Betriebssysteminformationen fĵr %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "fehlende Ger¤teinformationen" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "fehlende Ger¤teinformationen fĵr %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "zu viele Treiber registriert" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "zu viele Treiber in %s registriert" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "Bibliotheksaufruf schlug fehl, mĥglicherweise nicht unterstĵtzt" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "Bibliotheksaufruf %s schlug fehl, mĥglicherweise nicht unterstĵtzt" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML-Beschreibung nicht sauber formuliert oder ungĵltig" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "Diese Domain existiert bereits" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "Domain %s existiert bereits" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "Operation fĵr schreibgeschĵtzten Zugriff verboten" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "Operation %s fĵr schreibgeschĵtzten Zugriff verboten" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "–ffnen der Konfiguration zu Lesezwecken schlug fehl" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "–ffnen von %s zu Lesezwecken schlug fehl" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "Konfigurationsdatei konnte nicht gelesen werden" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "Konfigurationsdatei %s konnte nicht gelesen werden" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "Konfigurationsdatei konnte nicht analysiert werden" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "Konfigurationsdatei %s konnte nicht analysiert werden" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "Syntaxfehler in der Konfigurationsdatei" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "Syntaxfehler in der Konfigurationsdatei: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "Schreiben der Konfigurationsdatei schlug fehl" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "Schreiben der Konfigurationsdatei schlug fehl: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "Analyse-Fehler" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "Ungĵltiger Verbindungszeiger in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "Ungĵltiger Verbindungszeiger in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "Diese Domain existiert bereits" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "Netzwerk %s existiert bereits" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "Fehler beim Systemaufruf" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC-Fehler" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS Aufruffehler" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Netzwerk wurde nicht gefunden" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Netzwerk wurde nicht gefunden: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Domain nicht gefunden" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Domain nicht gefunden: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Netzwerk nicht gefunden" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Netzwerk nicht gefunden: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "ungĵltige MAC-Adresse" -#: src/virterror.c:684 +#: src/virterror.c:692 #, c-format msgid "invalid MAC address: %s" msgstr "ungĵltige MAC-Adresse: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "Authentifikation gescheitert" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "Authentifikation gescheitert: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 msgid "Storage pool not found" msgstr "Speicher-Pool nicht gefunden" -#: src/virterror.c:696 +#: src/virterror.c:704 #, c-format msgid "Storage pool not found: %s" msgstr "SPeicher-Pool nicht gefunden: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "Verknĵpftes Programm nicht gefunden:" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Verknĵpftes Programm nicht gefunden:" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "Ungĵltiger Verbindungszeiger in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "Ungĵltiger Verbindungszeiger in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "Ungĵltiger Verbindungszeiger in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "Ungĵltiger Verbindungszeiger in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Netzwerk wurde nicht gefunden" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Netzwerk wurde nicht gefunden: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Netzwerk wurde nicht gefunden" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Netzwerk wurde nicht gefunden: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "Ungĵltiger Verbindungszeiger in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "ungĵltiger Domain-Zeiger in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Ger¤t nicht gefunden: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Ger¤t nicht gefunden: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "Domain zuweisen" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "Fehler beim Parsen der Optionen." + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "Speicherzuweisung gescheitert" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "Fehler beim Parsen der Optionen." + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" "Der Gewicht-Parameter (%d) des Credit-Schedulers liegt ausserhalb der " "Reichweite (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" "Cap-Parameter (%d) des Credit-Schedulers liegt ausserhalb der Reichweite (0-" "65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d Domain-Info zuweisen" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 msgid "failed to create a socket" msgstr "Erzeugen eines Socket fehlgeschlagen" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 msgid "failed to connect to xend" msgstr "Verbinden zu xend fehlgeschlagen" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Lesen vom Xen-Daemon scheiterte" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Abspalten des Kindprozesses fehlgeschlagen (%s)" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "xend_post: Fehler von xen-Daemon: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "Neuen Puffer zuweisen" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "Authentifizierung fehlgeschlagen." -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "urlencode bei erstellter S-Expr schlug fehl" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "Domaininformation unvollst¤ndig, fehlende domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "Domaininformation inkorrekt, domid nicht numerisch" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "Domaininformation unvollst¤ndig, fehlende uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "Domaininformation unvollst¤ndig, fehlender Name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "Domaininformation unvollst¤ndig, fehlender Name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "Domaininformation unvollst¤ndig, fehlender Kernel & Bootloader" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "Typ des RAS-Bilds unbekannt" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 #, fuzzy msgid "malformed char device string" msgstr "Stiller Modus einschalten" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "Typ des RAS-Bilds unbekannt" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "Domaininformation unvollst¤ndig, vbd besitzt kein dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "Domaininformation unvollst¤ndig, vbd besitzt kein src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibername" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd Dateiname kann nicht analysiert werden, fehlender Treibertyp" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "ungĵltige MAC-Adresse: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "Unerwarteter Dict-Knoten" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "Unbekannter Auth-Typ '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "Domaininformation unvollst¤ndig, fehlende id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unbekannter OS-Typ %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "Analyse der Topologie-Informationen gescheitert" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "Topologie-Syntaxfehler" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Analyse der Xend-Domaininformation schlug fehl" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "Nicht unterstĵtzter Eingabeger¤te-Typ %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "Unerwarteter Werte-Knoten" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "œbersetzungsspeicher" +msgstr "Kein Sspeicher" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "Authentifizierung fehlgeschlagen." +msgstr "sexpr2string fehlgeschlagen" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "Verzeichnis konnte nicht gewechselt werden" +msgstr "Neudefinieren von sexpr fehlgeschlagen" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "Authentifizierung fehlgeschlagen." +msgstr "gethostname fehlgeschlagen: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "Sie mĵssen einen Servernamen angeben." -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 #, fuzzy msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "Unbekanntes Flag fĵr den Stil " -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 #, fuzzy msgid "xenDaemonDomainMigrate: invalid URI" msgstr "Der URI Âğ%sÂĞ ist ungĵltig" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "strdup fehlgeschlagen" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 #, fuzzy msgid "xenDaemonDomainMigrate: invalid port number" msgstr "Parsen der Port-Nummer fehlgeschlagen: %s\n" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "Erzeugen eines Dom¤nenbrowser fehlgeschlagen: %s" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "Nicht unterstĵtz in xendConfigVersion < 4" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "Domaininformation unvollst¤ndig, fehlender Name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "DateigrĥŸe unbekannt" +msgstr "Unbekannter Planner" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "Hostname-Abfrage fehlgeschlagen: %s\n" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "Domaininformation unvollst¤ndig, fehlende uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "Domaininformation unvollst¤ndig, fehlender Name" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 #, fuzzy msgid "domainBlockPeek is not supported for dom0" msgstr "Auflisten von Ereignissen fĵr diese Zelle ist nicht unterstĵtzt." -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "Ungĵltiger Pfad fĵr Servereintrag" +msgstr "%s: Ungĵltiger Pfad" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "%s konnte nicht zum Lesen geĥffnet werden" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Konnte keine PID von Sperr-Datei lesen." -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "Standard-Transfertyp:" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "Unerwarteter MIME-Type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "Unerwarteter Werte-Knoten" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "Kein HVM-Domain-Loader" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype nicht unterstĵtzt" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "Ungĵltiges tsflag in Konfigurationsdatei: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, fuzzy, c-format msgid "config value %s was missing" msgstr "UUID-Konfig-Parameter fehlt" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Kann die Datei nicht bearbeiten" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "xenXMConfigCacheRefresh: virHashAddEntry" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "Unerwarteter Werte-Knoten" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "Unerwarteter Werte-Knoten" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "Unerwarteter Werte-Knoten" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "Schreibgeschĵtzte Verbindung" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 msgid "not inactive domain" msgstr "Keine inaktive Domain" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "virHashLookup" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "kann Konfigurationsdatei nicht erstelllen %s: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "Unerwarteter Dict-Knoten" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Wiederherstellen der Domain aus %s gescheitert" -#: src/xm_internal.c:2281 -#, fuzzy +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "Dateinamen-L¤nge %zu ist zu lange" +msgstr "KOnfigurations-Dateinamen ist zu lange" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "Konfig" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "Die letzte Zeit konnte nicht abgefragt werden" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "Konfigurationsdatei %s konnte nicht gelesen werden" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" msgstr "Unbekanntes Ger¤t" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Die symbolische Verknĵpfung Âğ%sÂĞ konnte nicht gelesen werden: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Datei Âğ%sÂĞ konnte nicht angelegt werden: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "Ungĵltiger Parameter fĵr fĵr PrintDlgEx" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "Ungĵltiger Parameter fĵr fĵr PrintDlgEx" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "Ungĵltiger Parameter fĵr virXPathBoolean()" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "Ungĵltiger Parameter fĵr PrintDlgEx" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "Ungĵltiger Parameter fĵr virXPathNodeSet()" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "String-Array zuweisen" #: src/xmlrpc.c:53 @@ -7200,6 +7792,10 @@ msgstr "Zugewiesene Antwort" msgid "read response" msgstr "Antwort lesen" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "String-Array zuweisen" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "Analyse der Serverantwort schlug fehl" @@ -7208,15 +7804,49 @@ msgstr "Analyse der Serverantwort schlug fehl" msgid "allocate new context" msgstr "Neuen Kontext zuweisen" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Verbindung zum Xen-Store scheiterte" -#~ msgid "Disk pools are not yet supported" -#~ msgstr "Laufwerkspools werden im Moment icht unterstĵtzt" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "Auflistung aktiver Domains schlug fehl" -#~ msgid "blocked" -#~ msgstr "blockiert" +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "Knotenzuweisung schlug fehl" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Pool ist bereits aktiv" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "Domain zuweisen" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "Knotenzuweisung schlug fehl" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "Erhielt Signal %d, weiterleiten an Treiber" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "Filtername schon vorhanden" #~ msgid "missing filesystem type" #~ msgstr "Fehlender Dateisystem-Typ" @@ -7233,9 +7863,6 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "failed to generate uuid" #~ msgstr "UUID generieren fehlgeschlagen" -#~ msgid "invalid uuid element" -#~ msgstr "Ungĵltiges UUID-Element" - #~ msgid "invalid or missing init element" #~ msgstr "Ungĵltiges oder fehlendes init-Element" @@ -7328,9 +7955,6 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "invalid domain name" #~ msgstr "Ungĵltiger Domain-Namen" -#~ msgid "Failed to generate UUID" -#~ msgstr "UUID generieren fehlgeschlagen" - #~ msgid "No IP address in the given xml config file '%s'" #~ msgstr "Keine IP-Adresse in der gegebenen XML-Konfig-Datei '%s'" @@ -7375,9 +7999,6 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "calloc failed" #~ msgstr "calloc fehlgeschlagen" -#~ msgid "no domain with matching name" -#~ msgstr "Kein Domain mit ĵbereinstimmendem Namen" - #~ msgid "Error creating OPENVZ VM" #~ msgstr "Fehler beim Erzeugen von OPENVZ VM" @@ -7393,6 +8014,9 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "TAP interface name '%s' is too long" #~ msgstr "TAP-Schnittstellenname '%s' ist zu lang" +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP-Script-Pfad '%s' ist zu lang" + #~ msgid "TAP bridge path '%s' is too long" #~ msgstr "TAP-Brĵcken-Pfad '%s' ist zu lang" @@ -7495,10 +8119,6 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "failed to allocate space for network string" #~ msgstr "Knotenzuweisung schlug fehl" -#, fuzzy -#~ msgid "Error parsing network config '%s' : %s" -#~ msgstr "Fehler beim Parsen der Optionen." - #, fuzzy #~ msgid "Failed to load network config '%s': out of memory" #~ msgstr "Hinzufĵgen des Netzwerks zur Verbindungs-Hashtabelle schlug fehl" @@ -7511,9 +8131,8 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "allocating cpu mask" #~ msgstr "Hintergrund-Schraffurmaske" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML generieren fehlgeschlagen" +#~ msgstr "XML generieren fehlgeschlagen: Kein Speicher mehr" #, fuzzy #~ msgid "failed to set bridge forward delay to %d" @@ -7527,20 +8146,39 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "–ffnen von '%s' schlug fehl: %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Die symbolische Verknĵpfung Âğ%sÂĞ konnte nicht gelesen werden: %s" - #~ msgid "CDROM not attached, cannot change media" #~ msgstr "CDROM nicht angeh¤ngt, kann Medium nicht wechseln" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "Bekomme den Hostnamen nicht" - #~ msgid "uri params" #~ msgstr "URI-Parameter" +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "Typ des RAS-Bilds unbekannt" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "Typ des RAS-Bilds unbekannt" + +#, fuzzy +#~ msgid "unsupported pool format %s" +#~ msgstr "Nicht unterstĵtztes Format in der Zwischenablage." + +#, fuzzy +#~ msgid "unsupported volume format %s" +#~ msgstr "Nicht unterstĵtztes Format in der Zwischenablage." + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Laufwerkspools werden im Moment icht unterstĵtzt" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "Allgemeiner Name:" + +#, fuzzy +#~ msgid "volume key" +#~ msgstr "Schlĵssel entfe&rnen" + #, fuzzy #~ msgid "malformed xml document" #~ msgstr "Eine Rechtschreibprĵfung am Dokument durchfĵhren" @@ -7548,9 +8186,6 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "domain" #~ msgstr "Domain" -#~ msgid "domain name" -#~ msgstr "Domain-Name" - #~ msgid "domain uuid" #~ msgstr "Domain-UUID" @@ -7593,9 +8228,27 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "too many domains" #~ msgstr "zu viele Domains" +#~ msgid "cannot save domain" +#~ msgstr "Kann Domain nicht speichern" + +#~ msgid "cannot write header" +#~ msgstr "Kann Header nicht schreiben" + +#~ msgid "cannot write metadata" +#~ msgstr "Kann Metadata nicht schreiben" + +#~ msgid "cannot save domain data" +#~ msgstr "Kann Domain-Daten nicht speichern" + +#~ msgid "cannot save domain core" +#~ msgstr "Kann Domain-Core nicht speichern" + #~ msgid "too many networks" #~ msgstr "zu viele Netzwerke" +#~ msgid "blocked" +#~ msgstr "blockiert" + #, fuzzy #~ msgid "parsing soundhw string failed." #~ msgstr "GPG-Schlĵssel-Analyse fehlgeschlagen: " @@ -7618,9 +8271,8 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "cannot create XPath context" #~ msgstr "Kann neuen Filter nicht erstellen" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "In die Datei kann nicht geschrieben werden." +#~ msgstr "Konfigurationsdatei kann nicht geschrieben werden" #, fuzzy #~ msgid "failed to allocate sound string" diff --git a/po/el.po b/po/el.po index b0f327a746..0a900de28d 100644 --- a/po/el.po +++ b/po/el.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/en_GB.po b/po/en_GB.po index cb204870f6..0a00aa4aa1 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: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-06-11 13:51+0000\n" "Last-Translator: Abigail Brady \n" "Language-Team: \n" @@ -15,310 +15,310 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "system call error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "Unknown" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "failed to read from Xen Daemon" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Error allocating memory: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected value node" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to open '%s': %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to open '%s': %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to open '%s': %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to open '%s': %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to open '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to open '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to find the network: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to find the network: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -326,450 +326,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start network %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to open '%s': %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to open '%s': %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "network name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Failed to open '%s': %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create inactive domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create inactive domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "network name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "network name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "domain information" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "operation failed" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -808,8 +836,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -852,928 +880,984 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to open '%s': %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to open '%s': %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to open '%s': %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to open '%s': %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to read socket %d\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to read socket %d\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "network name" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to open '%s': %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to open '%s': %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "allocating network" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "failed to add network to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "network missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add network to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add network to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add network to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown command: '%s'" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown command: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, c-format +msgid "cannot parse device %s" +msgstr "" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown host %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown host %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing target information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "failed to get network UUID" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing root device information" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown host %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "network name" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "failed to save content" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to open '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to read socket %d\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to read socket %d\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create network from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Failed to start network %s" +msgstr "could not connect to %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "allocate value array" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "failed to allocate a node" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create inactive domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Failed to open '%s': %s" +msgstr "Failed to find the network: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Failed to open '%s': %s" +msgstr "Failed to save domain %s to %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Failed to start domain %s" +msgstr "Failed to undefine domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Failed to start domain %s" +msgstr "Failed to destroy domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Failed to open '%s': %s" +msgstr "Failed to attach device from %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Failed to start domain %s" +msgstr "failed to open %s for reading" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Failed to create domain from %s" +msgstr "Failed to read socket %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to open '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Failed to start domain %s" +msgstr "failed to open %s for reading" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "allocate value array" +msgstr "operation failed: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to close socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Failed to open '%s': %s" +msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Failed to open '%s': %s" +msgstr "Failed to close socket %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Failed to open '%s': %s" +msgstr "operation failed: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "operation failed: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Failed to destroy domain %s" +msgstr "failed to get network '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write the log file" -#: src/lxc_controller.c:564 -#, fuzzy, c-format +#: src/lxc_controller.c:630 +#, c-format msgid "Unable to change to root dir: %s\n" -msgstr "failed to write the log file" +msgstr "" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "failed to write the log file" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Failed to find the network: %s" +msgstr "invalid connection pointer in %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "name of the inactive domain" +msgstr "undefine an inactive domain" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Failed to start domain %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to attach device from %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Failed to open '%s': %s" +msgstr "Failed to attach device from %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "failed to allocate a node" +msgstr "Failed to attach device from %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Failed to read socket %d\n" +msgstr "Failed to write to socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to open '%s': %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Failed to open '%s': %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "failed to write configuration file: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to open '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to open '%s': %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "domain id or uuid" +msgstr "node domain list" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "got unknown HTTP error code %d" +msgstr "unknown host %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Failed to open '%s': %s" +msgstr "invalid argument in %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Failed to open '%s': %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Failed to open '%s': %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Failed to open '%s': %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1784,8 +1868,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1795,1637 +1879,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to open '%s': %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is still running" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is still running" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is still running" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to open '%s': %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "network name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Network %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Network %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to open '%s': %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Failed to open '%s': %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to open '%s': %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write the log file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start network %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to open '%s': %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to find the network: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to open '%s': %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to open '%s': %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to open '%s': %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get network '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is still running" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "network information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to open '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain %s has been undefined\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is still running" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "network name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Network %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Network %s started\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "failed to get node information" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected data '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to open '%s': %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Failed to open '%s': %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "failed to write the log file" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "allocate new context" +msgstr "allocate new buffer" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write the log file" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "failed to write the log file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "Failed to open '%s': %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write the log file" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "failed to get network '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "failed to write the log file" +msgstr "Failed to close socket %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to open '%s': %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to open '%s': %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to open '%s': %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to open '%s': %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to open '%s': %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get network '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "failed to allocate a node" +msgstr "failed to get capabilities" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is still running" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to read socket %d\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Failed to write to socket %d\n" +msgstr "failed to write the log file" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Failed to write to socket %d\n" +msgstr "failed to write the log file" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "name of the inactive domain" +msgstr "Undefine the configuration for an inactive domain." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Failed to open '%s': %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "library call failed, possibly not supported" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Failed to read socket %d\n" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "load domain definition file" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to read socket %d\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to read socket %d\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Failed to read socket %d\n" +msgstr "failed to get network UUID" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "Cannot extract running %s hypervisor version\n" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "unexpected mime type" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "undefine an inactive domain" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domain %s exists already" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 -#, fuzzy +#: src/qemu_driver.c:2808 msgid "cannot attach usb device" -msgstr "undefine an inactive domain" +msgstr "" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "failed to get node information" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Failed to detach device from %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "name of the inactive domain" +msgstr "autostart a domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to open '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "invalid argument in %s" +msgstr "invalid argument in" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "domain name" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "node domain list" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Domain is already active" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "network information in XML" +msgid "could not generate random UUID" +msgstr "failed to get domain UUID" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to find the network" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to open '%s': %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Failed to open '%s': %s" +msgstr "could not connect to %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to open '%s': %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "failed to get domain UUID" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Error allocating memory: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocating private data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "failed to write the log file" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Failed to find the network: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Failed to read socket %d\n" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "failed to get node information" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Failed to open '%s': %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "failed to get node information" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Failed to read socket %d\n" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "Invalid value of %d for memory size" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, c-format +msgid "unable to verify server certificate: %s" +msgstr "" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "Invalid value of %d for memory size" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Failed to find the network: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Failed to open '%s': %s" +msgstr "failed to write configuration file: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "too many connections" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "unknown OS type %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Failed to find the network: %s" +msgstr "failed to serialize S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create inactive domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Failed to open '%s': %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Failed to open '%s': %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "failed to get node information" +msgstr "failed to save content" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Failed to open '%s': %s" +msgstr "Failed to start domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "failed to get node information" +msgstr "Failed to connect to the hypervisor" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Failed to open '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "invalid argument in %s" +msgstr "invalid network pointer in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid network pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "missing source information for device" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3454,589 +3690,762 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Failed to open '%s': %s" +msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Failed to find the network: %s" +msgstr "Failed to define domain from %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to detach device from %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "domain name" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocating private data" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating network" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "failed to write configuration file: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "allocating node" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "unknown host %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "missing root device information" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "network name or uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "missing source information for device" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "too many domains" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "missing root device information" +msgstr "missing source information for device %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "missing source information for device" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "missing target information for device" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "allocating node" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "missing root device information" +msgstr "missing domain name information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to read socket %d\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "the log path is not a file" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: supply a path or use test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "domain information" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "domain %s exists already" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is still running" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "autostart a domain" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Domain %s dumpd to %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write the log file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already running" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Domain is still running" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain is still running" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already running" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Failed to open '%s': %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Failed to read socket %d\n" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Failed to open '%s': %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Failed to open '%s': %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Failed to open '%s': %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "failed to write configuration file: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "failed to get hypervisor type" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "failed to get hypervisor type" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "failed to get hypervisor type" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "failed to write configuration file: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create network from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to open '%s': %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "node cpu sockets" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "unknown command: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to write to socket %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "could not connect to %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "failed to parse configuration file %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "failed to parse configuration file %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Failed to undefine domain %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "error: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4044,321 +4453,325 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "autostart a domain" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "Configure a domain to be automatically started at boot." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "disable autostarting" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to mark domain %s as autostarted" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to unmark domain %s as autostarted" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s marked as autostarted\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s unmarked as autostarted\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "connect to the guest console" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Connect the virtual serial console for the guest" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "No console available for domain\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "network name" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "file containing an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "show/set scheduler parameters" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Show/Set scheduler parameters." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "weight for XEN_CREDIT" @@ -4367,1657 +4780,1702 @@ msgstr "weight for XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "cap for XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "Invalid value of %d for memory size" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "Invalid value of %d for memory size" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Invalid value of %d for memory size" + +#: src/virsh.c:1230 src/virsh.c:1234 #, fuzzy msgid "Scheduler" msgstr "Scheduler:" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Unknown" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "no limit" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Autostart" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Name" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Physical CPU %d doesn't exist." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "Too many virtual CPU's." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "number of kilobytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "maximum memory limit in kilobytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain current memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "capabilities" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Returns capabilities of hypervisor/driver." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "failed to get capabilities" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 #, fuzzy msgid "live migration" msgstr "node information" -#: src/virsh.c:2227 +#: src/virsh.c:2258 #, fuzzy msgid "connection URI of the destination host" msgstr "connect to the guest console" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "autostart a network" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "Configure a network to be automatically started at boot." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "network name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "failed to mark network %s as autostarted" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "failed to unmark network %s as autostarted" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "Network %s marked as autostarted\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Network %s unmarked as autostarted\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "create a network from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Create a network." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "file containing an XML network description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "Network %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Failed to create network from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Define a network." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Network %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Failed to define network from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "destroy a network" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Destroy a given network." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "network name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "Network %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy network %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "network information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "list networks" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Returns list of networks." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "list inactive networks" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "list inactive & active networks" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Failed to list active networks" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Failed to list inactive networks" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Autostart" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "no autostart" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "active" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inactive" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "convert a network UUID to network name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "network uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive network" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Start a network." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "name of the inactive network" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Network %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Failed to start network %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "undefine an inactive network" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive network." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "Network %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine network %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "convert a network name to network UUID" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "network name" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "failed to get network UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "autostart a domain" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "Configure a domain to be automatically started at boot." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "failed to mark network %s as autostarted" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "failed to unmark network %s as autostarted" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s marked as autostarted\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s unmarked as autostarted\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file containing an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "invalid network pointer in %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "too many drivers registered" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Failed to undefine domain %s" +msgstr "Failed to save domain %s to %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "too many drivers registered" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a network UUID to network name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to read socket %d\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a network name to network UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file containing an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML file" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a network UUID to network name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a network UUID to network name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a network UUID to network name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "capabilities" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc display" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "attach device from an XML file" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Attach device from an XML ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML file" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Failed to attach device from %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "detach device from an XML file" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Detach device from an XML " -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Failed to detach device from %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 #, fuzzy msgid "attach network interface" msgstr "network name" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 #, fuzzy msgid "network interface type" msgstr "network name" -#: src/virsh.c:4711 +#: src/virsh.c:4837 #, fuzzy msgid "source of network interface" msgstr "undefined network name" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "network name" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "network name" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to read socket %d\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write the log file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write the log file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write the log file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create inactive domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "domain name" +msgstr "failed to write the log file" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write the log file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive network." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive network." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6026,7 +6484,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6034,7 +6492,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6042,55 +6500,55 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "undefined network name" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "failed to get network '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined network name" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined network name" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6101,130 +6559,129 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML file" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %lu bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "failed to get the log file information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "the log path is not a file" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "failed to write the log file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write the log file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6257,7 +6714,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6268,12 +6725,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6282,7 +6739,7 @@ msgstr "" "Welcome to %s, the virtualisation interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6300,876 +6757,959 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "invalid network pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "invalid network pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "this network exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "network %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "system call error" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC error" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS call error" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Failed to find the network" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Failed to find the network: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "network name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Network %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "network name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Network %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "network name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Network %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid network pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid network pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid network pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid network pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to find the network" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to find the network: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to find the network" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to find the network: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid domain pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "domain information" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Failed to resume domain %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel & bootloader" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "unknown OS type" +msgstr "unknown OS type %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "invalid argument in %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Failed to suspend domain %s" +msgstr "failed to serialize S-Expr" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Failed to undefine domain %s" +msgstr "Failed to undefine network %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create inactive domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "Unknown" +msgstr "Scheduler:" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "invalid argument in %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Failed to open '%s': %s" +msgstr "failed to read configuration file %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "unexpected mime type" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "library call failed, possibly not supported" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "configuration file syntax error: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "failed to write configuration file: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain current memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain from %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to open '%s': %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7214,6 +7754,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7222,305 +7766,45 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" -#~ msgid "blocked" -#~ msgstr "blocked" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "invalid argument in %s" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "network name" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "domain current memory" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "missing target information for device" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "network name or uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "missing root device information" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Invalid value of %d for memory size" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "missing root device information" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "missing domain name information" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "invalid domain pointer in" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "invalid domain pointer in" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Failed to create network from %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ 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 open '%s': %s" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" +msgid "failed to allocate activeDomainList" +msgstr "Failed to list active domains" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Failed to open '%s': %s" +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "failed to allocate a node" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "failed to exec %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "domain current memory" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "operation failed: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "operation failed: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "operation failed: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "operation failed: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "failed to open %s for reading" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "operation failed: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "operation failed: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Failed to start domain %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "operation failed: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "missing target information for device" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "missing domain name information" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "missing domain name information" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "invalid domain pointer in" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "invalid domain pointer in" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "allocate value array" - -#~ msgid "failed to exec %s\n" -#~ msgstr "failed to exec %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "failed to get node information" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Failed to open '%s': %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocating private data" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "unexpected mime type" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to read socket %d\n" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "invalid domain pointer in %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "network name or uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "network name or uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "missing source information for device" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "invalid domain pointer in %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "domain name or uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "node information" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "domain vcpu information" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "domain vcpu information" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "network name or uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "failed to add network to connection hash table" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "allocating domain" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Failed to read socket %d\n" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Failed to open '%s': %s" +msgid "reallocating list" +msgstr "allocating domain" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" +msgid "failed to allocate domids" +msgstr "failed to allocate a node" #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - -#~ msgid "domain uuid" -#~ msgstr "domain uuid" - #~ msgid "domain memory" #~ msgstr "domain memory" @@ -7554,64 +7838,12 @@ msgstr "failed to connect to Xen Store" #~ msgid "load network definition file" #~ msgstr "load domain definition file" -#~ msgid "too many domains" -#~ msgstr "too many domains" - -#, fuzzy -#~ msgid "too many networks" -#~ msgstr "too many connections" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "load domain definition file" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "missing root device information" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "domain %s exists already" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "creating xpath context" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "failed to write configuration file" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "failed to allocate a node" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Failed to find the network: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Failed to find the network: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "change memory allocation" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "allocate response" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "allocate new buffer" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "Failed to open '%s': read: %s" +#~ msgid "failed to exec %s\n" +#~ msgstr "failed to exec %s\n" + #~ msgid "growing buffer" #~ msgstr "growing buffer" diff --git a/po/es.po b/po/es.po index bde1242599..867709454b 100644 --- a/po/es.po +++ b/po/es.po @@ -1,16 +1,16 @@ # translation of es.po to Spanish -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # Manuel Ospina , 2006. # Eduardo VillagrĦn Morales , 2007. -# Domingo Becker , 2007. +# Domingo Becker , 2007, 2008. msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-12-12 09:44-0300\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-01-17 12:31-0200\n" "Last-Translator: Domingo Becker \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" @@ -19,310 +19,310 @@ msgstr "" "X-Poedit-Language: Spanish\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "fall³ la llamada a biblioteca, probablemente no haya soporte" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "cambiar la asignaci³n de memoria" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "error de llamada al sistema" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "Desconocido" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "fall³ al leer del Demonio Xen" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "asignando configuraci³n" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Error asignando memoria: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "nodo valor no esperado" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Fall³ al abrir '%s': %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Fall³ al abrir '%s': %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Fall³ al abrir '%s': %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Fall³ al abrir '%s': %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "Fall³ al asignar memoria" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Fall³ al leer socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Fall³ al abrir '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Fall³ al abrir '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Fall³ al encontrar la red: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "Fall³ al asignar memoria" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Fall³ al encontrar la red: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Fall³ al conectar al hipervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "fall³ la autenticaci³n: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -330,450 +330,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, 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:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Fall³ al iniciar la red %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "la operaci³n GET fall³: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "Fall³ al asignar memoria" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "Fall³ al asignar memoria" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Fall³ al abrir '%s': %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Fall³ al abrir '%s': %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Fall³ al reasumir dominio %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Fall³ al crear XML" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, 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:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "fall³ la autenticaci³n" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "Se obtuvo el c³digo %d de error HTTP desconocido" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "fall³ el anĦlisis sintĦctico de la respuesta del servidor" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "puntero a conexi³n invĦlido en" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "falta memoria" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "Dominio no encontrado" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "tipo de SO desconocido" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "Red no encontrada" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Fall³ al obtener las estad­sticas de bloque de %s %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "Fall³ al obtener las estad­sticas de la interfase %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "falta memoria" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Fall³ al crear dominio inactivo %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Fall³ al crear dominio inactivo %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "Red no encontrada" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "Red no encontrada" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Dominio no encontrado" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "argumento invĦlido en" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "fallo de operaci³n" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -812,8 +840,8 @@ msgstr "esperando un separador" msgid "expecting an assignment" msgstr "esperando una asignaci³n" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "asignar buffer" @@ -855,930 +883,986 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "puntero a dominio invĦlido en" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "destino del tipo de dispositivo" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "falta la informaci³n fuente del dispositivo" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "falta la informaci³n fuente del dispositivo" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "falta la informaci³n fuente del dispositivo" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "falta la informaci³n del dispositivo ra­z" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "destino del tipo de dispositivo" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "falta la informaci³n del dispositivo ra­z" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "tipo de SO desconocido" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "falta \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "falta la informaci³n fuente del dispositivo" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "falta la informaci³n fuente del dispositivo" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "equipo desconocido %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "falta la informaci³n del dispositivo ra­z" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "tipo de SO desconocido" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "fall³ al asignar un nodo" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "falta la informaci³n del nombre de dominio" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "puntero a dominio invĦlido en" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Fall³ al crear XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "falta la informaci³n del dispositivo ra­z" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "dato inesperado '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "tipo de SO desconocido" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "destino del tipo de dispositivo" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "falta la informaci³n fuente del dispositivo" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "tipo de SO desconocido %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "destino del tipo de dispositivo" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "dispositivo de interfase" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Fall³ al suspender dominio %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "equipo desconocido %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "error de sintaxis en la topolog­a del conjunto de cpu" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "nodo de diccionario no esperado" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "tipo mime no esperado" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "nodo valor no esperado" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "tipo de SO desconocido" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "asignando conexi³n" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "asignando dominio" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "fall³ al agregar dominio a la tabla hash de conexiones" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "falta el dominio en la tabla hash de conexiones" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "asignando red" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "fall³ al agregar red a la tabla hash de conexiones" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "falta la red en la tabla hash de conexiones" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "asignando red" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "fall³ al agregar red a la tabla hash de conexiones" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "falta el dominio en la tabla hash de conexiones" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "asignando red" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "fall³ al agregar red a la tabla hash de conexiones" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "falta el dominio en la tabla hash de conexiones" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "asignando red" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copiando contenido del nodo" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "fall³ al agregar red a la tabla hash de conexiones" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "falta el dominio en la tabla hash de conexiones" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "tipo de SO desconocido %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "fuente del dispositivo de disco" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "tipo de SO desconocido %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "tipo de SO desconocido %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "tipo de SO desconocido %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "falta la informaci³n fuente del dispositivo" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "falta la informaci³n fuente del dispositivo" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "falta la informaci³n fuente del dispositivo" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "destino del tipo de dispositivo" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "tipo de SO desconocido %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "tipo de SO desconocido %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "falta la informaci³n del dispositivo ra­z" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "tipo de SO desconocido %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "comando desconocido: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "destino del tipo de dispositivo" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "tipo de SO desconocido %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "falta \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "falta \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "equipo desconocido %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "equipo desconocido %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "falta la informaci³n destino del dispositivo" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "equipo desconocido %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "falta la informaci³n del dispositivo ra­z" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "tipo de SO desconocido" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "fall³ al asignar un nodo" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "falta la informaci³n del nombre de dominio" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "puntero a dominio invĦlido en %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "fall³ al obtener el UUID de red" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "dato inesperado '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "tipo de SO desconocido" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "dispositivo de interfase" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "falta la informaci³n del dispositivo ra­z" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "equipo desconocido %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "conectar a dispositivo de disco" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "conectar a interfase de red" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "dispositivo de interfase" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "conectar a dispositivo de disco" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "conectar a dispositivo de disco" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "conectar a dispositivo de disco" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "conectar a dispositivo de disco" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "fall³ al guardar contenido" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "error de sintaxis en la topolog­a del conjunto de cpu" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "nodo de diccionario no esperado" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "nodo de diccionario no esperado" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "nodo de diccionario no esperado" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "nodo de diccionario no esperado" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "tipo mime no esperado" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "nodo valor no esperado" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "fall³ la escritura del archivo de configuraci³n: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "fall³ la escritura del archivo de configuraci³n: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Fall³ al abrir '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "tipo de SO desconocido" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Fall³ al crear XML" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Fall³ al crear XML" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Fall³ al escribir en el socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Fall³ al crear red desde %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Fall³ al guardar el dominio %s en %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "asignando conexi³n" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Fall³ al iniciar la red %s" +msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "la informaci³n del dominio es incorrecta, domid no es numİrico" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "la informaci³n del dominio es incorrecta, domid no es numİrico" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "asignando vector de valores" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "Fall³ al asignar memoria" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Fall³ al crear dominio inactivo %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al encontrar la red: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Fall³ al crear XML" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al guardar el dominio %s en %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Fall³ al iniciar el dominio %s" +msgstr "Fall³ al desdefinir dominio %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Fall³ al iniciar el dominio %s" +msgstr "Fall³ al destruir el dominio %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al adjuntar dispositivo desde %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Fall³ al iniciar el dominio %s" +msgstr "no se pudo abrir %s para lectura" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Fall³ al crear dominio desde %s" +msgstr "Fall³ al leer socket %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Fall³ al abrir '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Fall³ al iniciar el dominio %s" +msgstr "no se pudo abrir %s para lectura" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "asignando vector de valores" +msgstr "fallo de operaci³n: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Fall³ al crear dominio desde %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Fall³ al cerrar socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Fall³ al leer socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al leer socket %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al cerrar socket %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "fallo de operaci³n: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "fallo de operaci³n: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Fall³ al obtener las estad­sticas de la interfase %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Fall³ al destruir el dominio %s" +msgstr "fall³ al obtener la red '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "fallo de operaci³n: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "fall³ al asignar un nodo" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "%s: fall³ la escritura en el archivo log: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "%s: fall³ la escritura en el archivo log: %s" +msgstr "No se pudo cambiar MaxMemorySize" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "%s: fall³ la escritura en el archivo log: %s" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Fall³ al encontrar la red: %s" +msgstr "puntero a conexi³n invĦlido en %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "fall³ al asignar un nodo" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "id o uuid del dominio" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "nombre del dominio inactivo" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "nombre del dominio inactivo" +msgstr "desdefinir un dominio inactivo" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Fall³ al iniciar el dominio %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "script usada para la interfase puente de red " -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Fall³ al adjuntar dispositivo desde %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "fall³ al asignar un nodo" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al adjuntar dispositivo desde %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "Fall³ al asignar memoria" +msgstr "Fall³ al adjuntar dispositivo desde %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Fall³ al leer socket %d\n" +msgstr "Fall³ al escribir en el socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "fall³ al conectar al Almcenaje Xen" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "puntero a dominio invĦlido en" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Fall³ al abrir '%s': %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Fall³ al abrir '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Fall³ al abrir '%s': %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "nombre de dominio" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "id o uuid del dominio" +msgstr "lista de dominio del nodo" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "Se obtuvo el c³digo %d de error HTTP desconocido" +msgstr "equipo desconocido %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Fall³ al reasumir dominio %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "argumento invĦlido en %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "argumento invĦlido en" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Fall³ al abrir '%s': %s" +msgstr "direcci³n MAC invĦlida: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1789,8 +1873,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "tipo de SO desconocido %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1800,1639 +1884,1791 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "error de sintaxis en el archivo de configuraci³n: %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "Fall³ al iniciar la red %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "Fall³ al encontrar la red: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "falta memoria" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "falta memoria" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "fall³ al asignar un nodo" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "fall³ al asignar un nodo" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "El dominio ya estĦ activo" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Fall³ al abrir '%s': %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "no se pudo abrir %s para lectura" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Fall³ al abrir '%s': %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Fall³ al abrir '%s': %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "fall³ al obtener la red '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "La red estĦ todav­a en ejecuci³n" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "informaci³n de la red en XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "fall³ al asignar un nodo" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Fall³ al guardar el dominio %s en %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Fall³ al abrir '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "No se puede extraer la versi³n del hipervisor %s en ejecuci³n\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "resolviendo nombre de archivo de la red" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "direcci³n MAC invĦlida" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "Direcci³n MAC" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 #, fuzzy msgid "popen failed" msgstr "fallo de operaci³n" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "error de sintaxis en el archivo de configuraci³n: %s" +msgstr "" -#: src/openvz_conf.c:375 -#, fuzzy, c-format +#: src/openvz_conf.c:426 +#, c-format msgid "Cound not read config for container %d" -msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" +msgstr "" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "El dominio todav­a estĦ en ejecuci³n" +msgstr "El dominio %s ha sido desdefinido\n" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 msgid "only one filesystem supported" msgstr "" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "no se pudo conectar a %s" -#: src/openvz_driver.c:249 -#, fuzzy, c-format +#: src/openvz_driver.c:257 +#, c-format msgid "cannot read cputime for domain %d" -msgstr "nombre del dominio inactivo" +msgstr "" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 #, fuzzy msgid "domain is not in running state" msgstr "El dominio todav­a estĦ en ejecuci³n" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "no se pudo conectar a %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "no se pudo conectar a %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "cambiar los nşmeros de los CPUs virtuales" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "El dominio todav­a estĦ en ejecuci³n" +msgstr "" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tipo de SO desconocido %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "Fall³ al cerrar socket %d\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "Fall³ al leer socket %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "Fall³ al escribir en el socket %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "Error de comunicaci³n con el proxy: se obtuvieron %d de %d bytes\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "Error de comunicaci³n con el proxy: se esperaban %d bytes y se obtuvieron %" "d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "Error de comunicaci³n con el proxy: se obtuvo un paquete de %d bytes\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "Error de comunicaci³n con el proxy: paquete mal formado\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "se obtuvo un nşmero de paquete %d sin sincron­a\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "fall³ al asignar un nodo" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 #, fuzzy msgid "failed to allocate vncTLSx509certdir" -msgstr "no se pudo asignar buffer" +msgstr "fall³ al asignar un nodo" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "fall³ al asignar un nodo" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, fuzzy, c-format msgid "Network '%s' not found" msgstr "Red no encontrada" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" +msgid "Network '%s' is not active" msgstr "Red %s iniciada\n" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, fuzzy, c-format msgid "Network type %d is not supported" msgstr "Red %s iniciada\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format +#: src/qemu_conf.c:585 +#, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, fuzzy, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al obtener las estad­sticas de la interfase %s %s" -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:612 #, fuzzy msgid "failed to allocate space for tapfds string" msgstr "fall³ al asignar un nodo" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format msgid "unsupported usb disk type for '%s'" -msgstr "destino del tipo de dispositivo" +msgstr "" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, fuzzy, c-format msgid "unsupported disk type '%s'" -msgstr "destino del tipo de dispositivo" +msgstr "dato inesperado '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "puntero a dominio invĦlido en" +msgstr "" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 #, fuzzy msgid "failed to allocate space for argv string" -msgstr "Fall³ al asignar memoria" +msgstr "fall³ al asignar un nodo" -#: src/qemu_driver.c:91 -#, fuzzy +#: src/qemu_driver.c:88 src/uml_driver.c:94 msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "%s: fall³ la escritura en el archivo log: %s" +msgstr "" -#: src/qemu_driver.c:106 -#, fuzzy +#: src/qemu_driver.c:103 msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "fall³ el anĦlisis sintĦctico de la informaci³n del dominio Xend" +msgstr "" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "Fall³ al iniciar la red %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Fall³ al abrir '%s': %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "Fall³ al encontrar la red: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "falta memoria" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "falta memoria" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "%s: fall³ la escritura en el archivo log: %s" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "asignar nuevo contexto" +msgstr "asignar buffer" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "fall³ al obtener el dominio '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "fallo de operaci³n" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "El dominio ya estĦ activo" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s: fall³ la escritura en el archivo log: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "%s: fall³ la escritura en el archivo log: %s" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "%s: fall³ la escritura en el archivo log: %s" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "fall³ al obtener la red '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "%s: fall³ la escritura en el archivo log: %s" +msgstr "Fall³ al cerrar socket %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "nodo de diccionario no esperado" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "fall³ al asignar un nodo" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "fall³ al asignar un nodo" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Fall³ al guardar el dominio %s en %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "El dominio ya estĦ activo" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "no se pudo abrir %s para lectura" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Fall³ al abrir '%s': %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Fall³ al abrir '%s': %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "fall³ al obtener la red '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "nodo de diccionario no esperado" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Fall³ al abrir '%s': %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "Fall³ al asignar memoria" +msgstr "fall³ al obtener las capacidades" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memoria libre de NUMA" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "el dominio %s ya existe" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "el dominio %s ya existe" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "El dominio todav­a estĦ en ejecuci³n" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "fallo de operaci³n" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "fallo de operaci³n" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "fall³ al asignar un nodo" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nombre del dominio inactivo" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Fall³ al suspender dominio %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "fall³ al obtener el UUID del dominio" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Fall³ al crear XML" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Fall³ al escribir en el socket %d\n" +msgstr "fall³ la escritura en el archivo log" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Fall³ al escribir en el socket %d\n" +msgstr "fall³ la escritura en el archivo log" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "falta memoria" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "fallo de operaci³n" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "nombre del dominio inactivo" +msgstr "Quita la definici³n de configuraci³n de un dominio inactivo." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "desdefinir un dominio inactivo" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "fall³ la llamada a biblioteca, probablemente no haya soporte" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Fall³ al crear XML" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "cargar archivo de definici³n del dominio" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "lista de dominio del nodo" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "fall³ al leer del Demonio Xen" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Fall³ al crear XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Fall³ al crear XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "El dominio ya estĦ activo" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Fall³ al crear XML" +msgstr "fall³ al obtener el UUID de red" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Fall³ al iniciar el dominio %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Fall³ al reasumir dominio %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Fall³ al asignar memoria" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "dispositivo de interfase" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "destino del tipo de dispositivo" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "dispositivo de interfase" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "el dominio %s ya existe" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "cargando el archivo de definici³n del equipo" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "dispositivo de interfase" +msgstr "conectar a dispositivo de disco" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "cargando el archivo de definici³n del equipo" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "desdefinir un dominio inactivo" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Dominio no encontrado" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "fall³ al obtener la informaci³n del nodo" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Fall³ al desunir dispositivo desde %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "nombre del dominio inactivo" +msgstr "autoiniciar un dominio" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Fall³ al guardar el dominio %s en %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argumento invĦlido en %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Dominio no encontrado: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "argumento invĦlido en %s" +msgstr "argumento invĦlido en" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "nombre de dominio" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "lista de dominio del nodo" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "El dominio ya estĦ activo" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "informaci³n de la red en XML" +msgid "could not generate random UUID" +msgstr "fall³ al obtener el UUID del dominio" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "fall³ al asignar un nodo" +msgid "failed to start listening VM" +msgstr "Fall³ al iniciar el dominio %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Fall³ al guardar el dominio %s en %s" +msgid "migrate failed: %s" +msgstr "fallo de operaci³n: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Fall³ al eliminar definici³n de la red" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Fall³ al abrir '%s': %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "no se pudo conectar a %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Fall³ al abrir '%s': %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Fall³ al leer socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Fall³ al leer socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "fall³ al obtener el URI" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Error asignando memoria: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "asignando dominio" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "fall³ al asignar un nodo" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "%s: fall³ la escritura en el archivo log: %s" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Fall³ al encontrar la red: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Fall³ al crear XML" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "Fall³ al obtener las estad­sticas de la interfase %s %s" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "Fall³ al obtener las estad­sticas de la interfase %s %s" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Fall³ al crear XML" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "Valor invĦlido en cap" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "No se pudo verificar el MemorySize" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "Valor invĦlido en cap" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Fall³ al encontrar la red: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "fall³ la escritura del archivo de configuraci³n: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "muchas redes" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "demasiados dominios" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "demasiados dominios" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "cambiar la asignaci³n de memoria" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "tipo de SO desconocido" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "muchas redes" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "se registraron muchos controladores" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "se registraron muchos controladores" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "se registraron muchos controladores" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "se registraron muchos controladores" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "se registraron muchos controladores" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "se registraron muchos controladores" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "se registraron muchos controladores" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "tipo de SO desconocido %s" +msgstr "fall³ la autenticaci³n: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "fall³ la autenticaci³n" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Fall³ al encontrar la red: %s" +msgstr "fallo la serializaci³n S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Fall³ al crear dominio inactivo %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, 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:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Fall³ al iniciar el dominio %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "Fall³ al obtener las estad­sticas de la interfase %s %s" +msgstr "fall³ al guardar contenido" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al iniciar el dominio %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "Fall³ al obtener las estad­sticas de la interfase %s %s" +msgstr "Fall³ al conectar al hipervisor" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "argumento invĦlido en %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "argumento invĦlido en" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "puntero a dominio invĦlido en" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "fall³ al asignar un nodo" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "fall³ al copiar una cadena" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "tipo de SO desconocido %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "tipo de SO desconocido %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Fall³ al abrir '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Fall³ al abrir '%s': %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Fall³ al iniciar el dominio %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "error interno %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "consola no implementada en esta plataforma" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Fall³ al abrir '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "argumento invĦlido en %s" +msgstr "puntero de red invĦlido en %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "puntero de red invĦlido en %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "fallo de operaci³n" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "falta la informaci³n fuente del dispositivo" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 -#, fuzzy +#: src/storage_backend_fs.c:353 msgid "retval" -msgstr "Total" +msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "falta la informaci³n fuente del dispositivo" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "falta la informaci³n fuente del dispositivo" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "falta la informaci³n fuente del dispositivo" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "falta la informaci³n fuente del dispositivo" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Fall³ al abrir '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "nombre de dominio" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "tipo de SO desconocido %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Fall³ al abrir '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Fall³ al abrir '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3461,586 +3697,761 @@ msgstr "mostrar versi³n" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Nombre" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Fall³ al abrir '%s': %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Fall³ al abrir '%s': %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "Fall³ al obtener las estad­sticas de bloque de %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Fall³ al encontrar la red: %s" +msgstr "Fall³ al definir el dominio desde %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Fall³ al desunir dispositivo desde %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Fall³ al obtener las estad­sticas de bloque de %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "Fall³ al asignar memoria" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 #, fuzzy msgid "portal" msgstr "Total" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "nombre de dominio" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "asignando red" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "asignando red" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "asignando red" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "fall³ al obtener la informaci³n del nodo" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "nombre de dominio" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "asignando red" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "equipo desconocido %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "tipo de SO desconocido %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "falta la informaci³n del dispositivo ra­z" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "nombre de red o uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "tipo de SO desconocido %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "falta la informaci³n fuente del dispositivo" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "dispositivo de interfase" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "bloquear dispositivo" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "falta la informaci³n del dispositivo ra­z" +msgstr "falta la informaci³n fuente del dispositivo %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "falta la informaci³n fuente del dispositivo" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "nombre de dominio" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "tipo de SO desconocido %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "falta la informaci³n destino del dispositivo" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "tipo mime no esperado" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "equipo desconocido %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "asignando red" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "equipo desconocido %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "falta la informaci³n del dispositivo ra­z" +msgstr "falta la informaci³n del nombre de dominio" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "tipo de SO desconocido %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Fall³ al crear XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Nombre" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "El dominio ya estĦ activo" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "El dominio ya estĦ activo" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "el camino para el log no es un archivo" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "El dominio ya estĦ activo" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "obteniendo la hora" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "cargando el archivo de definici³n del equipo" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "equipo" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "nodo" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creando el contexto xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "nodo numa del cpu" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "nodo de sockets del cpu" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "nodo de nşcleos del cpu" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "nodo de threads del cpu" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "nodo de cpu activo" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "nodo de mhz del cpu" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "memoria del nodo" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "lista de dominio del nodo" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolviendo archivo de nombre de dominio" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "lista de dominio del nodo" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "resolviendo nombre de archivo de la red" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "lista de dominio del nodo" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolviendo archivo de nombre de dominio" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: provea un camino o use test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Dominio no encontrado" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "el dominio %s ya existe" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "El dominio todav­a estĦ en ejecuci³n" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "autoiniciar un dominio" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "lista de dominio del nodo" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "fall³ al leer del Demonio Xen" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "lista de dominio del nodo" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "El dominio %s se volc³ en %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: fall³ la escritura en el archivo log: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "El dominio ya estĦ ejecutĦndose" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "El dominio todav­a estĦ en ejecuci³n" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "La red estĦ todav­a en ejecuci³n" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "La red ya estĦ ejecutĦndose" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Fall³ al crear XML" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Fall³ al abrir '%s': %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "fall³ al obtener el nombre de anfitri³n" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "fall³ al obtener el nombre de anfitri³n" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "fall³ al obtener el nombre de anfitri³n" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Fall³ al crear red desde %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "falta memoria" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Fall³ al abrir '%s': %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "nodo de sockets del cpu" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "comando desconocido: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, 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:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "no se pudo analizar sintĦcticamente la URI de conexi³n" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "fall³ el analisis sintĦctico del archivo de configuraci³n %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "fall³ el analisis sintĦctico del archivo de configuraci³n %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Fall³ al desdefinir dominio %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "error:" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "imprimir ayuda" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Imprime ayuda global o ayuda espec­fica sobre un comando." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nombre del comando" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4048,322 +4459,326 @@ msgstr "" "Comandos:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "autoiniciar un dominio" -#: src/virsh.c:375 +#: src/virsh.c:374 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:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "nombre de dominio, id o uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "deshabilitar autoiniciado" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Fall³ al marcar el dominio %s como autoiniciado" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Fall³ al desmarcar el dominio %s como autoiniciado" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Dominio %s marcado como autoiniciado\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Dominio %s desmarcado como autoiniciado\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)conectar al hipervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI de conexi³n al hipervisor" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "conexi³n s³lo lectura" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Fall³ al desconectar del hipervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Fall³ al conectar al hipervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "conectar a la consola cliente" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Conectar a la consola serie virtual para el cliente" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "No hay disponible una consola para el dominio\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "consola no implementada en esta plataforma" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "listar dominios" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Devuelve la lista de dominios." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "listar dominios inactivos" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "listar dominios inactivos & activos" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Fall³ al listar dominios activos" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Fall³ al listar dominios inactivos" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nombre" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Estado" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "sin estado" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "estado del dominio" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Devuelve el estado de un dominio en ejecuci³n" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "obtener el bloque de estad­sticas del dispositivo para un dominio" -#: src/virsh.c:706 +#: src/virsh.c:705 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:712 +#: src/virsh.c:711 msgid "block device" msgstr "bloquear dispositivo" -#: src/virsh.c:733 +#: src/virsh.c:732 #, 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:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "obtener las estad­sticas de la interfase de red de un dominio" -#: src/virsh.c:763 +#: src/virsh.c:762 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:769 +#: src/virsh.c:768 msgid "interface device" msgstr "dispositivo de interfase" -#: src/virsh.c:790 +#: src/virsh.c:789 #, 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:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspender un dominio" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspende un dominio en ejecuci³n." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Dominio %s suspendido\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Fall³ al suspender dominio %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "crear un dominio desde un archivo XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Crear un dominio." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "archivo que contiene una descripci³n de dominio en XML" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Dominio %s creado desde %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Fall³ al crear dominio desde %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definir un dominio." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Dominio %s definido desde %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Fall³ al definir el dominio desde %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "desdefinir un dominio inactivo" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Quita la definici³n de configuraci³n de un dominio inactivo." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "nombre de dominio o uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "El dominio %s ha sido desdefinido\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Fall³ al desdefinir dominio %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "iniciar un dominio inactivo (previamente definido)" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Iniciar un dominio." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "nombre del dominio inactivo" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "El dominio ya estĦ activo" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Dominio %s iniciado\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Fall³ al iniciar el dominio %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "guardar el estado de un dominio en un archivo" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Guardar un dominio en ejecuci³n." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "donde guardar los datos" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "El dominio %s se guard³ en %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Fall³ al guardar el dominio %s en %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "mostrar/fijar parĦmetros del planificador" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Mostrar/Fijar los parĦmetros del planificador." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "peso para XEN_CREDIT" @@ -4372,280 +4787,288 @@ msgstr "peso para XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "cap para XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "Valor invĦlido en peso" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "Valor invĦlido en cap" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Valor invĦlido en cap" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Planificador" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Desconocido" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restaurar un dominio." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "el estado a restaurar" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Dominio restaurado desde %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Fall³ al restaurar dominio desde %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Volcado de nşcleo de un dominio" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "donde volcar el nşcleo" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "El dominio %s se volc³ en %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "reasumir un dominio" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Reasumir un dominio previamente suspendido." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Dominio %s reasumido\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Fall³ al reasumir dominio %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "apagar un dominio agradablemente" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Ejecutar apagar (shutdown) en el dominio destino." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "El dominio %s se estĦ apagando\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Fall³ al apagar el dominio %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reiniciar un dominio" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "El dominio %s se estĦ reiniciando\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Fall³ al reiniciar el dominio %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destruir un dominio" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destruye un dominio dado." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "El dominio %s fue destru­do\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Fall³ al destruir el dominio %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informaci³n del dominio" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Devuelve la informaci³n bĦsica acerca del dominio." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nombre:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Tipo de SO:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Estado:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Tiempo de CPU:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Memoria mĦx:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "sin l­mite" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Memoria usada:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Autoiniciar" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Nombre" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "Memoria libre de NUMA" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "mostrar la memoria libre disponible para la celda NUMA." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "Nşmero de celda NUMA" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Total" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "informaci³n vcpu del dominio" -#: src/virsh.c:1623 +#: src/virsh.c:1654 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:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Afinidad de CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Bloqueo del dominio, las CPUs virtuales no estĦn presentes." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control de afinidad de vcpu del dominio" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Ajustar los VCPUs del dominio a los CPUs f­sicos del equipo." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "nşmero de vcpu" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "nşmero(s) de los cpu del equipo (separados por coma)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "fall³ al obtener la informaci³n del nodo" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: formato invĦlido. Cadena nula." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4653,7 +5076,7 @@ msgstr "" "cpulist: %s: Formato invĦlido. Se esperaba un d­gito en la posici³n %d " "(cerca de '%c')." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4662,1353 +5085,1391 @@ msgstr "" "cpulist: %s: Formato invĦlido. Se esperaba un d­gito o coma en la posici³n %" "d (cerca de '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "El CPU f­sico %d no existe." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "cambiar los nşmeros de los CPUs virtuales" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "nşmero de CPUs virtuales" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Nşmero invĦlido de CPUs virtuales." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Demasiadas CPUs virtuales." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "cambiar la asignaci³n de memoria" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "nşmero de kilobytes de memoria" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "No se pudo verificar MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "cambiar l­mite mĦximo de memoria" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "l­mite de memoria mĦximo en kilobytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "No se pudo verificar el MemorySize" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "No se pudo achicar el tamaħo de memoria actual (MemorySize)." -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "No se pudo cambiar MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informaci³n del nodo" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Devuelve la informaci³n bĦsica del nodo." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "fall³ al obtener la informaci³n del nodo" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Modelo de CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Frecuencia del CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "Slot(s) de CPU:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Nşcleo(s) por slot:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Hilo(s) por nşcleo:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "Celda(s) NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Tamaħo de memoria:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "capacidades" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Devuelve las capacidades del hipervisor/controlador." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "fall³ al obtener las capacidades" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informaci³n del dominio en XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "id o uuid del dominio" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "id o nombre del dominio" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "fall³ al obtener el UUID del dominio" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "migrar el dominio a otro anfitri³n" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "migraci³n en vivo" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI de conexi³n del anfitri³n destino" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI de migraci³n, usalmente se puede omitir" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migrar: falta del uri_destino" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "autoiniciar una red" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nombre de red o uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "Fallo al marcar la red %s como autoiniciada" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "Fallo al desmarcar la red %s como autoiniciada" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "La red %s fue marcada como autoiniciada\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "La red %s fue desmarcada como autoiniciada\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "crear una red desde un archivo XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Crear una red." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "el archivo que contiene una descripci³n de red en XML" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "La red %s fue creada desde %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Fall³ al crear red desde %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Definir una red." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Red %s definida desde %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Fall³ al definir la red desde %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "destruir una red" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Destruye una red dada." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nombre de red, id o uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "La red %s fue destru­da\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Fall³ al destruir la red %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informaci³n de la red en XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "listar redes" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Devuelve la lista de redes." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "listar redes inactivas" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "listar redes inactivas & activas" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Fall³ al listar redes activas" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Fall³ al listar redes inactivos" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Autoiniciar" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "sin autoiniciar" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "activo" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inactivo" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "convierte UUID de red a un nombre de red" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid de red" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "iniciar una red inactiva (previamente definida)" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Iniciar una red." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nombre de la red inactiva" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Red %s iniciada\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Fall³ al iniciar la red %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "eliminar definici³n de una red inactiva" -#: src/virsh.c:2705 +#: src/virsh.c:2741 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:2764 #, 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:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Fall³ al eliminar definici³n de la red %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 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:2784 msgid "network name" msgstr "nombre de red" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "fall³ al obtener el UUID de red" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "autoiniciar un dominio" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "nombre de dominio o uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Fallo al marcar la red %s como autoiniciada" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Fallo al desmarcar la red %s como autoiniciada" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Dominio %s marcado como autoiniciado\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Dominio %s desmarcado como autoiniciado\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "crear un dominio desde un archivo XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Crear un dominio." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "archivo que contiene una descripci³n de dominio en XML" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Dominio %s creado desde %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Fall³ al crear dominio desde %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "crear un dominio desde un archivo XML" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "nombre del dominio inactivo" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "no se pudo asignar buffer" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Dominio %s creado desde %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Fall³ al crear dominio desde %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definir un dominio." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Dominio %s definido desde %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Fall³ al definir el dominio desde %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Dominio %s definido desde %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Fall³ al desdefinir dominio %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Fall³ al suspender dominio %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destruir un dominio" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destruye un dominio dado." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "El dominio %s fue destru­do\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Fall³ al destruir el dominio %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destruye un dominio dado." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "El dominio %s fue destru­do\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Fall³ al destruir el dominio %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Dominio %s reasumido\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Fall³ al reasumir dominio %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "informaci³n del dominio en XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "listar dominios" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Devuelve la lista de dominios." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "listar dominios inactivos" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "listar dominios inactivos & activos" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Fall³ al listar dominios activos" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Fall³ al listar dominios inactivos" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "puntero de red invĦlido en %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "se registraron muchos controladores" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "falta memoria" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Fall³ al desdefinir dominio %s" +msgstr "Fall³ al guardar el dominio %s en %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "se registraron muchos controladores" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "informaci³n del nodo" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Devuelve la informaci³n bĦsica del nodo." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "ejecutĦndose" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "asignando dominio" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convierte UUID de red a un nombre de red" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "uuid del dominio" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "iniciar un dominio inactivo (previamente definido)" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Iniciar un dominio." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "nombre del dominio inactivo" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Dominio %s iniciado\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Fall³ al iniciar el dominio %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "crear un dominio desde un archivo XML" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Crear un dominio." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "nombre del dominio inactivo" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Dominio %s creado desde %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Fall³ al crear XML" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "desdefinir un dominio inactivo" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Quita la definici³n de configuraci³n de un dominio inactivo." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "El dominio %s ha sido desdefinido\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Fall³ al desdefinir dominio %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convierte un nombre de red a un UUID de red" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "fall³ al obtener el UUID del dominio" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "crear un dominio desde un archivo XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "archivo que contiene una descripci³n de dominio en XML" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Dominio %s creado desde %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Fall³ al crear dominio desde %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destruye un dominio dado." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "El dominio %s fue destru­do\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Fall³ al destruir el dominio %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "informaci³n del nodo" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Devuelve la informaci³n bĦsica del nodo." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "Tipo de SO:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "Archivo XML" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "bloqueado" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "informaci³n del dominio en XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "listar dominios" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Devuelve la lista de dominios." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Fall³ al listar dominios activos" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convierte UUID de red a un nombre de red" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convierte UUID de red a un nombre de red" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "uuid del dominio" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convierte UUID de red a un nombre de red" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "mostrar versi³n" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Muestra la informaci³n de versi³n del sistema." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "fall³ al obtener el tipo de hipervisor" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compilado contra la biblioteca: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "fall³ al obtener la versi³n de la biblioteca" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Usando la biblioteca: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Usando el API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "fall³ al obtener la versi³n del hipervisor" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, 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:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Ejecutando hipervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "migrar el dominio a otro anfitri³n" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "capacidades" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Fall³ al conectar al hipervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Fall³ al listar dominios inactivos" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "imprimir el nombre de anfitri³n del hipervisor" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "fall³ al obtener el nombre de anfitri³n" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "imprimir el URI can³nico del hipervisor" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "fall³ al obtener el URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "pantalla vnc" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "consola tty" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Salida del dispositivo para la consola TTY." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "adjuntar dispositivo desde un archivo XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Adjuntar un dispositivo desde un XML ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "Archivo XML" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Fall³ al adjuntar dispositivo desde %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "Desunir dispositivo desde un archivo XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Desunir dispositivo desde un XML " -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Fall³ al desunir dispositivo desde %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "conectar a interfase de red" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Conectar la nueva interfase de red." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "tipo de interfase de red" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "fuente de la interfase de red" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "nombre de red destino" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "Direcci³n MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "script usada para la interfase puente de red " -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "No hay soporte de %s en el comando 'attach-interface'" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "desconectar interfase de red" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Desconectar la interfase de red." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Fall³ al obtener la informaci³n de la interfase" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "No se encontro la interfase cuyo tipo es %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "No se encontr³ la interfase cuya MAC es %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Fall³ al asignar memoria" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Fall³ al crear XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "conectar a dispositivo de disco" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Conectar un nuevo dispositivo de disco." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "fuente del dispositivo de disco" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "destino del dispositivo de disco" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "controlador del dispositivo de disco" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "subcontrolador del dispositivo de disco" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "destino del tipo de dispositivo" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "modo de lectura y escrituria del dispositivo" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "No hay soporte de %s en el comando 'attach-disk'" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "desconectar dispositivo de disco" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Desconectar dispositivo de disco." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "fall³ al obtener la informaci³n del disco" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "No se encontro el disco cuyo destino es %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "Fall³ al asignar memoria" +msgstr "fall³ al asignar un nodo" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: fall³ la escritura en el archivo log: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, 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:5252 +#: src/virsh.c:5378 #, 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:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Fall³ al crear dominio inactivo %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "nombre de dominio" +msgstr "%s: fall³ la escritura en el archivo log: %s" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: fall³ la escritura en el archivo log: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Quita la definici³n de configuraci³n de un dominio inactivo." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Quita la definici³n de configuraci³n de un dominio inactivo." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "fall³ la lectura del archivo de configuraci³n" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Quita la definici³n de configuraci³n de una red inactiva." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Quita la definici³n de configuraci³n de una red inactiva." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Quita la definici³n de configuraci³n de un dominio inactivo." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, 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:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quita esta terminal interactiva" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "el comando '%s' requiere la opci³n <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "el comando '%s' requiere la opci³n --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "el comando '%s' no existe" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NOMBRE\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6016,7 +6477,7 @@ msgstr "" "\n" " RESUMEN\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6024,7 +6485,7 @@ msgstr "" "\n" " DESCRIPCION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6032,55 +6493,55 @@ msgstr "" "\n" " OPCIONES\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nombre o id de dominio no definido" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "fall³ al obtener el dominio '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nombre de red indefinido" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "fall³ al obtener la red '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "nombre de red indefinido" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "fall³ al obtener el dominio '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "nombre de red indefinido" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "fall³ al obtener el dominio '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6091,130 +6552,129 @@ msgstr "" "(Tiempo: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "falta \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "s­mbolo inesperado (nombre de comando): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "comando desconocido: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "el comando '%s' no soporta la opci³n --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "sintax esperada: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nşmero" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "cadena" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "dato inesperado '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPCION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATOS" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "Archivo XML" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pausado" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "apagĦndose" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "callar" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "colgado" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "fuera de l­nea" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "conexi³n invĦlida" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error:" -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error:" -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: fall³ al asignar %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: fall³ al asignar %lu bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "fall³ al conectar al hipervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "fall³ al obtener la informaci³n del archivo log" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "el camino para el log no es un archivo" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "fall³ la escritura en el archivo log" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: fall³ la escritura en el archivo log: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Fall³ al desconectar del hipervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6247,7 +6707,7 @@ msgstr "" "\n" " comandos (modo no interactivo):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6257,12 +6717,12 @@ msgstr "" " (especifique --help para detalles sobre el comando)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "opci³n '-%c' no soportada. Vea --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6271,7 +6731,7 @@ msgstr "" "Bienvenido a %s, la terminal interactiva de virtualizaci³n.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6289,878 +6749,961 @@ msgstr "advertencia" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No hay mensaje de error provisto" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "error interno %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "error interno" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "esta funci³n no es soportada por el hipervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, 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:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "no se pudo conectar al hipervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "no se pudo conectar a %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "puntero a conexi³n invĦlido en" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "puntero a conexi³n invĦlido en %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "puntero a dominio invĦlido en" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "puntero a dominio invĦlido en %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "argumento invĦlido en" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "argumento invĦlido en %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "fallo de operaci³n: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "fallo de operaci³n" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "la operaci³n GET fall³: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "la operaci³n GET fall³" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "La operaci³n POST fall³: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "La operaci³n POST fall³" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "Se obtuvo el c³digo %d de error HTTP desconocido" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "equipo desconocido %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "equipo desconocido" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "fallo la serializaci³n S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "fallo la serializaci³n S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "no se pudo usar la entrada de hipervisor Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "no se pudo usar la entrada de hipervisor Xen %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "no se pudo conectar al Almacenaje Xen" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "no se pudo conectar al Almacenaje Xen %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "fall³ la llamada de sistema Xen %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "tipo de SO desconocido" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "tipo de SO desconocido %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "falta la informaci³n del kernel" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "falta la informaci³n del dispositivo ra­z" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "falta la informaci³n del dispositivo ra­z en %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "falta la informaci³n fuente del dispositivo" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "falta la informaci³n fuente del dispositivo %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "falta la informaci³n destino del dispositivo" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "falta la informaci³n destino del dispositivo %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "falta la informaci³n del nombre de dominio" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "falta la informaci³n del nombre de dominio en %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "falta la informaci³n del sistema operativo" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "falta la informaci³n del sistema operativo para %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "falta informaci³n de los dispositivos" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "falta la informaci³n de dispositivos para %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "se registraron muchos controladores" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "se registraron muchos controladores en %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "fall³ la llamada a biblioteca, probablemente no haya soporte" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "fall³ la llamada %s a biblioteca, posiblemente no haya soporte" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "La descripci³n XML no estĦ bien formada o es invĦlida" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "este dominio ya existe" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "el dominio %s ya existe" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "la operaci³n estĦ prohibida para acceso de s³lo lectura" -#: src/virterror.c:594 +#: src/virterror.c:602 #, 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:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "no se pudo abrir para lectura el archivo de configuraci³n" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "no se pudo abrir %s para lectura" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "fall³ la lectura del archivo de configuraci³n" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "fallo la lectura del archivo de configuraci³n %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "fallo el anĦlisis sintĦctico del archivo de configuraci³n" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "fall³ el analisis sintĦctico del archivo de configuraci³n %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "error de sintaxis en el archivo de configuraci³n" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "error de sintaxis en el archivo de configuraci³n: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "fall³ la escritura del archivo de configuraci³n" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "fall³ la escritura del archivo de configuraci³n: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "error de anĦlisis" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "puntero de red invĦlido en" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "puntero de red invĦlido en %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "esta red ya existe" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "la red %s ya existe" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "error de llamada al sistema" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "Error RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "Error de llamada de GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Fall³ al eliminar definici³n de la red" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Fall³ al encontrar la red: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Dominio no encontrado" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Dominio no encontrado: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Red no encontrada" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Red no encontrada: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "direcci³n MAC invĦlida" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "direcci³n MAC invĦlida: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "fall³ la autenticaci³n" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "fall³ la autenticaci³n: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "Red no encontrada" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Red no encontrada: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "Red no encontrada" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Red no encontrada: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "puntero de red invĦlido en" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "puntero de red invĦlido en %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "puntero de red invĦlido en" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "puntero de red invĦlido en %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Fall³ al eliminar definici³n de la red" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Fall³ al encontrar la red: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Fall³ al eliminar definici³n de la red" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Fall³ al encontrar la red: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "puntero a dominio invĦlido en" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "puntero a dominio invĦlido en %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Dominio no encontrado" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Dominio no encontrado: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "asignando dominio" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "fall³ al asignar un nodo" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" "El parĦmetro de peso del crİdito del planificador (%d) estĦ fuera de rango " "(1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" "El parĦmetro cap del crİdito del planificador (%d) estĦ fuera de rango (0-" "65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "asignando info de dominio %d" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "fall³ al asignar un nodo" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "fall³ al conectar al Almcenaje Xen" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "fall³ al leer del Demonio Xen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Fall³ al reasumir dominio %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "asignando buffer nuevo" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "fallo de operaci³n: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "fall³ urlencode al crear S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "informaci³n del dominio incompleta, falta domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "la informaci³n del dominio es incorrecta, domid no es numİrico" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "la informaci³n del dominio es incompleta, falta uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "la informaci³n del dominio es incompleta, falta el nombre" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "la informaci³n del dominio es incompleta, falta el nombre" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" "la informaci³n del dominio es incompleta, falta el kernel y el cargador de " "arranque" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "tipo de SO desconocido" +msgstr "destino del tipo de dispositivo" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "tipo de SO desconocido" +msgstr "tipo de SO desconocido %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "la informaci³n del dominio es incompleta, vbd no tiene dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "la informaci³n del dominio estĦ incompleta, vbd no tiene src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" "no se puede analizar el nombre de archivo vbd, nombre de dispositivo omitido" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 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:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "direcci³n MAC invĦlida: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "nodo de diccionario no esperado" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "tipo de SO desconocido %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "la informaci³n del dominio estĦ incompleta, falta id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tipo de SO desconocido %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "fall³ el anĦlisis sintĦctico de la informaci³n de la topolog­a" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "error de sintaxis de la topolog­a" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 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:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Fall³ al suspender dominio %s" +msgstr "fallo la serializaci³n S-Expr" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "destino del tipo de dispositivo" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "nodo valor no esperado" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "memoria del nodo" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "fallo de operaci³n" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Fall³ al desdefinir dominio %s" +msgstr "Fall³ al eliminar definici³n de la red %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "fallo de operaci³n: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "fall³ al obtener el nombre de anfitri³n" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, 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:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Fall³ al crear dominio inactivo %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "la informaci³n del dominio es incompleta, falta el nombre" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "Desconocido" +msgstr "Planificador" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "fall³ al obtener el nombre de anfitri³n" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "la informaci³n del dominio es incompleta, falta uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "la informaci³n del dominio es incompleta, falta uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "argumento invĦlido en %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "no se pudo abrir %s para lectura" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Fall³ al abrir '%s': %s" +msgstr "fallo la lectura del archivo de configuraci³n %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "tipo mime no esperado" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "tipo mime no esperado" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "tipo mime no esperado" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "nodo valor no esperado" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "lista de dominio del nodo" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "fall³ la llamada a biblioteca, probablemente no haya soporte" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "error de sintaxis en el archivo de configuraci³n: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "nodo valor no esperado" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "nodo valor no esperado" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "nodo valor no esperado" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "conexi³n s³lo lectura" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "listar dominios inactivos" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "fall³ la escritura del archivo de configuraci³n: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "nodo de diccionario no esperado" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Fall³ al restaurar dominio desde %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "No se pudo verificar el MemorySize" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "fallo la lectura del archivo de configuraci³n %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "tipo de SO desconocido" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Fall³ al obtener las estad­sticas de bloque de %s %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Fall³ al crear dominio desde %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Fall³ al abrir '%s': %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "asignando vector de cadena" #: src/xmlrpc.c:53 @@ -7205,6 +7748,10 @@ msgstr "asignando respuesta" msgid "read response" msgstr "leer respuesta" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "asignando vector de cadena" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "fall³ el anĦlisis sintĦctico de la respuesta del servidor" @@ -7213,309 +7760,45 @@ msgstr "fall³ el anĦlisis sintĦctico de la respuesta del servidor" msgid "allocate new context" msgstr "asignar nuevo contexto" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "fall³ al conectar al Almcenaje Xen" -#~ msgid "blocked" -#~ msgstr "bloqueado" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "destino del tipo de dispositivo" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nombre de red destino" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "No se pudo verificar el MemorySize" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "falta la informaci³n destino del dispositivo" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "nombre de red o uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "argumento invĦlido en" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "falta la informaci³n del dispositivo ra­z" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Valor invĦlido en cap" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "falta la informaci³n del dispositivo ra­z" +msgid "failed to allocate activeDomainList" +msgstr "Fall³ al listar dominios activos" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "falta la informaci³n del nombre de dominio" +msgid "failed to allocate xsWatchList" +msgstr "fall³ al asignar un nodo" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "puntero a dominio invĦlido en" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "puntero a dominio invĦlido en" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Fall³ al crear red desde %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Fall³ al abrir '%s': %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "fall³ la escritura del archivo de configuraci³n: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Fall³ al abrir '%s': %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "fall³ la escritura del archivo de configuraci³n: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "Fall³ al asignar memoria" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "fall³ al ejecutar %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "No se pudo verificar el MemorySize" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "fallo de operaci³n: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "fallo de operaci³n: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "fallo de operaci³n: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "Fall³ al asignar memoria" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "fallo de operaci³n: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "no se pudo abrir %s para lectura" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "fallo de operaci³n: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "fallo de operaci³n: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Fall³ al iniciar el dominio %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "fallo de operaci³n: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "falta la informaci³n destino del dispositivo" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "falta la informaci³n del nombre de dominio" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "falta la informaci³n del nombre de dominio" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "puntero a dominio invĦlido en" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "puntero a dominio invĦlido en" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "asignando vector de valores" - -#~ msgid "failed to exec %s\n" -#~ msgstr "fall³ al ejecutar %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "fall³ al obtener la informaci³n del nodo" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Fall³ al abrir '%s': %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "asignando dominio" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "tipo mime no esperado" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Fall³ al crear XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Fall³ al asignar memoria" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Fall³ al asignar memoria" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "id o nombre del dominio" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "puntero a dominio invĦlido en %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "nombre de red o uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "nombre de red o uuid" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "demasiados dominios" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "falta la informaci³n fuente del dispositivo" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "puntero a dominio invĦlido en %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "nombre de dominio o uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "informaci³n del nodo" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "informaci³n vcpu del dominio" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "informaci³n vcpu del dominio" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "fall³ al asignar un nodo" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "fall³ al asignar un nodo" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "Fall³ al asignar memoria" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "fall³ al asignar un nodo" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "fall³ al asignar un nodo" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "Fall³ al asignar memoria" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "fall³ al asignar un nodo" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "Fall³ al asignar memoria" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "nombre de red o uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "fall³ al asignar un nodo" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "fall³ al agregar red a la tabla hash de conexiones" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "asignando dominio" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Fall³ al crear XML" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Fall³ al abrir '%s': %s" +msgid "reallocating list" +msgstr "asignando dominio" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Fall³ al obtener las estad­sticas de bloque de %s %s" +msgid "failed to allocate domids" +msgstr "fall³ al asignar un nodo" #~ msgid "domain" #~ msgstr "dominio" -#~ msgid "domain name" -#~ msgstr "nombre de dominio" - -#~ msgid "domain uuid" -#~ msgstr "uuid del dominio" - #~ msgid "domain memory" #~ msgstr "memoria del dominio" @@ -7552,67 +7835,8 @@ msgstr "fall³ al conectar al Almcenaje Xen" #~ msgid "load network definition file" #~ msgstr "cargar archivo de definici³n de la red" -#~ msgid "too many domains" -#~ msgstr "demasiados dominios" - -#~ msgid "too many networks" -#~ msgstr "muchas redes" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "cargar archivo de definici³n del dominio" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "falta la informaci³n del dispositivo ra­z" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "el dominio %s ya existe" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "creando el contexto xpath" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "fall³ la escritura del archivo de configuraci³n" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "fall³ al asignar un nodo" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "demasiados dominios" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "puntero a dominio invĦlido en" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Fall³ al encontrar la red: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Fall³ al encontrar la red: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "cambiar la asignaci³n de memoria" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "asignando respuesta" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "error interno %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "asignando buffer nuevo" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "Fall³ al abrir '%s': leer: %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "fall³ al ejecutar %s\n" diff --git a/po/et.po b/po/et.po index b0f327a746..0a900de28d 100644 --- a/po/et.po +++ b/po/et.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/eu_ES.po b/po/eu_ES.po index b0f327a746..0a900de28d 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: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/fa.po b/po/fa.po index b0f327a746..0a900de28d 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/fi.po b/po/fi.po index 39dcda442d..324d0bbb30 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-10-24 01:24+0300\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2007-12-27 00:03+0200\n" "Last-Translator: Ville-Pekka Vainio \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" @@ -16,310 +16,310 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "kirjastokutsu ep¤onnistui, sit¤ ei ehk¤ tueta" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "muuta muistinvarausta" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "j¤rjestelm¤kutsuvirhe" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "Tuntematon" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Kuvaustiedoston %s lukeminen ep¤onnistui" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "varataan asetusohjelmaa" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Virhe varattaessa muistia: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "odottamaton arvosolmu" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "Muistin varaus ep¤onnistui." -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Ei pystytty lukemaan pistoketta %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Verkkoa ei lĥytynyt: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "Muistin varaus ep¤onnistui." -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Verkkoa ei lĥytynyt: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Hypervisoriin yhdist¤minen ep¤onnistui" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" -msgstr "toimenpide ep¤onnistui: %s" +msgstr "todennus ep¤onnistui: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Verkon %s k¤ynnist¤minen ep¤onnistui" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET-toimenpide ep¤onnistui: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "Muistin varaus ep¤onnistui." -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "Muistin varaus ep¤onnistui." -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Toimialueen %s palautus ep¤onnistui" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "XML:n luonti ep¤onnistui" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Toimialueen %s muistivedoksen tallentaminen tiedostoon %s ep¤onnistui" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" -msgstr "toimenpide ep¤onnistui" +msgstr "todennus ep¤onnistui" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "saatiin tuntematon HTTP-virhekoodi %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "palvelimen vastauksen j¤sent¤minen ep¤onnistui" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "virheellinen yhteysosoitin kohteessa" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "muisti lopussa" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "Toimialuetta ei lĥytynyt" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "Verkkoa ei lĥytynyt" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Lohkotilastojen haku ep¤onnistui %s %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "muisti lopussa" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Ep¤aktiivisen toimialueen %s luominen ep¤onnistui\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Ep¤aktiivisen toimialueen %s luominen ep¤onnistui\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "Verkkoa ei lĥytynyt" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "Verkkoa ei lĥytynyt" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Toimialuetta ei lĥytynyt" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "virheellinen argumentti kohteessa" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "toimenpide ep¤onnistui" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +837,8 @@ msgstr "odotetaan erotinta" msgid "expecting an assignment" msgstr "odotetaan sijoitusta" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "varaa puskuri" @@ -852,931 +880,986 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "virheellinen toimialueosoitin kohteessa" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "kohdelaitetyyppi" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "l¤hdetietoja puuttuu laitteelle" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "l¤hdetietoja puuttuu laitteelle" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "l¤hdetietoja puuttuu laitteelle" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "juurilaitteen tietoja puuttuu" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "kohdelaitetyyppi" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "juurilaitteen tietoja puuttuu" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "\" puuttuu" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "l¤hdetietoja puuttuu laitteelle" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "l¤hdetietoja puuttuu laitteelle" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "tuntematon kone %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "juurilaitteen tietoja puuttuu" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "solmun varaus ep¤onnistui" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "verkkoalueen nimi puuttuu" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "virheellinen toimialueosoitin kohteessa" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "XML:n luonti ep¤onnistui" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "juurilaitteen tietoja puuttuu" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "odottamatonta dataa ”%s”" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "kohdelaitetyyppi" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "l¤hdetietoja puuttuu laitteelle" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "kohdelaitetyyppi" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "liit¤nt¤laite" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Toimialueen %s asettaminen keskeytystilaan ep¤onnistui" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "tuntematon kone %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "Sama kuin solmu" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "odottamaton MIME-tyyppi" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "odottamaton arvosolmu" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "varataan yhteytt¤" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "varataan toimialue" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "toimialueen lis¤¤minen yhteyksien hajautustauluun ep¤onnistui" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "toimialue puuttuu yhteyksien hajautustaulusta" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "varataan verkkoa" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "verkon lis¤¤minen yhteyksien hajautustauluun ep¤onnistui" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "verkko puuttuu yhteyksien hajautustaulusta" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "varataan solmua" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "verkon lis¤¤minen yhteyksien hajautustauluun ep¤onnistui" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "toimialue puuttuu yhteyksien hajautustaulusta" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "varataan solmua" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "verkon lis¤¤minen yhteyksien hajautustauluun ep¤onnistui" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "toimialue puuttuu yhteyksien hajautustaulusta" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "varataan solmua" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "kopioidaan solmun sis¤ltĥ¤" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "verkon lis¤¤minen yhteyksien hajautustauluun ep¤onnistui" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "toimialue puuttuu yhteyksien hajautustaulusta" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "levylaitteen l¤hde" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "l¤hdetietoja puuttuu laitteelle" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "l¤hdetietoja puuttuu laitteelle" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "l¤hdetietoja puuttuu laitteelle" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "kohdelaitetyyppi" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "juurilaitteen tietoja puuttuu" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "tuntematon komento: ”%s”" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "kohdelaitetyyppi" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "\" puuttuu" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "\" puuttuu" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "tuntematon kone %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "tuntematon kone %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "kohdetietoja puuttuu laitteelle" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "tuntematon kone %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "juurilaitteen tietoja puuttuu" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "solmun varaus ep¤onnistui" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "verkkoalueen nimi puuttuu" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "virheellinen toimialueosoitin kohteessa %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "verkon UUID:n hakeminen ep¤onnistui" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "odottamatonta dataa ”%s”" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "liit¤nt¤laite" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "juurilaitteen tietoja puuttuu" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "tuntematon kone %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "liit¤ levylaite" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "liit¤ verkkoliit¤nt¤" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "liit¤nt¤laite" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "liit¤ levylaite" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "liit¤ levylaite" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "liit¤ levylaite" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "liit¤ levylaite" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "sis¤ltĥ¤ ei voitu tallentaa" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "Sama kuin solmu" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "Sama kuin solmu" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "Sama kuin solmu" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "Sama kuin solmu" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "odottamaton MIME-tyyppi" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "odottamaton arvosolmu" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "XML:n luonti ep¤onnistui" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "XML:n luonti ep¤onnistui" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Verkon luominen tiedostosta %s ep¤onnistui" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "ei voitu yhdist¤¤ kohteeseen %s" +msgstr "ei voitu j¤sent¤¤ yhteys-URIa" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "varataan yhteytt¤" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Verkon %s k¤ynnist¤minen ep¤onnistui" +msgstr "ei voitu j¤sent¤¤ yhteys-URIa" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "toimialuetieto on virheellist¤, domid ei ole numeerinen" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "toimialuetieto on virheellist¤, domid ei ole numeerinen" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "varaa arvotaulukko" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "Muistin varaus ep¤onnistui." +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Ep¤aktiivisen toimialueen %s luominen ep¤onnistui\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Verkkoa ei lĥytynyt: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "XML:n luonti ep¤onnistui" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" +msgstr "Toimialueen %s m¤¤rityksen poistaminen ep¤onnistui" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" +msgstr "Toimialueen %s tuhoaminen ep¤onnistui" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Laitteen liitt¤minen tiedostosta %s ep¤onnistui" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" +msgstr "tiedoston %s avaaminen luettavaksi ep¤onnistui" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Toimialueen luonti tiedostosta %s ep¤onnistui" +msgstr "Ei pystytty lukemaan pistoketta %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" +msgstr "tiedoston %s avaaminen luettavaksi ep¤onnistui" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "varaa arvotaulukko" +msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Toimialueen luonti tiedostosta %s ep¤onnistui" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Pistokkeen %d sulkeminen ep¤onnistui\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Ei pystytty lukemaan pistoketta %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Ei pystytty lukemaan pistoketta %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Pistokkeen %d sulkeminen ep¤onnistui\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "toimenpide ep¤onnistui: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Toimialueen %s tuhoaminen ep¤onnistui" +msgstr "verkon ”%s” hakeminen ep¤onnistui" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "solmun varaus ep¤onnistui" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "Ei voi muuttaa MaxMemorySize¤" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Verkkoa ei lĥytynyt: %s" +msgstr "virheellinen yhteysosoitin kohteessa %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "solmun varaus ep¤onnistui" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "toimialueen id tai uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "Ep¤aktiivisen toimialueen nimi" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "Ep¤aktiivisen toimialueen nimi" +msgstr "poista ep¤aktiivisen toimialueen m¤¤ritys" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "komentosarja verkkoliit¤nn¤n siltaamiseen" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Laitteen liitt¤minen tiedostosta %s ep¤onnistui" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "solmun varaus ep¤onnistui" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Laitteen liitt¤minen tiedostosta %s ep¤onnistui" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "Muistin varaus ep¤onnistui." +msgstr "Laitteen liitt¤minen tiedostosta %s ep¤onnistui" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Ei pystytty lukemaan pistoketta %d\n" +msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "yhteydenotto Xen Storeen ei onnistunut" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "virheellinen toimialueosoitin kohteessa" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Kuvaustiedoston %s lukeminen ep¤onnistui" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "toimialueen nimi" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "toimialueen id tai uuid" +msgstr "solmun toimialueluettelo" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "saatiin tuntematon HTTP-virhekoodi %d" +msgstr "tuntematon kone %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Toimialueen %s palautus ep¤onnistui" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "virheellinen argumentti kohteessa %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virheellinen argumentti kohteessa" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "virheellinen MAC-osoite: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1787,8 +1870,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1798,1639 +1881,1791 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "asetustiedoston syntaksivirhe: %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "Verkon %s k¤ynnist¤minen ep¤onnistui" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "Verkkoa ei lĥytynyt: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "muisti lopussa" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "muisti lopussa" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "solmun varaus ep¤onnistui" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "solmun varaus ep¤onnistui" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Toimialue on jo aktiivinen" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "tiedoston %s avaaminen luettavaksi ep¤onnistui" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "verkon ”%s” hakeminen ep¤onnistui" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Verkko on edelleen k¤ynniss¤" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "verkkotiedot XML-muodossa" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "solmun varaus ep¤onnistui" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Ei saada selville ajossa olevaa %s-hypervisor-versiota\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "ei voitu yhdist¤¤ kohteeseen %s" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "ei voitu yhdist¤¤ kohteeseen %s" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "selvitet¤¤n verkkotiedostonime¤" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "virheellinen MAC-osoite" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC-osoite" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 #, fuzzy msgid "popen failed" msgstr "toimenpide ep¤onnistui" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "asetustiedoston syntaksivirhe: %s" +msgstr "" -#: src/openvz_conf.c:375 -#, fuzzy, c-format +#: src/openvz_conf.c:426 +#, c-format msgid "Cound not read config for container %d" -msgstr "ei voitu yhdist¤¤ kohteeseen %s" +msgstr "" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "toimialue on edelleen k¤ynniss¤" +msgstr "Toimialueen %s m¤¤ritys on poistettu\n" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 msgid "only one filesystem supported" msgstr "" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "ei voitu yhdist¤¤ kohteeseen %s" -#: src/openvz_driver.c:249 -#, fuzzy, c-format +#: src/openvz_driver.c:257 +#, c-format msgid "cannot read cputime for domain %d" -msgstr "Ep¤aktiivisen toimialueen nimi" +msgstr "" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 #, fuzzy msgid "domain is not in running state" msgstr "toimialue on edelleen k¤ynniss¤" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "ei voitu yhdist¤¤ kohteeseen %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "ei voitu yhdist¤¤ kohteeseen %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "ei voitu yhdist¤¤ kohteeseen %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "ei voitu j¤sent¤¤ yhteys-URIa" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "muuta virtuaaliprosessorien m¤¤r¤¤" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "toimialue on edelleen k¤ynniss¤" +msgstr "" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "ei voitu yhdist¤¤ kohteeseen %s" +msgstr "ei voitu j¤sent¤¤ yhteys-URIa" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "ei voitu yhdist¤¤ kohteeseen %s" +msgstr "ei voitu j¤sent¤¤ yhteys-URIa" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "Pistokkeen %d sulkeminen ep¤onnistui\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "Ei pystytty lukemaan pistoketta %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "Yhteysvirhe v¤lityspalvelimen kanssa: saatiin %d/%d tavua\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "Yhteysvirhe v¤lityspalvelimen kanssa: odotettiin %d tavua, saatiin %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "Yhteysvirhe v¤lityspalvelimen kanssa: saatiin %d tavun paketti\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "Yhteysvirhe v¤lityspalvelimen kanssa: ep¤muodostunut paketti\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "saatiin asynkroninen paketti numero %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "solmun varaus ep¤onnistui" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 #, fuzzy msgid "failed to allocate vncTLSx509certdir" -msgstr "puskurin varaaminen ep¤onnistui" +msgstr "solmun varaus ep¤onnistui" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "solmun varaus ep¤onnistui" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, fuzzy, c-format msgid "Network '%s' not found" msgstr "Verkkoa ei lĥytynyt" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" +msgid "Network '%s' is not active" msgstr "Verkko %s k¤ynnistetty\n" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, fuzzy, c-format msgid "Network type %d is not supported" msgstr "Verkko %s k¤ynnistetty\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format +#: src/qemu_conf.c:585 +#, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, fuzzy, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:612 #, fuzzy msgid "failed to allocate space for tapfds string" msgstr "solmun varaus ep¤onnistui" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format msgid "unsupported usb disk type for '%s'" -msgstr "kohdelaitetyyppi" +msgstr "" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, fuzzy, c-format msgid "unsupported disk type '%s'" -msgstr "kohdelaitetyyppi" +msgstr "odottamatonta dataa ”%s”" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "virheellinen toimialueosoitin kohteessa" +msgstr "" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 #, fuzzy msgid "failed to allocate space for argv string" -msgstr "Muistin varaus ep¤onnistui." +msgstr "solmun varaus ep¤onnistui" -#: src/qemu_driver.c:91 -#, fuzzy +#: src/qemu_driver.c:88 src/uml_driver.c:94 msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "" -#: src/qemu_driver.c:106 -#, fuzzy +#: src/qemu_driver.c:103 msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend-toimialueen tietojen j¤sent¤minen ep¤onnistui" +msgstr "" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "Verkon %s k¤ynnist¤minen ep¤onnistui" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "Verkkoa ei lĥytynyt: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "muisti lopussa" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "muisti lopussa" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "varaa uusi konteksti" +msgstr "varaa puskuri" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "toimialueen ”%s” hakeminen ep¤onnistui" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "toimenpide ep¤onnistui" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Toimialue on jo aktiivinen" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "verkon ”%s” hakeminen ep¤onnistui" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "Pistokkeen %d sulkeminen ep¤onnistui\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Sama kuin solmu" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "solmun varaus ep¤onnistui" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "solmun varaus ep¤onnistui" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Toimialue on jo aktiivinen" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "tiedoston %s avaaminen luettavaksi ep¤onnistui" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "verkon ”%s” hakeminen ep¤onnistui" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "Sama kuin solmu" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "Muistin varaus ep¤onnistui." +msgstr "ominaisuuksien hakeminen ep¤onnistui" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Muisti: %1 %2 k¤ytetty, %3 %4 vapaana" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "toimialue %s on jo olemassa" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "toimialue %s on jo olemassa" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "toimialue on edelleen k¤ynniss¤" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "toimenpide ep¤onnistui" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "toimenpide ep¤onnistui" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "solmun varaus ep¤onnistui" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Ep¤aktiivisen toimialueen nimi" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Toimialueen %s asettaminen keskeytystilaan ep¤onnistui" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "toimialueen UUID:n saanti ep¤onnistui" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML:n luonti ep¤onnistui" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n" +msgstr "lokitiedoston kirjoitus ep¤onnistui" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n" +msgstr "lokitiedoston kirjoitus ep¤onnistui" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "muisti lopussa" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "toimenpide ep¤onnistui" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "Ep¤aktiivisen toimialueen nimi" +msgstr "Poista ep¤aktiivisen toimialueen asetusten m¤¤ritykset." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "poista ep¤aktiivisen toimialueen m¤¤ritys" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "kirjastokutsu ep¤onnistui, sit¤ ei ehk¤ tueta" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML:n luonti ep¤onnistui" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "lataa toimialueen m¤¤ritystiedosto" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "solmun toimialueluettelo" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "Luku Xen Daemonista ep¤onnistui" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "XML:n luonti ep¤onnistui" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "XML:n luonti ep¤onnistui" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Toimialue on jo aktiivinen" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "XML:n luonti ep¤onnistui" +msgstr "verkon UUID:n hakeminen ep¤onnistui" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Toimialueen %s palautus ep¤onnistui" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Muistin varaus ep¤onnistui." - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "liit¤nt¤laite" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "kohdelaitetyyppi" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "liit¤nt¤laite" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "toimialue %s on jo olemassa" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "lataa koneen m¤¤ritystiedostoa" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "liit¤nt¤laite" +msgstr "liit¤ levylaite" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "lataa koneen m¤¤ritystiedostoa" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "poista ep¤aktiivisen toimialueen m¤¤ritys" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Toimialuetta ei lĥytynyt" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "solmun tietojen saanti ep¤onnistui" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Laitteen irrottaminen tiedostosta %s ep¤onnistui" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "Ep¤aktiivisen toimialueen nimi" +msgstr "k¤ynnist¤ toimialue automaattisesti" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "virheellinen argumentti kohteessa %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Toimialuetta ei lĥytynyt: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "virheellinen argumentti kohteessa %s" +msgstr "virheellinen argumentti kohteessa" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "toimialueen nimi" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "solmun toimialueluettelo" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Toimialue on jo aktiivinen" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "verkkotiedot XML-muodossa" +msgid "could not generate random UUID" +msgstr "toimialueen UUID:n saanti ep¤onnistui" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "solmun varaus ep¤onnistui" +msgid "failed to start listening VM" +msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" +msgid "migrate failed: %s" +msgstr "toimenpide ep¤onnistui: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Verkkoa ei lĥytynyt" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "ei voitu yhdist¤¤ kohteeseen %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Ei pystytty lukemaan pistoketta %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Ei pystytty lukemaan pistoketta %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URIn haku ep¤onnistui" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Virhe varattaessa muistia: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "varataan toimialue" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "varataan yksityist¤ dataa" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "solmun varaus ep¤onnistui" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Verkkoa ei lĥytynyt: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "XML:n luonti ep¤onnistui" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "XML:n luonti ep¤onnistui" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "%d on virheellinen arvo muistin kooksi" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "Ei voi tarkistaa nykyist¤ MaxMemorySize¤" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "%d on virheellinen arvo muistin kooksi" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Verkkoa ei lĥytynyt: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "liian monta verkkoa" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "liian monta toimialuetta" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "liian monta toimialuetta" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "muuta muistinvarausta" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "liian monta verkkoa" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "liian monta rekisterĥity¤ ajuria" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "liian monta rekisterĥity¤ ajuria" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "liian monta rekisterĥity¤ ajuria" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "liian monta rekisterĥity¤ ajuria" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "liian monta rekisterĥity¤ ajuria" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "liian monta rekisterĥity¤ ajuria" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "liian monta rekisterĥity¤ ajuria" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" +msgstr "todennus ep¤onnistui: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" -msgstr "toimenpide ep¤onnistui" +msgstr "todennus ep¤onnistui" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Verkkoa ei lĥytynyt: %s" +msgstr "Komennon ”%s” ajaminen ep¤onnistui: %s\n" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "hypervisor ei tue t¤t¤ toimintoa" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" +msgstr "sis¤ltĥ¤ ei voitu tallentaa" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" +msgstr "Hypervisoriin yhdist¤minen ep¤onnistui" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "virheellinen argumentti kohteessa %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "virheellinen argumentti kohteessa" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "virheellinen toimialueosoitin kohteessa" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "solmun varaus ep¤onnistui" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "merkkijonon kopiointi ep¤onnistui" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "sis¤inen virhe %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "konsolia ei ole toteutettu t¤ll¤ alustalla" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "virheellinen argumentti kohteessa %s" +msgstr "virheellinen verkko-osoitin kohteessa %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "virheellinen verkko-osoitin kohteessa %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "toimenpide ep¤onnistui" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "l¤hdetietoja puuttuu laitteelle" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 -#, fuzzy +#: src/storage_backend_fs.c:353 msgid "retval" -msgstr "Yhteens¤" +msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "l¤hdetietoja puuttuu laitteelle" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "l¤hdetietoja puuttuu laitteelle" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "l¤hdetietoja puuttuu laitteelle" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "l¤hdetietoja puuttuu laitteelle" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "toimialueen nimi" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3459,586 +3694,761 @@ msgstr "n¤yt¤ versio" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Nimi" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "Lohkotilastojen haku ep¤onnistui %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Verkkoa ei lĥytynyt: %s" +msgstr "Toimialueen m¤¤ritt¤minen tiedostosta %s ep¤onnistui" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Laitteen irrottaminen tiedostosta %s ep¤onnistui" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Lohkotilastojen haku ep¤onnistui %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "Muistin varaus ep¤onnistui." -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 #, fuzzy msgid "portal" msgstr "Yhteens¤" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "toimialueen nimi" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "varataan yksityist¤ dataa" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "varataan verkkoa" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "varataan solmua" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "solmun tietojen saanti ep¤onnistui" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "toimialueen nimi" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "varataan solmua" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "tuntematon kone %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "juurilaitteen tietoja puuttuu" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "verkon nimi tai uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "l¤hdetietoja puuttuu laitteelle" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "liit¤nt¤laite" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "lohkolaite " -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "juurilaitteen tietoja puuttuu" +msgstr "l¤hdetietoja puuttuu laitteelle %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "l¤hdetietoja puuttuu laitteelle" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "toimialueen nimi" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "kohdetietoja puuttuu laitteelle" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "odottamaton MIME-tyyppi" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "tuntematon kone %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "varataan solmua" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "tuntematon kone %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "juurilaitteen tietoja puuttuu" +msgstr "verkkoalueen nimi puuttuu" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "XML:n luonti ep¤onnistui" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Nimi" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Toimialue on jo aktiivinen" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Toimialue on jo aktiivinen" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "lokin polku ei ole tiedosto" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Toimialue on jo aktiivinen" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "haetaan kellonaika" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "lataa koneen m¤¤ritystiedostoa" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "kone" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "solmu" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "luodaan xpath-konteksti" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "solmun prosessoripaikat" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "solmun prosessoriytimet" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "solmun prosessoris¤ikeet" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "solmun aktiivinen prosessori" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "solmun prosessorin kellotaajuus" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "solmun muisti" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "solmun toimialueluettelo" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "selvitet¤¤n toimialueen tiedostonime¤" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "solmun toimialueluettelo" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "selvitet¤¤n verkkotiedostonime¤" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "solmun toimialueluettelo" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "selvitet¤¤n toimialueen tiedostonime¤" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: anna polku tai k¤yt¤ test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Toimialuetta ei lĥytynyt" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "toimialue %s on jo olemassa" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "toimialue on edelleen k¤ynniss¤" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "k¤ynnist¤ toimialue automaattisesti" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "solmun toimialueluettelo" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "Luku Xen Daemonista ep¤onnistui" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "solmun toimialueluettelo" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Toimialueen %s muistivedos tallennettu tiedostoon %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "toimialue on jo k¤ynniss¤" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "toimialue on edelleen k¤ynniss¤" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Verkko on edelleen k¤ynniss¤" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Verkko on jo k¤ynniss¤" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "XML:n luonti ep¤onnistui" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "konenimen haku ep¤onnistui" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "konenimen haku ep¤onnistui" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "konenimen haku ep¤onnistui" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Verkon luominen tiedostosta %s ep¤onnistui" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "muisti lopussa" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "solmun prosessoripaikat" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "tuntematon komento: ”%s”" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "ei voitu j¤sent¤¤ yhteys-URIa" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "asetustiedoston %s j¤sent¤minen ep¤onnistui" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "asetustiedoston %s j¤sent¤minen ep¤onnistui" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Toimialueen %s m¤¤rityksen poistaminen ep¤onnistui" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "virhe: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "n¤yt¤ ohje" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Tulostaa yleisen tai komentoon liittyv¤n ohjeen." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "komennon nimi" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4046,322 +4456,326 @@ msgstr "" "Komennot:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "k¤ynnist¤ toimialue automaattisesti" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" "Aseta toimialue k¤ynnistym¤¤n automaattisesti koneen k¤ynnistymisen " "yhteydess¤." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "toimialueen nimi, id tai uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "poista automaattik¤ynnistys k¤ytĥst¤" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "" "Toimialueen %s merkitseminen automaattisesti k¤ynnistyv¤ksi ep¤onnistui" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "" "Toimialueen %s automaattisen k¤ynnistymisen merkinn¤n poistaminen ep¤onnistui" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Toimialue %s merkitty automaattisesti k¤ynnistyv¤ksi\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Toimialueen %s automaattisen k¤ynnistyksen merkint¤ poistettu\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "Yhdist¤ (uudelleen) hypervisoriin" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisorin yhteysosoite" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "vain luku -yhteys" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Hypervisor-yhteyden katkaisu ep¤onnistui" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Hypervisoriin yhdist¤minen ep¤onnistui" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "Yhdist¤ vieraskonsoliin" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Yhdist¤ vieraan virtuaalisarjakonsoli" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Toimialueella ei ole konsolia\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "konsolia ei ole toteutettu t¤ll¤ alustalla" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "luetteloi toimialueet" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Palauttaa listan toimialueista." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "luetteloi ep¤aktiiviset toimialueet" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "luetteloi ep¤aktiiviset ja aktiiviset toimialueet" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Aktiivisten toimialueiden luettelointi ep¤onnistui" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Ep¤aktiivisten toimialueiden luettelointi ep¤onnistui" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nimi" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Tila" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "ei tilaa" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "toimialueen tila" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Palauttaa k¤ynniss¤ olevan toimialueen tilan." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "hae toimialueen laitelohkotilastot" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "Hae k¤ynniss¤ olevan toimialueen laitelohkotilastot." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "lohkolaite " -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "Lohkotilastojen haku ep¤onnistui %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "hae toimialueen verkkoliit¤nt¤tilastot" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "Hae k¤ynniss¤ olevan toimialueen verkkoliit¤nt¤tilastot." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "liit¤nt¤laite" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Liit¤nt¤tilastojen haku ep¤onnistui %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "aseta toimialue keskeytystilaan" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Aseta suorituksessa oleva toimialue keskeytystilaan." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Toimialue %s keskeytystilassa\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Toimialueen %s asettaminen keskeytystilaan ep¤onnistui" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "luo toimialue XML-tiedostosta" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Luo toimialue." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "tiedosto, joka sis¤lt¤¤ XML-muotoisen toimialueen kuvauksen" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Toimialue %s luotu tiedostosta %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Toimialueen luonti tiedostosta %s ep¤onnistui" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "M¤¤rit¤ toimialue." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Toimialue %s m¤¤ritetty tiedostosta %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Toimialueen m¤¤ritt¤minen tiedostosta %s ep¤onnistui" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "poista ep¤aktiivisen toimialueen m¤¤ritys" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Poista ep¤aktiivisen toimialueen asetusten m¤¤ritykset." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "toimialueen nimi tai uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Toimialueen %s m¤¤ritys on poistettu\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Toimialueen %s m¤¤rityksen poistaminen ep¤onnistui" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "k¤ynnist¤ (aikaisemmin m¤¤ritetty) ep¤aktiivinen toimialue" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "K¤ynnist¤ toimialue." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "Ep¤aktiivisen toimialueen nimi" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Toimialue on jo aktiivinen" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Toimialue %s k¤ynnistetty\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "tallenna toimialueen tila tiedostoon" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "tallenna k¤ynniss¤ oleva toimialue" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "mihin tiedot tallennetaan" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Toimialue %s tallennettu tiedostoon %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "n¤yt¤/aseta skeduloijan parametrit" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "N¤yt¤/aseta skeduloijan parametrit." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 #, fuzzy msgid "weight for XEN_CREDIT" @@ -4372,284 +4786,291 @@ msgstr "Kirjastot Xen-tyĥkaluille" msgid "cap for XEN_CREDIT" msgstr "Kirjastot Xen-tyĥkaluille" -#: src/virsh.c:1148 -#, fuzzy +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "%d on virheellinen arvo muistin kooksi" +msgstr "painon virheellinen arvo" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "%d on virheellinen arvo muistin kooksi" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "%d on virheellinen arvo muistin kooksi" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Skeduloija" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Tuntematon" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "palauta toimialue tiedostoon tallennetusta tilasta" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Palauta toimialue." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "palautettava tila" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Toimialue palautettu tiedostosta %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Toimialueen palautetus tiedostosta %s ep¤onnistui" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "tallenna toimialueen muistivedos tiedostoon analysointia varten" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Tee toimialueen muistivedos" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "mihin muistivedos tallennetaan" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Toimialueen %s muistivedos tallennettu tiedostoon %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Toimialueen %s muistivedoksen tallentaminen tiedostoon %s ep¤onnistui" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "palauta toimialue" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Palauta aiemmin keskeytystilaan asetettu toimialue." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Toimialue %s palautettu\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Toimialueen %s palautus ep¤onnistui" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "sammuta toimialue siististi" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Aja sammutus kohdetoimialueella." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Toimialuetta %s sammutetaan\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Toimialueen %s sammutus ep¤onnistui" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "k¤ynnist¤ toimialue uudelleen" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "Aja uudelleenk¤ynnistyskomento kohdetoimialueella." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Toimialuetta %s uudelleenk¤ynnistet¤¤n\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Toimialueen %s uudelleenk¤ynnistys ep¤onnistui" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "tuhoa toimialue" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Tuhoa annettu toimialue" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Toimialue %s tuhottu\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Toimialueen %s tuhoaminen ep¤onnistui" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "toimialueen tiedot" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Palauttaa perustietoja toimialueesta." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nimi:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "K¤yttĥj¤rjestelm¤n tyyppi:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Tila:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "Prosessori(t):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Prosessoriaika:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Enimm¤ismuisti:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ei rajoitusta" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "K¤ytetty muisti:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Automaattik¤ynnistys" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Nimi" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Muisti: %1 %2 k¤ytetty, %3 %4 vapaana" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "Matkapuhelinnnumero" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Yhteens¤" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "toimialueen virtuaaliprosessoritiedot" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Palauttaa perustietoja toimialueen virtuaalisista prosessoreista." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "Virtuaaliprosessori:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "Prosessori:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Prosessorin affiniteetti:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Toimialue sammutettu, virtuaalisuorittimia ei ole k¤ytett¤viss¤." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "s¤¤d¤ toimialueen virtuaaliprosessorin affiniteettia" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "" "Kiinnit¤ toimialueen virtuaaliprosessorit is¤nn¤n fyysisiin prosessoreihin." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "virtuaaliprosessorin numero" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "is¤nn¤n prosessorinumero(t) (pilkulla erotettuina)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "solmun tietojen saanti ep¤onnistui" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Virheellinen muoto. Tyhj¤ merkkijono." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4657,7 +5078,7 @@ msgstr "" "cpulist: %s: Virheellinen muoto. Odotetaan lukua paikkaan %d (l¤hell¤ " "merkki¤ ”%c”)." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4666,1357 +5087,1395 @@ msgstr "" "cpulist: %s: Virheellinen muoto. Odotetaan lukua tai pilkkua paikkaan %d " "(l¤hell¤ merkki¤ ”%c”)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: Virheellinen muoto. Lopettava pilkku paikassa %d." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Fyysist¤ suoritinta %d ei ole olemassa." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "muuta virtuaaliprosessorien m¤¤r¤¤" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "" "Muuta vierastoimialueessa aktiivisena olevien virtuaaliprosessorien m¤¤r¤¤." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "virtuaaliprosessorien m¤¤r¤" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Virheellinen virtuaalisuorittimien m¤¤r¤." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Liikaa virtuaalisuorittimia." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "muuta muistinvarausta" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "Muuta nykyist¤ muistinvarausta vierastoimialueella." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "muistin m¤¤r¤ kilotavuissa" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "%d on virheellinen arvo muistin kooksi" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "Ei voi tarkistaa MaxMemorySize¤" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "muuta muistin enimm¤israjaa" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "Muuta nykyist¤ muistinvarauksen enimm¤israjaa vierastoimialueella." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "muistin enimm¤israja kilotavuissa" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Ei voi tarkistaa nykyist¤ MaxMemorySize¤" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Ei voi pienent¤¤ nykyist¤ MaxMemorySize¤" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Ei voi muuttaa MaxMemorySize¤" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "solmun tiedot" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Palauttaa perustietoja solmusta." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "solmun tietojen saanti ep¤onnistui" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Prosessorin malli:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Prosessorin taajuus: " -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "Prosessorikantoja:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Ytimi¤ per kanta:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "S¤ikeit¤ per ydin:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 #, fuzzy msgid "NUMA cell(s):" msgstr "(piilotettu solu)" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Muistin koko:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "ominaisuudet" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Palauttaa hypervisorin tai ajurin ominaisuudet" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "ominaisuuksien hakeminen ep¤onnistui" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "toimialuetiedot XML-muodossa" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "Tulosta toimialuetiedot XML-muodossa oletustulosteeseen." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "muunna toimialueen tunnus tai UUID toimialueen nimeksi" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "toimialueen id tai uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "muunna toimialueen nimi tai UUID toimialueen tunnukseksi" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "muunna toimialueen nimi tai tunnus UUID:ksi" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "toimialueen id tai nimi" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "toimialueen UUID:n saanti ep¤onnistui" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "siirr¤ toimialue toiseen koneeseen" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "siirto k¤ytett¤ess¤" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "kohdekoneen yhteys-URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "siirto-URI, voidaan yleens¤ j¤tt¤¤ pois" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "siirto: Puuttuva kohde-URI" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "k¤ynnist¤ verkko automaattisesti" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" "Aseta verkkotuki k¤ynnistym¤¤n automaattisesti k¤ynnistyksen yhteydess¤." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "verkon nimi tai uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "verkon %s merkitseminen automaattisesti k¤ynnistyv¤ksi ep¤onnistui" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "" "verkon %s automaattisen k¤ynnistymisen merkinn¤n poistaminen ep¤onnistui" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "Verkko %s merkitty automaattisesti k¤ynnistyv¤ksi\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Verkon %s automaattisen k¤ynnistyksen merkint¤ poistettu\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "luo verkko XML-tiedostosta" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Luo verkko." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "tiedosto, joka sis¤lt¤¤ XML-muotoisen verkkokuvauksen" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "Verkko %s luotu tiedostosta %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Verkon luominen tiedostosta %s ep¤onnistui" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "M¤¤rit¤ verkko" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Verkko %s m¤¤ritetty tiedostosta %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Verkon m¤¤ritt¤minen tiedostosta %s ep¤onnistui" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "tuhoa verkko" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Tuhoa annettu verkko." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "verkon nimi, id tai uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "Verkko %s tuhottu\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Verkon %s tuhoaminen ep¤onnistui" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "verkkotiedot XML-muodossa" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "Tulosta verkkotiedot XML-muodossa oletustulosteeseen." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "luettele verkot" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Palauttaa verkkoluettelon." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "luettele ep¤aktiiviset verkot" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "luettele ep¤aktiiviset ja aktiiviset verkot" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Aktiivisten verkkojen luettelointi ep¤onnistui" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Ep¤ktiivisten verkkojen luettelointi ep¤onnistui" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Automaattik¤ynnistys" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "Ei automaattik¤ynnistyst¤" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "aktiivinen" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "ep¤aktiivinen" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "Muunna verkko-UUID verkkonimeksi" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "verkko-UUID" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "k¤ynnist¤ (aikaisemmin m¤¤ritetty) ep¤aktiivinen verkko" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "K¤ynnist¤ verkko" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "ep¤aktiivisen verkon nimi" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Verkko %s k¤ynnistetty\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Verkon %s k¤ynnist¤minen ep¤onnistui" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "poista ep¤aktiivisen verkon m¤¤ritykset" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Poista ep¤aktiivisen verkon asetusten m¤¤ritykset." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "Verkon %s m¤¤ritykset on poistettu\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Verkon %s m¤¤ritysten poistaminen ep¤onnistui." -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "muunna verkon nimi verkon UUID:ksi" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "verkon nimi" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "verkon UUID:n hakeminen ep¤onnistui" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "k¤ynnist¤ toimialue automaattisesti" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "toimialueen nimi tai uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "verkon %s merkitseminen automaattisesti k¤ynnistyv¤ksi ep¤onnistui" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, 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:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Toimialue %s merkitty automaattisesti k¤ynnistyv¤ksi\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Toimialueen %s automaattisen k¤ynnistyksen merkint¤ poistettu\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "luo toimialue XML-tiedostosta" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Luo toimialue." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "tiedosto, joka sis¤lt¤¤ XML-muotoisen toimialueen kuvauksen" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Toimialue %s luotu tiedostosta %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Toimialueen luonti tiedostosta %s ep¤onnistui" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "luo toimialue XML-tiedostosta" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "Ep¤aktiivisen toimialueen nimi" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "puskurin varaaminen ep¤onnistui" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Toimialue %s luotu tiedostosta %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Toimialueen luonti tiedostosta %s ep¤onnistui" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "M¤¤rit¤ toimialue." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Toimialue %s m¤¤ritetty tiedostosta %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Toimialueen m¤¤ritt¤minen tiedostosta %s ep¤onnistui" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Toimialue %s m¤¤ritetty tiedostosta %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Toimialueen %s m¤¤rityksen poistaminen ep¤onnistui" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Toimialueen %s asettaminen keskeytystilaan ep¤onnistui" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "tuhoa toimialue" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Tuhoa annettu toimialue" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Toimialue %s tuhottu\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Toimialueen %s tuhoaminen ep¤onnistui" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Tuhoa annettu toimialue" -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Toimialue %s tuhottu\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Toimialueen %s tuhoaminen ep¤onnistui" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Toimialue %s palautettu\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Toimialueen %s palautus ep¤onnistui" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "toimialuetiedot XML-muodossa" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "Tulosta toimialuetiedot XML-muodossa oletustulosteeseen." -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "luetteloi toimialueet" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Palauttaa listan toimialueista." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "luetteloi ep¤aktiiviset toimialueet" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "luetteloi ep¤aktiiviset ja aktiiviset toimialueet" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Aktiivisten toimialueiden luettelointi ep¤onnistui" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Ep¤aktiivisten toimialueiden luettelointi ep¤onnistui" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "virheellinen verkko-osoitin kohteessa %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "liian monta rekisterĥity¤ ajuria" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "muisti lopussa" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Toimialueen %s m¤¤rityksen poistaminen ep¤onnistui" +msgstr "Toimialueen %s tallentaminen tiedostoon %s ep¤onnistui" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "liian monta rekisterĥity¤ ajuria" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "solmun tiedot" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Palauttaa perustietoja solmusta." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "suoritetaan" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "varataan toimialue" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "Muunna verkko-UUID verkkonimeksi" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "toimialueen UUID" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "k¤ynnist¤ (aikaisemmin m¤¤ritetty) ep¤aktiivinen toimialue" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "K¤ynnist¤ toimialue." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "Ep¤aktiivisen toimialueen nimi" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Toimialue %s k¤ynnistetty\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "luo toimialue XML-tiedostosta" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Luo toimialue." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "Ep¤aktiivisen toimialueen nimi" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Toimialue %s luotu tiedostosta %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "XML:n luonti ep¤onnistui" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "poista ep¤aktiivisen toimialueen m¤¤ritys" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Poista ep¤aktiivisen toimialueen asetusten m¤¤ritykset." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Toimialueen %s m¤¤ritys on poistettu\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Toimialueen %s m¤¤rityksen poistaminen ep¤onnistui" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "muunna verkon nimi verkon UUID:ksi" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "toimialueen UUID:n saanti ep¤onnistui" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "luo toimialue XML-tiedostosta" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "tiedosto, joka sis¤lt¤¤ XML-muotoisen toimialueen kuvauksen" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Toimialue %s luotu tiedostosta %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Toimialueen luonti tiedostosta %s ep¤onnistui" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Tuhoa annettu toimialue" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Toimialue %s tuhottu\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Toimialueen %s tuhoaminen ep¤onnistui" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "solmun tiedot" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Palauttaa perustietoja solmusta." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "K¤yttĥj¤rjestelm¤n tyyppi:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML-tiedosto" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "odottaa" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "toimialuetiedot XML-muodossa" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "Tulosta toimialuetiedot XML-muodossa oletustulosteeseen." -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "luetteloi toimialueet" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Palauttaa listan toimialueista." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Aktiivisten toimialueiden luettelointi ep¤onnistui" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "Muunna verkko-UUID verkkonimeksi" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "Muunna verkko-UUID verkkonimeksi" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "toimialueen UUID" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "Muunna verkko-UUID verkkonimeksi" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "n¤yt¤ versio" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "N¤yt¤ j¤rjestelm¤n versiotiedot." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "hypervisorin tyypin saanti ep¤onnistui" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "K¤¤nnetty kirjastoa libvir %d.%d.%d vasten\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "kirjastoversion saanti ep¤onnistui" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "K¤ytet¤¤n kirjastoa: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "K¤ytet¤¤n API:a: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "hypervisorin version saanti ep¤onnistui" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Ei saada selville ajossa olevaa %s-hypervisor-versiota\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "K¤ytet¤¤n hypervisoria: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "siirr¤ toimialue toiseen koneeseen" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "ominaisuudet" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Hypervisoriin yhdist¤minen ep¤onnistui" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Ep¤aktiivisten toimialueiden luettelointi ep¤onnistui" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "Tulosta verkkotiedot XML-muodossa oletustulosteeseen." + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "tulosta hypervisorin konenimi" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "konenimen haku ep¤onnistui" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "tulosta hypervisorin kanoninen URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URIn haku ep¤onnistui" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc-n¤yttĥ" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty-konsoli" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Tulosta TTY-konsolin laite." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "liit¤ laite XML-tiedostosta" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Liit¤ laite XML-tiedostosta ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML-tiedosto" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Laitteen liitt¤minen tiedostosta %s ep¤onnistui" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "irrota laite XML-tiedostosta" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Irrota laite XML-tiedostosta " -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Laitteen irrottaminen tiedostosta %s ep¤onnistui" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "liit¤ verkkoliit¤nt¤" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Liit¤ uusi verkkolaite." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "verkkoliit¤nn¤n tyyppi" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "verkkoliit¤nn¤n l¤hde" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "kohdeverkon nimi" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC-osoite" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "komentosarja verkkoliit¤nn¤n siltaamiseen" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "irrota verkkoliit¤nt¤" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Irrota verkkoliit¤nt¤." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Liit¤nn¤n tietojen haku ep¤onnistui" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Ei lĥydy verkkoliit¤nt¤¤, jonka tyyppi on %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, 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:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Muistin varaus ep¤onnistui." -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML:n luonti ep¤onnistui" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "liit¤ levylaite" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Lis¤¤ uusi levylaite." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "levylaitteen l¤hde" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "levylaitteen kohde" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "levylaitteen ajuri" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "levylaitteen aliajuri" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "kohdelaitetyyppi" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "irrota levylaite" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Irrota levylaite." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Levytietojen haku ep¤onnistui" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Ei lĥydy levy¤, jonka kohde on %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "Muistin varaus ep¤onnistui." +msgstr "solmun varaus ep¤onnistui" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Ep¤aktiivisen toimialueen %s luominen ep¤onnistui\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "toimialueen nimi" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Poista ep¤aktiivisen toimialueen asetusten m¤¤ritykset." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Poista ep¤aktiivisen toimialueen asetusten m¤¤ritykset." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "asetustiedoston lukeminen ep¤onnistui" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Poista ep¤aktiivisen verkon asetusten m¤¤ritykset." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Poista ep¤aktiivisen verkon asetusten m¤¤ritykset." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Poista ep¤aktiivisen toimialueen asetusten m¤¤ritykset." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Poista ep¤aktiivisen toimialueen asetusten m¤¤ritykset." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "poistu t¤st¤ vuorovaikutteisesta terminaalista" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "komento ”%s” vaatii valitsimen <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "komento ”%s” vaatii valitsimen --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "komentoa ”%s” ei ole olemassa" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NIMI\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6024,7 +6483,7 @@ msgstr "" "\n" " TIIVISTELM„\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6032,7 +6491,7 @@ msgstr "" "\n" " KUVAUS\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6040,55 +6499,55 @@ msgstr "" "\n" " VALITSIMET\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "m¤¤ritt¤m¤tĥn toimialueen nimi tai id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "toimialueen ”%s” hakeminen ep¤onnistui" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "m¤¤ritt¤m¤tĥn verkon nimi" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "verkon ”%s” hakeminen ep¤onnistui" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "m¤¤ritt¤m¤tĥn verkon nimi" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "toimialueen ”%s” hakeminen ep¤onnistui" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "m¤¤ritt¤m¤tĥn verkon nimi" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "toimialueen ”%s” hakeminen ep¤onnistui" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6099,130 +6558,129 @@ msgstr "" "(Aika: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "\" puuttuu" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "odottamaton merkint¤ (komennon nimi): ”%s”" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "tuntematon komento: ”%s”" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "komento ”%s” ei tue valitsinta --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "odotettu syntaksi: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "luku" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "merkkijono" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "odottamatonta dataa ”%s”" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "VALITSIN" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML-tiedosto" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pys¤ytetty" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "sammutuksessa" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "sammutettu" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "kaatui" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "yhteydetĥn" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "ei sopivaa yhteytt¤" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: virhe:" -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "virhe: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d tavun varaus ep¤onnistui" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu tavun varaaminen ep¤onnistui" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "hypervisoriin ei saatu yhteytt¤" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "lokitiedoston tietojen saanti ep¤onnistui" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "lokin polku ei ole tiedosto" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "lokitiedoston avaaminen ep¤onnistui, tarkista polku" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "lokitiedoston kirjoitus ep¤onnistui" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "lokitiedoston kirjoitus ep¤onnistui" +msgstr "%s: lokitiedostoon kirjoitus ep¤onnistui: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Hypervisor-yhteyden katkaisu ep¤onnistui" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6255,7 +6713,7 @@ msgstr "" "\n" " komennot (vuorovaikutukseton tila):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6265,12 +6723,12 @@ msgstr "" " (anna help saadaksesi tietoja komennosta)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "valitsinta ”-%c” ei tueta. Katso --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6279,7 +6737,7 @@ msgstr "" "Tervetuloa ohjelmaan %s, virtualisoinnin vuorovaikutteiseen p¤¤tteeseen.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6297,876 +6755,957 @@ msgstr "varoitus" msgid "error" msgstr "virhe" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Ei virheviesti¤" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "sis¤inen virhe %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "sis¤inen virhe" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "hypervisor ei tue t¤t¤ toimintoa" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "hypervisor ei tue t¤t¤ toimintoa: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "ei voitu yhdist¤¤ hypervisoriin" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "ei voitu yhdist¤¤ kohteeseen %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "virheellinen yhteysosoitin kohteessa" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "virheellinen yhteysosoitin kohteessa %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "virheellinen toimialueosoitin kohteessa" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "virheellinen toimialueosoitin kohteessa %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "virheellinen argumentti kohteessa" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "virheellinen argumentti kohteessa %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "toimenpide ep¤onnistui" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET-toimenpide ep¤onnistui: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET-toimenpide ep¤onnistui" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST-toimenpide ep¤onnistui: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST-toimenpide ep¤onnistui" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "saatiin tuntematon HTTP-virhekoodi %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "tuntematon kone %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "tuntematon kone" -#: src/virterror.c:502 +#: src/virterror.c:510 #, fuzzy, c-format msgid "failed to serialize S-Expr: %s" msgstr "Komennon ”%s” ajaminen ep¤onnistui: %s\n" -#: src/virterror.c:504 +#: src/virterror.c:512 #, fuzzy msgid "failed to serialize S-Expr" msgstr "Komennon ”%s” ajaminen ep¤onnistui: %s\n" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen-hypervisoria ei voitu k¤ytt¤¤" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen-hypervisoria %s ei voitu k¤ytt¤¤" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen Storeen yhdist¤minen ep¤onnistui" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen Storeen %s yhdist¤minen ep¤onnistui" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "ep¤onnistunut Xen-j¤rjestelm¤kutsu %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "ytimen tietoja puuttuu" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "juurilaitteen tietoja puuttuu" # Tarkista -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "juurilaitteen tietoja puuttuu %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "l¤hdetietoja puuttuu laitteelle" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "l¤hdetietoja puuttuu laitteelle %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "kohdetietoja puuttuu laitteelle" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "kohdetietoja puuttuu laitteelle %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "verkkoalueen nimi puuttuu" # Tarkasta -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "verkkoalueen nimi puuttuu %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "k¤yttĥj¤rjestelm¤tieto puuttuu" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "k¤yttĥj¤rjestelm¤tieto puuttuu kohteelle %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "laitetietoja puuttuu" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "laitetietoja puuttuu kohteelle %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "liian monta rekisterĥity¤ ajuria" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "liian monta rekisterĥity¤ ajuria kohteessa %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "kirjastokutsu ep¤onnistui, sit¤ ei ehk¤ tueta" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "kirjastokutsu %s ep¤onnistui, sit¤ ei ehk¤ tueta" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML-kuvaus ei ole hyvin muodostettu tai se ei kelpaa" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "T¤m¤ toimialue on jo olemassa" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "toimialue %s on jo olemassa" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "toiminto on kielletty vain luku -k¤ytĥss¤" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "toiminto %s on kielletty vain luku -k¤ytĥss¤" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "asetustiedoston avaaminen luettavaksi ep¤onnistui" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "tiedoston %s avaaminen luettavaksi ep¤onnistui" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "asetustiedoston lukeminen ep¤onnistui" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "asetustiedoston %s lukeminen ep¤onnistui" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "asetustiedoston j¤sent¤minen ep¤onnistui" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "asetustiedoston %s j¤sent¤minen ep¤onnistui" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "asetustiedoston syntaksivirhe" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "asetustiedoston syntaksivirhe: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "asetustiedoston kirjoitus ep¤onnistui" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "j¤senninvirhe" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "virheellinen verkko-osoitin kohteessa" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "virheellinen verkko-osoitin kohteessa %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "T¤m¤ verkko on jo olemassa" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "verkko %s on jo olemassa" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "j¤rjestelm¤kutsuvirhe" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC-virhe" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS-kutsuvirhe" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Verkkoa ei lĥytynyt" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Verkkoa ei lĥytynyt: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Toimialuetta ei lĥytynyt" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Toimialuetta ei lĥytynyt: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Verkkoa ei lĥytynyt" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Verkkoa ei lĥytynyt %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "virheellinen MAC-osoite" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "virheellinen MAC-osoite: %s" -#: src/virterror.c:688 -#, fuzzy +#: src/virterror.c:696 msgid "authentication failed" -msgstr "toimenpide ep¤onnistui" +msgstr "todennus ep¤onnistui" -#: src/virterror.c:690 -#, fuzzy, c-format +#: src/virterror.c:698 +#, c-format msgid "authentication failed: %s" -msgstr "toimenpide ep¤onnistui: %s" +msgstr "todennus ep¤onnistui: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "Verkkoa ei lĥytynyt" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Verkkoa ei lĥytynyt %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "Verkkoa ei lĥytynyt" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Verkkoa ei lĥytynyt %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "virheellinen verkko-osoitin kohteessa" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "virheellinen verkko-osoitin kohteessa %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "virheellinen verkko-osoitin kohteessa" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "virheellinen verkko-osoitin kohteessa %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Verkkoa ei lĥytynyt" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Verkkoa ei lĥytynyt: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Verkkoa ei lĥytynyt" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Verkkoa ei lĥytynyt: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "virheellinen toimialueosoitin kohteessa" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "virheellinen toimialueosoitin kohteessa %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Toimialuetta ei lĥytynyt" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Toimialuetta ei lĥytynyt: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "varataan toimialue" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "solmun varaus ep¤onnistui" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "varataan %d toimialuetietoja" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "solmun varaus ep¤onnistui" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "yhteydenotto Xen Storeen ei onnistunut" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Luku Xen Daemonista ep¤onnistui" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Toimialueen %s palautus ep¤onnistui" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "varaa uusi puskuri" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 #, fuzzy msgid "failed to urlencode the create S-Expr" msgstr "Kansiota %1 ei voida luoda." -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "toimialuetieto on ep¤t¤ydellist¤, domid puuttuu" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "toimialuetieto on virheellist¤, domid ei ole numeerinen" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "toimialuetieto on ep¤t¤ydellist¤, uuid puuttuu" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "toimialuetiedot ovat ep¤t¤ydellisi¤, nimi puuttuu" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "toimialuetiedot ovat ep¤t¤ydellisi¤, nimi puuttuu" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "toimialuetieto on ep¤t¤ydellist¤, ydin ja k¤ynnistyslatain puuttuu" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" +msgstr "kohdelaitetyyppi" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" +msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "virheellinen MAC-osoite: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "Sama kuin solmu" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "toimialuetieto on ep¤t¤ydellist¤, id puuttuu" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "topologiatiedon j¤sent¤minen ep¤onnistui" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "asetustiedoston syntaksivirhe" +msgstr "topologiasyntaksivirhe" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend-toimialueen tietojen j¤sent¤minen ep¤onnistui" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Toimialueen %s asettaminen keskeytystilaan ep¤onnistui" +msgstr "Komennon ”%s” ajaminen ep¤onnistui: %s\n" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "kohdelaitetyyppi" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "odottamaton arvosolmu" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "solmun muisti" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "toimenpide ep¤onnistui" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Toimialueen %s m¤¤rityksen poistaminen ep¤onnistui" +msgstr "Verkon %s m¤¤ritysten poistaminen ep¤onnistui." -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "toimenpide ep¤onnistui: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "konenimen haku ep¤onnistui" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "Xend-toimialueen tietojen j¤sent¤minen ep¤onnistui" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Ep¤aktiivisen toimialueen %s luominen ep¤onnistui\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "toimialuetiedot ovat ep¤t¤ydellisi¤, nimi puuttuu" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "Tuntematon" +msgstr "Skeduloija" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "konenimen haku ep¤onnistui" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "toimialuetieto on ep¤t¤ydellist¤, uuid puuttuu" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "toimialuetieto on ep¤t¤ydellist¤, uuid puuttuu" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "virheellinen argumentti kohteessa %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "tiedoston %s avaaminen luettavaksi ep¤onnistui" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgstr "asetustiedoston %s lukeminen ep¤onnistui" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "odottamaton MIME-tyyppi" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "odottamaton MIME-tyyppi" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "odottamaton MIME-tyyppi" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "odottamaton arvosolmu" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "solmun toimialueluettelo" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "kirjastokutsu ep¤onnistui, sit¤ ei ehk¤ tueta" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "asetustiedoston syntaksivirhe: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "odottamaton arvosolmu" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "odottamaton arvosolmu" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "odottamaton arvosolmu" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "vain luku -yhteys" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "luetteloi ep¤aktiiviset toimialueet" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "Sama kuin solmu" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Toimialueen palautetus tiedostosta %s ep¤onnistui" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "Ei voi tarkistaa nykyist¤ MaxMemorySize¤" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "asetustiedoston %s lukeminen ep¤onnistui" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "tuntematon k¤yttĥj¤rjestelm¤n tyyppi" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Lohkotilastojen haku ep¤onnistui %s %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Toimialueen luonti tiedostosta %s ep¤onnistui" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "varaa merkkijonotaulukko" #: src/xmlrpc.c:53 @@ -7212,6 +7751,10 @@ msgstr "varaa vastaus" msgid "read response" msgstr "lue vastaus" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "varaa merkkijonotaulukko" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "palvelimen vastauksen j¤sent¤minen ep¤onnistui" @@ -7220,309 +7763,45 @@ msgstr "palvelimen vastauksen j¤sent¤minen ep¤onnistui" msgid "allocate new context" msgstr "varaa uusi konteksti" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "yhteydenotto Xen Storeen ei onnistunut" -#~ msgid "blocked" -#~ msgstr "odottaa" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "kohdelaitetyyppi" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "kohdeverkon nimi" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "Ei voi tarkistaa nykyist¤ MaxMemorySize¤" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "kohdetietoja puuttuu laitteelle" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "verkon nimi tai uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "virheellinen argumentti kohteessa" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "juurilaitteen tietoja puuttuu" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "%d on virheellinen arvo muistin kooksi" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "juurilaitteen tietoja puuttuu" +msgid "failed to allocate activeDomainList" +msgstr "Aktiivisten toimialueiden luettelointi ep¤onnistui" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "verkkoalueen nimi puuttuu" +msgid "failed to allocate xsWatchList" +msgstr "solmun varaus ep¤onnistui" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "virheellinen toimialueosoitin kohteessa" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "virheellinen toimialueosoitin kohteessa" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Verkon luominen tiedostosta %s ep¤onnistui" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "asetustiedoston kirjoitus ep¤onnistui: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "Muistin varaus ep¤onnistui." - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "exec ep¤onnistui %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "Ei voi tarkistaa nykyist¤ MaxMemorySize¤" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "toimenpide ep¤onnistui: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "toimenpide ep¤onnistui: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "toimenpide ep¤onnistui: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "Muistin varaus ep¤onnistui." - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "toimenpide ep¤onnistui: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "tiedoston %s avaaminen luettavaksi ep¤onnistui" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "toimenpide ep¤onnistui: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "toimenpide ep¤onnistui: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Toimialueen %s k¤ynnistys ep¤onnistui" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "toimenpide ep¤onnistui: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "kohdetietoja puuttuu laitteelle" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "verkkoalueen nimi puuttuu" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "verkkoalueen nimi puuttuu" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "virheellinen toimialueosoitin kohteessa" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "virheellinen toimialueosoitin kohteessa" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "varaa arvotaulukko" - -#~ msgid "failed to exec %s\n" -#~ msgstr "exec ep¤onnistui %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "solmun tietojen saanti ep¤onnistui" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "varataan yksityist¤ dataa" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "odottamaton MIME-tyyppi" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML:n luonti ep¤onnistui" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Muistin varaus ep¤onnistui." - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Muistin varaus ep¤onnistui." - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "toimialueen id tai nimi" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "virheellinen toimialueosoitin kohteessa %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "verkon nimi tai uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "verkon nimi tai uuid" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "liian monta toimialuetta" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "l¤hdetietoja puuttuu laitteelle" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "virheellinen toimialueosoitin kohteessa %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "toimialueen nimi tai uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "solmun tiedot" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "toimialueen virtuaaliprosessoritiedot" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "toimialueen virtuaaliprosessoritiedot" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "solmun varaus ep¤onnistui" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "solmun varaus ep¤onnistui" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "Muistin varaus ep¤onnistui." - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "solmun varaus ep¤onnistui" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "solmun varaus ep¤onnistui" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "Muistin varaus ep¤onnistui." - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "solmun varaus ep¤onnistui" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "Muistin varaus ep¤onnistui." - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "verkon nimi tai uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "solmun varaus ep¤onnistui" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "verkon lis¤¤minen yhteyksien hajautustauluun ep¤onnistui" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "varataan toimialue" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML:n luonti ep¤onnistui" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Kohteen ”%s” avaaminen ep¤onnistui: %s" +msgid "reallocating list" +msgstr "varataan toimialue" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Lohkotilastojen haku ep¤onnistui %s %s" +msgid "failed to allocate domids" +msgstr "solmun varaus ep¤onnistui" #~ msgid "domain" #~ msgstr "toimialue" -#~ msgid "domain name" -#~ msgstr "toimialueen nimi" - -#~ msgid "domain uuid" -#~ msgstr "toimialueen UUID" - #~ msgid "domain memory" #~ msgstr "toimialueen muisti" @@ -7560,71 +7839,12 @@ msgstr "yhteydenotto Xen Storeen ei onnistunut" #~ msgid "load network definition file" #~ msgstr "lataa verkonm¤¤ritystiedosto" -#~ msgid "too many domains" -#~ msgstr "liian monta toimialuetta" - -#~ msgid "too many networks" -#~ msgstr "liian monta verkkoa" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "lataa toimialueen m¤¤ritystiedosto" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "juurilaitteen tietoja puuttuu" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "toimialue %s on jo olemassa" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "luodaan xpath-konteksti" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "asetustiedoston kirjoitus ep¤onnistui" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "solmun varaus ep¤onnistui" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "liian monta toimialuetta" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "virheellinen toimialueosoitin kohteessa" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Verkkoa ei lĥytynyt: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Verkkoa ei lĥytynyt: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "muuta muistinvarausta" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "varaa vastaus" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "sis¤inen virhe %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "varaa uusi puskuri" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "Kohteen ”%s” avaaminen ep¤onnistui: luku: %s" +#~ msgid "failed to exec %s\n" +#~ msgstr "exec ep¤onnistui %s\n" + #~ msgid "growing buffer" #~ msgstr "kasvatetaan puskuria" diff --git a/po/fr.po b/po/fr.po index aac9f89978..4c644d9493 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: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2008-06-18 10:39+0200\n" "Last-Translator: Mathieu Schopfer \n" "Language-Team: Fran§ais \n" @@ -21,314 +21,314 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "Famille d'adresse pour le nom d'h´te non prise en charge" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "‰chec temporaire de la rİsolution de nom" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "Mauvaise valeur pour ai_flags" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "‰chec non rİcupİrable de la rİsolution de nom" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "ai_family non prise en charge" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" msgstr "‰chec d'allocation de mİmoire" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "Aucune adresse associİe au nom d'h´te" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "Nom ou service inconnu" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "Nom de serveur non pris en charge pour ai_socktype" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "ai_socktype non pris en charge" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 msgid "System error" msgstr "Erreur syst¨me" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "Tampon d'arguments trop petit" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "RequŞte de traitement en cours" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "RequŞte annulİe" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "RequŞte non annulİe" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "Toutes les requŞtes ont İtİ traitİes" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "Interrompu par un signal" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "Chaine de param¨tres incorrectement encodİe" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" msgstr "Erreur inconnue" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "Impossible d'accİder   %s ÂĞ %s Âğ: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "gnutls_certificate_allocate_credentials : %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "gnutls_certificate_set_x509_trust_file : %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "gnutls_certificate_set_x509_crl_file : %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "gnutls_certificate_set_x509_key_file : %s" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "gnutls_dh_params_init : %s" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "gnutls_dh_params_generate2 : %s" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "Impossible de lire depuis le tube de signal : %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" msgstr "Rechargement de la configuration sur SIGHUP" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "Erreur lors du rechargement des pilotes : %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "ArrŞt sur rİception du signal %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "valeur de noeud inattendue" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 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:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" "Impossible de dİfinir le drapeau descripteur de fichiers ÂĞ non-blocking Âğ" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Impossible d'ouvrir le fichier pid ÂĞ %s Âğ : %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Impossible d'ouvrir le fichier pid ÂĞ %s Âğ comme flux : %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Impossible de modifier le fichier pid ÂĞ %s Âğ : %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Impossible de fermer le fichier pid ÂĞ %s Âğ : %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 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:487 +#: qemud/qemud.c:512 #, c-format msgid "Failed to create socket: %s" msgstr "Impossible de crİer le socket : %s" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Impossible de se connecter au socket ÂĞ %s Âğ : %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Impossible d'İcouter les connexions sur ÂĞ %s Âğ : %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "L'ajout de l'İv¨nement serveur ÂĞ rappel Âğ a İchouİ" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "getaddrinfo : %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "connecteur rİseau : %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "connexion : %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "İcoute : %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "remoteListenTCP : calloc : %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP : İcoute : %s" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "" "Impossible de trouver un enregistrement utilisateur pour l'uid ÂĞ %d Âğ : %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 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:720 +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" msgstr "Impossible d'allouer struct qemud_server" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Impossible d'initialiser l'authentification SASL %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, 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:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "remoteInitializeTLSSession : %s" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "remoteCheckDN : gnutls_x509_cert_get_dn : %s" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "remoteCheckDN : İchec : le client DN est %s" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate : la vİrification a İchouİ : %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" "remoteCheckCertificate : aucune confiance n'est accordİe au certificat du " "client." -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" "remoteCheckCertificate : le certificat du client provient d'un İmetteur " "inconnu." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "remoteCheckCertificate : le certificat du client a İtİ rİvoquİ." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" "remoteCheckCertificate : le certificat du client utilise un algorithme non " "sİcurisİ." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "remoteCheckCertificate : le certificat n'est pas X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate : aucun pair" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "remoteCheckCertificate : gnutls_x509_crt_init a İchouİ" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "remoteCheckCertificate : le certificat du client a expirİ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" "remoteCheckCertificate : le certificat du client n'est pas encore activİ" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 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,12 +340,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:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" "remoteCheckCertificate : la vİrification du certificat du client a İchouİ" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" @@ -353,456 +353,487 @@ msgstr "" "remoteCheckCertificate: tls_no_verify_certificate est configurİ de mani¨re   " "ignorer les mauvais certificats" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, c-format msgid "Failed to verify client credentials: %s" msgstr "Impossible de vİrifier les rİfİrences du client : %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, c-format msgid "Failed to accept connection: %s" msgstr "Impossible d'accepter une connexion : %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "le protocole de transfert TLS a İchouİ : %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "lire : %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv : %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "İcrire : %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send : %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, 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:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, 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:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, 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:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, 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:1807 +#: qemud/qemud.c:1892 #, 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:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "remoteReadConfigFile : %s\n" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" "remoteReadConfigFile : %s : %s : authentification non prise en charge %s\n" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 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:1961 +#: qemud/qemud.c:2046 #, c-format msgid "Failed to lookup group '%s'" msgstr "Impossible de recherche le groupe '%s'" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, c-format msgid "Failed to parse mode '%s'" msgstr "Impossible d'analyser le mode '%s'" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, c-format msgid "Failed to fork as daemon: %s" msgstr "Impossible de cloner en tant que dİmon : %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, c-format msgid "Failed to create pipe: %s" msgstr "Impossible de crİer le tube : %s" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, 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:2222 +#: qemud/qemud.c:2307 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:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "l'authentification a İchouİ" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "rİception d'un code d'erreur HTTP %d inconnu" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "impossible d'analyser la rİponse du serveur" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "pointeur de connexion invalide dans" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "mİmoire saturİe dans asprintf" -#: qemud/remote.c:608 +#: qemud/remote.c:643 #, fuzzy msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "Domaine non trouvİ" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 #, fuzzy msgid "nparams too large" msgstr "n_columns trop grand" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "type de SE inconnu" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 #, fuzzy msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "maplen > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "Rİseau non trouvİ" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "impossible de lire le rİpertoire '%s' : %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "le client a lancİ une requŞte d'initialisation de SASL invalide" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Impossible d'obtenir les statistiques du bloc %s %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "Impossible de rİcupİrer les statistiques relatives   l'interface %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "le paramİtrage du contexte SASL a İchouİ %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "impossible d'obtenir la taille du chiffrement TLS" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "impossible de dİfinir le SSF externe SASL %d (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, 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:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "impossible de lister les mİcanismes SASL %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "impossible d'allouer la liste des mİcanismes" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, 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:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "le SSF %d negociİ n'İtait pas assez robuste" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, 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:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "aucun nom d'utilisateur client n'a İtİ trouvİ" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 msgid "out of memory copying username" msgstr "mİmoire saturİe pendant la copie du nom d'utilisateur" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, 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:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 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:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "le dİmarrage de SASL a İchouİ %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, 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:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "l'İtape SASL a İchouİ %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "donnİes rİponse SASL d'İtape trop longues %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 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:2745 +#: qemud/remote.c:2843 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:2757 +#: qemud/remote.c:2855 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:2787 +#: qemud/remote.c:2885 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:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "impossible d'obtenir l'identitİ du connecteur rİseau du pair" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "Vİrifie le PID %d fonctionnant en tant que %d" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "La recherche de l'appelant de PolicyKit a İchouİ : %s" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, c-format msgid "Failed to create polkit action %s\n" msgstr "Impossible de crİer l'action polkit %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, c-format msgid "Failed to create polkit context %s\n" msgstr "Impossible de crİer le contexte polkit %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, 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:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, 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:2884 +#: qemud/remote.c:2982 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:2939 +#: qemud/remote.c:3037 #, fuzzy msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "Pool de stockage introuvable" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 #, fuzzy msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "Volume de stockage introuvable" +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "pİriphİrique non trouvİ : %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "argument invalide dans" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (longueur du mot)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "strdup a İchouİ" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (longueur du mot)" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -840,8 +871,8 @@ msgstr "sİparateur attendu" msgid "expecting an assignment" msgstr "affectation attendue" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "allouer une mİmoire tampon" @@ -883,904 +914,967 @@ msgstr "İchec de la lecture de la saisie : %s\n" msgid "failure writing output: %s\n" msgstr "İchec de l'İcriture de la sortie : %s\n" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "pİriphİrique d'entrİes invalide" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "chemin invalide : %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "source non spİcifiİe pour le pİriphİrique" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "source non spİcifiİe pour le pİriphİrique" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "source non spİcifiİe pour le pİriphİrique" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "rİpertoire du pİriphİrique source non spİcifiİ" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:1268 -#, 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:1274 src/domain_conf.c:1281 -#, fuzzy, c-format -msgid "unsupported input bus %s" -msgstr "format de pool non supportİ %s" - -#: src/domain_conf.c:1286 -#, 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:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "rİpertoire du pİriphİrique source non spİcifiİ" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "type de SE inconnu" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "impossible de retirer la configuration pour %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "type de volume de stockage %d inconnu" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "impossible de lire le rİpertoire '%s' : %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "impossible d'ouvrir le pİriphİrique %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "impossible de lire '%s' : %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "impossible d'ouvrir le pİriphİrique %s" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "manquant \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "h´te source non spİcifiİ" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "h´te source non spİcifiİ" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "h´te %s inconnu" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -msgid "missing root element" -msgstr "İlİment root manquant" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "type de SE inconnu" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "impossible d'attribuer un noeud" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "attribut auth host manquant" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "pointeur de domaine invalide dans" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "impossible de crİer XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "UUID de l'İlİment non conforme" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "nom de l'İlİment manquant" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "donnİe inattendue '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "type de SE inconnu" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, 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:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "pİriphİrique source non spİcifiİ" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "type auth '%s' inconnu" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "type de volume de stockage %d non pris en charge" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "impossible d'extraire les pİriphİriques sources" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "connexion : %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Impossible de suspendre le domaine %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "İlİment root inconnu" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "erreur de syntaxe dans la topologie des CPU" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "noeud dict inattendu" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "type mime inattendu" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "valeur de noeud inattendue" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "impossible de crİer le rİpertoire de configuration %s : %s" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, c-format -msgid "cannot create config file %s: %s" -msgstr "impossible de crİer le fichier de configuration %s : %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, c-format -msgid "cannot write config file %s: %s" -msgstr "impossible d'İcrire le fichier de configuration %s : %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "impossible de sauvegarder le fichier de configuration %s : %s" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Impossible d'ouvrir le rİpertoire '%s' : %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "impossible de retirer la configuration pour %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "type de SE inconnu" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocation de connexion" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocation d'un nouveau domaine" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "impossible d'ajouter le domaine   la table de hachage de connexion" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domaine manquant dans la table de hachage" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "allocation du rİseau" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "impossible d'ajouter le rİseau   la table de hachage de connexion" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "rİseau manquant dans la table de hachage" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 msgid "allocating storage pool" msgstr "allocation du pool de stockage" -#: src/hash.c:1117 +#: src/datatypes.c:556 msgid "failed to add storage pool to connection hash table" msgstr "" "impossible d'ajouter le pool de stockage   la table de hachage de connexion" -#: src/hash.c:1156 +#: src/datatypes.c:595 msgid "pool missing from connection hash table" msgstr "pool manquant dans la table de hachage de connexion" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 msgid "allocating storage vol" msgstr "allocation du volume de stockage" -#: src/hash.c:1253 +#: src/datatypes.c:692 msgid "failed to add storage vol to connection hash table" msgstr "" "impossible d'ajouter le volume de stockage   la table de hachage de connexion" -#: src/hash.c:1293 +#: src/datatypes.c:732 msgid "vol missing from connection hash table" msgstr "volume manquant dans la table de hachage de connexion" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocation du volume de stockage" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copie du contenu du noeud" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "" +"impossible d'ajouter le volume de stockage   la table de hachage de connexion" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "volume manquant dans la table de hachage de connexion" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "taille des unitİs '%s' inconnu" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "pİriphİrique d'entrİes invalide" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "source non spİcifiİe pour le pİriphİrique" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "source non spİcifiİe pour le pİriphİrique" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "source non spİcifiİe pour le pİriphİrique" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "rİpertoire du pİriphİrique source non spİcifiİ" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:1263 +#, 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:1269 src/domain_conf.c:1276 +#, fuzzy, c-format +msgid "unsupported input bus %s" +msgstr "format de pool non supportİ %s" + +#: src/domain_conf.c:1281 +#, 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:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "rİpertoire du pİriphİrique source non spİcifiİ" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "impossible d'ouvrir le pİriphİrique %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "commande inconnue : '%s'" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "impossible de lire le rİpertoire '%s' : %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "impossible d'ouvrir le pİriphİrique %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "impossible de lire '%s' : %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "impossible d'ouvrir le pİriphİrique %s" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "manquant \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "h´te source non spİcifiİ" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "h´te %s inconnu" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "h´te source non spİcifiİ" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "h´te %s inconnu" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "taille des unitİs '%s' inconnu" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +msgid "missing root element" +msgstr "İlİment root manquant" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "type de SE inconnu" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "impossible d'attribuer un noeud" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "attribut auth host manquant" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "pointeur de domaine invalide dans %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "impossible de crİer XML" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "UUID de l'İlİment non conforme" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "nom de l'İlİment manquant" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "donnİe inattendue '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "type de SE inconnu" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, 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:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "pİriphİrique source non spİcifiİ" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "type auth '%s' inconnu" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:1952 +#, fuzzy +msgid "cannot extract filesystem devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:1990 +#, fuzzy +msgid "cannot extract parallel devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "impossible d'extraire les pİriphİriques sources" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "connexion : %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "document XML non conforme" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "İlİment root inconnu" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "erreur de syntaxe dans la topologie des CPU" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "type mime inattendu" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "type mime inattendu" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "noeud dict inattendu" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "noeud dict inattendu" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "type mime inattendu" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "type mime inattendu" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "type de pool inattendu" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "noeud dict inattendu" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "type de pool inattendu" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "type de pool inattendu" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "noeud dict inattendu" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "type de pool inattendu" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "type mime inattendu" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "type de pool inattendu" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "valeur de noeud inattendue" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "impossible de crİer le rİpertoire de configuration %s : %s" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format +msgid "cannot create config file %s: %s" +msgstr "impossible de crİer le fichier de configuration %s : %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format +msgid "cannot write config file %s: %s" +msgstr "impossible d'İcrire le fichier de configuration %s : %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "impossible de sauvegarder le fichier de configuration %s : %s" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Impossible d'ouvrir le rİpertoire '%s' : %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "impossible de retirer la configuration pour %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "type de SE inconnu" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 msgid "Failed to run '" msgstr "Impossible de lancer " -#: src/iptables.c:152 +#: src/iptables.c:150 msgid "Failed to read " msgstr "Impossible de lire " -#: src/iptables.c:180 +#: src/iptables.c:178 msgid "Failed to write to " msgstr "Impossible d'İcrire sur " -#: src/iptables.c:245 +#: src/iptables.c:243 #, c-format msgid "Failed to create directory %s : %s" msgstr "Impossible de crİer le rİpertoire %s : %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Impossible d'enregistrer les r¨gles iptables dans %s : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" "Le retrait de la r¨gle iptables ÂĞ %s Âğ de la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ " "a İchouİ : %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, 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:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "impossible d'analyser l'URI de connexion" -#: src/libvirt.c:772 -msgid "allocating conn->name" -msgstr "allocation de conn->name" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Impossible d'accepter une connexion : %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "domainMigratePrepare n'a pas paramİtrİ URI" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare n'a pas paramİtrİ URI" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "Erreur lors du rechargement des pilotes : %s" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "impossible d'attribuer un noeud" +msgstr "impossible de dİfinir les attributs tty : %s\n" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Impossible de crİer le domaine inactif %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Impossible de se connecter au socket ÂĞ %s Âğ : %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "Impossible de crİer le volume %s" +msgstr "Impossible de crİer le socket : %s" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Impossible de se connecter au socket ÂĞ %s Âğ : %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "impossible d'attendre la commande : %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "impossible d'attendre la commande : %s" +msgstr "Impossible de dİtruire le domaine %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Impossible de se connecter au socket ÂĞ %s Âğ : %s" +msgstr "Impossible d'ouvrir le rİpertoire '%s' : %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "impossible d'attendre la commande : %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Impossible de crİer le pool %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Impossible d'ouvrir le rİpertoire '%s' : %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "impossible d'attendre la commande : %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "opİration İchouİe : %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Impossible de crİer le volume depuis %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Impossible de crİer le socket : %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Impossible de crİer le socket : %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Impossible de se connecter au socket ÂĞ %s Âğ : %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Impossible de se connecter au socket ÂĞ %s Âğ : %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Impossible d'ouvrir le fichier pid ÂĞ %s Âğ comme flux : %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "opİration İchouİe : %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Impossible de rİcupİrer les statistiques relatives   l'interface %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Impossible de dİtruire le volume %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "opİration İchouİe : %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "impossible d'attribuer un noeud" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "Impossible d'İcrire argv dans le fichier journal %d : %s" +msgstr "Impossible de modifier le fichier pid ÂĞ %s Âğ : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "Impossible d'İcrire argv dans le fichier journal %d : %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "Impossible de fermer le fichier journal %d : %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Impossible de trouver un lecteur de stockage : %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "impossible d'allouer de la mİmoire pour la liste de configuration %s" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "aucun domaine ayant un id %d correspondant" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "nom du domaine inactif" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "nom du domaine inactif" +msgstr "supprimer un domaine inactif" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "impossible d'attendre la commande : %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "script utilisİ pour relier une interface rİseau" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Impossible d'attacher le pİriphİrique depuis %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "impossible d'attribuer un noeud" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Impossible de se connecter au socket ÂĞ %s Âğ : %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "impossible d'attribuer un noeud" +msgstr "Impossible d'attacher le pİriphİrique depuis %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Impossible de crİer le socket : %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Impossible de se connecter au magasin Xen" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "pointeur de domaine invalide dans" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Impossible de fermer le fichier pid ÂĞ %s Âğ : %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "impossible de dİterminer l'İtat du fichier '%s' : %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "impossible de crİer le rİpertoire de configuration %s : %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Impossible d'ouvrir le rİpertoire '%s' : %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Impossible d'ouvrir le fichier pid ÂĞ %s Âğ : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "nom du domaine" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "aucun domaine ayant un id %d correspondant" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "noms" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "rİception d'un code d'erreur HTTP %d inconnu" +msgstr "impossible de lire '%s' : %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Impossible de rİactiver le domaine %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "chemin invalide : %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "Param¨tre pour virXPathNode() invalide" #: src/network_conf.c:242 #, fuzzy, c-format @@ -1790,7 +1884,7 @@ msgstr "impossible de lire le rİpertoire '%s' : %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "impossible de lire le rİpertoire '%s' : %s" +msgstr "impossible de configurer le mode de fichier '%s' : %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format @@ -1811,8 +1905,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "type auth '%s' inconnu" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "impossible de crİer le dossier de dİmarrage automatique %s : %s" @@ -1824,1153 +1918,1304 @@ msgstr "" "Le nom du fichier de configuration '%s' ne correspond pas au nom du rİseau '%" "s'" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "aucun fichier de configuration pour %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "impossible d'analyser l'URI de connexion" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "impossible d'analyser l'URI de connexion" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "rİsolution du nom de fichier du rİseau" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "adresse MAC invalide" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "adresse MAC" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "opİration İchouİe" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Impossible d'analyser le mode '%s'" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "aucun fichier de configuration pour %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "impossible d'analyser l'URI de connexion" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "le domaine n'est pas actif" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -#, fuzzy -msgid "only one filesystem supported" -msgstr "UUID de l'İlİment non conforme" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "impossible de se connecter   %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "nom du domaine inactif" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "le domaine n'est pas actif" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "impossible de se connecter   %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "impossible d'analyser l'URI de connexion" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "impossible de se connecter   %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "changer le nombre de processeurs virtuels" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -#, fuzzy -msgid "no domain with matching id" -msgstr "aucun domaine ayant un id %d correspondant" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "le domaine n'est pas actif" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "impossible d'analyser l'URI de connexion" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "type auth '%s' inconnu" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "impossible d'analyser l'URI de connexion" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Impossible de fermer la socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Impossible de lire la socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Impossible d'İcrire sur la socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Erreur de communication avec le proxy : %d octets re§us sur %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Erreur de communication avec le proxy : %d octets attendus, %d re§us\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Erreur de communication avec le proxy : %d paquets d'octets re§us\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Erreur de communication avec le proxy : paquet mal construit\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "paquet asynchrone numİro %d re§u\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "impossible d'attribuer un noeud" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "impossible d'allouer un tampon" - -#: src/qemu_conf.c:487 -#, 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:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "‰tat de sortie inattendu '%d', qemu a probablement İchouİ" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "impossible de lire le rİpertoire '%s' : %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "Rİseau non trouvİ" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Rİseau %s dİmarrİ\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "ai_socktype non pris en charge" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "impossible de configurer le mode de fichier '%s' : %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Impossible de supprimer le pont '%s' : %s\n" - -#: src/qemu_conf.c:594 -#, 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:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "impossible d'attribuer un noeud" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "type de volume de stockage %d non pris en charge" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "type de volume de stockage %d non pris en charge" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "pİriphİrique d'entrİes invalide" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "impossible d'allouer de la mİmoire pour la liste de configuration %s" - -#: src/qemu_driver.c:91 -#, 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:106 -#, 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:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Impossible de dİmarrer automatiquement le rİseau '%s' : %s" -#: src/qemu_driver.c:166 -#, 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:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "" "Impossible de trouver un enregistrement utilisateur pour l'uid ÂĞ %d Âğ : %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "mİmoire saturİe dans asprintf" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 #, fuzzy -msgid "qemudStartup: out of memory\n" +msgid "networkStartup: out of memory\n" msgstr "qemudStartup : mİmoire saturİe" -#: src/qemu_driver.c:296 +#: src/network_driver.c:197 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Rechargement des r¨gles iptables" -#: src/qemu_driver.c:434 -#, c-format -msgid "" -"QEMU quit during %s startup\n" -"%s" -msgstr "" - -#: src/qemu_driver.c:444 src/qemu_driver.c:457 -#, fuzzy, c-format -msgid "Failure while reading %s startup output: %s" -msgstr "İchec de l'İcriture de la sortie : %s\n" - -#: src/qemu_driver.c:452 -#, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format -msgid "Unable to open monitor path %s" -msgstr "Impossible d'ouvrir tty %s : %s\n" - -#: src/qemu_driver.c:516 -#, 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:521 -msgid "Unable to put monitor into non-blocking mode" -msgstr "" - -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, 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:672 -#, fuzzy -msgid "allocate cpumap" -msgstr "allouer un dictionnaire" - -#: src/qemu_driver.c:683 -msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" - -#: src/qemu_driver.c:787 -#, fuzzy, c-format -msgid "failed to set CPU affinity %s" -msgstr "impossible de rİcupİrer le domaine '%s'" - -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy -msgid "resume operation failed" -msgstr "opİration İchouİe" - -#: src/qemu_driver.c:860 -#, fuzzy -msgid "VM is already active" -msgstr "Le domaine est dİj  actif" - -#: src/qemu_driver.c:870 -msgid "Unable to find an unused VNC port" -msgstr "" - -#: src/qemu_driver.c:882 -#, c-format -msgid "config file path too long: %s/%s.log" -msgstr "" - -#: src/qemu_driver.c:901 -#, fuzzy, c-format -msgid "failed to create logfile %s: %s" -msgstr "%s : impossible d'İcrire dans le fichier journal : %s" - -#: src/qemu_driver.c:907 -#, 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:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "impossible de lire le rİpertoire '%s' : %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 -#, fuzzy, c-format -msgid "Unable to write argv to logfile %d: %s\n" -msgstr "Impossible d'İcrire argv dans le fichier journal %d : %s" - -#: src/qemu_driver.c:1040 -#, fuzzy, c-format -msgid "Shutting down VM '%s'\n" -msgstr "ArrŞt de VM '%s'" - -#: src/qemu_driver.c:1051 -#, fuzzy, c-format -msgid "Unable to close logfile %d: %s\n" -msgstr "Impossible de fermer le fichier journal %d : %s" - -#: src/qemu_driver.c:1066 -#, fuzzy -msgid "Got unexpected pid, damn\n" -msgstr "obtention de pid, damn inattendus" - -#: src/qemu_driver.c:1220 +#: src/network_driver.c:382 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "impossible d'attribuer un noeud" -#: src/qemu_driver.c:1234 +#: src/network_driver.c:396 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1263 +#: src/network_driver.c:425 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1274 +#: src/network_driver.c:436 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1284 +#: src/network_driver.c:446 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Impossible d'enregistrer les r¨gles iptables dans %s : %s" -#: src/qemu_driver.c:1316 +#: src/network_driver.c:478 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1327 +#: src/network_driver.c:489 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1352 +#: src/network_driver.c:514 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "impossible d'attribuer un noeud" -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 +#: src/network_driver.c:522 src/network_driver.c:529 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 +#: src/network_driver.c:537 src/network_driver.c:544 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1392 +#: src/network_driver.c:554 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1399 +#: src/network_driver.c:561 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1407 +#: src/network_driver.c:569 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" "L'ajout de la r¨gle iptables ÂĞ %s Âğ   la chaine ÂĞ %s Âğ dans la table ÂĞ %s Âğ a " "İchouİ : %s" -#: src/qemu_driver.c:1508 +#: src/network_driver.c:670 #, fuzzy msgid "network is already active" msgstr "Le domaine est dİj  actif" -#: src/qemu_driver.c:1520 +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "impossible de configurer le mode de fichier '%s' : %s" + +#: src/network_driver.c:682 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "impossible de crİer le rİpertoire '%s' : %s" -#: src/qemu_driver.c:1535 +#: src/network_driver.c:697 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "impossible de configurer le mode de fichier '%s' : %s" -#: src/qemu_driver.c:1543 +#: src/network_driver.c:705 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "impossible de configurer le mode de fichier '%s' : %s" -#: src/qemu_driver.c:1551 +#: src/network_driver.c:713 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Impossible de dİtruire le pont '%s' : %s" -#: src/qemu_driver.c:1562 +#: src/network_driver.c:724 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "impossible d'ouvrir %s en lecture" -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 +#: src/network_driver.c:742 src/network_driver.c:773 #, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Impossible de dİtruire le pont '%s' : %s\n" -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format +#: src/network_driver.c:748 src/network_driver.c:778 +#, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Impossible de supprimer le pont '%s' : %s\n" -#: src/qemu_driver.c:1599 +#: src/network_driver.c:761 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "Extinction du rİseau '%s'" -#: src/qemu_driver.c:1625 -#, fuzzy +#: src/network_driver.c:787 msgid "Got unexpected pid for dnsmasq\n" msgstr "Un pid inattendu a İtİ re§u pour dnsmasq\n" -#: src/qemu_driver.c:1814 +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +#, fuzzy +msgid "no network with matching uuid" +msgstr "aucun pool avec un UUID correspondant" + +#: src/network_driver.c:830 +#, fuzzy +msgid "no network with matching name" +msgstr "aucun pool avec un nom correspondant" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "le pool est encore actif" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "aucun pool avec un UUID correspondant" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "impossible d'attribuer un noeud" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Impossible de crİer le lien symbolique '%s' sur '%s' : %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Impossible de supprimer le lien symbolique '%s' : %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "aucun volume de stockage avec un nom correspondant" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "" +"Impossible d'extraire la version de l'hyperviseur %s en cours d'exİcution\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "rİsolution du nom de fichier du rİseau" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "adresse MAC invalide" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "adresse MAC" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "opİration İchouİe" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Impossible d'analyser le mode '%s'" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "aucun fichier de configuration pour %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "impossible de retirer la configuration pour %s" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "le domaine n'est pas actif" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "impossible de se connecter   %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "impossible de lire le rİpertoire '%s' : %s" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "le domaine n'est pas actif" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "impossible de se connecter   %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "impossible de se connecter   %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "impossible de retirer la configuration pour %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "impossible d'analyser l'URI de connexion" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "changer le nombre de processeurs virtuels" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +#, fuzzy +msgid "no domain with matching id" +msgstr "aucun domaine ayant un id %d correspondant" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "le domaine n'est pas actif" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "impossible d'analyser l'URI de connexion" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "type auth '%s' inconnu" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "impossible d'analyser l'URI de connexion" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Impossible de fermer la socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Impossible de lire la socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Impossible d'İcrire sur la socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Erreur de communication avec le proxy : %d octets re§us sur %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Erreur de communication avec le proxy : %d octets attendus, %d re§us\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Erreur de communication avec le proxy : %d paquets d'octets re§us\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Erreur de communication avec le proxy : paquet mal construit\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "paquet asynchrone numİro %d re§u\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "impossible d'attribuer un noeud" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "impossible d'allouer un tampon" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "impossible d'attribuer un noeud" + +#: src/qemu_conf.c:477 +#, 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:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "‰tat de sortie inattendu '%d', qemu a probablement İchouİ" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "impossible de lire le rİpertoire '%s' : %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "Rİseau non trouvİ" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Rİseau %s dİmarrİ\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "ai_socktype non pris en charge" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, 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:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "impossible d'attribuer un noeud" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "format de volume %s non pris en charge" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "type de volume de stockage %d non pris en charge" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "pİriphİrique d'entrİes invalide" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "impossible d'allouer de la mİmoire pour la liste de configuration %s" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, 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:103 +#, 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:148 src/uml_driver.c:125 +#, 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:241 +#, fuzzy +msgid "qemudStartup: out of memory\n" +msgstr "qemudStartup : mİmoire saturİe" + +#: src/qemu_driver.c:375 +#, c-format +msgid "" +"QEMU quit during %s startup\n" +"%s" +msgstr "" + +#: src/qemu_driver.c:385 src/qemu_driver.c:398 +#, fuzzy, c-format +msgid "Failure while reading %s startup output: %s" +msgstr "İchec de l'İcriture de la sortie : %s\n" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "" + +#: src/qemu_driver.c:452 +#, fuzzy, c-format +msgid "Unable to open monitor path %s" +msgstr "Impossible d'ouvrir tty %s : %s\n" + +#: src/qemu_driver.c:457 +#, 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:462 +msgid "Unable to put monitor into non-blocking mode" +msgstr "" + +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, 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:610 +#, fuzzy +msgid "allocate cpumap" +msgstr "allouer un dictionnaire" + +#: src/qemu_driver.c:621 +msgid "cannot run monitor command to fetch CPU thread info" +msgstr "" + +#: src/qemu_driver.c:726 +#, fuzzy, c-format +msgid "failed to set CPU affinity %s" +msgstr "impossible de rİcupİrer le domaine '%s'" + +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 +#, fuzzy +msgid "resume operation failed" +msgstr "opİration İchouİe" + +#: src/qemu_driver.c:805 src/uml_driver.c:688 +#, fuzzy +msgid "VM is already active" +msgstr "Le domaine est dİj  actif" + +#: src/qemu_driver.c:815 +msgid "Unable to find an unused VNC port" +msgstr "" + +#: src/qemu_driver.c:827 +#, c-format +msgid "config file path too long: %s/%s.log" +msgstr "" + +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, fuzzy, c-format +msgid "failed to create logfile %s: %s" +msgstr "%s : impossible d'İcrire dans le fichier journal : %s" + +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, 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:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "Impossible d'İcrire argv dans le fichier journal %d : %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 +#, fuzzy, c-format +msgid "Unable to write argv to logfile %d: %s\n" +msgstr "Impossible d'İcrire argv dans le fichier journal %d : %s" + +#: src/qemu_driver.c:1005 +#, fuzzy, c-format +msgid "Shutting down VM '%s'\n" +msgstr "ArrŞt de VM '%s'" + +#: src/qemu_driver.c:1016 +#, fuzzy, c-format +msgid "Unable to close logfile %d: %s\n" +msgstr "Impossible de fermer le fichier journal %d : %s" + +#: src/qemu_driver.c:1031 +#, fuzzy +msgid "Got unexpected pid, damn\n" +msgstr "obtention de pid, damn inattendus" + +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Impossible d'ouvrir tty %s : %s\n" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "impossible d'allouer de la mİmoire pour la liste de configuration %s" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 #, fuzzy msgid "NUMA not supported on this host" msgstr "Nom de serveur non pris en charge pour ai_socktype" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Mİmoire NUMA disponible" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "le domaine %s existe dİj " -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "le domaine %s existe dİj " -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "aucun domaine ayant un id %d correspondant" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" msgstr "le domaine n'est pas actif" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "opİration İchouİe" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "opİration İchouİe" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "impossible d'attribuer un noeud" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, fuzzy, c-format msgid "no domain with matching uuid '%s'" msgstr "aucun domaine ayant un id %d correspondant" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nom du domaine inactif" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Impossible de suspendre le domaine %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "impossible de rİcupİrer l'UUID du domaine" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Impossible de crİer le volume %s" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Impossible d'İcrire sur " -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Impossible d'İcrire sur " -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "plus de mİmoire disponible" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "opİration İchouİe" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "'info blockstats' n'est pas pris en charge par ce qemu" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "Supprimer la configuration d'un domaine inactif" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "supprimer un domaine inactif" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "impossible de dİfinir le propriİtaire du fichier '%s' : %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "ai_family non prise en charge" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "impossible de dİterminer le contexte du fichier '%s' : %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "impossible de lire fd" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "impossible de lire depuis le dİmon Xen" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Impossible de lire " -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "impossible de crİer XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Le domaine est dİj  actif" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "impossible de crİer XML" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Impossible de dİmarrer le pool %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Impossible de rİactiver le domaine %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "impossible d'allouer de la mİmoire pour la liste de configuration %s" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "impossible d'extraire les pİriphİriques sources" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "type de volume de stockage %d non pris en charge" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "le volume de stockage existe dİj " + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "impossible de lire '%s' : %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "le domaine %s existe dİj " + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "impossible d'extraire les pİriphİriques sources" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "chargement du fichier de dİfinition de l'h´te" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "impossible d'extraire les pİriphİriques sources" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "chargement du fichier de dİfinition de l'h´te" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "supprimer un domaine inactif" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Domaine non trouvİ" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "impossible d'attendre la commande : %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "nom du domaine inactif" +msgstr "impossible de construire le chemin du lien de dİmarrage automatique" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Impossible de crİer le lien symbolique '%s' sur '%s' : %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Impossible de supprimer le lien symbolique '%s' : %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, c-format msgid "invalid path: %s" msgstr "chemin invalide : %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "la commande 'info blockstats' a İchouİ" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "'info blockstats' n'est pas pris en charge par ce qemu" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, c-format msgid "device not found: %s (%s)" msgstr "pİriphİrique non trouvİ : %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "chemin invalide : %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "la commande 'info blockstats' a İchouİ" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "no network with matching uuid" -msgstr "aucun pool avec un UUID correspondant" +msgid "no domain XML passed" +msgstr "liste de domaine du noeud" -#: src/qemu_driver.c:3717 +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching name" -msgstr "aucun pool avec un nom correspondant" +msgid "could not generate random UUID" +msgstr "impossible de rİcupİrer l'UUID du domaine" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Le domaine est dİj  actif" - -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "aucun pool avec un UUID correspondant" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "impossible d'attribuer un noeud" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Impossible de crİer le lien symbolique '%s' sur '%s' : %s" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "Impossible de dİmarrer le domaine %s" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "opİration İchouİe : %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "aucun domaine ayant un id %d correspondant" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "a essayİ d'utiliser un identificateur fermİ ou non initialisİ" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" msgstr "impossible de trouver le binaire libvirtd" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" "remote_open : le transport par URL n'est pas reconnu (devrait Ştre tls|unix|" "ssh|ext|tcp)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "remote_open : pour le transport ÂĞ ext Âğ, une commande est requise" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Impossible d'ouvrir tty %s : %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Impossible d'ouvrir tty %s : %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Impossible d'ouvrir tty %s : %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Impossible de crİer le socket : %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Impossible de crİer le socket : %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 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:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "impossible de rİcupİrer l'URI" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocation d'un nouveau domaine" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "impossible d'attribuer un noeud" +msgstr "gnutls_certificate_allocate_credentials : %s" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, 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:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Impossible d'initialiser l'authentification SASL %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, 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:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "impossible de dİfinir les attributs tty : %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, 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:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Impossible d'ouvrir tty %s : %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, 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:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "impossible de crİer le rİpertoire '%s' : %s" +msgstr "impossible d'İtendre le fichier '%s' : %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" msgstr "Valeur de plafond incorrecte" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 #, fuzzy msgid "The certificate is not trusted." msgstr "Le certificat n'est pas encore activİ" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 #, 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:1027 +#: src/remote_internal.c:1144 #, fuzzy msgid "The certificate has been revoked." msgstr "Le certificat a expirİ" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 #, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" "remoteCheckCertificate : le certificat du client utilise un algorithme non " "sİcurisİ." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "Le type du certificat n'est pas X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "gnutls_certificate_get_peers a İchouİ" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Impossible d'initialiser l'authentification SASL %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Impossible d'ouvrir tty %s : %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "Le certificat a expirİ" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "Le certificat n'est pas encore activİ" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, 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:1304 +#: src/remote_internal.c:1434 #, c-format msgid "too many NUMA cells: %d > %d" msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "trop de domaines" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "trop de domaines" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" @@ -2978,520 +3223,536 @@ msgstr "" "remoteDomainGetSchedulerParameters : le nombre de param¨tres retournİ " "dİpasse la limite" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "remoteDomainGetSchedulerParameters : type de param¨tre inconnu" # Je suis moins que certain de cette traduction... -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 msgid "out of memory allocating array" msgstr "la plage d'allocations sature la mİmoire" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "type de param¨tre inconnu" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "trop de rİseaux" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" msgstr "trop de pools de stockage requis" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" msgstr "trop de pools de stockage re§us" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" msgstr "trop de volumes de stockage requis" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 msgid "too many storage volumes received" msgstr "trop de volumes de stockages re§us" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "trop de volumes de stockage requis" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "trop de volumes de stockages re§us" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "trop de volumes de stockage requis" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "trop de volumes de stockages re§us" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "type auth '%s' inconnu" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "type de volume de stockage %d non pris en charge" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Impossible d'initialiser l'authentification SASL %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, 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:4013 +#: src/remote_internal.c:4431 #, 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:4032 +#: src/remote_internal.c:4450 #, 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:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Impossible de dİmarrer le domaine %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "Impossible de vİrifier les rİfİrences du client : %s" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "l'İtape SASL a İchouİ %d (%s)" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, 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:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "Impossible de vİrifier les rİfİrences du client : %s" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "conversion des arguments" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "xdr_int (longueur du mot)" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 #, fuzzy msgid "xdr_int (length word, reply)" msgstr "xdr_int (longueur du mot)" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 #, fuzzy msgid "packet received from server too large" msgstr "valeur de la capacitİ de l'İlİment trop large" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "argument invalide dans %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "dİcodage de ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "dİcodage de remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "argument invalide dans" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "pointeur de domaine invalide dans" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "impossible d'attribuer un noeud" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "impossible de copier la valeur" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "arri¨re-plan pour le type %d de pool manquant" -#: src/storage_backend.c:136 -#, c-format -msgid "unknown storage backend type %s" -msgstr "type de stockage en arri¨re-plan %s inconnu" - -#: src/storage_backend.c:166 -#, c-format -msgid "unknown storage backend type %d" -msgstr "type de stockage en arri¨re-plan %d inconnu" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, c-format msgid "cannot open volume '%s': %s" msgstr "impossible d'ouvrir le volume '%s' : %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "impossible de dİterminer l'İtat du fichier '%s' : %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "impossible de trouver la fin du fichier '%s' : %s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "impossible de trouver la fin du fichier '%s' : %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "impossible de trouver la fin du fichier '%s' : %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "impossible de dİterminer le contexte du fichier '%s' : %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "contexte" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "impossible de lire le rİpertoire '%s' : %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "chemin" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "chemin" + +#: src/storage_backend.c:389 msgid "regex" msgstr "regex" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, c-format msgid "Failed to compile regex %s" msgstr "impossible de compiler le regex %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "groupes de regex" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "impossible de lire fd" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, c-format msgid "failed to wait for command: %s" msgstr "impossible d'attendre la commande : %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "la commande ne s'est pas terminİe proprement" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "n_columns trop grand" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, c-format msgid "read error: %s" msgstr "erreur de lecture : %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "İtat de sortie non nul pour la commande %d" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, fuzzy, c-format msgid "%s not implemented on Win32" msgstr "console non implİmentİe sur cette plate-forme" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "format de pool non supportİ %s" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "format de pool non supportİ %d" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "format de volume %s non pris en charge" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "format de volume %d non pris en charge" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "volume" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "extents du volume" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "impossible d'analyser la zone d'amor§age du pİriphİrique" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "impossible d'analyser le pİriphİrique et l'emplacement" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "extents" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "pas d'extent libre suffisamment grand" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "impossible de crİer le rİpertoire '%s' : %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "impossible de lire l'en-tŞte '%s' : %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "impossible de lire l'en-tŞte '%s' : %s" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "chemin invalide : %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "pointeur de rİseau invalide dans %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "opİration İchouİe" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "rİpertoire source non spİcifiİ" +msgstr "pİriphİrique source non spİcifiİ" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" msgstr "portail" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "impossible de lire '%s' : %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "h´te source non spİcifiİ" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "chemin source non spİcifiİ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "pİriphİrique source non spİcifiİ" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "source" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "rİpertoire source non spİcifiİ" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "impossible de crİer le rİpertoire '%s' : %s" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" msgstr "impossible d'ouvrir le rİpertoire '%s' : %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -msgid "volume name" -msgstr "nom de volume" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "clİ volume" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "impossible d'exİcuter la commande statvfs sur '%s' : %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "impossible de supprimer le rİpertoire '%s' : %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "cible" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "stockage de la clİ volume" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "impossible de complİter le fichier '%s' : %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "impossible d'İtendre le fichier '%s' : %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "impossible de lire   l'emplacement '%s' : %s" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, c-format msgid "unknown storage vol type %d" msgstr "type de volume de stockage %d inconnu" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "type de volume de stockage %d non pris en charge" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 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:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, c-format msgid "cannot set file owner '%s': %s" msgstr "impossible de dİfinir le propriİtaire du fichier '%s' : %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, c-format msgid "cannot set file mode '%s': %s" msgstr "impossible de configurer le mode de fichier '%s' : %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "impossible de fermer le fichier '%s' : %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "impossible de supprimer le fichier '%s' : %s" @@ -3519,578 +3780,760 @@ msgstr "session" msgid "cannot find session" msgstr "impossible de trouver la session" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "nom" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, c-format msgid "cannot open %s: %s" msgstr "impossible d'ouvrir %s : %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "clİ" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Impossible d'ouvrir le rİpertoire '%s' : %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Impossible d'obtenir les statistiques du bloc %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Impossible de trouver un lecteur de stockage : %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Impossible de dİtacher le pİriphİrique depuis %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Impossible d'obtenir les statistiques du bloc %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "Impossible d'allouer de la mİmoire pour la structure qemud_socket" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "portail" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "valeur de dİcalage de l'extent du volume non conforme" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "valeur de la longueur de l'extent du volume non conforme" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "valeur de la taille de l'extent du volume non conforme" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "la commande 'info blockstats' a İchouİ" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocation de priv->hostname" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocation du rİseau" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocation du rİseau" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "impossible de crİer un socket" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "ligne de commande" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "impossible d'ouvrir le pİriphİrique %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "impossible d'effacer l'entŞte du pİriphİrique %s" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "impossible de fermer le pİriphİrique %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "impossible de lire le rİpertoire '%s' : %s" +msgstr "impossible d'ouvrir le pİriphİrique %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "impossible de trouver le volume nouvellement crİİ ÂĞ %s Âğ : %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "attribut auth host manquant" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "attribut auth passwd manquant" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "mode octal non conforme" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "propriİtaire de l'İlİment non conforme" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "groupe de l'İlİment non conforme" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocation du pool de stockage" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "İlİment root inconnu" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "type de volume de stockage %d inconnu" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "nom de l'İlİment manquant" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 msgid "unable to generate uuid" msgstr "impossible de gİnİrer l'UUID" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "type auth '%s' inconnu" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "nom d'h´te de la source non spİcifiİ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "impossible d'extraire les pİriphİriques sources" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" msgstr "pİriphİrique" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "rİpertoire du pİriphİrique source non spİcifiİ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "chemin source non spİcifiİ" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "nom du pool" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, c-format msgid "unknown auth type '%s'" msgstr "type auth '%s' inconnu" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "rİpertoire cible non spİcifiİ" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "xmlXPathContext" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "format de pool non supportİ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "type de pool inattendu" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "XML" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "aucun propriİtaire pour cet İlİment" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, c-format msgid "unknown size units '%s'" msgstr "taille des unitİs '%s' inconnu" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "capacitİ de l'İlİment non conforme" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "valeur de la capacitİ de l'İlİment trop large" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocation du volume de stockage" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "İlİment root inconnu" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "nom de l'İlİment manquant" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "capacitİ de l'İlİment manquante" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "type auth '%s' inconnu" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "format de volume %d non pris en charge" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "pool" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "impossible de construire le chemin du fichier de configuration" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "impossible de construire le chemin du lien de dİmarrage automatique" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "fichier de configuration" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "impossible de crİer XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "impossible de retirer la configuration pour %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "aucun pool avec un UUID correspondant" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "aucun pool avec un nom correspondant" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "noms" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "le pool de stockage existe dİj " -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "aucun pool de stockage avec un UUID correspondant" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "le pool est encore actif" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 msgid "pool already active" msgstr "pool dİj  actif" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 msgid "storage pool is already active" msgstr "le pool de stockage est dİj  actif" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "le pool de stockage n'est pas actif" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "le pool de stockage est encore actif" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "le pool ne prend pas en charge la suppression de volume" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "le pool ne poss¨de aucun fichier de configuration" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "aucun volume de stockage avec un nom correspondant" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "aucun volume de stockage avec une clİ correspondante" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "aucun volume de stockage avec un chemin correspondant" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "le volume de stockage existe dİj " -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 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:1083 +#: src/storage_driver.c:1095 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:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "aucun volume de stockage avec un nom correspondant" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "le pool de stockage n'est pas actif" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "le pool de stockage est dİj  actif" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "rİcupİration de l'heure du jour" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "chargement du fichier de dİfinition de l'h´te" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "h´te" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "noeud" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "crİation du contexte xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "CPU noeud, noeud NUMA (Non Uniform Memory Access)" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "sockets CPU noeud" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "coeurs CPU noeud" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "threads CPU noeud" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "CPU actif noeud" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "MHz CPU noeud" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "mİmoire du noeud" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "liste de domaine du noeud" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "rİsolution du nom de fichier du domaine" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "liste de domaine du noeud" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "rİsolution du nom de fichier du rİseau" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "liste de domaine du noeud" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "rİsolution du nom de fichier du domaine" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen : donnez un chemin d'acc¨s ou utilisez test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Domaine non trouvİ" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "le domaine %s existe dİj " -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "le domaine n'est pas actif" -#: src/test.c:900 -#, fuzzy -msgid "cannot allocate space for metadata" -msgstr "impossible d'allouer la liste des mİcanismes" - -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "dİmarrer automatiquement un domaine" - -#: src/test.c:912 src/test.c:1026 -#, fuzzy -msgid "cannot write header" -msgstr "impossible d'effacer l'entŞte du pİriphİrique %s" - -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:924 -#, fuzzy -msgid "cannot write metadata" -msgstr "impossible de lire fd" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" +msgstr "" -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "liste de domaine du noeud" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" +msgstr "" -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "impossible de lire depuis le dİmon Xen" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "impossible de fermer le pİriphİrique %s" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Espace mİmoire du domaine %s vidİ dans %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s : impossible d'İcrire dans le fichier journal : %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Le domaine est dİj  actif" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Le domaine est toujours actif" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Le rİseau est toujours actif" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Le rİseau est dİj  actif" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "aucun volume de stockage avec une clİ correspondante" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "aucun volume de stockage avec un chemin correspondant" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "type de volume de stockage %d non pris en charge" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, 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:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup : mİmoire saturİe" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Impossible de crİer le tube : %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "impossible d'ouvrir %s : %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "impossible de trouver la session" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "impossible de configurer le mode de fichier '%s' : %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "impossible de lire '%s' : %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "impossible de lire le rİpertoire '%s' : %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "impossible de lire '%s' : %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "impossible de crİer le rİpertoire de configuration %s : %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "impossible d'attendre la commande : %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "obtention de pid, damn inattendus" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "impossible de lire '%s' : %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "impossible de fermer le fichier '%s' : %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "impossible de crİer le rİpertoire '%s' : %s" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "impossible de lire '%s' : %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "impossible de supprimer le fichier '%s' : %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "impossible d'effacer l'entŞte du pİriphİrique %s" -#: src/util.c:312 +#: src/util.c:361 #, 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:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" -msgstr "impossible de rİcupİrer le nom de l'h´te" +msgstr "impossible d'analyser le fichier de configuration %s" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" -msgstr "impossible de rİcupİrer le nom de l'h´te" +msgstr "impossible d'analyser le fichier de configuration %s" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" -msgstr "impossible de rİcupİrer le nom de l'h´te" +msgstr "Impossible de fermer le fichier pid ÂĞ %s Âğ : %s" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "impossible d'İtendre le fichier '%s' : %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "ligne de commande" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "erreur de lecture : %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" "impossible de gİnİrer un UUID pseudo-alİatoire ; impossible de gİnİrer des " "octets alİatoires : %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "imprimer l'aide" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Imprimer l'aide globale ou l'aide d'une commande spİcifique." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nom de la commande" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4098,322 +4541,327 @@ msgstr "" "Commandes : \n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "dİmarrer automatiquement un domaine" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "Configurer un domaine pour Ştre lancİ automatiquement au dİmarrage." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "nom du domaine, ID ou UUID" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "dİsactiver le dİmarrage automatique" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Impossible de marquer le domaine %s en dİmarrage automatique" -#: src/virsh.c:405 +#: src/virsh.c:404 #, 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:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domaine %s marquİ pour le dİmarrage automatique\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domaine %s dİmarquİ pour le dİmarrage automatique\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connecter   l'hyperviseur" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI de connexion   l'hyperviseur" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "connexion en lecture seule" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Impossible de se dİconnecter de l'hyperviseur" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Impossible de se connecter   l'hyperviseur" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "se connecter   la console invitİe" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Connecter la console sİrie virtuelle pour l'invitİ" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Aucune console disponible pour le domaine\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "console non implİmentİe sur cette plate-forme" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "lister les domaines" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Renvoyer la liste des domaines" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "lister les domaines inactifs" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "lister les domaines actifs et inactifs" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Impossible de lister les domaines actifs" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Impossible de lister les domaines inactifs" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "ID" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nom" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "‰tat" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "sans İtat" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "İtat du domaine" -#: src/virsh.c:669 +#: src/virsh.c:668 msgid "Returns state about a domain." msgstr "Retourne l'İtat d'un domaine." -#: src/virsh.c:705 +#: src/virsh.c:704 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:706 +#: src/virsh.c:705 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:712 +#: src/virsh.c:711 msgid "block device" msgstr "pİriphİrique en mode bloc" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "Impossible d'obtenir les statistiques du bloc %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "obtenir les statistiques d'une interface rİseau pour un domaine" -#: src/virsh.c:763 +#: src/virsh.c:762 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:769 +#: src/virsh.c:768 msgid "interface device" msgstr "pİriphİrique d'interface" -#: src/virsh.c:790 +#: src/virsh.c:789 #, 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:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspendre un domaine" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspendre un domaine en cours d'exİcution" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domaine %s suspendu\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Impossible de suspendre le domaine %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "crİer un domaine depuis un fichier XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Crİer un domaine" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "fichier contenant la description XML d'un domaine" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domaine %s crİİ depuis %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Impossible de crİer le domaine depuis %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Dİfinir un domaine" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domaine %s dİfini depuis %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Impossible de dİfinir le domaine depuis %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "supprimer un domaine inactif" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Supprimer la configuration d'un domaine inactif" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "nom du domaine ou UUID" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Le domaine %s a İtİ supprimİ\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Impossible de supprimer le domaine %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "dİmarrer un domaine (prİcİdemment dİfini)" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Dİmarrer un domaine" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "nom du domaine inactif" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Le domaine est dİj  actif" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domaine %s dİmarrİ\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Impossible de dİmarrer le domaine %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "enregistrer l'İtat du domaine dans un fichier" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Enregistrer un domaine en cours d'exİcution" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "oı enregistrer les donnİes" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domaine %s enregistrİ dans %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Impossible d'enregistrer le domaine %s dans %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "montrer/dİfinir les param¨tres du planificateur" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Montrer/Dİfinir les param¨tres du planificateur." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allouer une valeur" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "poids pour XEN_CREDIT" @@ -4422,281 +4870,290 @@ msgstr "poids pour XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "plafond pour XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "Valeur de poids incorrecte" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "Valeur de plafond incorrecte" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Valeur de plafond incorrecte" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Planificateur" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Inconnu" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restaurer un domaine." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "l'İtat   restaurer" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domaine restaurİ depuis %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Impossible de restaurer le domaine depuis %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Vider l'espace mİmoire d'un domaine." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "emplacement oı vider l'espace mİmoire" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Espace mİmoire du domaine %s vidİ dans %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "rİactiver un domaine" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Rİactiver un domaine prİcİdemment suspendu" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domaine %s rİactivİ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Impossible de rİactiver le domaine %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "arrŞter un domaine proprement" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Exİcuter la commande shutdown dans le domaine cible" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Le domaine %s est en cours d'arrŞt\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Impossible d'arrŞter le domaine %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "redİmarrer un domaine" -#: src/virsh.c:1421 +#: 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:1444 +#: 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:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Impossible de redİmarrer le domaine %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "dİtruire un domaine" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Dİtruire le domaine indiquİ" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domaine %s dİtruit\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Impossible de dİtruire le domaine %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informations du domaine" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Renvoyer un rİsumİ des informations sur le domaine." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "ID :" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nom :" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID :" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Type de SE :" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "‰tat :" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU :" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Temps CPU :" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Mİmoire Max :" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "aucune limite" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Mİmoire utilisİe :" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Dİmarrage automatique" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "nom" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "Mİmoire NUMA disponible" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "afficher la quantitİ de mİmoire disponible pour les cellules NUMA." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "numİro de cellule NUMA" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Total" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "informations sur les VCPU du domaine" -#: src/virsh.c:1623 +#: src/virsh.c:1654 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:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU :" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU :" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Affinitİ CPU :" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Domaine   l'arrŞt, pas de CPU virtuelle." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "contr´ler l'affinitİ des VCPU du domaine" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "‰pingler les VCPU d'un domaine pour hİberger des CPU physiques." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "numİro de VCPU" -#: src/virsh.c:1717 +#: src/virsh.c:1748 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:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "vcpupin : numİro de vCPU invalide ou manquant." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "impossible de rİcupİrer les informations relatives au noeud" -#: src/virsh.c:1769 +#: src/virsh.c:1800 #, fuzzy msgid "vcpupin: Invalid vCPU number." msgstr "vcpupin : numİro de vCPU invalide ou manquant." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist : format invalide. Chaine vide." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4704,7 +5161,7 @@ msgstr "" "cpulist : %s : format invalide. Chiffre attendu   la position %d (  c´tİ de " "ÂĞ %c Âğ)." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4713,1298 +5170,1340 @@ msgstr "" "cpulist : %s : format invalide. Chiffre ou virgule attendu   la position %d " "(  c´tİ de ÂĞ %c Âğ)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "La CPU physique %d n'existe pas." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "changer le nombre de processeurs virtuels" -#: src/virsh.c:1844 +#: src/virsh.c:1875 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "nombre de CPU virtuelles" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Nombre de CPU virtuelles invalide." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Nombre de CPU virtuelles trop important." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "changer la mİmoire allouİe" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "nombre de kilooctets de mİmoire" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "Impossible de vİrifier MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "changer la limite maximum de mİmoire" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "limite mİmoire maximum en kilooctets" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Impossible de vİrifier la valeur actuelle de MemorySize" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Impossible de diminuer la valeur actuelle de MemorySize" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Impossible de modifier MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informations du noeud" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Renvoyer un rİsumİ des informations   propos du noeud." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "impossible de rİcupİrer les informations relatives au noeud" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "mod¨le de CPU :" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Frİquence de la CPU :" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "socket(s) CPU :" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Coeur(s) par emplacements :" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) par coeur :" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "cellule(s) NUMA :" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Taille mİmoire :" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "capacitİs" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Retourner les capacitİs de l'hyperviseur / du pilote." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "impossible d'obtenir les capacitİs" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informations du domaine en XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "UUID ou ID de domaine" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "nom ou ID de domaine" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "impossible de rİcupİrer l'UUID du domaine" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "migrer un domaine vers un autre h´te" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "migration pendant l'exİcution" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI de connexion   l'h´te de destination" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI de migration, peut habituellement Ştre omise" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migration : ÂĞ desturi Âğ non spİcifiİe" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "dİmarrer automatiquement un rİseau" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nom du domaine ou UUID" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, 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:2314 +#: src/virsh.c:2350 #, 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:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "Rİseau %s marquİ en dİmarrage automatique\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Rİseau %s dİmarquİ en dİmarrage automatique\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "crİer un rİseau depuis un fichier XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Crİer un rİseau" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "fichier contenant la description XML d'un rİseau" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "Rİseau %s crİİ depuis %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Impossible de crİer le rİseau depuis %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Dİfinir un rİseau." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Rİseau %s dİfini depuis %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Impossible de dİfinir le rİseau depuis %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "dİtruire un rİseau" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Dİtruire le rİseau indiquİ." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nom du rİseau, ID ou UUID" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "Rİseau %s dİtruit\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Impossible de dİtruire le rİseau %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informations du rİseau en XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "lister les rİseaux" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Renvoyer la liste des rİseaux." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "lister les rİseaux inactifs" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "lister les rİseaux actifs et inactifs" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Impossible de lister les rİseaux actifs" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Impossible de lister les rİseaux actifs" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Dİmarrage automatique" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "pas de dİmarrage automatique" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "actif" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inactif" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "convertir l'UUID d'un rİseau en nom de rİseau" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "UUID rİseau" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "dİmarrer un rİseau inactif (prİcİdemment dİfini)" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Dİmarrer un rİseau" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nom du rİseau inactif" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Rİseau %s dİmarrİ\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Impossible de dİmarrer le rİseau %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "supprimer la dİfinition d'un rİseau inactif" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Supprimer la configuration pour un rİseau inactif." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, 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:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Impossible de supprimer la dİfinition du rİseau %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 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:2784 msgid "network name" msgstr "nom du rİseau" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "impossible de rİcupİrer l'UUID du rİseau" -#: src/virsh.c:2779 +#: src/virsh.c:2815 msgid "autostart a pool" msgstr "dİmarrer automatiquement un pool" -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "Configurer un pool qui sera lancİ automatiquement au dİmarrage." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" msgstr "nom du pool ou UUID" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "impossible de dİmarrer automatiquement le pool %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "impossible d'annuler le dİmarrage automatique du pool %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "Le pool %s dİmarrera automatiquement\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Le pool %s ne dİmarrera plus automatiquement\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 msgid "create a pool from an XML file" msgstr "crİer un pool depuis un fichier XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "Crİer un pool" -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "fichier contenant la description XML d'un pool" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, c-format msgid "Pool %s created from %s\n" msgstr "Pool %s crİİ depuis %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, c-format msgid "Failed to create pool from %s" msgstr "Impossible de crİer le pool depuis %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "crİer un pool depuis un ensemble d'arguments" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "nom du pool" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "type du pool" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "h´te source pour le stockage sous-jacent" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "chemin source pour le stockage sous-jacent" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "pİriphİrique source pour le stockage sous-jacent" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "cible pour le stockage sous-jacent" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "impossible d'allouer un tampon" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "Pool %s crİİ\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, c-format msgid "Failed to create pool %s" msgstr "Impossible de crİer le pool %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "Dİfinir un pool" -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "Pool %s dİfini depuis %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, c-format msgid "Failed to define pool from %s" msgstr "Impossible de dİfinir le pool depuis %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "dİfinir un pool   partir d'un ensemble d'argument" -#: src/virsh.c:3027 +#: src/virsh.c:3064 #, fuzzy msgid "source name for underlying storage" msgstr "chemin source pour le stockage sous-jacent" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "pool %s dİfini\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, c-format msgid "Failed to define pool %s" msgstr "Impossible de dİfinir le pool %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "construire un pool" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "Construire le pool indiquİ." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "Pool %s construit\n" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, c-format msgid "Failed to build pool %s" msgstr "Impossible de construire le pool %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "dİtruire un pool" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "Dİtruire le pool indiquİ" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "Pool %s dİtruit\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, c-format msgid "Failed to destroy pool %s" msgstr "Impossible de dİtruire le pool %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "effacer un pool" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "Dİtruire le pool indiquİ" -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, c-format msgid "Pool %s deleted\n" msgstr "Pool %s dİtruit\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, c-format msgid "Failed to delete pool %s" msgstr "Impossible de supprimer le pool %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "rafraichir un pool" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "Rafraichir le pool indiquİ." -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "Pool %s rİactivİ\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, c-format msgid "Failed to refresh pool %s" msgstr "Impossible de rİactiver le pool %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 msgid "pool information in XML" msgstr "informations du pool en XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 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:3311 +#: src/virsh.c:3348 msgid "list pools" msgstr "lister les pools" -#: src/virsh.c:3312 +#: src/virsh.c:3349 msgid "Returns list of pools." msgstr "Renvoyer la liste des pools" -#: src/virsh.c:3317 +#: src/virsh.c:3354 msgid "list inactive pools" msgstr "lister les pools inactifs" -#: src/virsh.c:3318 +#: src/virsh.c:3355 msgid "list inactive & active pools" msgstr "lister les pools actifs et inactifs" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" msgstr "Impossible de lister les pools actifs" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" msgstr "Impossible de lister les pools inactifs" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "pointeur de pool de stockage invalide dans %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "trop de pools de stockage re§us" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "plus de mİmoire disponible" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Impossible de dİfinir le pool %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "trop de pools de stockage re§us" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 msgid "storage pool information" msgstr "informations du pool de stockage" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "Renvoyer un rİsumİ des informations   propos du pool de stockage." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "construction" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "en cours d'exİcution" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "endommagİ" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "Capacitİ :" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "Allocation :" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "Disponible :" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "convertir l'UUID d'un pool en nom de pool" -#: src/virsh.c:3669 +#: src/virsh.c:3706 msgid "pool uuid" msgstr "UUID du pool" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "dİmarrer un pool inactif (prİcİdemment dİfini)" -#: src/virsh.c:3696 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "Dİmarrer un pool." -#: src/virsh.c:3701 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "nom du pool inactif" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "Pool %s dİmarrİ\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, c-format msgid "Failed to start pool %s" msgstr "Impossible de dİmarrer le pool %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 msgid "create a volume from a set of args" msgstr "crİer un volume depuis un ensemble d'arguments" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "Crİer un volume." -#: src/virsh.c:3741 +#: src/virsh.c:3778 msgid "name of the volume" msgstr "nom du volume inactif" -#: src/virsh.c:3742 +#: src/virsh.c:3779 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:3743 +#: src/virsh.c:3780 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:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "type du format de fichier raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "Taille %s non conforme" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" msgstr "Volume %s crİİ\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, c-format msgid "Failed to create vol %s" msgstr "Impossible de crİer le volume %s" -#: src/virsh.c:3856 +#: src/virsh.c:3893 msgid "undefine an inactive pool" msgstr "supprimer un pool inactif" -#: src/virsh.c:3857 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "Supprimer la configuration d'un pool inactif" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "Le pool %s a İtİ supprimİ\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, c-format msgid "Failed to undefine pool %s" msgstr "Impossible de supprimer le pool %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "convertir le nom d'un pool en UUID de pool" -#: src/virsh.c:3920 +#: src/virsh.c:3957 msgid "failed to get pool UUID" msgstr "impossible de rİcupİrer l'UUID du pool" -#: src/virsh.c:3933 +#: src/virsh.c:3970 msgid "create a vol from an XML file" msgstr "crİer un volume depuis un fichier XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 msgid "file containing an XML vol description" msgstr "fichier contenant la description XML d'un volume" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, c-format msgid "Vol %s created from %s\n" msgstr "Volume %s crİİ depuis %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, c-format msgid "Failed to create vol from %s" msgstr "Impossible de crİer le volume depuis %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "supprimer un volume" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "Dİtruire le volume indiquİ" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "nom, clİ ou chemin de volume" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, c-format msgid "Vol %s deleted\n" msgstr "Volume %s dİtruit\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, c-format msgid "Failed to delete vol %s" msgstr "Impossible de dİtruire le volume %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 msgid "storage vol information" msgstr "informations du volume de stockage" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "Renvoyer un rİsumİ des informations   propos du volume de stockage." -#: src/virsh.c:4063 +#: src/virsh.c:4100 msgid "Type:" msgstr "Type :" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "fichier" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" msgstr "bloc" -#: src/virsh.c:4086 +#: src/virsh.c:4123 msgid "vol information in XML" msgstr "informations du volume en XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 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:4128 +#: src/virsh.c:4165 msgid "list vols" msgstr "lister les volumes" -#: src/virsh.c:4129 +#: src/virsh.c:4166 msgid "Returns list of vols by pool." msgstr "Renvoyer la liste des volume par pool." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" msgstr "Impossible de lister les volumes actifs" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "Chemin" -#: src/virsh.c:4207 +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "convertir l'UUID d'un volume en nom de volume" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "clİ ou chemin de volume" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "convertir l'UUID d'un volume en clİ de volume" -#: src/virsh.c:4245 +#: src/virsh.c:4282 msgid "vol uuid" msgstr "UUID du volume" -#: src/virsh.c:4273 +#: src/virsh.c:4310 msgid "convert a vol UUID to vol path" msgstr "convertir l'UUID d'un volume en chemin de volume" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "nom ou clİ de volume" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "afficher la version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Afficher la version du syst¨me." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "impossible de rİcupİrer le type d'hyperviseur" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, 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:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "impossible de rİcupİrer la version de la biblioth¨que" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Utilisation de la biblioth¨que : libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Utilisation de l'API : %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "impossible de rİcupİrer la version de l'hyperviseur" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, 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:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Exİcution de l'hyperviseur : %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "migrer un domaine vers un autre h´te" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "capacitİs" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Impossible de se connecter   l'hyperviseur" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Impossible de lister les domaines inactifs" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "pİriphİrique" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "afficher le nom d'h´te de l'hyperviseur" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "impossible de rİcupİrer le nom de l'h´te" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "afficher l'URI canonique de l'hyperviseur" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "impossible de rİcupİrer l'URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "affichage vnc" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "console TTY" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Afficher le pİriphİrique pour la console TTY" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "attacher un pİriphİrique depuis un fichier XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Attacher un pİriphİrique depuis un fichier XML ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "fichier XML" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Impossible d'attacher le pİriphİrique depuis %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "dİtacher un pİriphİrique depuis un fichier XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Dİtacher un pİriphİrique depuis un fichier XML " -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Impossible de dİtacher le pİriphİrique depuis %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "attacher une interface rİseau" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Attacher une nouvelle interface rİseau." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "type d'interface rİseau" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "source d'interface rİseau" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "nom du rİseau cible" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "adresse MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "script utilisİ pour relier une interface rİseau" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, 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:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "dİtacher une interface rİseau" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Dİtacher une interface rİseau." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "impossible de rİcupİrer les informations relatives   l'interface" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Interface de type %s introuvable" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Interface d'adresse MAC %s introuvable" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Impossible d'allouer de la mİmoire" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Impossible de crİer XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "attacher un pİriphİrique disque" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Attacher un nouveau pİriphİrique disque." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "source du pİriphİrique disque" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "cible du pİriphİrique disque" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "pilote du pİriphİrique disque" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "pilote secondaire du pİriphİrique disque" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "type de pİriphİrique cible" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "mode de lecture et d'İcriture du pİriphİrique" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, 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:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "dİtacher un pİriphİrique disque" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Dİtacher un pİriphİrique disque." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Impossible de rİcupİrer les informations relatives au disque" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Disque dont la cible est %s introuvable" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, 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:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s : impossible d'İcrire dans le fichier journal : %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, 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:5252 +#: src/virsh.c:5378 #, 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:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Impossible de crİer le domaine inactif %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "la commande 'info blockstats' a İchouİ" +msgstr "%s : impossible d'İcrire dans le fichier journal : %s" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s : impossible d'İcrire dans le fichier journal : %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Supprimer la configuration d'un domaine inactif" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Supprimer la configuration d'un domaine inactif" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "impossible de lire le fichier de configuration" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Supprimer la configuration pour un rİseau inactif." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Supprimer la configuration pour un rİseau inactif." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Supprimer la configuration d'un pool inactif" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Supprimer la configuration d'un pool inactif" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quitter ce terminal interactif" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "la commande '%s' nİcessite l'option <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "la commande '%s' nİcessite l'option --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "la commande '%s' n'existe pas" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NOM\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6012,7 +6511,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6020,7 +6519,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6028,53 +6527,53 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nom de domaine ou ID non dİfini" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "impossible de rİcupİrer le domaine '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nom de rİseau non dİfini" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "impossible de rİcupİrer le rİseau '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" msgstr "nom de pool non dİfini" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, c-format msgid "failed to get pool '%s'" msgstr "impossible de rİcupİrer le pool '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 msgid "undefined vol name" msgstr "nom de volume non dİfini" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, c-format msgid "failed to get vol '%s'" msgstr "impossible de rİcupİrer le volume '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6085,129 +6584,129 @@ msgstr "" "(Temps : %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "manquant \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "jeton inattendu (nom de commande) : '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "commande inconnue : '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, 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:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "syntaxe attendue : --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nombre" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "chane" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "donnİe inattendue '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DONN‰E" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "fichier" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "mis en pause" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "en arrŞt" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "fermİ" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "a İchouİ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "hors ligne" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "pas de connexion valide" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s : erreur : " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "erreur :" -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s : %d : impossible d'allouer %d octets" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s : %d : impossible d'allouer %lu octets" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "impossible de se connecter   l'hyperviseur" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "impossible de rİcupİrer les informations du fichier journal" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "le chemin d'acc¨s au journal ne correspond pas   un fichier" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "impossible d'İcrire dans le fichier journal" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s : impossible d'İcrire dans le fichier journal : %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "impossible de se dİconnecter de l'hyperviseur" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6241,7 +6740,7 @@ msgstr "" "\n" " commandes (mode non interactif) :\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6251,12 +6750,12 @@ msgstr "" " (spİcifier help pour plus de dİtails sur la commande)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "option ÂĞ -%c Âğ non prise en charge. Voir --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6265,7 +6764,7 @@ msgstr "" "Bienvenue dans %s, le terminal de virtualisation interactif.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6283,630 +6782,696 @@ msgstr "attention" msgid "error" msgstr "erreur" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Pas de message d'erreur fourni" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "erreur interne %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "erreur interne" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "cette fonction n'est pas prise en charge par l'hyperviseur" -#: src/virterror.c:447 +#: src/virterror.c:455 #, 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:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "connexion   l'hyperviseur impossible" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "impossible de se connecter   %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "pointeur de connexion invalide dans" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "pointeur de connexion invalide dans %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "pointeur de domaine invalide dans" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "pointeur de domaine invalide dans %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "argument invalide dans" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "argument invalide dans %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "opİration İchouİe : %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "opİration İchouİe" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "opİration GET İchouİe : %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "opİration GET İchouİe" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "opİration POST İchouİe : %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "opİration POST İchouİe" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "rİception d'un code d'erreur HTTP %d inconnu" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "h´te %s inconnu" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "h´te inconnu" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "impossible de sİrialiser S-Expr : %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "impossible de sİrialiser S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "impossible d'utiliser l'entrİe de l'hyperviseur Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, 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:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "impossible de se connecter au magasin Xen" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "impossible de se connecter au magasin Xen %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "İchec de l'appel syst¨me Xen %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "type de SE inconnu" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "type de SE inconnu %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "noyau non spİcifiİ" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "pİriphİrique racine non spİcifiİ" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "pİriphİrique racine non spİcifiİ dans %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "source non spİcifiİe pour le pİriphİrique" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "source non spİcifiİe pour le pİriphİrique %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "cible non spİcifiİe pour le pİriphİrique" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "cible non spİcifiİe pour le pİriphİrique %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "nom de domaine non spİcifiİ" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "nom de domaine non spİcifiİ dans %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "syst¨me d'exploitation non spİcifiİ" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "syst¨me d'exploitation non spİcifiİ pour %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "pİriphİriques non spİcifiİs" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "pİriphİriques non spİcifiİs pour %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "trop de pilotes enregistrİs" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "trop de pilotes enregistrİs dans %s" -#: src/virterror.c:574 +#: src/virterror.c:582 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:576 +#: src/virterror.c:584 #, 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:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "description XML malformİe ou invalide" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ce domaine existe dİj " -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "le domaine %s existe dİj " -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "opİration interdite pour l'acc¨s en lecture seule" -#: src/virterror.c:594 +#: src/virterror.c:602 #, 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:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "impossible d'ouvrir le fichier pour la lecture de la configuration" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "impossible d'ouvrir %s en lecture" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "impossible de lire le fichier de configuration" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "impossible de lire le fichier de configuration %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "impossible d'analyser le fichier de configuration" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "impossible d'analyser le fichier de configuration %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "erreur de syntaxe dans le fichier de configuration" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "erreur de syntaxe dans le fichier de configuration : %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "impossible d'İcrire le fichier de configuration" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "impossible d'İcrire le fichier de configuration : %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "erreur de l'analyseur" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "pointeur de rİseau invalide dans" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "pointeur de rİseau invalide dans %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ce domaine existe dİj " -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "le domaine %s existe dİj " -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "erreur lors de l'appel syst¨me" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "erreur RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "erreur lors de l'appel syst¨me GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Impossible d'accİder au rİseau" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Impossible d'accİder au rİseau : %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Domaine non trouvİ" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Domaine non trouvİ : %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Rİseau non trouvİ" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Rİseau non trouvİ : %s" -#: src/virterror.c:682 +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "adresse MAC invalide" -#: src/virterror.c:684 +#: src/virterror.c:692 #, c-format msgid "invalid MAC address: %s" msgstr "adresse MAC invalide : %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "l'authentification a İchouİ" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "l'authentification a İchouİ : %s" -#: src/virterror.c:694 +#: src/virterror.c:702 msgid "Storage pool not found" msgstr "Pool de stockage introuvable" -#: src/virterror.c:696 +#: src/virterror.c:704 #, c-format msgid "Storage pool not found: %s" msgstr "Pool de stockage introuvable : %s" -#: src/virterror.c:700 +#: src/virterror.c:708 msgid "Storage volume not found" msgstr "Volume de stockage introuvable" -#: src/virterror.c:702 +#: src/virterror.c:710 #, c-format msgid "Storage volume not found: %s" msgstr "Volume de stockage introuvable : %s" -#: src/virterror.c:706 +#: src/virterror.c:714 msgid "invalid storage pool pointer in" msgstr "pointeur de pool de stockage invalide dans" -#: src/virterror.c:708 +#: src/virterror.c:716 #, c-format msgid "invalid storage pool pointer in %s" msgstr "pointeur de pool de stockage invalide dans %s" -#: src/virterror.c:712 +#: src/virterror.c:720 msgid "invalid storage volume pointer in" msgstr "pointeur de volume de stockage invalide dans" -#: src/virterror.c:714 +#: src/virterror.c:722 #, c-format msgid "invalid storage volume pointer in %s" msgstr "pointeur de volume de stockage invalide dans %s" -#: src/virterror.c:718 +#: src/virterror.c:726 msgid "Failed to find a storage driver" msgstr "Impossible de trouver un lecteur de stockage" -#: src/virterror.c:720 +#: src/virterror.c:728 #, c-format msgid "Failed to find a storage driver: %s" msgstr "Impossible de trouver un lecteur de stockage : %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Impossible de trouver un lecteur de stockage" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Impossible de trouver un lecteur de stockage : %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "pointeur de volume de stockage invalide dans" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "pointeur de domaine invalide dans %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "pİriphİrique non trouvİ : %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "pİriphİrique non trouvİ : %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocation d'un nouveau domaine" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "Erreur lors de l'analyse de la configuration rİseau '%s' : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "impossible d'allouer de la mİmoire pour la liste de configuration %s" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "Erreur lors de l'analyse de la configuration rİseau '%s' : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" "Le param¨tre ÂĞ poids Âğ (%d) du planificateur   rİpartition de charge est hors " "limites (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" "Le param¨tre ÂĞ plafond Âğ (%d) du planificateur   rİpartition de charge est " "hors limites (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocation de %d blocs d'informations de domaine" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 msgid "failed to create a socket" msgstr "impossible de crİer un socket" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 msgid "failed to connect to xend" msgstr "impossible de se connecter   Xen" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "impossible de lire depuis le dİmon Xen" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Impossible de cloner en tant que dİmon : %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allouer une nouvelle mİmoire tampon" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "opİration İchouİe : %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "İchec de l'urlencode du S-Expr crİİ" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "informations de domaine incompl¨tes, domid manquant" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "informations de domaine incorrectes, domid non numİrique" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "informations de domaine incompl¨tes, UUID manquant" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "informations de domaine incompl¨tes, nom manquant" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" msgstr "informations de domaine incompl¨tes, chargeur HVM manquant" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" "informations de domaine incompl¨tes, noyau et chargeur de dİmarrage manquants" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "type de param¨tre inconnu" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 #, fuzzy msgid "malformed char device string" msgstr "mode octal non conforme" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "type de param¨tre inconnu" +msgstr "type auth '%s' inconnu" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "informations de domaine incompl¨tes, vbd n'a pas de dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "informations de domaine incompl¨tes, vbd n'a pas de src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "impossible d'analyser le nom de fichier de vdb, nom de pilote manquant" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 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:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "adresse MAC invalide : %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "noeud dict inattendu" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "type auth '%s' inconnu" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "informations de domaine incompl¨tes, ID manquant" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "type de SE inconnu %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "impossible d'analyser les informations de topologie" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "erreur de syntaxe dans la topologie" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "impossible d'analyser les informations du domaine Xen" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName n'a pas rİussi   trouver ce domaine" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Impossible de construire le pool %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "type de volume de stockage %d non pris en charge" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 #, fuzzy msgid "xenDaemonGetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID n'a pas rİussi   trouver ce domaine" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 #, fuzzy msgid "xenDaemonSetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID n'a pas rİussi   trouver ce domaine" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "valeur de noeud inattendue" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "mİmoire du noeud" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "opİration İchouİe" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Impossible de dİfinir le pool %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "opİration İchouİe : %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "impossible de rİcupİrer le nom de l'h´te" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6914,7 +7479,7 @@ msgstr "" "xenDaemonDomainMigrate : Xen ne prend pas en charge que les domaines soient " "renommİs durant la migration" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6922,239 +7487,260 @@ msgstr "" "xenDaemonDomainMigrate : Xen ne prend pas en charge la limitation de bande " "passante durant la migration" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate : indicateur non supportİ" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate : URI invalide" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 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:4220 +#: src/xend_internal.c:4180 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:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "strdup a İchouİ" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate : numİro de port invalide" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 msgid "failed to parse domain description" msgstr "impossible d'analyser la description du domaine" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Impossible de crİer le domaine inactif %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "informations de domaine incompl¨tes, nom manquant" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "Erreur inconnue" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "impossible de rİcupİrer le nom de l'h´te" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "informations de domaine incompl¨tes, UUID manquant" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "informations de domaine incompl¨tes, UUID manquant" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 #, fuzzy msgid "domainBlockPeek is not supported for dom0" msgstr "ai_socktype non pris en charge" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "chemin invalide : %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "impossible d'ouvrir %s en lecture" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Impossible de fermer le fichier pid ÂĞ %s Âğ : %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "type mime inattendu" +msgstr "type de pool inattendu" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "type mime inattendu" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "valeur de noeud inattendue" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "aucun chargeur de domaine HVM" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype non pris en charge" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "aucun fichier de configuration pour %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "impossible de dİterminer l'İtat du fichier '%s' : %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "valeur de noeud inattendue" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "valeur de noeud inattendue" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "valeur de noeud inattendue" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "connexion en lecture seule" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "lister les domaines inactifs" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "impossible de crİer le fichier de configuration %s : %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "noeud dict inattendu" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Impossible de restaurer le domaine depuis %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 #, fuzzy msgid "config file name is too long" msgstr "Le nom du fichier de configuration '%s/%s' est trop long" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 #, fuzzy msgid "config" msgstr "configFile" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "Impossible de vİrifier la valeur actuelle de MemorySize" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "impossible de lire le fichier de configuration %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "impossible d'ouvrir le pİriphİrique %s" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Impossible de supprimer le lien de dİmarrage automatique '%s' : %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Impossible de crİer le tube : %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Impossible de supprimer le lien symbolique '%s' : %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "Param¨tre pour virXPathString() invalide" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "Param¨tre pour virXPathNumber() invalide" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "Param¨tre pour virXPathBoolean() invalide" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "Param¨tre pour virXPathNode() invalide" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "Param¨tre pour virXPathNodeSet() invalide" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "affecter une valeur chane de grappe" #: src/xmlrpc.c:53 @@ -7197,6 +7783,10 @@ msgstr "affecter une rİponse" msgid "read response" msgstr "lire la rİponse" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "affecter une valeur chane de grappe" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "impossible d'analyser la rİponse du serveur" @@ -7205,319 +7795,52 @@ msgstr "impossible d'analyser la rİponse du serveur" msgid "allocate new context" msgstr "allouer un nouveau contexte" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Impossible de se connecter au magasin Xen" -#~ msgid "Disk pools are not yet supported" -#~ msgstr "Les pools du disque ne sont pas encore supportİs" - -#~ msgid "blocked" -#~ msgstr "bloquİ" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "Domain config filename '%s' does not match domain name '%s'" -#~ msgstr "" -#~ "Le nom du fichier de configuration '%s' ne correspond pas au nom du " -#~ "rİseau '%s'" +msgid "failed to allocate activeDomainList" +msgstr "Impossible de lister les domaines actifs" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "type de pİriphİrique cible" +msgid "failed to allocate xsWatchList" +msgstr "impossible d'attribuer un noeud" -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nom du rİseau cible" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "aucun volume de stockage avec un nom correspondant" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" +#: src/xs_internal.c:1057 #, fuzzy -#~ msgid "No storage for parent veth device name" -#~ msgstr "aucun volume de stockage avec un nom correspondant" +msgid "watch already tracked" +msgstr "pool dİj  actif" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "missing mount target" -#~ msgstr "rİpertoire cible non spİcifiİ" +msgid "reallocating list" +msgstr "allocation d'un nouveau domaine" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "impossible de gİnİrer l'UUID" +msgid "failed to allocate domids" +msgstr "impossible d'attribuer un noeud" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "UUID de l'İlİment non conforme" +#~ msgid "Allowing PID %d running as root" +#~ msgstr "Autorise le PID %d   fonctionner en tant que root" -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "nom de l'İlİment manquant" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Valeur de plafond incorrecte" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "İlİment root manquant" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "nom de domaine non spİcifiİ" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "pointeur de domaine invalide dans" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "pointeur de domaine invalide dans" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Impossible de crİer le rİpertoire %s : %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "impossible de crİer le dossier de dİmarrage automatique %s : %s" - -#, fuzzy -#~ msgid "cannot construct tty pid file path" -#~ msgstr "impossible de construire le chemin du fichier de configuration" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "impossible de crİer le fichier de configuration %s : %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Impossible d'ouvrir le fichier pid ÂĞ %s Âğ comme flux : %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "impossible d'İcrire le fichier de configuration %s : %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "impossible d'İtendre le fichier '%s' : %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "impossible de crİer le fichier de configuration %s : %s" - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "" -#~ "impossible d'allouer de la mİmoire pour la liste de configuration %s" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "Impossible d'exİcuter %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "impossible de rİcupİrer les informations relatives   l'interface" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "opİration İchouİe : %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "opİration İchouİe : %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "opİration İchouİe : %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "impossible d'attribuer un noeud" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "impossible d'obtenir les attributs tty : %s\n" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "opİration İchouİe : %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "impossible d'attendre la commande : %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "opİration İchouİe : %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "rİpertoire cible non spİcifiİ" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "attribut auth host manquant" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "attribut auth host manquant" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "pointeur de domaine invalide dans" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "pointeur de domaine invalide dans" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "allouer une valeur" +#~ msgid "allocating conn->name" +#~ msgstr "allocation de conn->name" #~ msgid "failed to exec %s\n" #~ msgstr "Impossible d'exİcuter %s\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "impossible de rİcupİrer les informations relatives au noeud" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Impossible de supprimer le pont '%s' : %s\n" - -#~ msgid "allocating priv->hostname" -#~ msgstr "allocation de priv->hostname" - -#~ msgid "uri params" -#~ msgstr "param¨tres URI" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "type de volume de stockage %d non pris en charge" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "impossible de crİer XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Impossible d'allouer de la mİmoire pour la structure qemud_socket" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Impossible d'allouer de la mİmoire pour la structure qemud_socket" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "aucun pool avec un nom correspondant" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "pointeur de domaine invalide dans %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "Le nom du fichier de configuration '%s/%s' est trop long" - -#, fuzzy -#~ msgid "TAP interface name '%s' is too long" -#~ msgstr "Le nom du fichier de configuration '%s/%s' est trop long" - -#, fuzzy -#~ msgid "TAP script path '%s' is too long" -#~ msgstr "Le chemin du lien de dİmarrage automatique '%s/%s' est trop long " - -#, fuzzy -#~ msgid "TAP bridge path '%s' is too long" -#~ msgstr "Le chemin du lien de dİmarrage automatique '%s/%s' est trop long " - -#, fuzzy -#~ msgid "IP address '%s' is too long" -#~ msgstr "Le nom du fichier de configuration '%s/%s' est trop long" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "Le nom du fichier de configuration '%s/%s' est trop long" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "trop de volumes de dİmarrage" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "rİpertoire source non spİcifiİ" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "pointeur de domaine invalide dans %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "nom du domaine ou UUID" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "informations du noeud" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "informations sur les VCPU du domaine" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "informations sur les VCPU du domaine" - -#, fuzzy -#~ msgid "kernel path too long" -#~ msgstr "donnİes rİponse SASL d'İtape trop longues %d" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "impossible d'attribuer un noeud" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "impossible d'attribuer un noeud" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "" -#~ "impossible d'allouer de la mİmoire pour la liste de configuration %s" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "impossible d'attribuer un noeud" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "impossible d'attribuer un noeud" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "" -#~ "impossible d'allouer de la mİmoire pour la liste de configuration %s" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "impossible d'attribuer un noeud" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "" -#~ "impossible d'allouer de la mİmoire pour la liste de configuration %s" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "nom du domaine ou UUID" - -#, fuzzy -#~ msgid "forward device name '%s' is too long" -#~ msgstr "Le nom du fichier de configuration '%s/%s' est trop long" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "impossible d'attribuer un noeud" - #~ msgid "Error parsing QEMU guest config '%s' : %s" #~ msgstr "" #~ "Erreur lors de l'analyse de la configuration h´te de QEMU ÂĞ %s Âğ : %s" @@ -7525,57 +7848,56 @@ msgstr "Impossible de se connecter au magasin Xen" #~ msgid "BUG: unknown error - please report it\n" #~ msgstr "Bogue : erreur inconnue - veuillez le signaler\n" -#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" -#~ msgstr "" -#~ "Le nom du fichier '%s' de configuration h´te de QEMU ne correspond pas au " -#~ "nom d'h´te '%s'" - #~ msgid "Failed to load QEMU guest config '%s': out of memory" #~ msgstr "" #~ "Le chargement de la configuration ÂĞ %s Âğ invitİ de QEMU a İchouİ : mİmoire " #~ "saturİe" -#~ msgid "Error parsing network config '%s' : %s" -#~ msgstr "Erreur lors de l'analyse de la configuration rİseau '%s' : %s" - #~ msgid "Failed to load network config '%s': out of memory" #~ msgstr "" #~ "Impossible de charger la configuration rİseau '%s' : mİmoire saturİe" -#~ msgid "Config filename '%s/%s' is too long" -#~ msgstr "Le nom du fichier de configuration '%s/%s' est trop long" - #~ msgid "Autostart link path '%s/%s' is too long" #~ msgstr "Le chemin du lien de dİmarrage automatique '%s/%s' est trop long " -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "allocation d'un nouveau domaine" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "impossible de crİer XML" - #~ msgid "Resulting path to long for buffer in qemudInitPaths()" #~ msgstr "" #~ "Le chemin rİsultant est trop long pour Ştre mis en tampon dans " #~ "qemudInitPaths()" -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Impossible de dİtruire le pont '%s' : %s" +#~ msgid "uri params" +#~ msgstr "param¨tres URI" -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Impossible de supprimer le lien de dİmarrage automatique '%s' : %s" +#~ msgid "ret.ids.ids_len > maxids" +#~ msgstr "ret.ids.ids_len > maxids" -#~ msgid "malformed xml document" -#~ msgstr "document XML non conforme" +#~ msgid "ret.info.info_len > maxinfo" +#~ msgstr "ret.info.info_len > maxinfo" + +#~ msgid "ret.cpumaps.cpumaps_len > maxinfo * maplen" +#~ msgstr "ret.cpumaps.cpumaps_len > maxinfo * maplen" + +#~ msgid "ret.names.names_len > maxnames" +#~ msgstr "ret.names.names_len > maxnames" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "type de stockage en arri¨re-plan %s inconnu" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "type de stockage en arri¨re-plan %d inconnu" + +#~ msgid "volume name" +#~ msgstr "nom de volume" + +#~ msgid "volume key" +#~ msgstr "clİ volume" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Les pools du disque ne sont pas encore supportİs" #~ msgid "domain" #~ msgstr "domaine" -#~ msgid "domain name" -#~ msgstr "nom du domaine" - #~ msgid "domain uuid" #~ msgstr "UUID du domaine" @@ -7615,56 +7937,8 @@ msgstr "Impossible de se connecter au magasin Xen" #~ msgid "load network definition file" #~ msgstr "chargement du fichier de dİfinition de rİseau" -#~ msgid "too many domains" -#~ msgstr "trop de domaines" - -#~ msgid "too many networks" -#~ msgstr "trop de rİseaux" - -#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" -#~ msgstr "xenDaemonDomainDumpXMLByID n'a pas rİussi   trouver ce domaine" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "fichier de dİfinition du domaine local" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "İlİment root manquant" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "le domaine %s existe dİj " - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "crİation du contexte xpath" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "impossible d'İcrire le fichier de configuration" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "impossible d'allouer un tampon" +#~ msgid "blocked" +#~ msgstr "bloquİ" #~ msgid "too many boot devices" #~ msgstr "trop de volumes de dİmarrage" - -#~ msgid "invalid input device" -#~ msgstr "pİriphİrique d'entrİes invalide" - -#~ msgid "Allowing PID %d running as root" -#~ msgstr "Autorise le PID %d   fonctionner en tant que root" - -#~ msgid "ret.ids.ids_len > maxids" -#~ msgstr "ret.ids.ids_len > maxids" - -#~ msgid "ret.info.info_len > maxinfo" -#~ msgstr "ret.info.info_len > maxinfo" - -#~ msgid "ret.cpumaps.cpumaps_len > maxinfo * maplen" -#~ msgstr "ret.cpumaps.cpumaps_len > maxinfo * maplen" - -#~ msgid "ret.names.names_len > maxnames" -#~ msgstr "ret.names.names_len > maxnames" diff --git a/po/gl.po b/po/gl.po index b0f327a746..0a900de28d 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/gu.po b/po/gu.po index 16db6a5c4a..27ffff87b8 100644 --- a/po/gu.po +++ b/po/gu.po @@ -1,21 +1,22 @@ -# translation of gu.po to Gujarati -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of libvirt.HEAD.gu.po to Gujarati +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # Ankit Patel , 2006, 2007. +# Sweta Kothari , 2008. msgid "" msgstr "" -"Project-Id-Version: gu\n" +"Project-Id-Version: libvirt.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-10-24 14:05+0530\n" -"Last-Translator: Ankit Patel \n" -"Language-Team: Gujarati \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-14 11:56+0530\n" +"Last-Translator: Sweta Kothari \n" +"Language-Team: Gujarati\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" "\n" "\n" @@ -24,761 +25,783 @@ msgstr "" "\n" "\n" "\n" +"\n" + +#: gnulib/lib/gai_strerror.c:41 +msgid "Address family for hostname not supported" +msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞàŞàŞŸàЇ àŞ•àĞàŞŸàĞàŞ‚àŞĴ àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "àŞ¨àŞàŞ àŞŞàЃàŞàЍàŞàŞ•àŞ°àŞ£àŞàŞàŞ‚ àŞ•àŞàŞàŞšàŞ²àŞàމ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flags àŞàŞàŞŸàЇ àŞ–àŞ°àŞàŞĴ àŞ•àŞżàŞ‚àŞàޤ" #: gnulib/lib/gai_strerror.c:44 -msgid "Address family for hostname not supported" -msgstr "" +msgid "Non-recoverable failure in name resolution" +msgstr "àŞ¨àŞàŞ àŞ°àŞżàŞàĞ‹àŞ²àĞàŞŻàЁàŞĥàŞ¨àŞàŞàŞ‚ àŞĴàŞżàŞ¨-àŞŞàĞàŞ¨:àŞŞàĞàŞ°àŞàŞŞàĞàŞ¤àŞż àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "àŞàЇàŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "àŞŻàŞœàŞàŞàި àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ•àŞ³àŞàŞŻàĞ‡àŞ² àŞ¸àŞ°àŞ¨àŞàŞàЁ àŞ¨àŞàĞ€" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "àŞ²àŞàވàŞĴàĞàŞ°àĞ‡àŞ°àĞ€ àŞĴàĞ‹àŞ²àŞàŞµàŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³, àŞ•àŞĤàŞàŞš àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" +msgid "Name or service not known" +msgstr "àŞ¨àŞàŞ àŞ…àŞàŞµàŞ àŞ¸àĞ‡àŞµàŞ àŞœàŞàŞ£àĞ€àŞ¤àŞ àŞ¨àŞàĞ€" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "àŞàЇàŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞĴàŞĤàŞ²àĞ‹" +msgid "Servname not supported for ai_socktype" +msgstr "ai_socktype àŞàŞàŞŸàЇ àŞ¸àŞ°àĞàŞµàŞ°àŞ¨àŞàŞ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞ­àĞ‚àŞ²" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "àŞĤàŞ²àĞ€àŞ² àŞĴàŞĞàŞ° àŞ˜àŞ£àЁ àŞ¨àŞàިàЁ àŞ›àЇ" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞ•àĞ‹àŞ² àŞ­àĞ‚àŞ²" +msgid "Processing request in progress" +msgstr "àŞŞàĞàŞ°àŞ—àŞ¤àŞżàŞàŞàŞ‚ àŞ¸àĞ‚àŞšàŞ¨àŞ àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ•àŞ°àĞ€ àŞ°àŞıàĞ€ àŞ›àЇ" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "àŞ¸àĞ‚àŞšàŞ¨ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àĞ‡àŞ² àŞ›àЇ" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "àŞ¸àĞ‚àŞšàŞ¨àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àĞ‡àŞ² àŞ¨àŞàĞ€" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "àŞĴàŞ§àŞ àŞ¸àĞ‚àŞšàŞ¨àĞ‹ àŞŞàĞ‚àŞ°àŞ àŞàއ àŞ—àŞŻàŞ" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "àŞ¸àŞ‚àŞ•àĞ‡àŞ¤ àŞĤàЍàŞĤàŞàŞ°àŞ àŞ…àŞµàŞ°àĞ‹àŞ§ àŞ•àŞ°àĞ‡àŞ² àŞ›àЇ" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "àŞŞàŞ°àŞżàŞàŞàŞ£ àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞŻàĞ‹àŞ—àĞàŞŻ àŞ°àĞ€àŞ¤àЇ àŞàŞ¨àŞ•àĞ‹àŞĦ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ­àĞ‚àŞ²" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s' àŞŞàĞàŞ°àŞµàЇàŞĥ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen àŞĦàŞżàŞàިàŞàŞàŞ‚àŞàĞ€ àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¸àŞ‚àŞ•àĞ‡àŞ¤ àŞŞàŞàŞ‡àŞŞ àŞàŞàŞ‚àŞàĞ€ àŞµàŞàŞ‚àŞšàŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" +msgstr "SIGHUP àŞŞàŞ° àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞŞàĞàŞ¨:àŞ²àĞ‹àŞĦ àŞ•àŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "àŞàЇàŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ­àĞ‚àŞ²: %s" +msgstr "àŞœàĞàŞŻàŞàŞ°àЇ àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ°àĞ‹ àŞ¨àЇ àŞŞàĞàŞ¨:àŞ²àĞ‹àŞĦ àŞ•àŞ°àŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ­àĞ‚àŞ²" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "àŞ¸àŞ‚àŞ•àĞ‡àŞ¤ %d àŞŞàŞ° àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞ•àŞżàŞ‚àŞàޤ àŞ¨àĞ‹àŞĦ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "exec àŞĞàŞàŞ‡àŞ² àŞµàŞ°àĞàŞ£àŞ¨àŞàŞ•àŞàŞ° àŞĞàĞàŞ²àĞ‡àŞ— àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàިàĞàŞ‚ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "àŞĴàŞżàŞ¨-àŞĴàĞàŞ²àĞ‹àŞ•àĞ€àŞ‚àŞ— àŞĞàŞàŞ‡àŞ² àŞµàŞ°àĞàŞ£àŞ¨àŞàŞ•àŞàŞ° àŞĞàĞàŞ²àĞ‡àŞ—àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "pid àŞĞàŞàŞ‡àŞ² '%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "pid àŞĞàŞàŞ‡àŞ²'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "pid àŞĞàŞàŞ‡àŞ² '%s' àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "pid àŞĞàŞàŞ‡àŞ² '%s' àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "struct qemud_socket àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' àŞàŞàŞŸàЇ àŞ¸àĞ‹àŞ•àĞ‡àŞŸàŞ¨àЇ àŞĴàŞàŞ‚àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' àŞŞàŞ° àŞœàĞ‹àŞĦàŞàŞ£àĞ‹ àŞàŞàŞŸàЇ àŞ¸àŞàŞ‚àŞ­àŞ³àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "àŞ¸àŞ°àĞàŞµàŞ° àŞ˜àŞŸàŞ¨àŞ àŞ•àĞ‹àŞ²àŞĴàĞ‡àŞ• àŞ¨àЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "àŞĴàŞàŞ‚àŞ§àĞ‹: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "àŞ¸àŞàŞ‚àŞ­àŞ³àĞ‹: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "uid '%d' àŞàŞàŞŸàЇ àŞµàŞŞàŞ°àŞàŞĥàŞ•àŞ°àĞàŞ¤àŞàިàĞ‹ àŞ°àĞ‡àŞ•àĞ‹àŞ°àЍàŞĦ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "qemudInitPaths() àŞàŞàŞ‚ àŞĴàŞĞàŞ° àŞàŞàŞŸàЇ àŞŞàŞ°àŞżàŞ£àŞàŞàĞ€ àŞŞàŞàŞ àŞ˜àŞ£àĞ‹ àŞ²àŞàŞ‚àŞĴàĞ‹ àŞ›àЇ" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "struct qemud_server àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "SASL àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£àŞ¨àĞ€ àŞĥàŞ°àĞ‚àŞ†àŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ %s" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "àŞŞàĞ‹àŞ²àŞżàŞ¸àĞ€àŞ•àĞ€àŞŸ àŞ¸àŞ¤àĞàŞ¤àŞ àŞàŞàŞŸàЇ àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞĴàŞ¸ àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" #: qemud/qemud.c:955 -msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:960 -msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" - -#: qemud/qemud.c:966 -msgid "" -"remoteCheckCertificate: the client certificate uses an insecure algorithm." -msgstr "" - -#: qemud/qemud.c:975 -msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" - -#: qemud/qemud.c:980 -msgid "remoteCheckCertificate: no peers" -msgstr "" +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" #: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ DN %s àŞ›àЇ" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: àŞšàŞ•àŞàŞ¸àŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞµàŞżàŞĥàĞàŞ°àĞàŞµàŞàŞ¸àŞŞàŞàޤàĞàŞ° àŞ¨àŞàĞ€." + +#: qemud/qemud.c:1020 +msgid "remoteCheckCertificate: the client certificate has unknown issuer." +msgstr "remoteCheckCertificate: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ¸àŞżàŞĤàЍàŞĤ àŞ•àŞ°àŞ¨àŞàŞ° àŞ›àЇ." + +#: qemud/qemud.c:1025 +msgid "remoteCheckCertificate: the client certificate has been revoked." +msgstr "remoteCheckCertificate: àŞ•àŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞŞàŞàŞ›àĞ€ àŞ–àĞ‡àŞšàĞ€ àŞĤàĞ‡àŞµàŞàŞàŞàŞ‚ àŞ†àŞµàĞ€ àŞ›àЇthe." + +#: qemud/qemud.c:1031 +msgid "" +"remoteCheckCertificate: the client certificate uses an insecure algorithm." +msgstr "remoteCheckCertificate: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞ…àŞ¸àĞàŞ°àŞ•àĞàŞ·àŞżàŞ¤ àŞ…àŞ²àĞàŞ—àĞ‹àŞ°àŞżàŞ§àŞ àŞµàŞàŞŞàŞ°àЇ àŞ›àЇ." + +#: qemud/qemud.c:1040 +msgid "remoteCheckCertificate: certificate is not X.509" +msgstr "remoteCheckCertificate: àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° X.509 àŞ¨àŞàĞ€" + +#: qemud/qemud.c:1045 +msgid "remoteCheckCertificate: no peers" +msgstr "remoteCheckCertificate: àŞĤàĞ‡àŞ–àŞàŞŻ àŞ¤àĞ‡àŞµàЁ àŞ¨àŞàĞ€" + +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞ…àŞ‚àŞ¤ àŞ†àŞµàĞ€ àŞ—àŞŻàĞ‡àŞ² àŞ›àЇ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: àŞ•àŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞıàŞœàЁ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸàŞ¨àĞàŞ‚ àŞ¨àŞàŞàŞàŞ‚àŞ•àŞżàŞ¤ àŞ¨àŞàŞ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàĞ‡àŞ² àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸàĞ‹ " +"(tls_allowed_dn_list) àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞŞàŞ° àŞ¨àŞàĞ€. àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞàŞàŞ‚ àŞ¨àŞàŞàŞàŞ‚àŞ•àŞżàŞ¤ àŞ¨àŞàŞ àŞ•àĞàŞ·àĞ‡àŞ¤àĞàŞ°àŞ¨àЇ " +"àŞĤàŞ°àЍàŞĥàŞàŞµàŞ àŞàŞàŞŸàЇ 'openssl x509 -in clientcert.pem -text' àŞ¨àЇ àŞµàŞàŞŞàŞ°àĞ‹, àŞ…àŞàŞµàŞ --verbose " +"àŞµàŞżàŞ•àŞ²àĞàŞŞ àŞ¸àŞàŞàЇ àŞ† àŞĦàŞżàŞàŞ¨àŞ¨àЇ àŞšàŞ²àŞà޵àĞ‹." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸàŞ¨àĞàŞ‚ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞšàŞ•àŞàŞ¸àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ›àЇ àŞ¤àЇàŞàĞ€ àŞ–àŞ°àŞàŞĴ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° " +"àŞ…àŞµàŞ—àŞ£àĞ‡àŞ² àŞ›àЇ" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞ“àŞ³àŞ–àŞàŞ£àŞŞàŞ¤àĞàŞ°àĞ‹ àŞ¨àЇ àŞšàŞ•àŞàŞ¸àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£àŞ¨àЇ àŞ¸àĞàŞµàĞ€àŞ•àŞàŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "àŞ–àŞà޸ àŞĞàŞàŞŻàŞĤàĞ‹ àŞàŞŻàĞ‡àŞ² àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ %d àŞàŞàŞŸàЇ àŞŞàĞ‹àŞ²àŞ•àĞ€àŞŸ àŞ¸àŞ¤àĞàŞ¤àŞ àŞ¨àЇ àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ‹" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "TLS àŞıàĞ‡àŞ¨àЍàŞĦàŞĥàĞ‡àŞ• àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "àŞµàŞàŞ‚àŞšàĞ‹: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "àŞ²àŞ–àĞ‹: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "àŞ¸àŞ‚àŞ•àĞ‡àŞ¤ àŞ¸àŞ‚àŞ­àŞàŞ³àŞ¨àŞàŞ° àŞ %d àŞ­àĞ‚àŞ²àĞ‹àŞ¨àĞ‹ àŞ°àŞżàŞŞàĞ‹àŞ°àĞàŞŸ àŞ•àŞ°àĞ‡àŞ² àŞ›àЇ: àŞ›àĞ‡àŞ²àĞàŞ²àĞ€ àŞ­àĞ‚àŞ²: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞŻàŞàŞĤàĞ€ àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞŻàŞàŞĤàĞ€ àŞ•àŞżàŞ‚àŞàޤ àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" +"remoteReadConfigFile: %s: %s: àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞ…àŞàŞµàŞ àŞĥàŞĴàЍàŞĤàŞàŞà޳àŞàŞ“àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞıàĞ‹àŞµàĞ€ àŞœ àŞœàĞ‹àŞ‡àŞ\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàĞàŞ°àŞ•àŞàŞ°: %s àŞà޳àĞàŞŻàЁ; àŞ…àŞŞàĞ‡àŞ•àĞàŞ·àŞżàŞ¤ %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ %s àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àŞ àŞàĞ‚àŞ³àŞ¨àЇ %s àŞàŞàŞ‚ àŞĦàŞàĞàŞŞ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ¸àŞ¤àĞàŞ¤àŞ %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "àŞœàĞàŞŻàŞàŞ°àЇ àŞ°àĞàŞŸ àŞ¤àŞ°àĞ€àŞ•àЇ àŞšàŞà޲àĞ€ àŞ¨ àŞ°àŞıàĞ€ àŞıàĞ‹àŞŻ àŞ¤àĞàŞŻàŞàŞ°àЇ àŞœàĞ‚àŞ àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "àŞœàĞ‚àŞ '%s' àŞœàĞ‹àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "àŞ¸àЍàŞàŞżàŞ¤àŞż '%s' àŞ¨àЇ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ¤àŞ°àĞ€àŞ•àЇ àŞµàŞżàŞ­àŞàŞœàĞ€àŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "àŞŞàŞàŞ‡àŞŞ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s àŞ¨àĞ€ àŞœàĞ‚àŞ àŞàŞàŞ²àŞżàŞ•àĞ€ àŞĴàŞĤàŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "àŞ¸àŞ‚àŞ•àĞ‡àŞ¤ àŞŞàŞàŞ‡àŞŞ àŞàŞàŞŸàЇ àŞ•àĞ‹àŞ²àŞĴàĞ‡àŞ• àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ…àŞ¸àŞ‚àŞ¤àĞàŞ²àŞ¨ (àŞµàŞà޸àĞàŞ¤àŞµàŞżàŞ• %x, àŞ…àŞŞàĞ‡àŞ•àĞàŞ·àŞżàŞ¤ %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞż àŞ…àŞ¸àŞ‚àŞ¤àĞàŞ²àŞ¨ (àŞµàŞà޸àĞàŞ¤àŞµàŞżàŞ• %x, àŞ…àŞŞàĞ‡àŞ•àĞàŞ·àŞżàŞ¤ %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "àŞĤàŞżàŞĥàŞ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "àŞ¸àЍàŞàŞżàŞ¤àĞ€ (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞœàŞ°àĞ‚àŞ°àĞ€" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ HTTP àŞ­àĞ‚àŞ² àŞ•àĞ‹àŞĦ %d àŞà޳àĞàŞŻàĞ‹" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "àŞ¸àŞ°àĞàŞµàŞ° àŞŞàĞàŞ°àŞ¤àĞàŞŻàĞàŞ¤àĞàŞ¤àŞ° àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞĤàŞ²àĞ€àŞ²àĞ‹ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "àŞ†àŞ‚àŞ¤àŞ°àŞżàŞ• àŞ­àĞ‚àŞ² - àŞàĞ‹àŞ•àŞ²àĞ‡àŞ² àŞµàŞżàŞ§àĞ‡àŞŻ àŞ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àĞ‹àŞĦ %d àŞ†àŞŞàЇ àŞ›àЇ" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "àŞĴàŞ¨àŞàŞµàŞŸàĞ€ àŞ²àŞ‚àŞĴàŞàއ" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "àŞıàЇàŞĦàŞ° àŞĥàĞàŞ°àĞ‡àŞ£àĞ€àŞĴàŞĤàЍàŞĤ àŞœàŞµàŞàŞĴ àŞ†àŞŞàЇ àŞ›àЇ" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "struct àŞĥàĞàŞ°àĞ‡àŞ£àĞ€àŞĴàŞĤàЍàŞĤ àŞŞàŞàŞ›àЁ àŞ†àŞŞàЇ àŞ›àЇ" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "àŞ­àĞ‚àŞ² àŞĥàĞàŞ°àĞ‡àŞ£àĞ€àŞĴàŞĤàЍàŞĤ àŞŞàŞàŞ›àĞ€ àŞ†àŞŞàЇ àŞ›àЇ" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "àŞ²àŞ‚àŞĴàŞàއ àŞĥàĞàŞ°àĞ‡àŞ£àĞ€àŞĴàŞĤàЍàŞĤ àŞŞàŞàŞ›àЁ àŞ†àŞŞàЇ àŞ›àЇ" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞŞàŞıàĞ‡àŞ²àЇàŞàĞ€ àŞ–àĞàŞ²àĞàŞ²àĞ‹ àŞ›àЇ" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞœàĞ‹àŞĦàŞàŞ£ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£àŞ¨àЇ àŞ–àĞ‹àŞ²àŞàޤàĞ‹ àŞ¨àŞàĞ€" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" +msgstr "strdup àŞàŞàŞ‚ àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams àŞ˜àŞ£àĞàŞ‚ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "àŞàŞàŞŞ > àŞàŞıàŞ¤àĞàŞ¤àŞ àŞĴàŞĞàŞ° àŞàŞàŞŞ" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚ %d àŞ¨àЇ àŞŞàЃàŞàЍàŞàŞ•àŞ°àŞ£ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ SASL init àŞàŞàŞ‚àŞ—àŞ£àĞ€àŞ¨àЇ àŞŞàĞàŞ°àŞŻàŞ¤àĞàŞ¨ àŞ•àŞ°àŞ¤àЁ àŞıàŞ¤àЁ" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "àŞĴàĞàŞ²àĞ‹àŞ• àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¸àĞ‹àŞ• àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚ %d (%s) àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĴàŞàŞ°àĞ€àŞ•àŞàއàŞàĞ€ àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚ %d (%s) àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞ¸àĞàŞŻàĞ‹àŞœàŞ¨ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "àŞĥàĞ‚àŞ¨àĞàŞŻ àŞàŞàŞŞ àŞàĞ‡àŞ³àŞµàŞµàŞ TLS àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL àŞĴàŞıàŞàŞ°àŞ¨àŞàŞ‚ SSF %d (%s) àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL àŞ¸àĞàŞ°àŞ•àĞàŞ·àŞ àŞ†àŞ§àŞàŞ° %d (%s) àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL àŞ•àŞàŞ°àĞàŞŻàŞŞàŞĤàЍàŞĤàŞ¤àŞż %d (%s) àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "àŞ•àŞàŞ°àĞàŞŻàŞŞàŞĤàЍàŞĤàŞ¤àŞż àŞŻàŞàŞĤàĞ€àŞ¨àЇ àŞĞàŞàŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ %d (%s) àŞŞàŞ° SASL ssf àŞ¤àŞŞàŞà޸ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "àŞµàŞàŞ¤àŞšàĞ€àŞ¤ àŞàŞŻàĞ‡àŞ² SSF %d àŞŞàĞ‚àŞ°àŞ¤àЁ àŞàŞœàŞĴàĞ‚àŞ¤ àŞ¨ àŞıàŞ¤àЁ" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ %d (%s) àŞŞàŞ° SASL àŞµàŞŞàŞ°àŞàŞĥàŞ•àŞ°àĞàŞ¤àŞàިàĞ€ àŞ¤àŞŞàŞà޸ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞµàŞŞàŞ°àŞàŞĥàŞ•àŞ°àĞàŞ¤àŞàިàŞàŞ àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨ àŞıàŞ¤àЁ" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" +msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ° àŞµàŞŞàŞ°àŞàŞĥàŞ•àŞ°àĞàŞ¤àŞàިàĞ€ àŞ¨àŞ•àŞ² àŞ•àŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ %s àŞ¨àЇ àŞµàЍàŞıàŞàŞ‡àŞŸàŞŻàŞàŞĤàĞ€àŞàŞàŞ‚ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàĞ‡àŞ² àŞ¨àŞàĞ€" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ SASL àŞàŞàŞ‚àŞ—àŞ£àĞ€ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàިàЁ àŞŞàĞàŞ°àŞŻàŞ¤àĞàŞ¨ àŞ•àŞ°àĞàŞŻàЁ àŞıàŞ¤àЁ" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl àŞàŞàŞıàŞżàŞ¤àĞ€àŞ¨àЇ àŞœàŞµàŞàŞĴ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàިàĞàŞ‚ àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl àŞŞàŞ—àŞ²àŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl àŞàŞàŞıàŞżàŞ¤àĞ€ àŞœàŞµàŞàŞĴàŞ¨àŞàŞ‚ àŞŞàŞ—àŞ²àŞ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ SASL init àŞàŞàŞ‚àŞ—àŞ£àĞ€àŞ¨àЇ àŞŞàĞàŞ°àŞŻàŞ¤àĞàŞ¨ àŞ•àŞ°àĞàŞŻàЁ àŞıàŞ¤àЁ" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ SASL àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàިàĞ€ àŞàŞàŞ‚àŞ—àŞ£àĞ€ àŞŞàĞàŞ°àŞŻàŞ¤àĞàŞ¨ àŞ•àŞ°àĞàŞŻàЁ àŞıàŞ¤àЁ" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ SASL àŞŞàŞ—àŞ²àŞàިàĞ€ àŞàŞàŞ‚àŞ—àŞ£àĞ€àŞ¨àĞ‹ àŞŞàĞàŞ°àŞŻàŞ¤àĞàŞ¨ àŞ•àŞ°àĞàŞŻàЁ àŞıàŞ¤àЁ" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàĞ‹àŞ²àŞżàŞ¸àĞ€àŞ•àĞ€àŞŸ init àŞàŞàŞ‚àŞ—àŞ£àĞ€àŞ¨àĞ‹ àŞŞàĞàŞ°àŞŻàŞ¤àĞàŞ¨ àŞ•àŞ°àŞ¤àЁ àŞıàŞ¤àЁ" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "àŞŞàŞżàŞ…àŞ° àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞ“àŞ³àŞ–àŞàŞ£ àŞàĞ‡àŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "%d àŞ¤àŞ°àĞ€àŞ•àЇ PID %d àŞšàŞ²àŞàŞµàŞµàŞàިàĞàŞ‚ àŞšàŞ•àŞà޸àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "àŞŞàĞ‹àŞ²àŞżàŞ¸àĞ€ àŞ•àĞ€àŞŸ àŞ•àĞ‹àŞ²àŞ° àŞœàĞ‹àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "polkit àŞ•àĞàŞ°àŞżàŞŻàŞ %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "àŞŞàĞ‹àŞ²àŞ•àĞ€àŞŸ àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" -msgstr "" +msgstr "àŞŞàĞ‹àŞ²àŞżàŞ¸àĞ€ àŞ•àĞ€àŞŸ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ %d %s àŞšàŞ•àŞàŞ¸àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" +msgstr "pid %2$d, uid %3$d, result %4$s àŞàŞàŞ‚àŞàĞ€ àŞŞàĞ‹àŞ²àŞżàŞ¸àĞ€ àŞ•àĞàŞ°àŞżàŞŻàŞ %1$s àŞ¨àЇ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàĞ‡àŞ² àŞ›àЇ" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞŞàĞ‹àŞ²àŞżàŞ¸àĞ€àŞ•àĞ€àŞŸ init àŞàŞàŞ‚àŞ—àŞ£àĞ€àŞ¨àЇ àŞŞàĞàŞ°àŞŻàŞ¤àĞàŞ¨ àŞ•àŞ°àŞ¤àЁ àŞıàŞ¤àЁ" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" +msgstr "storage_pool àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞàĞ€" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" +msgstr "storage_vol àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ uuid àŞ˜àŞŸàŞ•" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (àŞĥàŞĴàЍàŞĤàŞ¨àĞ€ àŞ²àŞ‚àŞĴàŞàއ)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (àŞĥàŞĴàЍàŞĤàŞ¨àĞ€ àŞ²àŞ‚àŞĴàŞàއ)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -802,7 +825,6 @@ msgid "expecting a separator in list" msgstr "àŞŻàŞàŞĤàĞ€àŞàŞàŞ‚ àŞµàŞżàŞ­àŞàŞœàŞ•àŞ¨àĞ€ àŞˆàŞšàĞàŞ›àŞ àŞ°àŞàŞ–àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" msgstr "àŞŻàŞàŞĤàĞ€ ] àŞ¸àŞàŞàЇ àŞĴàŞ‚àŞ§ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€ " @@ -818,8 +840,8 @@ msgstr "àŞµàŞżàŞ­àŞàŞœàŞ• àŞˆàŞšàĞàŞ›àŞżàŞ¤ àŞ›àЇ" msgid "expecting an assignment" msgstr "àŞ¸àĞ‹àŞ‚àŞŞàŞ£àĞ€ àŞˆàŞšàĞàŞ›àŞżàŞ¤ àŞ›àЇ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "àŞĴàŞĞàŞ° àŞĞàŞàŞ³àŞµàĞ‹" @@ -832,3220 +854,3555 @@ msgid "failed to save content" msgstr "àŞ¸àŞàŞàŞµàŞżàŞ·àĞàŞŸ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "tty %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty àŞ—àĞàŞ£àŞ§àŞ°àЍàŞàĞ‹ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty àŞ—àĞàŞ£àŞ§àŞ°àЍàŞàĞ‹ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "I/O àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¨àĞ€ àŞ°àŞàŞı àŞœàĞ‹àŞ‡ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "àŞ‡àŞ¨àŞŞàĞàŞŸàŞ¨àĞ€ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ àŞµàŞàŞ‚àŞšàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ àŞ²àŞ–àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞŞàĞàŞ² àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞŞàĞàŞ² àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞŞàĞàŞ²" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² vol" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "àŞ¨àĞ‹àŞĦ àŞ¸àŞàŞàŞµàŞżàŞ·àĞàŞŸàĞ‹àŞ¨àĞ€ àŞ¨àŞ•àŞ² àŞ•àŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² vol" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞĴàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĞàĞàŞ²àĞ‹àŞŞàĞ€ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ¨àŞàŞ: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞıàŞàŞ°àЍàŞĦàŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ¨àŞàŞ: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "àŞĞàĞàŞ²àĞ‹àŞŞàĞ€ àŞĦàŞżàŞ¸àĞàŞ• àŞàŞàŞŸàЇ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĴàŞ¸ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞĞàĞàŞ²àĞ‹àŞŞàĞ€ àŞĦàŞżàŞ¸àĞàŞ• àŞàŞàŞŸàЇ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĴàŞ¸ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " -msgstr "" +msgstr " àŞ¸àŞàŞàЇ àŞ¸àĞàŞŞàŞ·àĞàŞŸ àŞàŞŻàĞ‡àŞ² 'àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•' àŞ—àĞàŞ£àŞ§àŞ°àĞàŞ àŞ¨àŞàĞ€" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr " àŞ¸àŞàŞàЇ àŞ¸àĞàŞŞàŞ·àĞàŞŸ àŞàŞŻàĞ‡àŞ² 'dev' àŞ—àĞàŞ£àŞ§àŞ°àĞàŞ àŞ¨àŞàĞ€" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞ‡àŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ¸àŞàŞàЇ àŞ¸àĞàŞŞàŞ·àĞàŞŸ àŞàŞŻàĞ‡àŞ² 'àŞŞàĞ‹àŞ°àĞàŞŸ' àŞ—àĞàŞ£àŞ§àŞ°àĞàŞ àŞ¨àŞàĞ€" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞ‡àŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ¸àŞàŞàЇ 'àŞŞàĞ‹àŞ°àĞàŞŸ' àŞ—àĞàŞ£àŞ§àŞ°àĞàŞ àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞ‡àŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ¸àŞàŞàЇ àŞ¸àĞàŞŞàŞ·àĞàŞŸ àŞàŞŻàĞ‡àŞ² 'àŞ¸àŞ°àŞ¨àŞàŞàЁ' àŞ—àĞàŞ£àŞ§àŞ°àĞàŞ àŞ¨àŞàĞ€" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "àŞàĞ‹àŞĦàĞ‡àŞ² àŞ¨àŞàŞ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ…àŞ•àĞàŞ·àŞ°àĞ‹àŞ¨àЇ àŞ¸àŞàŞà޵àЇ àŞ›àЇ" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ° àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞŞàŞàŞ àŞ—àĞàŞ£àŞ§àŞ°àЍàŞ" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞŻàŞœàŞàŞàި àŞ—àĞàŞ£àŞ§àŞ°àЍàŞ" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞ¸àĞ‡àŞµàŞ àŞ—àĞàŞ£àŞ§àŞ°àЍàŞ" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ‡àŞ¨àŞŞàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞĴàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 bus àŞ %s àŞ‡àŞ¨àŞŞàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àЇ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàŞ¤àЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ‡àŞ¨àŞŞàĞàŞŸ àŞĴàŞ¸ %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "xen bus %s àŞ‡àŞ¨àŞŞàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ¨àЇ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàŞ¤àЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ‡àŞ¨àŞŞàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "%s àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨àŞ¨àЇ àŞĤàĞ‚àŞ° àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞàŞ‰àŞ¨àЍàŞĦ àŞàĞ‹àŞĦàĞ‡àŞ² àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "dir %s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ %s àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ %s àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞŻàŞœàŞàŞàި" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞĴàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞĴàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞŻàŞœàŞàŞàި" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŻàŞœàŞàŞàި %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ˜àŞŸàŞ•" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "xmlXPathContext àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° àŞ—àĞàŞ£àŞ§àŞ°àЍàŞàĞ‹" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "UUID àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² uuid àŞ˜àŞŸàŞ•" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞàЇàŞàŞ°àĞ€ àŞ˜àŞŸàŞ•" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞàŞàŞıàŞżàŞ¤àĞ€ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "OS àŞŞàĞàŞ°àŞ•àŞàŞ° àŞ¨àŞàĞ€" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ†àŞ°àĞàŞ•àŞżàŞŸàĞ‡àŞ•àĞàŞšàŞ°" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞĴàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞĴàŞàŞ‚àŞ§àĞ‹: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞŸàŞ•àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ…àŞŸàŞ•àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŻàŞœàŞàŞàި %s" +msgstr "àŞ°àĞàŞŸ àŞ˜àŞŸàŞ• àŞ¸àŞàŞšàŞ àŞ¨àŞàĞ€" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "àŞŸàĞ‹àŞŞàĞ‹àŞ²àĞ‹àŞœàĞ€ cpuset àŞµàŞàŞ•àĞàŞŻàŞ°àŞšàŞ¨àŞ àŞ•àĞàŞ·àŞ¤àŞż" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàŞżàŞ•àĞàŞŸ àŞ¨àĞ‹àŞĦ" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞ•àŞżàŞ‚àŞàޤ àŞ¨àĞ‹àŞĦ" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€ %s àŞ¨àЇ àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² %s àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² %s àŞ¨àЇ àŞ²àŞ–àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "config àŞĞàŞàŞ‡àŞ² %s àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' dir àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "%s àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨àŞ¨àЇ àŞĤàĞ‚àŞ° àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ virt àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚àŞàĞ€ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞšàŞ²àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ '" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ " -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s àŞ¨àЇ iptables àŞ¨àŞżàŞŻàŞàĞ‹àŞ¨àЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" +"àŞ•àĞ‹àŞ·àĞàŞŸàŞ• '%s' àŞàŞàŞ‚ àŞ•àŞ¤àŞàŞ° '%s' àŞàŞàŞ‚àŞàĞ€ iptables àŞ¨àŞżàŞŻàŞ '%s' àŞ¨àЇ àŞĤàĞ‚àŞ° àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "àŞ•àĞ‹àŞ·àĞàŞŸàŞ• '%s' àŞàŞàŞ‚ àŞ•àŞ¤àŞàŞ° '%s' àŞàŞàŞ‚àŞàĞ€ iptables àŞ¨àŞżàŞŻàŞ '%s' àŞ¨àЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ URI àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£àŞ¨àЇ àŞ¸àĞàŞµàĞ€àŞ•àŞàŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ domid àŞ†àŞ‚àŞ•àŞĦàĞ‹ àŞ¨àŞàĞ€" +msgstr "domainMigratePrepare àŞ uri àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare àŞ uri àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "àŞŞàŞàŞ àŞ NULL àŞ›àЇ" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "àŞĞàĞàŞ²àĞ‡àŞ—àĞ‹ àŞĥàĞ‚àŞ¨àĞàŞŻ àŞıàĞ‹àŞµàŞ àŞœ àŞœàĞ‹àŞ‡àŞ" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "àŞĴàŞĞàŞ° NULL àŞ›àЇ" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "àŞĞàĞàŞ²àĞ‡àŞ—àĞ‹ àŞŞàŞ°àŞżàŞàŞàŞ£ VIR_MEMORY_VIRTUAL àŞıàĞ‹àŞµàŞ àŞœ àŞœàĞ‹àŞ‡àŞ" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "àŞĴàŞĞàŞ° NULL àŞ›àЇ àŞŞàŞ°àŞ‚àŞ¤àЁ àŞàŞàŞŞ àŞĥàĞ‚àŞ¨àĞàŞŻ àŞ¨àŞàĞ€" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "àŞœàĞàŞŻàŞàŞ°àЇ àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ°àĞ‹ àŞ¨àЇ àŞŞàĞàŞ¨:àŞ²àĞ‹àŞĦ àŞ•àŞ°àŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ­àĞ‚àŞ²" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "setsid àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "àŞàĞ‚àŞ³àĞàŞŻ àŞàŞ°àЇ àŞĞàŞàŞ³àŞµàĞ‹" +msgstr "ioctl(TIOCSTTY) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "dup2(stdin) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "dup2(stdout) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "dup2(stderr) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¨àŞàŞ àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞŞàŞàޤàĞàŞ°àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' àŞàŞàŞŸàЇ àŞ¸àĞ‹àŞ•àĞ‡àŞŸàŞ¨àЇ àŞĴàŞàŞ‚àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "'%s' àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' àŞàŞàŞŸàЇ àŞ¸àĞ‹àŞ•àĞ‡àŞŸàŞ¨àЇ àŞĴàŞàŞ‚àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŞàŞàޤàĞàŞ° àŞàŞàŞŸàЇ mount /proc àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŞàŞàޤàĞàŞ° àŞàŞàŞŸàЇ mount /proc àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŞàŞàޤàĞàŞ° àŞàŞàŞŸàЇ %s àŞŞàŞ° àŞàŞàŞ‰àŞ¨àĞàŞŸ %s àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' dir àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŞàŞàޤàĞàŞ° àŞàŞàŞŸàЇ mount /proc àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ vm àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞ àŞŞàŞ¸àŞàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚(%s) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "àŞàĞ‚àŞ³àĞàŞŻ àŞàŞ°àЇ àŞĞàŞàŞ³àŞµàĞ‹" +msgstr "clone() àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s àŞàŞàŞ‚àŞàĞ€ vol àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' àŞàŞàŞŸàЇ àŞ¸àĞ‹àŞ•àĞ‡àŞŸàŞ¨àЇ àŞĴàŞàŞ‚àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' àŞàŞàŞŸàЇ àŞ¸àĞ‹àŞ•àĞ‡àŞŸàŞ¨àЇ àŞĴàŞàŞ‚àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "fd %d àŞ¨àЇ àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "fd %d àŞ¨àЇ àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "epoll_create(2) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "epoll_ctl(fd1) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "epoll_ctl(fd1) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "àŞ˜àŞŸàŞ¨àŞ %d àŞàŞàŞ‚ àŞ­àĞ‚àŞ²" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "epoll_wait() àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "vol %s àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "unlockpt àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pid àŞĞàŞàŞ‡àŞ² '%s' àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %d àŞàŞàŞ‚ argv àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %d àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ°àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "VM àŞ¨àŞàŞ àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ id àŞ…àŞàŞµàŞ uuid" +msgstr "uuid àŞ¸àŞàŞàЇ àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àЁ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ¨àŞàĞ€" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŞàŞàޤàĞàŞ° %d àŞàŞàŞŸàЇ àŞ°àŞàŞı àŞœàĞ‹àŞµàŞ àŞàŞàŞŸàЇ waitpid àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞĴàĞàŞ°àŞżàŞœ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞµàŞŞàŞ°àŞàޤàĞ€ àŞ¸àĞàŞ•àĞàŞ°àŞżàŞŞàĞàŞŸ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àЇ %s àŞàŞàŞ‚àŞàĞ€ àŞœàĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' àŞàŞàŞŸàЇ àŞ¸àĞ‹àŞ•àĞ‡àŞŸàŞ¨àЇ àŞĴàŞàŞ‚àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞàިàĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "tty pid àŞĞàŞàŞ‡àŞ² %s àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¸àЍàŞàŞżàŞ¤àŞż àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ²àĞ‹àŞ— àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€ %s àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' dir àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "pid àŞĞàŞàŞ‡àŞ² '%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ id àŞ…àŞàŞµàŞ uuid" +msgid "no domain named %s" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %d àŞ¸àŞàŞàЇ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàĞ€" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "àŞ¨àŞàŞàĞ‹" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ HTTP àŞ­àĞ‚àŞ² àŞ•àĞ‹àŞĦ %d àŞà޳àĞàŞŻàĞ‹" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ %s àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞàŞ: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode() àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞ°àŞżàŞàŞàŞ£" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚ %d àŞ¨àЇ àŞŞàЃàŞàЍàŞàŞ•àŞ°àŞ£ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚ %d àŞ¨àЇ àŞŞàЃàŞàЍàŞàŞ•àŞ°àŞ£ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚ %d àŞ¨àЇ àŞŞàЃàŞàЍàŞàŞ•àŞ°àŞ£ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "'%s' àŞıàЇàŞĦàŞ°àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "àŞàŞàŞ‚àŞ—àŞ£àĞ€àŞ¨àЇ àŞ†àŞ—àŞ³ àŞ§àŞŞàŞà޵àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ, àŞŞàŞ°àŞ‚àŞ¤àЁ IPv4 àŞ¸àŞ°àŞ¨àŞàŞàЁ/àŞ¨àĞ‡àŞŸàŞàŞà޸àĞàŞ• àŞŞàĞ‚àŞ°àЁ àŞŞàŞàŞĦàĞ‡àŞ² àŞ¨àŞàĞ€" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞàޤàĞ€ àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€ %s àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ²àŞ¨àŞàŞ '%s' àŞ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ '%s' àŞ¸àŞàŞàЇ àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àЁ àŞ¨àŞàĞ€" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² àŞ¨àŞàĞ€" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• '%s' àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d' àŞàŞàŞŸàЇ àŞµàŞŞàŞ°àŞàŞĥàŞ•àŞ°àĞàŞ¤àŞàިàĞ‹ àŞ°àĞ‡àŞ•àĞ‹àŞ°àЍàŞĦ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf àŞàŞàŞ‚ àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables àŞ¨àŞżàŞŻàŞàĞ‹ àŞ¨àЇ àŞŞàĞàŞ¨:àŞ²àĞ‹àŞĦ àŞ•àŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "àŞ¸àŞ°àĞàŞµàŞ° àŞàŞàŞŸàЇ IP àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚ àŞµàŞ—àŞ° dhcp àŞĦàŞżàŞàŞ¨àŞ¨àЇ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"'%s' àŞàŞàŞ‚àŞàĞ€ àŞ†àŞ—àŞ³ àŞ§àŞŞàŞà޵àŞàިàĞ€ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàŞµàŞ àŞàŞàŞŸàЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"'%s' àŞàŞàŞ‚ àŞ†àŞ—àŞ³ àŞ§àŞŞàŞàŞµàŞµàŞàިàĞ€ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàŞµàŞ àŞàŞàŞŸàЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "masquerading àŞ¨àЇ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"'%s' àŞàŞàŞ‚àŞàĞ€ àŞ°àŞàŞ‰àŞŸàĞ€àŞ‚àŞ— àŞ¨àĞ€ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàŞµàŞ àŞàŞàŞŸàЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "'%s' àŞ¨àЇ àŞ°àŞàŞ‰àŞŸàĞ€àŞ‚àŞ— àŞ¨àĞ€ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàŞà޵ àŞàŞàŞŸàЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àĞ‹àŞ¨àŞàŞ‚ àŞ†àŞ§àŞàŞ° àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "'%s' àŞàŞàŞ‚àŞàĞ€ DHCP àŞ¸àĞ‚àŞšàŞ¨àĞ‹àŞ¨àЇ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàŞµàŞ àŞàŞàŞŸàЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"'%s' àŞàŞàŞ‚àŞàĞ€ DNS àŞ¸àĞ‚àŞšàŞ¨àĞ‹àŞ¨àЇ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€ àŞ†àŞŞàŞµàŞ àŞàŞàŞŸàЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "'%s' àŞàŞàŞ‚àŞàĞ€ àŞĴàĞàŞ²àĞ‹àŞ• àŞ†àŞ‰àŞŸàŞĴàŞàŞ‰àŞ¨àЍàŞĦ àŞŸàĞàŞ°àŞàŞĞàŞżàŞ• àŞ¨àЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "'%s' àŞàŞàŞ‚ àŞĴàĞàŞ²àĞ‹àŞ• àŞ‡àŞ¨àŞĴàŞàŞ‰àŞ¨àЍàŞĦ àŞŸàĞàŞ°àŞàŞĞàŞżàŞ• iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "'%s' àŞŞàŞ° àŞ•àĞàŞ°àĞ‹àŞ¸ àŞĴàĞàŞ°àŞżàŞœ àŞŸàĞàŞ°àŞàŞĞàŞżàŞ• àŞ¨àЇ iptables àŞ¨àŞżàŞŻàŞàިàЇ àŞ‰àŞàĞ‡àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "àŞĴàĞàŞ°àŞżàŞœ àŞ†àŞ§àŞàŞ°àŞ¨àĞ€ àŞĥàŞ°àĞ‚àŞ†àŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "àŞĴàĞàŞ°àŞżàŞœ '%s' àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "'%s' àŞàŞàŞ‚ àŞĴàĞàŞ°àŞżàŞœ '%s' àŞŞàŞ° IP àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚ àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "'%s' àŞàŞàŞ‚ àŞĴàĞàŞ°àŞżàŞœ '%s' àŞŞàŞ° àŞ¨àĞ‡àŞŸàŞàŞà޸àĞàŞ•àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€ : %s " + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "àŞĴàĞàŞ°àŞżàŞœ '%s' àŞ‰àŞŞàŞ° àŞ²àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP àŞ†àŞ—àŞ³ àŞ§àŞŞàŞàŞµàŞµàŞàިàĞàŞ‚ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "àŞĴàĞàŞ°àŞżàŞœ '%s' àŞ¨àĞ€àŞšàЇ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "àŞĴàĞàŞ°àŞżàŞœ '%s' àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• '%s' àŞ¨àЇ àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq àŞàŞàŞŸàЇ àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ pid àŞà޳àĞ€" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "uuid àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞµàŞ àŞ¸àŞàŞàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàĞ€" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ àŞ¨àŞàŞ àŞ¸àŞàŞàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàĞ€" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ id àŞ¸àŞàŞàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàĞ€" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĴàĞàŞ°àŞżàŞœ àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞàިàĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "'%s' àŞ¨àЇ symlink '%s' àŞ¨àЇ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "symlink '%s' àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ àŞ¨àŞàŞ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àŞàĞ€" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² %s àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞżàŞ¨àĞ‹ àŞ…àŞ°àĞàŞ• àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞ¤àŞ àŞ¨àŞàĞ€\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞµàŞàŞ•àĞàŞŻàŞ°àŞšàŞ¨àŞ àŞ­àĞ‚àŞ²: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞˆàŞ²àŞ¨àŞàŞ àŞ‰àŞ•àĞ‡àŞ²àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ MAC àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "popen àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "vz àŞŻàŞàŞĤàĞ€ àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞµàŞàŞ•àĞàŞŻàŞ°àŞšàŞ¨àŞ àŞ­àĞ‚àŞ²: %s" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ²àŞàŞàŞ‚ UUID àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" +msgstr "%s àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨àŞ¨àЇ àŞĤàĞ‚àŞ° àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞıàŞœàЁ àŞŞàŞ£ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ¨àŞàĞ€" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĞàŞàŞ‡àŞ²àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞıàŞœàЁ àŞŞàŞ£ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² àŞ¸àЍàŞàŞżàŞ¤àŞżàŞàŞàŞ‚ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ¨àŞàĞ€" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%s àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨àŞ¨àЇ àŞĤàĞ‚àŞ° àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "id '%s' àŞ¸àŞàŞàЇ OPENVZ VM àŞŞàŞıàĞ‡àŞ²àЇàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ URI àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² CPUs àŞ¨àĞ€ àŞ¸àŞ‚àŞ–àĞàŞŻàŞ àŞĴàŞĤàŞ²àĞ‹" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "id '%d' àŞ¸àŞàŞàЇ OPENVZ VM àŞŞàŞıàĞ‡àŞ²àЇàŞàĞ€ àŞœ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ›àЇ" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ¸àŞàŞàЇ àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àЁ id àŞ¨àŞàĞ€" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞıàŞœàЁ àŞŞàŞ£ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàިàĞ€ àŞ¸àЍàŞàŞżàŞ¤àĞ€àŞàŞàŞ‚ àŞ¨àŞàĞ€" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ URI àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" +msgstr "àŞœàĞ‹àŞĦàŞàŞ£ URI àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "àŞŞàĞàŞ°àĞ‹àŞ•àĞàŞ¸àĞ€ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞŞàŞ°àĞàŞ•àŞµàĞàŞŻàŞµàŞıàŞàŞ° àŞ­àĞ‚àŞ²: %d àŞœàĞ‡àŞŸàŞ²àŞ àŞĴàŞàŞˆàŞŸàĞ‹ %d àŞàŞàŞ‚àŞàĞ€ àŞà޳àĞàŞŻàŞ\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "àŞŞàĞàŞ°àĞ‹àŞ•àĞàŞ¸àĞ€ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞŞàŞ°àĞàŞ•àŞµàĞàŞŻàŞµàŞıàŞàŞ° àŞ­àĞ‚àŞ²: %d àŞĴàŞàŞˆàŞŸàĞ‹ àŞˆàŞšàĞàŞ›àŞżàŞ¤ %d àŞà޳àĞàŞŻàŞ\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "àŞŞàĞàŞ°àĞ‹àŞ•àĞàŞ¸àĞ€ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞŞàŞ°àĞàŞ•àŞµàĞàŞŻàŞµàŞıàŞàŞ° àŞ­àĞ‚àŞ²: %d àŞĴàŞàŞˆàŞŸàĞ‹àŞ¨àĞàŞ‚ àŞŞàĞ‡àŞ•àĞ‡àŞŸ àŞà޳àĞàŞŻàĞàŞ‚\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "àŞŞàĞàŞ°àĞ‹àŞ•àĞàŞ¸àĞ€ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞŞàŞ°àĞàŞ•àŞµàĞàŞŻàŞµàŞıàŞàŞ° àŞ­àĞ‚àŞ²: àŞà޲àĞ€àŞ¨ àŞŞàĞ‡àŞ•àĞ‡àŞŸ\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "àŞ…àŞ¸àЁàŞàĞ‡àŞ³ àŞŞàĞ‡àŞ•àĞ‡àŞŸ àŞ¨àŞ‚àŞĴàŞ° %d àŞà޳àĞàŞŻàĞàŞ‚\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "àŞĴàŞĞàŞ°àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "vncTLSx509certdir àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞĥàŞ°àĞ‚ àŞàވ àŞ—àŞŻàĞàŞ‚\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞĥàŞ°àĞ‚ àŞàވ àŞ—àŞŻàĞàŞ‚\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "qemu %d pid %lu àŞàŞàŞ‚àŞàĞ€ àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞĴàŞıàŞàŞ° àŞ¨àĞ€àŞ•àŞ³àŞµàŞàިàĞ€ àŞ¸àЍàŞàŞżàŞ¤àŞż" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞĴàŞıàŞàŞ° àŞ¨àĞ€àŞ•àŞ³àŞµàŞàިàĞ€ àŞ¸àЍàŞàŞżàŞ¤àŞż '%d', qemu àŞ•àŞĤàŞàŞš àŞ¨àŞżàŞ·àЍàŞĞàŞ³ àŞàއ àŞĥàŞ•àЇ àŞ›àЇ" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU àŞĴàŞàŞ‡àŞ¨àŞ°àĞ€ %s àŞĥàĞ‹àŞ§àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• '%s' àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• '%s' àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àŞàĞ€" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞŞàĞàŞ°àŞ•àŞàŞ° %d àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "àŞĴàĞàŞ°àŞżàŞœ '%s' àŞàŞàŞ‚ àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ '%s' àŞŸàĞ‡àŞŞ àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ : %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞàިàĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞĦàŞżàŞ¸àĞàŞ• àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞĦàŞżàŞ¸àĞàŞ• àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¸àŞàŞ‰àŞ¨àЍàŞĦ àŞàĞ‹àŞĦàĞ‡àŞ²" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "argv àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞàިàĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "exec àŞĞàŞàŞ‡àŞ² àŞµàŞ°àĞàŞ£àŞ¨àŞàŞ•àŞàŞ° àŞĞàĞàŞ²àĞ‡àŞ— àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàިàĞàŞ‚ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĴàŞżàŞ¨-àŞĴàĞàŞ²àĞ‹àŞ•àĞ€àŞ‚àŞ— àŞĞàŞàŞ‡àŞ² àŞµàŞ°àĞàŞ£àŞ¨àŞàŞ•àŞàŞ° àŞĞàĞàŞ²àĞ‡àŞ—àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "VM '%s' àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" +msgstr "qemudStartup: àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"%s àŞĥàŞ°àĞ‚àŞ†àŞ¤ àŞĤàŞ°àŞàŞżàŞŻàŞàި QEMU àŞĴàŞıàŞàŞ° àŞ¨àĞ€àŞ•àŞ³àЇ àŞ›àЇ\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "àŞœàĞàŞŻàŞàŞ°àЇ %s àŞĥàŞ°àĞ‚àŞ†àŞ¤àĞ€ àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞµàŞàŞ‚àŞšàŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ­àĞ‚àŞ²: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s àŞĥàŞ°àĞ‚àŞ†àŞ¤àĞ€ àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ¨àЇ àŞµàŞàŞ‚àŞšàŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ¸àŞàŞŻàŞ¨àĞ€ àŞ¸àŞàŞàŞŞàĞàŞ¤àŞż" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "àŞœàĞàŞŻàŞàŞ°àЇ %s àŞĥàŞ°àĞ‚àŞ†àŞ¤àĞ€ àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞµàŞàŞ‚àŞšàŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "àŞœàĞàŞŻàŞàŞ°àЇ %s àŞĥàŞ°àĞ‚àŞ†àŞ¤àĞ€ àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞµàŞàŞ‚àŞšàŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞœàŞ—àĞàŞŻàŞ àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞàĞ‹àŞ¨àŞżàŞŸàŞ° àŞŞàŞàŞ %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "àŞàĞ‹àŞ¨àŞżàŞŸàŞ° close-on-exec àŞĞàĞàŞ²àĞ‡àŞ—àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "àŞĴàŞżàŞ¨-àŞĴàĞàŞ²àĞ‹àŞ•àŞżàŞ‚àŞ— àŞ¸àЍàŞàŞżàŞ¤àŞż àŞàŞàŞ‚ àŞàĞ‹àŞ¨àŞżàŞŸàŞ°àŞ¨àЇ àŞàĞ‚àŞ•àŞµàŞ àŞàŞàŞŸàЇ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "VM àŞ•àŞ¨àĞàŞ¸àĞ‹àŞ² àŞàŞàŞıàŞżàŞ¤àĞ€ àŞ¨àĞ‹ àŞ²àĞ‹àŞ— àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "àŞ¨àŞµàĞ‹ àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞĞàŞàŞ³àŞµàĞ‹" +msgstr "cpumap àŞĞàŞàŞ³àŞµàĞ‹" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU àŞàĞàŞ°àЇàŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ¨àЇ àŞ²àŞ‡ àŞ†àŞµàŞµàŞ àŞàŞàŞŸàЇ àŞàĞ‹àŞ¨àŞżàŞŸàŞ° àŞ†àŞĤàЇàŞĥàŞ¨àЇ àŞšàŞ²àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "CPU àŞ†àŞ•àŞ°àĞàŞ·àŞ£ %s àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĞàŞ°àĞ€ àŞĥàŞ°àĞ‚ àŞàޤàĞ€ àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" +msgstr "VM àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "àŞµàŞŞàŞ°àŞàŞ¤àŞ àŞ¨ àŞıàĞ‹àŞŻ àŞ¤àĞ‡àŞµàŞ VNC àŞŞàĞ‹àŞ°àĞàŞŸ àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² àŞŞàŞàŞ àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "VM àŞ²àĞ‹àŞ—àŞĞàŞàŞ‡àŞ² close-on-exec àŞĞàĞàŞ²àĞ‡àŞ— %s àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "QEMU àŞĴàŞàŞ‡àŞ¨àŞ°àĞ€ %s àŞĥàĞ‹àŞ§àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %d àŞàŞàŞ‚ argv àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %d àŞàŞàŞ‚ argv àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "VM '%s' àŞ¨àЇ àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ€ àŞ°àŞıàŞŻàŞ àŞ›àЇ" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %d àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàŞżàŞ•àĞàŞŸ àŞ¨àĞ‹àŞĦ" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ pid, damn àŞà޳àĞàŞŻàŞ" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàŞµàŞ àŞàŞàŞŸàЇ àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàŞżàŞ•àĞàŞŸ àŞ¨àĞ‹àŞĦ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "tty %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ•àĞàŞ·àŞàޤàŞàŞ“ àŞ†àŞ§àŞàŞ° àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "NUMA àŞ† àŞŻàŞœàŞàŞàި àŞŞàŞ° àŞ†àŞ§àŞàŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "NUMA àŞàĞàŞ•àĞàŞ¤ àŞàЇàŞàŞ°àĞ€" +msgstr "NUMA àŞàĞàŞ•àĞàŞ¤ àŞàЇàŞàŞ°àĞ€ àŞ¨àĞ€ àŞ¤àŞŞàŞà޸ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞıàŞàŞœàŞ° àŞ›àЇ" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞıàŞàŞœàŞ° àŞ›àЇ" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àĞ€ id %d àŞ¸àŞàŞàЇ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞıàŞœàЁ àŞŞàŞ£ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ²àŞŸàŞ•àĞ‡àŞ²àĞ€ àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàިàĞ€ àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "ostype àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àĞ€ uuid '%s' àŞ¸àŞàŞàЇ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "àŞıàŞàŞ²àŞ¨àĞ€ àŞàЇàŞàŞ°àĞ€ àŞ•àŞ°àŞ¤àŞ àŞ¨àĞ€àŞšàĞ€ àŞàŞıàŞ¤àĞàŞ¤àŞ àŞàЇàŞàŞ°àĞ€àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞ€ àŞàЇàŞàŞ°àĞ€ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "àŞàŞıàŞ¤àĞàŞ¤àŞ àŞàЇàŞàŞ°àĞ€ àŞ•àŞ°àŞ¤àĞ€ àŞŠàŞ‚àŞšàĞ€ àŞàЇàŞàŞ°àĞ€àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞŸàŞ•àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ…àŞŸàŞ•àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ UUID àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ xml àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "'%s' àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "àŞıàЇàŞĦàŞ° àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "xml àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĞàĞ‡àŞ°àŞĴàŞĤàŞ² àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "'info blockstats' àŞ† qemu àŞĤàЍàŞĤàŞàŞ°àŞ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞàŞàŞŸàЇ àŞàŞıàŞ¤àĞàŞ¤àŞ vcpus àŞ¨àŞ•àĞàŞ•àĞ€ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" -msgstr "" +msgstr "àŞ¸àĞ‚àŞšàŞżàŞ¤ vcpus àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞàŞàŞŸàЇ àŞŞàŞ°àŞµàŞàŞ¨àŞ—àĞ€àŞŻ vcpus àŞàŞıàŞ¤àĞàŞ¤àŞ àŞ•àŞ°àŞ¤àŞ àŞµàŞ§àŞàŞ°àЇ àŞ›àЇ: %d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàŞ° vcpus àŞŞàĞ€àŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "àŞ¸àĞ€àŞàŞ %d àŞ¨àĞ€ àŞĴàŞıàŞàŞ° vcpu àŞ¨àŞ‚àŞĴàŞ°> %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ¸àŞ‚àŞĴàŞ‚àŞ§ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "àŞ²àŞàވàŞĴàĞàŞ°àĞ‡àŞ°àĞ€ àŞĴàĞ‹àŞ²àŞàŞµàŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³, àŞ•àŞĤàŞàŞš àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" +msgstr "cpu àŞ¸àŞ‚àŞĴàŞ‚àŞ§ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¸àŞ‚àŞĴàŞ‚àŞ§ àŞàĞ‡àŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu àŞ¸àŞ‚àŞĴàŞ‚àŞ§ àŞ‰àŞŞàŞ²àЍàŞĴàŞ§ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞ àŞĞàŞàŞˆàŞ² àŞ²àŞà޵àĞ‹" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞ '%d' àŞàŞàŞ‚ àŞ…àŞœàĞàŞžàŞàޤ virt àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "àŞ¨àĞ‹àŞĦ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŻàŞàŞĤàĞ€" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ‡àŞàĞ‡àŞœ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen àŞĦàŞżàŞàިàŞàŞàŞ‚àŞàĞ€ àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "qemu àŞıàЇàŞĦàŞ° àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "àŞ‡àŞàĞ‡àŞœ àŞàĞ‡àŞœàŞżàŞ• àŞ¸àŞàŞšàĞ€ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "àŞ‡àŞàĞ‡àŞœ àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞż àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€ (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "'%s' àŞ¤àŞ°àĞ€àŞ•àЇ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "àŞ¨àŞµàŞ VM àŞ¨àЇ àŞ¸àĞ‹àŞ‚àŞŞàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨àŞ¨àЇ àŞĞàŞ°àĞ€ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ %s àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞĦàŞżàŞ¸àĞàŞ• àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom àŞàĞ€àŞĦàŞżàŞŻàŞ àŞĴàŞĤàŞ²àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom àŞàĞ€àŞĦàŞżàŞŻàŞ àŞĴàŞĤàŞ²àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞŞàŞıàĞ‡àŞ²àЇàŞàĞ€ àŞıàŞàŞœàŞ° àŞ›àЇ" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞıàŞàŞœàŞ° àŞ›àЇ" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "àŞŻàŞœàŞàŞàި àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞ àŞĞàŞàŞˆàŞ² àŞ²àŞà޵àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "àŞŻàŞœàŞàŞàި àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞ àŞĞàŞàŞˆàŞ² àŞ²àŞà޵àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàĞ‹àŞĦàŞàއ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "àŞĞàĞàŞ•àŞ¤ CDROM àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹ àŞœàĞ‹àŞĦàŞàއ àŞĥàŞ•àЇ àŞ›àЇ" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨àŞ¨àЇ àŞĞàŞ°àĞ€ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "àŞĞàĞàŞ•àŞ¤ CDROM àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹ àŞœàĞ‹àŞĦàŞàއ àŞĥàŞ•àЇ àŞ›àЇ" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞ€ àŞàЇàŞàŞ°àĞ€ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€àŞ¨àŞàĞ€" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "'%s' àŞ¨àЇ symlink '%s' àŞ¨àЇ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĤàŞ²àĞ€àŞ²" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞàŞ: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' àŞ†àŞĤàЇàŞĥ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' àŞ† qemu àŞĤàЍàŞĤàŞàŞ°àŞ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚: %s" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL àŞ…àŞàŞµàŞ àŞ–àŞà޲àĞ€ àŞŞàŞàŞ" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞàŞ, '%s' àŞ àŞœàŞàŞ£àĞ€àŞ¤àĞ‹ àŞ‡àŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ¨àŞàĞ€" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĤàŞ²àĞ€àŞ²" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞàŞ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ° àŞĞàŞ•àĞàŞ¤ àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² àŞàЇàŞàŞ°àĞ€ àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚ àŞ¨àЇ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàЇ àŞ›àЇ" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" +msgstr "lvs àŞ†àŞĤàЇàŞĥ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "àŞ¨àĞ‹àŞĦ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŻàŞàŞĤàĞ€" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" +msgid "could not generate random UUID" +msgstr "UUID àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XML àŞàŞàŞ‚ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "'%s' àŞ¤àŞ°àĞ€àŞ•àЇ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgid "failed to start listening VM" +msgstr "VM àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¸àŞàŞàЇ àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àЁ àŞ¨àŞàŞ àŞ¨àŞàĞ€" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "àŞĴàŞ‚àŞ§ àŞàŞŻàĞ‡àŞ² àŞµàŞàŞŞàŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞŞàĞàŞ°àŞŻàŞ¤àĞàŞ¨ àŞ•àŞ°àĞàŞŻàЁ àŞıàŞ¤àЁ àŞ…àŞàŞµàŞ àŞ¸àŞ‚àŞ­àŞàŞ³àŞµàŞàިàЁ àŞĥàŞ°àĞ‚ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "libvirtd àŞĴàŞàŞ‡àŞ¨àŞ°àĞ€ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" -msgstr "" +msgstr "remote_open:URL àŞàŞàŞ‚ àŞŞàŞ°àŞżàŞµàŞıàŞ¨ àŞ†àŞ³àŞ–àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚(tls|unix|ssh|ext|tcp àŞıàĞ‹àŞµàЁ àŞœàĞ‹àŞ‡àŞ)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' àŞŞàŞ°àŞżàŞµàŞıàŞ¨ àŞàŞàŞŸàЇ, àŞ†àŞĤàЇàŞĥ àŞœàŞ°àĞ‚àŞ°àĞ€ àŞ›àЇ" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "tty %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "tty %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "tty %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ %d àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "àŞµàŞżàŞ¨àЍàŞĦàĞ‹ àŞ¨àĞ€àŞšàЇ àŞŞàŞ°àŞżàŞµàŞıàŞ¨ àŞŞàŞĤàЍàŞĤàŞ¤àŞżàŞ“ unix, ssh àŞ…àŞ¨àЇ ext àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¸àĞàŞŸàĞ‡àŞ• àŞŞàŞàޤàĞàŞ°àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "VM àŞ•àŞ¨àĞàŞ¸àĞ‹àŞ² àŞàŞàŞıàŞżàŞ¤àĞ€ àŞ¨àĞ‹ àŞ²àĞ‹àŞ— àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "SASL àŞ²àŞàއàŞĴàĞàŞ°àŞ°àŞż àŞ¨àĞ€ àŞĥàŞ°àĞ‚àŞ†àŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty àŞ—àĞàŞ£àŞ§àŞ°àЍàŞàĞ‹ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "tty àŞ—àĞàŞ£àŞ§àŞ°àЍàŞàĞ‹ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞ“àŞ³àŞ–àŞàŞ£àŞŞàŞ¤àĞàŞ°àĞ‹ àŞ¨àЇ àŞšàŞ•àŞàŞ¸àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "tty %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "àŞ¸àŞ°àĞàŞµàŞ° àŞšàŞ•àŞàŞ¸àŞ£àĞ€ (àŞ†àŞŞàŞ£àŞ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ°àŞ¨àĞ€ àŞ…àŞàŞµàŞ IP àŞ¸àŞ°àŞ¨àŞàŞàЁ) àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞ“àŞ³àŞ–àŞàŞ£àŞŞàŞ¤àĞàŞ°àĞ‹ àŞ¨àЇ àŞšàŞ•àŞàŞ¸àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŞàŞàŞ‡àŞŞ àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "àŞàЇàŞàŞ°àĞ€ àŞàŞàŞŞ àŞàŞàŞŸàЇ %d àŞ¨àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àŞżàŞ‚àŞàޤ" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞıàŞœàЁ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ¸àŞżàŞĤàЍàŞĤ àŞ•àŞ°àŞ¨àŞàŞ° àŞ›àЇ." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞ¨àŞżàŞµàĞƒàŞ¤àĞàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" -msgstr "" +msgstr "remoteCheckCertificate: àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞ…àŞ¸àĞàŞ°àŞ•àĞàŞ·àŞżàŞ¤ àŞ…àŞ²àĞàŞ—àĞ‹àŞ°àŞżàŞ§àŞ àŞµàŞàŞŞàŞ°àЇ àŞ›àЇ." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞŞàĞàŞ°àŞ•àŞàŞ° X.509 àŞ¨àŞàĞ€" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "SASL àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£àŞ¨àĞ€ àŞĥàŞ°àĞ‚àŞ†àŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "tty %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞ¨àŞżàŞµàĞƒàŞ¤àĞàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ° àŞıàŞœàЁ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "àŞŞàĞàŞ°àŞàŞàŞ£àŞŞàŞ¤àĞàŞ°àŞ¨àĞ‹ àŞàŞàŞ²àŞżàŞ• àŞŻàŞœàŞàŞàި àŞ¨àŞàŞ (%s) àŞ¸àŞàŞàЇ àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àЁ àŞ¨àŞàĞ€" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ NUMA àŞ¸àĞ‡àŞ²àĞ‹: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĤàĞ‚àŞ°àŞ¸àĞàŞ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ IDs: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "àŞàĞ‡àŞŞ àŞ²àŞ‚àŞĴàŞàއ àŞàŞıàŞ¤àĞàŞ¤àŞ àŞ•àŞ°àŞ¤àŞ àŞµàŞ§àŞàŞ°àЇ àŞ›àЇ: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU àŞ—àŞ£àŞ¤àŞ°àĞ€ àŞàŞıàŞ¤àĞàŞ¤àŞ àŞ•àŞ°àŞ¤àŞ àŞµàŞ§àŞàŞ°àЇ àŞ›àЇ: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU àŞàĞ‡àŞŞ àŞĴàŞĞàŞ° àŞ²àŞ‚àŞĴàŞàއ àŞàŞıàŞ¤àĞàŞ¤àŞ àŞ•àŞ°àŞ¤àŞ àŞµàŞ§àŞàŞ°àЇ àŞ›àЇ: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "àŞŻàŞœàŞàŞàި àŞ àŞ˜àŞ£àŞàŞĴàŞ§àŞ vCPUs àŞ¨àĞ‹ àŞ°àŞżàŞŞàĞ‹àŞ°àĞàŞŸ àŞ•àŞ°àЇ àŞ›àЇ: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "àŞŻàŞœàŞàŞàި àŞàŞıàŞ¤àĞàŞ¤àŞ àŞ•àŞ°àŞ¤àŞ àŞµàŞ§àŞàŞ°àЇ àŞàĞ‡àŞŞ àŞĴàŞĞàŞ° àŞ²àŞ‚àŞĴàŞàއ àŞ¨àЇ àŞ°àŞżàŞŞàĞ‹àŞ°àĞàŞŸ àŞ•àŞ°àЇ àŞ›àЇ: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĤàĞ‚àŞ°àŞ¸àĞàŞ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ¨àŞàŞàĞ‹ àŞ›àЇ: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: àŞàŞ°àĞàŞŻàŞàŞĤàŞ àŞ•àŞ°àŞ¤àŞ àŞµàŞ§àŞàŞ°àЇ àŞŞàŞ°àŞżàŞàŞàŞ£àĞ‹àŞ¨àŞàŞ‚ àŞ¨àŞ‚àŞĴàŞ° àŞŞàŞàŞ›àŞ àŞ†àŞŞàЇ àŞ›àЇ" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: àŞ…àŞœàĞàŞžàŞàޤ àŞŞàŞ°àŞżàŞàŞàŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "àŞàЇàŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞĴàŞĤàŞ²àĞ‹" +msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ° àŞàŞ°àЇ àŞ¨àĞ€ àŞœàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàŞ°àŞżàŞàŞàŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "àŞĤàĞ‚àŞ°àŞ¸àĞàŞ àŞŞàĞàŞ°àĞ‹àŞŸàĞ‹àŞ•àĞ‹àŞ² àŞàŞàŞŸàЇ àŞĴàĞàŞ²àĞ‹àŞ• àŞŞàĞ€àŞ• àŞ˜àŞ£àЁ àŞµàŞżàŞĥàŞà޳ àŞ›àЇ, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "àŞàŞàŞ‚àŞ—àŞ£àĞ€ àŞ•àŞ°àĞ‡àŞ² àŞ›àЇ àŞ¤àЇ àŞŞàĞàŞ°àŞàŞàŞ£àЇ àŞŞàŞàŞ›àŞ àŞ†àŞŞàĞ‡àŞ² àŞĴàŞĞàŞ° àŞ¸àŞ°àŞ–àŞ àŞàŞàŞŞàŞ¨àĞ€ àŞ¨àŞàĞ€" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "àŞĤàĞ‚àŞ°àŞ¸àĞàŞ àŞŞàĞàŞ°àĞ‹àŞŸàĞ‹àŞ•àĞ‹àŞ² àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€ àŞŞàĞ€àŞ• àŞàŞàŞ‚àŞ—àŞ£àĞ€ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĤàĞ‚àŞ°àŞ¸àĞàŞ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àĞ‹ àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pools àŞàŞàŞ‚àŞ—àŞ£àĞ€ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àĞ‹ àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pools àŞà޳àĞ‡àŞ² àŞ›àЇ" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àĞ‹ àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàĞ‹ àŞ…àŞ°àŞœàĞ€ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àĞ‹ àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàĞ‹ àŞà޳àĞ‡àŞ² àŞ›àЇ" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàĞ‹ àŞ…àŞ°àŞœàĞ€ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàĞ‹ àŞà޳àĞ‡àŞ² àŞ›àЇ" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàĞ‹ àŞ…àŞ°àŞœàĞ€ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàĞ‹ àŞà޳àĞ‡àŞ² àŞ›àЇ" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "hypervisor àŞĤàĞàŞµàŞàŞ°àŞ àŞ† àŞµàŞżàŞ§àĞ‡àŞŻ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞàŞàŞ‚àŞ—àŞ£àĞ€ àŞàŞŻàĞ‡àŞ² àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° %s àŞ°àŞĤ àŞ•àŞ°àĞ‡àŞ² àŞ›àЇ" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL àŞ²àŞàއàŞĴàĞàŞ°àŞ°àŞż àŞ¨àĞ€ àŞĥàŞ°àĞ‚àŞ†àŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL àŞ•àĞàŞ²àŞàŞ‡àŞ¨àĞàŞŸ àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%s àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĤàŞ²àĞ€àŞ²" +msgid "invalid cipher size for TLS session" +msgstr "TLS àŞ¸àŞ¤àĞàŞ° àŞàŞàŞŸàЇ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ cipher àŞàŞàŞŞ" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "àŞĴàŞıàŞàŞ°àŞ¨àŞàŞ‚ SSF %d (%s) àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "àŞ¸àĞàŞ°àŞ•àĞàŞ·àŞ àŞ†àŞ§àŞàŞ° %d (%s) àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "àŞ¸àŞ°àĞàŞµàŞ° àŞĤàЍàŞĤàŞàŞ°àŞ SASL àŞ•àŞàŞ°àĞàŞŻàŞŞàŞĤàЍàŞĤàŞ¤àŞż %s àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL àŞµàŞàŞ¤àŞšàĞ€àŞ¤ àŞ¨àЇ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "àŞ¸àŞ¤àĞàŞ¤ àŞ“àŞ³àŞ–àŞàŞ£àŞŞàŞ¤àĞàŞ°àĞ‹àŞ¨àЇ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL àŞµàŞàŞ¤àŞšàĞ€àŞ¤ àŞàŞàŞıàŞżàŞ¤àĞ€ àŞ§àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ: %d àŞĴàŞàŞ‡àŞŸàĞ‹" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "àŞ¨àŞżàŞ·àЍàŞĞàŞ³ SASL àŞŞàŞ—àŞ²àЁ: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "àŞµàŞàŞ¤àŞšàĞ€àŞ¤ SSF %d àŞ àŞŞàĞ‚àŞ°àŞ¤àĞ€ àŞàŞœàŞĴàĞ‚àŞ¤ àŞ¨ àŞıàŞ¤àĞ€" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "àŞ¸àŞ¤àĞàŞ¤àŞ àŞ“àŞ³àŞ–àŞàŞ£àŞŞàŞ¤àĞàŞ°àŞ¨àЇ àŞàŞ•àŞ àЁ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "àŞĤàŞ²àĞ€àŞ²àĞ‹ àŞ¨àЇ àŞ•àĞàŞ°àŞàŞĴàŞĤàЍàŞĤ àŞ•àŞ°àĞ€ àŞ°àŞıàĞàŞŻàЁ àŞ›àЇ" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (àŞĥàŞĴàЍàŞĤàŞ¨àĞ€ àŞ²àŞ‚àŞĴàŞàއ)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (àŞĥàŞĴàЍàŞĤàŞ¨àĞ€ àŞ²àŞ‚àŞĴàŞàއ, àŞœàŞµàŞàŞĴ)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "àŞ¸àŞ°àĞàŞµàŞ— àŞ˜àŞ£àЁ àŞµàŞżàŞĥàŞà޲ àŞ›àЇ àŞ¤àЇàŞàŞàŞ‚àŞàĞ€ àŞŞàĞ‡àŞ•àĞ‡àŞŸ àŞà޳àĞ‡àŞ² àŞ›àЇ" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "àŞœàŞµàŞàŞĴ àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞıàЇàŞĦàŞ°" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ (àŞàĞ‡àŞ³àŞµàĞ‡àŞ² %x, àŞ…àŞŞàĞ‡àŞ•àĞàŞ·àŞżàŞ¤ %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àĞ‹àŞŸàĞ‹àŞ•àĞ‹àŞ² àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞż (àŞàĞ‡àŞ³àŞµàĞ‡àŞ² %x, àŞ…àŞŞàĞ‡àŞ•àĞàŞ·àŞżàŞ¤ %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ (àŞàĞ‡àŞ³àŞµàĞ‡àŞ² %x, àŞ…àŞŞàĞ‡àŞ•àĞàŞ·àŞżàŞ¤ %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞĤàŞżàŞĥàŞ (àŞàĞ‡àŞ³àŞµàĞ‡àŞ² %x, àŞ…àŞŞàĞ‡àŞ•àĞàŞ·àŞżàŞ¤ %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞĥàĞàŞ°àĞ‡àŞ£àĞ€ (àŞàĞ‡àŞ³àŞµàĞ‡àŞ² %x, àŞ…àŞŞàĞ‡àŞ•àĞàŞ·àŞżàŞ¤ %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "àŞ•àЍàŞàŞĴàŞĤàЍàŞĤ àŞ¨ àŞıàĞ‹àŞŻ àŞ¤àĞ‡àŞµàЁ ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "àŞ•àЍàŞàŞĴàŞĤàЍàŞĤ àŞ¨ àŞıàĞ‹àŞŻ àŞ¤àĞ‡àŞµàЁ àŞĤàĞ‚àŞ°àŞ¸àĞàŞ àŞ­àĞ‚àŞ² (_e)" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àЍàŞàŞżàŞ¤àĞ€ (àŞàĞ‡àŞ³àŞµàĞ‡àŞ² %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞ°àĞ€àŞ¤àЇ àŞĴàŞ‚àŞ§ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "àŞœàŞµàŞàŞĴ àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞıàЇàŞĦàŞ°" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "àŞĥàŞĴàЍàŞĤàŞàŞà޳àŞàިàĞ€ àŞ¨àŞ•àŞ² àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "pool àŞŞàĞàŞ°àŞ•àŞàŞ° %d àŞàŞàŞŸàЇ àŞĴàĞ‡àŞ•àŞàŞ¨àЍàŞĦ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€ '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¸àЍàŞàŞżàŞ¤àŞż àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¨àЇ àŞ…àŞ‚àŞ¤àŞàŞàŞ‚ àŞĥàĞ‹àŞ§àŞ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¨àЇ àŞ…àŞ‚àŞ¤àŞàŞàŞ‚ àŞĥàĞ‹àŞ§àŞ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¨àЇ àŞ…àŞ‚àŞ¤àŞàŞàŞ‚ àŞĥàĞ‹àŞ§àŞ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s àŞ¨àŞàŞ‚ àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞĞàŞàŞ‡àŞ²àŞ¨àЇ àŞàĞ‡àŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "dir %s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "àŞŞàŞàŞ" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "àŞŞàŞàŞ" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "regex %s àŞ¨àЇ àŞ•àŞàĞàŞŞàŞàŞ‡àŞ² àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex àŞœàĞ‚àŞàĞ‹" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ†àŞĤàЇàŞĥ àŞàŞàŞŸàЇ àŞàĞ‹àŞ­àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "àŞ†àŞĤàЇàŞĥ àŞĴàŞ°àŞàŞĴàŞ° àŞ°àĞ€àŞ¤àЇ àŞĴàŞıàŞàŞ° àŞ¨àĞ€àŞ•àŞ³àŞ¤àЁ àŞ¨àŞàĞ€" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "àŞ†àŞ‚àŞ¤àŞ°àŞżàŞ• àŞ­àĞ‚àŞ² %s" +msgstr "àŞ­àĞ‚àŞ²àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ‹: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "àŞ†àŞĤàЇàŞĥ %d àŞàŞàŞŸàЇ àŞĥàĞ‚àŞ¨àĞàŞŻàĞ‡àŞ¤àŞ° àŞĴàŞıàŞàŞ° àŞ¨àĞ€àŞ•àŞ³àŞµàŞàިàĞ€ àŞ¸àЍàŞàŞżàŞ¤àŞż" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: àŞ…àŞà޲àĞ€àŞ•àŞ°àŞ£ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "àŞµàĞ‹àŞ²àĞàŞŻàЁàŞ" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàިàЇ àŞµàŞżàŞ¸àĞàŞ¤àŞàŞ°àĞ‹" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĥàŞ°àĞ‚ àŞàޤàЁ àŞ¸àЍàŞàŞàި àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ…àŞ¨àЇ àŞ¸àЍàŞàŞàި àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "àŞµàŞżàŞ¸àĞàŞ¤àŞàŞ°àĞ‹" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "àŞµàŞżàŞĥàŞà޳ àŞŞàĞ‚àŞ°àŞ¤àŞ àŞàĞàŞ•àĞàŞ¤ àŞµàŞżàŞ¸àĞàŞ¤àŞàŞ° àŞ¨àŞàĞ€" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "àŞŞàŞàŞ '%s' àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "'%s' àŞıàЇàŞĦàŞ°àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĤàŞ²àĞ€àŞ²" +msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞàŞ: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞàŞàŞ‰àŞ¨àĞàŞŸ àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" -msgstr "àŞ•àĞàŞ²" +msgstr "àŞŞàĞ‹àŞ°àĞàŞŸàŞ²" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞŻàŞœàŞàŞàި" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞŞàŞàŞ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "àŞŞàŞàŞ '%s' àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞŞàŞàŞ '%s' àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "statvfs àŞŞàŞàŞ '%s' àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "àŞŞàŞàŞ '%s' àŞ¨àЇ àŞ•àŞĦàĞ€ àŞ¨ àŞıàĞ‹àŞŻ àŞ¤àĞ‡àŞµàЁ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ•àĞ€" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¨àЇ àŞ­àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¨àЇ àŞµàŞżàŞ¸àĞàŞ¤àŞàŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "àŞŞàŞàŞ '%s' àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ—àĞàŞ°àŞı vol àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "qemu-img àŞµàŞ—àŞ° àŞĴàŞżàŞ¨-àŞ…àŞ§àĞ‚àŞ°àĞ€ àŞ‡àŞàĞ‡àŞœàĞ‹àŞ¨àĞ€ àŞ¸àŞ‚àŞ°àŞšàŞ¨àŞ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞĞàŞàŞ‡àŞ² àŞàŞàŞ²àŞżàŞ• '%s' àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞĞàŞàŞ‡àŞ² àŞ¸àЍàŞàŞżàŞ¤àŞż '%s' àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ•àŞĦàĞ€ àŞ¨ àŞıàĞ‹àŞŻ àŞ¤àĞ‡àŞµàЁ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ %s àŞàŞàŞŸàЇ IP àŞ¸àŞ°àŞ¨àŞàŞàЁ àŞ¨àŞàĞ€" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "%s àŞàŞàŞŸàЇ ip àŞ¸àŞ°àŞ¨àŞàŞàŞàŞ‚àŞ¨àЁ àŞĴàŞ‚àŞ§àŞàŞ°àŞ£ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞż àŞĴàŞ¤àŞà޵àĞ‹" +msgstr "àŞ¸àŞ¤àĞàŞ°" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "àŞ¸àŞ¤àĞàŞ°àŞ¨àЇ àŞĥàĞ‹àŞ§àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "àŞ¨àŞàŞ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "%s àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "àŞ•àĞ€" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "dir sysfs àŞŞàŞàŞ %s àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "sysfs àŞŞàŞàŞ %s/%s àŞàŞàŞ‚àŞàĞ€ àŞ²àŞ•àĞàŞ·àĞàŞŻàŞ¨àЇ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞ¸àŞ¤àĞàŞ° %s àŞàŞàŞŸàЇ àŞ•àĞ‹àŞ‡àŞŞàŞ£ LUNs àŞĥàĞ‹àŞ§àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "àŞ¨àŞ•àĞàŞ•àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³ àŞœàĞ‹ %u:%u:%u:%u àŞ Direct-Access LUN àŞ›àЇ" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "lun %d àŞàŞàŞŸàЇ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ•àŞĦàĞ€ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "àŞĴàĞàŞ²àĞ‹àŞ• àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĴàĞàŞ²àĞ‹àŞ• àŞŞàŞàŞ %s àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "scsidev àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/storage_backend_iscsi.c:554 -#, fuzzy +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "àŞ•àĞàŞ²" +msgstr "àŞŞàĞ‹àŞ°àĞàŞŸàŞ²" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞµàŞżàŞ¸àĞàŞ¤àŞàŞ° àŞ“àŞĞàŞ¸àĞ‡àŞŸ àŞ•àŞżàŞ‚àŞàޤ" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞµàŞżàŞ¸àĞàŞ¤àŞàŞ° àŞ²àŞ‚àŞĴàŞàއ àŞ•àŞżàŞ‚àŞàޤ" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞµàŞżàŞ¸àĞàŞ¤àŞàŞ° àŞàŞàŞŞ àŞ•àŞżàŞ‚àŞàޤ" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" +msgstr "lvs àŞ†àŞĤàЇàŞĥ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "exitstatus %d àŞ¸àŞàŞàЇ lvs àŞ†àŞĤàЇàŞĥ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" +msgid "allocating pvname or vgname" +msgstr "priv->àŞŻàŞœàŞàŞàި àŞ¨àŞàŞ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸàŞ¨àЇ àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ²àĞ€àŞŸàĞ€" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ %s àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞıàЇàŞĦàŞ° %s àŞ¨àЇ àŞ¸àŞàŞĞ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€ %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "ttyPidFile %s àŞĤàĞ‚àŞ° àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "àŞ¨àŞµàŞ àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞàŞŻàĞ‡àŞ² àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ '%s' àŞ¨àЇ àŞĥàĞ‹àŞ§àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ° àŞ¸àŞ¤àĞàŞ¤àŞ àŞŻàŞœàŞàŞàި àŞ—àĞàŞ£àŞ§àŞ°àЍàŞ" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ° àŞ¸àŞ¤àĞàŞ¤àŞ àŞŞàŞàŞ¸àŞµàŞ°àЍàŞĦ àŞ—àĞàŞ£àŞ§àŞ°àЍàŞ" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ“àŞ•àĞàŞŸàŞ² àŞ¸àЍàŞàŞżàŞ¤àĞ€" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "àŞà޲àĞ€àŞ¨ àŞàŞàŞ²àŞżàŞ• àŞ˜àŞŸàŞ•" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "àŞà޲àĞ€àŞ¨ àŞœàĞ‚àŞ àŞ˜àŞŸàŞ• " -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞĞàŞàŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŻàŞœàŞàŞàި %s" +msgid "unknown root element for storage pool" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ°àĞàŞŸ àŞ˜àŞŸàŞ•" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ—àĞàŞ°àŞı vol àŞŞàĞàŞ°àŞ•àŞàŞ° %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ¨àŞàŞ àŞ˜àŞŸàŞ• àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ°" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" +msgstr "uuid àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞŻàŞœàŞàŞàި àŞ¨àŞàŞ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹àŞ¨àЇ àŞĴàŞıàŞàŞ° àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "àŞĴàĞàŞ²àĞ‹àŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàŞàŞ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞŞàŞàŞ" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" +msgstr "pool àŞ¨àŞàŞ" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞŞàŞàŞ" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞŞàĞàŞ² àŞĴàŞ‚àŞ§àŞàŞ°àŞ£ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ pool àŞŞàĞàŞ°àŞ•àŞàŞ°" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "àŞàŞàŞ²àŞżàŞ• àŞ˜àŞŸàŞ• àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ°" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŻàŞœàŞàŞàި %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞàŞàŞŞ àŞàŞ•àŞàĞ‹ '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "àŞà޲àĞ€àŞ¨ àŞ•àĞàŞ·àŞàŞ¤àŞ àŞ˜àŞŸàŞ•" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "àŞ•àĞàŞ·àŞàŞ¤àŞ àŞ˜àŞŸàŞ• àŞ•àŞżàŞ‚àŞàޤ àŞ˜àŞ£àĞ€ àŞµàŞżàŞĥàŞà޳ àŞ›àЇ" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àЇ àŞĞàŞàŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŻàŞœàŞàŞàި %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ°àĞàŞŸ àŞ˜àŞŸàŞ•" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ¨àŞàŞ àŞ˜àŞŸàŞ• àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ°" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "àŞ•àĞàŞ·àŞàŞ¤àŞ àŞ˜àŞŸàŞ• àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ°" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞĴàŞ‚àŞ§àŞàŞ°àŞ£ %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "pool" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² àŞŞàŞàŞàިàЇ àŞ¨àŞżàŞ°àЍàŞàŞàŞ£ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞàޤàĞ€ àŞ•àŞĦàĞ€ àŞŞàŞàŞàިàĞàŞ‚ àŞĴàŞ‚àŞ§àŞàŞ°àŞ£ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "config àŞĞàŞàŞ‡àŞ²" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "XML àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨àŞ¨àЇ àŞĤàĞ‚àŞ° àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ uuid àŞ¸àŞàŞàЇ pool àŞ¨àŞàĞ€" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ àŞ¨àŞàŞ àŞ¸àŞàŞàЇ pool àŞ¨àŞàĞ€" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "àŞ¨àŞàŞ" +msgstr "àŞ¨àŞàŞàĞ‹" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞŞàŞıàĞ‡àŞ²àЇàŞàĞ€ àŞıàŞàŞœàŞ° àŞ›àЇ" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ uuid àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞ¨àŞàĞ€" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "pool àŞıàŞœàЁ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" +msgstr "pool àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 -#, fuzzy +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "àŞ²àĞ‹àŞ— àŞŞàŞàŞ àŞĞàŞàŞˆàŞ² àŞ¨àŞàĞ€" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àŞàĞ€" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞıàŞœàЁ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "pool àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àŞµàŞàިàЇ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàŞ¤àЁ àŞ¨àŞàĞ€" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "pool àŞŞàŞà޸àЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² àŞ¨àŞàĞ€" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ àŞ¨àŞàŞ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àŞàĞ€" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àĞ€ àŞ•àĞ€ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àŞàĞ€" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ àŞŞàŞàŞ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àŞàĞ€" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞŞàŞıàĞ‡àŞ²àЇàŞàĞ€ àŞıàŞàŞœàŞ° àŞ›àЇ" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞ àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞĴàŞ¨àŞàŞµàŞµàŞ àŞàŞàŞŸàЇ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàŞ¤àЁ àŞ¨àŞàĞ€" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞ vol àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àŞµàŞ àŞàŞàŞŸàЇ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàŞ¤àЁ àŞ¨àŞàĞ€" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ àŞ¨àŞàŞ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àŞàĞ€" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àŞàĞ€" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "àŞĤàŞżàŞµàŞ¸àŞ¨àĞ‹ àŞ¸àŞàŞŻ àŞàĞ‡àŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "àŞŻàŞœàŞàŞàި àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞ àŞĞàŞàŞˆàŞ² àŞ²àŞà޵àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "àŞŻàŞœàŞàŞàި" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "àŞ¨àĞ‹àŞĦ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞĴàŞ¨àŞà޵àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "àŞ¨àĞ‹àŞĦ cpu numa àŞ¨àĞ‹àŞĦàĞ‹" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "àŞ¨àĞ‹àŞĦ cpu àŞ¸àĞ‹àŞ•àĞ‡àŞŸàĞ‹" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "àŞ¨àĞ‹àŞĦ cpu àŞàĞ‚àŞ³àĞ‹" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "àŞ¨àĞ‹àŞĦ cpu àŞàĞàŞ°àЇàŞĦàĞ‹" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "àŞ¨àĞ‹àŞĦ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "àŞ¨àĞ‹àŞĦ cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "àŞ¨àĞ‹àŞĦ àŞàЇàŞàŞ°àĞ€" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "àŞ¨àĞ‹àŞĦ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŻàŞàŞĤàĞ€" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞˆàŞ²àŞ¨àŞàŞ àŞ‰àŞ•àĞ‡àŞ²àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "àŞ¨àĞ‹àŞĦ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŻàŞàŞĤàĞ€" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĞàŞàŞˆàŞ²àŞ¨àŞàŞ àŞ‰àŞ•àĞ‡àŞ²àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "àŞ¨àĞ‹àŞĦ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŻàŞàŞĤàĞ€" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞˆàŞ²àŞ¨àŞàŞ àŞ‰àŞ•àĞ‡àŞ²àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: àŞŞàŞàŞ àŞŞàĞ‚àŞ°àĞ‹ àŞŞàŞàŞĦàĞ‹ àŞ…àŞàŞµàŞ test:///default àŞµàŞàŞŞàŞ°àĞ‹" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞıàŞœàЁ àŞŞàŞ£ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ¨àŞàĞ€" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "àŞàĞ‡àŞŸàŞàŞĦàĞ‡àŞŸàŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "àŞ¨àĞ‹àŞĦ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŻàŞàŞĤàĞ€" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "àŞ…àŞŞàĞ‚àŞ°àŞ¤àĞ‹ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞıàЇàŞĦàŞ°" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "àŞ…àŞ¸àŞ‚àŞ¤àĞàŞ²àŞ¨ àŞıàЇàŞĦàŞ° àŞàĞ‡àŞœàŞżàŞ•" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "Xen àŞĦàŞżàŞàިàŞàŞàŞ‚àŞàĞ€ àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞàĞ‡àŞŸàŞàŞĦàĞ‡àŞŸàŞ àŞ²àŞ‚àŞĴàŞàއ àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "àŞ¸àĞ€àŞàŞ àŞ¨àĞ€ àŞĴàŞıàŞàŞ° àŞàĞ‡àŞŸàŞàŞĦàĞ‡àŞŸàŞ àŞ¨àĞ€ àŞ²àŞ‚àŞĴàŞàއ" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "àŞ…àŞŞàĞ‚àŞ°àŞ¤àĞ‹ àŞàĞ‡àŞŸàŞàŞĦàĞ‡àŞŸàŞ" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚ àŞĦàŞàĞàŞŞ àŞàވ àŞ—àŞŻàĞàŞ‚\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "àŞ¨àĞ‹àŞĦ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŻàŞàŞĤàĞ€" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "àŞ¸àĞ€àŞàŞ àŞ‰àŞŞàŞ²àЍàŞĴàŞ§ àŞ¸àĞ‡àŞ²àĞ‹ àŞ•àŞ°àŞ¤àŞ àŞµàŞ§àŞàŞ°àЇ àŞ›àЇ" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞıàŞœàЁ àŞŞàŞ£ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞıàŞœàЁ àŞŞàŞ£ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àĞ€ àŞ•àĞ€ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àŞàĞ€" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àŞ àŞŞàŞàŞ àŞ¸àŞàŞàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞ¨àŞàĞ€" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞàިàĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ‡àŞ¨àŞŞàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "àŞĴàĞàŞ°àŞżàŞœ àŞ†àŞ§àŞàŞ°àŞ¨àĞ€ àŞĥàŞ°àĞ‚àŞ†àŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "%s àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "%s àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "àŞ¸àŞ¤àĞàŞ°àŞ¨àЇ àŞĥàĞ‹àŞ§àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "àŞĞàŞàŞ‡àŞ² àŞ¸àЍàŞàŞżàŞ¤àŞż '%s' àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "dir %s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU àŞĴàŞàŞ‡àŞ¨àŞ°àĞ€ %s àŞĥàĞ‹àŞ§àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "àŞ²àĞ‹àŞ— àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€ %s àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "àŞ†àŞĤàЇàŞĥ àŞàŞàŞŸàЇ àŞàĞ‹àŞ­àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ pid, damn àŞà޳àĞàŞŻàŞ" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŞàŞàŞ‡àŞŞ àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞĴàŞà޳ àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞàިàЇ àŞµàŞżàŞ­àŞàŞœàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ•àŞĦàĞ€ àŞ¨ àŞıàĞ‹àŞŻ àŞ¤àĞ‡àŞµàЁ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞıàЇàŞĦàŞ° %s àŞ¨àЇ àŞ¸àŞàŞĞ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgid "cannot change to root directory: %s" +msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞàޤàĞ€ àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€ %s àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ strdup àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ strdup àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ strdup àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¨àЇ àŞµàŞżàŞ¸àĞàŞ¤àŞàŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ²àĞ€àŞŸàĞ€" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "àŞ­àĞ‚àŞ²àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ‹: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" +"pseudorandom UUID àŞ¨àЇ àŞŞàŞàŞ›àЁ àŞŞàŞĦàŞ¤àЁ àŞàĞ‚àŞ•àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ, àŞ…àŞµàĞàŞŻàŞµàŞ¸àЍàŞàŞżàŞ¤ àŞĴàŞàŞ‡àŞŸàĞ‹ àŞ¨àЇ àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: " +"%s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "àŞ›àŞàŞŞàŞ¨ àŞàŞĤàŞĤ" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "àŞµàЈàŞĥàĞàŞµàŞżàŞ• àŞàŞĤàŞĤ àŞ…àŞàŞµàŞ àŞ†àŞĤàЇàŞĥ àŞ²àŞ—àŞ¤àĞ€ àŞàŞĤàŞĤ àŞ›àŞàŞŞàЇ àŞ›àЇ." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "àŞ†àŞĤàЇàŞĥàŞ¨àĞàŞ‚ àŞ¨àŞàŞ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4053,316 +4410,320 @@ msgstr "" "àŞ†àŞĤàЇàŞĥàĞ‹:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞĴàĞàŞŸ àŞ¸àŞàŞŻàЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞàŞàŞŻ àŞ¤àЇ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ, id àŞ…àŞàŞµàŞ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àĞàŞ•àĞàŞ°àŞżàŞŻ àŞ•àŞ°àĞ‹" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞ…àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ†àŞµàĞ‡àŞ²\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞ…àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ†àŞµàĞ‡àŞ²\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ°àŞàŞàŞ‚ (àŞŞàĞàŞ¨àŞƒ)àŞœàĞ‹àŞĦàŞà޵" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "àŞ¸àЍàŞàŞàŞ¨àŞżàŞ• àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ°àŞàŞàŞ‚ àŞœàĞ‹àŞĦàŞà޵. àŞ† àŞĥàĞ‡àŞ² àŞĥàŞ°àĞ‚àŞ†àŞ¤ àŞŞàŞ›àĞ€ àŞ†àŞ‚àŞ¤àŞ°àŞżàŞ• àŞ†àŞĤàЇàŞĥ àŞ›àЇ." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞœàĞ‹àŞĦàŞàŞ£ URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "àŞàŞàޤàĞàŞ°-àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàŞŻ àŞ¤àĞ‡àŞµàĞàŞ‚ àŞœàĞ‹àŞĦàŞàŞ£" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ°àŞàŞàŞ‚àŞàĞ€ àŞœàĞ‹àŞĦàŞàŞ£ àŞ¤àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "àŞàŞıàЇàŞàŞàި àŞ•àŞ¨àĞàŞ¸àĞ‹àŞ² àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² àŞ¸àĞ€àŞ°àĞ€àŞŻàŞ² àŞ•àŞ¨àĞàŞ¸àĞ‹àŞ²àŞ¨àЇ àŞàŞıàЇàŞàŞàި àŞàŞàŞŸàЇ àŞœàĞ‹àŞĦàĞ‹" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ•àĞ‹àŞˆ àŞ•àŞ¨àĞàŞ¸àĞ‹àŞ² àŞ‰àŞŞàŞ²àŞĴàĞàŞ§ àŞ¨àŞàĞ€\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "àŞ† àŞŞàĞàŞ²àĞ‡àŞŸàŞĞàĞ‹àŞ°àĞàŞ àŞŞàŞ° àŞ•àŞ¨àĞàŞ¸àĞ‹àŞ² àŞ…àŞà޲àŞàŞàŞ‚ àŞàĞ‚àŞ•àŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ…àŞ¨àЇ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "àŞ¨àŞàŞ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "àŞ•àĞ‹àŞˆ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż àŞ¨àŞàĞ€" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàŞżàŞĥàЇ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż àŞ†àŞŞàЇ àŞ›àЇ" +msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàŞżàŞĥàЇ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĴàĞàŞ²àĞ‹àŞ• àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż àŞàĞ‡àŞ³àŞµàĞ‹" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĴàĞàŞ²àĞ‹àŞ• àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż àŞàĞ‡àŞ³àŞµàĞ‹." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "àŞĴàĞàŞ²àĞ‹àŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "àŞĴàĞàŞ²àĞ‹àŞ• àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż àŞàĞ‡àŞ³àŞµàĞ‹" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż àŞàĞ‡àŞ³àŞµàĞ‹." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ‰àŞŞàŞ•àŞ°àŞ£" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ…àŞŸàŞ•àŞà޵àĞ‹" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ…àŞŸàŞ•àŞà޵àĞ‹." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞŸàŞ•àŞà޵àĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞŸàŞ•àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞà޵àĞ‹" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞà޵àĞ‹." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "XML àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàŞ°àĞàŞ£àŞ¨ àŞ¸àŞàŞàŞµàŞ¤àĞ€ àŞĞàŞàŞˆàŞ²" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞĴàŞ¨àĞàŞŻàĞàŞ‚ àŞ›àЇ\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ (àŞŞàŞ°àŞ‚àŞ¤àЁ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹ àŞ¨àŞıàŞżàŞ‚) àŞ•àŞ°àĞ‹" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆ %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàވ àŞ—àŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹ (àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤)" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞàވ àŞ—àŞŻàĞàŞ‚\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàĞ‹" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàĞ‹." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "àŞàŞàŞıàŞżàŞ¤àĞ€àŞ¨àЇ àŞ•àĞàŞŻàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàĞ€" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞàŞŻàĞàŞ‚\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ %s àŞàŞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "àŞ¨àŞżàŞŻàŞàŞàŞ• àŞŞàŞ°àŞżàŞàŞàŞ£àĞ‹ àŞĴàŞ¤àŞà޵àĞ‹/àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ‹" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "àŞ¨àŞżàŞŻàŞàŞàŞ• àŞŞàŞ°àŞżàŞàŞàŞ£àĞ‹ àŞĴàŞ¤àŞà޵àĞ‹/àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àĞ‹." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "àŞ•àŞżàŞ‚àŞàŞ¤àŞ¨àЇ àŞĞàŞàŞ³àŞµàĞ‹" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT àŞàŞàŞŸàЇ àŞàĞ‚àŞ²àĞàŞŻ" @@ -4371,287 +4732,291 @@ msgstr "XEN_CREDIT àŞàŞàŞŸàЇ àŞàĞ‚àŞ²àĞàŞŻ" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT àŞàŞàŞŸàЇ àŞ•àĞ‡àŞŞàЍàŞĥàŞ¨" -#: src/virsh.c:1148 -#, fuzzy +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "àŞàЇàŞàŞ°àĞ€ àŞàŞàŞŞ àŞàŞàŞŸàЇ %d àŞ¨àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àŞżàŞ‚àŞàޤ" +msgstr "àŞµàŞœàŞ¨àŞ¨àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àŞżàŞ‚àŞàޤ" -#: src/virsh.c:1158 -#, fuzzy +#: src/virsh.c:1162 msgid "Invalid value of cap" -msgstr "àŞàЇàŞàŞ°àĞ€ àŞàŞàŞŞ àŞàŞàŞŸàЇ %d àŞ¨àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àŞżàŞ‚àŞàޤ" +msgstr "àŞ•àĞ‡àŞŞàŞ¨àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àŞżàŞ‚àŞàޤ" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "àŞ•àĞ‡àŞŞàŞ¨àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àŞżàŞ‚àŞàޤ" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "àŞ¨àŞżàŞŻàŞàŞàŞ•" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "àŞ…àŞœàĞàŞžàŞàޤ" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "àŞĞàŞàŞˆàŞ²àŞ¨àĞ€ àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞàŞŻàĞ‡àŞ² àŞ¸àЍàŞàŞżàŞ¤àŞżàŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ¨àŞƒàŞ¸àŞ‚àŞ—àĞàŞ°àŞıàĞ‹" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ¨àŞƒàŞ¸àŞ‚àŞ—àĞàŞ°àŞıàĞ‹." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "àŞŞàĞàŞ¨àŞƒàŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞ¨àĞ€ àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ¨àŞƒàŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞàŞŻàĞàŞ‚\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ¨àŞƒàŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àŞ àŞàĞ‚àŞ³àŞ¨àĞàŞ‚ àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚ àŞµàŞżàŞĥàĞàŞ²àĞ‡àŞ·àŞ£ àŞàŞàŞŸàЇ àŞĦàŞàĞàŞŞ àŞ•àŞ°àĞ‹" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞàĞ‚àŞ³ àŞĦàŞàĞàŞŞ àŞ•àŞ°àĞ‹." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "àŞàĞ‚àŞ³àŞ¨àЇ àŞ•àĞàŞŻàŞàŞ‚ àŞĦàŞàĞàŞŞ àŞ•àŞ°àŞµàĞàŞ‚" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚ àŞĦàŞàĞàŞŞ àŞàވ àŞ—àŞŻàĞàŞ‚\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àŞ àŞàĞ‚àŞ³àŞ¨àЇ %s àŞàŞàŞ‚ àŞĦàŞàĞàŞŞ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ›àĞ‹àŞĦàĞ‹" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞ…àŞŸàŞ•àŞà޵àĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ›àĞ‹àŞĦàĞ‹." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ›àĞ‹àŞĦàŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ %s àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "àŞ¸àŞàŞ°àĞ€ àŞ°àĞ€àŞ¤àЇ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ‹" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞàŞàŞ‚ àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ‹ àŞšàŞ²àŞà޵àĞ‹." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ àŞĴàŞ‚àŞ§ àŞàވ àŞ—àŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ°àĞ€àŞĴàĞàŞŸ àŞ•àŞ°àĞ‹" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞàŞàŞ‚ àŞ°àĞ€àŞĴàĞàŞŸ àŞ†àŞĤàЇàŞĥ àŞšàŞ²àŞà޵àĞ‹." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ àŞ°àĞ€àŞĴàĞàŞŸ àŞàވ àŞ—àŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ°àĞ€àŞĴàĞàŞŸ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "àŞ†àŞŞàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àŞàŞĥ àŞ•àŞ°àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàŞżàŞĥàЇ àŞàĞ‚àŞ³àŞ­àĞ‚àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "àŞ¨àŞàŞ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS àŞŞàĞàŞ°àŞ•àŞàŞ°:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU àŞ¸àŞàŞŻ:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "àŞàŞıàŞ¤àĞàŞ¤àŞ àŞàЇàŞàŞ°àĞ€:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "àŞ•àĞ‹àŞˆ àŞàŞ°àĞàŞŻàŞàŞĤàŞ àŞ¨àŞàĞ€" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "àŞµàŞŞàŞ°àŞàŞŻàĞ‡àŞ² àŞàЇàŞàŞ°àĞ€:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹" +msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "àŞ¨àŞàŞ" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "àŞ¨àŞżàŞ·àĞàŞ•àĞàŞ°àŞżàŞŻ" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "NUMA àŞàĞàŞ•àĞàŞ¤ àŞàЇàŞàŞ°àĞ€" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "NUMA àŞ¸àĞ‡àŞ² àŞàŞàŞŸàЇ àŞ‰àŞŞàŞ²àŞĴàĞàŞ§ àŞàĞàŞ•àĞàŞ¤ àŞàЇàŞàŞ°àĞ€ àŞĤàŞ°àЍàŞĥàŞà޵àĞ‹." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "NUMA àŞ¸àĞ‡àŞ² àŞ¨àŞ‚àŞĴàŞ°" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "àŞ•àĞàŞ²" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ vcpu àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² CPUs àŞµàŞżàŞĥàЇ àŞàĞ‚àŞ³àŞ­àĞ‚àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU àŞ†àŞ•àŞ°àĞàŞ·àŞ£:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ‹, àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² CPUs àŞıàŞàŞœàŞ° àŞ¨àŞàĞ€." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ vcpu àŞ†àŞ•àŞ°àĞàŞ·àŞ£ àŞ¨àŞżàŞŻàŞ‚àŞ¤àĞàŞ°àŞżàŞ¤ àŞ•àŞ°àЇ àŞ›àЇ" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ VCPUs àŞ¨àЇ àŞŻàŞœàŞàŞàި àŞ­àĞŒàŞ¤àŞżàŞ• CPUs àŞàŞàŞ‚ àŞŞàĞ€àŞ¨ àŞ•àŞ°àĞ‹." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu àŞ¨àŞ‚àŞĴàŞ°" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "àŞŻàŞœàŞàŞàި cpu àŞ¨àŞ‚àŞĴàŞ°(àŞ“) (àŞ…àŞ²àĞàŞŞàŞµàŞżàŞ°àŞàŞàŞàĞ€ àŞ…àŞ²àŞ— àŞŞàŞĦàĞ‡àŞ²)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ…àŞàŞµàŞ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² vCPU àŞ¨àŞ‚àŞĴàŞ°." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: àŞ—àĞàŞ àŞàŞŻàĞ‹àŞ² cpulist" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "àŞ¨àĞ‹àŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ vCPU àŞ¨àŞ‚àŞĴàŞ°." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĴàŞ‚àŞ§àŞàŞ°àŞ£. àŞ–àŞà޲àĞ€ àŞĥàŞĴàЍàŞĤàŞàŞà޳àŞ." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĴàŞ‚àŞ§àŞàŞ°àŞ£. àŞ¸àЍàŞàŞàި %d (àŞ¨àŞœàĞ€àŞ• '%c') àŞ†àŞ—àŞ³ àŞˆàŞšàĞàŞ›àŞżàŞ¤ àŞ…àŞ‚àŞ•." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4659,1349 +5024,1336 @@ msgid "" msgstr "" "cpulist: %s: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĴàŞ‚àŞ§àŞàŞ°àŞ£. àŞ¸àЍàŞàŞàި %d (àŞ¨àŞœàĞ€àŞ• '%c') àŞ†àŞ—àŞ³ àŞˆàŞšàĞàŞ›àŞżàŞ¤ àŞ…àŞ‚àŞ• àŞ…àŞàŞµàŞ àŞ…àŞ²àĞàŞŞàŞµàŞżàŞ°àŞàŞ." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĴàŞ‚àŞ§àŞàŞ°àŞ£. àŞ¸àЍàŞàŞàި %d àŞ†àŞ—àŞ³ àŞ…àŞ‚àŞ¤àŞżàŞ àŞ…àŞ²àĞàŞŞàŞµàŞżàŞ°àŞàŞ." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "àŞ­àĞŒàŞ¤àŞ• CPU %d àŞ…àŞ¸àĞàŞ¤àŞżàŞ¤àĞàŞµàŞàŞàŞ‚ àŞ¨àŞàĞ€." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² CPUs àŞ¨àĞ€ àŞ¸àŞ‚àŞ–àĞàŞŻàŞ àŞĴàŞĤàŞ²àĞ‹" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "àŞàŞıàЇàŞàŞàި àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞàŞàŞ‚ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ CPUs àŞ¨àĞ€ àŞ¸àŞ‚àŞ–àĞàŞŻàŞ àŞĴàŞĤàŞ²àĞ‹." +msgstr "àŞàŞıàЇàŞàŞàި àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨àŞàŞàŞ‚ àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² CPUs àŞ¨àĞ€ àŞ¸àŞ‚àŞ–àĞàŞŻàŞ àŞĴàŞĤàŞ²àĞ‹." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² CPUs àŞ¨àĞ€ àŞ¸àŞ‚àŞ–àĞàŞŻàŞ" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¸àŞ‚àŞ–àĞàŞŻàŞàŞ¨àŞ àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² CPUs." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ² CPUs." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "àŞàЇàŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞĴàŞĤàŞ²àĞ‹" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "àŞàŞıàЇàŞàŞàި àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞàŞàŞ‚ àŞµàŞ°àĞàŞ¤àŞàŞàި àŞàЇàŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞĴàŞĤàŞ²àĞ‹." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àŞ àŞ•àŞżàŞ²àĞ‹àŞĴàŞàŞˆàŞŸàĞ‹àŞ¨àĞ€ àŞ¸àŞ‚àŞ–àĞàŞŻàŞ" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "àŞàЇàŞàŞ°àĞ€ àŞàŞàŞŞ àŞàŞàŞŸàЇ %d àŞ¨àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àŞżàŞ‚àŞàޤ" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "àŞàŞıàŞ¤àĞàŞ¤àŞàŞàЇàŞàŞ°àĞ€àŞàŞàŞŞ àŞ¨àŞ•àĞàŞ•àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "àŞàŞıàŞ¤àĞàŞ¤àŞ àŞàЇàŞàŞ°àĞ€ àŞàŞ°àĞàŞŻàŞàŞĤàŞ àŞĴàŞĤàŞ²àĞ‹" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "àŞàŞıàЇàŞàŞàި àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞàŞàŞ‚ àŞàЇàŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞàŞ°àĞàŞŻàŞàŞĤàŞ àŞĴàŞĤàŞ²àĞ‹." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "àŞàŞıàŞ¤àĞàŞ¤àŞ àŞàЇàŞàŞ°àĞ€ àŞàŞ°àĞàŞŻàŞàŞĤàŞ àŞ•àŞżàŞ²àĞ‹àŞĴàŞàŞˆàŞŸàĞ‹àŞàŞàŞ‚" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "àŞµàŞ°àĞàŞ¤àŞàŞàި àŞàЇàŞàŞ°àĞ€àŞàŞàŞŞ àŞ¨àŞ•àĞàŞ•àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "àŞµàŞ°àĞàŞ¤àŞàŞàި àŞàЇàŞàŞ°àĞ€àŞàŞàŞŞ àŞ¸àŞ‚àŞ•àĞ‹àŞšàŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "àŞàŞıàŞ¤àĞàŞ¤àŞàŞàЇàŞàŞ°àĞ€àŞàŞàŞŞ àŞĴàŞĤàŞ²àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "àŞ¨àĞ‹àŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "àŞ¨àĞ‹àŞĦ àŞµàŞżàŞĥàЇ àŞàĞ‚àŞ³àŞ­àĞ‚àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "àŞ¨àĞ‹àŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU àŞàĞ‹àŞĦàĞ‡àŞ²:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞż:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU àŞ¸àĞ‹àŞ•àĞ‡àŞŸ(àŞ“):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸ àŞŞàĞàŞ°àŞ¤àŞż àŞàĞ‚àŞ³(àŞ“):" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "àŞàĞ‚àŞ³ àŞŞàĞàŞ°àŞ¤àŞż àŞàĞàŞ°àЇàŞĦ(àŞ“):" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA àŞ–àŞàިàŞàŞ‚(àŞ“):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "àŞàЇàŞàŞ°àĞ€ àŞàŞàŞŞ:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "àŞ•àĞàŞ·àŞàޤàŞàŞ“" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞàŞˆàŞàŞ°/àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àŞ¨àĞ€ àŞ•àĞàŞ·àŞàޤàŞàŞ“ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "àŞ•àĞàŞ·àŞàޤàŞàŞ“ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML àŞàŞàŞ‚ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àЇ XML àŞĦàŞàĞàŞŞ àŞ¤àŞ°àĞ€àŞ•àЇ stdout àŞŞàŞ° àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ†àŞŞàĞ‹." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ id àŞ…àŞàŞµàŞ UUID àŞ¨àЇ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞàŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ id àŞ…àŞàŞµàŞ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞ…àŞàŞµàŞ UUID àŞ¨àЇ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ id àŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞ…àŞàŞµàŞ id àŞ¨àЇ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ UUID àŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ id àŞ…àŞàŞµàŞ àŞ¨àŞàŞ" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ UUID àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ…àŞ¨àĞàŞŻ àŞŻàŞœàŞàŞàިàŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ…àŞ¨àĞàŞŻ àŞŻàŞœàŞàŞàިàŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹. --live àŞ¨àЇ àŞœàĞ€àŞµàŞ‚àŞ¤ àŞ°àĞ‚àŞŞàŞàŞ‚àŞ¤àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ‰àŞàĞ‡àŞ°àĞ‹." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "àŞœàĞ€àŞµàŞ‚àŞ¤ àŞ°àĞ‚àŞŞàŞàŞ‚àŞ¤àŞ°àŞ£" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "àŞ…àŞ‚àŞ¤àŞżàŞ àŞàĞàŞ•àŞàŞ àŞŻàŞœàŞàŞàŞ¨àŞ¨àĞ€ àŞœàĞ‹àŞĦàŞàŞ£ URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "àŞ°àĞ‚àŞŞàŞàŞ‚àŞ¤àŞ°àŞ£ URI, àŞ¸àŞàŞàŞàިàĞàŞŻ àŞ°àĞ€àŞ¤àЇ àŞ…àŞµàŞ—àŞ£àĞ€ àŞĥàŞ•àŞàŞŻ àŞ›àЇ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "àŞ°àĞ‚àŞŞàŞàŞ‚àŞ¤àŞ°àŞ£: àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "àŞĴàĞàŞŸ àŞ¸àŞàŞŻàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞ…àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞ…àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĴàŞ¨àŞà޵àĞ‹" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĴàŞ¨àŞà޵àĞ‹." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "XML àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞµàŞ°àĞàŞ£àŞ¨ àŞ¸àŞàŞàŞµàŞ¤àĞ€ àŞĞàŞàŞˆàŞ²" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞĴàŞ¨àĞàŞŻàĞàŞ‚\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹ (àŞŞàŞ°àŞ‚àŞ¤àЁ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹ àŞ¨àŞıàŞżàŞ‚)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "àŞ†àŞŞàĞ‡àŞ² àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ, id àŞ…àŞàŞµàŞ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ¨àŞàŞĥ àŞ•àŞ°àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML àŞàŞàŞ‚ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àЇ XML àŞĦàŞàĞàŞŞ àŞ¤àŞ°àĞ€àŞ•àЇ stdout àŞŞàŞ° àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ•àŞ°àĞ‹." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ…àŞ¨àЇ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "àŞ•àĞ‹àŞˆ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ¨àŞıàŞżàŞ‚" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞ¨àЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞàŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹ (àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤)" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞĥàŞ°àĞ‚ àŞàވ àŞ—àŞŻàĞàŞ‚\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàވ àŞ—àŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞàިàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹" +msgstr "Pool àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞĴàĞàŞŸ àŞ¸àŞàŞŻàЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞàŞàŞŻ àŞ¤àЇ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞżàŞ¤ àŞ•àŞ°àĞ‹." +msgstr "Pool àŞ¨àЇ àŞĴàĞàŞŸ àŞ¸àŞàŞŻàЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞàŞàŞŻ àŞ¤àЇ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" +msgstr "Pool àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "Pool %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞ…àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "Pool %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞ…àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ†àŞµàĞ‡àŞ²\n" +msgstr "Pool %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ†àŞµàĞ‡àŞ²\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞ…àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ†àŞµàĞ‡àŞ²\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞà޵àĞ‹" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞà޵àĞ‹." - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "XML àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàŞ°àĞàŞ£àŞ¨ àŞ¸àŞàŞàŞµàŞ¤àĞ€ àŞĞàŞàŞˆàŞ²" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞĴàŞ¨àĞàŞŻàĞàŞ‚ àŞ›àЇ\n" +msgstr "Pool %s àŞ¨àЇ àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚àŞàŞŻàĞ‡àŞ² àŞ¤àŞ°àĞ€àŞ•àЇ àŞ…àŞšàŞżàŞıàĞàŞ¨àŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ†àŞµàĞ‡àŞ²\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ pool àŞĴàŞ¨àŞà޵àĞ‹" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "pool àŞĴàŞ¨àŞà޵àĞ‹." + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "XML pool àŞµàŞ°àĞàŞ£àŞ¨ àŞ¸àŞàŞàŞµàŞ¤àĞ€ àŞĞàŞàŞˆàŞ²" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĴàŞ¨àŞà޵àĞ‡àŞ² Pool %s\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s àŞàŞàŞ‚àŞàĞ€ pool àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞà޵àĞ‹" +msgstr "àŞĤàŞ²àĞ€àŞ²àĞ‹àŞ¨àŞàŞ‚ àŞ¸àŞàĞ‚àŞı àŞàŞàŞ‚àŞàĞ€ pool àŞ¨àЇ àŞĴàŞ¨àŞà޵àĞ‹" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "pool àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "pool àŞ¨àĞ‹ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "àŞ…àŞ§àĞ‹àŞ°àĞ‡àŞ–àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞàŞàŞŸàЇ àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤-àŞŻàŞœàŞàŞàި" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "àŞ…àŞ§àĞ‹àŞ°àĞ‡àŞ–àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞàŞàŞŸàЇ àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞŞàŞàŞ" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "àŞ…àŞ§àĞ‹àŞ°àĞ‡àŞ–àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞàŞàŞŸàЇ àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞ‰àŞŞàŞ•àŞ°àŞ£" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "àŞ…àŞ§àĞ‹àŞ°àĞ‡àŞ–àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞàŞàŞŸàЇ àŞ²àŞ•àĞàŞ·àĞàŞŻ" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "àŞĴàŞĞàŞ°àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "XML àŞĴàŞĞàŞ°àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞĴàŞ¨àĞàŞŻàĞàŞ‚ àŞ›àЇ\n" +msgstr "Pool %s àŞĴàŞ¨àŞà޵àĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ (àŞŞàŞ°àŞ‚àŞ¤àЁ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹ àŞ¨àŞıàŞżàŞ‚) àŞ•àŞ°àĞ‹" +msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ pool àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ (àŞŞàŞ°àŞ‚àŞ¤àЁ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹ àŞ¨àŞıàŞżàŞ‚) àŞ•àŞ°àĞ‹" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." +msgstr "pool àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" +msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàŞŻàĞ‡àŞ² Pool %s\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s àŞàŞàŞ‚àŞàĞ€ pool àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "àŞĤàŞ²àĞ€àŞ²àĞ‹àŞ¨àŞàŞ‚ àŞ¸àŞàĞ‚àŞı àŞàŞàŞ‚àŞàĞ€ pool àŞ¨àЇ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "àŞ…àŞ§àĞ‹àŞ°àĞ‡àŞ–àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞàŞàŞŸàЇ àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤ àŞŞàŞàŞ" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" +msgstr "Pool %s àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "pool àŞ¨àЇ àŞĴàŞżàŞ²àЍàŞĦ àŞ•àŞ°àĞ‹" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "àŞ†àŞŞàĞ‡àŞ² pool àŞ¨àЇ àŞĴàŞżàŞ²àЍàŞĦ àŞ•àŞ°àĞ‹." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "pool %s àŞĴàŞżàŞ²àЍàŞĦ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞŸàŞ•àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞĴàŞżàŞ²àЍàŞĦ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹" +msgstr "pool àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "àŞ†àŞŞàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹." +msgstr "àŞ†àŞŞàĞ‡àŞ² pool àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹." -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àŞàŞĥ àŞ•àŞ°àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" +msgstr "pool %s àŞ¨àŞàŞĥ àŞ•àŞ°àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "pool àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àĞ‹" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "àŞ†àŞŞàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹." +msgstr "àŞ†àŞŞàĞ‡àŞ² pool àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àĞ‹." -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àŞàŞĥ àŞ•àŞ°àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" +msgstr "Pool %s àŞ¨àŞàŞĥ àŞ•àŞ°àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "àŞŞàĞàŞ²àŞ¨àЇ àŞ¤àŞàŞœàЁ àŞ•àŞ°àĞ‹" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "àŞ†àŞŞàĞ‡àŞ² pool àŞ¨àЇ àŞ¤àŞàŞœàЁ àŞ•àŞ°àĞ‹." -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ›àĞ‹àŞĦàŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" +msgstr "Pool %s àŞ¤àŞàŞœàЁ àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ %s àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞ¤àŞàŞœàЁ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XML àŞàŞàŞ‚ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "XML àŞàŞàŞ‚ pool àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àЇ XML àŞĦàŞàĞàŞŞ àŞ¤àŞ°àĞ€àŞ•àЇ stdout àŞŞàŞ° àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ†àŞŞàĞ‹." +msgstr "pool àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àЇ XML àŞĦàŞàĞàŞŞ àŞ¤àŞ°àĞ€àŞ•àЇ stdout àŞŞàŞ° àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ†àŞŞàĞ‹." -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" +msgstr "pool àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàЇ àŞ›àЇ." +msgstr "poolàŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ…àŞ¨àЇ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ…àŞ¨àЇ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àĞ‹ àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pools àŞà޳àĞ‡àŞ² àŞ›àЇ" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àĞ‹ àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" +msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pools àŞà޳àĞ‡àŞ² àŞ›àЇ" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "àŞ¨àĞ‹àŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "àŞ¨àĞ‹àŞĦ àŞµàŞżàŞĥàЇ àŞàĞ‚àŞ³àŞ­àĞ‚àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ†àŞŞàЇ àŞ›àЇ." +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞµàŞżàŞĥàЇ àŞàĞ‚àŞ³àŞ­àĞ‚àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" -msgstr "" +msgstr "àŞĴàŞżàŞ²àЍàŞĦàĞ€àŞ‚àŞ—" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞàŞŻàĞàŞ‚ àŞ›àЇ" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" -msgstr "" +msgstr "àŞĴàŞĤàŞ¨àŞàŞ" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" -msgstr "" +msgstr "àŞ•àĞàŞ·àŞàޤàŞ:" -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" +msgstr "àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" -msgstr "" - -#: src/virsh.c:3664 -#, fuzzy -msgid "convert a pool UUID to pool name" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞ¨àЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞàŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" - -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ uuid" - -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹ (àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤)" - -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹." +msgstr "àŞ‰àŞŞàŞ²àЍàŞĴàŞ§:" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "pool àŞ¨àŞàŞ àŞ¨àЇ pool UUID àŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "pool uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹ (àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤)" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "pool àŞĥàŞ°àĞ‚ àŞ•àŞ°àĞ‹." + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞàވ àŞ—àŞŻàĞàŞ‚\n" +msgstr "pool %s àŞĥàŞ°àĞ‚ àŞàވ àŞ—àŞŻàĞàŞ‚\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞà޵àĞ‹" +msgstr "àŞĤàŞ²àĞ€àŞ²àĞ‹àŞ¨àŞàŞ‚ àŞ¸àŞàĞ‚àŞı àŞàŞàŞ‚àŞàĞ€ àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàިàЇ àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àĞ‹" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞà޵àĞ‹." +msgstr "vol àŞĴàŞ¨àŞà޵àĞ‹." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞàŞ‚ àŞ¨àŞàŞ" +msgstr "àŞµàĞ‹àŞ²àĞàŞŻàЁàŞàިàŞàŞ‚ àŞ¨àŞàŞ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "àŞµàĞˆàŞ•àŞ²àĞàŞŞàŞżàŞ• k,M,G,T àŞŞàĞàŞ°àŞ¤àĞàŞŻàŞŻ àŞ¸àŞàŞàЇ vol àŞ¨àĞ€ àŞàŞàŞŞ" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "àŞµàĞˆàŞ•àŞ²àĞàŞŞàŞżàŞ• k,M,G,T àŞŞàĞàŞ°àŞ¤àĞàŞŻàŞŻ àŞ¸àŞàŞàЇ àŞĥàŞ°àĞ‚àŞ†àŞ¤àĞ€ àŞĞàŞàŞ³àŞµàĞ‡àŞ²àЁ àŞàŞàŞŞ" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "àŞĞàŞàŞ‡àŞ² àŞĴàŞ‚àŞ§àŞàŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞàŞàŞŞ %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞĴàŞ¨àĞàŞŻàĞàŞ‚ àŞ›àЇ\n" +msgstr "Vol %s àŞĴàŞ¨àŞà޵àĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "vol %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àЇ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆ %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàވ àŞ—àŞŻàĞ‡àŞ² àŞ›àЇ\n" +msgstr "pool %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞàވ àŞ—àŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞàިàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" +msgstr "pool àŞ¨àŞàŞàިàЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ UUID àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool UUID àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞà޵àĞ‹" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "XML àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàŞ°àĞàŞ£àŞ¨ àŞ¸àŞàŞàŞµàŞ¤àĞ€ àŞĞàŞàŞˆàŞ²" +msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ vol àŞĴàŞ¨àŞà޵àĞ‹" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "XML vol àŞµàŞ°àĞàŞ£àŞ¨ àŞ¸àŞàŞàŞµàŞ¤àĞ€ àŞĞàŞàŞˆàŞ²" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ %s àŞàŞàŞ‚àŞàĞ€ àŞĴàŞ¨àĞàŞŻàĞàŞ‚ àŞ›àЇ\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "àŞ†àŞŞàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àĞ‹." - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĴàŞ¨àŞà޵àĞ‡àŞ² Vol %s\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "%s àŞàŞàŞ‚àŞàĞ€ vol àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "vol àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àĞ‹" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "àŞ†àŞŞàĞ‡àŞ² vol àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àĞ‹." + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "vol àŞ¨àŞàŞ, àŞ•àĞ€ àŞ…àŞàŞµàŞ àŞŞàŞàŞ" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àŞàŞĥ àŞ•àŞ°àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" +msgstr "Vol %s àŞ•àŞàŞ˘àĞ€ àŞ¨àŞ‚àŞ–àŞàŞŻàĞ‡àŞ² àŞ›àЇ\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ¨àĞ‹ àŞ¨àŞàŞĥ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "vol %s àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "àŞ¨àĞ‹àŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "àŞ¨àĞ‹àŞĦ àŞµàŞżàŞĥàЇ àŞàĞ‚àŞ³àŞ­àĞ‚àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ†àŞŞàЇ àŞ›àЇ." +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞµàŞżàŞĥàЇ àŞàĞ‚àŞ³àŞ­àĞ‚àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞŞàŞàŞ›àĞ€ àŞà޳àЇ àŞ›àЇ." -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "OS àŞŞàĞàŞ°àŞ•àŞàŞ°:" +msgstr "àŞŞàĞàŞ°àŞ•àŞàŞ°:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML àŞĞàŞàŞˆàŞ²" +msgstr "àŞĞàŞàŞ‡àŞ²" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" -msgstr "àŞ…àŞŸàŞ•àŞà޵àŞàŞŻàĞ‡àŞ²" +msgstr "àŞĴàĞàŞ²àĞ‹àŞ•" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XML àŞàŞàŞ‚ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +msgstr "XML àŞàŞàŞ‚ vol àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àЇ XML àŞĦàŞàĞàŞŞ àŞ¤àŞ°àĞ€àŞ•àЇ stdout àŞŞàŞ° àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ†àŞŞàĞ‹." +msgstr "vol àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àЇ XML àŞĦàŞàĞàŞŞ àŞ¤àŞ°àĞ€àŞ•àЇ stdout àŞŞàŞ° àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ†àŞŞàĞ‹." -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" +msgstr "vol àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàЇ àŞ›àЇ." +msgstr "pool àŞĤàЍàŞĤàŞàŞ°àŞ vol àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàЇ àŞ›àЇ." -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ vols àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "àŞŞàŞàŞ" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞ¨àЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞàŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" +msgstr "vol àŞ¨àŞàŞ àŞ¨àЇ vol UUID àŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "vol àŞ•àĞ€ àŞ…àŞàŞµàŞ àŞŞàŞàŞ" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞ¨àЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞàŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" +msgstr "vol àŞ•àĞ€ àŞ¨àЇ vol UUID àŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ uuid" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• UUID àŞ¨àЇ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞàŞàŞàŞ‚ àŞĞàĞ‡àŞ°àŞµàĞ‹" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "vol uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "vol àŞŞàŞàŞ àŞ¨àЇ vol UUID àŞàŞàŞ‚ àŞ°àĞ‚àŞŞàŞàŞ‚àŞ¤àŞ° àŞ•àŞ°àĞ‹" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "vol àŞ¨àŞàŞ àŞ…àŞàŞµàŞ àŞ•àĞ€" + +#: src/virsh.c:4347 msgid "show version" msgstr "àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞż àŞĴàŞ¤àŞà޵àĞ‹" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞ‚àŞıàŞż àŞĤàŞ°àЍàŞĥàŞà޵àĞ‹." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "àŞ²àŞàވàŞĴàĞàŞ°àĞ‡àŞ°àĞ€ àŞµàŞżàŞ°àЁàŞĤàĞàŞ§ àŞ•àŞàĞàŞŞàŞàŞˆàŞ² àŞàŞŻàĞ‡àŞ²: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "àŞ²àŞàވàŞĴàĞàŞ°àĞ‡àŞ°àĞ€ àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞż àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "àŞ²àŞàވàŞĴàĞàŞ°àĞ‡àŞ°àĞ€ àŞµàŞàŞŞàŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API àŞµàŞàŞŞàŞ°àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞż àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "àŞšàŞà޲àĞ€ àŞ°àŞıàĞ‡àŞ² %s àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞ†àŞµàĞƒàŞ¤àĞàŞ¤àŞżàŞ¨àĞ‹ àŞ…àŞ°àĞàŞ• àŞ•àŞàŞ˘àĞ€ àŞĥàŞ•àŞ¤àŞ àŞ¨àŞàĞ€\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞšàŞ²àŞà޵àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA àŞ† àŞŻàŞœàŞàŞàި àŞŞàŞ° àŞ†àŞ§àŞàŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "àŞ•àĞàŞ·àŞàޤàŞàŞ“" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "vol àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àЇ XML àŞĦàŞàĞàŞŞ àŞ¤àŞ°àĞ€àŞ•àЇ stdout àŞŞàŞ° àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ†àŞŞàĞ‹." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞ›àŞàŞŞàĞ‹" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞ•àĞ‡àŞ¨àĞ‹àŞ¨àŞżàŞ•àŞ² URI àŞ›àŞàŞŞàĞ‹" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc àŞĦàŞżàŞ¸àĞàŞŞàĞàŞ²àЇ" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC àŞĦàŞżàŞ¸àĞàŞŞàĞàŞ²àЇ àŞàŞàŞŸàЇ IP àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚ àŞ…àŞ¨àЇ àŞŞàĞ‹àŞ°àĞàŞŸ àŞ¨àŞ‚àŞĴàŞ° àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ àŞ†àŞŞàĞ‹." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty àŞ•àŞ¨àĞàŞ¸àĞ‹àŞ²" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY àŞ•àŞ¨àĞàŞ¸àĞ‹àŞ² àŞàŞàŞŸàЇ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ†àŞ‰àŞŸàŞŞàĞàŞŸ." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àЇ XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚ àŞœàĞ‹àŞĦàĞ‹" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àЇ XML àŞàŞàŞ‚àŞàĞ€ àŞœàĞ‹àŞĦàĞ‹." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML àŞĞàŞàŞˆàŞ²" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device: àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞµàŞżàŞ•àŞ²àĞàŞŞ" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àЇ %s àŞàŞàŞ‚àŞàĞ€ àŞœàĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "XML àŞĞàŞàŞˆàŞ²àŞàŞàŞ‚àŞàĞ€ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ›àĞ‹àŞĦàĞ‹" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "XML àŞàŞàŞ‚àŞàĞ€ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ›àĞ‹àŞĦàĞ‹" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device: àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞµàŞżàŞ•àŞ²àĞàŞŞ" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞœàĞ‹àŞĦàĞ‹" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "àŞ¨àŞµàĞàŞ‚ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞœàĞ‹àŞĦàĞ‹." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸àŞ¨àĞ‹ àŞ¸àĞàŞ°àĞ‹àŞ¤" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞĴàĞàŞ°àŞżàŞœ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞµàŞŞàŞ°àŞàޤàĞ€ àŞ¸àĞàŞ•àĞàŞ°àŞżàŞŞàĞàŞŸ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "àŞ†àŞĤàЇàŞĥ 'attach-interface' àŞàŞàŞ‚ àŞ•àĞ‹àŞˆ àŞ†àŞ§àŞàŞ° %s àŞ¨àŞàĞ€" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ›àĞ‹àŞĦàĞ‹" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ›àĞ‹àŞĦàĞ‹." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "àŞ•àĞ‹àŞˆ àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚ àŞ•àЇ àŞœàĞ‡àŞ¨àĞ‹ àŞŞàĞàŞ°àŞ•àŞàŞ° %s àŞıàĞ‹àŞŻ" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "àŞ•àĞ‹àŞˆ àŞˆàŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚ àŞ•àЇ àŞœàĞ‡àŞ¨àĞàŞ‚ MAC àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚ %s àŞıàĞ‹àŞŻ" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàĞ‹àŞĦàĞ‹" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "àŞ¨àŞµàĞàŞ‚ àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàĞ‹àŞĦàĞ‹." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àĞ‹ àŞ¸àĞàŞ°àĞ‹àŞ¤" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àĞàŞ‚ àŞ²àŞ•àĞàŞ·àĞàŞŻ" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àĞàŞ‚ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£àŞ¨àĞàŞ‚ àŞ‰àŞŞàŞĦàĞàŞ°àŞàŞˆàŞµàŞ°" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞµàŞàŞ‚àŞšàŞ¨ àŞ…àŞ¨àЇ àŞ²àĞ‡àŞ–àŞ¨àŞ¨àĞ€ àŞ¸àЍàŞàŞżàŞ¤àŞż" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "àŞ†àŞĤàЇàŞĥ 'attach-disk' àŞàŞàŞ‚ àŞ•àĞ‹àŞˆ àŞ†àŞ§àŞàŞ° %s àŞ¨àŞàĞ€" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ›àĞ‹àŞĦàĞ‹" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ›àĞ‹àŞĦàĞ‹." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "àŞ•àĞ‹àŞˆ àŞĦàŞżàŞ¸àĞàŞ• àŞà޳àĞ€ àŞ¨àŞıàŞżàŞ‚ àŞ•àЇ àŞœàĞ‡àŞ¨àĞàŞ‚ àŞ²àŞ•àĞàŞ·àĞàŞŻ %s àŞıàĞ‹àŞŻ" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "init àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€ calloc àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s: àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s: àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s: àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" +msgstr "lvs àŞ†àŞĤàЇàŞĥ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "exitstatus %d àŞ¸àŞàŞàЇ lvs àŞ†àŞĤàЇàŞĥ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s: àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ pool àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ‹." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "àŞ† àŞŞàĞ‚àŞ›àŞŞàŞ°àŞ› àŞŸàŞ°àЍàŞàŞżàŞ¨àŞ² àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ‹" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "àŞ†àŞĤàЇàŞĥ '%s' àŞ¨àЇ <%s> àŞµàŞżàŞ•àŞ²àĞàŞŞàŞ¨àĞ€ àŞœàŞ°àĞ‚àŞ° àŞ›àЇ" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "àŞ†àŞĤàЇàŞĥ '%s' àŞ¨àЇ --%s àŞµàŞżàŞ•àŞ²àĞàŞŞàŞ¨àĞ€ àŞœàŞ°àĞ‚àŞ° àŞ›àЇ" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "àŞ†àŞĤàЇàŞĥ '%s' àŞ…àŞ¸àĞàŞ¤àŞżàŞ¤àĞàŞµàŞàŞàŞ‚ àŞ¨àŞàĞ€" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " àŞ¨àŞàŞ\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6009,7 +6361,7 @@ msgstr "" "\n" " àŞ¸àŞàŞ°àŞàŞ‚àŞĥ\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6017,7 +6369,7 @@ msgstr "" "\n" " àŞµàŞ°àĞàŞ£àŞ¨\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6025,55 +6377,53 @@ msgstr "" "\n" " àŞµàŞżàŞ•àŞ²àĞàŞŞàĞ‹\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞ…àŞàŞµàŞ id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ" +msgstr "àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ pool àŞ¨àŞàŞ" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ" +msgstr "àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ vol àŞ¨àŞàŞ" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "vol '%s' àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6084,130 +6434,129 @@ msgstr "" "(àŞ¸àŞàŞŻ: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞŸàĞ‹àŞ•àŞ¨ (àŞ†àŞĤàЇàŞĥ àŞ¨àŞàŞ): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ†àŞĤàЇàŞĥ: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "àŞ†àŞĤàЇàŞĥ '%s' àŞ àŞµàŞżàŞ•àŞ²àĞàŞŞ --%s àŞ¨àЇ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàŞ¤àĞ‹ àŞ¨àŞàĞ€" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "àŞˆàŞšàĞàŞ›àŞżàŞ¤ àŞµàŞàŞ•àĞàŞŻàŞ°àŞšàŞ¨àŞ: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "àŞ¨àŞ‚àŞĴàŞ°" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "àŞĥàŞĴàЍàŞĤàŞàŞà޳àŞ" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞàŞàŞıàŞżàŞ¤àĞ€ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "àŞµàŞżàŞ•àŞ²àĞàŞŞ" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "àŞàŞàŞıàŞżàŞ¤àĞ€" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML àŞĞàŞàŞˆàŞ²" +msgstr "àŞĞàŞàŞ‡àŞ²" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "àŞµàŞżàŞ°àŞàŞ àŞ…àŞŞàŞàŞŻàĞ‡àŞ²" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "àŞĴàŞ‚àŞ§ àŞ•àŞ°àŞàŞŻàĞ‡àŞ²" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "àŞĴàŞ‚àŞ§ àŞ•àŞ°àĞ‹" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "àŞ­àŞàŞ‚àŞ—àĞ€ àŞŞàŞĦàĞ‡àŞ²" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "àŞ“àŞĞàŞ²àŞàŞˆàŞ¨" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "àŞ•àĞ‹àŞˆ àŞàŞàިàĞàŞŻ àŞœàĞ‹àŞĦàŞàŞ£ àŞ¨àŞàĞ€" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: àŞ­àĞ‚àŞ²: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "àŞ­àĞ‚àŞ²: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d àŞĴàŞàŞˆàŞŸàĞ‹ àŞĞàŞàŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu àŞĴàŞàŞˆàŞŸàĞ‹ àŞĞàŞàŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ°àŞàŞàŞ‚ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "àŞ²àĞ‹àŞ— àŞŞàŞàŞ àŞĞàŞàŞˆàŞ² àŞ¨àŞàĞ€" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³. àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞŞàŞàŞ àŞšàŞ•àŞà޸àĞ‹" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "%s: àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ°àŞàŞàŞ‚àŞàĞ€ àŞœàĞ‹àŞĦàŞàŞ£ àŞ¤àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6240,7 +6589,7 @@ msgstr "" "\n" " àŞ†àŞĤàЇàŞĥàĞ‹ (àŞĴàŞżàŞ¨ àŞŞàĞ‚àŞ›àŞŞàŞ°àŞ› àŞ¸àЍàŞàŞżàŞ¤àŞż):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6250,12 +6599,12 @@ msgstr "" " (àŞ†àŞĤàЇàŞĥ àŞµàŞżàŞĥàЇ àŞµàŞżàŞ—àŞ¤àĞ‹ àŞàŞàŞŸàЇ help àŞ¸àĞàŞŞàŞ·àĞàŞŸ àŞ•àŞ°àĞ‹)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞµàŞżàŞ•àŞ²àĞàŞŞ '-%c'. --help àŞœàĞàŞ“." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6264,7 +6613,7 @@ msgstr "" "%s àŞàŞàŞ‚ àŞ¤àŞàŞàŞ°àĞàŞ‚ àŞ¸àĞàŞµàŞàŞ—àŞ¤ àŞ›àЇ, àŞµàŞ°àĞàŞšàĞàŞŻàĞàŞ…àŞ²àŞàŞˆàŞàЇàŞĥàŞ¨ àŞŞàĞ‚àŞ›àŞŞàŞ°àŞ› àŞŸàŞ°àЍàŞàŞżàŞ¨àŞ².\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6282,877 +6631,938 @@ msgstr "àŞšàĞ‡àŞ¤àŞµàŞ£àĞ€" msgid "error" msgstr "àŞ­àĞ‚àŞ²" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "àŞ•àĞ‹àŞˆ àŞ­àĞ‚àŞ² àŞ¸àŞ‚àŞĤàЇàŞĥàĞ‹ àŞŞàĞ‚àŞ°àĞ‹ àŞŞàŞàŞĦàŞµàŞàŞàŞàŞ‚ àŞ†àŞµàĞ‡àŞ² àŞ¨àŞàĞ€" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "àŞ†àŞ‚àŞ¤àŞ°àŞżàŞ• àŞ­àĞ‚àŞ² %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "àŞ†àŞ‚àŞ¤àŞ°àŞżàŞ• àŞ­àĞ‚àŞ²" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "hypervisor àŞĤàĞàŞµàŞàŞ°àŞ àŞ† àŞµàŞżàŞ§àĞ‡àŞŻ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "hypervisor àŞĤàĞàŞµàŞàŞ°àŞ àŞ† àŞµàŞżàŞ§àĞ‡àŞŻ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞœàĞ‹àŞĦàŞàŞ£ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞœàĞ‹àŞĦàŞàŞ£ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĤàŞ²àĞ€àŞ²" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĤàŞ²àĞ€àŞ²" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "àŞ…àŞœàĞàŞžàŞàޤ HTTP àŞ­àĞ‚àŞ² àŞ•àĞ‹àŞĦ %d àŞà޳àĞàŞŻàĞ‹" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŻàŞœàŞàŞàި %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞŻàŞœàŞàŞàި" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr àŞĥàĞàŞ°àĞ‡àŞ£àĞ€àŞ•àĞƒàŞ¤ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr àŞĥàĞàŞ°àĞ‡àŞ£àĞ€àŞ•àĞƒàŞ¤ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞŞàĞàŞ°àŞµàЇàŞĥ àŞµàŞàŞŞàŞ°àĞ€ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen àŞıàŞàŞŻàŞŞàŞ°àŞµàŞżàŞàŞ° àŞŞàĞàŞ°àŞµàЇàŞĥ %s àŞµàŞàŞŞàŞ°àĞ€ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞ¸àЍàŞàŞàި àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen àŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞ¸àЍàŞàŞàި %s àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞàވ àŞĥàŞ•àĞàŞŻàŞ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ•àŞ°àĞàŞ¨àŞ² àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s àŞàŞàŞ‚ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ %s àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ %s àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s àŞàŞàŞ‚ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ“àŞŞàŞ°àĞ‡àŞŸàŞżàŞ‚àŞ— àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ“àŞŞàŞ°àĞ‡àŞŸàŞżàŞ‚àŞ— àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àĞ‹ àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s àŞàŞàŞ‚ àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞàŞ°àŞàŞˆàŞµàŞ°àĞ‹ àŞ°àŞœàĞ€àŞ¸àĞàŞŸàŞ° àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "àŞ²àŞàވàŞĴàĞàŞ°àĞ‡àŞ°àĞ€ àŞĴàĞ‹àŞ²àŞàŞµàŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³, àŞ•àŞĤàŞàŞš àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "àŞ²àŞàވàŞĴàĞàŞ°àĞ‡àŞ°àĞ€ àŞ•àĞ‹àŞ² %s àŞ¨àŞżàŞ·àЍàŞĞàŞ³, àŞ•àŞĤàŞàŞš àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML àŞµàŞ°àĞàŞ£àŞ¨ àŞŻàĞ‹àŞ—àĞàŞŻ àŞ°àĞ€àŞ¤àЇ àŞ°àŞšàŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€ àŞ…àŞàŞµàŞ àŞ…àŞàŞàިàĞàŞŻ àŞ›àЇ" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s àŞàŞàŞŸàЇ XML àŞµàŞ°àĞàŞ£àŞ¨ àŞŻàĞ‹àŞ—àĞàŞŻ àŞ°àĞ€àŞ¤àЇ àŞ°àŞšàŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€ àŞ…àŞàŞµàŞ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ›àЇ" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "àŞ† àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞıàŞàŞœàŞ° àŞ›àЇ" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞıàŞàŞœàŞ° àŞ›àЇ" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞàŞàޤàĞàŞ° àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàŞŻ àŞ¤àĞ‡àŞµàŞ àŞµàŞŞàŞ°àŞàŞĥàŞàĞ€ àŞĴàŞ‚àŞ§àŞżàŞ¤ àŞ›àЇ" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ %s àŞàŞàޤàĞàŞ° àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàŞŻ àŞ¤àĞ‡àŞµàŞ àŞµàŞŞàŞ°àŞàŞĥàŞàĞ€ àŞĴàŞ‚àŞ§àŞżàŞ¤ àŞ›àЇ" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ²àŞ¨àЇ àŞµàŞàŞ‚àŞšàŞµàŞ àŞàŞàŞŸàЇ àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàŞµàŞ àŞàŞàŞŸàЇ àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² %s àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ²àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² %s àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞµàŞàŞ•àĞàŞŻàŞ°àŞšàŞ¨àŞ àŞ­àĞ‚àŞ²" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞµàŞàŞ•àĞàŞŻàŞ°àŞšàŞ¨àŞ àŞ­àĞ‚àŞ²: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ­àĞ‚àŞ²" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "àŞ† àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞıàŞàŞœàŞ° àŞ›àЇ" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• %s àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞıàŞàŞœàŞ° àŞ›àЇ" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞ•àĞ‹àŞ² àŞ­àĞ‚àŞ²" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC àŞ­àĞ‚àŞ²" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS call àŞ­àĞ‚àŞ²" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚: %s" -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ MAC àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚" -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ MAC àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚: %s" -#: src/virterror.c:688 -#, fuzzy -msgid "authentication failed" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/virterror.c:690 -#, fuzzy, c-format -msgid "authentication failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" - #: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚: %s" +msgid "authentication failed" +msgstr "àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" +#: src/virterror.c:698 +#, c-format +msgid "authentication failed: %s" +msgstr "àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚: %s" +msgid "Storage pool not found" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚: %s" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +msgid "Storage volume not found" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "àŞ¸àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞà޳àĞàŞŻàĞàŞ‚ àŞ¨àŞıàŞżàŞ‚: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +msgid "invalid storage pool pointer in" +msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• pool àŞŞàĞ‹àŞ‡àŞ‚àŞŸàŞ°" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı pool" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgid "invalid storage volume pointer in" +msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞ" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞ" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ°àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àЇ" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ°àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ°àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àЇ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ°àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞµàĞ‹àŞ²àĞàŞŻàЁàŞ" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĥàĞ‹àŞ§àŞàŞŻàЁ àŞ¨àŞıàŞżàŞ‚: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ '%s' àŞ¨àЇ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ­àĞ‚àŞ² : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞŻàŞàŞĤàĞ€ àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ '%s' àŞ¨àЇ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ­àĞ‚àŞ² : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "àŞĥàĞàŞ°àĞ‡àŞŻ àŞ¨àŞżàŞŻàŞàŞàŞ• àŞàĞ‚àŞ²àĞàŞŻ àŞŞàŞ°àŞżàŞàŞàŞ£ (%d) àŞàŞ°àĞàŞŻàŞàŞĤàŞ (1-65535) àŞ¨àĞ€ àŞĴàŞıàŞàŞ° àŞ›àЇ" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "àŞĥàĞàŞ°àĞ‡àŞŻ àŞ¨àŞżàŞŻàŞàŞàŞ• àŞ•àĞ‡àŞŞàЍàŞĥàŞ¨ àŞŞàŞ°àŞżàŞàŞàŞ£ (%d) àŞàŞ°àĞàŞŻàŞàŞĤàŞ (0-65535) àŞ¨àĞ€ àŞĴàŞıàŞàŞ° àŞ›àЇ" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¸àĞ‹àŞ•àĞ‡àŞŸàŞ¨àЇ àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "Xen àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "xend àŞ¨àЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen àŞĦàŞżàŞàިàŞàŞàŞ‚àŞàĞ€ àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ %s àŞ›àĞ‹àŞĦàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "xend_get: xen daemon àŞàŞàŞ‚àŞàĞ€ àŞ­àĞ‚àŞ²: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen daemon àŞàŞàŞ‚àŞàĞ€ àŞ­àĞ‚àŞ²: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "àŞ¨àŞµàĞ‹ àŞĴàŞĞàŞ° àŞĞàŞàŞ³àŞµàĞ‹" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "gethostbyname àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" -msgstr "failed to urlencode the create S-Expr" +msgstr "S-Expr àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞ urlencode àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ domid àŞ†àŞ‚àŞ•àŞĦàĞ‹ àŞ¨àŞàĞ€" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàŞ" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàŞ" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² HVM àŞ²àĞ‹àŞĦàŞ°" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ•àŞ°àĞàŞ¨àŞ² àŞ…àŞ¨àЇ àŞĴàĞàŞŸàŞ²àĞ‹àŞĦàŞ° àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ²" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞœàĞàŞžàŞ¤àŞ àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞĥàŞĴàЍàŞĤàŞàŞà޳àŞ" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€ àŞ¨àŞàĞ€" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞœàĞàŞžàŞ¤àŞ àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, vbd àŞ¨àЇ àŞ•àĞ‹àŞˆ dev àŞ¨àŞàĞ€" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, vbd àŞ¨àЇ àŞ•àĞ‹àŞˆ src àŞ¨àŞàĞ€" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd àŞĞàŞàŞˆàŞ²àŞ¨àŞàŞ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞ¤àŞ àŞ¨àŞàĞ€, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞàŞ°àŞàŞˆàŞµàŞ° àŞ¨àŞàŞ" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd àŞĞàŞàŞˆàŞ²àŞ¨àŞàŞ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞ¤àŞ àŞ¨àŞàĞ€, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞàŞ°àŞàŞˆàŞµàŞ° àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ MAC àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàŞżàŞ•àĞàŞŸ àŞ¨àĞ‹àŞĦ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ¤àĞàŞ¤àŞàŞ§àŞżàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ° %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "àŞŸàĞ‹àŞŞàĞ‹àŞ²àĞ‹àŞœàĞ€ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "àŞŸàĞ‹àŞŞàĞ‹àŞ²àĞ‹àŞœàĞ€ àŞµàŞàŞ•àĞàŞŻàŞ°àŞšàŞ¨àŞ àŞ­àĞ‚àŞ²" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName àŞ àŞ† àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞŸàŞ•àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "pool %s àŞĴàŞżàŞ²àЍàŞĦ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ‡àŞ¨àŞŞàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ° %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart àŞ† àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonSetAutostart àŞ àŞ† àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞ•àŞżàŞ‚àŞàޤ àŞ¨àĞ‹àŞĦ" +msgstr "on_xend_start àŞàŞàŞ‚àŞàĞ€ àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞ•àŞżàŞ‚àŞàޤ" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "àŞ¨àĞ‹àŞĦ àŞàЇàŞàŞ°àĞ€" +msgstr "àŞàЇàŞàŞ°àĞ€ àŞ¨àŞàĞ€" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "sexpr2string àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞ…àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "sexpr àŞŞàĞàŞ¨:àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "on_xend_start sexpr àŞàŞàŞ‚ àŞıàŞàŞœàŞ° àŞ¨àŞàĞ€" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "gethostname àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ strdup àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen àŞ àŞĞàĞ‡àŞ°àŞĴàŞĤàŞ² àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨àŞ¨àЇ àŞĞàŞ°àĞ€ àŞ¨àŞàŞ àŞ†àŞŞàŞµàŞàިàĞàŞ‚ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàŞ¤àĞ€ " +"àŞ¨àŞàĞ€" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen àŞ àŞĞàĞ‡àŞ°àŞĴàŞĤàŞ² àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞĴàĞ‡àŞ¨àЍàŞĦàŞµàŞżàŞ àŞàŞ°àĞàŞŻàŞàŞĤàŞàŞ“ àŞ†àŞ§àŞàŞ° àŞ†àŞŞàŞ¤àĞ€ àŞ¨àŞàĞ€" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞĞàĞàŞ²àĞ‡àŞ—" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" -msgstr "" +msgstr "xenDaemonDomainMigrate: àŞĞàŞ•àĞàŞ¤ xenmigr:// migrations àŞ Xen àŞĤàЍàŞĤàŞàŞ°àŞ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ›àЇ" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ URI àŞàŞàŞ‚ àŞ¸àĞàŞŞàŞ·àĞàŞŸ àŞàŞŻàĞ‡àŞ² àŞıàĞ‹àŞµàЁ àŞœ àŞœàĞ‹àŞ‡àŞ" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàĞ‹àŞ°àĞàŞŸ àŞ¨àŞ‚àŞĴàŞ°" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàŞ°àĞàŞ£àŞ¨àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4 àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¨àŞàŞ" +msgstr "àŞ¨àĞ‹àŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¨àŞżàŞŻàĞ‹àŞœàŞ• àŞ¨àŞàŞ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¨àŞżàŞŻàĞ‹àŞœàŞ•" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ¨àŞżàŞŻàĞ‹àŞœàŞ• àŞ¨àŞàŞ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² uuid" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² cpu_weight" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² uuid" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞ…àŞŞàĞ‚àŞ°àĞàŞ£, àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² cpu_cap" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "domainBlockPeek àŞ dom0 àŞàŞàŞŸàЇ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞàŞ" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "àŞµàŞàŞ‚àŞšàŞµàŞ àŞàŞàŞŸàЇ àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "%s àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĤàŞ²àĞ€àŞ²" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàŞµàŞ àŞàŞàŞŸàЇ àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "lseek àŞ…àŞàŞµàŞ àŞĞàŞàŞ‡àŞ²àŞàŞàŞ‚àŞàĞ€ àŞµàŞàŞ‚àŞšàŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı vol àŞŞàĞàŞ°àŞ•àŞàŞ° %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞ•àŞżàŞ‚àŞàޤ àŞ¨àĞ‹àŞĦ" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "àŞ¨àĞ‹àŞĦ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŻàŞàŞĤàĞ€" +msgstr "HVM àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ²àĞ‹àŞĦàŞ° àŞ¨àŞàĞ€" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "àŞ²àŞàވàŞĴàĞàŞ°àĞ‡àŞ°àĞ€ àŞĴàĞ‹àŞ²àŞàŞµàŞµàŞàިàĞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³, àŞ•àŞĤàŞàŞš àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" +msgstr "ai_socktype àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞµàŞàŞ•àĞàŞŻàŞ°àŞšàŞ¨àŞ àŞ­àĞ‚àŞ²: %s" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ²àŞàŞàŞ‚ UUID àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "àŞ¨àŞàŞ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞŞàŞ°àŞżàŞàŞàŞ£ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "àŞĞàŞàŞ‡àŞ² '%s' àŞ¸àЍàŞàŞżàŞ¤àŞż àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€: %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞ•àŞżàŞ‚àŞàޤ àŞ¨àĞ‹àŞĦ" +msgstr "on_xend_start àŞàŞàŞ‚àŞàĞ€ àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞ•àŞżàŞ‚àŞàޤ" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞ•àŞżàŞ‚àŞàޤ àŞ¨àĞ‹àŞĦ" +msgstr "on_xend_start àŞàŞàŞ‚àŞàĞ€ àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞ•àŞżàŞ‚àŞàޤ" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àŞżàŞŻ àŞ•àŞżàŞ‚àŞàޤ àŞ¨àĞ‹àŞĦ" +msgstr "on_xend_start àŞàŞàŞ‚àŞàĞ€ àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞ•àŞżàŞ‚àŞàޤ" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" -msgstr "àŞàŞàޤàĞàŞ°-àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàŞŻ àŞ¤àĞ‡àŞµàĞàŞ‚ àŞœàĞ‹àŞĦàŞàŞ£" +msgstr "àŞĞàŞ•àĞàŞ¤ àŞµàŞàŞ‚àŞšàŞµàŞàިàĞàŞ‚ àŞœàĞ‹àŞĦàŞàŞ£" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞ†àŞŞàĞ‹" +msgstr "àŞ…àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàĞ€" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² àŞàĞ‡àŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ àŞĦàŞżàŞ•àĞàŞŸ àŞ¨àĞ‹àŞĦ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "àŞĞàŞ°àĞ€àŞàĞ€ àŞ²àŞ–àŞµàŞ àŞàŞàŞŸàЇ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ²àŞ¨àŞàŞ àŞàĞ‡àŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "àŞĞàŞ°àĞ€àŞàĞ€ àŞ²àŞ–àŞµàŞ àŞàŞàŞŸàЇ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞàŞàŞŸàЇ àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞŞàĞàŞ°àŞµàЇàŞĥ àŞàĞ‡àŞ³àŞµàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ¨àŞƒàŞ¸àŞ‚àŞ—àĞàŞ°àŞıàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞ¨àŞ•àĞàŞ·àŞ àŞàŞàŞ‚àŞàĞ€ àŞœàĞ‚àŞ¨àĞàŞ‚ àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞĤàĞ‚àŞ° àŞ•àŞ°àŞµàŞàިàĞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² àŞ¨àŞàŞ àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "config" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "àŞµàŞ°àĞàŞ¤àŞàŞàި àŞàЇàŞàŞ°àĞ€àŞàŞàŞŞ àŞ¨àŞ•àĞàŞ•àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" +msgstr "àŞµàŞ°àĞàŞ¤àŞàŞàި àŞ¸àŞàŞŻ àŞ¨àŞ•àĞàŞ•àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² %s àŞµàŞàŞ‚àŞšàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² àŞ¸àŞ‚àŞ­àŞàŞ³àŞµàŞàިàĞàŞ‚ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "àŞ…àŞœàĞàŞžàŞàޤ OS àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ‰àŞŞàŞ•àŞ°àŞ£" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞàޤàĞ€ àŞ•àŞĦàĞ€ '%s' àŞ¨àЇ àŞ•àŞàŞ˘àĞ€ àŞ¨àŞàŞ‚àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "àŞ²àĞ‹àŞ— àŞĞàŞàŞˆàŞ² %s àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString() àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞ°àŞżàŞàŞàŞ£" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber() àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞ°àŞżàŞàŞàŞ£" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean() àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞ°àŞżàŞàŞàŞ£" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode() àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞ°àŞżàŞàŞàŞ£" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet() àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞŞàŞ°àŞżàŞàŞàŞ£" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞ°àЇ àŞĞàŞàŞ³àŞµàĞ‹" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "àŞàĞ‚àŞ³àĞàŞŻ àŞàŞ°àЇ àŞĞàŞàŞ³àŞµàĞ‹" +msgstr "àŞ•àŞżàŞ‚àŞàŞ¤àŞ¨àЇ àŞĞàŞàŞ³àŞµàĞ‹" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7163,9 +7573,8 @@ msgid "allocate value array" msgstr "àŞàĞ‚àŞ³àĞàŞŻ àŞàŞ°àЇ àŞĞàŞàŞ³àŞµàĞ‹" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "àŞ¨àŞµàĞ‹ àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞĞàŞàŞ³àŞµàĞ‹" +msgstr "àŞĦàŞżàŞ•àĞàŞŸ àŞ¨àЇ àŞĞàŞàŞ³àŞµàĞ‹" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7191,6 +7600,10 @@ msgstr "àŞŞàĞàŞ°àŞ¤àĞàŞŻàĞàŞ¤àĞàŞ¤àŞ° àŞĞàŞàŞ³àŞµàĞ‹" msgid "read response" msgstr "àŞŞàĞàŞ°àŞ¤àĞàŞŻàĞàŞ¤àĞàŞ¤àŞ° àŞµàŞàŞ‚àŞšàĞ‹" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞ°àЇ àŞĞàŞàŞ³àŞµàĞ‹" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "àŞ¸àŞ°àĞàŞµàŞ° àŞŞàĞàŞ°àŞ¤àĞàŞŻàĞàŞ¤àĞàŞ¤àŞ° àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" @@ -7199,306 +7612,376 @@ msgstr "àŞ¸àŞ°àĞàŞµàŞ° àŞŞàĞàŞ°àŞ¤àĞàŞŻàĞàŞ¤àĞàŞ¤àŞ° àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤ msgid "allocate new context" msgstr "àŞ¨àŞµàĞ‹ àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞĞàŞàŞ³àŞµàĞ‹" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#~ msgid "blocked" -#~ msgstr "àŞ…àŞŸàŞ•àŞà޵àŞàŞŻàĞ‡àŞ²" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞŞàĞàŞ°àŞ•àŞàŞ°" +msgid "failed to allocate activeDomainList" +msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹àŞ¨àĞ€ àŞŻàŞàŞĤàĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ" +msgid "failed to allocate xsWatchList" +msgstr "ostype àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "àŞµàŞ°àĞàŞ¤àŞàŞàި àŞàЇàŞàŞ°àĞ€àŞàŞàŞŞ àŞ¨àŞ•àĞàŞ•àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "pool àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ àŞ›àЇ" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "àŞà޳àĞ‡àŞ² àŞ¸àŞ‚àŞ•àĞ‡àŞ¤ %d, àŞĦàĞàŞ°àŞàŞ‡àŞµàŞ°àĞ‹àŞ¨àЇ àŞàĞ‹àŞ•àŞ²àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àЇ" + +#~ msgid "allocating conn->name" +#~ msgstr "allocating conn->àŞ¨àŞàŞ" + +#~ msgid "missing filesystem type" +#~ msgstr "àŞĞàŞàŞ‡àŞ²àŞ¸àŞżàŞ¸àĞàŞŸàŞ àŞŞàĞàŞ°àŞ•àŞàŞ° àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ° àŞ›àЇ" + +#~ msgid "empty or invalid mount source" +#~ msgstr "àŞ–àŞà޲àĞ€ àŞ…àŞàŞµàŞ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞàŞàŞ‰àŞ¨àĞàŞŸ àŞ¸àĞàŞ¤àĞàŞ°àĞ‹àŞ¤" + #~ msgid "missing mount target" -#~ msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞàŞàŞ‰àŞ¨àĞàŞŸ àŞ²àŞ•àĞàŞ·àĞàŞŻ" + +#~ msgid "empty or invalid mount target" +#~ msgstr "àŞ–àŞà޲àĞ€ àŞ…àŞàŞµàŞ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞàŞàŞ‰àŞ¨àĞàŞŸ àŞ²àŞ•àĞàŞ·àĞàŞŻ" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" +#~ msgstr "uuid àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĤàŞ²àĞ€àŞ²" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ…àŞàŞµàŞ àŞ—àĞ‡àŞ°àŞıàŞàŞœàŞ° init àŞ˜àŞŸàŞ•" + +#~ msgid "init string too long" +#~ msgstr "init àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "àŞàЇàŞàŞ°àĞ€ àŞàŞàŞŞ àŞàŞàŞŸàЇ %d àŞ¨àĞ€ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ•àŞżàŞ‚àŞàޤ" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞàЇàŞàŞ°àĞ€ àŞ•àŞżàŞ‚àŞàޤ" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ°àĞàŞŸ àŞ˜àŞŸàŞ•" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ°" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ id" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "àŞ¨àŞàŞ %s àŞ¸àŞàŞàЇ àŞ¸àŞ•àĞàŞ°àŞżàŞŻ VM àŞ¨àЇ àŞŞàĞàŞ¨:àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞàŞŻàŞżàŞ¤ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "àŞŞàŞàޤàĞàŞ° àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞšàŞ•àŞà޸àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞıàĞ‹àŞŻ àŞ¤àĞàŞŻàŞàŞ°àЇ àŞ­àĞ‚àŞ²: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s àŞàŞàŞ‚àŞàĞ€ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² %s àŞ¨àЇ àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "lxc àŞ¸àЍàŞàŞżàŞ¤àĞ€ àŞĦàŞżàŞ°àĞ‡àŞ•àĞàŞŸàŞ°àĞ€ %s àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid àŞĞàŞàŞ‡àŞ² àŞŞàŞàŞ àŞ¨àŞżàŞ°àЍàŞàŞàŞ£ àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "tty pid àŞĞàŞàŞ‡àŞ² %s àŞ¨àЇ àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "tty pid àŞĞàŞàŞ‡àŞ² %s àŞ¨àЇ àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "tty pid àŞĞàŞàŞ‡àŞ² %s àŞ¨àЇ àŞ²àŞ–àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "tty pid àŞĞàŞàŞ‡àŞ² %s àŞ¨àЇ àŞ–àĞ‹àŞ²àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "tty pid àŞĞàŞàŞ‡àŞ² %s àŞ¨àЇ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "exec %s àŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" +#~ msgstr "execl àŞ exec init àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "àŞµàŞ°àĞàŞ¤àŞàŞàި àŞàЇàŞàŞ°àĞ€àŞàŞàŞŞ àŞ¨àŞ•àĞàŞ•àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" +#~ msgstr "vm tty àŞ¨àŞàŞ àŞàŞàŞŸàЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "posix_openpt àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "ptsname_r àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "epoll_ctl(fd2) àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "%s àŞ¨àЇ àŞµàŞàŞ‚àŞšàŞµàŞ àŞàŞàŞŸàЇ àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "tty àŞ†àŞ—àŞ³ àŞµàŞ§àŞ¤àĞ€ àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞàިàЇ àŞµàŞżàŞ­àŞàŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ…àŞ¸àŞàŞ°àЍàŞ: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "SIGTERM àŞàĞ‹àŞ•àŞ²àŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "àŞàĞ‹àŞ•àŞ²àĞ‡àŞ² SIGKILL tty àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞĥàŞ°àĞ‚ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "tty %d àŞàŞàŞŸàЇ àŞ°àŞàŞı àŞœàĞ‹àŞµàŞ àŞàŞàŞŸàЇ waitpid àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "àŞŞàĞàŞ°àŞ•àĞàŞ°àŞżàŞŻàŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgstr "SIGKILL àŞàĞ‹àŞ•àŞ²àŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ²àŞ•àĞàŞ·àĞàŞŻ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "àŞ¸àŞ•àĞàŞ°àŞżàŞŻ OPENVZ VM àŞ¨àĞ€ àŞŞàŞà޸àЇ id '%s' àŞ›àЇ àŞ¤àЇàŞàŞàŞ‚ àŞŞàŞıàĞ‡àŞ²àЇàŞàĞ€ àŞœ àŞ­àĞ‚àŞ² àŞ›àЇ" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° àŞ—àĞàŞ£àŞ§àŞ°àЍàŞàĞ‹" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID àŞ­àĞ‚àŞ² (àЧàĞĤàĞĤ àŞ•àŞ°àŞ¤àŞ àŞµàŞ§àŞàŞ°àЇ àŞ‡àŞ‚àŞŸàŞżàŞœàŞ° àŞıàĞ‹àŞµàЁ àŞœ àŞœàĞ‹àŞ‡àŞ" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "àŞ†àŞŞàĞ‡àŞ² xml àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² '%s' àŞàŞàŞ‚ IP àŞ¸àŞ°àŞ¨àŞàŞàЁ àŞ¨àŞàĞ€" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress àŞ²àŞ‚àŞĴàŞàއ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' àŞ¸àŞ‚àŞ°àŞšàŞ¨àŞ àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€ àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "àŞ†àŞŞàĞ‡àŞ² xml àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² '%s' àŞàŞàŞ‚ àŞ¨àĞ‡àŞŸàŞàŞà޸àĞàŞ• àŞ¸àŞ°àŞ¨àŞàŞàЁ àŞ¨àŞàĞ€" + +#~ msgid "netmask length too long" +#~ msgstr "netmask àŞ²àŞ‚àŞĴàŞàއ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "àŞ†àŞŞàĞ‡àŞ² xml àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² '%s' àŞàŞàŞ‚ àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞ¨àŞàĞ€" + +#~ msgid "hostname length too long" +#~ msgstr "àŞŻàŞœàŞàŞàŞ¨àŞ¨àŞàŞ àŞ²àŞ‚àŞĴàŞàއ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "àŞ†àŞŞàĞ‡àŞ² xml àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² '%s' àŞàŞàŞ‚ àŞ—àĞ‡àŞŸàŞµàЇ àŞ¸àŞ°àŞ¨àŞàŞàЁ àŞ¨àŞàĞ€" + +#~ msgid "gateway length too long" +#~ msgstr "gateway àŞ²àŞ‚àŞĴàŞàއ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "àŞ†àŞŞàĞ‡àŞ² xml àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ² '%s' àŞàŞàŞ‚ àŞ¨àŞàŞ àŞ¸àŞ°àĞàŞµàŞ° àŞ¨àŞàĞ€" + +#~ msgid "nameserver length too long" +#~ msgstr "nameserver àŞ²àŞ‚àŞĴàŞàއ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' àŞ¸àŞ‚àŞ°àŞšàŞ¨àŞ àŞàŞàŞŸàЇ àŞàЇàŞàŞ°àĞ€ àŞĴàŞ¨àŞàŞµàŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "profile length too long" +#~ msgstr "àŞŞàĞàŞ°àĞ‹àŞĞàŞàŞ‡àŞ² àŞ²àŞ‚àŞĴàŞàއ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "àŞàĞ‚àŞ³àĞàŞŻ àŞàŞ°àЇ àŞĞàŞàŞ³àŞµàĞ‹" +#~ msgstr "calloc àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZ àŞ¨àŞàŞ‚ àŞµàŞżàŞ•àŞ²àĞàŞŞàĞ‹àŞ¨àĞàŞ‚ àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ­àĞ‚àŞ²" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM àŞĴàŞ¨àŞàŞµàŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ­àĞ‚àŞ²" #~ msgid "failed to exec %s\n" #~ msgstr "exec %s àŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "àŞ¨àĞ‹àŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€ àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "àŞ…àŞ¨àŞżàŞšàĞàŞ›àŞ¨àĞ€àŞŻ mime àŞŞàĞàŞ°àŞ•àŞàŞ°" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ id àŞ…àŞàŞµàŞ àŞ¨àŞàŞ" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ cdrom àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ¨àŞàŞ: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĴàŞ¸ àŞŞàĞàŞ°àŞ•àŞàŞ°: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" +#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ '%s' àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP àŞ‡àŞ¨àĞàŞŸàŞ°àŞĞàĞ‡àŞ¸ àŞ¨àŞàŞ '%s' àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP àŞ¸àĞàŞ•àĞàŞ°àŞżàŞŞàĞàŞŸ àŞŞàŞàŞ '%s' àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP àŞĴàĞàŞ°àŞżàŞœ àŞŞàŞàŞ '%s' àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP àŞ¸àŞ°àŞ¨àŞàŞàĞàŞ‚ '%s' àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" +#~ msgstr "àŞàĞ‹àŞĦàĞ‡àŞ² àŞ¨àŞàŞ '%s' àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹" +#~ msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ…àŞ•àĞàŞ·àŞ° àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àĞàŞ°àĞ‹àŞ¤ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ¸àŞàŞ‰àŞ¨àЍàŞĦ àŞàĞ‹àŞĦàĞ‡àŞ²" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ¸àŞàŞ‰àŞ¨àЍàŞĦ àŞàĞ‹àŞĦàĞ‡àŞ² '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" +#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ àŞ²àŞ‚àŞĴàŞàއ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "àŞ¨àĞ‹àŞĦ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² àŞàЇàŞàŞ°àĞ€ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ vcpu àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² vcpu àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ vcpu àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞàĞ‡àŞ²àŞĞàĞ‹àŞ°àĞàŞ àŞàŞŻàĞ‡àŞ² vcpu àŞàŞà޸àĞàŞ• àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" + +#~ msgid "architecture type too long" +#~ msgstr "àŞ†àŞ°àĞàŞ•àŞżàŞŸàĞ‡àŞ•àĞàŞšàŞ° àŞŞàĞàŞ°àŞ•àŞàŞ° àŞ˜àŞ£àĞ‹ àŞ²àŞàŞ‚àŞĴàĞ‹ àŞ›àЇ" + +#~ msgid "machine type too long" +#~ msgstr "àŞàŞĥàĞ€àŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° àŞ˜àŞ£àĞ‹ àŞ²àŞàŞ‚àŞĴàĞ‹ àŞ›àЇ" + +#~ msgid "kernel path too long" +#~ msgstr "àŞ•àŞ°àĞàŞ¨àŞ² àŞŞàŞàŞ àŞ˜àŞ£àĞ‹ àŞ²àŞàŞ‚àŞĴàĞ‹ àŞ›àЇ" + +#~ msgid "initrd path too long" +#~ msgstr "initrd àŞŞàŞàŞ àŞ˜àŞ£àĞ‹ àŞ²àŞàŞ‚àŞĴàĞ‹ àŞ›àЇ" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline àŞĤàŞ²àĞ€àŞ²àĞ‹ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" + +#~ msgid "unsupported guest type" +#~ msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞŻàŞœàŞàŞàި àŞŞàĞàŞ°àŞ•àŞàŞ°" + +#~ msgid "emulator path too long" +#~ msgstr "àŞàŞàĞàŞŻàĞàŞ²àĞ‡àŞŸàŞ° àŞŞàŞàŞ àŞ˜àŞ£àĞ‹ àŞ²àŞàŞ‚àŞĴàĞ‹ àŞ›àЇ" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞ—àĞàŞ°àŞàŞĞàĞ€àŞ•àĞàŞ¸ àŞŞàĞàŞ°àŞ•àŞàŞ° %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞĦàŞżàŞ¸àĞàŞ• àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ¨àĞ‡àŞŸ àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ‡àŞ¨àŞŞàĞàŞŸ àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ¸àŞàŞ‰àŞ¨àЍàŞĦ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "vm àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞàިàĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ¸àĞ€àŞàŞ àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞàިàĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "network_def àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞàިàĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "xmlXPathContext àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ àŞ…àŞàŞµàŞ uuid" +#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ¨àŞàŞ àŞ²àŞ‚àŞĴàŞàއ àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "àŞ†àŞ—àŞ³àŞ¨àĞàŞ‚ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞ¨àŞàŞ '%s' àŞ àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞàŞàŞŸàЇ àŞœàŞ—àĞàŞŻàŞ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU àŞŻàŞœàŞàŞàި àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ '%s' àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ àŞ•àŞ°àŞµàŞ àŞĤàŞ°àŞàŞżàŞŻàŞàި àŞ­àĞ‚àŞ² : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "àŞ­àĞ‚àŞ²: àŞ…àŞœàĞàŞžàŞàޤ àŞ­àĞ‚àŞ² - àŞàŞıàĞ‡àŞ°àŞĴàŞàިàĞ€ àŞ•àŞ°àĞ€àŞ¨àЇ àŞ¤àĞ‡àŞ¨àЇ àŞ°àŞżàŞŞàĞ‹àŞ°àĞàŞŸ àŞ•àŞ°àĞ‹\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU àŞŻàŞœàŞàŞàި àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ²àŞ¨àŞàŞ '%s' àŞ àŞŻàŞœàŞàŞàި àŞ¨àŞàŞ '%s' àŞ¨àЇ àŞĴàŞ‚àŞ§àŞĴàĞ‡àŞ¸àŞ¤àЁ àŞ¨àŞàĞ€" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU àŞŻàŞœàŞàŞàި àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ '%s' àŞ¨àЇ àŞ²àĞ‹àŞĦ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: àŞàЇàŞàŞ°àĞ€ àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "àŞœàĞ‹àŞĦàŞàŞ£ àŞıàЇàŞĥ àŞ•àĞ‹àŞ·àĞàŞŸàŞ•àŞàŞàŞ‚ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ‰àŞàĞ‡àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ '%s' àŞ²àĞ‹àŞĦ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ : àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞ‡àŞ²àŞ¨àŞàŞ '%s/%s' àŞ˜àŞ£àЁ àŞ²àŞàŞ‚àŞĴàЁ àŞ›àЇ" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "àŞ†àŞŞàĞ‹àŞ†àŞŞ àŞĥàŞ°àĞ‚ àŞàޤàĞ€ àŞ•àŞĦàĞ€ '%s/%s' àŞ˜àŞ£àĞ€ àŞ²àŞàŞ‚àŞĴàĞ€ àŞ›àЇ" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" +#~ msgstr "cpu àŞàŞà޸àĞàŞ• àŞĞàŞàŞ³àŞµàĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML àŞĴàŞ¨àŞàŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "XML àŞ‰àŞ¤àĞàŞŞàŞ¨àĞàŞ¨ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³àŞ¤àŞ: àŞàЇàŞàŞ°àĞ€àŞ¨àĞ€ àŞĴàŞıàŞàŞ°" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "qemudInitPaths() àŞàŞàŞ‚ àŞĴàŞĞàŞ° àŞàŞàŞŸàЇ àŞŞàŞ°àŞżàŞ£àŞàŞàĞ€ àŞŞàŞàŞ àŞ˜àŞ£àĞ‹ àŞ²àŞàŞ‚àŞĴàĞ‹ àŞ›àЇ" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "àŞĴàĞàŞ²àĞ‹àŞ• àŞŞàŞ°àŞżàŞ¸àЍàŞàŞżàŞ¤àŞż %s %s àŞàĞ‡àŞ³àŞµàŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "%d àŞ¨àЇ àŞĴàĞàŞ°àŞżàŞœ àŞ†àŞ—àŞ³ àŞ§àŞŞàŞàŞµàŞµàŞàިàĞàŞ‚ àŞàĞ‹àŞĦàЁ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "%s àŞ¨àЇ àŞĴàĞàŞ°àŞżàŞœ STP àŞ¨àЇ àŞ¸àĞàŞŻàĞ‹àŞœàŞżàŞ¤ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM àŞœàĞ‹àŞĦàŞàŞŻàĞ‡àŞ² àŞ¨àŞàĞ€, àŞàĞ€àŞĦàŞżàŞŻàŞàިàЇ àŞĴàŞĤàŞ²àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞĴàĞ‡àŞ•àŞàŞ¨àЍàŞĦ àŞŞàĞàŞ°àŞ•àŞàŞ° %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "àŞ…àŞœàĞàŞžàŞàޤ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞĴàĞ‡àŞ•àŞàŞ¨àЍàŞĦ àŞŞàĞàŞ°àŞ•àŞàŞ° %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞŞàĞàŞ² àŞĴàŞ‚àŞ§àŞàŞ°àŞ£ %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "àŞĴàŞżàŞ¨àŞ†àŞ§àŞàŞ°àŞżàŞ¤ àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞĴàŞ‚àŞ§àŞàŞ°àŞ£ %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "àŞĦàŞżàŞ¸àĞàŞ• pools àŞıàŞœàЁ àŞ†àŞ§àŞàŞ°àŞ­àĞ‚àŞ¤ àŞ¨àŞàĞ€" + +#~ msgid "volume name" +#~ msgstr "àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞ¨àŞàŞ" + +#~ msgid "volume key" +#~ msgstr "àŞµàĞ‹àŞ²àĞàŞŻàĞàŞ àŞ•àĞ€" + +#~ msgid "malformed xml document" +#~ msgstr "malformed xml àŞ˜àŞŸàŞ•" #~ msgid "domain" #~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨" -#~ msgid "domain name" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞàŞ" - #~ msgid "domain uuid" #~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ uuid" @@ -7541,64 +8024,65 @@ msgstr "Xen àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ¸àŞàŞàЇ àŞœàĞ‹àŞĦàŞà޵àŞàŞàŞàŞ‚ àŞ¨àŞż #~ msgid "too many domains" #~ msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹" +#~ msgid "cannot save domain" +#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#~ msgid "cannot write header" +#~ msgstr "àŞıàЇàŞĦàŞ°àŞ¨àЇ àŞ²àŞ–àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#~ msgid "cannot write metadata length" +#~ msgstr "àŞàĞ‡àŞŸàĞ‹àŞĦàĞ‡àŞŸàŞ àŞ²àŞ‚àŞĴàŞàއ àŞ²àŞ–àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" + +#~ msgid "cannot write metadata" +#~ msgstr "àŞàĞ‡àŞŸàŞàŞĦàĞ‡àŞŸàŞ àŞ¨àЇ àŞ²àŞ–àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + +#~ msgid "cannot save domain data" +#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞàŞàŞıàŞżàŞ¤àĞ€àŞ¨àЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" + +#~ msgid "cannot save domain core" +#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ•àĞ‹àŞ°àŞ¨àЇ àŞ¸àŞ‚àŞ—àĞàŞ°àŞı àŞ•àŞ°àĞ€ àŞĥàŞ•àŞàޤàЁ àŞ¨àŞàĞ€" + #~ msgid "too many networks" #~ msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ•àĞ‹" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "àŞ…àŞŸàŞ•àŞà޵àŞàŞŻàĞ‡àŞ²" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "àŞŞàŞĤàŞšàĞàŞ›àЇàŞĤàŞ¨ soundhw àŞĥàŞĴàЍàŞĤàŞàŞàŞ³àŞ àŞ¨àŞżàŞ·àЍàŞĞàŞ³." + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID àŞ àŞ† àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨àŞ¨àЇ àŞĥàĞ‹àŞ§àŞµàŞ àŞàŞàŞŸàЇ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: àŞ¨àŞàŞ" + #~ msgid "cannot read XML domain definition" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞ àŞĞàŞàŞˆàŞ² àŞ²àŞà޵àĞ‹" +#~ msgstr "XML àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞµàĞàŞŻàŞàŞ–àĞàŞŻàŞ àŞµàŞàŞ‚àŞšàĞ€ àŞĥàŞ•àŞàޤàĞ€ àŞ¨àŞàĞ€" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ°àĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞœàŞàŞ£àŞ•àŞàŞ°àĞ€" +#~ msgstr "àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞŠàŞ‚àŞšàЁ àŞ¸àĞàŞ¤àŞ° àŞĦàĞ‹àŞàĞ‡àŞ‡àŞ¨ àŞ˜àŞŸàŞ•" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ %s àŞŞàŞıàĞ‡àŞ²àŞàŞàĞ€ àŞœ àŞıàŞàŞœàŞ° àŞ›àЇ" +#~ msgstr "àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞŞàĞàŞ°àŞ•àŞàŞ° àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ›àЇ" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xpath àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞĴàŞ¨àŞà޵àĞ€ àŞ°àŞıàĞàŞŻàŞ àŞ›àĞ€àŞ" +#~ msgstr "xpath àŞ¸àŞ‚àŞĤàŞ°àĞàŞ­ àŞĴàŞ¨àŞà޵àĞ€ àŞĥàŞ•àŞàޤàĞ‹ àŞ¨àŞàĞ€" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞŞàŞ°àŞżàŞàŞàŞ£ àŞ àŞ—àĞàŞ àŞàŞŻàĞ‡àŞ² àŞ›àЇ" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ°àĞ‚àŞŞàŞ°àĞ‡àŞ–àŞàŞ‚àŞ•àŞ¨ àŞĞàŞàŞˆàŞ² àŞ²àŞ–àŞµàŞàŞàŞàŞ‚ àŞ…àŞ¸àŞàŞ°àЍàŞ" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "àŞ¨àĞ‹àŞĦàŞ¨àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" +#~ msgstr "àŞ¸àŞàŞ‰àŞ¨àЍàŞĦ àŞĥàŞĴàЍàŞĤàŞàŞà޳àŞàިàЇ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞ•àŞ°àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³" + +#~ msgid "no model for sound device" +#~ msgstr "àŞ¸àŞàŞ‰àŞ¨àЍàŞĦ àŞ‰àŞŞàŞ•àŞ°àŞ£ àŞàŞàŞŸàЇ àŞàĞ‹àŞĦàĞ‡àŞ² àŞ¨àŞàĞ€" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨àĞ‹" +#~ msgstr "àŞ˜àŞ£àŞ àŞĴàŞ§àŞ àŞĴàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£àĞ‹ àŞ›àЇ" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "àŞ†àŞàŞàŞ‚ àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞĦàĞ‹àŞàĞ‡àŞˆàŞ¨ àŞ¨àŞżàŞ°àЍàŞĤàЇàŞĥàŞ•" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "àŞ¨àĞ‡àŞŸàŞµàŞ°àĞàŞ• àŞĥàĞ‹àŞ§àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "àŞàЇàŞàŞ°àĞ€ àŞĞàŞàŞ³àŞµàŞ£àĞ€ àŞĴàŞĤàŞ²àĞ‹" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "àŞŞàĞàŞ°àŞ¤àĞàŞŻàĞàŞ¤àĞàŞ¤àŞ° àŞĞàŞàŞ³àŞµàĞ‹" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "àŞ†àŞ‚àŞ¤àŞ°àŞżàŞ• àŞ­àĞ‚àŞ² %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "àŞ¨àŞµàĞ‹ àŞĴàŞĞàŞ° àŞĞàŞàŞ³àŞµàĞ‹" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' àŞ–àĞ‹àŞ²àŞµàŞàŞàŞàŞ‚ àŞ¨àŞżàŞ·àЍàŞĞàŞ³: àŞµàŞàŞ‚àŞšàĞ‹: %s" +#~ msgstr "àŞ…àŞŻàĞ‹àŞ—àĞàŞŻ àŞ‡àŞ¨àŞŞàĞàŞŸ àŞ‰àŞŞàŞ•àŞ°àŞ£" diff --git a/po/he.po b/po/he.po index b0f327a746..0a900de28d 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/hi.po b/po/hi.po index 85779f7552..4ea0c9782c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -1,18 +1,18 @@ -# translation of hi.po to Hindi -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of libvirt.HEAD.hi.po to Hindi +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # Rajesh Ranjan , 2006, 2007. # hi , 2007. # Ravi Sagar,2007-09-21 13:55+0530. -# Rajesh Ranjan , 2006. +# Rajesh Ranjan , 2006, 2008. # sandeep shedmake , 2007. msgid "" msgstr "" -"Project-Id-Version: hi\n" +"Project-Id-Version: libvirt.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-09-26 15:52+0530\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-20 15:29+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" @@ -25,6 +25,16 @@ msgstr "" "\n" "\n" "\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" @@ -35,769 +45,801 @@ msgstr "" "\n" "\n" "\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" -msgstr "" +msgstr "à¤Ĵà¤żà¤¨à¤ à¤¸à¤à¤°àà¤à¤¨ वà¤à¤²à‡ à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤•à‡ à¤²à¤żà¤ à¤Şà¤°à¤żà¤µà¤à¤° संà¤Ĵà‹à¤§à¤żà¤¤ करà‡à¤‚" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "नà¤à¤ सà¤à¤à¤§à¤à¤¨ à¤à‡à¤‚ असàà¤à¤à¤ˆ सà¤à¤¸àà¤Żà¤" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flags à¤•à‡ à¤²à¤żà¤ खरà¤à¤Ĵ à¤à¤à¤¨" + +#: gnulib/lib/gai_strerror.c:44 +msgid "Non-recoverable failure in name resolution" +msgstr "नà¤à¤ सà¤à¤à¤§à¤à¤¨ à¤à‡à¤‚ न वà¤à¤Şà¤¸ à¤•à¤°à¤¨à‡ à¤Żà‹à¤—àà¤Ż à¤µà¤żà¤Ğलतà¤" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤¨ à¤µà¤żà¤Ğलतà¤" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤•à‡ à¤¸à¤à¤ जàà¤Ħà¤ĵठकà‹à¤ˆ à¤Şà¤¤à¤ à¤¨à¤ıà€à¤‚" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ कà‰à¤² à¤µà¤żà¤Ğल रà¤ıà¤, संभवतः सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" +msgid "Name or service not known" +msgstr "नà¤à¤ व सà‡à¤µà¤ नà¤ıà€à¤‚ जà¤à¤¨à¤ à¤ıàà¤†" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤¨ à¤Ĵà¤Ĥलà‡à¤‚" +msgid "Servname not supported for ai_socktype" +msgstr "सरàà¤µà¤¨à‡à¤ ai_socktype à¤•à‡ à¤²à¤żà¤ सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "à¤¸à¤żà¤¸àà¤Ÿà¤ तàà¤°àà¤Ÿà¤ż" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "तरàà¤• à¤Ĵà¤Ğर à¤Ĵà¤ıàà¤¤ छà‹à¤Ÿà¤ à¤ıàˆ" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "à¤¸à¤żà¤¸àà¤Ÿà¤ आà¤ıàà¤µà¤à¤¨ तàà¤°àà¤Ÿà¤ż" +msgid "Processing request in progress" +msgstr "à¤Şàà¤°à¤•àà¤°à¤żà¤Żà¤ आगàà¤°à¤ı à¤Şàà¤°à¤—à¤¤à¤ż à¤à‡à¤‚" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "आगàà¤°à¤ı रà¤Ĥàà¤Ĥ" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "आगàà¤°à¤ı रà¤Ĥàà¤Ĥ नà¤ıà€à¤‚" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "à¤¸à¤­à€ à¤†à¤—àà¤°à¤ı à¤¸à¤‚à¤Şà¤¨àà¤¨" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "संकà‡à¤¤ à¤¸à‡ à¤µàà¤Żà¤µà¤§à¤à¤¨" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° सàà¤Ÿàà¤°à¤żà¤‚ग à¤…à¤­à€ à¤à¤¨à¤•à‹à¤Ħà‡à¤Ħ नà¤ıà€à¤‚" # done by Ravi -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "अजàà¤žà¤à¤¤" +msgstr "अजàà¤žà¤à¤¤ तàà¤°àà¤Ÿà¤ż" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "à¤Şà¤ıàà¤‚च नà¤ıà€à¤‚ %s '%s': %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen à¤Ħà‡à¤à‰à¤¨ à¤¸à‡ à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "संकà‡à¤¤ à¤Şà¤à¤‡à¤Ş à¤¸à‡ à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +msgstr "SIGHUP à¤Şà¤° à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤żà¤° लà‹à¤Ħ कर रà¤ıठà¤ıàˆ" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "सàà¤àƒà¤¤à¤ż आà¤Ĵंटन à¤à‡à¤‚ तàà¤°àà¤Ÿà¤ż: %s" +msgstr "à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Ğà¤żà¤° लà‹à¤Ħ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ तàà¤°àà¤Ÿà¤ż" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "संकà‡à¤¤ %d à¤Şà¤° à¤Ĵंà¤Ĥ कर रà¤ıठà¤ıàˆ" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨ नà‹à¤Ħ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec à¤Ğà¤à¤‡à¤² à¤µà¤żà¤µà¤°à¤£à¤•à¤°àà¤¤à¤ à¤Ğàà¤²àˆà¤— सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "गàˆà¤° à¤Ĵàà¤²à‰à¤•à¤żà¤‚ग à¤Ğà¤à¤‡à¤² à¤µà¤żà¤µà¤°à¤£à¤•à¤°àà¤¤à¤ à¤Ğàà¤²àˆà¤— सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "fdopen pid à¤Ğà¤à¤‡à¤² '%s' à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' à¤Ĵंà¤Ĥ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "struct qemud_socket à¤•à‡ à¤²à¤żà¤ सàà¤àƒà¤¤à¤ż आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "सà‰à¤•à‡à¤Ÿ à¤•à‹ '%s' à¤à‡à¤‚ à¤Ĵà¤à¤‚à¤§à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "'%s' à¤Şà¤° कनà‡à¤•àà¤ĥन à¤•à‡ à¤²à¤żà¤ सàà¤¨à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "सरàà¤µà¤° घटनठकà‰à¤²à¤Ĵàˆà¤• जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "socket: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "bind: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "listen: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" # done by Ravi -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "uid '%d' à¤•à‡ à¤²à¤żà¤ à¤‰à¤Şà¤Żà‹à¤•àà¤¤à¤ à¤°à¤żà¤•à¤à¤°àà¤Ħ à¤˘à‚à¤à¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "qemudInitPaths() à¤à‡à¤‚ à¤Ĵà¤Ğर à¤•à‡ à¤²à¤żà¤ à¤Şà¤°à¤żà¤£à¤à¤à¤¤à¤ƒ à¤Şà¤ à¤•à¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "struct qemud_server à¤•à‡ à¤†à¤Ĵंटन à¤à‡à¤‚ à¤µà¤żà¤Ğल" # done by Ravi -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "SASL सतàà¤Żà¤à¤Şà¤¨ %s आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤œàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit auth à¤•à‡ à¤²à¤żà¤ à¤¸à¤żà¤¸àà¤Ÿà¤ à¤Ĵस à¤à‡à¤‚ जàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" #: qemud/qemud.c:955 +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" + +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: failed: client DN is %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: जà¤à¤à¤š à¤µà¤żà¤Ğल: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° भरà‹à¤¸à‡à¤à¤‚à¤Ĥ नà¤ıà€à¤‚ à¤ıàˆ." + +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤•à‡ à¤Şà¤à¤¸ अजàà¤žà¤à¤¤ à¤¨à¤żà¤°àà¤—तकरàà¤¤à¤ à¤ıàˆ." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° वà¤à¤Şà¤¸ कर à¤²à¤żà¤Żà¤ à¤—à¤Żà¤ à¤ıàˆ." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° एक असàà¤°à¤•àà¤·à¤żà¤¤ अलगà‹à¤°à¤żà¤à¤ à¤•à¤ à¤Şàà¤°à¤Żà‹à¤— करतठà¤ıàˆ." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° X.509 नà¤ıà€à¤‚ à¤ıàˆ" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: कà‹à¤ˆ सà¤à¤à€ नà¤ıà€à¤‚" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init failed" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤•à€ à¤à¤żà¤Żà¤à¤Ĥ खतàà¤ à¤ıà‹ à¤—à¤ˆ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤…à¤­à€ à¤¤à¤• सकàà¤°à¤żà¤Ż नà¤ıà€à¤‚" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤µà¤żà¤ĥà‡à¤· नà¤à¤ सàà¤µà€à¤•à¤à¤° à¤•à¤żà¤ कàà¤²à¤à¤‡à¤‚ट à¤•à€ à¤¸à‚à¤šà€ à¤à‡à¤‚ नà¤ıà€à¤‚ à¤ıàˆ " +"(tls_allowed_dn_list) à¤•à¤ à¤Şàà¤°à¤Żà‹à¤— करà‡à¤‚. 'openssl x509 -in clientcert.pem -text' " +"à¤µà¤żà¤ĥà‡à¤· नà¤à¤ कàà¤·à‡à¤¤àà¤° à¤•à‹ à¤Ĥà‡à¤–à¤¨à‡ à¤•à‡ à¤²à¤żà¤ कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤à‡à¤‚, à¤Ħà‡à¤à¤à¤¨ à¤•à‹ --verbose à¤µà¤żà¤•à¤²àà¤Ş à¤•à‡ à¤¸à¤à¤ " +"चलà¤à¤à¤." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° जà¤à¤à¤šà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate सà‡à¤Ÿ à¤•à¤żà¤Żà¤ à¤ıàˆ à¤¤à¤à¤•à¤ż खरà¤à¤Ĵ " +"à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° अनà¤Ĥà‡à¤–à¤ à¤•à¤żà¤Żà¤ à¤—à¤Żà¤ à¤ıàˆ" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż %s %s à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤ĥàà¤°à‡à¤Ż जà¤à¤à¤šà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "%s संजà¤à¤² आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कनà‡à¤•àà¤ĥन सàà¤µà€à¤•à¤à¤° à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "polkit auth à¤•à‹ à¤µà¤żà¤ĥà‡à¤· कàà¤²à¤à¤‡à¤‚ट %d à¤•à‡ à¤²à¤żà¤ à¤Ĵंà¤Ĥ करà‡à¤‚" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "TLS à¤ıàˆà¤‚à¤Ħà¤ĥà‡à¤• à¤µà¤żà¤Ğल: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "read: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "write: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "संकà‡à¤¤ à¤¨à¤żà¤Żà¤‚à¤¤àà¤°à¤• à¤¨à‡ %d तàà¤°àà¤Ÿà¤ż à¤°à¤żà¤Şà‹à¤°àà¤Ÿ à¤•à¤żà¤Żà¤ : à¤…à¤‚à¤¤à¤żà¤ à¤¤àà¤°àà¤Ÿà¤ż: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s config सà‚à¤šà€ à¤•à‡ à¤²à¤żà¤ सàà¤àƒà¤¤à¤ż आà¤Ĵंटन à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s config सà‚à¤šà€ à¤à¤à¤¨ à¤•à‡ à¤²à¤żà¤ सàà¤àƒà¤¤à¤ż आà¤Ĵंटन à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" +"remoteReadConfigFile: %s: %s: जरà‚र एक सàà¤Ÿàà¤°à¤żà¤‚ग à¤Żà¤ à¤¸àà¤Ÿàà¤°à¤żà¤‚गà‹à¤‚ à¤•à€ à¤¸à‚à¤šà€ à¤ıà‹à¤¨à€ चà¤à¤ıà¤żà¤\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: अवàˆà¤§ à¤Şàà¤°à¤•à¤à¤°: got %s; à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° à¤Ĵà¤ıà¤à¤² à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ कà‹à¤° à¤Ħà¤‚à¤Ş à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: unsupported auth %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "à¤ĴतàŒà¤° रà‚ट चलà¤à¤¨à‡ à¤•à‡ à¤ĤàŒà¤°à¤à¤¨ सà¤à‚à¤ı सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "सà¤à‚à¤ı '%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "à¤à‹à¤Ħ '%s' à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "à¤Ħà‡à¤à¤à¤¨ à¤•à‡ à¤°à‚à¤Ş à¤à‡à¤‚ à¤Ĵà¤à¤‚à¤Ÿà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "à¤Şà¤à¤‡à¤Ş à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s à¤•à‡ à¤¸à¤à‚à¤ı सàà¤µà¤à¤à¤żà¤¤àà¤µ à¤Ĵà¤Ĥà¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "संकà‡à¤¤ à¤Şà¤à¤‡à¤Ş à¤•à‡ à¤²à¤żà¤ कà¤à¤²à¤Ĵàˆà¤• à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "à¤Şàà¤°à‹à¤—àà¤°à¤à¤ à¤Ĵà‡à¤à‡à¤² (actual %x, expected %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "संसàà¤•à¤°à¤£ à¤Ĵà‡à¤à‡à¤² (actual %x, expected %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "direction (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "सàà¤à¤żà¤¤à¤ż (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" +msgstr "सतàà¤Żà¤à¤Şà¤¨ जरà‚रà€" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "अजàà¤žà¤à¤¤ HTTP तàà¤°àà¤Ÿà¤ż कà‹à¤Ħ %d à¤Şà¤à¤Żà¤" +msgstr "अजàà¤žà¤à¤¤ à¤Şàà¤°à¤•àà¤°à¤żà¤Żà¤: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ सरàà¤µà¤° अनàà¤•àà¤°à¤żà¤Żà¤ à¤µà¤żà¤Ğल" +msgstr "à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ तरàà¤• à¤µà¤żà¤Ğल" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "à¤†à¤‚à¤¤à¤°à¤żà¤• तàà¤°àà¤Ÿà¤ż - à¤Ħà¤żà¤¸àà¤Şàˆà¤š à¤Ğंकàà¤ĥन à¤¨à‡ à¤…à¤µàˆà¤§ कà‹à¤Ħ %d à¤Ĥà¤żà¤Żà¤" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "à¤Ħà¤à€ लंà¤Ĵà¤à¤ˆ" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "कàà¤°à¤à¤żà¤• जवà¤à¤Ĵ à¤ıà‡à¤Ħर" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "कàà¤°à¤à¤żà¤• वà¤à¤Şà¤¸à€ सàà¤Ÿàà¤°à¤•àà¤Ÿ" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "कàà¤°à¤à¤żà¤• वà¤à¤Şà¤¸à€ तàà¤°àà¤Ÿà¤ż" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "कàà¤°à¤à¤żà¤• वà¤à¤Şà¤¸à€ लंà¤Ĵà¤à¤ˆ" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "कनà‡à¤•àà¤ĥन à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤–àà¤²à¤" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "इसà¤à‡à¤‚ अवàˆà¤§ संà¤Ĵंधन संकà‡à¤¤à¤•" +msgstr "कनà‡à¤•àà¤ĥन नà¤ıà€à¤‚ खàà¤²à¤" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "सàà¤àƒà¤¤à¤ż à¤•à‡ à¤Ĵà¤à¤ıर" +msgstr "strdup सàà¤àƒà¤¤à¤ż कà¤" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" # done by Ravi -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€ à¤à¤żà¤²à¤" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà¤" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "अजàà¤žà¤à¤¤ à¤Şàà¤°à¤•à¤à¤°" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "size > maximum buffer size" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" # done by Ravi -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Şà¤¤à¤ %d कठसà¤à¤à¤§à¤à¤¨ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "अवàˆà¤§ SASL init आगàà¤°à¤ı à¤•à‹ à¤•àà¤²à¤à¤‡à¤‚ट à¤¨à‡ à¤•à‹à¤ĥà¤żà¤ĥ à¤•à¤żà¤Żà¤" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "%s %s à¤Ĵàà¤²à‰à¤• सàà¤à¤żà¤¤à¤ż à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "सà‰à¤• à¤Şà¤¤à¤ %d (%s) à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż %s %s à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şà€à¤Żà¤° à¤Şà¤¤à¤ %d (%s) à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl संà¤Ĥरàà¤­ सà‡à¤Ÿà¤…à¤Ş à¤µà¤żà¤Ğल %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "TLS सà¤à¤‡à¤Ğर आकà¤à¤° नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL external SSF %d (%s) सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL security props %d (%s) सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL à¤Żà¤à¤‚तàà¤°à¤żà¤•à€ %d (%s) à¤•à‹ à¤¸à‚चà€à¤Ĵà¤Ĥàà¤§ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "à¤à‡à¤•à¤²à¤żà¤¸àà¤Ÿ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "SASL ssf à¤•à‹ à¤•à¤¨à‡à¤•àà¤ĥन %d (%s) à¤Şà¤° à¤Şàà¤°à¤ĥàà¤¨ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "SSF %d à¤•à¤ à¤¨à¤żà¤—à‹à¤ĥà¤żà¤Żà‡à¤ĥन कà¤à¤Ğà€ à¤à¤œà¤Ĵà‚त नà¤ıà€à¤‚ à¤à¤" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "SASL à¤‰à¤Şà¤Żà‹à¤•àà¤¤à¤ नà¤à¤ à¤•à‹ à¤•à¤¨à‡à¤•àà¤ĥन %d (%s) à¤Şà¤° à¤Şàà¤°à¤ĥàà¤¨ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "कà‹à¤ˆ कàà¤²à¤à¤‡à¤‚ट à¤‰à¤Şà¤Żà‹à¤•àà¤¤à¤à¤¨à¤à¤ नà¤ıà€à¤‚ à¤à¤żà¤²à¤ à¤à¤" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "सàà¤àƒà¤¤à¤ż à¤•à‡ à¤Ĵà¤à¤ıर" +msgstr "à¤‰à¤Şà¤Żà‹à¤•àà¤¤à¤à¤¨à¤à¤ कà‰à¤Şà€ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ कठसàà¤àƒà¤¤à¤ż" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL कàà¤²à¤à¤‡à¤‚ट %s वàà¤ıà¤à¤‡à¤Ÿà¤²à¤żà¤¸àà¤Ÿ à¤à‡à¤‚ सàà¤µà€à¤•àƒà¤¤ नà¤ıà€à¤‚ à¤ıàˆ" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤¨à‡ à¤…à¤µàˆà¤§ SASL आरंभ आगàà¤°à¤ı à¤•à‡ à¤²à¤żà¤ कà‹à¤ĥà¤żà¤ĥ कà€" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl आरंभ à¤µà¤żà¤Ğल %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl आरंभ जवà¤à¤Ĵ आंकà¤Ħà¤ĵठकà¤à¤Ğà€ à¤²à¤‚à¤Ĵठ%d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl चरण à¤µà¤żà¤Ğल %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl चरण जवà¤à¤Ĵ आंकà¤Ħà¤ĵठकà¤à¤Ğà€ à¤²à¤‚à¤Ĵठ%d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤¨à‡ à¤…à¤¸à¤à¤°àà¤à¤żà¤¤ SASL init आगàà¤°à¤ı à¤•à‡ à¤²à¤żà¤ कà‹à¤ĥà¤żà¤ĥ कà€" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤¨à‡ à¤…à¤¸à¤à¤°àà¤à¤żà¤¤ SASL आरंभ आगàà¤°à¤ı à¤•à‡ à¤²à¤żà¤ कà‹à¤ĥà¤żà¤ĥ कà€" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤¨à‡ à¤…à¤¸à¤à¤°àà¤à¤żà¤¤ SASL चरण आगàà¤°à¤ı à¤•à‡ à¤²à¤żà¤ कà‹à¤ĥà¤żà¤ĥ कà€" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤¨à‡ à¤…à¤¸à¤à¤°àà¤à¤żà¤¤ à¤Şà‹à¤²à¤żà¤¸à€à¤•à¤żà¤Ÿ init आगàà¤°à¤ı à¤•à‡ à¤²à¤żà¤ कà‹à¤ĥà¤żà¤ĥ कà€" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "à¤Şà€à¤Żà¤° सà‰à¤•à‡à¤Ÿ à¤Şà¤ıचà¤à¤¨ नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "PID %d à¤•à‹ à¤œà¤à¤à¤š रà¤ıठà¤ıàˆ à¤œà‹ %d à¤•à‡ à¤°à‚à¤Ş à¤à‡à¤‚ चल रà¤ıठà¤ıàˆ" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "à¤Şà‰à¤²à¤żà¤¸à€à¤•à¤żà¤Ÿ कà‰à¤²à¤° à¤•à‡ à¤²àà¤•à¤…à¤Ş à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "à¤Şà‹à¤²à¤•à¤żà¤Ÿ कàà¤°à¤żà¤Żà¤ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" - -#: qemud/remote.c:2841 -#, c-format -msgid "Policy kit failed to check authorization %d %s" -msgstr "" - -#: qemud/remote.c:2857 -#, c-format -msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" - -#: qemud/remote.c:2865 -#, c-format -msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" - -#: qemud/remote.c:2884 -msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "à¤Şà‹à¤²à¤•à¤żà¤Ÿ संà¤Ĥरàà¤­ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" #: qemud/remote.c:2939 +#, c-format +msgid "Policy kit failed to check authorization %d %s" +msgstr "à¤Şà‰à¤²à¤żà¤¸à€ à¤•à¤żà¤Ÿ सतàà¤Żà¤à¤Şà¤¨ %d %s जà¤à¤à¤šà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल रà¤ıà¤" + +#: qemud/remote.c:2955 +#, 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:2963 +#, 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:2982 +msgid "client tried unsupported PolicyKit init request" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤¨à‡ à¤…à¤¸à¤à¤°àà¤à¤żà¤¤ PolicyKit init आगàà¤°à¤ı à¤•à‡ à¤²à¤żà¤ कà‹à¤ĥà¤żà¤ĥ कà€" + +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" # done by Ravi -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤" +msgstr "storage_pool नà¤ıà€à¤‚ à¤à¤żà¤²à¤" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" # done by Ravi -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤" +msgstr "storage_vol नà¤ıà€à¤‚ à¤à¤żà¤²à¤" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +# done by Ravi +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "à¤Żàà¤•àà¤¤à¤ż नà¤ıà€à¤‚ à¤à¤żà¤²à¤: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "अवàˆà¤§ uuid ततàà¤µ" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (length word)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (length word)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -821,7 +863,6 @@ msgid "expecting a separator in list" msgstr "एक à¤Şàƒà¤à¤•àà¤•à¤à¤°à¤• सà‚à¤šà€ à¤à‡à¤‚ à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" msgstr "सà‚à¤šà€ à¤‡à¤¸à¤•à‡ à¤¸à¤à¤ à¤Ĵंà¤Ĥ नà¤ıà€à¤‚ ] " @@ -837,11 +878,10 @@ msgstr "एक à¤Şàƒà¤à¤•àà¤•à¤à¤°à¤• à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤" msgid "expecting an assignment" msgstr "एक कà¤à¤°àà¤Ż à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "à¤¨à¤Żà¤ à¤Ĵà¤Ğर संभà¤à¤œà¤żà¤¤ करà‡à¤‚" +msgstr "à¤Ĵà¤Ğर संभà¤à¤œà¤żà¤¤ करà‡à¤‚" #: src/conf.c:899 msgid "failed to open file" @@ -852,3230 +892,3561 @@ msgid "failed to save content" msgstr "सà¤à¤à¤—àà¤°à€ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "tty %s खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty गàà¤£ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty गàà¤£ सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "I/O à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤Ğà¤²à¤¤à¤ à¤Şàà¤°à¤¤à€à¤•àà¤·à¤à¤°à¤¤: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "à¤‡à¤¨à¤Şàà¤Ÿ à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğलतà¤: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğलतà¤: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "संà¤Ĵंधन à¤Ĥà‡ à¤°à¤ıठà¤ıàˆ" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "à¤Ħà‹à¤à‡à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ गàà¤" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "संजà¤à¤² संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ संजà¤à¤² जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤¸à¤‚à¤œà¤à¤² गàà¤" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "सàà¤Ÿà‹à¤°à‡à¤œ à¤Şà‚ल संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ सàà¤Ÿà‹à¤°à‡à¤œ à¤Şà‚ल जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤Şàà¤² गàà¤" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "सàà¤Ÿà‹à¤°à‡à¤œ à¤†à¤Żà¤¤à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ सàà¤Ÿà‹à¤°à‡à¤œ à¤†à¤Żà¤¤à¤¨ जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤†à¤Żà¤¤à¤¨ गàà¤" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "सàà¤Ÿà‹à¤°à‡à¤œ à¤†à¤Żà¤¤à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "नà‹à¤Ħ सà¤à¤à¤—àà¤°à€ कà‰à¤Şà€ कर रà¤ıठà¤ıàˆ" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ सàà¤Ÿà‹à¤°à‡à¤œ à¤†à¤Żà¤¤à¤¨ जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤†à¤Żà¤¤à¤¨ गàà¤" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" +msgstr "अजàà¤žà¤à¤¤ à¤Ĵà‚ट à¤Żàà¤•àà¤¤à¤ż '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "अवàˆà¤§ à¤Ğàà¤²à‰à¤Şà€ à¤Żàà¤•àà¤¤à¤ż नà¤à¤: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "अवàˆà¤§ à¤ıà¤à¤°àà¤Ħà¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż नà¤à¤: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "à¤Ğàà¤²à‰à¤Şà€ à¤Ħà¤żà¤¸àà¤• à¤•à‡ à¤²à¤żà¤ '%s' अवàˆà¤§ à¤Ĵस à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤Ğàà¤²à‰à¤Şà€ à¤Ħà¤żà¤¸àà¤• à¤•à‡ à¤²à¤żà¤ '%s' अवàˆà¤§ à¤Ĵस à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +"कà‹à¤ˆ 'network' गàà¤£ à¤•à‡ à¤¸à¤à¤ à¤¨à¤żà¤°àà¤Ĥà¤żà¤·àà¤Ÿ नà¤ıà€à¤‚" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr "कà‹à¤ˆ 'dev' गàà¤£ à¤•à‡ à¤¸à¤à¤ à¤¨à¤żà¤°àà¤Ĥà¤żà¤·àà¤Ÿ नà¤ıà€à¤‚" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "कà‹à¤ˆ 'port' गàà¤£ सà‰à¤•à‡à¤Ÿ अंतरà¤Ğलक à¤•à‡ à¤¸à¤à¤ à¤¨à¤żà¤°àà¤Ĥà¤żà¤·àà¤Ÿ नà¤ıà€à¤‚" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr " 'port' गàà¤£ à¤•à‹ à¤¸à‰à¤•à‡à¤Ÿ अंतरà¤Ğलक à¤•à‡ à¤¸à¤à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "कà‹à¤ˆ 'address' गàà¤£ सà‰à¤•à‡à¤Ÿ अंतरà¤Ğलक à¤•à‡ à¤¸à¤à¤ à¤¨à¤żà¤°àà¤Ĥà¤żà¤·àà¤Ÿ नà¤ıà€à¤‚" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "à¤à‰à¤Ħà‡à¤² नà¤à¤ à¤à‡à¤‚ अवàˆà¤§ वरàà¤£ सà¤à¤à¤ıà¤żà¤¤ à¤ıàˆà¤‚" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "चà¤à¤° à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤ गàà¤ सàà¤°à‹à¤¤ à¤Şà¤ à¤—àà¤£" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "चà¤à¤° à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤ गàà¤ à¤à‡à¤œà¤Ĵà¤à¤¨ à¤Şà¤ à¤—àà¤£" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "चà¤à¤° à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤ गàà¤ सàà¤°à‹à¤¤ सà‡à¤µà¤ गàà¤£" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +msgstr "गàà¤ à¤‡à¤¨à¤Şàà¤Ÿ à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ à¤Ĵà‚ट à¤Żàà¤•àà¤¤à¤ż '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 à¤Ĵस %s à¤‡à¤¨à¤Şàà¤Ÿ à¤Żàà¤•àà¤¤à¤ż कठसà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ करतठà¤ıàˆ" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤‡à¤¨à¤Şàà¤Ÿ à¤Ĵस %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" +msgstr "xen à¤Ĵस %s à¤‡à¤¨à¤Şàà¤Ÿ à¤Żàà¤•àà¤¤à¤ż कठसà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ करतठà¤ıàˆ" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +msgstr "गàà¤ à¤‡à¤¨à¤Şàà¤Ÿ à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "अजàà¤žà¤à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "%s à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤ıटठनà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ धàà¤µà¤¨à¤ż à¤à¤à¤Ħल à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s नà¤ıà€à¤‚ à¤Şà¤˘à¤ĵ सकतठà¤ıàˆ: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Żàà¤•àà¤¤à¤ż %s नà¤ıà€à¤‚ खà‹à¤² सकतठà¤ıàˆ" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Şà¤˘à¤ĵ %s नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "à¤Żàà¤•àà¤¤à¤ż %s नà¤ıà€à¤‚ खà‹à¤² सकतठà¤ıàˆ" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "गàà¤ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ à¤Ĵà‚ट à¤Żàà¤•àà¤¤à¤ż '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ à¤Ĵà‚ट à¤Żàà¤•àà¤¤à¤ż '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "अजàà¤žà¤à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨ %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +msgstr "गàà¤ रà‚ट ततàà¤µ" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "अजàà¤žà¤à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "xmlXPathContext à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "गàà¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ सà‚चनà¤" +msgstr "गàà¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° गàà¤£" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" +msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "UUID à¤•à‡ à¤œà¤¨à¤¨ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ uuid ततàà¤µ" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +msgstr "गàà¤ सàà¤àƒà¤¤à¤ż ततàà¤µ" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ आंकà¤Ħà¤ĵठ'%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "कà‹à¤ˆ OS à¤Şàà¤°à¤•à¤à¤° नà¤ıà€à¤‚" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "असà¤à¤°àà¤à¤ż आरàà¤•à¤żà¤Ÿà‡à¤•àà¤šà¤°" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ à¤Ĵà‚ट à¤Żàà¤•àà¤¤à¤ż '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "bind: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ सàà¤à¤—ठà¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤à¤żà¤° à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "अजàà¤žà¤à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨ %s" +msgstr "गलत रà‚ट ततàà¤µ" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" -msgstr "" +msgstr "टà‹à¤Şà‹à¤²à¤à¤œà€ cpuset वà¤à¤•àà¤Ż रचनठतàà¤°àà¤Ÿà¤ż" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨ नà‹à¤Ħ" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s à¤Ĵनठनà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² %s à¤Ĵनठसकतठà¤ıàˆ: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² %s à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² %s सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ '%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "%s à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤ıटठनà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "अजàà¤žà¤à¤¤ virt à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "संà¤Ĵंधन à¤Ĥà‡ à¤°à¤ıठà¤ıàˆ" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "à¤Ħà‹à¤à‡à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ गàà¤" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "संजà¤à¤² संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ संजà¤à¤² जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤¸à¤‚à¤œà¤à¤² गàà¤" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "संजà¤à¤² संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ संजà¤à¤² जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ गàà¤" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "संजà¤à¤² संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ संजà¤à¤² जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ गàà¤" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "run ' à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "सà‰à¤•à‡à¤Ÿ %d à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "इसà¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल " -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s à¤¸à‡ à¤¸à¤‚à¤œà¤à¤² à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" -msgstr "" +msgstr "iptables à¤¨à¤żà¤Żà¤ '%s' à¤•à‹ '%s' à¤ĥàà¤°àƒà¤‚à¤–à¤²à¤ à¤¸à‡ '%s' सà¤à¤°à¤£à€ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "iptables à¤¨à¤żà¤Żà¤ '%s' à¤•à‹ '%s' à¤ĥàà¤°àƒà¤‚à¤–à¤²à¤ à¤•à‡ '%s' सà¤à¤°à¤£à€ à¤à‡à¤‚ जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" +msgstr "कनà‡à¤•àà¤ĥन URI à¤•à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ नà¤ıà€à¤‚ कर सकà¤" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "संà¤Ĵंधन à¤Ĥà‡ à¤°à¤ıठà¤ıàˆ" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "%s संजà¤à¤² आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कनà‡à¤•àà¤ĥन सàà¤µà€à¤•à¤à¤° à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚चनठगलत domid सà¤à¤‚खàà¤Żà¤żà¤• नà¤ıà€à¤‚" +msgstr "domainMigratePrepare à¤¨à‡ uri सà‡à¤Ÿ नà¤ıà€à¤‚ à¤•à¤żà¤Żà¤" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare à¤¨à‡ uri सà‡à¤Ÿ नà¤ıà€à¤‚ à¤•à¤żà¤Żà¤" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "à¤Şà¤ à¤°à¤żà¤•àà¤¤ à¤ıàˆ" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "à¤Ğàà¤²àˆà¤— à¤•à‹ à¤œà¤°à‚र à¤ĥà‚नàà¤Ż à¤ıà‹à¤¨à¤ चà¤à¤ıà¤żà¤" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "à¤Ĵà¤Ğर à¤°à¤żà¤•àà¤¤ à¤ıàˆ" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "à¤Ğàà¤²àˆà¤— à¤Şàˆà¤°à¤à¤à€à¤Ÿ à¤•à‹ VIR_MEMORY_VIRTUAL जरà‚र à¤ıà‹à¤¨à¤ चà¤à¤ıà¤żà¤" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "à¤Ĵà¤Ğर à¤°à¤żà¤•àà¤¤ à¤ıàˆ à¤²à‡à¤•à¤żà¤¨ आकà¤à¤° à¤ĥà‚नàà¤Żà‡à¤¤à¤° à¤ıàˆ" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Ğà¤żà¤° लà‹à¤Ħ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ तàà¤°àà¤Ÿà¤ż" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "setsid à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "à¤à¤à¤¨ à¤¸à¤°à¤£à€ à¤¸à¤‚à¤­à¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +msgstr "ioctl(TIOCSTTY) failed: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "dup2(stdin) à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "dup2(stdout) à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "dup2(stderr) à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कंटà‡à¤¨à¤° नà¤à¤ सàà¤Ÿàà¤°à¤żà¤‚ग संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "सà‰à¤•à‡à¤Ÿ à¤•à‹ '%s' à¤à‡à¤‚ à¤Ĵà¤à¤‚à¤§à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "'%s' à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "सà‰à¤•à‡à¤Ÿ à¤•à‹ '%s' à¤à‡à¤‚ à¤Ĵà¤à¤‚à¤§à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "/proc à¤•à‹ à¤•à¤‚à¤Ÿà‡à¤¨à¤° à¤•à‡ à¤²à¤żà¤ आरà‹à¤ıà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "/proc à¤•à‹ à¤•à¤‚à¤Ÿà‡à¤¨à¤° à¤•à‡ à¤²à¤żà¤ आरà‹à¤ıà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤•à‹ %s à¤Şà¤° कंटà‡à¤¨à¤° à¤•à‡ à¤²à¤żà¤ आरà‹à¤ıà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ '%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "/proc à¤•à‹ à¤•à¤‚à¤Ÿà‡à¤¨à¤° à¤•à‡ à¤²à¤żà¤ आरà‹à¤ıà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() à¤¨à‡ à¤…à¤µàˆà¤§ vm à¤Şà¤°à¤żà¤­à¤à¤·à¤ à¤Şà¤à¤¸ à¤•à¤żà¤Żà¤" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "open(%s) à¤µà¤żà¤Ğल: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "à¤à¤à¤¨ à¤¸à¤°à¤£à€ à¤¸à¤‚à¤­à¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +msgstr "clone() à¤µà¤żà¤Ğल, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s à¤¸à‡ à¤†à¤Żà¤¤à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "सà‰à¤•à‡à¤Ÿ à¤•à‹ '%s' à¤à‡à¤‚ à¤Ĵà¤à¤‚à¤§à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "सà‰à¤•à‡à¤Ÿ à¤•à‹ '%s' à¤à‡à¤‚ à¤Ĵà¤à¤‚à¤§à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "fd %d à¤•à¤ à¤Şà¤ à¤¨ à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "fd %d à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à¤ à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "epoll_create(2) à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "epoll_ctl(fd1) à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "epoll_ctl(fd1) à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "तàà¤°àà¤Ÿà¤ż घटनठ%d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "epoll_wait() à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż %s %s à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ तà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤†à¤Żà¤¤à¤¨ à¤à¤żà¤Ÿà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "unlockpt à¤µà¤żà¤Ğल: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "argv à¤•à‹ logfile %d à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %d à¤Ĵंà¤Ĥ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s" # done by Ravi -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "VM नà¤à¤ सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤Żà¤ uuid" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ uuid à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤à¤żà¤Ÿà¤ नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤à¤żà¤Ÿà¤ नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "waitpid à¤µà¤żà¤Ğल %d कंटà‡à¤¨à¤° à¤•à‡ à¤²à¤żà¤ à¤Şàà¤°à¤¤à€à¤•àà¤·à¤ à¤•à¤°à¤¨à‡ à¤•à‡ à¤²à¤żà¤: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "संजà¤à¤² अंतरà¤Ğलक à¤Ĵàà¤°à¤żà¤œ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤Şàà¤°à¤Żàà¤•àà¤¤à¤ż सàà¤•àà¤°à¤żà¤Şàà¤Ÿ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "सà‰à¤•à‡à¤Ÿ à¤•à‹ '%s' à¤à‡à¤‚ à¤Ĵà¤à¤‚à¤§à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "चà¤à¤° à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen भंà¤Ħà¤à¤° à¤à‡à¤‚ जàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "tty pid à¤Ğà¤à¤‡à¤² %s à¤Ĵंà¤Ĥ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Ğà¤à¤‡à¤² stat नà¤ıà€à¤‚ कर सकतठ'%s': %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "लà‰à¤— à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s à¤Ĵनठनà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ '%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤Żà¤ uuid" +msgid "no domain named %s" +msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %d à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "नà¤à¤" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "अजàà¤žà¤à¤¤ HTTP तàà¤°àà¤Ÿà¤ż कà‹à¤Ħ %d à¤Şà¤à¤Żà¤" +msgstr "अजàà¤žà¤à¤¤ à¤Şàà¤°à¤•àà¤°à¤żà¤Żà¤: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° à¤Ĵà¤ıà¤à¤² à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "अवàˆà¤§ à¤Şà¤: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode() à¤à‡à¤‚ अवàˆà¤§ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤°" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Şà¤¤à¤ %d कठसà¤à¤à¤§à¤à¤¨ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Şà¤¤à¤ %d कठसà¤à¤à¤§à¤à¤¨ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Şà¤¤à¤ %d कठसà¤à¤à¤§à¤à¤¨ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤ıà‡à¤Ħर '%s' नà¤ıà€à¤‚ à¤Şà¤˘à¤ĵ सकतठà¤ıàˆ: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "आगàà¤°à¤ı अगàà¤°à¤¸à¤à¤°à¤żà¤¤ कर रà¤ıठà¤ıàˆ, लà‡à¤•à¤żà¤¨ कà‹à¤ˆ IPv4 à¤Şà¤¤à¤/नà‡à¤Ÿà¤à¤à¤¸àà¤• à¤Ĥà¤żà¤Żà¤ à¤—à¤Żà¤ à¤¨à¤ıà€à¤‚ à¤ıàˆ" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "ऑटà‹à¤¸àà¤Ÿà¤à¤°àà¤Ÿ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s नà¤ıà€à¤‚ à¤Ĵनठसकतठà¤ıàˆ: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "संजà¤à¤² à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ '%s' संजà¤à¤² नà¤à¤ '%s' à¤•à‡ à¤¸à¤à¤ à¤à‡à¤² नà¤ıà€à¤‚ खà¤à¤¤à¤ à¤ıàˆ" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s à¤•à‡ à¤²à¤żà¤ कà‹à¤ˆ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² नà¤ıà€à¤‚" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "संजà¤à¤² '%s' à¤Ğà¤żà¤° à¤Şàà¤¨à¤ƒ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +# done by Ravi +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d' à¤•à‡ à¤²à¤żà¤ à¤‰à¤Şà¤Żà‹à¤•àà¤¤à¤ à¤°à¤żà¤•à¤à¤°àà¤Ħ à¤˘à‚à¤à¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf à¤•à€ à¤¸àà¤àƒà¤¤à¤ż कà¤" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: सàà¤àƒà¤¤à¤ż कà¤" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤Ğà¤żà¤° लà‹à¤Ħ कर रà¤ıठà¤ıàˆ" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "dhcp à¤Ħà‡à¤à¤à¤¨ à¤•à‹ à¤Ĵà¤żà¤¨à¤ IP à¤Şà¤¤à¤ à¤•à‡ à¤¸à¤°àà¤µà¤° à¤•à‡ à¤²à¤żà¤ आरंभ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ '%s' à¤¸à‡ à¤…à¤—àà¤°à¤¸à¤à¤°à¤£ à¤•à¤°à¤¨à‡ à¤•à€ à¤²à¤żà¤ अनàà¤à¤¤à¤ż à¤Ĥà‡à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ '%s' à¤à‡à¤‚ अगàà¤°à¤¸à¤à¤°à¤£ à¤•à¤°à¤¨à‡ à¤•à€ à¤²à¤żà¤ अनàà¤à¤¤à¤ż à¤Ĥà‡à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ masquerading सकàà¤°à¤żà¤Ż à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ '%s' à¤¸à‡ à¤°à‰à¤Ÿà¤żà¤‚ग सàà¤µà€à¤•à¤à¤° à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ '%s' à¤à‡à¤‚ रà‰à¤Ÿà¤żà¤‚ग सàà¤µà€à¤•à¤à¤° à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP सà¤à¤°à¤£à€ सà¤à¤°àà¤à¤¨ à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ DHCP आगàà¤°à¤ı à¤•à‹ '%s' à¤à‡à¤‚ जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ DNS आगàà¤°à¤ı à¤•à‹ '%s' à¤à‡à¤‚ जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ à¤†à¤¨à‡ à¤µà¤à¤²à‡ टàà¤°àˆà¤Ğà¤żà¤• à¤•à‹ '%s' à¤¸à‡ à¤œà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ à¤‡à¤¨à¤Ĵà¤à¤‰à¤‚à¤Ħ टàà¤°àˆà¤Ğà¤żà¤• à¤•à‹ '%s' à¤¸à‡ à¤œà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤•à‹ à¤•àà¤°à¤à¤¸ à¤Ĵàà¤°à¤żà¤‚ज टàà¤°àˆà¤Ğà¤żà¤• à¤•à‹ '%s' à¤¸à‡ à¤œà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "संजà¤à¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "à¤Ĵàà¤°à¤żà¤œ सà¤à¤°àà¤à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "à¤Ĵàà¤°à¤żà¤œ '%s' नà¤ıà€à¤‚ à¤Ĵनठसकतठà¤ıàˆ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "IP à¤Şà¤¤à¤ à¤•à‹ '%s' à¤Ĵàà¤°à¤żà¤œ à¤Şà¤° '%s' à¤à‡à¤‚ सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "à¤Ĵàà¤°à¤żà¤œ '%s' à¤Şà¤° '%s' à¤à‡à¤‚ नà‡à¤Ÿà¤à¤à¤¸àà¤• सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "à¤Ĵàà¤°à¤żà¤œ à¤•à‹ '%s' चà¤à¤²à‚ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP अगàà¤°à¤¸à¤à¤°à¤£ सकàà¤°à¤żà¤Ż à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "à¤Ĵàà¤°à¤żà¤œ '%s' लà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "à¤Ĵàà¤°à¤żà¤œ '%s' à¤à¤żà¤Ÿà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "संजà¤à¤² '%s' à¤Ĵंà¤Ĥ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq à¤•à‡ à¤²à¤żà¤ à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤¸à¤żà¤¤ pid à¤Şà¤à¤Żà¤" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ uuid à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ संजà¤à¤² नà¤ıà€à¤‚" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ नà¤à¤ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ संजà¤à¤² नà¤ıà€à¤‚" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "संजà¤à¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "à¤à¤żà¤²à¤à¤¨ id à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ संजà¤à¤² नà¤ıà€à¤‚" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "संजà¤à¤² à¤Ĵàà¤°à¤żà¤œ सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "सà¤à¤‚कà‡à¤¤à¤żà¤• à¤²à¤żà¤‚à¤• '%s' à¤•à‹ '%s' à¤à‡à¤‚ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "à¤¸à¤żà¤à¤²à¤żà¤‚क '%s' à¤à¤żà¤Ÿà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ नà¤à¤ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "एकà¤Ĥठठà€à¤• %s à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° संसàà¤•à¤°à¤£ खà€à¤‚च नà¤ıà€à¤‚ सकतà¤\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "à¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Ż रचनठतàà¤°àà¤Ÿà¤ż à¤µà¤żà¤¨àà¤Żà¤¸àà¤¤ कर रà¤ıठà¤ıàˆ: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "संजà¤à¤² à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ à¤ıल कर रà¤ıठà¤ıàˆ" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "अà¤à¤à¤¨àà¤Ż MAC à¤Şà¤¤à¤" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC à¤Şà¤¤à¤" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" +msgstr "popen à¤µà¤żà¤Ğल" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "vzlist à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤•à‡ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "à¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Ż रचनठतàà¤°àà¤Ÿà¤ż à¤µà¤żà¤¨àà¤Żà¤¸àà¤¤ कर रà¤ıठà¤ıàˆ: %s" +msgstr "कà‰à¤¨àà¤Ğà¤żà¤— à¤Ğà¤à¤‡à¤² à¤à‡à¤‚ UUID à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ à¤ıàˆ" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" +msgstr "%s à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤ıटठनà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤…à¤­à€ à¤­à€ à¤šà¤² रà¤ıठà¤ıàˆ" +msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚ चल रà¤ıठà¤ıàˆ" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "अवàˆà¤§ à¤Ğà¤à¤‡à¤²à¤¸à¤żà¤¸àà¤Ÿà¤ à¤Şàà¤°à¤•à¤à¤°" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤à¤żà¤Ÿà¤ नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤…à¤­à€ à¤­à€ à¤šà¤² रà¤ıठà¤ıàˆ" +msgstr "à¤Ħà‹à¤à‡à¤¨ कà¤à¤°àà¤Żà¤ĥà€à¤² सàà¤à¤żà¤¤à¤ż à¤à‡à¤‚ नà¤ıà€à¤‚ à¤ıàˆ" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%s à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤ıटठनà¤ıà€à¤‚ सकतठà¤ıàˆ" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "à¤Şà¤ıà¤²à‡ à¤¸à‡ OPENVZ VM सकàà¤°à¤żà¤Ż à¤ıàˆ '%s' id à¤•à‡ à¤¸à¤à¤" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "कनà‡à¤•àà¤ĥन URI à¤•à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ नà¤ıà€à¤‚ कर सकà¤" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "वरàà¤šàà¤…ल सà€à¤Şà€à¤Żà‚ à¤•à€ à¤¸à¤‚à¤–àà¤Żà¤ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "à¤Şà¤ıà¤²à‡ à¤¸à‡ OPENVZ VM à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ '%d' आईà¤Ħà€ à¤•à‡ à¤¸à¤à¤" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "à¤à¤żà¤²à¤à¤¨ id à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤…à¤­à€ à¤­à€ à¤šà¤² रà¤ıठà¤ıàˆ" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤ĥटऑà¤Ğ सàà¤à¤żà¤¤à¤ż à¤à‡à¤‚ नà¤ıà€à¤‚ à¤ıàˆ" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" +msgstr "कनà‡à¤•àà¤ĥन URI à¤•à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ नà¤ıà€à¤‚ कर सकà¤" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" +msgstr "कनà‡à¤•àà¤ĥन URI à¤•à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ नà¤ıà€à¤‚ कर सकà¤" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "%d सà‰à¤•à‡à¤Ÿ à¤Ĵंà¤Ĥ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "सà‰à¤•à‡à¤Ÿ %d à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "सà‰à¤•à‡à¤Ÿ %d à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "à¤Şàà¤°à‰à¤•àà¤¸à€ à¤•à‡ à¤¸à¤à¤ संचà¤à¤° तàà¤°àà¤Ÿà¤ż: %d à¤Ĵà¤à¤‡à¤Ÿ %d à¤•à¤ à¤Şà¤à¤Żà¤\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "à¤Şàà¤°à‰à¤•àà¤¸à€ à¤•à‡ à¤¸à¤à¤ संचà¤à¤° तàà¤°àà¤Ÿà¤ż: %d à¤Ĵà¤à¤‡à¤Ÿ à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ %d à¤Şà¤à¤Żà¤\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "à¤Şàà¤°à‰à¤•àà¤¸à€ à¤•à‡ à¤¸à¤à¤ संचà¤à¤° तàà¤°àà¤Ÿà¤ż: %d à¤Ĵà¤à¤‡à¤Ÿ à¤Şàˆà¤•à‡à¤Ÿ à¤Şà¤à¤Żà¤\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "à¤Şàà¤°à‰à¤•àà¤¸à€ à¤•à‡ à¤¸à¤à¤ संचà¤à¤° तàà¤°àà¤Ÿà¤ż: à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ à¤Şàˆà¤•à‡à¤Ÿ\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "अतàà¤²àà¤Żà¤•à¤à¤²à¤żà¤¤ à¤Şàˆà¤•à‡à¤Ÿ संखàà¤Żà¤ %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "à¤Ĵà¤Ğर संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "vncTLSx509certdir आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -# done by Ravi -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "संजà¤à¤² %s à¤Ğà¤żà¤° आरंभ à¤•à¤żà¤Żà¤\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "संजà¤à¤² %s à¤Ğà¤żà¤° आरंभ à¤•à¤żà¤Żà¤\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "qemu %d pid %lu à¤¸à‡ à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤¨à¤żà¤•à¤à¤¸ सàà¤à¤żà¤¤à¤ż" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤¨à¤żà¤•à¤à¤¸ सàà¤à¤żà¤¤à¤ż '%d', qemu संभवतः à¤µà¤żà¤Ğल रà¤ıà¤" -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "%s संजà¤à¤² आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU à¤Ĥàà¤µà¤żà¤Şà¤Ĥà€à¤Ż %s नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ: %s" # done by Ravi -#: src/qemu_driver.c:202 +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "संजà¤à¤² '%s' नà¤ıà€à¤‚ à¤à¤żà¤²à¤" + +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgid "Network '%s' is not active" +msgstr "संजà¤à¤² '%s' सकàà¤°à¤żà¤Ż नà¤ıà€à¤‚" -#: src/qemu_driver.c:213 +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "संजà¤à¤² à¤Şàà¤°à¤•à¤à¤° %d सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "टàˆà¤Ş अंतरà¤Ğलक '%s' à¤•à‹ '%s' à¤à‡à¤‚ जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà¤żà¤¸àà¤• à¤Şàà¤°à¤•à¤à¤° '%s'" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format +msgid "unsupported disk type '%s'" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà¤żà¤¸àà¤• à¤Şàà¤°à¤•à¤à¤° '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "अवàˆà¤§ धàà¤µà¤¨à¤ż à¤à¤à¤Ħल" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +msgid "failed to allocate space for argv string" +msgstr "argv सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy -msgid "out of memory in asprintf\n" -msgstr "सàà¤àƒà¤¤à¤ż à¤•à‡ à¤Ĵà¤à¤ıर" +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "close-on-exec à¤Ğà¤à¤‡à¤² à¤µà¤żà¤µà¤°à¤£à¤•à¤°àà¤¤à¤ à¤Ğàà¤²àˆà¤— सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "गàˆà¤° à¤Ĵàà¤²à‰à¤•à¤żà¤‚ग à¤Ğà¤à¤‡à¤² à¤µà¤żà¤µà¤°à¤£à¤•à¤°àà¤¤à¤ à¤Ğàà¤²àˆà¤— सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "VM '%s' à¤Ğà¤żà¤° सàà¤µà¤Żà¤‚ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "सàà¤àƒà¤¤à¤ż à¤•à‡ à¤Ĵà¤à¤ıर" +msgstr "qemudStartup: सàà¤àƒà¤¤à¤ż कà¤" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"QEMU à¤¨à‡ %s आरंभन à¤•à‡ à¤ĤàŒà¤°à¤à¤¨ छà‹à¤Ħà¤ĵà¤\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s आरंभन à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤ĤàŒà¤°à¤à¤¨ à¤µà¤żà¤Ğलतà¤: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s आरंभन à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤•à‡ à¤ĤàŒà¤°à¤à¤¨ सà¤à¤Ż सà¤à¤à¤Şàà¤¤" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s आरंभन à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤•à‹ à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤ĤàŒà¤°à¤à¤¨ à¤µà¤żà¤Ğलतà¤" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s आरंभन à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤ĤàŒà¤°à¤à¤¨ सàà¤à¤à¤¨ à¤•à€ à¤•à¤à€" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤à‰à¤¨à¤żà¤Ÿà¤° à¤Şà¤ %s खà‹à¤²à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "close-on-exec à¤Ğàà¤²àˆà¤— à¤•à‡ à¤²à¤żà¤ à¤à‰à¤¨à¤żà¤Ÿà¤° सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "à¤à‰à¤¨à¤żà¤Ÿà¤° à¤•à‹ non-blocking à¤à‹à¤Ħ à¤à‡à¤‚ à¤°à¤–à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "VM कंसà‹à¤² à¤Ħà‡à¤Ÿà¤ लà‰à¤— à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "à¤¨à¤Żà¤ à¤¸à¤‚à¤Ĥरàà¤­ à¤Ĥà‡à¤‚" +msgstr "cpumap आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ करà‡à¤‚" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU लà¤Ħà¤ĵà€ à¤¸à‚चनठलà¤à¤¨à‡ à¤•à‡ à¤²à¤żà¤ monitor कà¤à¤à¤‚à¤Ħ नà¤ıà€à¤‚ चलठसकतठà¤ıàˆ" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "'%s' à¤Ħà‹à¤à‡à¤¨ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "CPU लगà¤à¤µ %s सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" +msgstr "à¤µà¤żà¤Ğल à¤‘à¤Şà¤°à‡à¤ĥन à¤Ğà¤żà¤° à¤Ĵà¤ıà¤à¤² करà‡à¤‚" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" +msgstr "VM à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż à¤ıàˆ" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "à¤•à¤żà¤¸à€ à¤…à¤Şàà¤°à¤Żàà¤•àà¤¤ VNC à¤Şà‹à¤°àà¤Ÿ à¤˘à¤ĵà‚à¤à¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤Şà¤ à¤•à¤à¤Ğà€ à¤²à¤‚à¤Ĵà€ à¤ıàˆ: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "VM लà‰à¤—à¤Ğà¤à¤‡à¤² à¤•à‹ close-on-exec à¤Ğàà¤²àˆà¤— %s सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "QEMU à¤Ĥàà¤µà¤żà¤Şà¤Ĥà€à¤Ż %s नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "argv à¤•à‹ logfile %d à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "argv à¤•à‹ logfile %d à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "'%s' संजà¤à¤² à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "VM '%s' à¤Ĵंà¤Ĥ कर रà¤ıठà¤ıàˆ" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %d à¤Ĵंà¤Ĥ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ pid à¤Şà¤à¤Żà¤, damn" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "%s à¤•à‹ à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤–à‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "'%s' संजà¤à¤² à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "tty %s खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कàà¤·à¤à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "NUMA इस à¤à‡à¤œà¤Ĵà¤à¤¨ à¤Şà¤° सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "à¤Şàà¤°à¤Żàà¤•àà¤¤ सàà¤àƒà¤¤à¤ż:" +msgstr "NUMA à¤àà¤•àà¤¤ सàà¤àƒà¤¤à¤ż à¤Şàà¤°à¤ĥàà¤¨ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "à¤à¤żà¤²à¤à¤¨ id %d à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤…à¤­à€ à¤­à€ à¤šà¤² रà¤ıठà¤ıàˆ" +msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚ चल रà¤ıठà¤ıàˆ" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" +msgstr "सàà¤à¤—न à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" +msgstr "à¤ĥटà¤Ħà¤à¤‰à¤¨ à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "ostype à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵंटन à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ uuid '%s' à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "à¤àŒà¤œà‚à¤Ĥठसàà¤àƒà¤¤à¤ż à¤•à‡ à¤¸à¤à¤ à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸àà¤àƒà¤¤à¤ż नà¤ıà€à¤‚ सà‡à¤Ÿ कर सकतठà¤ıàˆ" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "एक सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸àà¤àƒà¤¤à¤ż सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸àà¤àƒà¤¤à¤ż à¤¸à‡ à¤…à¤§à¤żà¤• सàà¤àƒà¤¤à¤ż सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ सàà¤à¤—ठà¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤à¤żà¤° à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "à¤Ħà‹à¤à‡à¤¨ UUID à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Ħà‹à¤à‡à¤¨ xml à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "'%s' à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "सà‰à¤•à‡à¤Ÿ %d à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "सà‡à¤µ à¤ıà‡à¤Ħर à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "सà‰à¤•à‡à¤Ÿ %d à¤à‡à¤‚ à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "xml à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "सàà¤àƒà¤¤à¤ż à¤•à‡ à¤Ĵà¤à¤ıर" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" +msgstr "à¤µà¤żà¤Ğल à¤‘à¤Şà¤°à‡à¤ĥन à¤•à‡ à¤‰à¤¤àà¤Şàà¤°à¤µà¤à¤¸à¤¨ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "'info blockstats' इस qemu à¤•à‡ à¤Ĥàà¤µà¤à¤°à¤ सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "एक सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ vcpu गणनठà¤Ĵà¤Ĥल नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤ à¤…à¤§à¤żà¤•à¤à¤¤ vcpus à¤¨à¤żà¤°àà¤§à¤à¤°à¤żà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" -msgstr "" +msgstr "à¤¨à¤żà¤µà‡à¤Ĥà¤żà¤¤ vcpus à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸àà¤µà€à¤•à¤à¤° à¤Żà‹à¤—àà¤Ż vcpus à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤ à¤…à¤§à¤żà¤• à¤ıàˆ: %d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" +msgstr "vcpus à¤•à‹ à¤•à¤żà¤¸à€ à¤¸à¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Şà¤° à¤Şà¤żà¤¨ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu संखàà¤Żà¤ %d à¤Şà¤°à¤żà¤¸à¤° à¤¸à‡ à¤Ĵà¤à¤ıर > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "लगà¤à¤µ सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ कà‰à¤² à¤µà¤żà¤Ğल रà¤ıà¤, संभवतः सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" +msgstr "cpu लगà¤à¤µ सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚ à¤ıàˆ" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "लगà¤à¤µ नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu लगà¤à¤µ à¤‰à¤Şà¤²à¤Ĵàà¤§ नà¤ıà€à¤‚ à¤ıàˆ" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤ à¤Ğà¤à¤‡à¤² लà‹à¤Ħ करà‡à¤‚" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤ '%d' à¤à‡à¤‚ अजàà¤žà¤à¤¤ virt à¤Şàà¤°à¤•à¤à¤°" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ सà‚चà€" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤šà¤żà¤¤àà¤° नà¤ıà€à¤‚ à¤Şà¤˘à¤ĵ सकतठà¤ıàˆ" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen à¤Ħà‡à¤à‰à¤¨ à¤¸à‡ à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "qemu à¤ıà‡à¤Ħर à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "à¤šà¤żà¤¤àà¤° à¤àˆà¤œà¤żà¤• सà¤ıà€ à¤¨à¤ıà€à¤‚ à¤ıàˆ" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "à¤šà¤żà¤¤àà¤° संसàà¤•à¤°à¤£ सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚ à¤ıàˆ (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML à¤•à‡ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "à¤Ħà‹à¤à‡à¤¨ '%s' à¤•à‡ à¤°à‚à¤Ş à¤à‡à¤‚ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż à¤ıàˆ" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "नए VM à¤•à‹ à¤¨à¤żà¤Żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Şà¤¸ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° à¤Ĵà¤ıà¤à¤² à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà¤żà¤¸àà¤• à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom à¤à€à¤Ħà¤żà¤Żà¤ à¤¨à¤ıà€à¤‚ à¤Ĵà¤Ĥल सकतठà¤ıàˆ" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom à¤à€à¤Ħà¤żà¤Żà¤ à¤¨à¤ıà€à¤‚ à¤Ĵà¤Ĥल सकतठà¤ıàˆ" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "à¤Şà¤˘à¤ĵ %s नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "à¤à‡à¤œà¤Ĵà¤à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤ à¤Ğà¤à¤‡à¤² लà‹à¤Ħ करà‡à¤‚" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "à¤à‡à¤œà¤Ĵà¤à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤ à¤Ğà¤à¤‡à¤² लà‹à¤Ħ करà‡à¤‚" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Şà¤° à¤Żàà¤•àà¤¤à¤ż संलगàà¤¨ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "à¤¸à¤żà¤°àà¤Ğ CDROM à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż à¤•à‹ à¤¸à¤‚à¤²à¤—àà¤¨ à¤•à¤żà¤Żà¤ à¤œà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ" + +# done by Ravi +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€ à¤à¤żà¤²à¤" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Şà¤¸ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż अलग à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "à¤¸à¤żà¤°àà¤Ğ CDROM à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż à¤•à‹ à¤¸à¤‚à¤²à¤—àà¤¨ à¤•à¤żà¤Żà¤ à¤œà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "एक सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸àà¤àƒà¤¤à¤ż सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "सà¤à¤‚कà‡à¤¤à¤żà¤• à¤²à¤żà¤‚à¤• '%s' à¤•à‹ '%s' à¤à‡à¤‚ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s à¤à‡à¤‚ अवàˆà¤§ तरàà¤•" +msgstr "अवàˆà¤§ à¤Şà¤: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' कà¤à¤à¤‚à¤Ħ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' इस qemu à¤•à‡ à¤Ĥàà¤µà¤à¤°à¤ सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" # done by Ravi -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€ à¤à¤żà¤²à¤: %s" +msgstr "à¤Żàà¤•àà¤¤à¤ż नà¤ıà€à¤‚ à¤à¤żà¤²à¤: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "à¤°à¤żà¤•àà¤¤ à¤Żà¤ à¤–à¤à¤²à€ à¤Şà¤" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "अवàˆà¤§ à¤Şà¤, '%s' एक जàà¤žà¤à¤¤ अंतरà¤Ğलक नà¤ıà€à¤‚ à¤ıàˆ" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s à¤à‡à¤‚ अवàˆà¤§ तरàà¤•" +msgstr "अवàˆà¤§ तरàà¤•" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤¸à¤żà¤°àà¤Ğ आभà¤à¤¸à€ सàà¤àƒà¤¤à¤ż addrs कठसà¤à¤°àà¤à¤¨ करतठà¤ıàˆ" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤" +msgstr "lvs कà¤à¤à¤‚à¤Ħ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ सà‚चà€" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" +msgid "could not generate random UUID" +msgstr "UUID उतàà¤Şà¤¨àà¤¨ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XML à¤à‡à¤‚ संजà¤à¤² सà‚चनà¤" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "à¤Ħà‹à¤à‡à¤¨ '%s' à¤•à‡ à¤°à‚à¤Ş à¤à‡à¤‚ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż à¤ıàˆ" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "VM आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "à¤à¤żà¤²à¤à¤¨ नà¤à¤ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ नà¤ıà€à¤‚" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" -msgstr "" +msgstr "एक à¤Ĵंà¤Ĥ गàˆà¤° आरंभà€à¤•àƒà¤¤ à¤¨à¤żà¤Żà¤‚à¤¤àà¤°à¤£ à¤Ĵंà¤Ĥ à¤•à¤°à¤¨à‡ à¤•à‡ à¤²à¤żà¤ कà‹à¤ĥà¤żà¤ĥ à¤•à¤żà¤Żà¤" # done by Ravi -#: src/remote_internal.c:229 -#, fuzzy +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "libvirtd à¤Ĥàà¤µà¤żà¤Şà¤Ĥà€à¤Ż à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" +"remote_open: URL à¤à‡à¤‚ à¤Şà¤°à¤żà¤µà¤ıन à¤Şà¤°à¤żà¤šà¤żà¤¤ नà¤ıà€à¤‚ à¤ıàˆ (should be tls|unix|ssh|ext|tcp)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' transport à¤•à‡ à¤²à¤żà¤, कà¤à¤à¤‚à¤Ħ जरà‚à¤°à€ à¤ıàˆ" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "tty %s खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "tty %s खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "tty %s खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "à¤Şà¤°à¤żà¤µà¤ıन à¤µà¤żà¤§à¤ż unix, ssh और ext à¤•à‹ à¤µà¤żà¤‚à¤Ħà‹ à¤•à‡ à¤…à¤‚à¤Ĥर सà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ à¤Ĥà¤żà¤Żà¤ à¤œà¤à¤¤à¤ à¤ıàˆ" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "à¤Ħà‹à¤à‡à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कंटà‡à¤¨à¤° सàà¤Ÿàˆà¤• आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "VM कंसà‹à¤² à¤Ħà‡à¤Ÿà¤ लà‰à¤— à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -# done by Ravi -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "SASL लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ à¤•à‹ à¤†à¤°à¤‚à¤­ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty गàà¤£ सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "tty गàà¤£ सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż %s %s à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤ĥàà¤°à‡à¤Ż जà¤à¤à¤šà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "tty %s खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "सरàà¤µà¤° सतàà¤Żà¤à¤Şà¤¨ (à¤ıà¤à¤à¤°à‡ à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤•à¤ à¤Żà¤ IP à¤Şà¤¤à¤) à¤µà¤żà¤Ğल\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż %s %s à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कàà¤²à¤à¤‡à¤‚ट à¤ĥàà¤°à‡à¤Ż जà¤à¤à¤šà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şà¤à¤‡à¤Ş नà¤ıà€à¤‚ à¤Ĵनठसकतठà¤ıàˆ: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "सàà¤àƒà¤¤à¤ż आकà¤à¤° à¤•à‡ à¤²à¤żà¤Żà‡ %d कठअवàˆà¤§ à¤à¤à¤¨" +msgstr "अवàˆà¤§ à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° अà¤Ĵ तक सकàà¤°à¤żà¤Ż नà¤ıà€à¤‚ à¤ıàà¤† à¤ıàˆ" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤•à‡ à¤Şà¤à¤¸ अजàà¤žà¤à¤¤ à¤¨à¤żà¤°àà¤—तकरàà¤¤à¤ à¤ıàˆ." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤•à€ à¤à¤żà¤Żà¤à¤Ĥ à¤Şà‚à¤°à€ à¤ıà‹ à¤—à¤ˆ à¤ıàˆ" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: कàà¤²à¤à¤‡à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° एक असàà¤°à¤•àà¤·à¤żà¤¤ अलगà‹à¤°à¤żà¤à¤ à¤•à¤ à¤Şàà¤°à¤Żà‹à¤— करतठà¤ıàˆ." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° X.509 नà¤ıà€à¤‚ à¤ıàˆ" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers failed" # done by Ravi -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "SASL सतàà¤Żà¤à¤Şà¤¨ %s आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "tty %s खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤•à€ à¤à¤żà¤Żà¤à¤Ĥ à¤Şà‚à¤°à€ à¤ıà‹ à¤—à¤ˆ à¤ıàˆ" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° अà¤Ĵ तक सकàà¤°à¤żà¤Ż नà¤ıà€à¤‚ à¤ıàà¤† à¤ıàˆ" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° कठà¤à¤à¤²à¤żà¤• à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤¸à‡ à¤à‡à¤² नà¤ıà€à¤‚ खà¤à¤¤à¤ à¤ıàˆ (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "कई सà¤à¤°à‡à¤‚ संजà¤à¤²" +msgstr "कई NUMA सà‡à¤²: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "कई à¤Ħà‹à¤à‡à¤¨" +msgstr "कई à¤Ĥà‚रसàà¤ à¤Ħà‹à¤à‡à¤¨ ID: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "नकàà¤ĥठलंà¤Ĵà¤à¤ˆ à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸à‡ à¤…à¤§à¤żà¤• à¤ıàˆ: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU à¤—à¤żà¤¨à¤¤à€ à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸à‡ à¤…à¤§à¤żà¤• à¤ıàˆ: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU नकàà¤ĥठलंà¤Ĵà¤à¤ˆ à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸à‡ à¤…à¤§à¤żà¤• à¤ıàˆ: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "à¤à‡à¤œà¤Ĵà¤à¤¨ à¤¨à‡ à¤•à¤ˆ vCPUs à¤°à¤żà¤Şà‹à¤°àà¤Ÿ à¤•à¤żà¤Żà¤: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "à¤à‡à¤œà¤Ĵà¤à¤¨ à¤¨à‡ à¤¨à¤•àà¤ĥठà¤Ĵà¤Ğर à¤•à‹ à¤°à¤żà¤Şà‹à¤°àà¤Ÿ à¤•à¤żà¤Żà¤ à¤œà‹ à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸à‡ à¤…à¤§à¤żà¤• à¤ıàˆ: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "कई à¤Ħà‹à¤à‡à¤¨" +msgstr "कई à¤Ĥà‚रसàà¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° कठवà¤à¤Şà¤¸ à¤•à€ à¤¸à¤‚à¤–àà¤Żà¤ सà€à¤à¤ à¤¸à‡ à¤…à¤§à¤żà¤• à¤ıàˆ" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: अजàà¤žà¤à¤¤ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° à¤Şàà¤°à¤•à¤à¤°" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤¨ à¤Ĵà¤Ĥलà‡à¤‚" +msgstr "à¤¸à¤°à¤£à€ à¤¸à¤‚à¤­à¤à¤œà¤¨ à¤à‡à¤‚ सàà¤àƒà¤¤à¤ż कà¤" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "अजàà¤žà¤à¤¤ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° à¤Şàà¤°à¤•à¤à¤°" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à¤Ĥà‚रसàà¤ à¤Şàà¤°à‹à¤Ÿà‹à¤•à‰à¤² à¤•à‡ à¤²à¤żà¤ à¤Ĵàà¤²à‰à¤• à¤Şà€à¤• आगàà¤°à¤ı कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€ à¤ıàˆ, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "वà¤à¤Şà¤¸ à¤Ĵà¤Ğर आगàà¤°à¤ıà¤żà¤¤ आकà¤à¤° à¤•à‡ à¤¸à¤à¤à¤¨ नà¤ıà€à¤‚ à¤ıàˆ" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "सàà¤àƒà¤¤à¤ż à¤Şà€à¤• आगàà¤°à¤ı à¤Ĥà‚रसàà¤ à¤Şàà¤°à‹à¤Ÿà‹à¤•à‰à¤² à¤•à‡ à¤²à¤żà¤ कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€ à¤ıàˆ, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "कई सà¤à¤°à‡à¤‚ संजà¤à¤²" +msgstr "कई à¤Ĥà‚रसàà¤ संजà¤à¤²: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "कई à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤ıàˆà¤‚" +msgstr "कई भंà¤Ħà¤à¤° à¤Şà‚ल आगàà¤°à¤ıà¤żà¤¤" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "कई à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤ıàˆà¤‚" +msgstr "कई भंà¤Ħà¤à¤° à¤Şà‚ल à¤Şàà¤°à¤à¤Şàà¤¤" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "कई à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤ıàˆà¤‚" +msgstr "कई भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ आगàà¤°à¤ıà¤żà¤¤" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "कई à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤ıàˆà¤‚" +msgstr "कई भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "कई भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ आगàà¤°à¤ıà¤żà¤¤" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "कई भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "कई भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ आगàà¤°à¤ıà¤żà¤¤" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "कई भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" - -# done by Ravi -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -# done by Ravi -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "à¤Żà¤ı à¤Şàà¤°à¤•à¤à¤°àà¤Ż à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤¸à¤à¤°àà¤à¤żà¤¤ नà¤ıà€ à¤ıàˆ" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż %s %s à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "आगàà¤°à¤ıà¤żà¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° %s असàà¤µà€à¤•àƒà¤¤" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "असà¤à¤°àà¤à¤żà¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ à¤•à‹ à¤†à¤°à¤‚à¤­ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż %s %s à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL कàà¤²à¤à¤‡à¤‚ट संà¤Ĥरàà¤­ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%s à¤à‡à¤‚ अवàˆà¤§ तरàà¤•" +msgid "invalid cipher size for TLS session" +msgstr "TLS सतàà¤° à¤•à‡ à¤²à¤żà¤ अवàˆà¤§ सà¤à¤‡à¤Ğर आकà¤à¤°" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "à¤Ĵà¤à¤ıà¤°à€ SSF %d (%s) नà¤ıà€à¤‚ सà‡à¤Ÿ कर सकतठà¤ıàˆ" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "सàà¤°à¤•àà¤·à¤ à¤Şàà¤°à¤¸àà¤¤à¤à¤µ %d (%s) सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" + +# done by Ravi +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL à¤Żà¤à¤‚तàà¤°à¤żà¤•à€ %s सरàà¤µà¤° à¤•à‡ à¤Ĥàà¤µà¤à¤°à¤ सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚ à¤ıàˆ" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL सà¤à¤àŒà¤¤à¤ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "सतàà¤Żà¤à¤Şà¤¨ à¤ĥàà¤°à‡à¤Ż à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASLL सà¤à¤àŒà¤¤à¤ आँकà¤Ħà¤ĵठकà¤à¤Ğà€ à¤²à¤‚à¤Ĵà€ à¤ıàˆ: %dà¤Ĵà¤à¤‡à¤Ÿ à¤Ĵà¤à¤‡" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "SASL चरण à¤µà¤żà¤Ğल: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "सà¤à¤àŒà¤¤à¤ SSF %d कà¤à¤Ğà€ à¤à¤œà¤Ĵà‚त नà¤ıà€à¤‚ à¤à€" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "सतàà¤Żà¤à¤Şà¤¨ à¤ĥàà¤°à‡à¤Ż जà¤à¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header à¤µà¤żà¤Ğल" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "तरàà¤• à¤à¤à¤°àà¤ĥà¤²à¤żà¤‚à¤— कर रà¤ıठà¤ıàˆ" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (length word)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (length word, reply)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "सरàà¤µà¤° à¤¸à‡ à¤Şàà¤°à¤à¤Şàà¤¤ à¤Şàˆà¤•à‡à¤Ÿ कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€ à¤ıàˆ" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "उतàà¤¤à¤° à¤à‡à¤‚ अवàˆà¤§ à¤ıà‡à¤Ħर" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "अजàà¤žà¤à¤¤ à¤Şàà¤°à‹à¤—àà¤°à¤à¤ (received %x, expected %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "अजàà¤žà¤à¤¤ à¤Şàà¤°à‹à¤Ÿà‹à¤•à‰à¤² संसàà¤•à¤°à¤£ (received %x, expected %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "अजàà¤žà¤à¤¤ à¤Şàà¤°à¤•àà¤°à¤żà¤Żà¤ (received %x, expected %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "अजàà¤žà¤à¤¤ à¤Ĥà¤żà¤ĥठ(received %x, expected %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "अजàà¤žà¤à¤¤ à¤ĥàƒà¤‚खलठ(received %x, expected %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "अजàà¤žà¤à¤¤ सàà¤à¤żà¤¤à¤ż (received %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "सà‰à¤•à‡à¤Ÿ à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ रà‚à¤Ş à¤¸à‡ à¤Ĵंà¤Ĥ" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "उतàà¤¤à¤° à¤à‡à¤‚ अवàˆà¤§ à¤ıà‡à¤Ħर" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "एक सàà¤Ÿàà¤°à¤żà¤‚ग कà‰à¤Şà€ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "à¤Şàà¤² à¤Şàà¤°à¤•à¤à¤° %d à¤•à‡ à¤²à¤żà¤ गàà¤ à¤Ĵàˆà¤•à‡à¤‚à¤Ħ" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤†à¤Żà¤¤à¤¨ '%s' नà¤ıà€à¤‚ खà‹à¤² सकतठà¤ıàˆ: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² stat नà¤ıà€à¤‚ कर सकतठ'%s': %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤•à‡ à¤…à¤‚à¤¤ तक नà¤ıà€à¤‚ à¤Şà¤ıàà¤‚च सकतठà¤ıàˆ:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤•à‡ à¤…à¤‚à¤¤ तक नà¤ıà€à¤‚ à¤Şà¤ıàà¤‚च सकतठà¤ıàˆ:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤•à‡ à¤…à¤‚à¤¤ तक नà¤ıà€à¤‚ à¤Şà¤ıàà¤‚च सकतठà¤ıàˆ:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s कठà¤Ğà¤à¤‡à¤² संà¤Ĥरàà¤­ नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "संà¤Ĥरàà¤­" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s नà¤ıà€à¤‚ à¤Şà¤˘à¤ĵ सकतठà¤ıàˆ: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "à¤Şà¤" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "à¤Şà¤" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤°à¤żà¤œà‡à¤•àà¤¸ %s à¤•à¤‚à¤Şà¤à¤‡à¤² à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "à¤°à¤żà¤œà‡à¤•àà¤¸ सà¤à‚à¤ı" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd à¤Şà¤˘à¤ĵ नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "कà¤à¤à¤‚à¤Ħ à¤•à‡ à¤²à¤żà¤ à¤Şàà¤°à¤¤à€à¤•àà¤·à¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "कà¤à¤à¤‚à¤Ħ सà¤à¤Ğ रà‚à¤Ş à¤¸à‡ à¤¨à¤ıà€à¤‚ à¤Ĵà¤à¤ıर à¤¨à¤żà¤•à¤²à¤" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "à¤†à¤‚à¤¤à¤°à¤żà¤• तàà¤°àà¤Ÿà¤ż %s" +msgstr "à¤Şà¤ à¤¨ तàà¤°àà¤Ÿà¤ż: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "कà¤à¤à¤‚à¤Ħ %d à¤¸à‡ à¤ĥà‚नàà¤Żà‡à¤¤à¤° à¤¨à¤żà¤•à¤à¤¸ सàà¤à¤żà¤¤à¤ż" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: लà¤à¤—à‚ नà¤ıà€à¤‚\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "आवà¤à¤œ" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "आवà¤à¤œ à¤µà¤żà¤¸àà¤¤à¤à¤°" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "à¤Żàà¤•àà¤¤à¤ż आरंभ सàà¤à¤à¤¨ à¤•à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "à¤Żàà¤•àà¤¤à¤ż अंत सàà¤à¤à¤¨ à¤•à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "à¤µà¤żà¤¸àà¤¤à¤à¤°" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "कà‹à¤ˆ à¤Şà¤°àà¤Żà¤à¤Şàà¤¤ à¤Ĵà¤Ħà¤ĵठà¤àà¤•àà¤¤ à¤µà¤żà¤¸àà¤¤à¤à¤°" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "à¤Şà¤ '%s' à¤Ĵनठनà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "à¤ıà‡à¤Ħर '%s' नà¤ıà€à¤‚ à¤Şà¤˘à¤ĵ सकतठà¤ıàˆ: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s à¤à‡à¤‚ अवàˆà¤§ तरàà¤•" +msgstr "अवàˆà¤§ à¤Şà¤: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s à¤à‡à¤‚ अवàˆà¤§ संजà¤à¤² संकà‡à¤¤à¤•" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ आरà‹à¤ı सàà¤°à‹à¤¤" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 +#, fuzzy msgid "retval" -msgstr "" +msgstr "à¤Şà‹à¤°àà¤Ÿà¤²" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "à¤Şà¤˘à¤ĵ %s नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤Şà¤" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "à¤ĥàà¤°à‹à¤¤" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "à¤Şà¤ '%s' à¤Ĵनठनà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "'%s' à¤Şà¤ à¤–à‹à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "statvfs à¤Şà¤ '%s' नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "à¤Şà¤ '%s' à¤…à¤¨à¤²à¤żà¤‚à¤• नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "लकàà¤·àà¤Ż" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "भंà¤Ħà¤à¤° आवà¤à¤œ कàà¤‚जà€" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' भर नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤Ğàˆà¤²à¤ नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "à¤Şà¤ '%s' à¤Şà¤˘à¤ĵ नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "असà¤à¤°àà¤à¤żà¤¤ भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "qemu-img à¤•à‡ à¤Ĵà¤żà¤¨à¤ à¤—àˆà¤° कचàà¤šà¤ à¤šà¤żà¤¤àà¤° à¤•à‡ à¤¨à¤żà¤°àà¤à¤à¤£ सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚ à¤ıàˆ" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Ğà¤à¤‡à¤² सàà¤µà¤à¤à€ '%s' सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Ğà¤à¤‡à¤² à¤à‹à¤Ħ '%s' सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤Ĵंà¤Ĥ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤…à¤¨à¤²à¤żà¤‚à¤• नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "à¤ıà‹à¤¸àà¤Ÿ लàà¤•à¤…à¤Ş à¤µà¤żà¤Ğल: %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "लकàà¤·àà¤Ż %s à¤•à‡ à¤²à¤żà¤ कà‹à¤ˆ IP à¤Şà¤¤à¤ à¤¨à¤ıà€à¤‚" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "ip à¤Şà¤¤à¤ à¤•à‹ %s à¤•à‡ à¤²à¤żà¤ संरà‚à¤Şà¤żà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "संसàà¤•à¤°à¤£ à¤Ĥà¤żà¤–à¤à¤Żà‡à¤‚" +msgstr "सतàà¤°" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "सतàà¤° नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "नà¤à¤" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "%s खà‹à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "कàà¤‚जà€" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "opendir sysfs à¤Şà¤ %s à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "sysfs à¤Şà¤ %s/%s à¤¸à‡ à¤²à¤•àà¤·àà¤Ż à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -# done by Ravi -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "कà‹à¤ˆ LUN à¤•à‹ à¤¸à¤¤àà¤° %s à¤•à‡ à¤²à¤żà¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "à¤¨à¤żà¤°àà¤§à¤à¤°à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल à¤Żà¤Ĥà¤ż %u:%u:%u:%u एक सà€à¤§à¤ à¤…à¤­à¤żà¤—à¤ LUN à¤ıàˆ" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "%s à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż अलग à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "lun %d à¤•à‡ à¤²à¤żà¤ à¤Żàà¤•àà¤¤à¤ż à¤²à¤żà¤‚à¤• à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "%s %s à¤Ĵàà¤²à‰à¤• सàà¤à¤żà¤¤à¤ż à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Ĵàà¤²à‰à¤• à¤Şà¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "scsidev à¤•à‡ à¤²à¤żà¤ सàà¤àƒà¤¤à¤ż आà¤Ĵंटन à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "" +msgstr "à¤Şà‹à¤°àà¤Ÿà¤²" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ आवà¤à¤œ à¤µà¤żà¤¸àà¤¤à¤à¤° ऑà¤Ğसà‡à¤Ÿ à¤à¤à¤¨" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ आवà¤à¤œ à¤µà¤żà¤¸àà¤¤à¤à¤° लंà¤Ĵà¤à¤ˆ à¤à¤à¤¨" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ आवà¤à¤œ à¤µà¤żà¤¸àà¤¤à¤à¤° आकà¤à¤° à¤à¤à¤¨" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤" +msgstr "lvs कà¤à¤à¤‚à¤Ħ à¤µà¤żà¤Ğल" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs कà¤à¤à¤‚à¤Ħ à¤µà¤żà¤Ğल exitstatus %d à¤•à‡ à¤¸à¤à¤" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤" +msgid "allocating pvname or vgname" +msgstr "priv->hostname आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ कर रà¤ıठà¤ıàˆ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "संजà¤à¤² संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "संजà¤à¤² संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "एक सà‰à¤•à‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "कà¤à¤à¤‚à¤Ħ लà¤à¤‡à¤İ" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "à¤Żàà¤•àà¤¤à¤ż %s नà¤ıà€à¤‚ खà‹à¤² सकतठà¤ıàˆ" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "à¤Żàà¤•àà¤¤à¤ż à¤ıà‡à¤Ħर %s सà¤à¤Ğ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "à¤Żàà¤•àà¤¤à¤ż %s à¤Ĵंà¤Ĥ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "ttyPidFile %s à¤ıटठनà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "à¤¨à¤µà¤¨à¤żà¤°àà¤à¤żà¤¤ à¤†à¤Żà¤¤à¤¨ '%s' नà¤ıà€à¤‚ à¤Şà¤¤à¤ à¤•à¤° सकतठà¤ıàˆ: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "गàà¤ सतàà¤Żà¤à¤Şà¤¨ à¤à‡à¤œà¤Ĵà¤à¤¨ गàà¤£" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "गàà¤ सतàà¤Żà¤à¤Şà¤¨ कà‚टà¤ĥà¤Ĵàà¤Ĥ गàà¤£" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ ओकàà¤Ÿà¤² à¤à‹à¤Ħ" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ सàà¤µà¤à¤à€ ततàà¤µ" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ सà¤à‚à¤ı ततàà¤µ" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "संजà¤à¤² संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +msgstr "भंà¤Ħà¤à¤° à¤Şà‚ल नà¤ıà€à¤‚ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ कर सकतठà¤ıàˆ" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "अजàà¤žà¤à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨ %s" +msgid "unknown root element for storage pool" +msgstr "अजàà¤žà¤à¤¤ रà‚ट ततàà¤µ" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "अजàà¤žà¤à¤¤ भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +msgstr "गàà¤ नà¤à¤ ततàà¤µ" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "संजà¤à¤² नà¤à¤ à¤Żà¤ uuid" +msgstr "uuid उतàà¤Şà¤¨àà¤¨ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤ıà‹à¤¸àà¤Ÿ नà¤à¤" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" +msgstr "सàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤¨à¤żà¤•à¤à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "à¤Ĵàà¤²à‰à¤• à¤Żàà¤•àà¤¤à¤ż" +msgstr "à¤Żàà¤•àà¤¤à¤ż" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤Żàà¤•àà¤¤à¤ż à¤Şà¤" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +msgstr "गàà¤ à¤ĥàà¤°à‹à¤¤ à¤Şà¤" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤" +msgstr "à¤Şàà¤² नà¤à¤" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ लकàà¤·àà¤Ż सà‚चनà¤" +msgstr "गàà¤ लकàà¤·àà¤Ż à¤Şà¤" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤Şà‚ल à¤Şàà¤°à¤à¤°à‚à¤Ş %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Şà‚ल à¤Şàà¤°à¤•à¤à¤°" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "गàà¤ सàà¤µà¤à¤à€ ततàà¤µ" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "अजàà¤žà¤à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨ %s" +msgstr "अजàà¤žà¤à¤¤ आकà¤à¤° ईकà¤à¤ˆ '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ कàà¤·à¤à¤¤à¤ ततàà¤µ" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "कàà¤·à¤à¤¤à¤ ततàà¤µ à¤à¤à¤¨ कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€ à¤ıàˆ" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "संजà¤à¤² संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ संभà¤à¤œà¤żà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "अजàà¤žà¤à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨ %s" +msgstr "अजàà¤žà¤à¤¤ रà‚ट ततàà¤µ" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +msgstr "गàà¤ नà¤à¤ ततàà¤µ" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "गàà¤ कàà¤·à¤à¤¤à¤ ततàà¤µ" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤à¤°à‚à¤Ş %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "à¤Şà‚ल" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤Şà¤ à¤¨à¤żà¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "ऑटà‹à¤¸àà¤Ÿà¤à¤°àà¤Ÿ à¤²à¤żà¤‚à¤• à¤Şà¤ à¤Ĵनठनà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤²" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤ıटठनà¤ıà€à¤‚ सकतठà¤ıàˆ" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ uuid à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ à¤Şàà¤² नà¤ıà€à¤‚" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ नà¤à¤ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ à¤Şàà¤² नà¤ıà€à¤‚" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "नà¤à¤" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ uuid à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² नà¤ıà€à¤‚" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "à¤Şàà¤² à¤…à¤­à€ à¤­à€ à¤¸à¤•àà¤°à¤żà¤Ż à¤ıàˆ" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" +msgstr "à¤Şàà¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 -#, fuzzy +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "लà‰à¤— à¤Şà¤ à¤Ğà¤à¤‡à¤² नà¤ıà€à¤‚ à¤ıàˆ" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² सकàà¤°à¤żà¤Ż नà¤ıà€à¤‚ à¤ıàˆ" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² à¤…à¤­à€ à¤­à€ à¤¸à¤•àà¤°à¤żà¤Ż" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "à¤Şàà¤² à¤†à¤Żà¤¤à¤¨ à¤µà¤żà¤²à‹à¤Şà¤¨ कठसà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ करतठà¤ıàˆ" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "à¤Şàà¤² à¤•à‡ à¤Şà¤à¤¸ कà‹à¤ˆ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² नà¤ıà€à¤‚ à¤ıàˆ" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ नà¤à¤ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ कàà¤‚à¤œà€ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ à¤Şà¤ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² à¤†à¤Żà¤¤à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ कठसà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ करतठà¤ıàˆ" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² à¤†à¤Żà¤¤à¤¨ à¤µà¤żà¤²à‹à¤Şà¤¨ कठसà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ करतठà¤ıàˆ" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ नà¤à¤ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² सकàà¤°à¤żà¤Ż नà¤ıà€à¤‚ à¤ıàˆ" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "à¤Ĥà¤żà¤¨ कठसà¤à¤Ż à¤²à‡ à¤°à¤ıठà¤ıàˆ" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "à¤à‡à¤œà¤Ĵà¤à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤ à¤Ğà¤à¤‡à¤² लà‹à¤Ħ करà‡à¤‚" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "à¤à‡à¤œà¤Ĵà¤à¤¨" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "नà‹à¤Ħ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath संà¤Ĥरàà¤­ à¤Ĵनठरà¤ıठà¤ıàˆ" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "नà‹à¤Ħ cpu नàà¤Żà‚à¤à¤ नà‹à¤Ħ" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "नà‹à¤Ħ cpu सà‰à¤•à‡à¤Ÿ" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "नà‹à¤Ħ cpu कà‹à¤°" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "नà‹à¤Ħ cpu à¤àà¤°à‡à¤Ħ" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "नà‹à¤Ħ सकàà¤°à¤żà¤Ż cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "नà‹à¤Ħ cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "नà‹à¤Ħ सàà¤àƒà¤¤à¤ż" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ सà‚चà€" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ à¤ıल कर रà¤ıठà¤ıàˆ" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ सà‚चà€" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "संजà¤à¤² à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ à¤ıल कर रà¤ıठà¤ıàˆ" +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ सà‚चà€" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ à¤ıल कर रà¤ıठà¤ıàˆ" + # done by Ravi -#: src/test.c:553 +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: à¤Şà¤à¤ à¤Ĥà€à¤œà¤żà¤Żà‡ à¤Żà¤ à¤Ğà¤żà¤° इसàà¤¤à‡à¤à¤à¤² करà‡à¤‚ test:///default" # done by Ravi -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€ à¤à¤żà¤²à¤" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤…à¤­à€ à¤­à€ à¤šà¤² रà¤ıठà¤ıàˆ" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚ चल रà¤ıठà¤ıàˆ" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "एक à¤Ħà‹à¤à‡à¤¨ सàà¤µà¤¤à¤ƒ आरंभ करà‡à¤‚" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ सà‚चà€" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "à¤…à¤Şà‚रàà¤£ सà¤ıà‡à¤œ à¤ıà‡à¤Ħर" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "à¤Ĵà‡à¤à‡à¤² à¤ıà‡à¤Ħर जà¤à¤Ĥà‚" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "Xen à¤Ħà‡à¤à‰à¤¨ à¤¸à‡ à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ लंà¤Ĵà¤à¤ˆ à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ à¤•à€ à¤²à¤‚à¤Ĵà¤à¤ˆ à¤Şà¤°à¤żà¤¸à¤° à¤¸à‡ à¤Ĵà¤à¤ıर" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "à¤…à¤Şà‚रàà¤£ à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ à¤Ħà¤‚à¤Ş à¤•à¤żà¤Żà¤ à¤—à¤Żà¤\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ सà‚चà€" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "à¤‰à¤Şà¤²à¤Ĵàà¤§ सà‡à¤² à¤¸à‡ à¤Şà¤°à¤żà¤¸à¤° à¤…à¤§à¤żà¤•" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤šà¤² रà¤ıठà¤ıàˆ" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤…à¤­à€ à¤­à€ à¤šà¤² रà¤ıठà¤ıàˆ" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "संजà¤à¤² à¤…à¤­à€ à¤­à€ à¤šà¤² रà¤ıठà¤ıàˆ" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "संजà¤à¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤šà¤² रà¤ıठà¤ıàˆ" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ कàà¤‚à¤œà€ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "à¤à‡à¤² खà¤à¤¤à‡ à¤Şà¤ à¤•à‡ à¤¸à¤à¤ कà‹à¤ˆ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "चà¤à¤° à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤‡à¤¨à¤Şàà¤Ÿ à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤° %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "à¤Ĵàà¤°à¤żà¤œ सà¤à¤°àà¤à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "%s à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: सàà¤àƒà¤¤à¤ż कà¤" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "%s खà‹à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "सतàà¤° नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "à¤Ğà¤à¤‡à¤² à¤à‹à¤Ħ '%s' सà‡à¤Ÿ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "à¤Şà¤˘à¤ĵ %s नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s नà¤ıà€à¤‚ à¤Şà¤˘à¤ĵ सकतठà¤ıàˆ: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU à¤Ĥàà¤µà¤żà¤Şà¤Ĥà€à¤Ż %s नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "लà‰à¤— à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s à¤Ĵनठनà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "कà¤à¤à¤‚à¤Ħ à¤•à‡ à¤²à¤żà¤ à¤Şàà¤°à¤¤à€à¤•àà¤·à¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ pid à¤Şà¤à¤Żà¤, damn" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "à¤Şà¤˘à¤ĵ %s नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤Ĵंà¤Ĥ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şà¤à¤‡à¤Ş नà¤ıà€à¤‚ à¤Ĵनठसकतठà¤ıàˆ: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤¸à¤‚à¤¤à¤¤à¤ż à¤Şàà¤°à¤•àà¤°à¤żà¤Żà¤ à¤•à‹ à¤Ĵà¤à¤‚ट नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤…à¤¨à¤²à¤żà¤‚à¤• नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Żàà¤•àà¤¤à¤ż à¤ıà‡à¤Ħर %s सà¤à¤Ğ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgid "cannot change to root directory: %s" +msgstr "ऑटà‹à¤¸àà¤Ÿà¤à¤°àà¤Ÿ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s नà¤ıà€à¤‚ à¤Ĵनठसकतठà¤ıàˆ: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "strdup à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "strdup à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "strdup à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤Ğàˆà¤²à¤ नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "कà¤à¤à¤‚à¤Ħ लà¤à¤‡à¤İ" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "à¤Şà¤ à¤¨ तàà¤°àà¤Ÿà¤ż: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -msgstr "" +msgstr "pseudorandom UUID à¤à‡à¤‚ वà¤à¤Şà¤¸ जठरà¤ıठà¤ıàˆ, कàà¤°à¤à¤ıà€à¤¨ à¤Ĵà¤à¤‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "à¤›à¤Şà¤à¤ˆ à¤à¤Ĥà¤Ĥ" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "वàˆà¤ĥàà¤µà¤żà¤• à¤à¤Ĥà¤Ĥ à¤Żà¤ à¤•à¤à¤à¤‚à¤Ħ à¤µà¤żà¤ĥà‡à¤· à¤à¤Ĥà¤Ĥ छà¤à¤Şà‡à¤‚" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "कà¤à¤à¤‚à¤Ħ कठनà¤à¤" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4083,319 +4454,323 @@ msgstr "" "कà¤à¤à¤‚à¤Ħ:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "एक à¤Ħà‹à¤à‡à¤¨ सàà¤µà¤¤à¤ƒ आरंभ करà‡à¤‚" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "à¤Ĵà‚ट à¤Şà¤° सàà¤µà¤¤à¤ƒ आरंभ à¤ıà‹à¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤à¤• à¤Ħà‹à¤à‡à¤¨ à¤µà¤żà¤¨àà¤Żà¤¸àà¤¤ करà‡à¤‚" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤, id à¤Żà¤ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "सàà¤µà¤¤à¤ƒ आरंभन à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż करà‡à¤‚" # done by Ravi -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "%s à¤Ħà‹à¤à‡à¤¨ कठसàà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨ लगà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "%s à¤Ħà‹à¤à‡à¤¨ कठसàà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨ à¤ıटà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल " -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "%s à¤Ħà‹à¤à‡à¤¨ कठसàà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨ लग à¤—à¤Żà¤\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "" "%s à¤Ħà‹à¤à‡à¤¨ कठसàà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨ à¤ıट à¤—à¤Żà¤ \n" "\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤Ğà¤żà¤° जàà¤Ħà¤ĵà‡à¤‚" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "सàà¤à¤à¤¨à€à¤Ż à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤œà‹à¤Ħà¤ĵà‡à¤‚. à¤Żà¤ı à¤ĥà‡à¤² à¤•à‡ à¤†à¤°à¤‚à¤­ à¤ıà‹à¤¨à‡ à¤Şà¤° अंतरàà¤¨à¤żà¤à¤żà¤¤ कà¤à¤à¤‚à¤Ħ à¤ıàˆ." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° संà¤Ĵंधन URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "à¤¸à¤żà¤°àà¤Ğ à¤Şà¤ à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤¸à¤‚à¤Ĵंधन" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤µà¤żà¤¸à¤‚à¤Ĵà¤‚à¤§à¤żà¤¤ à¤ıà‹à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤œàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "à¤…à¤¤à¤żà¤à¤ż कंसà‹à¤² à¤à‡à¤‚ जàà¤Ħà¤ĵà‡à¤‚" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "à¤…à¤¤à¤żà¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤†à¤­à¤à¤¸à€ कàà¤°à¤à¤żà¤• कंसà‹à¤² à¤¸à‡ à¤œàà¤Ħà¤ĵà‡à¤‚" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤•à‹à¤ˆ कंसà‹à¤² à¤‰à¤Şà¤²à¤Ĵàà¤§ नà¤ıà€à¤‚\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "इस à¤Şàà¤²à‡à¤Ÿà¤Ğà‰à¤°àà¤ à¤Şà¤° कंसà‹à¤² लà¤à¤—à‚ नà¤ıà€à¤‚" + +#: src/virsh.c:549 +msgid "list domains" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤‚" #: src/virsh.c:550 -msgid "list domains" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ" - -#: src/virsh.c:551 msgid "Returns list of domains." -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ अनàà¤¸à‚à¤šà¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż व सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ अनàà¤¸à‚à¤šà¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "एक सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤…à¤¨àà¤¸à‚चन à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤…à¤¨àà¤¸à‚चन à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "नà¤à¤" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "सàà¤à¤żà¤¤à¤ż" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "कà‹à¤ˆ सàà¤à¤żà¤¤à¤ż नà¤ıà€à¤‚" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤à¤żà¤¤à¤ż" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "कà¤à¤°àà¤Żà¤ĥà€à¤² à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ सàà¤à¤żà¤¤à¤ż लàŒà¤Ÿà¤à¤Żà‡à¤‚" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ सàà¤à¤żà¤¤à¤ż à¤Ĥà‡à¤¤à¤ à¤ıàˆ." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤ à¤Żàà¤•àà¤¤à¤ż à¤Ĵàà¤²à‰à¤• सàà¤à¤żà¤¤à¤ż à¤Şà¤à¤Żà¤" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "कà¤à¤°àà¤Żà¤ĥà€à¤² à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤Żàà¤•àà¤¤à¤ż à¤Ĵàà¤²à‰à¤• सàà¤à¤żà¤¤à¤ż à¤Şà¤à¤à¤‚" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "à¤Ĵàà¤²à‰à¤• à¤Żàà¤•àà¤¤à¤ż" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "%s %s à¤Ĵàà¤²à‰à¤• सàà¤à¤żà¤¤à¤ż à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤ संजà¤à¤² अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż à¤Şà¤à¤à¤‚" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "कà¤à¤°àà¤Żà¤ĥà€à¤² à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤ संजà¤à¤² अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż à¤Şà¤à¤à¤‚" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "अंतरà¤Ğलक à¤Żàà¤•àà¤¤à¤ż" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "अंतरà¤Ğलक सàà¤à¤żà¤¤à¤ż %s %s à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "एक à¤Ħà‹à¤à‡à¤¨ सàà¤à¤—à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "एक कà¤à¤°àà¤Żà¤ĥà€à¤² à¤Ħà‹à¤à‡à¤¨ सàà¤à¤—à¤żà¤¤" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "%s à¤Ħà‹à¤à‡à¤¨ सàà¤à¤—à¤żà¤¤ à¤ıàà¤†\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "%s à¤Ħà‹à¤à‡à¤¨ सàà¤à¤—ठà¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "XML à¤Ħà‹à¤à‡à¤¨ à¤µà¤żà¤µà¤°à¤£ सà¤à¤à¤ıà¤żà¤¤ करतठà¤Ğà¤à¤‡à¤²" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤•à‹ %s à¤Ĵनà¤à¤Żà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚ (लà‡à¤•à¤żà¤¨ आरंभ à¤à¤¤ करà‡à¤‚) एक XML à¤Ğà¤à¤‡à¤² सà‡" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s %s à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‹ %s à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤Żà¤ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤ıàˆ\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ %s à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ (à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤) आरंभ करà‡à¤‚" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "एक à¤Ħà‹à¤à‡à¤¨ आरंभ करà‡à¤‚" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Ğà¤żà¤° आरंभ à¤•à¤żà¤Żà¤\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "एक à¤Ğà¤à¤‡à¤² à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ सàà¤à¤żà¤¤à¤ż सà¤ıà‡à¤œà‡à¤‚" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "एक कà¤à¤°àà¤Żà¤ĥà€à¤² à¤Ħà‹à¤à‡à¤¨ सà¤ıà‡à¤œà‡à¤‚" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "कà¤ıà¤à¤‚ आंकà¤Ħà¤ĵठसà¤ıà‡à¤œà¤ जà¤à¤¨à¤ à¤ıàˆ" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ सà¤ıà‡à¤œà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "अनàà¤¸à‚चक à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° à¤Ĥà¤żà¤–à¤à¤à¤‚/सà‡à¤Ÿ करà‡à¤‚" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "अनàà¤¸à‚चक à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤°à‹à¤‚ à¤•à‹ à¤Ĥà¤żà¤–à¤à¤à¤‚/सà‡à¤Ÿ करà‡à¤‚" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "à¤à¤à¤¨ संभà¤à¤œà¤żà¤¤ करà‡à¤‚" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT à¤•à‡ à¤²à¤żà¤ भà¤à¤°" @@ -4404,290 +4779,292 @@ msgstr "XEN_CREDIT à¤•à‡ à¤²à¤żà¤ भà¤à¤°" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT à¤•à‡ à¤²à¤żà¤ कàˆà¤Ş" -#: src/virsh.c:1148 -#, fuzzy +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "सàà¤àƒà¤¤à¤ż आकà¤à¤° à¤•à‡ à¤²à¤żà¤Żà‡ %d कठअवàˆà¤§ à¤à¤à¤¨" +msgstr "भà¤à¤° कठअवàˆà¤§ à¤à¤à¤¨" -#: src/virsh.c:1158 -#, fuzzy +#: src/virsh.c:1162 msgid "Invalid value of cap" -msgstr "सàà¤àƒà¤¤à¤ż आकà¤à¤° à¤•à‡ à¤²à¤żà¤Żà‡ %d कठअवàˆà¤§ à¤à¤à¤¨" +msgstr "कàˆà¤Ş कठअवàˆà¤§ à¤à¤à¤¨" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "कàˆà¤Ş कठअवàˆà¤§ à¤à¤à¤¨" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "à¤¨à¤żà¤Żà‹à¤œà¤•" # done by Ravi -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "अजàà¤žà¤à¤¤" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "एक à¤Ğà¤à¤‡à¤² à¤à‡à¤‚ सà¤ıà‡à¤œà‡ सàà¤à¤żà¤¤à¤ż à¤à‡à¤‚ एक à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° भंà¤Ħà¤à¤°à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° भंà¤Ħà¤à¤°à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "à¤Şàà¤¨à¤°àà¤­à¤‚à¤Ħà¤à¤°à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤•à€ à¤¸àà¤à¤żà¤¤à¤ż" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° à¤Şàà¤¨à¤°àà¤­à¤‚à¤Ħà¤à¤°à¤żà¤¤\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° जà¤à¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤•à‡ à¤²à¤żà¤Żà‡ à¤Ğà¤à¤‡à¤² à¤à‡à¤‚ एक à¤Ħà‹à¤à‡à¤¨ कठकà‹à¤° à¤Ħà¤‚à¤Ş करà‡à¤‚" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "एक à¤Ħà‹à¤à‡à¤¨ कठकà‹à¤° à¤Ħà¤‚à¤Ş" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "कà‹à¤° à¤•à‹ à¤•à¤ıà¤à¤‚ à¤Ħà¤‚à¤Ş à¤•à¤żà¤Żà¤ à¤œà¤à¤¨à¤ à¤ıàˆ" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ à¤Ħà¤‚à¤Ş à¤•à¤żà¤Żà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤•à‹ %s à¤à‡à¤‚ कà‹à¤° à¤Ħà¤‚à¤Ş à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Ĵà¤ıà¤à¤² करà‡à¤‚" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸àà¤à¤—à¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Ĵà¤ıà¤à¤² करà‡" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵà¤ıà¤à¤² करà‡à¤‚\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° à¤Ĵà¤ıà¤à¤² à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "एक à¤Ħà‹à¤à‡à¤¨ उà¤Ĥà¤à¤ıà¤°à¤¤à¤ à¤Şà‚रàà¤µà¤• à¤Ĵंà¤Ĥ करà‡à¤‚" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "लकàà¤·àà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤à‡à¤‚ à¤Ĵंà¤Ĥ करà‡à¤‚ चलà¤à¤Żà‡à¤‚" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵंà¤Ĥ à¤ıà‹ à¤°à¤ıठà¤ıàˆ\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Ĵंà¤Ĥ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤°à¤żà¤Ĵà‚ट करà‡à¤‚" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "एक लकàà¤·àà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤à‡à¤‚ एक à¤Ğà¤żà¤° à¤Ĵà‚ट करà‡à¤‚ कà¤à¤à¤‚à¤Ħ चलà¤à¤Żà‡à¤‚" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤Ğà¤żà¤° à¤°à¤żà¤Ĵà‚ट à¤•à¤żà¤Żà¤ à¤œà¤ à¤°à¤ıठà¤ıàˆ\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤°à¤żà¤Ĵà‚ट à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "एक à¤Ħà‹à¤à‡à¤¨ खतàà¤ करà‡à¤‚" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "à¤Ĥà¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤–à¤¤àà¤ करà‡à¤‚" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s तà‹à¤Ħà¤ĵà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "%s à¤Ħà‹à¤à‡à¤¨ तà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚चनà¤" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤àŒà¤²à¤żà¤• सà‚चनठà¤Ĥà‡à¤¤à¤ à¤ıàˆ" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "नà¤à¤:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS à¤Şàà¤°à¤•à¤à¤°:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "सàà¤à¤żà¤¤à¤ż:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU सà¤à¤Ż:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸àà¤àƒà¤¤à¤ż:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "कà‹à¤ˆ सà€à¤à¤ नà¤ıà€à¤‚" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "à¤Şàà¤°à¤Żàà¤•àà¤¤ सàà¤àƒà¤¤à¤ż:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "सàà¤µà¤¤à¤ƒ आरंभ करà‡à¤‚" +msgstr "सàà¤µà¤¤à¤ƒ आरंभ करà‡à¤‚:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "नà¤à¤" +msgstr "सकàà¤°à¤żà¤Ż करà‡à¤‚" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż करà‡à¤‚" -#: src/virsh.c:1580 -#, fuzzy +#: src/virsh.c:1611 msgid "NUMA free memory" -msgstr "à¤Şàà¤°à¤Żàà¤•àà¤¤ सàà¤àƒà¤¤à¤ż:" +msgstr "NUMA à¤àà¤•àà¤¤ सàà¤àƒà¤¤à¤ż" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." -msgstr "" +msgstr "NUMA सà‡à¤² à¤•à‡ à¤²à¤żà¤ à¤Şàà¤°à¤Ĥरàà¤ĥन à¤‰à¤Şà¤²à¤Ĵàà¤§ à¤àà¤•àà¤¤ सàà¤àƒà¤¤à¤ż." -#: src/virsh.c:1586 -#, fuzzy +#: src/virsh.c:1617 msgid "NUMA cell number" -msgstr "NUMA सà‡à¤²:" +msgstr "NUMA सà‡à¤² संखàà¤Żà¤" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" -msgstr "" +msgstr "कàà¤²à¤Żà‹à¤—" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "à¤Ħà‹à¤à‡à¤¨ vcpu सà‚चनà¤" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "à¤Ħà‹à¤à‡à¤¨ वरàà¤šàà¤…ल सà€à¤Şà€à¤Żà‚ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤àŒà¤²à¤żà¤• सà‚चनठà¤Ĥà‡à¤¤à¤ à¤ıàˆ " -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU जàà¤Ħà¤ĵà¤à¤µ:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Ĵंà¤Ĥ, आभà¤à¤¸à€ CPU à¤àŒà¤œà‚à¤Ĥ नà¤ıà€à¤‚." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "कंटàà¤°à‹à¤² à¤Ħà‹à¤à‡à¤¨ vcpu जàà¤Ħà¤ĵà¤à¤µ" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "à¤Şà¤żà¤¨ à¤Ħà‹à¤à‡à¤¨ VCPU à¤•à‹ à¤­àŒà¤¤à¤żà¤• CPU à¤à‡à¤œà¤Ĵà¤à¤¨à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu संखàà¤Żà¤" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "à¤à‡à¤œà¤Ĵà¤à¤¨ cpu संखàà¤Żà¤ (कà‹à¤à¤ à¤¸à‡ à¤…à¤²à¤—)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: अवàˆà¤§ à¤Żà¤ à¤—àà¤ vCPU संखàà¤Żà¤." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: गàà¤ cpulist" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "नà‹à¤Ħ सà‚à¤šà¤¨à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "vcpupin: à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: अवàˆà¤§ vCPU संखàà¤Żà¤." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: अवàˆà¤§ à¤Şàà¤°à¤à¤°à‚à¤Ş. खà¤à¤²à€ सàà¤Ÿàà¤°à¤żà¤‚ग." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: अवàˆà¤§ à¤Şàà¤°à¤à¤°à‚à¤Ş. %d ('%c' à¤•à‡ à¤¨à¤œà¤Ĥà€à¤•) सàà¤à¤żà¤¤à¤ż à¤Şà¤° अंक à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4695,1351 +5072,1336 @@ msgid "" msgstr "" "cpulist: %s: अवàˆà¤§ à¤Şàà¤°à¤à¤°à‚à¤Ş. %d सàà¤à¤żà¤¤à¤ż (near '%c') à¤Şà¤° अंक à¤Żà¤ à¤•àŒà¤à¤ à¤•à€ à¤†à¤ĥठकर रà¤ıठà¤ıàˆ." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: अवàˆà¤§ à¤Şàà¤°à¤à¤°à‚à¤Ş. सàà¤à¤żà¤¤à¤ż %d à¤Şà¤° कàŒà¤à¤ à¤Şà€à¤›à‡ à¤ıàˆ." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "भàŒà¤¤à¤żà¤• CPU %d à¤àŒà¤œà‚à¤Ĥ नà¤ıà€à¤‚ à¤ıàˆ." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "वरàà¤šàà¤…ल सà€à¤Şà€à¤Żà‚ à¤•à€ à¤¸à¤‚à¤–àà¤Żà¤ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "à¤…à¤¤à¤żà¤à¤ż à¤Ħà‹à¤à‡à¤¨ à¤à‡à¤‚ सकàà¤°à¤żà¤Ż वरàà¤šàà¤…ल सà€à¤Şà€à¤Żà‚ à¤•à€ à¤¸à¤‚à¤–àà¤Żà¤ à¤Ĵà¤Ĥलà‡à¤‚" +msgstr "आभà¤à¤¸à€ CPU à¤•à€ à¤¸à¤‚à¤–àà¤Żà¤ à¤…à¤¤à¤żà¤à¤ż à¤Ħà‹à¤à‡à¤¨ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "वरàà¤šàà¤…ल CPU à¤•à€ à¤¸à¤‚à¤–àà¤Żà¤" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "वरàà¤šàà¤…ल CPU à¤•à€ à¤…à¤µàˆà¤§ संखàà¤Żà¤" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "à¤Ĵà¤ıàà¤¤à‡à¤•à‡ वरàà¤šàà¤…ल CPU" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤¨ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "à¤…à¤¤à¤żà¤à¤ż à¤Ħà‹à¤à‡à¤¨ à¤à‡à¤‚ à¤àŒà¤œà‚à¤Ĥठसàà¤àƒà¤¤à¤ż संभà¤à¤œà¤¨ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "सàà¤àƒà¤¤à¤ż à¤•à‡ à¤•à¤żà¤²à‹à¤Ĵà¤à¤‡à¤Ÿ à¤•à€ à¤¸à¤‚à¤–àà¤Żà¤" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "सàà¤àƒà¤¤à¤ż आकà¤à¤° à¤•à‡ à¤²à¤żà¤Żà‡ %d कठअवàˆà¤§ à¤à¤à¤¨" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "MaxMemorySize जà¤à¤‚à¤šà¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸àà¤àƒà¤¤à¤ż सà€à¤à¤ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "एक à¤…à¤¤à¤żà¤à¤ż à¤Ħà‹à¤à‡à¤¨ à¤à‡à¤‚ à¤…à¤§à¤żà¤•à¤à¤¤ सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤¨ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "à¤•à¤żà¤²à‹à¤Ĵà¤à¤‡à¤Ÿ à¤à‡à¤‚ à¤…à¤§à¤żà¤•à¤¤à¤ à¤¸àà¤àƒà¤¤à¤ż सà€à¤à¤" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "à¤àŒà¤œà‚à¤ĤठMemorySize जà¤à¤‚à¤šà¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "à¤àŒà¤œà‚à¤ĤठMemorySize à¤¸à¤żà¤•à‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "MaxMemorySize à¤Ĵà¤Ĥà¤²à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "नà‹à¤Ħ सà‚चनà¤" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "नà‹à¤Ħ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤àŒà¤²à¤żà¤• सà‚चनठà¤Ĥà‡à¤¤à¤ à¤ıàˆ" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "नà‹à¤Ħ सà‚à¤šà¤¨à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU à¤à‰à¤Ħल:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU आवàƒà¤¤à¤ż:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU सà‰à¤•à‡à¤Ÿ:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "à¤Şàà¤°à¤¤à¤ż सà‰à¤•à‡à¤Ÿ कà‹à¤°:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "à¤Şàà¤°à¤¤à¤ż कà‹à¤° à¤àà¤°à‡à¤Ħ:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA सà‡à¤²:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "सàà¤àƒà¤¤à¤ż आकà¤à¤°:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "कàà¤·à¤à¤¤à¤" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤°à¤Ş/à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤•à€ à¤•àà¤·à¤à¤¤à¤ à¤•à‹ à¤²àŒà¤Ÿà¤ रà¤ıठà¤ıàˆ." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "कàà¤·à¤à¤¤à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ सà‚चनà¤" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "एक XML à¤Ħà¤‚à¤Ş à¤•à‹ stdout à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "एक à¤Ħà‹à¤à‡à¤¨ id à¤Żà¤ UUID à¤•à‹ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤Żà¤ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤Żà¤ UUID à¤•à‹ à¤Ħà‹à¤à‡à¤¨ id à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤Żà¤ id à¤•à‹ à¤Ħà‹à¤à‡à¤¨ UUID à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤Żà¤ à¤¨à¤à¤" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "à¤Ħà‹à¤à‡à¤¨ UUID à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Ĥà‚à¤¸à¤°à‡ à¤ıà‹à¤¸àà¤Ÿ à¤à‡à¤‚ उतàà¤Şàà¤°à¤µà¤à¤¸à¤żà¤¤ कर रà¤ıठà¤ıàˆ" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Ĥà‚à¤¸à¤°à‡ à¤ıà‹à¤¸àà¤Ÿ à¤à‡à¤‚ उतàà¤Şàà¤°à¤µà¤à¤¸à¤żà¤¤ कर रà¤ıठà¤ıàˆ. लà¤à¤‡à¤µ उतàà¤Şàà¤°à¤µà¤à¤¸ à¤•à‡ à¤²à¤żà¤ --live जà‹à¤Ħà¤ĵà‡à¤‚." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "जà€à¤µà¤‚त उतàà¤Şàà¤°à¤µà¤à¤¸à¤¨" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "गंतवàà¤Ż à¤à‡à¤œà¤Ĵà¤à¤¨ कठकनà‡à¤•àà¤ĥन URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "उतàà¤Şàà¤°à¤µà¤à¤¸à¤¨ URI, à¤Şàà¤°à¤à¤Żà¤ƒ à¤à¤żà¤Ÿà¤à¤Żà¤ जठसकतठà¤ıàˆ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "उतàà¤Şàà¤°à¤µà¤à¤¸à¤żà¤¤ करà‡à¤‚: अनàà¤Şà¤¸àà¤à¤żà¤¤ desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "संजà¤à¤² सàà¤µà¤¤à¤ƒ आरंभ करà‡à¤‚" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "à¤Ĵà‚ट à¤Şà¤° संजà¤à¤² सàà¤µà¤¤à¤ƒ आरंभ à¤•à¤°à¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤¸àà¤¤ करà‡à¤‚." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "संजà¤à¤² नà¤à¤ à¤Żà¤ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "%s संजà¤à¤² à¤•à‹ à¤¸àà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "%s संजà¤à¤² à¤•à‹ à¤¸àà¤µà¤¤à¤ƒ आरंभन à¤…à¤šà¤żà¤ıàà¤¨à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "संजà¤à¤² %s सàà¤µà¤¤à¤ƒ आरंभन à¤•à‡ à¤°à‚à¤Ş à¤à‡à¤‚ à¤šà¤żà¤ıàà¤¨à¤żà¤¤\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "संजà¤à¤² %s सàà¤µà¤¤à¤ƒ आरंभन à¤•à‡ à¤°à‚à¤Ş à¤à‡à¤‚ à¤…à¤šà¤żà¤ıàà¤¨à¤żà¤¤\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤¸à¤‚à¤œà¤à¤² à¤Ĵनà¤à¤Żà‡à¤‚" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "एक संजà¤à¤² à¤Ĵनà¤à¤Żà‡à¤‚" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "एक XML संजà¤à¤² à¤µà¤żà¤µà¤°à¤£ सà¤à¤à¤ıà¤żà¤¤ करतठà¤Ğà¤à¤‡à¤²" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "%s संजà¤à¤² à¤•à‹ %s à¤Ĵनà¤à¤Żà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s à¤¸à‡ à¤¸à¤‚à¤œà¤à¤² à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "एक संजà¤à¤² à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚ (लà‡à¤•à¤żà¤¨ आरंभ à¤à¤¤ करà‡à¤‚) एक XML à¤Ğà¤à¤‡à¤² सà‡" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "एक संजà¤à¤² à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "संजà¤à¤² %s %s à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "संजà¤à¤² à¤•à‹ %s à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "एक संजà¤à¤² खतàà¤ करà‡à¤‚" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "à¤Ĥà¤żà¤Żà‡ à¤¸à¤‚à¤œà¤à¤² à¤•à‹ à¤–à¤¤àà¤ करà‡à¤‚" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "संजà¤à¤² नà¤à¤, id à¤Żà¤ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "संजà¤à¤² %s तà‹à¤Ħà¤ĵà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "%s संजà¤à¤² तà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML à¤à‡à¤‚ संजà¤à¤² सà‚चनà¤" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "stdout à¤à‡à¤‚ एक XML à¤Ħà¤‚à¤Ş à¤•à‡ à¤°à‚à¤Ş à¤à‡à¤‚ संजà¤à¤² सà‚à¤šà¤¨à¤ à¤•à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "संजà¤à¤² सà‚à¤šà€ à¤Ĥà‡à¤‚" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "संजà¤à¤² à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż संजà¤à¤² सà‚चà€à¤Ĵà¤Ĥàà¤§ करà‡à¤‚" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż व सकàà¤°à¤żà¤Ż संजà¤à¤² अनàà¤¸à‚à¤šà¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "एक सकàà¤°à¤żà¤Ż संजà¤à¤² à¤•à‡ à¤¸à‚चà€à¤•à¤°à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż संजà¤à¤² à¤•à‡ à¤¸à‚चà€à¤•à¤°à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "सàà¤µà¤¤à¤ƒ आरंभ करà‡à¤‚" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "कà‹à¤ˆ सàà¤µà¤¤à¤ƒ आरंभ नà¤ıà€à¤‚" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "सकàà¤°à¤żà¤Ż" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "एक संजà¤à¤² UUID à¤•à‹ à¤¸à¤‚à¤œà¤à¤² नà¤à¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "संजà¤à¤² uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż संजà¤à¤² (à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤) आरंभ करà‡à¤‚" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "एक संजà¤à¤² आरंभ करà‡à¤‚" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż संजà¤à¤² कठनà¤à¤" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "संजà¤à¤² %s à¤Ğà¤żà¤° आरंभ à¤•à¤żà¤Żà¤\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "%s संजà¤à¤² आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż संजà¤à¤² à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż संजà¤à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "संजà¤à¤² %s à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤ıàˆ\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ संजà¤à¤² %s à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "संजà¤à¤² नà¤à¤ à¤•à‹ à¤¸à¤‚à¤œà¤à¤² UUID à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "संजà¤à¤² नà¤à¤" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "संजà¤à¤² UUID à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "एक à¤Ħà‹à¤à‡à¤¨ सàà¤µà¤¤à¤ƒ आरंभ करà‡à¤‚" +msgstr "à¤•à¤żà¤¸à€ à¤Şàà¤² à¤•à‹ à¤¸àà¤µà¤¤à¤ƒ आरंभ करà‡à¤‚" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "à¤Ĵà‚ट à¤Şà¤° सàà¤µà¤¤à¤ƒ आरंभ à¤ıà‹à¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤à¤• à¤Ħà‹à¤à‡à¤¨ à¤µà¤żà¤¨àà¤Żà¤¸àà¤¤ करà‡à¤‚" +msgstr "à¤Ĵà‚ट à¤Şà¤° सàà¤µà¤¤à¤ƒ आरंभ à¤ıà‹à¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤à¤• à¤Şàà¤² à¤µà¤żà¤¨àà¤Żà¤¸àà¤¤ करà‡à¤‚" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤Żà¤ uuid" +msgstr "à¤Şàà¤² नà¤à¤ à¤Żà¤ uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "%s संजà¤à¤² à¤•à‹ à¤¸àà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şàà¤² %s à¤•à‹ à¤‘à¤Ÿà‹à¤¸àà¤Ÿà¤à¤°àà¤Ÿ à¤šà¤żà¤ıàà¤¨à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "%s संजà¤à¤² à¤•à‹ à¤¸àà¤µà¤¤à¤ƒ आरंभन à¤…à¤šà¤żà¤ıàà¤¨à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² à¤•à‹ à¤¸àà¤µà¤¤à¤ƒ आरंभन à¤…à¤šà¤żà¤ıàà¤¨à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ कठसàà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨ लग à¤—à¤Żà¤\n" +msgstr "%s à¤Şàà¤² कठसàà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨ लग à¤—à¤Żà¤\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "" -"%s à¤Ħà‹à¤à‡à¤¨ कठसàà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨ à¤ıट à¤—à¤Żà¤ \n" -"\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "XML à¤Ħà‹à¤à‡à¤¨ à¤µà¤żà¤µà¤°à¤£ सà¤à¤à¤ıà¤żà¤¤ करतठà¤Ğà¤à¤‡à¤²" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤•à‹ %s à¤Ĵनà¤à¤Żà¤ à¤—à¤Żà¤\n" +msgstr "%s à¤Şàà¤² कठसàà¤µà¤¤à¤ƒ आरंभन à¤šà¤żà¤ıàà¤¨ à¤ıट à¤—à¤Żà¤ \n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤Şàà¤² à¤Ĵनà¤à¤à¤" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "एक à¤Şàà¤² à¤Ĵनà¤à¤Żà‡à¤‚." + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "XML à¤Şàà¤² à¤µà¤żà¤µà¤°à¤£ सà¤à¤à¤ıà¤żà¤¤ करतठà¤Ğà¤à¤‡à¤²" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "%s à¤Şàà¤² à¤•à‹ %s à¤¸à‡ à¤Ĵनà¤à¤Żà¤ à¤—à¤Żà¤\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "%s à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤¸à‡ à¤Şàà¤² à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" +msgstr "args à¤•à‡ à¤¸à‡à¤Ÿ à¤¸à‡ à¤Şàà¤² à¤Ĵनà¤à¤à¤" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "à¤Şàà¤² कठनà¤à¤" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "à¤Şàà¤² à¤•à¤ à¤Şàà¤°à¤•à¤à¤°" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "अंतःसàà¤à¤żà¤¤ भंà¤Ħà¤à¤° à¤•à‡ à¤²à¤żà¤ सàà¤°à‹à¤¤ à¤ıà‹à¤¸àà¤Ÿ" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "अंतःसàà¤à¤żà¤¤ à¤Şà¤ à¤•à‡ à¤²à¤żà¤ सàà¤°à‹à¤¤ à¤ıà‹à¤¸àà¤Ÿ" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "अंतःसàà¤à¤żà¤¤ à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤ सàà¤°à‹à¤¤ à¤ıà‹à¤¸àà¤Ÿ" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "अंतःसàà¤à¤żà¤¤ भंà¤Ħà¤à¤° à¤•à‡ à¤²à¤żà¤ लकàà¤·àà¤Ż" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "à¤Ĵà¤Ğर संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "XML à¤Ĵà¤Ğर आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤•à‹ %s à¤Ĵनà¤à¤Żà¤ à¤—à¤Żà¤\n" +msgstr "à¤Şàà¤² %s à¤¨à¤żà¤°àà¤à¤żà¤¤\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "%s à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚ (लà‡à¤•à¤żà¤¨ आरंभ à¤à¤¤ करà‡à¤‚) एक XML à¤Ğà¤à¤‡à¤² सà‡" +msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤¸à‡ à¤Şàà¤² (लà‡à¤•à¤żà¤¨ आरंभ à¤à¤¤ करà‡à¤‚) à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" +msgstr "एक à¤Şàà¤² à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚." -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s %s à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤\n" +msgstr "à¤Şàà¤² %s %s à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‹ %s à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤¸à‡ à¤Şàà¤² à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "args à¤•à‡ à¤¸à‡à¤Ÿ à¤¸à‡ à¤Şàà¤² à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "अंतःसàà¤à¤żà¤¤ à¤Şà¤ à¤•à‡ à¤²à¤żà¤ सàà¤°à‹à¤¤ à¤ıà‹à¤¸àà¤Ÿ" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s %s à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤\n" +msgstr "à¤Şàà¤² %s à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ %s à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şàà¤² %s à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "à¤Şàà¤² à¤Ĵनà¤à¤à¤" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "à¤•à¤żà¤¸à€ à¤Ĥà¤żà¤ à¤Şàà¤² à¤•à‹ à¤Ĵनà¤à¤à¤" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "à¤Şàà¤² %s à¤¨à¤żà¤°àà¤à¤żà¤¤\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ सàà¤à¤—ठà¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "एक à¤Ħà‹à¤à‡à¤¨ खतàà¤ करà‡à¤‚" +msgstr "एक à¤Şàà¤² खतàà¤ करà‡à¤‚" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "à¤Ĥà¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤–à¤¤àà¤ करà‡à¤‚" +msgstr "à¤Ĥà¤żà¤Żà‡ à¤Şàà¤² à¤•à‹ à¤–à¤¤àà¤ करà‡à¤‚." -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s तà‹à¤Ħà¤ĵà¤ à¤—à¤Żà¤\n" +msgstr "à¤Şàà¤² %s तà‹à¤Ħà¤ĵà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ तà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² तà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "à¤Şàà¤² à¤à¤żà¤Ÿà¤à¤à¤" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "à¤Ĥà¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤–à¤¤àà¤ करà‡à¤‚" +msgstr "à¤Ĥà¤żà¤Żà‡ à¤Şàà¤² à¤•à‹ à¤à¤żà¤Ÿà¤à¤à¤" -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s तà‹à¤Ħà¤ĵà¤ à¤—à¤Żà¤\n" +msgstr "à¤Şàà¤² %s à¤à¤żà¤Ÿà¤à¤Żà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ तà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² à¤à¤żà¤Ÿà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "à¤Şàà¤² तà¤à¤œà¤ करà‡à¤‚" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "à¤Ĥà¤żà¤Żà¤ à¤Şàà¤² तà¤à¤œà¤ करà‡à¤‚." -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵà¤ıà¤à¤² करà‡à¤‚\n" +msgstr "à¤Şàà¤² %s तà¤à¤œà¤ à¤•à¤żà¤Żà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° à¤Ĵà¤ıà¤à¤² à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² तà¤à¤œà¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XML à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ सà‚चनà¤" +msgstr "XML à¤à‡à¤‚ à¤Şàà¤² सà‚चनà¤" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "एक XML à¤Ħà¤‚à¤Ş à¤•à‹ stdout à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." +msgstr "एक XML à¤Ħà¤‚à¤Ş à¤•à‹ stdout à¤à‡à¤‚ à¤Şàà¤² सà‚à¤šà¤¨à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ" +msgstr "à¤Şàà¤² à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤‚" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ" +msgstr "à¤Şàà¤² à¤•à€ à¤µà¤à¤Şà¤¸à€ सà‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ." -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ अनàà¤¸à‚à¤šà¤żà¤¤ करà‡à¤‚" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Şàà¤² सà‚à¤šà€ à¤Ĥà‡à¤‚" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż व सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ अनàà¤¸à‚à¤šà¤żà¤¤ करà‡à¤‚" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż व सकàà¤°à¤żà¤Ż à¤Şàà¤² à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤‚" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "एक सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤…à¤¨àà¤¸à‚चन à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "सकàà¤°à¤żà¤Ż à¤Şàà¤² à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤…à¤¨àà¤¸à‚चन à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Şàà¤² à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%s à¤à‡à¤‚ अवàˆà¤§ संजà¤à¤² संकà‡à¤¤à¤•" +msgstr "%s à¤à‡à¤‚ अवàˆà¤§ भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² संकà‡à¤¤à¤•" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "कई à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤ıàˆà¤‚" +msgstr "कई भंà¤Ħà¤à¤° à¤Şà‚ल à¤Şàà¤°à¤à¤Şàà¤¤" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "सàà¤àƒà¤¤à¤ż à¤•à‡ à¤Ĵà¤à¤ıर" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ %s à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şàà¤² %s à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "कई à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤ıàˆà¤‚" +msgstr "कई भंà¤Ħà¤à¤° à¤Şà‚ल à¤Şàà¤°à¤à¤Şàà¤¤" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "नà‹à¤Ħ सà‚चनà¤" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² सà‚चनà¤" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "नà‹à¤Ħ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤àŒà¤²à¤żà¤• सà‚चनठà¤Ĥà‡à¤¤à¤ à¤ıàˆ" +msgstr "भंà¤Ħà¤à¤° à¤Şàà¤² à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤àŒà¤²à¤żà¤• सà‚चनठà¤Ĥà‡à¤¤à¤ à¤ıàˆ." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" -msgstr "" +msgstr "तàˆà¤Żà¤à¤° कर रà¤ıठà¤ıàˆ" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "कà¤à¤°àà¤Żà¤ĥà€à¤²" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" -msgstr "" +msgstr "à¤Şà¤Ĥà¤à¤µà¤¨à¤¤" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" -msgstr "" +msgstr "कàà¤·à¤à¤¤à¤:" -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" -msgstr "à¤Ħà‹à¤à‡à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +msgstr "संभà¤à¤œà¤¨:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" -msgstr "" - -#: src/virsh.c:3664 -#, fuzzy -msgid "convert a pool UUID to pool name" -msgstr "एक संजà¤à¤² UUID à¤•à‹ à¤¸à¤‚à¤œà¤à¤² नà¤à¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" - -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "à¤Ħà‹à¤à‡à¤¨ uuid" - -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ (à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤) आरंभ करà‡à¤‚" - -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "एक à¤Ħà‹à¤à‡à¤¨ आरंभ करà‡à¤‚" +msgstr "à¤‰à¤Şà¤²à¤Ĵàà¤§:" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "एक à¤Şàà¤² UUID à¤•à‹ à¤Şàà¤² नà¤à¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "à¤Şàà¤² uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Şàà¤² (à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤) आरंभ करà‡à¤‚" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "एक à¤Şàà¤² आरंभ करà‡à¤‚" + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Şàà¤² कठनà¤à¤" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Ğà¤żà¤° आरंभ à¤•à¤żà¤Żà¤\n" +msgstr "à¤Şàà¤² %s आरंभ à¤•à¤żà¤Żà¤\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" +msgstr "args à¤•à‡ à¤¸à‡à¤Ÿ à¤¸à‡ à¤†à¤Żà¤¤à¤¨ à¤Ĵनà¤à¤à¤" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "एक à¤Ħà‹à¤à‡à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" +msgstr "एक à¤†à¤Żà¤¤à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ कठनà¤à¤" +msgstr "à¤†à¤Żà¤¤à¤¨ कठनà¤à¤" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "वàˆà¤•à¤²àà¤Şà¤żà¤• k,M,G,T à¤Şàà¤°à¤¤àà¤Żà¤Ż à¤•à‡ à¤¸à¤à¤ à¤†à¤Żà¤¤à¤¨ कठआकà¤à¤°" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "वàˆà¤•à¤²àà¤Şà¤żà¤• k,M,G,T à¤Şàà¤°à¤¤àà¤Żà¤Ż à¤•à‡ à¤¸à¤à¤ à¤†à¤°à¤‚à¤­à¤żà¤• आà¤Ĵंटन आकà¤à¤°" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² à¤Şàà¤°à¤à¤°à‚à¤Ş à¤Şàà¤°à¤•à¤à¤° raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ आकà¤à¤° %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤•à‹ %s à¤Ĵनà¤à¤Żà¤ à¤—à¤Żà¤\n" +msgstr "à¤†à¤Żà¤¤à¤¨ %s à¤¨à¤żà¤°àà¤à¤żà¤¤\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤†à¤Żà¤¤à¤¨ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" +msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Şàà¤² à¤µà¤żà¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" +msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Şàà¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤µà¤żà¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤ıàˆ\n" +msgstr "à¤Şàà¤² %s à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤żà¤Żà¤ à¤—à¤Żà¤ à¤ıàˆ\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ %s à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şàà¤² %s à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "संजà¤à¤² नà¤à¤ à¤•à‹ à¤¸à¤‚à¤œà¤à¤² UUID à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡" +msgstr "à¤Şà‚ल नà¤à¤ à¤•à‹ à¤Şà‚ल UUID à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "à¤Ħà‹à¤à‡à¤¨ UUID à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Şà‚ल UUID à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "XML à¤Ħà‹à¤à‡à¤¨ à¤µà¤żà¤µà¤°à¤£ सà¤à¤à¤ıà¤żà¤¤ करतठà¤Ğà¤à¤‡à¤²" +msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤¸à‡ à¤†à¤Żà¤¤à¤¨ à¤Ĵनà¤à¤Żà‡à¤‚" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "XML à¤†à¤Żà¤¤à¤¨ à¤µà¤żà¤µà¤°à¤£ सà¤à¤à¤ıà¤żà¤¤ करतठà¤Ğà¤à¤‡à¤²" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤•à‹ %s à¤Ĵनà¤à¤Żà¤ à¤—à¤Żà¤\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "%s à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "à¤Ĥà¤żà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤–à¤¤àà¤ करà‡à¤‚" - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "%s à¤†à¤Żà¤¤à¤¨ %s à¤¸à‡ à¤Ĵनà¤à¤Żà¤ à¤—à¤Żà¤\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "%s à¤¸à‡ à¤†à¤Żà¤¤à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "एक à¤†à¤Żà¤¤à¤¨ à¤à¤żà¤Ÿà¤à¤à¤" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "à¤Ĥà¤żà¤Żà‡ à¤†à¤Żà¤¤à¤¨ à¤•à‹ à¤à¤żà¤Ÿà¤à¤à¤." + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "à¤†à¤Żà¤¤à¤¨ नà¤à¤, कàà¤‚à¤œà€ à¤Żà¤ à¤Şà¤" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s तà‹à¤Ħà¤ĵà¤ à¤—à¤Żà¤\n" +msgstr "à¤†à¤Żà¤¤à¤¨ %s à¤à¤żà¤Ÿà¤à¤Żà¤ à¤—à¤Żà¤\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ तà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤†à¤Żà¤¤à¤¨ à¤à¤żà¤Ÿà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "नà‹à¤Ħ सà‚चनà¤" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ सà‚चनà¤" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "नà‹à¤Ħ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤àŒà¤²à¤żà¤• सà‚चनठà¤Ĥà‡à¤¤à¤ à¤ıàˆ" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤àŒà¤²à¤żà¤• सà‚चनठà¤Ĥà‡à¤¤à¤ à¤ıàˆ" -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "OS à¤Şàà¤°à¤•à¤à¤°:" +msgstr "à¤Şàà¤°à¤•à¤à¤°:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML à¤Ğà¤à¤‡à¤²" +msgstr "à¤Ğà¤à¤‡à¤²" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" -msgstr "à¤Ĵàà¤²à‰à¤• à¤•à¤żà¤Żà¤" +msgstr "à¤Ĵàà¤²à‰à¤•" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XML à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ सà‚चनà¤" +msgstr "XML à¤à‡à¤‚ à¤†à¤Żà¤¤à¤¨ सà‚चनà¤" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "एक XML à¤Ħà¤‚à¤Ş à¤•à‹ stdout à¤à‡à¤‚ à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." +msgstr "एक XML à¤Ħà¤‚à¤Ş à¤•à‹ stdout à¤à‡à¤‚ à¤†à¤Żà¤¤à¤¨ सà‚à¤šà¤¨à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ" +msgstr "à¤†à¤Żà¤¤à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤‚" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ" +msgstr "à¤Şàà¤² à¤•à‡ à¤†à¤§à¤à¤° à¤Şà¤° सà‚à¤šà€ à¤Ĥà‡à¤¤à¤ à¤ıàˆ." -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "एक सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤…à¤¨àà¤¸à‚चन à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "एक सकàà¤°à¤żà¤Ż à¤†à¤Żà¤¤à¤¨ à¤•à€ à¤¸à‚à¤šà€ à¤Ĥà‡à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "à¤Şà¤" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "एक संजà¤à¤² UUID à¤•à‹ à¤¸à¤‚à¤œà¤à¤² नà¤à¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" +msgstr "एक à¤†à¤Żà¤¤à¤¨ UUID à¤•à‹ à¤†à¤Żà¤¤à¤¨ नà¤à¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "à¤†à¤Żà¤¤à¤¨ कàà¤‚à¤œà€ à¤Żà¤ à¤Şà¤" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "एक संजà¤à¤² UUID à¤•à‹ à¤¸à¤‚à¤œà¤à¤² नà¤à¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" +msgstr "एक à¤†à¤Żà¤¤à¤¨ UUID à¤•à‹ à¤†à¤Żà¤¤à¤¨ कàà¤‚à¤œà€ à¤Ĵà¤Ĥलà‡à¤‚" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "à¤Ħà‹à¤à‡à¤¨ uuid" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "एक संजà¤à¤² UUID à¤•à‹ à¤¸à¤‚à¤œà¤à¤² नà¤à¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "à¤†à¤Żà¤¤à¤¨ uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "एक à¤†à¤Żà¤¤à¤¨ UUID à¤•à‹ à¤†à¤Żà¤¤à¤¨ à¤Şà¤ à¤à‡à¤‚ à¤Ĵà¤Ĥलà‡à¤‚" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "à¤†à¤Żà¤¤à¤¨ नà¤à¤ à¤Żà¤ à¤•àà¤‚जà€" + +#: src/virsh.c:4347 msgid "show version" msgstr "संसàà¤•à¤°à¤£ à¤Ĥà¤żà¤–à¤à¤Żà‡à¤‚" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "à¤¸à¤żà¤¸àà¤Ÿà¤ संसàà¤•à¤ħण सà‚चनठà¤Ĥà¤żà¤–à¤à¤Żà‡à¤‚" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤Şàà¤°à¤•à¤à¤° à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ à¤•à‡ à¤Ĵरकàà¤¸ à¤•à¤‚à¤Şà¤à¤‡à¤²: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ संसàà¤•à¤°à¤£ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ à¤•à¤ à¤Şàà¤°à¤Żà‹à¤— कर रà¤ıठà¤ıàˆ: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API à¤•à¤ à¤Şàà¤°à¤Żà‹à¤— कर रà¤ıठà¤ıàˆ: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° संसàà¤•à¤ħण à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "एकà¤Ĥठठà€à¤• %s à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° संसàà¤•à¤°à¤£ खà€à¤‚च नà¤ıà€à¤‚ सकतà¤\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° चलठरà¤ıठà¤ıàˆ: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA इस à¤à‡à¤œà¤Ĵà¤à¤¨ à¤Şà¤° सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "कàà¤·à¤à¤¤à¤" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤œàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤…à¤¨àà¤¸à‚चन à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "एक XML à¤Ħà¤‚à¤Ş à¤•à‹ stdout à¤à‡à¤‚ à¤†à¤Żà¤¤à¤¨ सà‚à¤šà¤¨à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "à¤Żàà¤•àà¤¤à¤ż" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ छà¤à¤Şà‡à¤‚" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° कàˆà¤¨à‹à¤¨à¤żà¤•à¤² URI छà¤à¤Şà‡à¤‚" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc à¤Şàà¤°à¤Ĥरàà¤ĥन" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC à¤Şàà¤°à¤Ĥरàà¤ĥन à¤•à‡ à¤²à¤żà¤Żà‡ IP à¤Şà¤¤à¤ à¤”à¤° à¤Şà‹à¤°àà¤Ÿ संखàà¤Żà¤ à¤•à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty कंसà‹à¤²" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY कंसà‹à¤² à¤•à‡ à¤²à¤żà¤ à¤Żàà¤•àà¤¤à¤ż à¤•à¤ à¤†à¤‰à¤Ÿà¤Şàà¤Ÿ à¤Ĥà‡à¤‚." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "XML à¤Ğà¤à¤‡à¤² à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż जà‹à¤Ħà¤ĵà‡à¤‚" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "XML à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż जà‹à¤Ħà¤ĵà‡à¤‚ ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML à¤Ğà¤à¤‡à¤²" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device: गàà¤ à¤µà¤żà¤•à¤²àà¤Ş" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "एक XML à¤Ğà¤à¤‡à¤² à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż अलग करà‡à¤‚" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "एक XML à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż अलग करà‡à¤‚ " -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device: गàà¤ à¤µà¤żà¤•à¤²àà¤Ş" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s à¤¸à‡ à¤Żàà¤•àà¤¤à¤ż अलग à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "संजà¤à¤² अंतरà¤Ğलक जà‹à¤Ħà¤ĵà‡à¤‚" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "à¤¨à¤Żà¤ à¤¸à¤‚à¤œà¤à¤² अंतरà¤Ğलक जà‹à¤Ħà¤ĵà‡à¤‚." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "संजà¤à¤² अंतरà¤Ğलक à¤Şàà¤°à¤•à¤à¤°" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "संजà¤à¤² अंतरà¤Ğलक कठà¤ĥàà¤°à‹à¤¤" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "लकàà¤·àà¤Ż संजà¤à¤² नà¤à¤" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC à¤Şà¤¤à¤" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "संजà¤à¤² अंतरà¤Ğलक à¤Ĵàà¤°à¤żà¤œ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤Şàà¤°à¤Żàà¤•àà¤¤à¤ż सàà¤•àà¤°à¤żà¤Şàà¤Ÿ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "%s कà‹à¤ˆ सà¤à¤°àà¤à¤¨ 'attach-interface' कà¤à¤à¤‚à¤Ħ à¤à‡à¤‚ नà¤ıà€à¤‚" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "संजà¤à¤² अंतरà¤Ğलक अलग करà‡à¤‚" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "संजà¤à¤² अंतरà¤Ğलक अलग करà‡à¤‚." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "अंतरà¤Ğलक सà‚à¤šà¤¨à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "कà‹à¤ˆ अंतरà¤Ğलक नà¤ıà€à¤‚ à¤à¤żà¤²à¤ à¤œà¤żà¤¸à¤•à¤ à¤Şàà¤°à¤•à¤à¤° %s à¤ıàˆ" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "कà‹à¤ˆ अंतरà¤Ğलक नà¤ıà€à¤‚ à¤à¤żà¤²à¤ à¤œà¤żà¤¸à¤•à¤ MAC à¤Şà¤¤à¤ %s à¤ıàˆ" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż जà‹à¤Ħà¤ĵà‡à¤‚" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "à¤¨à¤Żà€ à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż जà‹à¤Ħà¤ĵà‡à¤‚." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż कठà¤ĥàà¤°à‹à¤¤" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż कठलकàà¤·àà¤Ż" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż कठà¤Ħàà¤°à¤à¤‡à¤µà¤°" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż कठसà¤Ĵà¤Ħàà¤°à¤à¤‡à¤µà¤°" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "à¤Żàà¤•àà¤¤à¤ż à¤Şà¤ à¤¨ à¤Żà¤ à¤²à‡à¤–न à¤•à¤ à¤Şàà¤°à¤•à¤à¤°" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "कà‹à¤ˆ सà¤à¤°àà¤à¤¨ %s 'attach-disk' कà¤à¤à¤‚à¤Ħ à¤à‡à¤‚" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż अलग करà‡à¤‚" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "à¤Ħà¤żà¤¸àà¤• à¤Żàà¤•àà¤¤à¤ż अलग करà‡à¤‚." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "à¤Ħà¤żà¤¸àà¤• सà‚à¤šà¤¨à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "कà‹à¤ˆ जàà¤žà¤à¤¤ à¤Ħà¤żà¤¸àà¤• नà¤ıà€à¤‚ à¤œà¤żà¤¸à¤•à¤ à¤²à¤•àà¤·àà¤Ż %s à¤ıàˆ" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "init सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤àƒà¤¤à¤ż à¤Ğà¤à¤‡à¤² calloc à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤" +msgstr "lvs कà¤à¤à¤‚à¤Ħ à¤µà¤żà¤Ğल" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs कà¤à¤à¤‚à¤Ħ à¤µà¤żà¤Ğल exitstatus %d à¤•à‡ à¤¸à¤à¤" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż संजà¤à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż संजà¤à¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" +msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Şàà¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤µà¤żà¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" +msgstr "एक à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Şàà¤² à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤µà¤żà¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ करà‡à¤‚" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "इस अंतःकàà¤°à¤żà¤Żà¤à¤¤àà¤à¤• टरàà¤à¤żà¤¨à¤² छà‹à¤Ħà¤ĵà‡à¤‚" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "कà¤à¤à¤‚à¤Ħ '%s' à¤•à‡ à¤²à¤żà¤Żà‡ <%s> à¤µà¤żà¤•à¤²àà¤Ş जरà‚रà€" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "कà¤à¤à¤‚à¤Ħ '%s' à¤•à‡ à¤²à¤żà¤Żà‡ --%s à¤µà¤żà¤•à¤²àà¤Ş जरà‚रà€" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "कà¤à¤à¤‚à¤Ħ '%s' à¤àŒà¤œà‚à¤Ĥ नà¤ıà€à¤‚ à¤ıàˆ" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " नà¤à¤\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6047,7 +6409,7 @@ msgstr "" "\n" " सà¤à¤°à¤à¤‚à¤ĥ\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6055,7 +6417,7 @@ msgstr "" "\n" " à¤µà¤żà¤µà¤°à¤£\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6063,55 +6425,53 @@ msgstr "" "\n" " à¤µà¤żà¤•à¤²àà¤Ş\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤Żà¤ id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "'%s' à¤Ħà‹à¤à‡à¤¨ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ संजà¤à¤² नà¤à¤" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "'%s' संजà¤à¤² à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ संजà¤à¤² नà¤à¤" +msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤Şàà¤² नà¤à¤" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "'%s' à¤Ħà‹à¤à‡à¤¨ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "'%s' à¤Şàà¤² à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ संजà¤à¤² नà¤à¤" +msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤†à¤Żà¤¤à¤¨ नà¤à¤" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "'%s' à¤Ħà‹à¤à‡à¤¨ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "'%s' à¤†à¤Żà¤¤à¤¨ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6122,130 +6482,129 @@ msgstr "" "(सà¤à¤Ż: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "गàà¤ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ टà‹à¤•à‡à¤¨ (कà¤à¤à¤‚à¤Ħ नà¤à¤): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "अजàà¤žà¤à¤¤ कà¤à¤à¤‚à¤Ħ: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "कà¤à¤à¤‚à¤Ħ '%s' à¤µà¤żà¤•à¤²àà¤Ş कठसà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ करतठà¤ıàˆ --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ वà¤à¤•àà¤Ż रचनà¤: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "संखàà¤Żà¤" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "सàà¤Ÿàà¤°à¤żà¤‚ग" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ आंकà¤Ħà¤ĵठ'%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "à¤µà¤żà¤•à¤²àà¤Ş" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "आंकà¤Ħà¤ĵà¤" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML à¤Ğà¤à¤‡à¤²" +msgstr "à¤Ğà¤à¤‡à¤²" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "ठà¤ıरà¤à¤Żà¤ à¤—à¤Żà¤" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "à¤Ĵंà¤Ĥ सàà¤à¤żà¤¤à¤ż à¤à‡à¤‚" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "à¤Ĵंà¤Ĥ करà‡à¤‚" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "कàà¤°à‡à¤ĥ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "ऑà¤Ğलà¤à¤‡à¤¨" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "कà‹à¤ˆ à¤µà¤żà¤§à¤żà¤• संà¤Ĵंधन नà¤ıà€à¤‚" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: तàà¤°àà¤Ÿà¤ż: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "तàà¤°àà¤Ÿà¤ż: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d à¤Ĵà¤à¤‡à¤Ÿ à¤Ĥà‡à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu à¤Ĵà¤à¤‡à¤Ÿ आà¤Ĵंटन à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤à‡à¤‚ जàà¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² सà‚à¤šà¤¨à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "लà‰à¤— à¤Şà¤ à¤Ğà¤à¤‡à¤² नà¤ıà€à¤‚ à¤ıàˆ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल. लà‰à¤— à¤Ğà¤à¤‡à¤² à¤Şà¤ à¤œà¤à¤‚चà‡à¤‚" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤µà¤żà¤¸à¤‚à¤Ĵà¤‚à¤§à¤żà¤¤ à¤ıà‹à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6278,7 +6637,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6288,12 +6647,12 @@ msgstr "" " (कà¤à¤à¤‚à¤Ħ à¤•à‡ à¤Ĵà¤à¤°à‡ à¤à‡à¤‚ à¤µà¤żà¤¸àà¤¤à¤à¤° à¤•à‡ à¤²à¤żà¤ à¤à¤Ĥà¤Ĥ à¤¨à¤żà¤°àà¤Ĥà¤żà¤·àà¤Ÿ करà‡à¤‚)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤µà¤żà¤•à¤²àà¤Ş '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6302,7 +6661,7 @@ msgstr "" "%s à¤à‡à¤‚ à¤†à¤Şà¤•à¤ à¤¸àà¤µà¤à¤—त à¤ıàˆ, वरàà¤šàà¤…लà¤à¤‡à¤œà‡à¤ĥन कठअंतःकàà¤°à¤żà¤Żà¤à¤¤àà¤à¤• टरàà¤à¤żà¤¨à¤².\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6320,892 +6679,956 @@ msgstr "चà‡à¤¤à¤à¤µà¤¨à€" msgid "error" msgstr "तàà¤°àà¤Ÿà¤ż" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "कà‹à¤ˆ तàà¤°àà¤Ÿà¤ż संà¤Ĥà‡à¤ĥ नà¤ıà€à¤‚ à¤Ĥà¤żà¤Żà¤ à¤—à¤Żà¤" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "à¤†à¤‚à¤¤à¤°à¤żà¤• तàà¤°àà¤Ÿà¤ż %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "à¤†à¤‚à¤¤à¤°à¤żà¤• तàà¤°àà¤Ÿà¤ż" # done by Ravi -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "à¤Żà¤ı à¤Şàà¤°à¤•à¤à¤°àà¤Ż à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤¸à¤à¤°àà¤à¤żà¤¤ नà¤ıà€ à¤ıàˆ" # done by Ravi -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "à¤Żà¤ı à¤Şàà¤°à¤•à¤à¤°àà¤Ż à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤°: %s à¤¸à‡ à¤¸à¤à¤°àà¤à¤żà¤¤ नà¤ıà€ à¤ıàˆ" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s à¤¸à‡ à¤œàà¤Ħà¤ĵ नà¤ıà€à¤‚ सकà¤" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "इसà¤à‡à¤‚ अवàˆà¤§ संà¤Ĵंधन संकà‡à¤¤à¤•" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s à¤à‡à¤‚ अवàˆà¤§ संà¤Ĵंधन संकà‡à¤¤à¤•" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s à¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "इसà¤à‡à¤‚ अवàˆà¤§ तरàà¤•" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s à¤à‡à¤‚ अवàˆà¤§ तरàà¤•" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "उतàà¤¤à¤° à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "अजàà¤žà¤à¤¤ HTTP तàà¤°àà¤Ÿà¤ż कà‹à¤Ħ %d à¤Şà¤à¤Żà¤" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "अजàà¤žà¤à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "अजàà¤žà¤à¤¤ à¤à‡à¤œà¤Ĵà¤à¤¨" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr à¤•à‹ à¤¸à€à¤°à¤żà¤Żà¤²à¤à¤‡à¤œ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr à¤•à‹ à¤¸à€à¤°à¤żà¤Żà¤²à¤à¤‡à¤œ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿà¤ż à¤•à¤ à¤Şàà¤°à¤Żà‹à¤— नà¤ıà€à¤‚ कर सकà¤" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen à¤ıà¤à¤‡à¤Şà¤°à¤µà¤żà¤œà¤° à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿà¤ż %s à¤•à¤ à¤Şàà¤°à¤Żà‹à¤— नà¤ıà€à¤‚ कर सकà¤" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen भंà¤Ħà¤à¤° à¤à‡à¤‚ जà‹à¤Ħà¤ĵ नà¤ıà€à¤‚ जठसकà¤" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen भंà¤Ħà¤à¤° %s à¤à‡à¤‚ जà‹à¤Ħà¤ĵ नà¤ıà€à¤‚ जठसकà¤" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d à¤µà¤żà¤Ğल" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "गàà¤ करàà¤¨à‡à¤² सà‚चनà¤" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s à¤à‡à¤‚ गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "%s à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ लकàà¤·àà¤Ż सà‚चनà¤" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "%s à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ लकàà¤·àà¤Ż सà‚चनà¤" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "गàà¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ सà‚चनà¤" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s à¤à‡ गàà¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ सà‚चनà¤" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "गàà¤ à¤‘à¤Şà¤°à‡à¤Ÿà¤żà¤‚ग à¤¸à¤żà¤¸àà¤Ÿà¤ सà‚चनà¤" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤‘à¤Şà¤°à‡à¤Ÿà¤żà¤‚ग à¤¸à¤żà¤¸àà¤Ÿà¤ सà‚चनà¤" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "गàà¤ à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "कई à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤ıàˆà¤‚" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s à¤à‡à¤‚ कई à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤ıàˆà¤‚" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ कà‰à¤² à¤µà¤żà¤Ğल रà¤ıà¤, संभवतः सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ कà‰à¤² %s à¤µà¤żà¤Ğल रà¤ıà¤, संभवतः सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML à¤µà¤żà¤µà¤°à¤£ सà¤ıà€ à¤¸àà¤µà¤°à‚à¤Ş à¤à‡à¤‚ नà¤ıà€à¤‚ à¤ıàˆ à¤Żà¤ à¤…à¤µàˆà¤§ à¤ıàˆ" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "XML à¤µà¤żà¤µà¤°à¤£ %s à¤•à‡ à¤²à¤żà¤Żà‡ à¤…à¤šàà¤›à‡ रà‚à¤Ş à¤à‡à¤‚ नà¤ıà€à¤‚ à¤ıàˆ à¤Żà¤ à¤…à¤µàˆà¤§ à¤ıàˆ" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "à¤Żà¤ı à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "à¤¸à¤żà¤°àà¤Ğ à¤Şà¤ à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤…à¤­à¤żà¤—à¤ à¤ıà‡à¤¤à à¤‘à¤Şà¤°à‡à¤ĥन à¤à¤¨à¤" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "à¤¸à¤żà¤°àà¤Ğ à¤Şà¤ à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤…à¤­à¤żà¤—à¤ à¤ıà‡à¤¤à à¤‘à¤Şà¤°à‡à¤ĥन %s à¤à¤¨à¤" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤µà¤żà¤¨àà¤Żà¤à¤¸ खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "%s à¤•à‹ à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤–à‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "%s à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤•à‡ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "%s à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤•à‡ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Ż रचनठतàà¤°àà¤Ÿà¤ż" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "à¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Ż रचनठतàà¤°àà¤Ÿà¤ż à¤µà¤żà¤¨àà¤Żà¤¸àà¤¤ कर रà¤ıठà¤ıàˆ: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "à¤µà¤żà¤ĥàà¤²à‡à¤·à¤• तàà¤°àà¤Ÿà¤ż" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "इसà¤à‡à¤‚ अवàˆà¤§ संजà¤à¤² संकà‡à¤¤à¤•" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s à¤à‡à¤‚ अवàˆà¤§ संजà¤à¤² संकà‡à¤¤à¤•" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "à¤Żà¤ı संजà¤à¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "%s संजà¤à¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "à¤¸à¤żà¤¸àà¤Ÿà¤ आà¤ıàà¤µà¤à¤¨ तàà¤°àà¤Ÿà¤ż" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC तàà¤°àà¤Ÿà¤ż" # done by Ravi -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS कà‰à¤² तàà¤°àà¤Ÿà¤ż" # done by Ravi -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" # done by Ravi -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" # done by Ravi -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€ à¤à¤żà¤²à¤" # done by Ravi -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤ıà€ à¤à¤żà¤²à¤: %s" # done by Ravi -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤: %s" -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "अà¤à¤à¤¨àà¤Ż MAC à¤Şà¤¤à¤" -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "अà¤à¤à¤¨àà¤Ż MAC à¤Şà¤¤à¤: %s" -#: src/virterror.c:688 -#, fuzzy -msgid "authentication failed" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" - -#: src/virterror.c:690 -#, fuzzy, c-format -msgid "authentication failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" - -# done by Ravi -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤" - #: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤: %s" +msgid "authentication failed" +msgstr "सतàà¤Żà¤à¤Şà¤¨ à¤µà¤żà¤Ğल" + +#: src/virterror.c:698 +#, c-format +msgid "authentication failed: %s" +msgstr "सतàà¤Żà¤à¤Şà¤¨ à¤µà¤żà¤Ğल: %s" # done by Ravi -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤" - #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "संजà¤à¤² नà¤ıà€ à¤à¤żà¤²à¤: %s" +msgid "Storage pool not found" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² नà¤ıà€à¤‚ à¤à¤żà¤²à¤" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "इसà¤à‡à¤‚ अवàˆà¤§ संजà¤à¤² संकà‡à¤¤à¤•" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² नà¤ıà€à¤‚ à¤à¤żà¤²à¤: %s" +# done by Ravi #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%s à¤à‡à¤‚ अवàˆà¤§ संजà¤à¤² संकà‡à¤¤à¤•" +msgid "Storage volume not found" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚ à¤à¤żà¤²à¤" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "इसà¤à‡à¤‚ अवàˆà¤§ संजà¤à¤² संकà‡à¤¤à¤•" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ नà¤ıà€à¤‚ à¤à¤żà¤²à¤: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%s à¤à‡à¤‚ अवàˆà¤§ संजà¤à¤² संकà‡à¤¤à¤•" +msgid "invalid storage pool pointer in" +msgstr "अवàˆà¤§ भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² संकà‡à¤¤à¤• इसà¤à‡à¤‚" -# done by Ravi -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%s à¤à‡à¤‚ अवàˆà¤§ भंà¤Ħà¤à¤°à¤£ à¤Şàà¤² संकà‡à¤¤à¤•" -# done by Ravi #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgid "invalid storage volume pointer in" +msgstr "इसà¤à‡à¤‚ अवàˆà¤§ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ संकà‡à¤¤à¤•" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%s à¤à‡à¤‚ अवàˆà¤§ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ संकà‡à¤¤à¤•" + +# done by Ravi +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +# done by Ravi +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +# done by Ravi +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +# done by Ravi +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "भंà¤Ħà¤à¤°à¤£ à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "इसà¤à‡à¤‚ अवàˆà¤§ भंà¤Ħà¤à¤°à¤£ à¤†à¤Żà¤¤à¤¨ संकà‡à¤¤à¤•" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s à¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" + +# done by Ravi +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "à¤Żàà¤•àà¤¤à¤ż नà¤ıà€à¤‚ à¤à¤żà¤²à¤: %s (%s)" + +# done by Ravi +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "à¤Żàà¤•àà¤¤à¤ż नà¤ıà€à¤‚ à¤à¤żà¤²à¤: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "à¤Ħà‹à¤à‡à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "संजà¤à¤² à¤µà¤żà¤¨àà¤Żà¤à¤¸ '%s' à¤•à‡ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ तàà¤°àà¤Ÿà¤ż: %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s config सà‚à¤šà€ à¤•à‡ à¤²à¤żà¤ सàà¤àƒà¤¤à¤ż आà¤Ĵंटन à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "संजà¤à¤² à¤µà¤żà¤¨àà¤Żà¤à¤¸ '%s' à¤•à‡ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ तàà¤°àà¤Ÿà¤ż: %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "कàà¤°à‡à¤Ħà¤żà¤Ÿ à¤¨à¤żà¤Żà‹à¤œà¤• भà¤à¤° à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° (%d) à¤Şà¤°à¤żà¤¸à¤° à¤¸à‡ à¤Ĵà¤à¤ıर à¤ıàˆ (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "कàà¤°à‡à¤Ħà¤żà¤Ÿ à¤¨à¤żà¤Żà‹à¤œà¤• कàˆà¤Ş à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° (%d) à¤Şà¤°à¤żà¤¸à¤° à¤¸à‡ à¤Ĵà¤à¤ıर à¤ıàˆ (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d à¤Ħà‹à¤à‡à¤¨ सà‚चनठà¤Ĥà‡ à¤°à¤ıठà¤ıàˆ" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "एक सà‰à¤•à‡à¤Ÿ à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "Xen भंà¤Ħà¤à¤° à¤à‡à¤‚ जàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "xend à¤¸à‡ à¤œàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen à¤Ħà‡à¤à‰à¤¨ à¤¸à‡ à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° à¤Ĵà¤ıà¤à¤² à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "xend_get: xen à¤Ħà‡à¤à¤à¤¨ à¤¸à‡ à¤¤àà¤°àà¤Ÿà¤ż: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen à¤Ħà‡à¤à¤à¤¨ à¤¸à‡ à¤¤àà¤°àà¤Ÿà¤ż: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "à¤¨à¤Żà¤ à¤Ĵà¤Ğर संभà¤à¤œà¤żà¤¤ करà‡à¤‚" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "gethostbyname à¤µà¤żà¤Ğल: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚चनठगलत domid सà¤à¤‚खàà¤Żà¤żà¤• नà¤ıà€à¤‚" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ नà¤à¤" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ नà¤à¤" +msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ HVM लà‹à¤Ħर" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ करàà¤¨à‡à¤² और à¤Ĵà‚टलà‹à¤Ħर" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "अजàà¤žà¤à¤¤ चà¤à¤° à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ चà¤à¤° à¤Żàà¤•àà¤¤à¤ż सàà¤Ÿàà¤°à¤żà¤‚ग" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "चà¤à¤° à¤Żàà¤•àà¤¤à¤ż à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤•à‡ à¤²à¤żà¤ कà‹à¤ˆ सàà¤àƒà¤¤à¤ż नà¤ıà€à¤‚" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "अजàà¤žà¤à¤¤ चà¤à¤° à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, vbd à¤•à‡ à¤Şà¤à¤¸ कà‹à¤ˆ dev नà¤ıà€à¤‚" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, vbd à¤•à‡ à¤Şà¤à¤¸ कà‹à¤ˆ src नà¤ıà€à¤‚" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ, à¤Ħàà¤°à¤à¤‡à¤µà¤° नà¤à¤ नà¤ıà€à¤‚ à¤à¤żà¤² रà¤ıठà¤ıàˆ" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ, à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şàà¤°à¤•à¤à¤° नà¤ıà€à¤‚ à¤à¤żà¤² रà¤ıठà¤ıàˆ" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "अà¤à¤à¤¨àà¤Ż MAC à¤Şà¤¤à¤: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "अजàà¤žà¤à¤¤ सतàà¤Żà¤à¤Şà¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" -#: src/xend_internal.c:2602 -#, fuzzy +#: src/xend_internal.c:2559 msgid "failed to parse topology information" -msgstr "Xend à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "टà‹à¤Şà‹à¤²à‰à¤œà€ सà‚à¤šà¤¨à¤ à¤•à‡ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Ż रचनठतàà¤°àà¤Ÿà¤ż" +msgstr "टà‹à¤Şà‹à¤²à‰à¤œà€ वà¤à¤•àà¤Ż रचनठतàà¤°àà¤Ÿà¤ż" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName इस à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ सàà¤à¤—ठà¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "%s à¤Şàà¤² à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" +msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤‡à¤¨à¤Şàà¤Ÿ à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤° %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart इस à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonSetAutostart इस à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨ नà‹à¤Ħ" +msgstr "on_xend_start à¤¸à‡ à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "नà‹à¤Ħ सàà¤àƒà¤¤à¤ż" +msgstr "कà‹à¤ˆ सàà¤àƒà¤¤à¤ż नà¤ıà€à¤‚" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल" +msgstr "sexpr2string à¤µà¤żà¤Ğल" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "à¤…à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ %s à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "sexpr à¤Ğà¤żà¤° à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "on_xend_start sexpr à¤à‡à¤‚ à¤àŒà¤œà‚à¤Ĥ नà¤ıà€à¤‚" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +msgstr "gethostname à¤µà¤żà¤Ğल: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "strdup à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen à¤Ĵà¤šà‡ à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤‰à¤¤àà¤Şàà¤°à¤µà¤à¤¸à¤¨ à¤•à‡ à¤ĤàŒà¤°à¤à¤¨ सà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ करतठà¤ıàˆ" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen à¤Ĵàˆà¤‚à¤Ħà¤µà¤żà¤Ħàà¤ सà€à¤à¤ à¤•à‹ à¤‰à¤¤àà¤Şàà¤°à¤µà¤à¤¸à¤¨ à¤•à‡ à¤ĤàŒà¤°à¤à¤¨ सà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ करतठà¤ıàˆ" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: असà¤à¤°àà¤à¤żà¤¤ झंà¤Ħà¤" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: अवàˆà¤§ URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" +"xenDaemonDomainMigrate: à¤¸à¤żà¤°àà¤Ğ xenmigr:// migrations à¤•à‹ Xen à¤•à‡ à¤Ĥàà¤µà¤à¤°à¤ सà¤à¤°àà¤à¤żà¤¤ " +"à¤•à¤żà¤Żà¤ à¤œà¤à¤¤à¤ à¤ıàˆ" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" +"xenDaemonDomainMigrate: एक à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤•à‹ à¤œà¤°à‚र URI à¤à‡à¤‚ जरà‚र à¤¨à¤żà¤°àà¤Ĥà¤żà¤·àà¤Ÿ à¤•à¤żà¤Żà¤ à¤œà¤à¤¨à¤ चà¤à¤ıà¤żà¤" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup à¤µà¤żà¤Ğल" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: अवàˆà¤§ à¤Şà‹à¤°àà¤Ÿ संखàà¤Żà¤" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤µà¤żà¤µà¤°à¤£ à¤•à‡ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4 à¤à‡à¤‚ असà¤à¤°àà¤à¤żà¤¤" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ नà¤à¤" +msgstr "नà‹à¤Ħ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ अनàà¤¸à‚चक नà¤à¤" -# done by Ravi -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "अजàà¤žà¤à¤¤" +msgstr "अजàà¤žà¤à¤¤ à¤¨à¤żà¤Żà‹à¤œà¤•" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "à¤ıà‹à¤¸àà¤Ÿà¤¨à‡à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤¨à¤żà¤œà‹à¤Żà¤• नà¤à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ uuid" +msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ cpu_weight" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ uuid" +msgstr "à¤Ħà‹à¤à‡à¤¨ सà‚à¤šà¤¨à¤ à¤…à¤Şà‚रàà¤£, गàà¤ cpu_cap" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "domainBlockPeek à¤•à‹ dom0 à¤•à‡ à¤²à¤żà¤ सà¤à¤°àà¤à¤¨ नà¤ıà€à¤‚ à¤Ĥà¤żà¤Żà¤ à¤œà¤à¤¤à¤ à¤ıàˆ" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: अवàˆà¤§ à¤Şà¤" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤²à¤żà¤ खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "%s à¤à‡à¤‚ अवàˆà¤§ तरàà¤•" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "%s à¤•à‹ à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤–à‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Ğà¤à¤‡à¤² à¤¸à‡ lseek à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "असà¤à¤°àà¤à¤żà¤¤ भंà¤Ħà¤à¤° à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨ नà‹à¤Ħ" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ सà‚चà€" +msgstr "कà‹à¤ˆ HVM à¤Ħà‹à¤à‡à¤¨ लà‹à¤Ħर नà¤ıà€à¤‚" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "लà¤à¤‡à¤Ĵàà¤°à‡à¤°à€ कà‰à¤² à¤µà¤żà¤Ğल रà¤ıà¤, संभवतः सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" +msgstr "ai_socktype सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "à¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Ż रचनठतàà¤°àà¤Ÿà¤ż à¤µà¤żà¤¨àà¤Żà¤¸àà¤¤ कर रà¤ıठà¤ıàˆ: %s" +msgstr "कà‰à¤¨àà¤Ğà¤żà¤— à¤Ğà¤à¤‡à¤² à¤à‡à¤‚ UUID à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ à¤ıàˆ" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "नà¤à¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° गàà¤ à¤ıàˆ" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "à¤Ğà¤à¤‡à¤² stat नà¤ıà€à¤‚ कर सकतठ'%s': %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨ नà‹à¤Ħ" +msgstr "on_xend_start à¤¸à‡ à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨ नà‹à¤Ħ" +msgstr "on_xend_start à¤¸à‡ à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨ नà‹à¤Ħ" +msgstr "on_xend_start à¤¸à‡ à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤à¤à¤¨" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "à¤¸à¤żà¤°àà¤Ğ à¤Şà¤ à¤¨ à¤•à‡ à¤²à¤żà¤Żà‡ à¤¸à¤‚à¤Ĵंधन" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ अनàà¤¸à‚à¤šà¤żà¤¤ करà‡à¤‚" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ नà¤ıà€à¤‚" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤Şàà¤°à¤à¤Şàà¤¤ नà¤ıà€à¤‚ कर सकतठà¤ıàˆ" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ à¤…à¤§à¤żà¤²à¤żà¤–à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤•à‡ à¤²à¤żà¤ नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿà¤ż à¤…à¤§à¤żà¤²à¤żà¤–à¤żà¤¤ à¤•à¤°à¤¨à‡ à¤•à‡ à¤²à¤żà¤ नà¤ıà€à¤‚ à¤Şà¤ à¤¸à¤•à¤¤à¤ à¤ıàˆ" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "%s à¤¸à‡ à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤żà¤° जà¤à¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤àˆà¤¨ à¤¸à‡ à¤Şàà¤°à¤à¤¨à‡ à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤ıटà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ à¤Ĵà¤ıàà¤¤ à¤Ĵà¤Ħà¤ĵठà¤ıàˆ" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "config" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "à¤àŒà¤œà‚à¤ĤठMemorySize जà¤à¤‚à¤šà¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" +msgstr "à¤àŒà¤œà‚à¤Ĥठनà¤à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "%s à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤Şà¤˘à¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤¨à¤żà¤Żà¤‚à¤¤àà¤°à¤£ जà¤à¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "अजàà¤žà¤à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "अजàà¤žà¤à¤¤ à¤Żàà¤•àà¤¤à¤ż" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "ऑटà‹à¤¸àà¤Ÿà¤à¤°àà¤Ÿ à¤²à¤żà¤‚à¤• '%s' à¤à¤żà¤Ÿà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %s à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString() à¤à‡à¤‚ अवàˆà¤§ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤°" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber() à¤à‡à¤‚ अवàˆà¤§ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤°" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean() à¤à‡à¤‚ अवàˆà¤§ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤°" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode() à¤à‡à¤‚ अवàˆà¤§ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤°" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet() à¤à‡à¤‚ अवàˆà¤§ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤°" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "सàà¤Ÿàà¤°à¤żà¤‚ग à¤¸à¤°à¤£à€ à¤¸à¤‚à¤­à¤à¤œà¤żà¤¤ करà‡à¤‚" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "à¤à¤à¤¨ à¤¸à¤°à¤£à€ à¤¸à¤‚à¤­à¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +msgstr "à¤à¤à¤¨ संभà¤à¤œà¤żà¤¤ करà‡à¤‚" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7216,9 +7639,8 @@ msgid "allocate value array" msgstr "à¤à¤à¤¨ à¤¸à¤°à¤£à€ à¤¸à¤‚à¤­à¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "à¤¨à¤Żà¤ à¤¸à¤‚à¤Ĥरàà¤­ à¤Ĥà‡à¤‚" +msgstr "dict आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ कर रà¤ıठà¤ıàˆ" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7244,6 +7666,10 @@ msgstr "अनàà¤•àà¤°à¤żà¤Żà¤ संभà¤à¤œà¤żà¤¤ करà‡à¤‚" msgid "read response" msgstr "अनàà¤•àà¤°à¤żà¤Żà¤ à¤Şà¤˘à¤ĵà‡" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "सàà¤Ÿàà¤°à¤żà¤‚ग à¤¸à¤°à¤£à€ à¤¸à¤‚à¤­à¤à¤œà¤żà¤¤ करà‡à¤‚" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ सरàà¤µà¤° अनàà¤•àà¤°à¤żà¤Żà¤ à¤µà¤żà¤Ğल" @@ -7252,306 +7678,376 @@ msgstr "à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ सरàà¤µà¤° अनàà¤•àà¤°à¤żà¤Żà¤ व msgid "allocate new context" msgstr "à¤¨à¤Żà¤ à¤¸à¤‚à¤Ĥरàà¤­ à¤Ĥà‡à¤‚" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen भंà¤Ħà¤à¤° à¤à‡à¤‚ जàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#~ msgid "blocked" -#~ msgstr "à¤Ĵàà¤²à‰à¤• à¤•à¤żà¤Żà¤" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "लकàà¤·àà¤Ż à¤Żàà¤•àà¤¤à¤ż à¤Şàà¤°à¤•à¤à¤°" +msgid "failed to allocate activeDomainList" +msgstr "एक सकàà¤°à¤żà¤Ż à¤Ħà‹à¤à‡à¤¨ à¤•à‡ à¤…à¤¨àà¤¸à‚चन à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "लकàà¤·àà¤Ż संजà¤à¤² नà¤à¤" +msgid "failed to allocate xsWatchList" +msgstr "ostype à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵंटन à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "à¤àŒà¤œà‚à¤ĤठMemorySize जà¤à¤‚à¤šà¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "à¤Şàà¤² à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤¸à¤•àà¤°à¤żà¤Ż" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "à¤Ħà‹à¤à‡à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "%d संकà‡à¤¤ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤żà¤Żà¤, à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤à‡à¤‚ à¤Ħà¤żà¤¸àà¤Şàˆà¤š कर रà¤ıठà¤ıàˆ" + +#~ msgid "allocating conn->name" +#~ msgstr "allocating conn->name" + +#~ msgid "missing filesystem type" +#~ msgstr "गàà¤ à¤Ğà¤à¤‡à¤²à¤¸à¤żà¤¸àà¤Ÿà¤ à¤Şàà¤°à¤•à¤à¤°" + +#~ msgid "empty or invalid mount source" +#~ msgstr "à¤°à¤żà¤•àà¤¤ à¤Żà¤ à¤…à¤µàˆà¤§ आरà‹à¤ı सàà¤°à‹à¤¤" + #~ msgid "missing mount target" -#~ msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ लकàà¤·àà¤Ż सà‚चनà¤" +#~ msgstr "गàà¤ आरà‹à¤ı लकàà¤·àà¤Ż" + +#~ msgid "empty or invalid mount target" +#~ msgstr "à¤°à¤żà¤•àà¤¤ à¤Żà¤ à¤…à¤µàˆà¤§ आरà‹à¤ı लकàà¤·àà¤Ż" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "संजà¤à¤² नà¤à¤ à¤Żà¤ uuid" +#~ msgstr "uuid उतàà¤Şà¤¨àà¤¨ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "इसà¤à‡à¤‚ अवàˆà¤§ तरàà¤•" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +#~ msgstr "अवàˆà¤§ à¤Żà¤ à¤—àà¤ init ततàà¤µ" + +#~ msgid "init string too long" +#~ msgstr "init सàà¤Ÿàà¤°à¤żà¤‚ग कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà¤" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "सàà¤àƒà¤¤à¤ż आकà¤à¤° à¤•à‡ à¤²à¤żà¤Żà‡ %d कठअवàˆà¤§ à¤à¤à¤¨" +#~ msgstr "अवàˆà¤§ सàà¤àƒà¤¤à¤ż à¤à¤à¤¨" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +#~ msgstr "अवàˆà¤§ रà‚ट ततàà¤µ" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "गàà¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ सà‚चनà¤" +#~ msgstr "गàà¤ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤°" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" +#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ आईà¤Ħà€" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "सकàà¤°à¤żà¤Ż VM à¤•à‡ à¤¨à¤à¤%s à¤•à‡ à¤¸à¤à¤ à¤Şà¤°à¤żà¤­à¤à¤·à¤żà¤¤ नà¤ıà€à¤‚ सकतठà¤ıàˆ" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "कंटà‡à¤¨à¤° à¤Şàà¤°à¤•àà¤°à¤żà¤Żà¤ जà¤à¤à¤š तàà¤°àà¤Ÿà¤ż: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s à¤¸à‡ à¤¸à¤‚à¤œà¤à¤² à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s खà‹à¤² à¤¸à¤•à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +#~ msgstr "lxc सàà¤à¤żà¤¤à¤ż à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà¤żà¤•à¤ %s नà¤ıà€à¤‚ à¤Ĵनठसकतठà¤ıàˆ: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² à¤Şà¤ à¤¨à¤żà¤°àà¤à¤żà¤¤ कर सकतठà¤ıàˆ" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² %s à¤Ĵनठनà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +#~ msgstr "tty à¤Ğà¤à¤‡à¤² %s fdopen नà¤ıà€à¤‚ कर सकतठà¤ıàˆ: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² %s à¤²à¤żà¤– नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² %s खà‹à¤² नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² %s à¤Şà¤˘à¤ĵ नà¤ıà€à¤‚ सकतठà¤ıàˆ: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "%s à¤¨à¤żà¤·àà¤Şà¤à¤Ĥन à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" +#~ msgstr "init à¤•à‡ à¤¨à¤żà¤·àà¤Şà¤à¤Ĥन à¤à‡à¤‚ execl à¤µà¤żà¤Ğल: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "à¤àŒà¤œà‚à¤ĤठMemorySize जà¤à¤‚à¤šà¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" +#~ msgstr "vm tty नà¤à¤ à¤•à‡ à¤²à¤żà¤ भंà¤Ħà¤à¤° à¤Şà¤à¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +#~ msgstr "posix_openpt à¤µà¤żà¤Ğल: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +#~ msgstr "ptsname_r à¤µà¤żà¤Ğल: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +#~ msgstr "epoll_ctl(fd2) à¤µà¤żà¤Ğल: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "%s à¤•à‹ à¤Şà¤˘à¤ĵà¤¨à‡ à¤•à‡ à¤²à¤żà¤Żà‡ à¤–à‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "tty अगàà¤°à¤¸à¤à¤°à¤£ à¤Şàà¤°à¤•àà¤°à¤żà¤Żà¤ à¤Ĵà¤à¤à¤Ÿà¤¨à‡ à¤à‡à¤‚ असà¤à¤°àà¤: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +#~ msgstr "SIGTERM à¤•à‹ à¤­à‡à¤œà¤¨à¤ à¤µà¤żà¤Ğल: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +#~ msgstr "SIGKILL à¤•à‹ tty à¤Şàà¤°à¤•àà¤°à¤żà¤Żà¤ à¤à‡à¤‚ भà‡à¤œà¤ जà¤à¤¨à¤ à¤µà¤żà¤Ğल: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "%s à¤Ħà‹à¤à‡à¤¨ आरंभ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "waitpid tty %d à¤•à‡ à¤²à¤żà¤ à¤Şàà¤°à¤¤à€à¤•àà¤·à¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "à¤‘à¤Şà¤°à‡à¤ĥन à¤µà¤żà¤Ğल: %s" +#~ msgstr "SIGKILL भà‡à¤œà¤¨à¤ à¤µà¤żà¤Ğल: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ लकàà¤·àà¤Ż सà‚चनà¤" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤à¤• सकàà¤°à¤żà¤Ż OPENVZ VM à¤œà‹ id '%s' रखतठà¤ıàˆ à¤¤àà¤°àà¤Ÿà¤ż" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "गàà¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ सà‚चनà¤" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "गàà¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ सà‚चनà¤" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" +#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° गàà¤£" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" +#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ नà¤à¤" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID तàà¤°àà¤Ÿà¤ż (100 à¤¸à‡ à¤Ĵà¤Ħà¤ĵà¤ à¤Şà‚रàà¤£à¤à¤‚क जरà‚र à¤ıà‹à¤¨à¤ चà¤à¤ıà¤żà¤" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "कà‹à¤ˆ IP à¤Şà¤¤à¤ à¤¨à¤ıà€à¤‚ à¤ıàˆ à¤Ĥà¤żà¤ गए xml à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² '%s' à¤à‡à¤‚" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress à¤•à€ à¤²à¤‚à¤Ĵà¤à¤ˆ कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€ à¤ıàˆ" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' à¤¸à¤‚à¤°à¤šà¤¨à¤ à¤•à‡ à¤²à¤żà¤ सàà¤àƒà¤¤à¤ż à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "à¤Ĥà¤żà¤ xml à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² '%s' à¤à‡à¤‚ कà‹à¤ˆ नà‡à¤Ÿà¤à¤à¤¸àà¤• à¤Şà¤¤à¤ à¤¨à¤ıà€à¤‚" + +#~ msgid "netmask length too long" +#~ msgstr "netmask à¤•à€ à¤²à¤‚à¤Ĵà¤à¤ˆ कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "कà‹à¤ˆ à¤à‡à¤œà¤Ĵà¤à¤¨ नà¤à¤ à¤Ĥà¤żà¤ गए xml à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² '%s' à¤à‡à¤‚ नà¤ıà€à¤‚" + +#~ msgid "hostname length too long" +#~ msgstr "à¤à‡à¤œà¤Ĵà¤à¤¨à¤¨à¤à¤ à¤•à€ à¤²à¤‚à¤Ĵà¤à¤ˆ कà¤à¤Ğà€ à¤²à¤‚à¤Ĵà€ à¤ıàˆ" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "à¤Ĥà¤żà¤ गए xml à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² '%s' à¤à‡à¤‚ कà‹à¤ˆ गà‡à¤Ÿà¤µà‡ à¤Şà¤¤à¤ à¤¨à¤ıà€à¤‚ à¤ıàˆ" + +#~ msgid "gateway length too long" +#~ msgstr "गà‡à¤Ÿà¤µà‡ à¤•à€ à¤²à¤‚à¤Ĵà¤à¤ˆ कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€ à¤ıàˆ" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "कà‹à¤ˆ नà‡à¤à¤¸à¤°àà¤µà¤° à¤Şà¤¤à¤ à¤Ĥà¤żà¤ गए xml à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² '%s' à¤à‡à¤‚ नà¤ıà€à¤‚ à¤ıàˆ" + +#~ msgid "nameserver length too long" +#~ msgstr "nameserver à¤•à€ à¤²à¤‚à¤Ĵà¤à¤ˆ कà¤à¤Ğà€ à¤²à¤‚à¤Ĵà€ à¤ıàˆ" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' à¤¸à¤‚à¤°à¤šà¤¨à¤ à¤•à‡ à¤²à¤żà¤ सàà¤àƒà¤¤à¤ż à¤¨à¤żà¤°àà¤à¤à¤£ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#~ msgid "profile length too long" +#~ msgstr "à¤Şàà¤°à‹à¤Ğà¤à¤‡à¤² à¤•à€ à¤²à¤‚à¤Ĵà¤à¤ˆ कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "à¤à¤à¤¨ à¤¸à¤°à¤£à€ à¤¸à¤‚à¤­à¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +#~ msgstr "calloc à¤µà¤żà¤Ğल" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "à¤µà¤żà¤•à¤²àà¤Ş à¤•à‹ OPENVZ à¤à‡à¤‚ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ तàà¤°àà¤Ÿà¤ż" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ तàà¤°àà¤Ÿà¤ż" #~ msgid "failed to exec %s\n" #~ msgstr "%s à¤¨à¤żà¤·àà¤Şà¤à¤Ĥन à¤à‡à¤‚ à¤µà¤żà¤Ğल\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "नà‹à¤Ħ सà‚à¤šà¤¨à¤ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤Żà¤ à¤¨à¤à¤" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s à¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" +#~ msgstr "अवàˆà¤§ cdrom à¤Żàà¤•àà¤¤à¤ż नà¤à¤: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "अवàˆà¤§ à¤Ĵस à¤Şàà¤°à¤•à¤à¤°: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "संजà¤à¤² नà¤à¤ à¤Żà¤ uuid" +#~ msgstr "संजà¤à¤² नà¤à¤ '%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵà¤" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP अंतरà¤Ğलक नà¤à¤ '%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP सàà¤•àà¤°à¤żà¤Şàà¤Ÿ à¤Şà¤ '%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP à¤Ĵàà¤°à¤żà¤œ à¤Şà¤ '%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP à¤Şà¤¤à¤ '%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "संजà¤à¤² नà¤à¤ à¤Żà¤ uuid" +#~ msgstr "à¤à‰à¤Ħà‡à¤² नà¤à¤ '%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "कई à¤Ħà‹à¤à‡à¤¨" +#~ msgstr "कई वरàà¤£ à¤Żàà¤•àà¤¤à¤żà¤Żà¤à¤‚ à¤ıàˆà¤‚" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤Żà‡ à¤—àà¤ à¤ĥàà¤°à‹à¤¤ सà‚चनà¤" +#~ msgstr "गàà¤ धàà¤µà¤¨à¤ż à¤à‰à¤Ħà‡à¤²" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s à¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" +#~ msgstr "अवàˆà¤§ धàà¤µà¤¨à¤ż à¤à‰à¤Ħल '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤Żà¤ uuid" +#~ msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤ लंà¤Ĵà¤à¤ˆ कà¤à¤Ğà€ à¤Ĵà¤Ħà¤ĵà€ à¤ıàˆ" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "नà‹à¤Ħ सà‚चनà¤" +#~ msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ सàà¤àƒà¤¤à¤ż सà‚चनà¤" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ vcpu सà‚चनà¤" +#~ msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ vcpu सà‚चनà¤" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ vcpu सà‚चनà¤" +#~ msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ vcpu à¤à¤à¤¸àà¤• सà‚चनà¤" + +#~ msgid "architecture type too long" +#~ msgstr "ऑरàà¤•à¤żà¤Ÿà‡à¤•àà¤šà¤° à¤Şàà¤°à¤•à¤à¤° कà¤à¤Ğà€ à¤²à¤‚à¤Ĵà€" + +#~ msgid "machine type too long" +#~ msgstr "à¤à¤ĥà€à¤¨ à¤Şàà¤°à¤•à¤à¤° कà¤à¤Ğà€ à¤²à¤‚à¤Ĵà€ à¤ıàˆ" + +#~ msgid "kernel path too long" +#~ msgstr "करàà¤¨à‡à¤² à¤Şà¤ à¤•à¤à¤Ğà€ à¤²à¤‚à¤Ĵà€ à¤ıàˆ" + +#~ msgid "initrd path too long" +#~ msgstr "initrd à¤Şà¤ à¤•à¤à¤Ğà€ à¤²à¤‚à¤Ĵà€ à¤ıàˆ" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline तरàà¤• कà¤à¤Ğà€ à¤²à¤‚à¤Ĵà€ à¤ıàˆ" + +#~ msgid "unsupported guest type" +#~ msgstr "à¤…à¤Şàà¤°à¤¤àà¤Żà¤à¤ĥà¤żà¤¤ à¤…à¤¤à¤żà¤à¤ż à¤Şàà¤°à¤•à¤à¤°" + +#~ msgid "emulator path too long" +#~ msgstr "इà¤à‡à¤²àà¤à¤Ÿà¤° à¤Şà¤ à¤•à¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "असà¤à¤°àà¤à¤żà¤¤ आलà‡à¤–à€ à¤Şàà¤°à¤•à¤à¤° %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "à¤Ħà¤żà¤¸àà¤• सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "नà‡à¤Ÿ सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "à¤‡à¤¨à¤Şàà¤Ÿ सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "सà¤à¤‰à¤‚à¤Ħ à¤Ħà‡à¤µ à¤•à‡ à¤²à¤żà¤ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "vm सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "à¤Şà¤°à¤żà¤¸à¤° सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "network_def सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "xmlXPathContext सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "संजà¤à¤² नà¤à¤ à¤Żà¤ uuid" +#~ msgstr "संजà¤à¤² नà¤à¤ कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "अगàà¤°à¤¸à¤à¤°à¤żà¤¤ à¤Żàà¤•àà¤¤à¤ż नà¤à¤ '%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "संजà¤à¤² सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à‡ à¤²à¤żà¤ सàà¤à¤à¤¨ आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU à¤…à¤¤à¤żà¤à¤ż à¤µà¤żà¤¨àà¤Żà¤à¤¸ '%s' à¤•à‡ à¤²à¤żà¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤à‡à¤‚ तàà¤°àà¤Ÿà¤ż : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG: अजàà¤žà¤à¤¤ तàà¤°àà¤Ÿà¤ż - कàƒà¤Şà¤Żà¤ à¤‡à¤¸à‡ à¤°à¤żà¤Şà‹à¤°àà¤Ÿ करà‡à¤‚\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU à¤…à¤¤à¤żà¤à¤ż à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² नà¤à¤ '%s' à¤…à¤¤à¤żà¤à¤ż नà¤à¤ '%s' à¤•à‡ à¤¸à¤à¤ à¤à‡à¤² नà¤ıà€à¤‚ खà¤à¤¤à¤ à¤ıàˆ" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU à¤…à¤¤à¤żà¤à¤ż à¤µà¤żà¤¨àà¤Żà¤à¤¸ '%s' लà‹à¤Ħ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: सàà¤àƒà¤¤à¤ż कà¤" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "संà¤Ĵंधन à¤ıàˆà¤ĥ तà¤à¤²à¤żà¤•à¤ à¤à‡à¤‚ संजà¤à¤² जà‹à¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "संजà¤à¤² à¤µà¤żà¤¨àà¤Żà¤à¤¸ '%s' à¤•à‡ à¤¸à¤à¤ लà‹à¤Ħ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: सàà¤àƒà¤¤à¤ż कà¤" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤ '%s/%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "आटà‹à¤¸àà¤Ÿà¤à¤°àà¤Ÿ à¤²à¤żà¤‚à¤• à¤Şà¤ '%s/%s' कà¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ संभà¤à¤œà¤żà¤¤ कर रà¤ıठà¤ıàˆ" +#~ msgstr "cpu à¤à¤à¤¸àà¤• आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ कर रà¤ıठà¤ıàˆ" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML à¤Ĵनà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "XML उतàà¤Şà¤¨àà¤¨ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: सàà¤àƒà¤¤à¤ż कà¤" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "qemudInitPaths() à¤à‡à¤‚ à¤Ĵà¤Ğर à¤•à‡ à¤²à¤żà¤ à¤Şà¤°à¤żà¤£à¤à¤à¤¤à¤ƒ à¤Şà¤ à¤•à¤à¤Ğà€ à¤²à¤‚à¤Ĵठà¤ıàˆ" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "%s %s à¤Ĵàà¤²à‰à¤• सàà¤à¤żà¤¤à¤ż à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "à¤Ĵàà¤°à¤żà¤œ à¤Ğà‰à¤°à¤µà¤à¤°àà¤Ħ à¤•à‹ %d à¤à‡à¤‚ सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "à¤Ĵàà¤°à¤żà¤œ STP à¤•à‹ %s à¤à‡à¤‚ सà‡à¤Ÿ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM संलगàà¤¨ नà¤ıà€à¤‚, à¤à€à¤Ħà¤żà¤Żà¤ à¤¨à¤ıà€à¤‚ à¤Ĵà¤Ĥल सकतठà¤ıàˆ" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "अजàà¤žà¤à¤¤ भंà¤Ħà¤à¤° à¤Ĵàˆà¤•à‡à¤‚à¤Ħ à¤Şàà¤°à¤•à¤à¤° %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "अजàà¤žà¤à¤¤ भंà¤Ħà¤à¤° à¤Ĵàˆà¤•à‡à¤‚à¤Ħ à¤Şàà¤°à¤•à¤à¤° %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤Şà‚ल à¤Şàà¤°à¤à¤°à‚à¤Ş %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤†à¤Żà¤¤à¤¨ à¤Şàà¤°à¤à¤°à‚à¤Ş %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "à¤Ħà¤żà¤¸àà¤• à¤Şà‚ल अà¤Ĵ तक सà¤à¤°àà¤à¤żà¤¤ नà¤ıà€à¤‚" + +#~ msgid "volume name" +#~ msgstr "आवà¤à¤œ नà¤à¤" + +#~ msgid "volume key" +#~ msgstr "आवà¤à¤œ कàà¤‚जà€" + +#~ msgid "malformed xml document" +#~ msgstr "à¤µà¤żà¤°à‚à¤Şà¤żà¤¤ xml à¤Ĥसàà¤¤à¤à¤µà‡à¤œ" #~ msgid "domain" #~ msgstr "à¤Ħà‹à¤à‡à¤¨" -#~ msgid "domain name" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤" - #~ msgid "domain uuid" #~ msgstr "à¤Ħà‹à¤à‡à¤¨ uuid" @@ -7598,66 +8094,65 @@ msgstr "Xen भंà¤Ħà¤à¤° à¤à‡à¤‚ जàà¤Ħà¤ĵà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" #~ msgid "too many domains" #~ msgstr "कई à¤Ħà‹à¤à‡à¤¨" +#~ msgid "cannot save domain" +#~ msgstr "à¤Ħà‹à¤à‡à¤¨ सà¤ıà‡à¤œ नà¤ıà€à¤‚ सकतठà¤ıàˆ" + +#~ msgid "cannot write header" +#~ msgstr "à¤ıà‡à¤Ħर à¤²à¤żà¤– नà¤ıà€à¤‚ सकतठà¤ıàˆ" + +#~ msgid "cannot write metadata length" +#~ msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ लंà¤Ĵà¤à¤ˆ नà¤ıà€à¤‚ à¤²à¤żà¤– सकतठà¤ıàˆ" + +#~ msgid "cannot write metadata" +#~ msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ नà¤ıà€à¤‚ à¤²à¤żà¤– सकतठà¤ıàˆ" + +#~ msgid "cannot save domain data" +#~ msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Ħà‡à¤Ÿà¤ सà¤ıà‡à¤œ नà¤ıà€à¤‚ सकतठà¤ıàˆ" + +#~ msgid "cannot save domain core" +#~ msgstr "à¤Ħà‹à¤à‡à¤¨ कà‹à¤° सà¤ıà‡à¤œ नà¤ıà€à¤‚ सकतठà¤ıàˆ" + #~ msgid "too many networks" #~ msgstr "कई सà¤à¤°à‡à¤‚ संजà¤à¤²" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "à¤Ĵàà¤²à‰à¤• à¤•à¤żà¤Żà¤" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "soundhw सàà¤Ÿàà¤°à¤żà¤‚ग à¤•à¤ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤µà¤żà¤Ğल." + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID इस à¤Ħà‹à¤à‡à¤¨ à¤•à‹ à¤Şà¤à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: name" + #~ msgid "cannot read XML domain definition" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤ à¤Ğà¤à¤‡à¤² लà‹à¤Ħ करà‡à¤‚" +#~ msgstr "XML à¤Ħà‹à¤à‡à¤¨ à¤Şà¤°à¤żà¤­à¤à¤·à¤ नà¤ıà€à¤‚ à¤Şà¤˘à¤ĵ सकतठà¤ıàˆ" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "गàà¤ रà‚ट à¤Żàà¤•àà¤¤à¤ż सà‚चनà¤" +#~ msgstr "गàà¤ टà‰à¤Ş लà‡à¤Ĵल à¤Ħà‹à¤à‡à¤¨ ततàà¤µ" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "%s à¤Ħà‹à¤à‡à¤¨ à¤Şà¤ıà¤²à‡ à¤¸à‡ à¤àŒà¤œà‚à¤Ĥ à¤ıàˆ" +#~ msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤°à¤•à¤à¤° अवàˆà¤§ à¤ıàˆ" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xpath संà¤Ĥरàà¤­ à¤Ĵनठरà¤ıठà¤ıàˆ" +#~ msgstr "XPath संà¤Ĥरàà¤­ नà¤ıà€à¤‚ à¤Ĵनठसकतठà¤ıàˆ" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Şàˆà¤°à¤à¤à€à¤Ÿà¤° गàà¤ à¤ıàˆ" -#, fuzzy #~ msgid "unable to write config file" #~ msgstr "à¤µà¤żà¤¨àà¤Żà¤à¤¸ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤–à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "एक नà‹à¤Ħ संभà¤à¤œà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" +#~ msgstr "धàà¤µà¤¨à¤ż सàà¤Ÿàà¤°à¤żà¤‚ग आà¤Ĵà¤‚à¤Ÿà¤żà¤¤ à¤•à¤°à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल" + +#~ msgid "no model for sound device" +#~ msgstr "धàà¤µà¤¨à¤ż à¤Żàà¤•àà¤¤à¤ż à¤•à‡ à¤²à¤żà¤ कà‹à¤ˆ à¤à¤à¤Ħल नà¤ıà€à¤‚" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "कई à¤Ħà‹à¤à‡à¤¨" +#~ msgstr "कई à¤Ĵà‚ट à¤Żàà¤•àà¤¤à¤ż" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "इसà¤à‡à¤‚ अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ संकà‡à¤¤à¤•" - -# done by Ravi -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -# done by Ravi -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "संजà¤à¤² धàà¤‚à¤Ħà¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "सàà¤àƒà¤¤à¤ż संभà¤à¤œà¤¨ à¤Ĵà¤Ĥलà‡à¤‚" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "अनàà¤•àà¤°à¤żà¤Żà¤ संभà¤à¤œà¤żà¤¤ करà‡à¤‚" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "à¤†à¤‚à¤¤à¤°à¤żà¤• तàà¤°àà¤Ÿà¤ż %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "à¤¨à¤Żà¤ à¤Ĵà¤Ğर संभà¤à¤œà¤żà¤¤ करà‡à¤‚" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' खà‹à¤²à¤¨à‡ à¤à‡à¤‚ à¤µà¤żà¤Ğल: à¤Şà¤˘à¤ĵà‡à¤‚: %s" +#~ msgstr "अवàˆà¤§ à¤‡à¤¨à¤Şàà¤Ÿ à¤Żàà¤•àà¤¤à¤ż" diff --git a/po/hr.po b/po/hr.po index 7c3c87d060..df2181b4e2 100644 --- a/po/hr.po +++ b/po/hr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-10-08 05:22+0100\n" "Last-Translator: Renato Pavicic translator-shop.org>\n" "Language-Team: CROATIAN \n" @@ -10,310 +10,310 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "pozivanje biblioteke nije uspjelo, moĊda nije podrĊano" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "promijeni dodjeljivanje memorije" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "pogreĊĦka sistemskog poziva" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "Nepoznato" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "čitanje iz demona Xen nije uspjelo" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "dodjeljivanje konfiguracije" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "PogreĊĦka dodjeljivanja memorije: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "neočekivani čvor vrijednosti" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "Dodjeljivanje memorije nije uspjelo" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "PronalaĊenje mreĊe nije uspjelo: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "Dodjeljivanje memorije nije uspjelo" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "PronalaĊenje mreĊe nije uspjelo: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Uspostavljanje veze s hipervizorom nije uspjelo" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operacija nije uspjela: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -321,450 +321,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Pokretanje mreĊe %s nije uspjelo" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "operacija GET nije uspjela: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "Dodjeljivanje memorije nije uspjelo" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "Dodjeljivanje memorije nije uspjelo" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Nastavljanje domene %s nije uspjelo" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Izrada XML nije uspjela" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo." -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operacija nije uspjela" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "dobiven je nepoznat broj HTTP pogreĊĦke %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "raĊĦčlanjivanje odgovora posluĊitelja nije uspjelo" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "neispravan pokazivač veze pri" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "nedovoljno memorije" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "Domena nije pronađena" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "nepoznata vrsta OS" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "MreĊa nije pronađena" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Dohvaćanje statistika blokova %s %s nije uspjelo" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "nedovoljno memorije" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Izrada neaktivne domene %s nije uspjela\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Izrada neaktivne domene %s nije uspjela\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "MreĊa nije pronađena" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "MreĊa nije pronađena" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domena nije pronađena" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "neispravan argument pri" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "operacija nije uspjela" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -803,8 +831,8 @@ msgstr "očekuje se razdjelnik" msgid "expecting an assignment" msgstr "očekuje se dodjeljivanje" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "dodijeli novi međuspremnik" @@ -847,931 +875,987 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "neispravan pokazivač domene pri" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "Vrsta ciljanog uređaja" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "nedostaje podaci o korijenskom uređaju" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "Vrsta ciljanog uređaja" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "nedostaje podaci o korijenskom uređaju" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "nepoznata vrsta OS" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "nedostaje \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "nepoznato računalo %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "nedostaje podaci o korijenskom uređaju" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "nepoznata vrsta OS" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "dodjeljivanje čvora nije uspjelo" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "nedostaju podaci o nazivu domene" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "neispravan pokazivač domene pri" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Izrada XML nije uspjela" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "nedostaje podaci o korijenskom uređaju" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "neočekivan podatak '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "nepoznata vrsta OS" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "Vrsta ciljanog uređaja" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "nedostaju podaci izvora za uređaj" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "nepoznata vrsta OS %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "Vrsta ciljanog uređaja" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "uređaj sučelja" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Obustavljanje domene %s nije uspjelo" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "nepoznato računalo %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "neočekivani čvor rječnika" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "neočekivana MIME vrsta" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "neočekivani čvor vrijednosti" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "nepoznata vrsta OS" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "dodjeljivanje veze" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "dodjeljivanje domene" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "dodavanje domene u tablica presjeka veza nije uspjelo" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "nedostaje domena u tablici presjeka veza" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "dodjeljivanje mreĊe" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "dodavanje mreĊe u tablica presjeka veza nije uspjelo" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "nedostaje mreĊa u tablici presjeka veza" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "dodjeljivanje mreĊe" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "dodavanje mreĊe u tablica presjeka veza nije uspjelo" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "nedostaje domena u tablici presjeka veza" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "dodjeljivanje mreĊe" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "dodavanje mreĊe u tablica presjeka veza nije uspjelo" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "nedostaje domena u tablici presjeka veza" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "dodjeljivanje mreĊe" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "kopiranje sadrĊaja čvora" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "dodavanje mreĊe u tablica presjeka veza nije uspjelo" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "nedostaje domena u tablici presjeka veza" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "Izvor diskovnog uređaja" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "nedostaju podaci izvora za uređaj" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "nedostaju podaci izvora za uređaj" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "nedostaju podaci izvora za uređaj" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "Vrsta ciljanog uređaja" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "nedostaje podaci o korijenskom uređaju" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "nepoznata naredba: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Vrsta ciljanog uređaja" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "nepoznata vrsta OS %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "nedostaje \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "nedostaje \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "nepoznato računalo %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "nepoznato računalo %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "nedostaju podaci cilja za uređaj" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "nepoznato računalo %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "nedostaje podaci o korijenskom uređaju" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "nepoznata vrsta OS" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "nedostaju podaci o nazivu domene" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "neispravan pokazivač domene pri %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "dohvaćanje UUID-a mreĊe nije uspjelo" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "neočekivan podatak '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "nepoznata vrsta OS" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "uređaj sučelja" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "nedostaje podaci o korijenskom uređaju" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "nepoznato računalo %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Priključivanje diskovnog uređaja" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "Priključivanje mreĊnog sučelja" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "uređaj sučelja" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "Priključivanje diskovnog uređaja" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Priključivanje diskovnog uređaja" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Priključivanje diskovnog uređaja" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "Priključivanje diskovnog uređaja" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "spremanje sadrĊaja nije uspjelo" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "neočekivani čvor rječnika" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "neočekivani čvor rječnika" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "neočekivani čvor rječnika" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "neočekivani čvor rječnika" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "neočekivana MIME vrsta" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "neočekivani čvor vrijednosti" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Otvaranje '%s' nije uspjelo: %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "nepoznata vrsta OS" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Izrada XML nije uspjela" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Izrada XML nije uspjela" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Zapisivanje u priključak %d nije uspjelo\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Izrada mreĊe iz %s nije uspjela" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "nije moguće uspostaviti vezu s %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "dodjeljivanje veze" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Pokretanje mreĊe %s nije uspjelo" +msgstr "nije moguće uspostaviti vezu s %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "podaci domene nisu ispravni, domid nije broj" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "podaci domene nisu ispravni, domid nije broj" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "dodijeli polje vrijednosti" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "Dodjeljivanje memorije nije uspjelo" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Izrada neaktivne domene %s nije uspjela\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "PronalaĊenje mreĊe nije uspjelo: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Izrada XML nije uspjela" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "Pridodavanje uređaja iz %s nije uspjelo" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "otvaranje %s za čitanje nije uspjelo" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Izrada domene iz %s nije uspjela" +msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "otvaranje %s za čitanje nije uspjelo" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "dodijeli polje vrijednosti" +msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Izrada domene iz %s nije uspjela" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Zatvaranje priključka %d nije uspjelo\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "Zatvaranje priključka %d nije uspjelo\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "operacija nije uspjela: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "UniĊĦtavanje domene %s nije uspjelo" +msgstr "dohvaćanje mreĊe '%s' nije uspjelo" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operacija nije uspjela: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "Zapisivanje datoteke zapisnika nije uspjelo" +msgstr "Promjena najveće veličine memorije nije moguća" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "Zapisivanje datoteke zapisnika nije uspjelo" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "PronalaĊenje mreĊe nije uspjelo: %s" +msgstr "neispravan pokazivač veze pri %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "ID domene ili UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "naziv neaktivne domene" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "naziv neaktivne domene" +msgstr "uklanjanje definicije neaktivne domene" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Pokretanje domene %s nije uspjelo" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "Naredba za premoĊĦćivanje mreĊnih sučelja" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Pridodavanje uređaja iz %s nije uspjelo" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "Pridodavanje uređaja iz %s nije uspjelo" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "Dodjeljivanje memorije nije uspjelo" +msgstr "Pridodavanje uređaja iz %s nije uspjelo" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Čitanje priključka %d nije uspjelo\n" +msgstr "Zapisivanje u priključak %d nije uspjelo\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "uspostavljanje veze sa Xen Store nije uspjelo" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "neispravan pokazivač domene pri" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "naziv domene" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "ID domene ili UUID" +msgstr "čvor, popis domena" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "dobiven je nepoznat broj HTTP pogreĊĦke %d" +msgstr "nepoznato računalo %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Nastavljanje domene %s nije uspjelo" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "neispravan argument pri %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "neispravan argument pri" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "nepravilna MAC adresa: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1782,8 +1866,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1793,1638 +1877,1790 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke: %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "Pokretanje mreĊe %s nije uspjelo" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "PronalaĊenje mreĊe nije uspjelo: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "nedovoljno memorije" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "nedovoljno memorije" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domena je aktivna" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Otvaranje '%s' nije uspjelo: %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "otvaranje %s za čitanje nije uspjelo" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Otvaranje '%s' nije uspjelo: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Otvaranje '%s' nije uspjelo: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "dohvaćanje mreĊe '%s' nije uspjelo" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "MreĊa je joĊĦ pokrenuta" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "podaci mreĊe u XML datoteci" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Otvaranje '%s' nije uspjelo: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Nije moguće izvući verziju hipervizora pokrenutog %s\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "nije moguće uspostaviti vezu s %s" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "nije moguće uspostaviti vezu s %s" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "razrjeĊĦavanje naziva mreĊe" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "nepravilna MAC adresa" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC adresa" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 #, fuzzy msgid "popen failed" msgstr "operacija nije uspjela" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke: %s" +msgstr "" -#: src/openvz_conf.c:375 -#, fuzzy, c-format +#: src/openvz_conf.c:426 +#, c-format msgid "Cound not read config for container %d" -msgstr "nije moguće uspostaviti vezu s %s" +msgstr "" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "Domena je joĊĦ pokrenuta" +msgstr "Definicija domene %s je uklonjena\n" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 msgid "only one filesystem supported" msgstr "" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:249 -#, fuzzy, c-format +#: src/openvz_driver.c:257 +#, c-format msgid "cannot read cputime for domain %d" -msgstr "naziv neaktivne domene" +msgstr "" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 #, fuzzy msgid "domain is not in running state" msgstr "Domena je joĊĦ pokrenuta" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "nije moguće uspostaviti vezu s %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "nije moguće uspostaviti vezu s %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "promijeni broj virtualnih CPU-a" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "Domena je joĊĦ pokrenuta" +msgstr "" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "nije moguće uspostaviti vezu s %s" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "Zatvaranje priključka %d nije uspjelo\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "Zapisivanje u priključak %d nije uspjelo\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "PogreĊĦka u komunikaciji s proxyjem. Dobiveno bajtova: %d od %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "PogreĊĦka u komunikaciji s proxyjem. Očekivano bajtova: %d, dobiveno: %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "PogreĊĦka u komunikaciji s proxyjem. Dobiveno paketa bajtova: %d\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "PogreĊĦka u komunikaciji s proxyjem. Paket je neispravno oblikovan.\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "dobiven asinkroni broj paketa %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 #, fuzzy msgid "failed to allocate vncTLSx509certdir" -msgstr "dodjeljivanje međuspremnika nije uspjelo" +msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, fuzzy, c-format msgid "Network '%s' not found" msgstr "MreĊa nije pronađena" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" +msgid "Network '%s' is not active" msgstr "MreĊa %s je pokrenuta\n" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, fuzzy, c-format msgid "Network type %d is not supported" msgstr "MreĊa %s je pokrenuta\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format +#: src/qemu_conf.c:585 +#, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, fuzzy, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:612 #, fuzzy msgid "failed to allocate space for tapfds string" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format msgid "unsupported usb disk type for '%s'" -msgstr "Vrsta ciljanog uređaja" +msgstr "" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, fuzzy, c-format msgid "unsupported disk type '%s'" -msgstr "Vrsta ciljanog uređaja" +msgstr "neočekivan podatak '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "neispravan pokazivač domene pri" +msgstr "" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 #, fuzzy msgid "failed to allocate space for argv string" -msgstr "Dodjeljivanje memorije nije uspjelo" +msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_driver.c:91 -#, fuzzy +#: src/qemu_driver.c:88 src/uml_driver.c:94 msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "Zapisivanje datoteke zapisnika nije uspjelo" +msgstr "" -#: src/qemu_driver.c:106 -#, fuzzy +#: src/qemu_driver.c:103 msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "raĊĦčlanjivanje podataka Xend domene nije uspjelo" +msgstr "" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "Pokretanje mreĊe %s nije uspjelo" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "PronalaĊenje mreĊe nije uspjelo: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "nedovoljno memorije" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "Zapisivanje datoteke zapisnika nije uspjelo" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "dodijeli novi kontekst" +msgstr "dodijeli novi međuspremnik" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domena je aktivna" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "dohvaćanje mreĊe '%s' nije uspjelo" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "Zapisivanje datoteke zapisnika nije uspjelo" +msgstr "Zatvaranje priključka %d nije uspjelo\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "neočekivani čvor rječnika" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "dodjeljivanje čvora nije uspjelo" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "dodjeljivanje čvora nije uspjelo" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domena je aktivna" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "otvaranje %s za čitanje nije uspjelo" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "dohvaćanje mreĊe '%s' nije uspjelo" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "neočekivani čvor rječnika" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "Dodjeljivanje memorije nije uspjelo" +msgstr "dohvaćanje sposobnosti nije uspjelo" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA slobodna memorija" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domena %s već postoji" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domena %s već postoji" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domena je joĊĦ pokrenuta" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "naziv neaktivne domene" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Izrada XML nije uspjela" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Zapisivanje u priključak %d nije uspjelo\n" +msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Zapisivanje u priključak %d nije uspjelo\n" +msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "naziv neaktivne domene" +msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "pozivanje biblioteke nije uspjelo, moĊda nije podrĊano" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Izrada XML nije uspjela" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "učitavanje datoteka definicija domena" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "čvor, popis domena" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "čitanje iz demona Xen nije uspjelo" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Izrada XML nije uspjela" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Izrada XML nije uspjela" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domena je aktivna" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Izrada XML nije uspjela" +msgstr "dohvaćanje UUID-a mreĊe nije uspjelo" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Pokretanje domene %s nije uspjelo" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Nastavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Dodjeljivanje memorije nije uspjelo" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "uređaj sučelja" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "Vrsta ciljanog uređaja" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "uređaj sučelja" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domena %s već postoji" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "učitavanje datoteke definicija računala" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "uređaj sučelja" +msgstr "Priključivanje diskovnog uređaja" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "učitavanje datoteke definicija računala" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Domena nije pronađena" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Dohvaćanje podataka o čvoru nije uspjelo" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Odvajanje uređaja iz %s nije uspjelo" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "naziv neaktivne domene" +msgstr "automatski pokreni domenu" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "neispravan argument pri %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domena nije pronađena: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "neispravan argument pri %s" +msgstr "neispravan argument pri" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "naziv domene" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "čvor, popis domena" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Domena je aktivna" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "podaci mreĊe u XML datoteci" +msgid "could not generate random UUID" +msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "dodjeljivanje čvora nije uspjelo" +msgid "failed to start listening VM" +msgstr "Pokretanje domene %s nije uspjelo" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" +msgid "migrate failed: %s" +msgstr "operacija nije uspjela: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "PronalaĊenje mreĊe nije uspjelo" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "nije moguće uspostaviti vezu s %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Čitanje priključka %d nije uspjelo\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Dohvaćanje URI nije uspjelo" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "PogreĊĦka dodjeljivanja memorije: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "dodjeljivanje domene" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "Zapisivanje datoteke zapisnika nije uspjelo" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "PronalaĊenje mreĊe nije uspjelo: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Izrada XML nije uspjela" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Izrada XML nije uspjela" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "Neispravna vrijednost %d kao veličine memorije" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "Provjera trenutne veličine memorije nije moguća" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "Neispravna vrijednost %d kao veličine memorije" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "PronalaĊenje mreĊe nije uspjelo: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "previĊĦe mreĊa" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "previĊĦe domena" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "previĊĦe domena" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "promijeni dodjeljivanje memorije" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "nepoznata vrsta OS" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "previĊĦe mreĊa" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "registrirano je previĊĦe upravljačkih programa" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "registrirano je previĊĦe upravljačkih programa" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "registrirano je previĊĦe upravljačkih programa" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "nepoznata vrsta OS %s" +msgstr "operacija nije uspjela: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operacija nije uspjela" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "PronalaĊenje mreĊe nije uspjelo: %s" +msgstr "serijalizacija S-Expr nije uspjela: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Izrada neaktivne domene %s nije uspjela\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "Hipervizor ne nudi podrĊĦku za ovu funkciju" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Pokretanje domene %s nije uspjelo" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" +msgstr "spremanje sadrĊaja nije uspjelo" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "Pokretanje domene %s nije uspjelo" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" +msgstr "Uspostavljanje veze s hipervizorom nije uspjelo" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "neispravan argument pri %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "neispravan argument pri" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "neispravan pokazivač domene pri" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "kopiranje niza nije uspjelo" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "nepoznata vrsta OS %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "nepoznata vrsta OS %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Pokretanje domene %s nije uspjelo" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "interna pogreĊĦka %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "neispravan argument pri %s" +msgstr "neispravan mreĊni pokazivač pri %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "neispravan mreĊni pokazivač pri %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operacija nije uspjela" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "nedostaju podaci izvora za uređaj" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 -#, fuzzy +#: src/storage_backend_fs.c:353 msgid "retval" -msgstr "Ukupno" +msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "nedostaju podaci izvora za uređaj" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "nedostaju podaci izvora za uređaj" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "nedostaju podaci izvora za uređaj" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "nedostaju podaci izvora za uređaj" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "naziv domene" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "nepoznata vrsta OS %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3453,586 +3689,761 @@ msgstr "prikaĊi verziju" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Naziv" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "Dohvaćanje statistika blokova %s %s nije uspjelo" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "PronalaĊenje mreĊe nije uspjelo: %s" +msgstr "Definiranje domene iz %s nije uspjelo" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Odvajanje uređaja iz %s nije uspjelo" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Dohvaćanje statistika blokova %s %s nije uspjelo" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "Dodjeljivanje memorije nije uspjelo" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 #, fuzzy msgid "portal" msgstr "Ukupno" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "naziv domene" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "dodjeljivanje mreĊe" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "dodjeljivanje mreĊe" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "dodjeljivanje mreĊe" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "Dohvaćanje podataka o čvoru nije uspjelo" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "naziv domene" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "dodjeljivanje mreĊe" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "nepoznato računalo %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "nepoznata vrsta OS %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "nedostaje podaci o korijenskom uređaju" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "naziv mreĊe ili uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "nepoznata vrsta OS %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "nedostaju podaci izvora za uređaj" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "uređaj sučelja" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blokovski uređaj" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "nedostaje podaci o korijenskom uređaju" +msgstr "nedostaju podaci izvora za uređaj %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "nedostaju podaci izvora za uređaj" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "naziv domene" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "nedostaju podaci cilja za uređaj" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "neočekivana MIME vrsta" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "nepoznato računalo %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "dodjeljivanje mreĊe" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "nepoznato računalo %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "nedostaje podaci o korijenskom uređaju" +msgstr "nedostaju podaci o nazivu domene" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "nepoznata vrsta OS %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Izrada XML nije uspjela" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Naziv" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domena je aktivna" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domena je aktivna" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "Putanja zapisnika nije datoteka" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domena je aktivna" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "dohvaćanje vremena dana" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "učitavanje datoteke definicija računala" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "računalo" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "čvor" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "izrada xpath konteksta" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "čvor, cpu, broj čvorova" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "čvor, cpu priključci" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "čvor, cpu jezgre" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "čvor, cpu grane" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "čvor, aktivan cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "čvor, cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "čvor, memorija" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "čvor, popis domena" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "razrjeĊĦavanje naziva domena" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "čvor, popis domena" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "razrjeĊĦavanje naziva mreĊe" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "čvor, popis domena" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "razrjeĊĦavanje naziva domena" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: unesite putanju ili upotrijebite test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Domena nije pronađena" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "domena %s već postoji" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domena je joĊĦ pokrenuta" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "automatski pokreni domenu" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "čvor, popis domena" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "čitanje iz demona Xen nije uspjelo" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "čvor, popis domena" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Domena %s je izbačena u %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "Zapisivanje datoteke zapisnika nije uspjelo" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domena je već pokrenuta" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Domena je joĊĦ pokrenuta" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "MreĊa je joĊĦ pokrenuta" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "MreĊa je već pokrenuta" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Izrada XML nije uspjela" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "Dohvaćanje naziva računala hipervizora nije uspjelo" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "Dohvaćanje naziva računala hipervizora nije uspjelo" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "Dohvaćanje naziva računala hipervizora nije uspjelo" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Izrada mreĊe iz %s nije uspjela" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "nedovoljno memorije" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Otvaranje '%s' nije uspjelo: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "čvor, cpu priključci" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "nepoznata naredba: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, 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:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "nije moguće uspostaviti vezu s %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "raĊĦčlanjivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "raĊĦčlanjivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Uklanjanje definicije domene %s nije uspjelo" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "pogreĊĦka: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "ispiĊĦi pomoć" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Ispisivanje opće pomoći ili pomoći specifične za naredbu." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "naziv naredbe" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4040,319 +4451,323 @@ msgstr "" "Naredbe:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "automatski pokreni domenu" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" "Konfiguriranje domene radi automatskog započinjanja pri pokretanju računala." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "naziv domene, id ili uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "onemogući automatsko pokretanje" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Dodjeljivanje oznake domeni %s kao automatski pokretane nije uspjelo" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Uklanjanje oznake domeni %s kao automatski pokretane nije uspjelo" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domeni %s dodana je oznaka kao automatski pokretane\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domeni %s uklonjena je oznaka kao automatski pokretane\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(ponovo) uspostavi vezu s hipervizorom" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI povezivanja hipervizora" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "povezivanje samo za čitanje" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Prekidanje veze s hipervizorom nije uspjelo" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Uspostavljanje veze s hipervizorom nije uspjelo" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "poveĊi s konzolom gostujućeg" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "poveĊi s vitualnom serijskom konzolom gostujućeg" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Za domenu nema dostupne konzole\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "ispiĊĦi domene" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Ispisivanje popisa domena." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "ispiĊĦi neaktivne domene" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "ispiĊĦi neaktivne i aktivne domene" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Ispisivanje aktivnih domena nije uspjelo" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Ispisivanje neaktivnih domena nije uspjelo" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Naziv" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Stanje" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "bez stanja" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "stanje domene" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Ispisivanje stanja pokrenutih domena." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "Dohvati statistike blokova uređaja domene" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "Dohvaćanje statistike blokova uređaja pokrenutih domena." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "blokovski uređaj" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "Dohvaćanje statistika blokova %s %s nije uspjelo" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "Dohvati statitstike mreĊnih sučelja za domenu" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "Dohvaćanje statitstike mreĊnih sučelja za pokrenutu domenu." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "uređaj sučelja" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Dohvaćanje statistika sučelja %s %s nije uspjelo" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "obustavi domenu" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Obustavljanje izvrĊĦavanja domene." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domena %s je obustavljena\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Izrada domene." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "datoteka koja sadrĊi XML opis domene" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "definiraj (bez pokretanja) domenu iz XML datoteke" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definiranje domene." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domena %s definirana je iz %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Definiranje domene iz %s nije uspjelo" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "naziv domene ili uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Definicija domene %s je uklonjena\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "pokreni (prethodno definiranu) neaktivnu domenu" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Započinjanje rada domena." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "naziv neaktivne domene" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domena je aktivna" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Pokretanje domene %s nije uspjelo" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "spremi stanje domene u datoteku" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Spremanje pokrenute domene." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "lokacija spremanja podataka" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domena %s spremljena je u %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "prikaĊi/postavi parametre planera" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Prikazivanje/postavljanje parametara planera." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "jačina za XEN_CREDIT" @@ -4361,281 +4776,289 @@ msgstr "jačina za XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "veličina za XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "Neispravna vrijednost %d kao veličine memorije" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "Neispravna vrijednost %d kao veličine memorije" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Neispravna vrijednost %d kao veličine memorije" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Planer" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Nepoznato" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "obnovi domenu iz stanje spremljenog u datoteci" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Obnavljanje domene." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "stanje za obnavljanje" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domena je obnovljena iz %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Obnavljanje domene iz %s nije uspjelo" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "izbacivanje jezgre domene u datoteku, radi analize" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Izbacivanje jezgre domene." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "lokacija izbacivanja jezgre" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domena %s je izbačena u %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Izbacivanje jezgre domene %s u %s nije uspjelo." -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "nastavi domenu" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Nastavljanje rada prethodno obustavljene domene" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domena %s je nastavila s radom\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Nastavljanje domene %s nije uspjelo" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "dostojanstveno ugasi domenu" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Pokretanje postupka gaĊĦenja u ciljanoj domeni." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domena %s je pogaĊĦena\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "GaĊĦenje domene %s nije uspjelo" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ponovno pokreni domenu" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domena %s se ponovno pokreće\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Ponovno pokretanje domena %s nije uspjelo" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "uniĊĦti domenu" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "podaci domene" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Ispis osnovnih podataka o domeni." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "naziv:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS vrsta:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Stanje:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU vrijeme:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Najv. memorije:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "bez ograničenja" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Upotrijebljeno memorije:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Automatski pokreni" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Naziv" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "NUMA slobodna memorija" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "prikaĊi dostupnu slobodnu memoriju za NUMA ćeliju" -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "NUMA broj ćelije" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Ukupno" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "vcpu podaci domene" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Ispis osnovnih podataka o virtualnim CPU-ima domene." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU sklonost:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Domena je isključena, virtualni CPU-i nisu prisutni." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "vcpu sklonost nadzorne domene" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "VCPU-i najviĊĦe domene za udomljivanje fizičkih CPU-a." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "broj vcpu-a" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "broj udomljenih cpu (%s) (razdijeljeno zarezima)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Nepravilan oblik. Prazna naredba." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4643,7 +5066,7 @@ msgstr "" "cpulist: %s: Nepravilan oblik. Očekivana brojka na poloĊaju %d (u blizini '%" "c')." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4652,1355 +5075,1393 @@ msgstr "" "cpulist: %s: Nepravilan oblik. Očekivana brojka ili zarez na poloĊaju %d (u " "blizini '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Fizički CPU %d ne postoji." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "promijeni broj virtualnih CPU-a" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "broj virtualnih CPU-a" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Nepravilan broj virtualnih CPU-a." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Prevelik broj virtualnih CPU-a." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "promijeni dodjeljivanje memorije" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "broj kilobajta memorije" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "Provjera najveće veličine memorije nije moguća" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "promijeni najviĊĦe ograničenje memorije" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "najviĊĦe ograničenje memorije u kilobajtima" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Provjera trenutne veličine memorije nije moguća" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Smanjivanje trenutne veličine memorija nije moguće" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Promjena najveće veličine memorije nije moguća" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "podaci čvora" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Ispis osnovnih podataka o čvoru." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "Dohvaćanje podataka o čvoru nije uspjelo" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frekvencija:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU priključci:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Jezgri po priključku:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Grana po jezgri:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA ćelija:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Veličina memorije:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "sposobnosti" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Povratni ispis sposobnosti hipervizora/upravljača." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "dohvaćanje sposobnosti nije uspjelo" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "podaci domene u XML-u" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ID domene ili UUID pretvori u naziv domene" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ID domene ili UUID" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "naziv domene ili UUID pretvori u ID domene" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "naziv domene ili ID pretvori u UUID domene" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ID domene ili naziv" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "domenu preseli na drugo računalo" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "preseljenje tijekom rada" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI povezivanja udaljenog računala" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI preseljenja, uobičajeno se moĊe iuostaviti" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "pres: Nedostaje URI odr" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "automatski pokreni mreĊu" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "naziv mreĊe ili uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "dodjeljivanje oznake domeni %s kao automatski pokretane nije uspjelo" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "uklanjanje oznake domeni %s kao automatski pokretane nije uspjelo" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "MreĊi %s dodijeljena je oznaka kao automatski pokretane\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "MreĊi %s uklonjena je oznaka kao automatski pokretane\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "izradi mreĊu iz XML datoteke" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Izrada mreĊe." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "datoteka koja sadrĊi XML opis mreĊe" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "MreĊa %s izrađena je iz %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Izrada mreĊe iz %s nije uspjela" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "definiraj (bez pokretanja) mreĊu iz XML datoteke" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Definiranje mreĊe." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "MreĊa %s definirana je iz %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Definiranje mreĊe iz %s nije uspjelo" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "uniĊĦti mreĊu" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "UniĊĦtavanje date mreĊe." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "naziv mreĊe, id ili uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "MreĊa %s je uniĊĦtena\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "UniĊĦtavanje mreĊe %s nije uspjelo" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "podaci mreĊe u XML datoteci" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "ispiĊĦi mreĊe" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Ispisivanje popisa mreĊa." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "ispiĊĦi neaktivne mreĊe" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "ispiĊĦi neaktivne i aktivne mreĊe" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Ispisivanje aktivnih mreĊa nije uspjelo" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Ispisivanje neaktivnih mreĊa nije uspjelo" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Automatski pokreni" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "bez automatskog pokretanja" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "aktivno" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "neaktivan" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "UUID mreĊe pretvori u naziv mreĊe" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid mreĊe" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "pokreni (prethodno definiranu) neaktivnu mreĊu" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Započinjanje rada mreĊe." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "naziv neaktivne mreĊe" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "MreĊa %s je pokrenuta\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Pokretanje mreĊe %s nije uspjelo" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "uklanjanje definicije neaktivne mreĊe" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Uklanjanje definiranje konfiguracije neaktivne mreĊe." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "Definicija mreĊe %s je uklonjena\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Uklanjanje definicije mreĊe %s nije uspjelo" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "naziv mreĊe pretvori u UUID mreĊe" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "naziv mreĊe" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "dohvaćanje UUID-a mreĊe nije uspjelo" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "automatski pokreni domenu" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "naziv domene ili uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "dodjeljivanje oznake domeni %s kao automatski pokretane nije uspjelo" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "uklanjanje oznake domeni %s kao automatski pokretane nije uspjelo" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domeni %s dodana je oznaka kao automatski pokretane\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domeni %s uklonjena je oznaka kao automatski pokretane\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Izrada domene." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "datoteka koja sadrĊi XML opis domene" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "naziv neaktivne domene" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "dodjeljivanje međuspremnika nije uspjelo" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "definiraj (bez pokretanja) domenu iz XML datoteke" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definiranje domene." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domena %s definirana je iz %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Definiranje domene iz %s nije uspjelo" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domena %s definirana je iz %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "uniĊĦti domenu" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domena %s je nastavila s radom\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Nastavljanje domene %s nije uspjelo" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "podaci domene u XML-u" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "ispiĊĦi domene" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Ispisivanje popisa domena." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "ispiĊĦi neaktivne domene" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "ispiĊĦi neaktivne i aktivne domene" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Ispisivanje aktivnih domena nije uspjelo" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Ispisivanje neaktivnih domena nije uspjelo" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "neispravan mreĊni pokazivač pri %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "registrirano je previĊĦe upravljačkih programa" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "nedovoljno memorije" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Uklanjanje definicije domene %s nije uspjelo" +msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "registrirano je previĊĦe upravljačkih programa" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "podaci čvora" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Ispis osnovnih podataka o čvoru." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "izvrĊĦavanje" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "dodjeljivanje domene" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "UUID mreĊe pretvori u naziv mreĊe" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "uuid domene" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "pokreni (prethodno definiranu) neaktivnu domenu" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Započinjanje rada domena." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "naziv neaktivne domene" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domena %s je pokrenuta\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Pokretanje domene %s nije uspjelo" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Izrada domene." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "naziv neaktivne domene" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Izrada XML nije uspjela" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "uklanjanje definicije neaktivne domene" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Definicija domene %s je uklonjena\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "naziv mreĊe pretvori u UUID mreĊe" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "izradi domenu iz XML datoteke" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "datoteka koja sadrĊi XML opis domene" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domena %s izrađena je iz %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Izrada domene iz %s nije uspjela" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "UniĊĦtavanje date domene." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domena %s je uniĊĦtena\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "UniĊĦtavanje domene %s nije uspjelo" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "podaci čvora" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Ispis osnovnih podataka o čvoru." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS vrsta:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML datoteka" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blokirano" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "podaci domene u XML-u" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "ispiĊĦi domene" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Ispisivanje popisa domena." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Ispisivanje aktivnih domena nije uspjelo" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "UUID mreĊe pretvori u naziv mreĊe" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "UUID mreĊe pretvori u naziv mreĊe" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "uuid domene" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "UUID mreĊe pretvori u naziv mreĊe" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "prikaĊi verziju" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Prikazivanje sistemskih podataka o verziji." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "dohvaćanje vrste hipervizora nije uspjelo" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "SloĊeno prema biblioteci: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "dohvaćanje verzije biblioteke nije uspjelo" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Upotreba biblioteke: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Upotreba API-a: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "dohvaćanje verzije hipervizora nije uspjelo" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Nije moguće izvući verziju hipervizora pokrenutog %s\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Pokrenuti hipervizor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "domenu preseli na drugo računalo" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "sposobnosti" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Uspostavljanje veze s hipervizorom nije uspjelo" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Ispisivanje neaktivnih domena nije uspjelo" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "Ispisivanje naziva računala hipervizora" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "Dohvaćanje naziva računala hipervizora nije uspjelo" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "Ispisivanje kanoničkog URI hipervizora" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "Dohvaćanje URI nije uspjelo" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc zaslon" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty konzole" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Izlazak uređaja prema TTY konzoli." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "pridodaj uređaj iz XML datoteke" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Pridodaj uređaj iz XML datoteke ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML datoteka" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Pridodavanje uređaja iz %s nije uspjelo" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "odvoji uređaj iz XML datoteke" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Odvajanje uređaj iz XML datoteke ." -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Odvajanje uređaja iz %s nije uspjelo" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "Priključivanje mreĊnog sučelja" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Priključivanje novog mreĊnog sučelja." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "Vrsta mreĊnog sučelja" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "Izvor mreĊnog sučelja" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "Naziv ciljane mreĊe" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC adresa" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "Naredba za premoĊĦćivanje mreĊnih sučelja" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Ne postoji podrĊĦka za %s unutar naredbe \"attach-interface\"" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "Isključivanje mreĊnog sučelja" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Isključivanje mreĊnog sučelja." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Dohvaćanje podataka o sučelju nije uspjelo" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Nije pronađeno sučelje vrste %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Nije pronađeno sučelje MAC adrese %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Dodjeljivanje memorije nije uspjelo" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Izrada XML nije uspjela" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "Priključivanje diskovnog uređaja" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Priključivanje novog diskovnog uređaja." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "Izvor diskovnog uređaja" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "Cilj diskovnog uređaja" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "Upravljački program diskovnog uređaja" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "Pomoćni upravljački program diskovnog uređaja" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "Vrsta ciljanog uređaja" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "Način čitanja i zapisivanja uređaja" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Ne postoji podrĊĦka za %s unutar naredbe \"attach-disk\"" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "Isključivanje diskovnog uređaja" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Isključivanje diskovnog uređaja." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Dohvaćanje podataka o disku nije uspjelo" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Nije pronađen disk s ciljem %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "Dodjeljivanje memorije nije uspjelo" +msgstr "dodjeljivanje čvora nije uspjelo" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Izrada neaktivne domene %s nije uspjela\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "naziv domene" +msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "čitanje konfiguracijske datoteke nije uspjelo" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Uklanjanje definiranje konfiguracije neaktivne mreĊe." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Uklanjanje definiranje konfiguracije neaktivne mreĊe." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Uklanjanje definiranje konfiguracije neaktivne domene" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "napusti ovaj interaktivni terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "naredba '%s' zahtijeva opciju <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "naredba '%s' zahtijeva opciju --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "naredba '%s' ne postoji" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAZIV\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6008,7 +6469,7 @@ msgstr "" "\n" " SINOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6016,7 +6477,7 @@ msgstr "" "\n" " OPIS\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6024,55 +6485,55 @@ msgstr "" "\n" " OPCIJE\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "naziv domene ili ID nije definiran" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "naziv mreĊe nije definiran" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "dohvaćanje mreĊe '%s' nije uspjelo" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "naziv mreĊe nije definiran" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "naziv mreĊe nije definiran" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6083,132 +6544,131 @@ msgstr "" "(Vrijeme: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "nedostaje \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "neočekivani token (naziv naredbe): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "nepoznata naredba: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "naredba '%s' ne podrĊava opciju --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "očekivana sintaksa: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "broj" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "niz" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "neočekivan podatak '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPCIJA" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "PODATAK" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML datoteka" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pauzirano" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "u gaĊĦenju" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "isključeno" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "sruĊĦeno" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "izvan mreĊe" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "nije valjana veza" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: pogreĊĦka: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "pogreĊĦka: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: nije uspjelo dodijeliti %d bajtova" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: dodjeljivanje %lu bajtova nije uspjelo" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "uspostavljanje veze s hipervizorom nije uspjelo" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "Dohvaćanje podataka o datoteci zapisnika nije uspjelo" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "Putanja zapisnika nije datoteka" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Prekidanje veze s hipervizorom nije uspjelo" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6241,7 +6701,7 @@ msgstr "" "\n" " neredbe (neinteraktivan način rada):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6251,12 +6711,12 @@ msgstr "" " (za detalje o naredbi unesite --help )\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "nepodrĊana opcija '-%c'. Pogledajte --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6265,7 +6725,7 @@ msgstr "" "DobrodoĊĦli u %s, virtualizacijski interaktivni terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6283,876 +6743,959 @@ msgstr "upozorenje" msgid "error" msgstr "pogreĊĦka" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Nije pruĊena poruka o pogreĊĦci" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "interna pogreĊĦka %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "interna pogreĊĦka" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "Hipervizor ne nudi podrĊĦku za ovu funkciju" -#: src/virterror.c:447 +#: src/virterror.c:455 #, 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:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "nije moguće uspostaviti vezu s hipervizorom" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "nije moguće uspostaviti vezu s %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "neispravan pokazivač veze pri" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "neispravan pokazivač veze pri %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "neispravan pokazivač domene pri" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "neispravan pokazivač domene pri %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "neispravan argument pri" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "neispravan argument pri %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operacija nije uspjela: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operacija nije uspjela" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "operacija GET nije uspjela: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "operacija GET nije uspjela" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "operacija POST nije uspjela: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "operacija POST nije uspjela" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "dobiven je nepoznat broj HTTP pogreĊĦke %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "nepoznato računalo %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "nepoznato računalo" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "serijalizacija S-Expr nije uspjela: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "serijalizacija S-Expr nije uspjela" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "nije moguće upotrijebiti Xen unos hipervizora" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "nije moguće upotrijebiti Xen unos hipervizora %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "nije moguće uspostaviti vezu s Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "nije moguće uspostaviti vezu s Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "nije uspio Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "nepoznata vrsta OS" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "nepoznata vrsta OS %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "nedostaju podaci o kernelu" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "nedostaje podaci o korijenskom uređaju" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "nedostaju podaci o korijenskom uređaju pri %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "nedostaju podaci izvora za uređaj" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "nedostaju podaci izvora za uređaj %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "nedostaju podaci cilja za uređaj" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "nedostaju podaci cilja za uređaj %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "nedostaju podaci o nazivu domene" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "nedostaju podaci o nazivu domene pri %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "nedostaju podaci o operacijskom sustavu" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "nedostaju podaci o operacijskom sustavu za %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "nedostaju podaci o uređaju" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "nedostaju podaci o uređaju za %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "registrirano je previĊĦe upravljačkih programa" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "registrirano je previĊĦe upravljačkih programa pri %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "pozivanje biblioteke nije uspjelo, moĊda nije podrĊano" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "pozivanje biblioteke %s nije uspjelo, moĊda nije podrĊano" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML opis nije pravilno oblikovan ili nije ispravan" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ova domena već postoji" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domena %s već postoji" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operacija zabranjena za pristup samo za čitanje" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operacija %s zabranjena za pristup samo za čitanje" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "otvaranje konfiguracijske datoteke za čitanje nije uspjelo" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "otvaranje %s za čitanje nije uspjelo" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "čitanje konfiguracijske datoteke nije uspjelo" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "čitanje konfiguracijske datoteke %s nije uspjelo" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "raĊĦčlanjivanje konfiguracijske datoteke nije uspjelo" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "raĊĦčlanjivanje konfiguracijske datoteke %s nije uspjelo" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "pogreĊĦka raĊĦčlanjivanja" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "neispravan mreĊni pokazivač pri" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "neispravan mreĊni pokazivač pri %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ova mreĊa već postoji" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "mreĊa %s već postoji" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "pogreĊĦka sistemskog poziva" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC pogreĊĦka" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS pogreĊĦka poziva" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "PronalaĊenje mreĊe nije uspjelo" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "PronalaĊenje mreĊe nije uspjelo: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Domena nije pronađena" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Domena nije pronađena: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "MreĊa nije pronađena" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "MreĊa nije pronađena: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "nepravilna MAC adresa" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "nepravilna MAC adresa: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operacija nije uspjela" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operacija nije uspjela: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "MreĊa nije pronađena" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "MreĊa nije pronađena: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "MreĊa nije pronađena" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "MreĊa nije pronađena: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "neispravan mreĊni pokazivač pri" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "neispravan mreĊni pokazivač pri %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "neispravan mreĊni pokazivač pri" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "neispravan mreĊni pokazivač pri %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "PronalaĊenje mreĊe nije uspjelo" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "PronalaĊenje mreĊe nije uspjelo: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "PronalaĊenje mreĊe nije uspjelo" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "PronalaĊenje mreĊe nije uspjelo: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "neispravan pokazivač domene pri" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "neispravan pokazivač domene pri %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domena nije pronađena" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domena nije pronađena: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "dodjeljivanje domene" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "dodjeljivanje čvora nije uspjelo" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "Planer kredita parametra teĊine (%d) izvan je opsega (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format 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:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "dodjeljivanje podataka domene: %d" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "dodjeljivanje čvora nije uspjelo" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "uspostavljanje veze sa Xen Store nije uspjelo" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "čitanje iz demona Xen nije uspjelo" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Nastavljanje domene %s nije uspjelo" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "dodijeli novi međuspremnik" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operacija nije uspjela: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "urlencode za izradu S-Expr nije uspjelo" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "podaci domene nisu potpuni, nedostaje domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "podaci domene nisu ispravni, domid nije broj" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "podaci domene nisu potpuni, nedostaje name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "podaci domene nisu potpuni, nedostaje name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "podaci domene nisu potpuni, nedostaju kernel i pokretač sustava" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "nepoznata vrsta OS" +msgstr "Vrsta ciljanog uređaja" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "nepoznata vrsta OS" +msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "podaci domene nisu potpuni, vbd nema dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "podaci domene nisu potpuni, vbd nema src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" "raĊĦčlanjivanje naziva datoteke vbd nije moguće, nedostaje naziv upravljačkog " "programa" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" "raĊĦčlanjivanje naziva datoteke vbd nije moguće, nedostaje vrsta upravljačkog " "programa" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "nepravilna MAC adresa: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "neočekivani čvor rječnika" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "podaci domene nisu potpuni, nedostaje id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "raĊĦčlanjivanje informacije topologije nije uspjelo" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "raĊĦčlanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Obustavljanje domene %s nije uspjelo" +msgstr "serijalizacija S-Expr nije uspjela" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "Vrsta ciljanog uređaja" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "neočekivani čvor vrijednosti" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "čvor, memorija" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operacija nije uspjela" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Uklanjanje definicije domene %s nije uspjelo" +msgstr "Uklanjanje definicije mreĊe %s nije uspjelo" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operacija nije uspjela: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "Dohvaćanje naziva računala hipervizora nije uspjelo" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "raĊĦčlanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Izrada neaktivne domene %s nije uspjela\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "podaci domene nisu potpuni, nedostaje name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "Nepoznato" +msgstr "Planer" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "Dohvaćanje naziva računala hipervizora nije uspjelo" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "neispravan argument pri %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "otvaranje %s za čitanje nije uspjelo" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Otvaranje '%s' nije uspjelo: %s" +msgstr "čitanje konfiguracijske datoteke %s nije uspjelo" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "neočekivana MIME vrsta" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "neočekivana MIME vrsta" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "neočekivana MIME vrsta" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "neočekivani čvor vrijednosti" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "čvor, popis domena" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "pozivanje biblioteke nije uspjelo, moĊda nije podrĊano" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "pogreĊĦka u sintaksi konfiguracijske datoteke: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "neočekivani čvor vrijednosti" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "neočekivani čvor vrijednosti" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "neočekivani čvor vrijednosti" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "povezivanje samo za čitanje" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "ispiĊĦi neaktivne domene" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "neočekivani čvor rječnika" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Obnavljanje domene iz %s nije uspjelo" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "Provjera trenutne veličine memorije nije moguća" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "čitanje konfiguracijske datoteke %s nije uspjelo" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "nepoznata vrsta OS" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Dohvaćanje statistika blokova %s %s nije uspjelo" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Izrada domene iz %s nije uspjela" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Otvaranje '%s' nije uspjelo: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "dodijeli polje niza" #: src/xmlrpc.c:53 @@ -7197,6 +7740,10 @@ msgstr "dodijeli odgovor" msgid "read response" msgstr "pročitaj odgovor" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "dodijeli polje niza" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "raĊĦčlanjivanje odgovora posluĊitelja nije uspjelo" @@ -7205,309 +7752,45 @@ msgstr "raĊĦčlanjivanje odgovora posluĊitelja nije uspjelo" msgid "allocate new context" msgstr "dodijeli novi kontekst" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "uspostavljanje veze sa Xen Store nije uspjelo" -#~ msgid "blocked" -#~ msgstr "blokirano" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "Vrsta ciljanog uređaja" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "Naziv ciljane mreĊe" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "Provjera trenutne veličine memorije nije moguća" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "nedostaju podaci cilja za uređaj" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "naziv mreĊe ili uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "neispravan argument pri" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "nedostaje podaci o korijenskom uređaju" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Neispravna vrijednost %d kao veličine memorije" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "nedostaje podaci o korijenskom uređaju" +msgid "failed to allocate activeDomainList" +msgstr "Ispisivanje aktivnih domena nije uspjelo" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "nedostaju podaci o nazivu domene" +msgid "failed to allocate xsWatchList" +msgstr "dodjeljivanje čvora nije uspjelo" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "neispravan pokazivač domene pri" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "neispravan pokazivač domene pri" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Izrada mreĊe iz %s nije uspjela" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Otvaranje '%s' nije uspjelo: %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Otvaranje '%s' nije uspjelo: %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "Dodjeljivanje memorije nije uspjelo" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "izvrĊĦavanje %s nije uspjelo\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "Provjera trenutne veličine memorije nije moguća" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "Dodjeljivanje memorije nije uspjelo" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "otvaranje %s za čitanje nije uspjelo" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Pokretanje domene %s nije uspjelo" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "operacija nije uspjela: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "nedostaju podaci cilja za uređaj" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "nedostaju podaci o nazivu domene" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "nedostaju podaci o nazivu domene" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "neispravan pokazivač domene pri" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "neispravan pokazivač domene pri" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "dodijeli polje vrijednosti" - -#~ msgid "failed to exec %s\n" -#~ msgstr "izvrĊĦavanje %s nije uspjelo\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "Dohvaćanje podataka o čvoru nije uspjelo" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Otvaranje '%s' nije uspjelo: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "dodjeljivanje domene" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "neočekivana MIME vrsta" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Izrada XML nije uspjela" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Dodjeljivanje memorije nije uspjelo" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Dodjeljivanje memorije nije uspjelo" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ID domene ili naziv" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "neispravan pokazivač domene pri %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "naziv mreĊe ili uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "naziv mreĊe ili uuid" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "previĊĦe domena" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "nedostaju podaci izvora za uređaj" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "neispravan pokazivač domene pri %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "naziv domene ili uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "podaci čvora" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "vcpu podaci domene" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "vcpu podaci domene" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "Dodjeljivanje memorije nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "Dodjeljivanje memorije nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "Dodjeljivanje memorije nije uspjelo" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "naziv mreĊe ili uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "dodavanje mreĊe u tablica presjeka veza nije uspjelo" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "dodjeljivanje domene" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Izrada XML nije uspjela" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Otvaranje '%s' nije uspjelo: %s" +msgid "reallocating list" +msgstr "dodjeljivanje domene" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Dohvaćanje statistika blokova %s %s nije uspjelo" +msgid "failed to allocate domids" +msgstr "dodjeljivanje čvora nije uspjelo" #~ msgid "domain" #~ msgstr "domena" -#~ msgid "domain name" -#~ msgstr "naziv domene" - -#~ msgid "domain uuid" -#~ msgstr "uuid domene" - #~ msgid "domain memory" #~ msgstr "memorija domene" @@ -7544,67 +7827,8 @@ msgstr "uspostavljanje veze sa Xen Store nije uspjelo" #~ msgid "load network definition file" #~ msgstr "učitavanje datoteka definicije mreĊe" -#~ msgid "too many domains" -#~ msgstr "previĊĦe domena" - -#~ msgid "too many networks" -#~ msgstr "previĊĦe mreĊa" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "učitavanje datoteka definicija domena" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "nedostaje podaci o korijenskom uređaju" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "domena %s već postoji" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "izrada xpath konteksta" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "dodjeljivanje čvora nije uspjelo" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "previĊĦe domena" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "neispravan pokazivač domene pri" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "PronalaĊenje mreĊe nije uspjelo: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "PronalaĊenje mreĊe nije uspjelo: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "promijeni dodjeljivanje memorije" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "dodijeli odgovor" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "interna pogreĊĦka %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "dodijeli novi međuspremnik" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "Otvaranje '%s' za čitanje nije uspjelo: %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "izvrĊĦavanje %s nije uspjelo\n" diff --git a/po/hu.po b/po/hu.po index 130e316d4b..1a730ed656 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-05-03 21:23+0200\n" "Last-Translator: Arpad Biro \n" "Language-Team: \n" @@ -18,310 +18,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "kĥnyvtĦri h­vĦs nem sikerĵlt, val³sz­nĊħleg nincs tĦmogatva" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "mem³ria-lefoglalĦs megvĦltoztatĦsa" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "rendszerh­vĦsi hiba" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "ismeretlen gİp" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, 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:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "konfigurĦci³ lefoglalĦsa" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "hĦl³zat lefoglalĦsa" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "vĦratlan İrtİk-csom³pont" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, 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:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, 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:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, 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:779 +#: qemud/qemud.c:844 #, 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:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 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,450 +329,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "%s hĦl³zat ind­tĦsa nem sikerĵlt" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET mĊħvelet nem sikerĵlt: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "%s tartomĦny felİlesztİse nem sikerĵlt" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, 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:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "mĊħvelet nem sikerĵlt" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "ismeretlen HTTP-hibak³d İrkezett: %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "a kiszolgĦl³ vĦlasza nem İrtelmezhetĊ‘" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "İrvİnytelen csatlakozĦs-mutat³ itt:" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "nincs tĥbb mem³ria" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "tartomĦnyinformĦci³" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "ismeretlen OS-t­pus" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "hĦl³zatnİv vagy -uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "nincs tĥbb mem³ria" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, 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:2821 +#: qemud/remote.c:2919 #, 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:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "hĦl³zatnİv vagy -uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "hĦl³zatnİv vagy -uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "tartomĦnyinformĦci³" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "İrvİnytelen argumentum ebben:" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "mĊħvelet nem sikerĵlt" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -811,8 +839,8 @@ msgstr "egy elvĦlaszt³ vĦrĦsa" msgid "expecting an assignment" msgstr "egy hozzĦrendelİs vĦrĦsa" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "şj puffer lefoglalĦsa" @@ -855,928 +883,984 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "İrvİnytelen tartomĦnymutat³ itt:" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "İrvİnytelen argumentum ebben: %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "ismeretlen OS-t­pus" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "hiĦnyz³ \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "ismeretlen gİp: %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "ismeretlen OS-t­pus" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "hiĦnyz³ tartomĦnynİv-informĦci³" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "İrvİnytelen tartomĦnymutat³ itt:" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "vĦratlan adat: '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "ismeretlen OS-t­pus" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "tşl sok tartomĦny" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/domain_conf.c:1924 -#, 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:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "hĦl³zatnİv" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "tşl sok tartomĦny" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "İrvİnytelen tartomĦnymutat³ itt:" - -#: src/domain_conf.c:2090 -#, 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:2126 -#, 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:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "ismeretlen gİp: %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "vĦratlan \"dict\" csom³pont" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "vĦratlan MIME-t­pus" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "vĦratlan İrtİk-csom³pont" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "ismeretlen OS-t­pus" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "csatlakozĦs lefoglalĦsa" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "tartomĦny lefoglalĦsa" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "nem sikerĵlt hozzĦadni a tartomĦnyt a csatlakozĦsok has­t³tĦblĦzatĦhoz" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "hiĦnyz³ tartomĦny a csatlakozĦsok has­t³tĦblĦzatĦnĦl" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "hĦl³zat lefoglalĦsa" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "hĦl³zat hozzĦadĦsa a csatlakozĦsok has­t³tĦblĦzatĦhoz nem sikerĵlt" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "hiĦnyz³ hĦl³zat a csatlakozĦsok has­t³tĦblĦzatĦnĦl" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "csom³pont lefoglalĦsa" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "hĦl³zat hozzĦadĦsa a csatlakozĦsok has­t³tĦblĦzatĦhoz nem sikerĵlt" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "hiĦnyz³ tartomĦny a csatlakozĦsok has­t³tĦblĦzatĦnĦl" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "csom³pont lefoglalĦsa" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "hĦl³zat hozzĦadĦsa a csatlakozĦsok has­t³tĦblĦzatĦhoz nem sikerĵlt" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "hiĦnyz³ tartomĦny a csatlakozĦsok has­t³tĦblĦzatĦnĦl" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "csom³pont lefoglalĦsa" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "csom³ponttartalom mĦsolĦsa" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "hĦl³zat hozzĦadĦsa a csatlakozĦsok has­t³tĦblĦzatĦhoz nem sikerĵlt" + +#: src/datatypes.c:860 +#, fuzzy +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:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "ismeretlen parancs: '%s'" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "ismeretlen parancs: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, c-format +msgid "cannot parse device %s" +msgstr "" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "hiĦnyz³ \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "hiĦnyz³ \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "ismeretlen gİp: %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "ismeretlen gİp: %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "hiĦnyz³ cİlinformĦci³ az eszkĥzhĥz" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "ismeretlen gİp: %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "ismeretlen OS-t­pus" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "hiĦnyz³ tartomĦnynİv-informĦci³" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "İrvİnytelen tartomĦnymutat³ itt: %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "nem sikerĵlt lekİrdezni a hĦl³zat-UUID-t" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "vĦratlan adat: '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "ismeretlen OS-t­pus" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "ismeretlen gİp: %s" + +#: src/domain_conf.c:1932 +#, 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:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "hĦl³zatnİv" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +#, 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:2091 +#, 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:2132 +#, 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:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "a tartalom mentİse nem sikerĵlt" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "vĦratlan \"dict\" csom³pont" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "vĦratlan \"dict\" csom³pont" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "vĦratlan \"dict\" csom³pont" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "vĦratlan \"dict\" csom³pont" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "vĦratlan MIME-t­pus" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "vĦratlan İrtİk-csom³pont" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "ismeretlen OS-t­pus" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "%d aljazat ­rĦsa nem sikerĵlt\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, 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:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "nem lehet csatlakozni ehhez: %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "csatlakozĦs lefoglalĦsa" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "%s hĦl³zat ind­tĦsa nem sikerĵlt" +msgstr "nem lehet csatlakozni ehhez: %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "a tartomĦnyinformĦci³ helytelen - a domid nem numerikus" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "a tartomĦnyinformĦci³ helytelen - a domid nem numerikus" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "İrtİktĥmb lefoglalĦsa" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "%s inakt­v tartomĦny lİtrehozĦsa nem sikerĵlt\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" +msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s tartomĦny defin­ci³jĦt" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" +msgstr "%s tartomĦny megsemmis­tİse nem sikerĵlt" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format -msgid "failed to mount %s at %s for container: %s" -msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" - -#: src/lxc_container.c:412 -#, fuzzy, c-format -msgid "failed to read /proc/mounts: %s" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, fuzzy, c-format +msgid "failed to mount %s at %s for container: %s" +msgstr "nem sikerĵlt olvasĦsra megnyitni ezt: %s" + +#: src/lxc_container.c:411 +#, fuzzy, c-format +msgid "failed to read /proc/mounts: %s" +msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" + +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" +msgstr "nem sikerĵlt olvasĦsra megnyitni ezt: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "İrtİktĥmb lefoglalĦsa" +msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "%d aljazat bezĦrĦsa nem sikerĵlt\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "%d aljazat bezĦrĦsa nem sikerĵlt\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "mĊħvelet nem sikerĵlt: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "%s tartomĦny megsemmis­tİse nem sikerĵlt" +msgstr "'%s' hĦl³zat lekİrdezİse nem sikerĵlt" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" -#: src/lxc_controller.c:564 -#, fuzzy, c-format +#: src/lxc_controller.c:630 +#, c-format msgid "Unable to change to root dir: %s\n" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" +msgstr "" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" +msgstr "İrvİnytelen csatlakozĦs-mutat³ itt: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "tartomĦnyazonos­t³ vagy -uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "az inakt­v tartomĦny neve" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "az inakt­v tartomĦny neve" +msgstr "egy inakt­v tartomĦny defin­ci³jĦnak eltĦvol­tĦsa" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" +msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" +msgstr "%d aljazat ­rĦsa nem sikerĵlt\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "nem sikerĵlt csatlakozni a Xen-tĦrol³hoz" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "İrvİnytelen tartomĦnymutat³ itt:" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "OlvasĦs a(z) %s le­r³fĦjlb³l nem sikerĵlt" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "tartomĦnynİv" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "tartomĦnyazonos­t³ vagy -uuid" +msgstr "csom³pont - tartomĦnylista" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "ismeretlen HTTP-hibak³d İrkezett: %d" +msgstr "ismeretlen gİp: %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "%s tartomĦny felİlesztİse nem sikerĵlt" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "İrvİnytelen argumentum ebben: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "İrvİnytelen argumentum ebben:" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "İrvİnytelen argumentum ebben: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1787,8 +1871,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ismeretlen OS-t­pus: %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1798,1637 +1882,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "formai hiba a beĦll­tĦsi fĦjlban: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "tartomĦny-fĦjlnİv feloldĦsa" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "İrvİnytelen argumentum ebben: %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "İrvİnytelen argumentum ebben: %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "mĊħvelet nem sikerĵlt" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "formai hiba a beĦll­tĦsi fĦjlban: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "A tartomĦny mİg fut" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "az inakt­v tartomĦny neve" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "A tartomĦny mİg fut" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "virtuĦlis processzorok szĦmĦnak megvĦltoztatĦsa" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "A tartomĦny mİg fut" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "nem lehet csatlakozni ehhez: %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "%d aljazat bezĦrĦsa nem sikerĵlt\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "%d aljazat ­rĦsa nem sikerĵlt\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "KommunikĦci³s hiba a proxyval: %d bĦjt İrkezett ennyibĊ‘l: %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "KommunikĦci³s hiba a proxyval: %d bĦjt vĦrva, de %d İrkezett\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "KommunikĦci³s hiba a proxyval: %d bĦjtos csomag İrkezett\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "KommunikĦci³s hiba a proxyval: deformĦlt csomag\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "\"%d\" szĦmş aszinkron csomag megİrkezett\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "hĦl³zatnİv vagy -uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "%s hĦl³zat elind­tva\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "%s hĦl³zat elind­tva\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "vĦratlan MIME-t­pus" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "vĦratlan MIME-t­pus" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "İrvİnytelen tartomĦnymutat³ itt:" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend-tartomĦnyinformĦci³ İrtelmezİse nem sikerĵlt" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "%s hĦl³zat ind­tĦsa nem sikerĵlt" -#: src/qemu_driver.c:166 -#, 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:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "nincs tĥbb mem³ria" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "nincs tĥbb mem³ria" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "A tartomĦny mĦr akt­v" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "nem sikerĵlt olvasĦsra megnyitni ezt: %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, 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:748 src/network_driver.c:778 +#, 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:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "'%s' hĦl³zat lekİrdezİse nem sikerĵlt" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "A tartomĦny mİg fut" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "hĦl³zatinformĦci³ XML-ben" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Nem lehet meghatĦrozni a(z) %s fut³ felĵgyelĊ‘ verzi³jĦt\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "tartomĦny-fĦjlnİv feloldĦsa" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "İrvİnytelen argumentum ebben: %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "İrvİnytelen argumentum ebben: %s" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "mĊħvelet nem sikerĵlt" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "A(z) %s tartomĦny defin­ci³ja el lett tĦvol­tva\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "A tartomĦny mİg fut" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "virtuĦlis processzorok szĦmĦnak megvĦltoztatĦsa" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "%d aljazat bezĦrĦsa nem sikerĵlt\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "%d aljazat ­rĦsa nem sikerĵlt\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "KommunikĦci³s hiba a proxyval: %d bĦjt İrkezett ennyibĊ‘l: %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "KommunikĦci³s hiba a proxyval: %d bĦjt vĦrva, de %d İrkezett\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "KommunikĦci³s hiba a proxyval: %d bĦjtos csomag İrkezett\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "KommunikĦci³s hiba a proxyval: deformĦlt csomag\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "\"%d\" szĦmş aszinkron csomag megİrkezett\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "hĦl³zatnİv vagy -uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "%s hĦl³zat elind­tva\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "%s hĦl³zat elind­tva\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, 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:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "vĦratlan adat: '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, 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:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "nincs tĥbb mem³ria" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "şj kĥrnyezet lefoglalĦsa" +msgstr "şj puffer lefoglalĦsa" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "\"%s\" tartomĦny lekİrdezİse nem sikerĵlt" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "mĊħvelet nem sikerĵlt" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "A tartomĦny mĦr akt­v" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, 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:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "'%s' hĦl³zat lekİrdezİse nem sikerĵlt" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" +msgstr "%d aljazat bezĦrĦsa nem sikerĵlt\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "vĦratlan \"dict\" csom³pont" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "A tartomĦny mĦr akt­v" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "nem sikerĵlt olvasĦsra megnyitni ezt: %s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "'%s' hĦl³zat lekİrdezİse nem sikerĵlt" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "vĦratlan \"dict\" csom³pont" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" +msgstr "nem sikerĵlt a kİpessİgek lekİrdezİse" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "FelhasznĦlt mem³ria:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s tartomĦny mĦr lİtezik" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s tartomĦny mĦr lİtezik" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "A tartomĦny mİg fut" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "mĊħvelet nem sikerĵlt" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "mĊħvelet nem sikerĵlt" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "az inakt­v tartomĦny neve" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "nem sikerĵlt lekİrdezni a tartomĦny-UUID-t" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "%d aljazat ­rĦsa nem sikerĵlt\n" +msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "%d aljazat ­rĦsa nem sikerĵlt\n" +msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "nincs tĥbb mem³ria" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "mĊħvelet nem sikerĵlt" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "az inakt­v tartomĦny neve" +msgstr "A konfigurĦci³ defin­ci³jĦnak eltĦvol­tĦsa egy inakt­v tartomĦnynĦl." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, 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:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "kĥnyvtĦri h­vĦs nem sikerĵlt, val³sz­nĊħleg nincs tĦmogatva" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "tartomĦny-defin­ci³s fĦjl betĥltİse" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "csom³pont - tartomĦnylista" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "nem sikerĵlt olvasni a Xen-szolgĦltatĦsb³l" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "A tartomĦny mĦr akt­v" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" +msgstr "nem sikerĵlt lekİrdezni a hĦl³zat-UUID-t" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "%s tartomĦny felİlesztİse nem sikerĵlt" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "Nem lehet meghatĦrozni a(z) %s fut³ felĵgyelĊ‘ verzi³jĦt\n" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "vĦratlan MIME-t­pus" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "egy inakt­v tartomĦny defin­ci³jĦnak eltĦvol­tĦsa" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "%s tartomĦny mĦr lİtezik" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "gİpdefin­ci³s fĦjl betĥltİse" -#: src/qemu_driver.c:3232 -#, fuzzy +#: src/qemu_driver.c:2808 msgid "cannot attach usb device" -msgstr "egy inakt­v tartomĦny defin­ci³jĦnak eltĦvol­tĦsa" +msgstr "" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "gİpdefin­ci³s fĦjl betĥltİse" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, 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:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "tartomĦnyinformĦci³" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, 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:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "az inakt­v tartomĦny neve" +msgstr "egy tartomĦny automatikus ind­tĦsa" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "İrvİnytelen argumentum ebben: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, 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:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "İrvİnytelen argumentum ebben: %s" +msgstr "İrvİnytelen argumentum ebben:" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "tartomĦnynİv" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "csom³pont - tartomĦnylista" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "A tartomĦny mĦr akt­v" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "hĦl³zatinformĦci³ XML-ben" +msgid "could not generate random UUID" +msgstr "nem sikerĵlt lekİrdezni a tartomĦny-UUID-t" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "csom³pont lefoglalĦsa nem sikerĵlt" +msgid "failed to start listening VM" +msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" +msgid "migrate failed: %s" +msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "nem lehet csatlakozni ehhez: %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "nem sikerĵlt lekİrdezni a tartomĦny-UUID-t" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "hĦl³zat lefoglalĦsa" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "tartomĦny lefoglalĦsa" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "İrtİktĥmb lefoglalĦsa" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "‰rvİnytelen İrtİk (%d) a mem³riamİrethez" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, c-format +msgid "unable to verify server certificate: %s" +msgstr "" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "‰rvİnytelen İrtİk (%d) a mem³riamİrethez" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "tşl sok csatlakozĦs" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "tşl sok tartomĦny" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "tşl sok tartomĦny" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "mem³ria-lefoglalĦs megvĦltoztatĦsa" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "ismeretlen OS-t­pus" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "tşl sok csatlakozĦs" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "tşl sok meghajt³program van regisztrĦlva" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "tşl sok meghajt³program van regisztrĦlva" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "tşl sok meghajt³program van regisztrĦlva" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "tşl sok meghajt³program van regisztrĦlva" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "tşl sok meghajt³program van regisztrĦlva" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "tşl sok meghajt³program van regisztrĦlva" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "tşl sok meghajt³program van regisztrĦlva" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "ismeretlen OS-t­pus: %s" +msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "mĊħvelet nem sikerĵlt" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" +msgstr "S-kifejezİs kibontĦsa nem sikerĵlt: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, 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:4051 +#: src/remote_internal.c:4469 #, 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:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" +msgstr "a tartalom mentİse nem sikerĵlt" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" +msgstr "CsatlakozĦs a felĵgyelĊ‘hĥz nem sikerĵlt" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "İrvİnytelen argumentum ebben: %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "İrvİnytelen argumentum ebben:" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "İrvİnytelen tartomĦnymutat³ itt:" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "egy szĥveg mĦsolĦsa nem sikerĵlt" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "ismeretlen OS-t­pus: %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "belsĊ‘ hiba: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "İrvİnytelen argumentum ebben: %s" +msgstr "İrvİnytelen hĦl³zati mutat³ ebben: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "İrvİnytelen hĦl³zati mutat³ ebben: %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "mĊħvelet nem sikerĵlt" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "tartomĦnynİv" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "ismeretlen OS-t­pus: %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,588 +3693,761 @@ msgstr "verzi³ megjelen­tİse" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Nİv" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" +msgstr "Nem sikerĵlt definiĦlni a tartomĦnyt ebbĊ‘l: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "tartomĦnynİv" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "İrtİktĥmb lefoglalĦsa" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "hĦl³zat lefoglalĦsa" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "csom³pont lefoglalĦsa" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "tartomĦnynİv" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "csom³pont lefoglalĦsa" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "ismeretlen gİp: %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "hĦl³zatnİv vagy -uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "tşl sok tartomĦny" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blokkolt" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" +msgstr "hiĦnyz³ forrĦsinformĦci³ a(z) %s eszkĥzhĥz" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "tartomĦnynİv" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "ismeretlen OS-t­pus: %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "hiĦnyz³ cİlinformĦci³ az eszkĥzhĥz" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "vĦratlan MIME-t­pus" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "ismeretlen gİp: %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "csom³pont lefoglalĦsa" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "ismeretlen gİp: %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" +msgstr "hiĦnyz³ tartomĦnynİv-informĦci³" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "ismeretlen OS-t­pus: %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Nİv" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "A tartomĦny mĦr akt­v" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "A tartomĦny mĦr akt­v" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "A tartomĦny mĦr akt­v" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "aktuĦlis idĊ‘ beolvasĦsa" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "gİpdefin­ci³s fĦjl betĥltİse" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "gİp" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "csom³pont" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath-kĥrnyezet lİtrehozĦsa" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "csom³pont - CPU - NUMA-csom³pontok" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "csom³pont - CPU-foglalatok" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "csom³pont - CPU-magok" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "csom³pont - CPU-szĦlak" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "csom³pont - akt­v CPU" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "csom³pont - CPU-MHz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "csom³pont - mem³ria" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "csom³pont - tartomĦnylista" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "tartomĦny-fĦjlnİv feloldĦsa" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "csom³pont - tartomĦnylista" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "tartomĦny-fĦjlnİv feloldĦsa" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "csom³pont - tartomĦnylista" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "tartomĦny-fĦjlnİv feloldĦsa" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "tartomĦnyinformĦci³" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "%s tartomĦny mĦr lİtezik" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "A tartomĦny mİg fut" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "egy tartomĦny automatikus ind­tĦsa" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "csom³pont - tartomĦnylista" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "nem sikerĵlt olvasni a Xen-szolgĦltatĦsb³l" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "csom³pont - tartomĦnylista" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "A(z) %s tartomĦny kivonata kimentve ide: %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "A tartomĦny mĦr fut" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "A tartomĦny mİg fut" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "A tartomĦny mİg fut" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "A tartomĦny mĦr fut" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ t­pusĦt" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ t­pusĦt" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ t­pusĦt" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, 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:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "nincs tĥbb mem³ria" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "csom³pont - CPU-foglalatok" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "ismeretlen parancs: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, 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:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "nem sikerĵlt İrtelmezni a(z) %s beĦll­tĦsi fĦjlt" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "nem sikerĵlt İrtelmezni a(z) %s beĦll­tĦsi fĦjlt" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s tartomĦny defin­ci³jĦt" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "hiba: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "seg­tsİg ki­rĦsa" -#: src/virsh.c:341 +#: src/virsh.c:340 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:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "az inakt­v tartomĦny neve" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4046,325 +4455,329 @@ msgstr "" "Parancsok:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "egy tartomĦny automatikus ind­tĦsa" -#: src/virsh.c:375 +#: src/virsh.c:374 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:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "tartomĦnynİv, azonos­t³ vagy uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "automatikus ind­tĦs letiltĦsa" -#: src/virsh.c:402 +#: src/virsh.c:401 #, 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:405 +#: src/virsh.c:404 #, 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:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "%s tartomĦny megjelĥlve automatikus ind­tĦsra\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, 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:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(şjra) csatlakozĦs a felĵgyelĊ‘hĥz" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "felĵgyelĊ‘ csatlakozĦsi URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "csak olvashat³ csatlakozĦs" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "SzİtcsatlakozĦs a felĵgyelĊ‘tĊ‘l nem sikerĵlt" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "CsatlakozĦs a felĵgyelĊ‘hĥz nem sikerĵlt" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "kapcsol³dĦs a vendİgrendszer konzoljĦhoz" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "CsatlakozĦs a vendİgrendszer virtuĦlis soros konzoljĦhoz" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Nincs elİrhetĊ‘ konzol a tartomĦnyhoz\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "tartomĦnyok listĦzĦsa" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Megadja a tartomĦnyok listĦjĦt." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "inakt­v tartomĦnyok listĦzĦsa" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "inakt­v İs akt­v tartomĦnyok listĦzĦsa" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Akt­v tartomĦnyok listĦzĦsa nem sikerĵlt" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Inakt­v tartomĦnyok listĦzĦsa nem sikerĵlt" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Azonos­t³" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nİv" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "llapot" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "nincs Ħllapot" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "tartomĦnyĦllapot" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Megadja egy fut³ tartomĦny ĦllapotĦt." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Megadja egy fut³ tartomĦny ĦllapotĦt." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blokkolt" -#: src/virsh.c:733 +#: src/virsh.c:732 #, 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:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "hĦl³zatnİv" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Megadja egy fut³ tartomĦny ĦllapotĦt." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, 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:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "tartomĦny felfĵggesztİse" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Egy fut³ tartomĦny felfĵggesztİse." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "%s tartomĦny felfĵggesztve\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "egy tartomĦny lİtrehozĦsa egy XML-fĦjlb³l" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Egy tartomĦny lİtrehozĦsa." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "egy XML-tartomĦnyle­rĦst tartalmaz³ fĦjl" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "%s tartomĦny lİtrehozva ebbĊ‘l: %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Egy tartomĦny megadĦsa." -#: src/virsh.c:949 +#: src/virsh.c:948 #, 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:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Nem sikerĵlt definiĦlni a tartomĦnyt ebbĊ‘l: %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "egy inakt­v tartomĦny defin­ci³jĦnak eltĦvol­tĦsa" -#: src/virsh.c:965 +#: src/virsh.c:964 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:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "tartomĦnynİv vagy uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, 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:1005 +#: src/virsh.c:1004 #, 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:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "egy (elĊ‘zĊ‘leg definiĦlt) inakt­v tartomĦny ind­tĦsa" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Egy tartomĦny ind­tĦsa." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "az inakt­v tartomĦny neve" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "A tartomĦny mĦr akt­v" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "%s tartomĦny elind­tva\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "egy tartomĦnyĦllapot mentİse egy fĦjlba" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Egy fut³ tartomĦny mentİse." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "hova legyen mentve az adat" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "%s tartomĦny elmentve ide: %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, 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:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4373,1667 +4786,1712 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "‰rvİnytelen İrtİk (%d) a mem³riamİrethez" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "‰rvİnytelen İrtİk (%d) a mem³riamİrethez" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "‰rvİnytelen İrtİk (%d) a mem³riamİrethez" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "ismeretlen gİp" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Egy tartomĦny visszaĦll­tĦsa." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "Ħllapot visszaĦll­tĦsa" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "A tartomĦny vissza lett Ħll­tva ebbĊ‘l: %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, 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:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Egy tartomĦny magjĦnak (core) kimentİse." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "hova ­r³djon ki a mag-kivonat" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "A(z) %s tartomĦny kivonata kimentve ide: %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "egy tartomĦny felİlesztİse" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "ElĊ‘zĊ‘leg felfĵggesztett tartomĦny felİlesztİse." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "%s tartomĦny felİlesztve\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "%s tartomĦny felİlesztİse nem sikerĵlt" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "egy tartomĦny elegĦns leĦll­tĦsa" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "LeĦll­tĦs futtatĦsa a cİltartomĦnyban." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "%s tartomĦny leĦll­tĦsa folyamatban\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "%s tartomĦny leĦll­tĦsa nem sikerĵlt" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "egy tartomĦny şjraind­tĦsa" -#: src/virsh.c:1421 +#: 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:1444 +#: 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:1446 +#: 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:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "egy tartomĦny megsemmis­tİse" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Megadott tartomĦny megsemmis­tİse." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "%s tartomĦny megsemmis­tve\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "%s tartomĦny megsemmis­tİse nem sikerĵlt" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "tartomĦnyinformĦci³" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "AlapvetĊ‘ informĦci³kat ad a tartomĦnyr³l." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Azonos­t³:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nİv:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS-t­pus:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "llapot:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "Processzor(ok):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "ProcesszoridĊ‘:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max. mem³ria:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "nincs korlĦtozĦs" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "FelhasznĦlt mem³ria:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Automatikus ind­tĦs" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Nİv" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "FelhasznĦlt mem³ria:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA-cella:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "tartomĦny-VCPU-informĦci³" -#: src/virsh.c:1623 +#: src/virsh.c:1654 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:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "Processzor:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Processzor-affinitĦs:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "a tartomĦny VCPU-affinitĦsĦnak vezİrlİse" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "TartomĦny-VCPU-k hozzĦrendelİse a gazdagİp fizikai processzoraihoz." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "VCPU-szĦm" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "gazdaprocesszor-szĦm(ok) (vesszĊ‘vel elvĦlasztva)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "A(z) \"%d\" fizikai CPU nem lİtezik." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "virtuĦlis processzorok szĦmĦnak megvĦltoztatĦsa" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "virtuĦlis processzorok szĦma" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "virtuĦlis processzorok szĦma" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "Tşl sok virtuĦlis processzor" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "mem³ria-lefoglalĦs megvĦltoztatĦsa" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "mem³riamİret kilobĦjtban" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "maximĦlis mem³riakorlĦt megvĦltoztatĦsa" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "maximĦlis mem³riakorlĦt kilobĦjtban" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "tartomĦny - jelenlegi mem³ria" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "csom³pont-informĦci³" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "AlapvetĊ‘ informĦci³kat ad a csom³pontr³l." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Processzormodell:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Processzor-frekvencia:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "Processzor-foglalat(ok):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Mag(ok) foglalatonkİnt:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "SzĦl(ak) magonkİnt:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA-cella:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Mem³ria mİrete:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "kİpessİgek" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Megadja a felĵgyelĊ‘/meghajt³program kİpessİgeit." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "nem sikerĵlt a kİpessİgek lekİrdezİse" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "tartomĦnyinformĦci³ XML-ben" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "tartomĦnyazonos­t³ vagy -uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "tartomĦnyazonos­t³ vagy -nİv" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "nem sikerĵlt lekİrdezni a tartomĦny-UUID-t" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 #, fuzzy msgid "live migration" msgstr "csom³pont-informĦci³" -#: src/virsh.c:2227 +#: src/virsh.c:2258 #, fuzzy msgid "connection URI of the destination host" msgstr "kapcsol³dĦs a vendİgrendszer konzoljĦhoz" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "hĦl³zat automatikus ind­tĦsa" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "hĦl³zatnİv vagy -uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, 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:2314 +#: src/virsh.c:2350 #, 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:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "%s hĦl³zat megjelĥlve automatikus ind­tĦsra\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, 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:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "egy hĦl³zat lİtrehozĦsa egy XML-fĦjlb³l" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Egy hĦl³zat lİtrehozĦsa." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "egy XML-hĦl³zatle­rĦst tartalmaz³ fĦjl" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "%s hĦl³zat lİtrehozva ebbĊ‘l: %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Nem sikerĵlt lİtrehozni hĦl³zatot ebbĊ‘l: %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Egy hĦl³zat megadĦsa." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, 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:2417 +#: src/virsh.c:2453 #, 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:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "egy hĦl³zat megsemmis­tİse" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Megadott hĦl³zat megsemmis­tİse." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "hĦl³zatnİv, -azonos­t³ vagy -uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "%s hĦl³zat megsemmis­tve\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "%s hĦl³zat megsemmis­tİse nem sikerĵlt" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "hĦl³zatinformĦci³ XML-ben" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "hĦl³zatok listĦzĦsa" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Megadja a hĦl³zatok listĦjĦt." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "inakt­v hĦl³zatok listĦzĦsa" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "inakt­v İs akt­v hĦl³zatok listĦzĦsa" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Akt­v hĦl³zatok listĦzĦsa nem sikerĵlt" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Inakt­v hĦl³zatok listĦzĦsa nem sikerĵlt" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Automatikus ind­tĦs" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "nincs automatikus ind­tĦs" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "akt­v" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inakt­v" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "hĦl³zat-UUID Ħtalak­tĦsa hĦl³zatnİvvİ" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "hĦl³zat-uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 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:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Egy hĦl³zat ind­tĦsa." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "az inakt­v hĦl³zat neve" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "%s hĦl³zat elind­tva\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, 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:2740 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:2741 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:2764 #, 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:2766 #, 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:2743 +#: src/virsh.c:2779 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:2784 msgid "network name" msgstr "hĦl³zatnİv" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "nem sikerĵlt lekİrdezni a hĦl³zat-UUID-t" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "egy tartomĦny automatikus ind­tĦsa" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "tartomĦnynİv vagy uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, 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:2811 +#: src/virsh.c:2847 #, 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:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "%s tartomĦny megjelĥlve automatikus ind­tĦsra\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, 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:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "egy tartomĦny lİtrehozĦsa egy XML-fĦjlb³l" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Egy tartomĦny lİtrehozĦsa." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "egy XML-tartomĦnyle­rĦst tartalmaz³ fĦjl" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "%s tartomĦny lİtrehozva ebbĊ‘l: %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, 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:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "az inakt­v tartomĦny neve" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "%s tartomĦny lİtrehozva ebbĊ‘l: %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Egy tartomĦny megadĦsa." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, 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:3004 +#: src/virsh.c:3041 #, 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:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "A(z) %s tartomĦny definiĦlva lett ebbĊ‘l: %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, 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:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "egy tartomĦny megsemmis­tİse" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Megadott tartomĦny megsemmis­tİse." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "%s tartomĦny megsemmis­tve\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "%s tartomĦny megsemmis­tİse nem sikerĵlt" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Megadott tartomĦny megsemmis­tİse." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "%s tartomĦny megsemmis­tve\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "%s tartomĦny megsemmis­tİse nem sikerĵlt" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "%s tartomĦny felİlesztve\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "%s tartomĦny felİlesztİse nem sikerĵlt" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "tartomĦnyinformĦci³ XML-ben" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "tartomĦnyok listĦzĦsa" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Megadja a tartomĦnyok listĦjĦt." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "inakt­v tartomĦnyok listĦzĦsa" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "inakt­v İs akt­v tartomĦnyok listĦzĦsa" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Akt­v tartomĦnyok listĦzĦsa nem sikerĵlt" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Inakt­v tartomĦnyok listĦzĦsa nem sikerĵlt" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "İrvİnytelen hĦl³zati mutat³ ebben: %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "tşl sok meghajt³program van regisztrĦlva" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "nincs tĥbb mem³ria" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s tartomĦny defin­ci³jĦt" +msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "tşl sok meghajt³program van regisztrĦlva" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "csom³pont-informĦci³" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "AlapvetĊ‘ informĦci³kat ad a csom³pontr³l." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "fut" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "tartomĦny lefoglalĦsa" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "hĦl³zat-UUID Ħtalak­tĦsa hĦl³zatnİvvİ" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "tartomĦny - uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, 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:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Egy tartomĦny ind­tĦsa." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "az inakt­v tartomĦny neve" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "%s tartomĦny elind­tva\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, 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:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Egy tartomĦny lİtrehozĦsa." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "az inakt­v tartomĦny neve" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "%s tartomĦny lİtrehozva ebbĊ‘l: %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "egy inakt­v tartomĦny defin­ci³jĦnak eltĦvol­tĦsa" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, 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:3880 +#: src/virsh.c:3917 #, 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:3882 +#: src/virsh.c:3919 #, 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:3895 +#: src/virsh.c:3932 #, 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:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "nem sikerĵlt lekİrdezni a tartomĦny-UUID-t" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "egy tartomĦny lİtrehozĦsa egy XML-fĦjlb³l" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "egy XML-tartomĦnyle­rĦst tartalmaz³ fĦjl" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "%s tartomĦny lİtrehozva ebbĊ‘l: %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Megadott tartomĦny megsemmis­tİse." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "%s tartomĦny megsemmis­tve\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "%s tartomĦny megsemmis­tİse nem sikerĵlt" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "csom³pont-informĦci³" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "AlapvetĊ‘ informĦci³kat ad a csom³pontr³l." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS-t­pus:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blokkolt" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "tartomĦnyinformĦci³ XML-ben" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "tartomĦnyok listĦzĦsa" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Megadja a tartomĦnyok listĦjĦt." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Akt­v tartomĦnyok listĦzĦsa nem sikerĵlt" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "hĦl³zat-UUID Ħtalak­tĦsa hĦl³zatnİvvİ" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "hĦl³zat-UUID Ħtalak­tĦsa hĦl³zatnİvvİ" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "tartomĦny - uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "hĦl³zat-UUID Ħtalak­tĦsa hĦl³zatnİvvİ" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "verzi³ megjelen­tİse" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Megjelen­ti a rendszer verzi³informĦci³jĦt." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ t­pusĦt" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, 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:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "nem sikerĵlt lekİrdezni a programkĥnyvtĦr verzi³jĦt" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, 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:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Ezen API hasznĦlata: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ verzi³jĦt" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, 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:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Fut³ felĵgyelĊ‘: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "kİpessİgek" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "CsatlakozĦs a felĵgyelĊ‘hĥz nem sikerĵlt" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Inakt­v tartomĦnyok listĦzĦsa nem sikerĵlt" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ t­pusĦt" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ t­pusĦt" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "felĵgyelĊ‘ csatlakozĦsi URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "nem sikerĵlt lekİrdezni a tartomĦny-UUID-t" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "VNC-kİpernyĊ‘" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 #, fuzzy msgid "attach device from an XML file" msgstr "egy tartomĦny lİtrehozĦsa egy XML-fĦjlb³l" -#: src/virsh.c:4586 +#: src/virsh.c:4712 #, fuzzy msgid "Attach device from an XML ." msgstr "egy tartomĦny lİtrehozĦsa egy XML-fĦjlb³l" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, fuzzy, c-format msgid "Failed to attach device from %s" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 #, fuzzy msgid "detach device from an XML file" msgstr "egy tartomĦny lİtrehozĦsa egy XML-fĦjlb³l" -#: src/virsh.c:4645 +#: src/virsh.c:4771 #, fuzzy msgid "Detach device from an XML " msgstr "egy tartomĦny lİtrehozĦsa egy XML-fĦjlb³l" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, fuzzy, c-format msgid "Failed to detach device from %s" msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 #, fuzzy msgid "attach network interface" msgstr "hĦl³zatnİv" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 #, fuzzy msgid "network interface type" msgstr "hĦl³zatnİv" -#: src/virsh.c:4711 +#: src/virsh.c:4837 #, fuzzy msgid "source of network interface" msgstr "nem definiĦlt hĦl³zatnİv" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "hĦl³zatnİv" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "İrvİnytelen argumentum ebben: %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "hĦl³zatnİv" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, 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:5243 +#: src/virsh.c:5369 #, 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:5252 +#: src/virsh.c:5378 #, 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:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "%s inakt­v tartomĦny lİtrehozĦsa nem sikerĵlt\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "tartomĦnynİv" +msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, 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:5337 +#: src/virsh.c:5463 #, 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:5338 +#: src/virsh.c:5464 #, 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:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, 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:5440 +#: src/virsh.c:5566 #, 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:5441 +#: src/virsh.c:5567 #, 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:5458 +#: src/virsh.c:5584 #, 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:5459 +#: src/virsh.c:5585 #, 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:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "kilİpİs ebbĊ‘l az interakt­v terminĦlb³l" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "'%s' parancs a(z) <%s> opci³t igİnyli" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "'%s' parancs a(z) --%s opci³t igİnyli" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "'%s' parancs nem lİtezik" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " N‰V\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6042,7 +6500,7 @@ msgstr "" "\n" " OPCI“K\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6050,7 +6508,7 @@ msgstr "" "\n" " LERS\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6058,55 +6516,55 @@ msgstr "" "\n" " OPCI“K\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nem definiĦlt tartomĦnynİv vagy -azonos­t³" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "\"%s\" tartomĦny lekİrdezİse nem sikerĵlt" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nem definiĦlt hĦl³zatnİv" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "'%s' hĦl³zat lekİrdezİse nem sikerĵlt" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "nem definiĦlt hĦl³zatnİv" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "\"%s\" tartomĦny lekİrdezİse nem sikerĵlt" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "nem definiĦlt hĦl³zatnİv" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "\"%s\" tartomĦny lekİrdezİse nem sikerĵlt" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6117,131 +6575,131 @@ msgstr "" "(IdĊ‘: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "hiĦnyz³ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "vĦratlan jel (parancsnİv): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "ismeretlen parancs: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "'%s' parancs nem tĦmogatja a(z) --%s opci³t" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "vĦrt forma: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "szĦm" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "szĥveg" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "vĦratlan adat: '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPCI“" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "ADAT" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "megĦll­tva" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "leĦll­tĦs alatt" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "leĦllt" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "ĥsszeomlott" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "lekapcsolt" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "nem İrvİnyes csatlakozĦs" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: hiba: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "hiba: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: nem sikerĵlt lefoglalni %d bĦjtot" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: nem sikerĵlt lefoglalni %lu bĦjtot" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "nem sikerĵlt csatlakozni a felĵgyelĊ‘hĥz" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, 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:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "SzİtcsatlakozĦs a felĵgyelĊ‘tĊ‘l nem sikerĵlt" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6273,7 +6731,7 @@ msgstr "" "\n" " parancsok (nem interakt­v m³dş):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6284,12 +6742,12 @@ msgstr "" " (adja meg a --help ut³tagot a parancs rİszleteihez)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "nem tĦmogatott '-%c' opci³. LĦsd --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6298,7 +6756,7 @@ msgstr "" "œdvĥzli a(z) %s, a virtualizĦci³s interakt­v terminĦl.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6316,880 +6774,962 @@ msgstr "figyelmeztetİs" msgid "error" msgstr "hiba" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Nincs megadva hibaĵzenet" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "belsĊ‘ hiba: %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "belsĊ‘ hiba" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "nincs tĦmogatĦs a felĵgyelĊ‘hĥz" -#: src/virterror.c:447 +#: src/virterror.c:455 #, 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:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "nem lehet csatlakozni a felĵgyelĊ‘hĥz" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "nem lehet csatlakozni ehhez: %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "İrvİnytelen csatlakozĦs-mutat³ itt:" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "İrvİnytelen csatlakozĦs-mutat³ itt: %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "İrvİnytelen tartomĦnymutat³ itt:" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "İrvİnytelen tartomĦnymutat³ itt: %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "İrvİnytelen argumentum ebben:" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "İrvİnytelen argumentum ebben: %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "mĊħvelet nem sikerĵlt" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET mĊħvelet nem sikerĵlt: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET mĊħvelet nem sikerĵlt" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST mĊħvelet nem sikerĵlt: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST mĊħvelet nem sikerĵlt" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "ismeretlen HTTP-hibak³d İrkezett: %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "ismeretlen gİp: %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "ismeretlen gİp" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-kifejezİs kibontĦsa nem sikerĵlt: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-kifejezİs kibontĦsa nem sikerĵlt" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "a Xen-felĵgyelĊ‘-bejegyzİs nem hasznĦlhat³" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "%s Xen-felĵgyelĊ‘-bejegyzİs nem hasznĦlhat³" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "nem lehet csatlakozni a Xen-tĦrol³hoz" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "nem lehet csatlakozni a(z) %s Xen-tĦrol³hoz" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen-rendszerh­vĦs nem sikerĵlt: %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "ismeretlen OS-t­pus" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "ismeretlen OS-t­pus: %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "hiĦnyz³ rendszermag-informĦci³" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³ itt: %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "hiĦnyz³ forrĦsinformĦci³ a(z) %s eszkĥzhĥz" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "hiĦnyz³ cİlinformĦci³ az eszkĥzhĥz" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "hiĦnyz³ cİlinformĦci³ a(z) %s eszkĥzhĥz" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "hiĦnyz³ tartomĦnynİv-informĦci³" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "hiĦnyz³ tartomĦnynİv-informĦci³ itt: %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "hiĦnyz³ operĦci³srendszer-informĦci³" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "hiĦnyz³ operĦci³srendszer-informĦci³ ehhez: %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "hiĦnyz³ eszkĥzinformĦci³" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "hiĦnyz³ eszkĥzinformĦci³ ehhez: %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "tşl sok meghajt³program van regisztrĦlva" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "tşl sok meghajt³program van regisztrĦlva itt: %s" -#: src/virterror.c:574 +#: src/virterror.c:582 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:576 +#: src/virterror.c:584 #, 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:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "az XML-le­rĦs helytelenĵl formĦzott vagy İrvİnytelen" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ez a tartomĦny mĦr lİtezik" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "%s tartomĦny mĦr lİtezik" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "mĊħvelet tiltott a csak olvashat³ hozzĦfİrİsnİl" -#: src/virterror.c:594 +#: src/virterror.c:602 #, 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:598 +#: src/virterror.c:606 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:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "nem sikerĵlt olvasĦsra megnyitni ezt: %s" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "nem sikerĵlt olvasni a beĦll­tĦsi fĦjlt" -#: src/virterror.c:606 +#: src/virterror.c:614 #, 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:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "nem sikerĵlt İrtelmezni a beĦll­tĦsi fĦjlt" -#: src/virterror.c:612 +#: src/virterror.c:620 #, 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:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "formai hiba a beĦll­tĦsi fĦjlban" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "formai hiba a beĦll­tĦsi fĦjlban: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" -#: src/virterror.c:624 +#: src/virterror.c:632 #, 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:628 +#: src/virterror.c:636 msgid "parser error" msgstr "feldolgozĦsi hiba" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "İrvİnytelen hĦl³zati mutat³ ebben:" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "İrvİnytelen hĦl³zati mutat³ ebben: %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ez a hĦl³zat mĦr lİtezik" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "%s hĦl³zat mĦr lİtezik" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "rendszerh­vĦsi hiba" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "hiba" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "rendszerh­vĦsi hiba" -#: src/virterror.c:664 +#: src/virterror.c:672 #, 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:666 +#: src/virterror.c:674 #, 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:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "tartomĦnyinformĦci³" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "A tartomĦny vissza lett Ħll­tva ebbĊ‘l: %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "hĦl³zatnİv vagy -uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "%s hĦl³zat lİtrehozva ebbĊ‘l: %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "İrvİnytelen argumentum ebben: %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "İrvİnytelen argumentum ebben: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "mĊħvelet nem sikerĵlt" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "hĦl³zatnİv vagy -uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "%s hĦl³zat lİtrehozva ebbĊ‘l: %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "hĦl³zatnİv vagy -uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "%s hĦl³zat lİtrehozva ebbĊ‘l: %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "İrvİnytelen hĦl³zati mutat³ ebben:" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "İrvİnytelen hĦl³zati mutat³ ebben: %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "İrvİnytelen hĦl³zati mutat³ ebben:" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "İrvİnytelen hĦl³zati mutat³ ebben: %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, 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:720 +#: src/virterror.c:728 #, 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/xen_internal.c:1324 +#: src/virterror.c:732 +#, 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:734 +#, 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:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "İrvİnytelen tartomĦnymutat³ itt:" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "İrvİnytelen tartomĦnymutat³ itt: %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "tartomĦnyinformĦci³" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "A tartomĦny vissza lett Ħll­tva ebbĊ‘l: %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "tartomĦny lefoglalĦsa" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d tartomĦnyinf³ lefoglalĦsa" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "nem sikerĵlt csatlakozni a Xen-tĦrol³hoz" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "nem sikerĵlt olvasni a Xen-szolgĦltatĦsb³l" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "%s tartomĦny felİlesztİse nem sikerĵlt" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "şj puffer lefoglalĦsa" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "nem sikerĵlt elvİgezni az urlencode-t a lİtrehozott S-kifejezİsen" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik a domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "a tartomĦnyinformĦci³ helytelen - a domid nem numerikus" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik az uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik a nİv" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik a nİv" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik a rendszermag İs a rendszerind­t³" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "ismeretlen OS-t­pus" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "ismeretlen OS-t­pus" +msgstr "ismeretlen OS-t­pus: %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "a tartomĦnyinformĦci³ nem teljes - vbd nem rendelkezik eszkĥzzel (dev)" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "a tartomĦnyinformĦci³ nem teljes - vbd nem rendelkezik forrĦssal" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "nem İrtelmezhetĊ‘ a vbd-fĦjlnİv, hiĦnyzik a meghajt³program neve" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 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:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "İrvİnytelen argumentum ebben: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "vĦratlan \"dict\" csom³pont" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "ismeretlen OS-t­pus: %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik az id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ismeretlen OS-t­pus: %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "Xend-tartomĦnyinformĦci³ İrtelmezİse nem sikerĵlt" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "formai hiba a beĦll­tĦsi fĦjlban" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend-tartomĦnyinformĦci³ İrtelmezİse nem sikerĵlt" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "S-kifejezİs kibontĦsa nem sikerĵlt" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "vĦratlan MIME-t­pus" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "vĦratlan İrtİk-csom³pont" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "csom³pont - mem³ria" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "mĊħvelet nem sikerĵlt" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s tartomĦny defin­ci³jĦt" +msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "mĊħvelet nem sikerĵlt: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ t­pusĦt" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "Xend-tartomĦnyinformĦci³ İrtelmezİse nem sikerĵlt" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, 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:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik a nİv" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "ismeretlen gİp" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "nem sikerĵlt lekİrdezni a felĵgyelĊ‘ t­pusĦt" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik az uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "a tartomĦnyinformĦci³ nem teljes - hiĦnyzik az uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "İrvİnytelen argumentum ebben: %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "nem sikerĵlt olvasĦsra megnyitni ezt: %s" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgstr "nem sikerĵlt olvasni a(z) %s beĦll­tĦsi fĦjlt" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "vĦratlan MIME-t­pus" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "vĦratlan MIME-t­pus" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "vĦratlan MIME-t­pus" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "vĦratlan İrtİk-csom³pont" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "csom³pont - tartomĦnylista" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "kĥnyvtĦri h­vĦs nem sikerĵlt, val³sz­nĊħleg nincs tĦmogatva" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "formai hiba a beĦll­tĦsi fĦjlban: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "vĦratlan İrtİk-csom³pont" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "vĦratlan İrtİk-csom³pont" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "vĦratlan İrtİk-csom³pont" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "csak olvashat³ csatlakozĦs" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "inakt­v tartomĦnyok listĦzĦsa" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "vĦratlan \"dict\" csom³pont" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, 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:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "tartomĦny - jelenlegi mem³ria" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, 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:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "ismeretlen OS-t­pus" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Nem sikerĵlt lİtrehozni tartomĦnyt ebbĊ‘l: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "szĥvegtĥmb lefoglalĦsa" #: src/xmlrpc.c:53 @@ -7234,6 +7774,10 @@ msgstr "vĦlasz lefoglalĦsa" msgid "read response" msgstr "vĦlasz olvasĦsa" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "szĥvegtĥmb lefoglalĦsa" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "a kiszolgĦl³ vĦlasza nem İrtelmezhetĊ‘" @@ -7242,305 +7786,45 @@ msgstr "a kiszolgĦl³ vĦlasza nem İrtelmezhetĊ‘" msgid "allocate new context" msgstr "şj kĥrnyezet lefoglalĦsa" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "nem sikerĵlt csatlakozni a Xen-tĦrol³hoz" -#~ msgid "blocked" -#~ msgstr "blokkolt" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "İrvİnytelen argumentum ebben: %s" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "hĦl³zatnİv" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "tartomĦny - jelenlegi mem³ria" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "hiĦnyz³ cİlinformĦci³ az eszkĥzhĥz" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "hĦl³zatnİv vagy -uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "İrvİnytelen argumentum ebben:" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "‰rvİnytelen İrtİk (%d) a mem³riamİrethez" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "hiĦnyz³ tartomĦnynİv-informĦci³" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "İrvİnytelen tartomĦnymutat³ itt:" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "İrvİnytelen tartomĦnymutat³ itt:" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Nem sikerĵlt lİtrehozni hĦl³zatot ebbĊ‘l: %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" +msgid "failed to allocate activeDomainList" +msgstr "Akt­v tartomĦnyok listĦzĦsa nem sikerĵlt" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgid "failed to allocate xsWatchList" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "%s vİgrehajtĦsa nem sikerĵlt\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "tartomĦny - jelenlegi mem³ria" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "mĊħvelet nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "mĊħvelet nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "mĊħvelet nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "mĊħvelet nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "nem sikerĵlt olvasĦsra megnyitni ezt: %s" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "mĊħvelet nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "mĊħvelet nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "%s tartomĦny ind­tĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "mĊħvelet nem sikerĵlt: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "hiĦnyz³ cİlinformĦci³ az eszkĥzhĥz" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "hiĦnyz³ tartomĦnynİv-informĦci³" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "hiĦnyz³ tartomĦnynİv-informĦci³" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "İrvİnytelen tartomĦnymutat³ itt:" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "İrvİnytelen tartomĦnymutat³ itt:" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "İrtİktĥmb lefoglalĦsa" - -#~ msgid "failed to exec %s\n" -#~ msgstr "%s vİgrehajtĦsa nem sikerĵlt\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "csom³pont-informĦci³ lekİrdezİse nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "İrtİktĥmb lefoglalĦsa" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "vĦratlan MIME-t­pus" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "tartomĦnyazonos­t³ vagy -nİv" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "İrvİnytelen tartomĦnymutat³ itt: %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "hĦl³zatnİv vagy -uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "hĦl³zatnİv vagy -uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "hiĦnyz³ forrĦsinformĦci³ az eszkĥzhĥz" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "İrvİnytelen tartomĦnymutat³ itt: %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "tartomĦnynİv vagy uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "csom³pont-informĦci³" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "tartomĦny-VCPU-informĦci³" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "tartomĦny-VCPU-informĦci³" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "hĦl³zatnİv vagy -uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "hĦl³zat hozzĦadĦsa a csatlakozĦsok has­t³tĦblĦzatĦhoz nem sikerĵlt" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "tartomĦny lefoglalĦsa" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "%d aljazat olvasĦsa nem sikerĵlt\n" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "%s tartomĦny felfĵggesztİse nem sikerĵlt" +msgid "reallocating list" +msgstr "tartomĦny lefoglalĦsa" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Nem sikerĵlt menteni a(z) %s tartomĦnyt ide: %s" +msgid "failed to allocate domids" +msgstr "csom³pont lefoglalĦsa nem sikerĵlt" #~ msgid "domain" #~ msgstr "tartomĦny" -#~ msgid "domain name" -#~ msgstr "tartomĦnynİv" - -#~ msgid "domain uuid" -#~ msgstr "tartomĦny - uuid" - #~ msgid "domain memory" #~ msgstr "tartomĦny - mem³ria" @@ -7574,65 +7858,13 @@ msgstr "nem sikerĵlt csatlakozni a Xen-tĦrol³hoz" #~ msgid "load network definition file" #~ msgstr "tartomĦny-defin­ci³s fĦjl betĥltİse" -#~ msgid "too many domains" -#~ msgstr "tşl sok tartomĦny" - -#, fuzzy -#~ msgid "too many networks" -#~ msgstr "tşl sok csatlakozĦs" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "tartomĦny-defin­ci³s fĦjl betĥltİse" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "hiĦnyz³ gyĥkİreszkĥz-informĦci³" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "%s tartomĦny mĦr lİtezik" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "xpath-kĥrnyezet lİtrehozĦsa" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "a beĦll­tĦsi fĦjl ­rĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "csom³pont lefoglalĦsa nem sikerĵlt" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Nem sikerĵlt eltĦvol­tani a(z) %s hĦl³zat defin­ci³jĦt" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "mem³ria-lefoglalĦs megvĦltoztatĦsa" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "vĦlasz lefoglalĦsa" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "belsĊ‘ hiba: %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "şj puffer lefoglalĦsa" - #, fuzzy #~ msgid "Failed to open '%s': read: %s" #~ msgstr "nem sikerĵlt olvasĦsra megnyitni ezt: %s" +#~ msgid "failed to exec %s\n" +#~ msgstr "%s vİgrehajtĦsa nem sikerĵlt\n" + #~ msgid "growing buffer" #~ msgstr "nĥvekvĊ‘ puffer" diff --git a/po/hy.po b/po/hy.po index b0f327a746..0a900de28d 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/id.po b/po/id.po index c59c06dc80..a5962325a5 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-09-14 04:27+0700\n" "Last-Translator: Teguh DC \n" "Language-Team: LDP Linux Indonesia \n" @@ -14,309 +14,309 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "ubah alokasi memori" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "Kesalahan panggilan sistem" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "Tidak diketahui" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "gagal membaca berkas konfigurasi %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "mengalokasikan konfigurasi" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Gagal mengalokasi memori: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 +#: qemud/qemud.c:290 #, c-format -msgid "Received signal %d, dispatching to drivers" +msgid "Received unexpected signal %d" msgstr "" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Gagal membuka '%s': %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Gagal membuka '%s': %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Gagal membuka '%s': %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Gagal membuka '%s': %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "Gagal mengalokasikan memory" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Gagal membaca soket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Gagal membuka '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Gagal membuka '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Gagal menemukan jaringan: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "Gagal mengalokasikan memory" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Gagal menemukan jaringan: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Gagal melakukan koneksi ke hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operasi gagal: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -324,449 +324,477 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "Gagal mendapatkan statistik antarmuka %s %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Gagal memulai jaringan %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "operasi GET gagal: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "Gagal mengalokasikan memory" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "Gagal mengalokasikan memory" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Gagal membuka '%s': %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Gagal membuka '%s': %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Gagal menjalankan domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Gagal membuat XML" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" -msgstr "Gagal membuat domain dari %s" +msgstr "Gagal membuat jaringan dari %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operasi gagal" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "perintah tidak diketahui: '%s'" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "operasi gagal" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 msgid "connection not open" msgstr "" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "kehabisan memori" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "Domain tidak ditemukan" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "jenis OS tidak diketahui" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "Jaringan tidak ditemukan" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Gagal mendapatkan statistik blok %s %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "Gagal mendapatkan statistik antarmuka %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "kehabisan memori" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Gagal membuat domain dari %s" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Gagal membuat domain dari %s" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "Jaringan tidak ditemukan" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "Jaringan tidak ditemukan" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain tidak ditemukan" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "argumen tidak valid" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "operasi gagal" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -805,8 +833,8 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "alokasikan buffer baru" @@ -849,920 +877,968 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "argumen tidak valid" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "argumen di %s tidak valid" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "jenis OS tidak diketahui" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Gagal membuka '%s': %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Gagal membuka '%s': %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Gagal membuka '%s': %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Gagal membuka '%s': %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Gagal membuat XML" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "host %s tidak diketahui" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -msgid "missing root element" -msgstr "" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "jenis OS tidak diketahui" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "gagal mengalokasikan node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "informasi nama domain tidak ada" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "argumen tidak valid" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Gagal membuat XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "jenis OS tidak diketahui" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "operasi gagal" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "terlalu banyak domain" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "informasi sumber untuk perangkat tidak ada" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "gagal mengalokasikan node" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "operasi gagal" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "pasang antarmuka jaringan" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "terlalu banyak domain" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "argumen tidak valid" - -#: src/domain_conf.c:2090 -msgid "cannot extract graphics devices" -msgstr "" - -#: src/domain_conf.c:2126 -msgid "cannot extract sound devices" -msgstr "" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Gagal membuka '%s': %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "gagal mendapatkan UUID domain" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "host %s tidak diketahui" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "data yang tidak diharapkan '%s'" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "gagal menulis berkas konfigurasi: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "gagal menulis berkas konfigurasi: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Gagal membuka '%s': %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "gagal menulis berkas konfigurasi: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "jenis OS tidak diketahui" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "mengalokasikan koneksi" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "mengalokasikan domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "mengalokasikan jaringan" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "mengalokasikan jaringan" -#: src/hash.c:1117 +#: src/datatypes.c:556 msgid "failed to add storage pool to connection hash table" msgstr "" -#: src/hash.c:1156 +#: src/datatypes.c:595 msgid "pool missing from connection hash table" msgstr "" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "mengalokasikan jaringan" -#: src/hash.c:1253 +#: src/datatypes.c:692 msgid "failed to add storage vol to connection hash table" msgstr "" -#: src/hash.c:1293 +#: src/datatypes.c:732 msgid "vol missing from connection hash table" msgstr "" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "mengalokasikan jaringan" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "menyalin konten node" + +#: src/datatypes.c:822 +msgid "failed to add node dev to conn hash table" +msgstr "" + +#: src/datatypes.c:860 +msgid "dev missing from connection hash table" +msgstr "" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "perintah tidak diketahui: '%s'" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "informasi sumber untuk perangkat tidak ada" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "informasi sumber untuk perangkat tidak ada" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "informasi sumber untuk perangkat tidak ada" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "informasi perangkat tidak ada" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +msgid "missing graphics device type" +msgstr "" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "perintah tidak diketahui: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, c-format +msgid "cannot parse device %s" +msgstr "" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "informasi perangkat tidak ada" + +#: src/domain_conf.c:1514 +msgid "missing product" +msgstr "" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "host %s tidak diketahui" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "host %s tidak diketahui" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "informasi target untuk perangkat tidak ada" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "host %s tidak diketahui" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +msgid "missing root element" +msgstr "" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "jenis OS tidak diketahui" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "gagal mengalokasikan node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "informasi nama domain tidak ada" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "argumen di %s tidak valid" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "gagal mendapatkan UUID jaringan" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "jenis OS tidak diketahui" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "informasi sumber untuk perangkat tidak ada" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "host %s tidak diketahui" + +#: src/domain_conf.c:1932 +msgid "cannot extract disk devices" +msgstr "" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "pasang antarmuka jaringan" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +msgid "cannot extract input devices" +msgstr "" + +#: src/domain_conf.c:2091 +msgid "cannot extract graphics devices" +msgstr "" + +#: src/domain_conf.c:2132 +msgid "cannot extract sound devices" +msgstr "" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "gagal menyimpan konten" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, c-format +msgid "unexpected lifecycle type %d" +msgstr "" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2606 +#, c-format +msgid "unexpected filesystem type %d" +msgstr "" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2849 +#, c-format +msgid "unexpected input bus type %d" +msgstr "" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "data yang tidak diharapkan '%s'" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "gagal menulis berkas konfigurasi: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "gagal menulis berkas konfigurasi: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Gagal membuka '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "jenis OS tidak diketahui" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Gagal membuat XML" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Gagal membuat XML" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Gagal menulis ke soket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Gagal membuat jaringan dari %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "tidak dapat terkoneksi ke %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "mengalokasikan koneksi" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Gagal memulai jaringan %s" +msgstr "tidak dapat terkoneksi ke %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +msgid "domainMigratePrepare2 did not set uri" +msgstr "" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "alokasikan buffer baru" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "Gagal mengalokasikan memory" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" -msgstr "Gagal memulai jaringan %s" +msgstr "Gagal membuat domain dari %s" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "Gagal menemukan jaringan: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Gagal membuat XML" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "Gagal menyimpan domain %s ke %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Gagal menjalankan domain %s" +msgstr "gagal membuka berkas %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Gagal menjalankan domain %s" +msgstr "gagal menulis berkas konfigurasi: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "Gagal memasang perangkat dari %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Gagal menjalankan domain %s" +msgstr "gagal membuka berkas %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Gagal membuat domain dari %s" +msgstr "Gagal membaca soket %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Gagal membuka '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Gagal menjalankan domain %s" +msgstr "gagal membuka berkas %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "alokasikan buffer baru" +msgstr "operasi gagal: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Gagal membuat domain dari %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Gagal menutup soket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Gagal membaca soket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "Gagal membaca soket %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "Gagal menutup soket %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "operasi gagal: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "operasi gagal: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Gagal mendapatkan statistik antarmuka %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Gagal melepas perangkat dari %s" +msgstr "gagal mendapatkan jaringan '%s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operasi gagal: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "gagal mengalokasikan node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "gagal menulis pada berkas log" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "gagal menulis pada berkas log" +msgstr "Tidak dapat mengubah MaxMemorySize" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "gagal menulis pada berkas log" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Gagal menemukan jaringan: %s" +msgstr "Gagal memutuskan koneksi dari hypervisor" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "gagal mengalokasikan node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "id domain atau uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "nama domain yg nonaktif" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 -#, fuzzy +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 msgid "cannot undefine transient domain" -msgstr "nama domain yg nonaktif" +msgstr "" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Gagal menjalankan domain %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "gagal mendapatkan informasi node" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Gagal memasang perangkat dari %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "gagal mengalokasikan node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "Gagal memasang perangkat dari %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "Gagal mengalokasikan memory" +msgstr "Gagal memasang perangkat dari %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Gagal membaca soket %d\n" +msgstr "Gagal menulis ke soket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" -msgstr "Gagal membaca soket %d\n" +msgstr "gagal terkoneksi ke hypervisor" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, c-format msgid "invalid PID %d for container" msgstr "" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Gagal membuka '%s': %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Gagal membuka '%s': %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "gagal menulis berkas konfigurasi: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Gagal membuka '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Gagal membuka '%s': %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "id domain atau uuid" +msgid "no domain named %s" +msgstr "nama domain" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" +msgid "no domain with id %d" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, c-format +msgid "uname(): %s" +msgstr "" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "perintah tidak diketahui: '%s'" +msgstr "host %s tidak diketahui" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Gagal mematikan domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "argumen di %s tidak valid" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "argumen tidak valid" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Gagal membuka '%s': %s" +msgstr "alamat MAC salah: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Gagal membuka '%s': %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Gagal membuka '%s': %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Gagal membuka '%s': %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1773,8 +1849,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "jenis OS %s tidak diketahui" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1784,1632 +1860,1782 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "kesalahan sintak berkas konfigurasi: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "nama jaringan target" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "alamat MAC salah" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "alamat MAC" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operasi gagal" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Gagal membuka '%s': %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "kesalahan sintak berkas konfigurasi: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain masih tetap berjalan" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "nama domain yg nonaktif" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain masih tetap berjalan" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "ubah jumlah CPU virtual" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain masih tetap berjalan" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "jenis OS %s tidak diketahui" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "tidak dapat terkoneksi ke %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Gagal menutup soket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Gagal membaca soket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Gagal menulis ke soket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "gagal mengalokasikan node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "gagal mengalokasikan buffer" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "Jaringan tidak ditemukan" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Jaringan tidak ditemukan" - -#: src/qemu_conf.c:564 -#, c-format -msgid "Network type %d is not supported" -msgstr "" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "gagal mengalokasikan node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "operasi gagal" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "operasi gagal" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "nama domain" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "Gagal mengalokasikan memory" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "gagal menulis pada berkas log" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "berkas yang berisi XML keterangan domain" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Gagal memulai jaringan %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Gagal menemukan jaringan: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "kehabisan memori" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "kehabisan memori" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "gagal mengalokasikan node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "gagal mengalokasikan node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain sudah aktif" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Gagal membuka '%s': %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "gagal membuka berkas %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Gagal membuka '%s': %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Gagal membuka '%s': %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "gagal mendapatkan jaringan '%s" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Jaringan masih tetep berjalan" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "informasi jaringan dalam XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "gagal mengalokasikan node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Gagal menyimpan domain %s ke %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Gagal membuka '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +msgid "Cound not extract vzctl version" +msgstr "" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "nama jaringan" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "alamat MAC salah" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "alamat MAC" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operasi gagal" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain tidak ditemukan" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain masih tetap berjalan" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "ubah jumlah CPU virtual" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "jenis OS %s tidak diketahui" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Gagal menutup soket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Gagal membaca soket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Gagal menulis ke soket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "gagal mengalokasikan node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "gagal mengalokasikan node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "gagal mengalokasikan node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "Jaringan tidak ditemukan" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "jaringan %s sudah ada" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, 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:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "gagal mengalokasikan node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "data yang tidak diharapkan '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "gagal mengalokasikan node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Gagal membuka '%s': %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "kehabisan memori" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Gagal membuka '%s': %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "gagal menulis pada berkas log" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "mengalokasikan domain" +msgstr "alokasikan buffer baru" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "gagal mendapatkan domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operasi gagal" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain sudah aktif" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "gagal mendapatkan jaringan '%s" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "gagal menulis pada berkas log" +msgstr "Gagal menutup soket %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 msgid "Got unexpected pid, damn\n" msgstr "" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "gagal mengalokasikan node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "gagal mengalokasikan node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain sudah aktif" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "gagal menulis berkas konfigurasi: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "gagal membuka berkas %s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "gagal mendapatkan jaringan '%s" - -#: src/qemu_driver.c:1625 -msgid "Got unexpected pid for dnsmasq\n" -msgstr "" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "Gagal mengalokasikan memory" +msgstr "Gagal mendapatkan kemampuan" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memory terpakai:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s sudah ada" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s sudah ada" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain masih tetap berjalan" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operasi gagal" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operasi gagal" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "gagal mengalokasikan node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "gagal mendapatkan UUID domain" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "gagal mendapatkan UUID domain" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Gagal menulis ke soket %d\n" +msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Gagal menulis ke soket %d\n" +msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "kehabisan memori" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operasi gagal" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 -#, fuzzy +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "nama domain yg nonaktif" +msgstr "" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Gagal membuat XML" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "berkas yang berisi XML keterangan domain" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" -msgstr "Gagal membuat XML" +msgstr "Gagal membaca soket %d\n" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain sudah aktif" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Gagal membuat XML" +msgstr "gagal mendapatkan UUID jaringan" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Gagal menjalankan domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "gagal mendapatkan UUID domain" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Gagal mengalokasikan memory" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "gagal mengalokasikan node" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "operasi gagal" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "nama domain yg nonaktif" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domain %s sudah ada" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "memuat berkas definisi host" -#: src/qemu_driver.c:3232 -#, fuzzy +#: src/qemu_driver.c:2808 msgid "cannot attach usb device" -msgstr "nama domain yg nonaktif" +msgstr "" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "memuat berkas definisi host" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 -#, fuzzy -msgid "cannot set autostart for transient domain" -msgstr "nama domain yg nonaktif" +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Domain tidak ditemukan" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "gagal mendapatkan informasi node" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Gagal melepas perangkat dari %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 +msgid "cannot set autostart for transient domain" +msgstr "" + +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Gagal membuka '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argumen di %s tidak valid" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain tidak ditemukan: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "argumen di %s tidak valid" +msgstr "argumen tidak valid" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "nama domain" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +msgid "no domain XML passed" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Domain sudah aktif" +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "informasi jaringan dalam XML" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "gagal mengalokasikan node" +msgid "could not generate random UUID" +msgstr "gagal mendapatkan UUID domain" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "Gagal menjalankan domain %s" + +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Gagal menyimpan domain %s ke %s" +msgid "migrate failed: %s" +msgstr "operasi gagal: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Gagal menemukan jaringan" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Gagal membuka '%s': %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Gagal membuka '%s': %s" +msgstr "tidak dapat terkoneksi ke %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Gagal membuka '%s': %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Gagal membaca soket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Gagal membaca soket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "gagal mendapatkan URI" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Gagal mengalokasi memori: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "mengalokasikan domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "gagal mengalokasikan node" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "gagal menulis pada berkas log" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Gagal menemukan jaringan: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Gagal membuat XML" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "Gagal mendapatkan statistik antarmuka %s %s" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Gagal membuka '%s': %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "Gagal mendapatkan statistik antarmuka %s %s" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Gagal membuat XML" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "Nilai %d untuk ukuran memori salah" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "Tidak dapat memverifikasi MemorySize saat ini" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "Nilai %d untuk ukuran memori salah" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Gagal menemukan jaringan: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "gagal menulis berkas konfigurasi: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "terlalu banyak jaringan" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "terlalu banyak domain" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "terlalu banyak domain" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "ubah alokasi memori" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "jenis OS tidak diketahui" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "terlalu banyak jaringan" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "terlalu banyak driver yang didaftarkan" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "terlalu banyak driver yang didaftarkan" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "terlalu banyak driver yang didaftarkan" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "terlalu banyak driver yang didaftarkan" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "terlalu banyak driver yang didaftarkan" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "terlalu banyak driver yang didaftarkan" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "terlalu banyak driver yang didaftarkan" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "jenis OS %s tidak diketahui" +msgstr "operasi gagal: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operasi gagal" -#: src/remote_internal.c:3923 -#, fuzzy, c-format +#: src/remote_internal.c:4341 +#, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Gagal menemukan jaringan: %s" +msgstr "" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Gagal membuat domain dari %s" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Gagal membuka '%s': %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Gagal membuka '%s': %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "fungsi ini tidak didukung oleh hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Gagal menjalankan domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "Gagal mendapatkan statistik antarmuka %s %s" +msgstr "gagal menyimpan konten" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Gagal membuka '%s': %s" +msgstr "Gagal menjalankan domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "Gagal mendapatkan statistik antarmuka %s %s" +msgstr "Gagal melakukan koneksi ke hypervisor" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "argumen di %s tidak valid" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "argumen tidak valid" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "argumen tidak valid" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "gagal mengalokasikan node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "jenis OS %s tidak diketahui" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "jenis OS %s tidak diketahui" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Gagal menjalankan domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "kesalahan internal %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Gagal membuka '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 -#, fuzzy, c-format +#: src/storage_backend_fs.c:265 +#, c-format msgid "invalid netfs path (no /): %s" -msgstr "argumen di %s tidak valid" +msgstr "" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "argumen di %s tidak valid" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operasi gagal" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "informasi sumber untuk perangkat tidak ada" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "informasi sumber untuk perangkat tidak ada" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "informasi sumber untuk perangkat tidak ada" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "informasi sumber untuk perangkat tidak ada" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "informasi sumber untuk perangkat tidak ada" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "nama domain" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "jenis OS %s tidak diketahui" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3438,584 +3664,757 @@ msgstr "tampilkan versi" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Nama" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Gagal membuka '%s': %s" +msgstr "Gagal mendapatkan statistik blok %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Gagal menemukan jaringan: %s" +msgstr "Gagal membuka '%s': %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Gagal melepas perangkat dari %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Gagal mendapatkan statistik blok %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "Gagal mengalokasikan memory" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "nama domain" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "mengalokasikan jaringan" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "mengalokasikan jaringan" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "mengalokasikan jaringan" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "gagal mendapatkan informasi node" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "nama domain" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "gagal menulis berkas konfigurasi: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "mengalokasikan jaringan" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "host %s tidak diketahui" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "jenis OS %s tidak diketahui" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "informasi sumber untuk perangkat tidak ada" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "nama jaringan atau uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "jenis OS %s tidak diketahui" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "informasi sumber untuk perangkat tidak ada" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "terlalu banyak domain" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "perangkat blok" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "informasi sumber untuk perangkat tidak ada" +msgstr "informasi sumber untuk perangkat %s tidak ada" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "informasi sumber untuk perangkat tidak ada" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "nama domain" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "jenis OS %s tidak diketahui" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "informasi target untuk perangkat tidak ada" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "data yang tidak diharapkan '%s'" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "host %s tidak diketahui" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "mengalokasikan jaringan" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "host %s tidak diketahui" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "informasi sumber untuk perangkat tidak ada" +msgstr "informasi nama domain tidak ada" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "jenis OS %s tidak diketahui" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Gagal membuat XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Nama" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain sudah aktif" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain sudah aktif" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain sudah aktif" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "memuat berkas definisi host" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "memori node" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "lepas antarmuka jaringan" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "" -#: src/test.c:553 +#: src/test.c:566 +msgid "node pool list" +msgstr "" + +#: src/test.c:578 +msgid "resolving pool filename" +msgstr "" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Domain tidak ditemukan" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "domain %s sudah ada" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain masih tetap berjalan" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Jalankan domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "Gagal menyimpan domain %s ke %s" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" -msgstr "gagal mengalokasikan node" +msgstr "gagal membaca berkas konfigurasi" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "Gagal menyimpan domain %s ke %s" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Gagal membuka '%s': %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "gagal menulis pada berkas log" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain sudah berjalan" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Domain masih tetap berjalan" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Jaringan masih tetep berjalan" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Jaringan sudah berjalan" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Gagal membuka '%s': %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Gagal membuat XML" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Gagal membuka '%s': %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Gagal membuka '%s': %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Gagal membuka '%s': %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "gagal menulis berkas konfigurasi: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "Gagal mendapatkan nama-host" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "Gagal mendapatkan nama-host" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "Gagal mendapatkan nama-host" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "gagal menulis berkas konfigurasi: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Gagal membuat jaringan dari %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "kehabisan memori" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Gagal membuka '%s': %s" + +#: src/uml_driver.c:561 +#, c-format +msgid "cannot open socket %s" +msgstr "" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "perintah tidak diketahui: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Gagal menulis ke soket %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "gagal menulis berkas konfigurasi: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "gagal mendapatkan domain '%s'" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "gagal menulis berkas konfigurasi: %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "kesalahan: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "cetak bantuan" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Cetak bantuan umum atau bantuan spesifik perintah" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nama perintah" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4023,316 +4422,320 @@ msgstr "" "Perintah:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "nama domain, id atau uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI koneksi hypervisor" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connectio" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Gagal memutuskan koneksi dari hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Gagal melakukan koneksi ke hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "sambungkan ke konsol tamu" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Tidak ada konsol yang tersedia untuk domain\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "daftar domain" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Kembalikan daftar domain" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "tampilkan domain yang tidak aktif" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "tampilkan domain yang tidak aktif dan aktif" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Gagal menampilkan domain aktif" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Gagal menampilkan domain nonaktif" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nama" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Status" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "tidak ada status" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "status domain" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Kembalikan status tentang domain yang berjalan." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "perangkat blok" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "Gagal mendapatkan statistik blok %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Gagal mendapatkan statistik antarmuka %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "buat domain dari berkas XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Buat sebuah domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "berkas yang berisi XML keterangan domain" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Gagal membuat domain dari %s" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "definisikan (tapi jangan jalankan) domain dari berkas XML" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definisikan domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "nama domain atau uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Jalankan domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "nama domain yg nonaktif" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain sudah aktif" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Gagal menjalankan domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "simpan status domain ke berkas" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Simpan domain yg sedang berjalan." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "tempat menyimpan data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s disimpan ke %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4341,1629 +4744,1672 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "Nilai %d untuk ukuran memori salah" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "Nilai %d untuk ukuran memori salah" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Nilai %d untuk ukuran memori salah" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Tidak diketahui" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "kembalikan domain dari status yg tersimpan di berkas" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Kembalikan domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s disimpan ke %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Gagal mematikan domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot domain" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "Jalankan perintah reboot di domain target." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Gagal me-reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informasi domain" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Kembalikan informasi dasar tentang domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nama:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Jenis OS:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Status:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Memori maks:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "tidak terbatas" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Memory terpakai:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Tidak otomatis mulai" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Nama" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Memory terpakai:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "Sel NUMA:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "informasi domain vcpu" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Kembalikan informasi dasar tentang domain CPU virtual" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "jumlah vcpu" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "jumlah cpu host (dipisahkan dg koma)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "gagal mendapatkan informasi node" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "CPU fisik %d tidak ada." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "ubah jumlah CPU virtual" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "jumlah CPU virtual" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Jumlah CPU virtual salah." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Terlalu banyak CPU virtual." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "ubah alokasi memori" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "Ukuran memori dalam kilobyte" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "Nilai %d untuk ukuran memori salah" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "Tidak bisa memverifikasi MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "ubah batas memori maksimum" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "Ubah batas alokasi memori maksimum di domain tamu." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Tidak dapat memverifikasi MemorySize saat ini" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Tidak dapat memperkecil MemorySize saat ini" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Tidak dapat mengubah MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informasi node" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Kembalikan informasi dasar tentang node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "gagal mendapatkan informasi node" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Model CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Frekuensi CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "Soket CPU:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Inti per soket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread per inti:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "Sel NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Ukuran memory:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "kemampuan" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "Gagal mendapatkan kemampuan" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informasi domain di XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ubah id domain atau UUID ke nama domain" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "id domain atau uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "ubah nama domain atau UUID ke id domain" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "ubah nama domain atau id ke UUID domain" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "id domain atau nama" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "gagal mendapatkan UUID domain" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "migrasi domain ke host lainnya" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "migrasi langsung" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "otomatis mulai jaringan" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nama jaringan atau uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "buat jaringan dari berkas XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Buat jaringan." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "Jaringan %s dibuat dari %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Gagal membuat jaringan dari %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Tentukan jaringan" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Gagal menentukan jaringan dari %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nama jaringan, id atau uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informasi jaringan dalam XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "tampilkan jaringan" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Mengembalikan daftar jaringan." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "tampilkan jaringan yang tidak aktif" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "tampilkan jaringan yang aktif dan tidak aktif" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Gagal menampilkan jaringan aktif" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Gagal menampilkan jaringan yang tidak aktif" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "Tidak otomatis mulai" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "aktif" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "tidak aktif" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "ubah UUID jaringan ke nama jaringan" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid jaringan" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Hidupkan jaringan" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nama jaringan yang tidak aktif" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Gagal memulai jaringan %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "ubah nama jaringan ke UUID jaringan" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "nama jaringan" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "gagal mendapatkan UUID jaringan" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "otomatis mulai jaringan" -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "nama domain atau uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "buat domain dari berkas XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Buat sebuah domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "berkas yang berisi XML keterangan domain" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Jaringan %s dibuat dari %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Gagal membuat domain dari %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "buat domain dari berkas XML" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "nama domain yg nonaktif" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "gagal mengalokasikan buffer" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Jaringan %s dibuat dari %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Gagal membuat domain dari %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definisikan domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Jaringan %s dibuat dari %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Gagal menentukan jaringan dari %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Gagal menentukan jaringan dari %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Gagal mematikan domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Gagal menjalankan domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "" -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "Jaringan %s dibuat dari %s\n" +msgstr "" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Gagal membuat domain dari %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Gagal membuat domain dari %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "informasi domain di XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." msgstr "" -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "daftar domain" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Kembalikan daftar domain" -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "tampilkan domain yang tidak aktif" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "tampilkan domain yang tidak aktif dan aktif" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Gagal menampilkan domain aktif" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Gagal menampilkan domain nonaktif" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "argumen di %s tidak valid" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "terlalu banyak driver yang didaftarkan" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "kehabisan memori" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Gagal menentukan jaringan dari %s" +msgstr "Gagal menyimpan domain %s ke %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "terlalu banyak driver yang didaftarkan" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "informasi node" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Kembalikan informasi dasar tentang node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "mengalokasikan domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "ubah UUID jaringan ke nama jaringan" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "uuid domain" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Jalankan domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "nama domain yg nonaktif" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Gagal menjalankan domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "buat domain dari berkas XML" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Buat sebuah domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "nama domain yg nonaktif" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Jaringan %s dibuat dari %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Gagal membuat XML" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "nama domain atau id belum didefinisikan" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "gagal membuka berkas konfigurasi" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Gagal menentukan jaringan dari %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "ubah nama jaringan ke UUID jaringan" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "gagal mendapatkan UUID domain" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "buat domain dari berkas XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "berkas yang berisi XML keterangan domain" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Jaringan %s dibuat dari %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Gagal membuat domain dari %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 -#, fuzzy, c-format +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "Jaringan %s dibuat dari %s\n" +msgstr "" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Gagal melepas perangkat dari %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "informasi node" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Kembalikan informasi dasar tentang node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "Jenis OS:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "berkas XML" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" msgstr "" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "informasi domain di XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." msgstr "" -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "daftar domain" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Kembalikan daftar domain" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Gagal menampilkan domain aktif" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "ubah UUID jaringan ke nama jaringan" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "ubah UUID jaringan ke nama jaringan" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "uuid domain" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "ubah UUID jaringan ke nama jaringan" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "tampilkan versi" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Tampilkan informasi versi sistem." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "gagal mendapatkan jenis hypervisor" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "gagal mendapatkan versi pustaka" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Mempergunakan API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "gagal mendapatkan versi hypervisor" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "migrasi domain ke host lainnya" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "kemampuan" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Gagal melakukan koneksi ke hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Gagal menampilkan domain nonaktif" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +msgid "Output the node device details as an XML dump to stdout." +msgstr "" + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "cetak nama-host hypervisor" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "Gagal mendapatkan nama-host" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "gagal mendapatkan URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "tampilan vnc" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "konsol tty" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "pasang perangkat dari berkas XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Pasang perangkat dari XML" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "berkas XML" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Gagal memasang perangkat dari %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "lepas perangkat dari berkas XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Lepas perangkat dari XML" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Gagal melepas perangkat dari %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "pasang antarmuka jaringan" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Pasang antarmuka jaringan baru" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "jenis antarmuka jaringan" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "sumber antarmuka jaringan" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "nama jaringan target" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "alamat MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "lepas antarmuka jaringan" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Lepas antarmuka jaringan." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Gagal memperoleh informasi antarmuka" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Gagal mengalokasikan memory" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Gagal membuat XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Gagal memperoleh informasi disk" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "Gagal mengalokasikan memory" +msgstr "gagal mengalokasikan node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "gagal menulis pada berkas log" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "gagal menulis pada berkas log" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "gagal menulis pada berkas log" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, c-format msgid "asprintf: could not create editing command: %s" msgstr "" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "nama domain" +msgstr "gagal menulis pada berkas log" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "gagal menulis pada berkas log" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "gagal membuka berkas konfigurasi" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "gagal membuka berkas konfigurasi" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "gagal membaca berkas konfigurasi" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" -msgstr "gagal membuka berkas konfigurasi" +msgstr "kesalahan sintak berkas konfigurasi" -#: src/virsh.c:5441 -#, fuzzy +#: src/virsh.c:5567 msgid "Edit the XML configuration for a network." -msgstr "gagal membuka berkas konfigurasi" +msgstr "" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "gagal membuka berkas konfigurasi" -#: src/virsh.c:5459 -#, fuzzy +#: src/virsh.c:5585 msgid "Edit the XML configuration for a storage pool." -msgstr "gagal membuka berkas konfigurasi" +msgstr "" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "keluar dari terminal interaktif ini" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "perintah '%s' membutuhkan opsi <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "perintah '%s' membutuhkan opsi --%s " -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "perintah '%s' tidak ada" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAMA\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -5971,7 +6417,7 @@ msgstr "" "\n" " Ringkasan\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -5979,7 +6425,7 @@ msgstr "" "\n" " KETERANGAN\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -5987,55 +6433,55 @@ msgstr "" "\n" " OPSI\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "" -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "" -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nama domain atau id belum didefinisikan" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "gagal mendapatkan domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nama jaringan belum didefinisikan" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "gagal mendapatkan jaringan '%s" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "nama jaringan belum didefinisikan" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "gagal mendapatkan domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "nama jaringan belum didefinisikan" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "gagal mendapatkan domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6046,130 +6492,129 @@ msgstr "" "(Waktu: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "perintah tidak diketahui: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "perintah '%s' tidak mendukung opsi --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "data yang tidak diharapkan '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "berkas XML" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "tidak ada koneksi yang valid" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: kesalahan: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "kesalahan: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "gagal terkoneksi ke hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "Gagal mengambil informasi tentang berkas log" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "gagal menulis pada berkas log" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "gagal menulis pada berkas log" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Gagal memutuskan koneksi dari hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6188,26 +6633,26 @@ msgid "" " commands (non interactive mode):\n" msgstr "" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" "\n" msgstr "" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6222,870 +6667,950 @@ msgstr "peringatan" msgid "error" msgstr "kesalahan" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Tidak ada pesan kesalahan yang tersedia" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "kesalahan internal %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "kesalahan internal" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "fungsi ini tidak didukung oleh hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "fungsi ini tidak didukung oleh hypervisor: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "tidak dapat terkoneksi ke %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "argumen tidak valid" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "argumen di %s tidak valid" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operasi gagal: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operasi gagal" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "operasi GET gagal: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "operasi GET gagal" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "operasi POST gagal: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "operasi POST gagal" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "host %s tidak diketahui" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "host tidak diketahui" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "tidak dapat memakai isian hypervisor Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "tidak dapat memakai isian hypervisor Xen %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" -msgstr "" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" +msgstr "gagal mengeksekusi %s\n" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "jenis OS tidak diketahui" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "jenis OS %s tidak diketahui" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "informasi kernel tidak ada" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "informasi sumber untuk perangkat tidak ada" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "informasi sumber untuk perangkat %s tidak ada" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "informasi target untuk perangkat tidak ada" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "informasi target untuk perangkat %s tidak ada" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "informasi nama domain tidak ada" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "informasi nama domain %s tidak ada" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "informasi sistem operasi tidak ada" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "informasi sistem operasi untuk %s tidak ada" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "informasi perangkat tidak ada" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "informasi perangkat %s tidak ada" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "terlalu banyak driver yang didaftarkan" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "terlalu banyak driver yang didaftarkan di %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "domain ini sudah ada" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s sudah ada" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "gagal membuka berkas konfigurasi" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "gagal membuka berkas %s" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "gagal membaca berkas konfigurasi" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "gagal membaca berkas konfigurasi %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "kesalahan sintak berkas konfigurasi" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "kesalahan sintak berkas konfigurasi: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "gagal menulis berkas konfigurasi" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "gagal menulis berkas konfigurasi: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "jaringan ini sudah ada" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "jaringan %s sudah ada" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "Kesalahan panggilan sistem" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "kesalahan RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "kesalahan panggilan GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Gagal menemukan jaringan" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Gagal menemukan jaringan: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Domain tidak ditemukan" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Domain tidak ditemukan: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Jaringan tidak ditemukan" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Jaringan tidak ditemukan: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "alamat MAC salah" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "alamat MAC salah: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operasi gagal" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operasi gagal: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "Jaringan tidak ditemukan" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Jaringan tidak ditemukan: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "Jaringan tidak ditemukan" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Jaringan tidak ditemukan: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "argumen tidak valid" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "argumen di %s tidak valid" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "argumen tidak valid" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "argumen di %s tidak valid" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Gagal menemukan jaringan" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Gagal menemukan jaringan: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Gagal menemukan jaringan" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Gagal menemukan jaringan: %s" + +#: src/virterror.c:738 +msgid "invalid node device pointer" +msgstr "" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "argumen di %s tidak valid" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain tidak ditemukan" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain tidak ditemukan: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "mengalokasikan domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "gagal mengalokasikan node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "mengalokasikan info domain %d" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "gagal mengalokasikan node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "gagal terkoneksi ke hypervisor" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Gagal menjalankan domain %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "alokasikan buffer baru" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operasi gagal: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "f" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "informasi domain tidak lengkap, domid tidak ada" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "informasi domain tidak lengkap, uuid tidak ada" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "informasi domain tidak lengkap, name tidak ada" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "informasi domain tidak lengkap, name tidak ada" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "jenis OS tidak diketahui" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "jenis OS tidak diketahui" +msgstr "jenis OS %s tidak diketahui" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "informasi domain tidak lengkap, vbd tidak memiliki dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "informasi domain tidak lengkap, vbd tidak memiliki src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "alamat MAC salah: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" -msgstr "Gagal membuka '%s': %s" +msgstr "data yang tidak diharapkan '%s'" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "jenis OS %s tidak diketahui" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "informasi domain tidak lengkap, domid tidak ada" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "jenis OS %s tidak diketahui" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "gagal mendapatkan informasi node" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "kesalahan sintak berkas konfigurasi" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Gagal mematikan domain %s" +msgstr "gagal membuka berkas" -#: src/xend_internal.c:3926 -#, fuzzy +#: src/xend_internal.c:3884 msgid "unsupported device type" -msgstr "operasi gagal" +msgstr "" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" msgstr "" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "memori node" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operasi gagal" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Gagal menentukan jaringan dari %s" +msgstr "Gagal menemukan jaringan" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operasi gagal: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "Gagal mendapatkan nama-host" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "berkas yang berisi XML keterangan domain" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "informasi domain tidak lengkap, name tidak ada" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "Tidak diketahui" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "Gagal mendapatkan nama-host" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "informasi domain tidak lengkap, uuid tidak ada" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "informasi domain tidak lengkap, uuid tidak ada" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "argumen di %s tidak valid" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "gagal membuka berkas %s" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Gagal membuka '%s': %s" +msgstr "gagal membaca berkas konfigurasi %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "data yang tidak diharapkan '%s'" -#: src/xend_internal.c:4963 -#, fuzzy +#: src/xend_internal.c:4920 msgid "unexpected chr device type" -msgstr "data yang tidak diharapkan '%s'" +msgstr "" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "operasi gagal" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 -#, fuzzy, c-format +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 +#, c-format msgid "unexpected lifecycle value %d" -msgstr "data yang tidak diharapkan '%s'" +msgstr "" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "kesalahan sintak berkas konfigurasi: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, c-format msgid "unexpected value %s for on_poweroff" msgstr "" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, c-format msgid "unexpected value %s for on_reboot" msgstr "" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, c-format msgid "unexpected value %s for on_crash" msgstr "" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connectio" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "tampilkan domain yang tidak aktif" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "gagal menulis berkas konfigurasi: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "data yang tidak diharapkan '%s'" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Gagal membuat domain dari %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "Tidak dapat memverifikasi MemorySize saat ini" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "gagal membaca berkas konfigurasi %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "jenis OS tidak diketahui" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Gagal mendapatkan statistik blok %s %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Gagal membuat domain dari %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Gagal membuka '%s': %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, c-format +msgid "allocate string array size %lu" msgstr "" #: src/xmlrpc.c:53 @@ -7130,6 +7655,10 @@ msgstr "" msgid "read response" msgstr "baca respon" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "" @@ -7138,274 +7667,45 @@ msgstr "" msgid "allocate new context" msgstr "" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "" +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "argumen di %s tidak valid" +msgid "failed to allocate activeDomainList" +msgstr "Gagal menampilkan domain aktif" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "Tidak dapat memverifikasi MemorySize saat ini" +msgid "failed to allocate xsWatchList" +msgstr "gagal mengalokasikan node" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" + +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "missing mount target" -#~ msgstr "informasi target untuk perangkat tidak ada" +msgid "reallocating list" +msgstr "mengalokasikan domain" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "nama jaringan atau uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "argumen tidak valid" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Nilai %d untuk ukuran memori salah" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "host %s tidak diketahui" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "informasi nama domain tidak ada" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "argumen tidak valid" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "argumen tidak valid" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Gagal membuat jaringan dari %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "gagal menulis berkas konfigurasi: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "gagal menulis berkas konfigurasi: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Gagal membuka '%s': %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "gagal menulis berkas konfigurasi: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Gagal membuka '%s': %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "gagal menulis berkas konfigurasi: %s" - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "Gagal mengalokasikan memory" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "gagal mengeksekusi %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "Tidak dapat memverifikasi MemorySize saat ini" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "operasi gagal: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "operasi gagal: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "operasi gagal: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "Gagal mengalokasikan memory" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "operasi gagal: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "gagal membuka berkas %s" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "operasi gagal: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "operasi gagal: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Gagal menjalankan domain %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "operasi gagal: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "informasi target untuk perangkat tidak ada" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "informasi nama domain tidak ada" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "informasi nama domain tidak ada" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "nama domain" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "alokasikan buffer baru" - -#~ msgid "failed to exec %s\n" -#~ msgstr "gagal mengeksekusi %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "gagal mendapatkan informasi node" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Gagal membuka '%s': %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "mengalokasikan domain" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Gagal membuat XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Gagal mengalokasikan memory" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Gagal mengalokasikan memory" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "id domain atau nama" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "nama jaringan atau uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "nama jaringan atau uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "informasi sumber untuk perangkat tidak ada" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "nama domain atau uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "informasi node" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "informasi domain vcpu" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "informasi domain vcpu" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "gagal mengalokasikan node" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "gagal mengalokasikan node" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "Gagal mengalokasikan memory" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "gagal mengalokasikan node" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "gagal mengalokasikan node" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "Gagal mengalokasikan memory" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "gagal mengalokasikan node" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "Gagal mengalokasikan memory" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "nama jaringan atau uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "gagal mengalokasikan node" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "mengalokasikan domain" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Gagal membuat XML" - -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Gagal membuka '%s': %s" - -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Gagal mendapatkan statistik blok %s %s" +msgid "failed to allocate domids" +msgstr "gagal mengalokasikan node" #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "nama domain" - -#~ msgid "domain uuid" -#~ msgstr "uuid domain" - #~ msgid "domain memory" #~ msgstr "memori domain" @@ -7427,55 +7727,5 @@ msgstr "" #~ msgid "load network definition file" #~ msgstr "muat berkas definisi jaringan" -#~ msgid "too many domains" -#~ msgstr "terlalu banyak domain" - -#~ msgid "too many networks" -#~ msgstr "terlalu banyak jaringan" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "berkas yang berisi XML keterangan domain" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "informasi nama domain tidak ada" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "domain %s sudah ada" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "Gagal membuat domain dari %s" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "gagal menulis berkas konfigurasi" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "gagal mengalokasikan node" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Gagal menemukan jaringan: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Gagal menemukan jaringan: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "ubah alokasi memori" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "kesalahan internal %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "alokasikan buffer baru" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "Gagal membuka '%s': membaca %s" diff --git a/po/is.po b/po/is.po index b0f327a746..0a900de28d 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/it.po b/po/it.po index cd5b866366..05773bf071 100644 --- a/po/it.po +++ b/po/it.po @@ -1,327 +1,325 @@ +# translation of it.po to # translation of libvirt.HEAD.po to # Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. -# -# # Francesco Tombolini , 2007, 2008. # Guido Grazioli , 2008. +# +# msgid "" msgstr "" -"Project-Id-Version: libvirt.HEAD\n" +"Project-Id-Version: it\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2008-03-12 09:54+0100\n" -"Last-Translator: Francesco Tombolini \n" -"Language-Team: \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-18 00:24+0200\n" +"Last-Translator: \n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "Una famiglia di indirizzi per hostname non ¨ supportata" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "Fallimento temporaneo nella risoluzione degli indirizzi" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "Valore non valido per ai_flags" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "Fallimento irrecuperabile nella risoluzione del nome" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "ai_family non supportata" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" msgstr "Fallimento nell'allocazione della memoria" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "Nessun indirizzo associato con l'hostname" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "Nome o servizio sconosciuto" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "Servname non supportato per ai_socktype" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "ai_socktype non supportato" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 msgid "System error" msgstr "Errore di sistema" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "Buffer di argomento troppo piccolo" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "Richiesta di elaborazione in corso" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "Richiesta annullata" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "Richiesta non annullata" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "Tutte le richieste sono state eseguite" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "Interrotto da un segnale" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "Parametro stringa non correttamente codificato" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" msgstr "Errore sconosciuto" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "Impossibile accedere %s '%s': %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "gnutls_certificate_set_x509_key_file: %s" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "gnutls_dh_params_init: %s" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "gnutls_dh_params_generate2: %s" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "Impossibile leggere dalla pipe del segnale: %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" msgstr "Ricaricamento configurazione al SIGHUP" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "Errore durante il ricaricamento dei drivers" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "Chiusura al segnale %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "nodo valore inaspettato" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "Impossibile impostare il flag close-on-exec del file descriptor" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "Impossibile impostare il flag non-blocking del file descriptor" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Impossibile aprire il file pid '%s' : %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Impossibile fdopen il file del pid '%s' : %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Impossibile scrivere sul file pid '%s' : %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Impossibile chiudere il file del pid '%s' : %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" msgstr "Impossibile allocare memoria per struct qemud_socket" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, c-format msgid "Failed to create socket: %s" msgstr "Impossibile creare il socket: %s" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Impossibile collegarsi al socket '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Impossibile restare in ascolto per connessioni su '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "Impossibile aggiungere l'evento callback sul server" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "socket: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "bind: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "in ascolto su: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Impossibile trovare il record utente per l'uid '%d': %s" -#: qemud/qemud.c:712 -#, fuzzy +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" -"Il percorso risultante ¨ troppo lungo per il buffer in qemudInitPaths()" +msgstr "Percorso risultante troppo lungo per il buffer in qemudInitPaths()" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" msgstr "Impossibile allocare struct qemud_server" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Impossibile inizializzare l'autenticazione SASL %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, 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:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "remoteCheckDN: fallito: il DN del client ¨ %s" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate: verifica fallita: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "remoteCheckCertificate: il certificato del client non ¨ credibile." -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" "remoteCheckCertificate: il certificato del client ¨ stato emesso da un " "autorit  sconosciuta." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "remoteCheckCertificate: il certificato del client ¨ stato revocato." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" "remoteCheckCertificate: il certificato del client usa un algoritmo insicuro." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "remoteCheckCertificate: il certificato non ¨ X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate: nessun peers" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "remoteCheckCertificate: fallimento gnutls_x509_crt_init" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "remoteCheckCertificate: il certificato del client ¨ scaduto" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" "remoteCheckCertificate: il certificato del client non ¨ ancora stato attivato" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -333,12 +331,12 @@ msgstr "" "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:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" "remoteCheckCertificate: impossibile verificare il certificato del client" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" @@ -346,450 +344,468 @@ msgstr "" "remoteCheckCertificate: ¨ impostato tls_no_verify_certificate perci² il " "certificato non corretto ¨ ignorato" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, c-format msgid "Failed to verify client credentials: %s" msgstr "Impossibile verificare le credenziali utente: %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, c-format msgid "Failed to accept connection: %s" msgstr "Impossibile accettare la connessione: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "Disabilitazione polkit auth per client %d privilegiato" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "negoziazione TLS fallita: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "lettura: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "scrittura: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "Il gestore di segnale ha riportato %d errori: ultimo errore: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, c-format msgid "failed to allocate memory for %s config list" msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, c-format msgid "failed to allocate memory for %s config list value" msgstr "Impossibile allocare memoria per l'elenco di configurazione valore %s" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, 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:1807 +#: qemud/qemud.c:1892 #, 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:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "remoteReadConfigFile: %s\n" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "remoteReadConfigFile: %s: %s: autorizzazione non supportata %s\n" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "Impostazione gruppo impossibile quando non in esecuzione come root" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, c-format msgid "Failed to lookup group '%s'" msgstr "Impossibile ricercare gruppo '%s'" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, c-format msgid "Failed to parse mode '%s'" msgstr "Impossibile eseguire il parsing della modalit  '%s'" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, c-format msgid "Failed to fork as daemon: %s" msgstr "Impossibile eseguire il fork come demone: %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, c-format msgid "Failed to create pipe: %s" msgstr "Impossibile creare la pipe: %s" -#: qemud/qemud.c:2213 -#, fuzzy, c-format +#: qemud/qemud.c:2298 +#, c-format msgid "Failed to change group ownership of %s" -msgstr "Impossibile eseguire il core dump del dominio %s su %s" +msgstr "Errore nella modifica della propriet  del gruppo di %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "Impossibile registrare il callback per la pipe del segnale" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "discordanza del programma (attuale %x, previsto %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "discordanza della versione (attuale %x, previsto %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "direzione (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "stato (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "autenticazione fallita" +msgstr "autenticazione richiesta" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "ricevuto un codice d'errore HTTP sconosciuto %d" +msgstr "procedura sconosciuta: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "errore nel parsing della risposta del server" +msgstr "errore nell'analizzare gli argomenti" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +"errore interno - la funzione d'invio ha ritornato un codice non valido %d" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "lunghezza fittizia" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "intestazione risposta seriale" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "struttura di ritorno seriale" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "errore di ritorno seriale" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "lughezza di ritorno seriale" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "collegamento gi  aperto" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "puntatore di collegamento non valido in" +msgstr "collegamento non aperto" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "memoria esaurita in asprintf" +msgstr "memoria esaurita in strdup" -#: qemud/remote.c:608 -#, fuzzy +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" -msgstr "Dominio non trovato" +msgstr "dominio non trovato" -#: qemud/remote.c:694 qemud/remote.c:776 -#, fuzzy +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "n_columns troppo grandi" +msgstr "nparams troppo grandi" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "Tipo di OS sconosciuto" +msgstr "tipo sconosciuto" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "dimensione > dimensione buffer massima" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 -#, fuzzy +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "maplen > REMOTE_CPUMAP_MAX" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "Rete non trovata" +msgstr "rete non trovata" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "impossibile leggere la directory %s: %s" +msgstr "Impossibile risolvere l'indirizzo %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "il client ha tentato una richiesta di inizializzazione SASL non valida" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "Impossibile ottenere statistiche blocco di %s %s" +msgstr "impossibile ottenere l'indirizzo sock %d (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "Impossibile ottenere statistiche sull'interfaccia %s %s" +msgstr "Impossibile ottenere l'indirizzo peer %d (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "impostazione contesto sasl fallita %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "impossibile ottenere la dimensione della cifra TLS" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "impossibile impostare SSF esterno di SASL %d (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "impossibile impostare propriet  di sicurezza di SASL %d (%s)" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "impossibile elencare i meccanismi di SASL %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "impossibile allocare elenco mech" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "impossibile interrogare SASL ssf alla connessione %d (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "la negoziazione SSF %d non ¨ abbastanza forte" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "impossibile interrogare l'username di SASL alla connessione %d (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "nessun username client trovato" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 msgid "out of memory copying username" msgstr "memoria esaurita durante la copia dell'username" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "il client SASL %s non ¨ ammesso nella whitelist" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "il client ha tentato una richiesta di avvio SASL non valida" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "impossibile avviare sasl %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "risposta dati di avvio SASL troppo lunga %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "step SASL fallito %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "dati di risposta di uno step SASL troppo lunghi %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" "il client ha tentato una richiesta di inizializzazione SASL non supportata" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "il client ha tentato una richiesta di avvio SASL non supportata" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "il client ha tentato una richiesta di step SASL non supportata" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" "il client ha tentato una richiesta di inizializzazione PolicyKit non valida" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "impossibile ottenere l'identit  del socket peer" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "Verifica che il PID %d venga eseguito come %d" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "Impossibile ricercare il policy kit caller: %s" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, c-format msgid "Failed to create polkit action %s\n" msgstr "Impossibile creare l'azione polkit %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, c-format msgid "Failed to create polkit context %s\n" msgstr "Impossibile creare il contesto polkit %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, 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:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, 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:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" "il client ha tentato una richiesta di inizializzazione PolicyKit non " "supportata" -#: qemud/remote.c:2939 -#, fuzzy +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "Storage pool non trovato" +msgstr "storage_pool non trovato" -#: qemud/remote.c:3369 -#, fuzzy +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "Volume di storage non trovato" +msgstr "storage_vol non trovato" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "dispositivo non trovato: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "elemento uuid non valido" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (length word)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (length word)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -828,8 +844,8 @@ msgstr "mancanza di un separatore" msgid "expecting an assignment" msgstr "mancanza di un incarico" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "assegnazione buffer" @@ -871,919 +887,978 @@ msgstr "lettura input fallita: %s\n" msgid "failure writing output: %s\n" msgstr "scrittura output fallita: %s\n" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "dispositivo di input non valido" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "tipo di dispositivo target" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "informazioni sorgente mancanti per il dispositivo" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "informazioni sorgente mancanti per il dispositivo" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "informazioni sorgente mancanti per il dispositivo" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "percorso dispositivo sorgente mancante" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:1268 -#, fuzzy, c-format -msgid "ps2 bus does not support %s input device" -msgstr "il pool non supporta la cancellazione del volume" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, fuzzy, c-format -msgid "unsupported input bus %s" -msgstr "formato di pool non supportato %s" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "il pool non supporta la cancellazione del volume" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "percorso dispositivo sorgente mancante" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "Tipo di OS sconosciuto" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "impossibile rimuovere la configurazione per %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "tipo di storage di volume sconosciuto %d" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "impossibile leggere la directory %s: %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "impossibile aprire il dispositivo %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "impossibile leggere %s: %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "impossibile aprire il dispositivo %s" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "\" mancanti" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "host sorgente mancante" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "host sorgente mancante" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "host %s sconosciuto" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -msgid "missing root element" -msgstr "elemento root mancante" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "Tipo di OS sconosciuto" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "impossibile allocare un nodo" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "attributo autorizzazione host mancante" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "puntatore di dominio non valido in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "impossibile generare XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "elemento uuid malformato" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "elemento name mancante" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "dato inaspettato '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "Tipo di OS sconosciuto" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "tipo di storage di volume non supportato %d" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "dispositivo sorgente mancante" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "tipo di auth sconosciuta '%s'" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "tipo di storage di volume non supportato %d" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "bind: %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Impossibile sospendere il dominio %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "elemento root sconosciuto" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "errore di sintassi della topologia cpuset" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "nodo dict inaspettato" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "tipo mime inaspettato" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "nodo valore inaspettato" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "impossibile creare la directory di configurazione %s: %s" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, c-format -msgid "cannot create config file %s: %s" -msgstr "impossibile creare il file di configurazione %s: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, c-format -msgid "cannot write config file %s: %s" -msgstr "impossibile scrivere il file di configurazione %s: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "impossibile salvare il file di configurazione %s: %s" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Impossibile aprire la dir '%s': %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "impossibile rimuovere la configurazione per %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "Tipo di OS sconosciuto" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "assegnazione collegamento in corso" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "assegnazione dominio in corso" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "impossibile aggiungere il dominio alla tabella hash di connessione" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "dominio mancante nella tabella hash di collegamento" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "allocazione rete" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "impossibile aggiungere la rete alla tabella hash di connessione" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "rete mancante dalla tabella hash di connessione" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 msgid "allocating storage pool" msgstr "allocazione pool storage" -#: src/hash.c:1117 +#: src/datatypes.c:556 msgid "failed to add storage pool to connection hash table" msgstr "" "impossibile aggiungere lo storage pool alla tabella hash di connessione" -#: src/hash.c:1156 +#: src/datatypes.c:595 msgid "pool missing from connection hash table" msgstr "pool mancante dalla tabella hash di connessione" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 msgid "allocating storage vol" msgstr "allocazione volume storage" -#: src/hash.c:1253 +#: src/datatypes.c:692 msgid "failed to add storage vol to connection hash table" msgstr "" "impossibile aggiungere il volume storage alla tabella hash di connessione" -#: src/hash.c:1293 +#: src/datatypes.c:732 msgid "vol missing from connection hash table" msgstr "volume mancante dalla tabella hash di connessione" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocazione volume storage" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copia contenuto nodo in corso" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "" +"impossibile aggiungere il volume storage alla tabella hash di connessione" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "volume mancante dalla tabella hash di connessione" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "tipo di '%s' sconosciuta" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "dispositivo boot '%s' sconosciuto" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "Nome del dispositivo floppy non valido: %s" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "Nome del dispositivo del disco fisso non valido: %s" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "tipo di auth sconosciuta '%s'" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "Tipo di bus '%s' invalido per il floppy disk" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "Tipo di bus '%s' invalido per il floppy disk" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "tipo di auth sconosciuta '%s'" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "tipo di auth sconosciuta '%s'" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" +"Nessun attributo di 'rete' specificato con " + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" +"Nessun attributo di 'dev' ¨ stato specificato con " + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" +"Nessun attributo di 'port' ¨ stato specificato con l'interfaccia " +"del socket" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" +"Impossibile analizzare l'attributo 'port' con l'interfaccia del " +"socket" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" +"Nessun attributo 'address' specificato con l'interfaccia del socket" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "Il nome del modello contiene dei caratteri non validi" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +msgid "Missing source path attribute for char device" +msgstr "" +"Attributo del percorso sorgente mancante per il dispositivo a caratteri" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +msgid "Missing source host attribute for char device" +msgstr "Attributo host del sorgente mancante per il dispositivo a caratteri" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +msgid "Missing source service attribute for char device" +msgstr "Attributo servizio sergente mancante per il dispositivo a caratteri" + +#: src/domain_conf.c:1242 +msgid "missing input device type" +msgstr "tipo di dispositivo input mancante" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "dispositivo boot '%s' sconosciuto" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "tipo di auth sconosciuta '%s'" + +#: src/domain_conf.c:1263 +#, 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:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "bus di input %s non supportato" + +#: src/domain_conf.c:1281 +#, 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:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "tipo di dispositivo input mancante" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "tipo di dispositivo sconosciuto" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "impossibile rimuovere la configurazione per %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "tipo di modello audio sconosciuto" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "impossibile leggere la directory %s: %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "impossibile aprire il dispositivo %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "impossibile leggere %s: %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "impossibile aprire il dispositivo %s" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "tipo di auth sconosciuta '%s'" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "\" mancanti" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "host sorgente mancante" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "dispositivo boot '%s' sconosciuto" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "dispositivo boot '%s' sconosciuto" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "host sorgente mancante" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "host %s sconosciuto" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "tipo di autenticazione sconosciuta %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +msgid "missing root element" +msgstr "elemento root mancante" + +#: src/domain_conf.c:1668 +msgid "unknown device type" +msgstr "tipo di dispositivo sconosciuto" + +#: src/domain_conf.c:1703 +msgid "failed to allocate space for xmlXPathContext" +msgstr "errore nell'assegnazione dello spazio per xmlXPathContext" + +#: src/domain_conf.c:1711 +msgid "missing domain type attribute" +msgstr "attributo del tipo di dominio mancante" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "tipo di dominio non valido" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format +msgid "Failed to generate UUID: %s" +msgstr "Impossibile generare UUID: %s" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "elemento uuid malformato" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "elemento della memoria mancante" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "dato inaspettato '%s'" + +#: src/domain_conf.c:1820 +msgid "no OS type" +msgstr "nessun tipo di OS" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "architettura non supportata" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "dispositivo sorgente mancante" + +#: src/domain_conf.c:1912 +#, c-format +msgid "unknown boot device '%s'" +msgstr "dispositivo boot '%s' sconosciuto" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:1952 +#, fuzzy +msgid "cannot extract filesystem devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:1990 +#, fuzzy +msgid "cannot extract parallel devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "impossibile estrarre dispositivi sorgente" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "bind: %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "impossibile mettere in pausa il dominio" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "elemento root incorretto" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "errore di sintassi della topologia cpuset" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "nodo dict inaspettato" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:2976 +#, c-format +msgid "unexpected domain type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "tipo di dominio %d inaspettato" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "nodo valore inaspettato" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "impossibile creare la directory di configurazione %s: %s" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format +msgid "cannot create config file %s: %s" +msgstr "impossibile creare il file di configurazione %s: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format +msgid "cannot write config file %s: %s" +msgstr "impossibile scrivere il file di configurazione %s: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "impossibile salvare il file di configurazione %s: %s" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Impossibile aprire la dir '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "impossibile rimuovere la configurazione per %s" + +#: src/domain_conf.c:3434 +msgid "unknown virt type" +msgstr "tipo di virt sconosciuto" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 msgid "Failed to run '" msgstr "Impossibile eseguire '" -#: src/iptables.c:152 +#: src/iptables.c:150 msgid "Failed to read " msgstr "Impossibile leggere" -#: src/iptables.c:180 +#: src/iptables.c:178 msgid "Failed to write to " msgstr "Impossibile scrivere su " -#: src/iptables.c:245 +#: src/iptables.c:243 #, c-format msgid "Failed to create directory %s : %s" msgstr "Impossibile creare la directory %s : %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Impossibile salvare le regole di iptables su %s : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" "Impossibile rimuovere la regola iptables '%s' dalla catena '%s' nella tavola " "'%s': %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, 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:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "errore di parsing dell'URI di connessione" -#: src/libvirt.c:772 -msgid "allocating conn->name" -msgstr "allocazione conn->nome" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Impossibile accettare la connessione: %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "domainMigratePrepare non ha impostato l'uri" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare non ha impostato l'uri" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "il percorso ¨ NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "i flag devono essere a zero" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "il buffer ¨ NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "il parametro dei flag deve essere VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "il buffer ¨ NULL ma la dimensione non ¨ uguale a zero" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "Errore durante il ricaricamento dei drivers" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "operazione fallita: %s" +msgstr "setsid fallito: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "alloca valore" +msgstr "ioctl(TIOCSTTY) fallito: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "operazione fallita: %s" +msgstr "dup2(stdin) fallito: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "operazione fallita: %s" +msgstr "dup2(stdout) fallito: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "operazione fallita: %s" +msgstr "dup2(stderr) fallito: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" +msgstr "impossibile assegnare stringa del nome del contenitore" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Impossibile creare il dominio inattivo %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Impossibile collegarsi al socket '%s': %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "Impossibile creare il volume %s" +msgstr "Impossibile creare '%s'" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Impossibile collegarsi al socket '%s': %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "attesa del comando fallita: %s" +msgstr "impossibile montare /proc per il contenitore: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "attesa del comando fallita: %s" +msgstr "impossibile montare /proc per il contenitore: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Impossibile collegarsi al socket '%s': %s" +msgstr "errore nella creazione del file di log %s: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "attesa del comando fallita: %s" +msgstr "impossibile montare %s a %s per il contenitore: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Impossibile creare il pool %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Impossibile aprire la dir '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "attesa del comando fallita: %s" +msgstr "impossibile montare /proc per il contenitore: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() ha passato una definizione vm non valida" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "operazione fallita: %s" +msgstr "open(%s) fallito: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "alloca valore" +msgstr "clone() fallito, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Impossibile creare il volume da %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Impossibile creare il socket: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Impossibile creare il socket: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Impossibile collegarsi al socket '%s': %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Impossibile collegarsi al socket '%s': %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "operazione fallita: %s" +msgstr "lettura di fd %d fallita: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "Impossibile fdopen il file del pid '%s' : %s" +msgstr "scrittura di fd %d fallita: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "operazione fallita: %s" +msgstr "epoll_create(2) fallita: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "operazione fallita: %s" +msgstr "epoll_ctl(fd1) fallita: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "operazione fallita: %s" +msgstr "epoll_ctl(fd1) fallita: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "evento errore %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "operazione fallita: %s" +msgstr "epoll_wait() fallito: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Impossibile ottenere statistiche sull'interfaccia %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Impossibile eliminare il volume %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "operazione fallita: %s" +msgstr "unlockpt fallito: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "impossibile allocare un nodo" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "Impossibile scrivere argv sul file di log %d: %s" +msgstr "Impossibile scrivere sul file pid '%s' : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "Impossibile scrivere argv sul file di log %d: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "Impossibile chiudere il file di log %d: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Impossibile trovare un driver di storage: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "impossibile assegnare spazio per la stringa del nome di VM" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "non ci sono domini con id corrispondente: %d" +msgstr "non ci sono domini con uuid corrispondente" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "nome del dominio inattivo" +msgstr "impossibile cancellare il dominio attivo" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "nome del dominio inattivo" +msgstr "impossibile cancellare il dominio attivo" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "attesa del comando fallita: %s" +msgstr "errore di waitpid nell'attesa per il contenitore %d: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "script utilizzato per l'interfaccia di rete bridge" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Impossibile collegare il dispositivo da %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "impossibile allocare un nodo" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Impossibile collegarsi al socket '%s': %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" +msgstr "errore nell'assegnazione dello spazio per il dispositivo a caratteri" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Impossibile creare il socket: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "impossibile connettersi allo Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "puntatore di dominio non valido in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "Impossibile chiudere il file del pid '%s' : %s" +msgstr "impossibile chiudere il file pid tty %s: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "impossibile eseguire lo stat del file '%s': %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "impossibile creare la directory di configurazione %s: %s" +msgstr "impossibile creare la cartella di log %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Impossibile aprire la dir '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Impossibile aprire il file pid '%s' : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "non ci sono domini con id corrispondente: %d" +msgid "no domain named %s" +msgstr "nome del dominio" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "non ci sono domini con id %d" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "nomi" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "ricevuto un codice d'errore HTTP sconosciuto %d" +msgstr "procedura sconosciuta: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Impossibile ripristinare il dominio %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "percorso non valido: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "Parametro per virXPathNode() non valido" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "impossibile leggere la directory %s: %s" +msgstr "Impossibile risolvere l'indirizzo %d: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "impossibile leggere la directory %s: %s" +msgstr "Impossibile risolvere l'indirizzo %d: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "impossibile leggere la directory %s: %s" +msgstr "Impossibile risolvere l'indirizzo %d: %s" #: src/network_conf.c:359 #, fuzzy, c-format @@ -1792,15 +1867,15 @@ msgstr "impossibile leggere l'header '%s': %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "Inoltro richiesto ma nessun indirizzo/maschera di rete IPv4 fornita" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" msgstr "tipo di auth sconosciuta '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "impossibile creare directory di avvio automatico %s: %s" @@ -1812,1148 +1887,1268 @@ msgstr "" "Il nome del file di configurazione di rete '%s' non coincide col nome della " "rete '%s'" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "nessun file di configurazione per %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "Impossibile avviare automaticamente la rete '%s': %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "Impossibile trovare il record utente per l'uid '%d': %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "memoria esaurita in asprintf" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: memoria esaurita" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "Ricaricamento regole iptables" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "errore nell'assegnazione di spazio per dnsmasq argv" + +#: src/network_driver.c:396 +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:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"Impossibile aggiungere la regola iptables per abilitare il forwarding da '%" +"s' : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"Impossibile aggiungere la regola iptables per abilitare il forwarding a '%" +"s' : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" +"impossibile aggiungere la regola iptables per abilitare il masquerading : %" +"s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"Impossibile aggiungere la regola iptables per abilitare l'instradamento da '%" +"s' : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"Impossibile aggiungere la regola iptables per abilitare l'instradamento per " +"'%s' : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "impossibile assegnare spazio per il supporto alle tabelle IP" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"Impossibile aggiungere la regola iptables per abilitare le richieste DHCP da " +"'%s' : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"Impossibile aggiungere la regola iptables per abilitare le richieste DNS da " +"'%s' : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"Impossibile aggiungere la regola iptables per bloccare il traffico in uscita " +"da '%s' : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"Impossibile aggiungere la regola iptables per bloccare il traffico in " +"entrata su '%s' : %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"Impossibile aggiungere la regola iptables per abilitare il traffico cross " +"bridge su '%s' : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "la rete ¨ gi  attiva" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "impossibile inizializzare il supporto del bridge: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "impossibile creare il bridge '%s' : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "impossibile impostare l'indirizzo IP sul bridge '%s' su '%s' : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "impossibile impostare la maschera di rete sul bridge '%s' su '%s' : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "impossibile abilitare il bridge '%s': %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "errore nell'abilitazione dell'IP forwarding : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Impossibile chiudere il bridge '%s': %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Impossibile eliminare il bridge '%s' : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "Chiusura rete '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "Ottenuto un pid inaspettato per dnsmasq" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "non ci sono reti con uuid corrispondente" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "nessuna rete con nome corrispondente" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "la rete ¨ gi  attiva" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "nessuna rete con id corrispondente" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "impossibile assegnare spazio per la stringa del bridge di rete" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Impossibile creare il symlink '%s' su '%s': %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Impossibile eliminare il symlink '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "nessun vol di storage corrispondente al nome" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Impossibile estrarre la versione dell'hypervisor %s in esecuzione\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "errore di parsing dell'URI di connessione" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "errore di parsing dell'URI di connessione" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "risoluzione filename della rete" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "indirizzo MAC non valido" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "Indirizzo MAC" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "operazione fallita" +msgstr "popen fallito" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "Impossibile eseguire il parsing della modalit  '%s'" +msgstr "Impossibile analizzare l'output di vzlist" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "nessun file di configurazione per %s" +msgstr "UUID nel file di configurazione malformato" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "errore di parsing dell'URI di connessione" +msgstr "impossibile rimuovere la configurazione per %s" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" msgstr "Il dominio non ¨ in esecuzione" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 #, fuzzy msgid "only one filesystem supported" -msgstr "elemento uuid malformato" +msgstr "tipo di filesystem non valido" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "impossibile collegarsi a %s" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "nome del dominio inattivo" +msgstr "impossibile cancellare il dominio attivo" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "Il dominio non ¨ in esecuzione" +msgstr "Il dominio non ¨ in stato di esecuzione" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "impossibile collegarsi a %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "errore di parsing dell'URI di connessione" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "impossibile collegarsi a %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "impossibile rimuovere la configurazione per %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "Un OPENVZ VM attivo possiede gi  un id '%s'" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "errore di parsing dell'URI di connessione" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "modifica numero di CPU virtuali" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "Un OPENVZ VM ¨ gi  stato definito con l'id '%d'" -#: src/openvz_driver.c:589 -#, fuzzy +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "non ci sono domini con id corrispondente: %d" +msgstr "non ci sono domini con id corrispondente" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "Il dominio non ¨ in esecuzione" +msgstr "il dominio non ¨ in uno stato di interruzione" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "errore di parsing dell'URI di connessione" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "tipo di auth sconosciuta '%s'" +msgstr "tipo di '%s' sconosciuta" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "errore di parsing dell'URI di connessione" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "Impossibile chiudere il socket %d\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" -msgstr "Impossibile leggere dal socket %d\n" +msgstr "Impossibile leggere socket %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "Impossibile scrivere sul socket %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, 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" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "Errore di comunicazione con il proxy: previsti %d byte presenti %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "" "Errore di comunicazione con il proxy: presente un pacchetto di %d byte\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "Errore di comunicazione con il proxy: pacchetto malformato\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "presente un numero %d asincrono del pacchetto \n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "impossibile allocare un nodo" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "impossibile allocare un buffer" +msgstr "errore nell'assegnare vncTLSx509certdir" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "impossibile allocare un nodo" + +#: src/qemu_conf.c:477 #, 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:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "Stato inaspettato di uscita '%d', qemu ¨ probabilmente fallito" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "impossibile leggere la directory %s: %s" +msgstr "Impossibile trovare %s del binario QEMU: %s" -#: src/qemu_conf.c:550 -#, fuzzy, c-format +#: src/qemu_conf.c:541 +#, c-format msgid "Network '%s' not found" -msgstr "Rete non trovata" +msgstr "Rete '%s' non trovata" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Rete %s avviata\n" +msgid "Network '%s' is not active" +msgstr "Rete '%s' non attiva" -#: src/qemu_conf.c:564 -#, fuzzy, c-format +#: src/qemu_conf.c:559 +#, c-format msgid "Network type %d is not supported" -msgstr "ai_socktype non supportato" +msgstr "Tipo di rete %d non supportata" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "impossibile impostare la modalit  del file '%s': %s" - -#: src/qemu_conf.c:590 +#: src/qemu_conf.c:585 #, fuzzy, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Impossibile eliminare il bridge '%s': %s\n" +msgstr "Errore nell'aggiunta dell'interfaccia '%s' di tap al bridge '%s' : %s" -#: src/qemu_conf.c:594 -#, fuzzy, c-format +#: src/qemu_conf.c:589 +#, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Impossibile eliminare il bridge '%s': %s\n" +msgstr "Errore nell'aggiunta dell'interfaccia '%s' di tap al bridge '%s' : %s" -#: src/qemu_conf.c:617 -#, fuzzy +#: src/qemu_conf.c:612 msgid "failed to allocate space for tapfds string" -msgstr "impossibile allocare un nodo" +msgstr "errore nell'assegnazione dello spazio per la stringa di tapfds" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "tipo di storage di volume non supportato %d" +msgstr "tipo di disco '%s' non supportato" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "tipo di storage di volume non supportato %d" +msgstr "tipo di disco '%s' non supportato" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "puntatore di dominio non valido in" +msgstr "modello audio non valido" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" +msgstr "errore nell'assegnazione dello spazio per la stringa argv" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, 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:106 +#: src/qemu_driver.c:103 #, 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:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "Impossibile avviare automaticamente la rete '%s': %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Impossibile avviare automaticamente la VM '%s': %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "Impossibile trovare il record utente per l'uid '%d': %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "memoria esaurita in asprintf" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: memoria esaurita" -#: src/qemu_driver.c:296 -#, fuzzy -msgid "Reloading iptables rules\n" -msgstr "Ricaricamento regole iptables" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"QEMU ¨ uscito durante l'avvio di %s\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 -#, fuzzy, c-format +#: src/qemu_driver.c:385 src/qemu_driver.c:398 +#, c-format msgid "Failure while reading %s startup output: %s" -msgstr "scrittura output fallita: %s\n" +msgstr "Errora durante la lettura dell'output d'avvio di %s: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "Scaduto durante la lettura dell'output d'avvio di %s" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "Errore durante la lettura dell'output d'avvio di %s" + +#: src/qemu_driver.c:421 +#, 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:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "impossibile aprire tty %s: %s\n" +msgstr "Impossibile aprire il percorso %s del monitor" -#: src/qemu_driver.c:516 -#, fuzzy +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "Impossibile impostare il flag close-on-exec del file descriptor" +msgstr "Impossibile impostare il flag close-on-exec del monitor" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "Impossibile impostare il monitor in modalit  non-blocking" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Impossibile loggare i dati della VM console: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "alloca dict" +msgstr "assegna cpumap" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 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:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "impossibile ottenere il dominio '%s'" +msgstr "errore nell'impostazione dell'affinit  %s della CPU" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "operazione fallita" +msgstr "operazione di ripristino fallita" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "Il dominio risulta essere gi  attivo" +msgstr "VM risulta essere gi  attiva" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "Impossibile trovare una porta VNC non utilizzata" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "percorso del file di configurazione troppo lungo: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "%s: impossibile scrivere il file di log: %s" +msgstr "errore nella creazione del file di log %s: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "Impossibile chiudere il file di log %d: %s" +msgstr "Impossibile impostare il flag %s close-on-exec del file di log di VM" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "impossibile leggere la directory %s: %s" +msgstr "Impossibile trovare %s del binario QEMU: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, 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:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, 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:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "Chiusura VM '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Impossibile chiudere il file di log %d: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "E' stato ottenuto un pid inaspettato" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "impossibile allocare un nodo" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Impossibile salvare le regole di iptables su %s : %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "impossibile allocare un nodo" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "" -"Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " -"'%s': %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Il dominio risulta essere gi  attivo" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "impossibile creare il percorso '%s': %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "impossibile impostare la modalit  del file '%s': %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "impossibile impostare la modalit  del file '%s': %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Impossibile chiudere il bridge '%s': %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "impossibile aprire in lettura %s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Impossibile chiudere il bridge '%s': %s\n" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Impossibile eliminare il bridge '%s': %s\n" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "Chiusura rete '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "Ottenuto pid inaspettato per dnsmasq\n" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "impossibile aprire tty %s: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" +msgstr "impossibile assegnare lo spazio per il supporto delle capacit " -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 -#, fuzzy +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "Servname non supportato per ai_socktype" +msgstr "NUMA non supportato su questo host" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "Memoria libera NUMA" +msgstr "Impossibile interrogare la memoria disponibile di NUMA" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "il dominio %s ¨ gi  esistente" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "il dominio %s ¨ gi  esistente" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "non ci sono domini con id corrispondente: %d" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" msgstr "Il dominio non ¨ in esecuzione" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "operazione fallita" +msgstr "operazione di sospensione fallita" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "operazione fallita" +msgstr "operazione di interruzione fallita" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "impossibile allocare un nodo" +msgstr "impossibile assegnare spazio per ostype" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 -#, fuzzy, c-format +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 +#, c-format msgid "no domain with matching uuid '%s'" -msgstr "non ci sono domini con id corrispondente: %d" +msgstr "non ci sono domini con uuid corrispondente a '%s'" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 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:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "nome del dominio inattivo" +msgstr "impossibile impostare la memoria di un dominio attivo" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "impossibile impostare la memoria al di sopra della memoria massima" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "Impossibile sospendere il dominio %s" +msgstr "impossibile mettere in pausa il dominio" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "impossibile ottenere l'UUID del dominio" +msgstr "impossibile ottenere l'xml del dominio" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "Impossibile creare il volume %s" +msgstr "Impossibile creare '%s'" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "Impossibile scrivere su " +msgstr "Impossibile scrivere su salva intestazione" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "Impossibile scrivere su " +msgstr "Impossibile scrivere su xml" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "memoria esaurita" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "operazione fallita" +msgstr "operazione di migrazione fallita" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "'info blockstats' non ¨ supportato da questo qemu" -#: src/qemu_driver.c:2552 -#, fuzzy +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "nome del dominio inattivo" +msgstr "impossibile modificare il totale delle vcpu di un dominio attivo" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "impossibile determinare le vcpu massime per il dominio" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" +"le vcpu richieste sono maggiori delle vcpu massime permesse per il dominio: %" +"d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "rimuovere la definizione di un dominio inattivo" +msgstr "impossibile collegare le vcpu su di un dominio inattivo" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "numero vcpu fuori dalla gamma %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "impossibile impostare il proprietario del file '%s': %s" +msgstr "impossibile impostare l'affinit : %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ai_family non supportata" +msgstr "affinit  cpu non supportata" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Impossibile determinare il contesto del file di %s: %s" +msgstr "Impossibile ottenere l'affinit : %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "affinit  cpu non disponibile" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "carica file di definizione del dominio" +msgstr "tipo di virt sconosciuto nella definizione del dominio '%d'" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "impossibile leggere fd" +msgstr "impossibile leggere l'immagine del dominio" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "impossibile leggere da un demone Xen" +msgstr "impossibile leggere l'intestazione qemu" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "image magic non ¨ corretto" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "versione immagine non supportata (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "impossibile leggere XML" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "impossibile analizzare XML" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "il dominio ¨ gi  attivo come '%s'" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "impossibile assegnare una nuova VM" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "impossibile avviare la VM" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "impossibile ripristinare il dominio" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "Impossibile leggere" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "impossibile generare XML" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "Il dominio risulta essere gi  attivo" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "impossibile generare XML" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "Impossibile avviare il pool %s" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "Impossibile ripristinare il dominio %s" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "impossibile estrarre dispositivi sorgente" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "tipo di storage di volume non supportato %d" +msgstr "tipo di disco '%s' non supportato" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "impossibile modificare il media cdrom" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "impossibile modificare il media cdrom" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "il volume di storage esiste gi " + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "impossibile leggere %s: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "il dominio %s ¨ gi  esistente" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "impossibile estrarre dispositivi sorgente" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "caricamento file di definizione host in corso" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "impossibile estrarre dispositivi sorgente" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "caricamento file di definizione host in corso" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "rimuovere la definizione di un dominio inattivo" +msgstr "impossibile collegare il dispositivo ad un dominio inattivo" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "solo i dispositivi a disco CDROM possono essere collegati" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "dominio non trovato" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "impossibile ripristinare il dominio" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Impossibile staccare il dispositivo da %s" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "solo i dispositivi a disco CDROM possono essere collegati" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "nome del dominio inattivo" +msgstr "impossibile impostare la memoria di un dominio attivo" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Impossibile creare il symlink '%s' su '%s': %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Impossibile eliminare il symlink '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, c-format msgid "invalid path: %s" msgstr "percorso non valido: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "comando fallito 'info blockstats'" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "'info blockstats' non ¨ supportato da questo qemu" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, c-format msgid "device not found: %s (%s)" msgstr "dispositivo non trovato: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "percorso vuoto o NULL" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "percorso non valido, '%s' non ¨ una interfaccia conosciuta" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "percorso non valido: %s" +msgstr "percorso non valido" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "il driver QEMU supporta solo gli indirizzi della memoria virtuale" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "comando fallito 'info blockstats'" +msgstr "comando lvs fallito" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "no network with matching uuid" -msgstr "non ci sono pool con uuid corrispondente" +msgid "no domain XML passed" +msgstr "elenco dei domini del nodo" -#: src/qemu_driver.c:3717 +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching name" -msgstr "non ci sono pool con nome corrispondente" +msgid "could not generate random UUID" +msgstr "Impossibile generare UUID" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "il dominio ¨ gi  attivo come '%s'" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "network is still active" -msgstr "Il dominio risulta essere gi  attivo" +msgid "failed to start listening VM" +msgstr "impossibile avviare la VM" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "non ci sono pool con uuid corrispondente" +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "operazione fallita: %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "impossibile allocare un nodo" +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "non ci sono domini con nome corrispondente" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 -#, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Impossibile creare il symlink '%s' su '%s': %s" - -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "si ¨ tentato di usare un handle chiuso o non inizializzato" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" msgstr "Impossibile trovare l'eseguibile di libvirtd" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" "remote_open: trasporto in URL non riconosciuto (dovrebbe essere tls|unix|ssh|" "ext|tcp)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "remote_open: per il trasporto 'ext', ¨ richiesto un comando" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "impossibile aprire tty %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "impossibile aprire tty %s: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "impossibile aprire tty %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Impossibile creare il socket: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Impossibile creare il socket: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 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:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "impossibile ottenere l'URI" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "assegnazione dominio in corso" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "impossibile allocare un nodo" +msgstr "impossibile assegnare lo stack del contenitore" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "Impossibile loggare i dati della VM console: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "Impossibile inizializzare l'autenticazione SASL %s" +msgstr "impossibile inizializzare la libreria SASL: %d (%s)" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "impossibile impostare gli attributi della tty: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "impossibile impostare gli attributi della tty: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "Impossibile verificare le credenziali utente: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "impossibile aprire tty %s: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "verifica server (del nostro certificato o indirizzo IP) fallita\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "Impossibile verificare le credenziali utente: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "impossibile creare il percorso '%s': %s" +msgstr "impossibile creare il pipe: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "Valore del parametro cap non valido" +msgstr "Tipo di dispositivo non valido: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 #, fuzzy msgid "The certificate is not trusted." msgstr "Il certificato non ¨ ancora attivato" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 #, fuzzy msgid "The certificate hasn't got a known issuer." msgstr "" "remoteCheckCertificate: il certificato del client ¨ stato emesso da un " "autorit  sconosciuta." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 #, fuzzy msgid "The certificate has been revoked." msgstr "Il certificato ¨ scaduto" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 #, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" "remoteCheckCertificate: il certificato del client usa un algoritmo insicuro." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "Il tipo di certificato non ¨ X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "gnutls_certificate_get_peers fallito" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Impossibile inizializzare l'autenticazione SASL %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "impossibile aprire tty %s: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "Il certificato ¨ scaduto" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "Il certificato non ¨ ancora attivato" -#: src/remote_internal.c:1085 -#, fuzzy, c-format +#: src/remote_internal.c:1202 +#, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" -"Il nome del file di configurazione guest di QEMU '%s' non coincide con il " -"nome del guest '%s'" +msgstr "Il proprietario del certificato non coincide con il nome host (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "troppe reti" +msgstr "troppe celle NUMA: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "troppi domini" +msgstr "troppi ID del dominio remoto: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "lunghezza mappa maggiore del valore massimo: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "il conteggio vCPU eccede il valore massimo: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, 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:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "l'host riporta troppe vCPU: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, 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:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "troppi domini" +msgstr "troppi nomi del dominio remoto: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" @@ -2961,518 +3156,530 @@ msgstr "" "remoteDomainGetSchedulerParameters: ha restituito un numero di parametri che " "eccede il limite" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "remoteDomainGetSchedulerParameters: tipo di parametro sconosciuto" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 msgid "out of memory allocating array" msgstr "memoria esaurita durante l'allocazione dell'array" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "tipo di parametro sconosciuto" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "richiesta block peek troppo grande per il protocollo remoto, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "la dimensione del buffer ritornato non ¨ come quella richiesta" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, 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:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "troppe reti" +msgstr "troppe reti remote: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" msgstr "troppi pools di storage richiesti" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" msgstr "troppi pools di storage ricevuti" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" msgstr "troppi volumi di storage richiesti" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 msgid "too many storage volumes received" msgstr "troppi volumi di storage ricevuti" -#: src/remote_internal.c:3624 -#, fuzzy, c-format -msgid "unknown authentication type %s" -msgstr "tipo di auth sconosciuta '%s'" +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "troppi volumi di storage richiesti" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "troppi volumi di storage ricevuti" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "troppi volumi di storage richiesti" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "troppi volumi di storage ricevuti" + +#: src/remote_internal.c:4042 +#, c-format +msgid "unknown authentication type %s" +msgstr "tipo di autenticazione sconosciuta %s" + +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "tipo di storage di volume non supportato %d" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "Impossibile inizializzare l'autenticazione SASL %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "Impossibile creare il contesto polkit %s\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "impossibile impostare SSF esterno di SASL %d (%s)" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "impossibile impostare propriet  di sicurezza di SASL %d (%s)" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "questa funzione non ¨ supportata dall'hypervisor" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "Impossibile avviare il dominio %s" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "Impossibile verificare le credenziali utente: %s" +msgstr "tipo di autenticazione richiesta %s rifiutata" #: src/remote_internal.c:4093 #, c-format +msgid "unsupported authentication type %d" +msgstr "tipo di autenticazione %d non supportato" + +#: src/remote_internal.c:4341 +#, c-format +msgid "failed to initialize SASL library: %d (%s)" +msgstr "impossibile inizializzare la libreria SASL: %d (%s)" + +#: src/remote_internal.c:4389 +#, 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:4402 +msgid "invalid cipher size for TLS session" +msgstr "dimensione cipher invalida per la sessione TLS" + +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "impossibile impostare SSF esterno %d (%s)" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "impossibile impostare le proposizioni di sicurezza %d (%s)" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "il meccanismo SASL %s non ¨ supportato dal server" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "Impossibile avviare la negoziazione SASL: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "Impossibile creare le credenziali per l'autenticazione" + +#: src/remote_internal.c:4511 +#, c-format msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgstr "i dati di negaziazione SASL sono troppo lunghi: %d bytes" -#: src/remote_internal.c:4133 -#, fuzzy, c-format +#: src/remote_internal.c:4551 +#, c-format msgid "Failed SASL step: %d (%s)" -msgstr "step SASL fallito %d (%s)" +msgstr "Fase SASL fallita: %d (%s)" -#: src/remote_internal.c:4219 -#, fuzzy, c-format +#: src/remote_internal.c:4637 +#, c-format msgid "negotiation SSF %d was not strong enough" msgstr "la negoziazione SSF %d non ¨ abbastanza forte" -#: src/remote_internal.c:4273 -#, fuzzy +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" -msgstr "Impossibile verificare le credenziali utente: %s" +msgstr "Impossibile raccogliere le credenziali per l'autenticazione" -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" +#: src/remote_internal.c:4722 +msgid "no event support" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header failed" + +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "marshalling dei parametri" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "xdr_int (length word)" -#: src/remote_internal.c:4380 -#, fuzzy +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" -msgstr "xdr_int (length word)" +msgstr "xdr_int (length word, reply)" -#: src/remote_internal.c:4390 -#, fuzzy +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" -msgstr "valore elemento capacit  troppo elevato" +msgstr "il pacchetto ricevuto dal server ¨ troppo grande" -#: src/remote_internal.c:4402 -#, fuzzy +#: src/remote_internal.c:4872 msgid "invalid header in reply" -msgstr "argomento non valido in %s" +msgstr "intestazione non valida nella risposta" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "programma sconosciuto (ricevuto %x, atteso %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "versione protocollo sconosciuta (ricevuta %x, attesa %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "procedura sconosciuta (ricevuta %x, attesa %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "direzione sconosciuta (ricevuta %x, attesa %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "seriale sconosciuto (ricevuto %x, atteso %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "stato sconosciuto (ricevuto %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "socket chiuso inaspettatamente" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "intestazione non valida nella risposta" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "puntatore di dominio non valido in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "impossibile allocare un nodo" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "impossibile copiare una stringa" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "backend per il tipo di pool mancante %d" -#: src/storage_backend.c:136 -#, c-format -msgid "unknown storage backend type %s" -msgstr "tipo di storage backend sconosciuto %s" - -#: src/storage_backend.c:166 -#, c-format -msgid "unknown storage backend type %d" -msgstr "tipo di storage backend sconosciuto %d" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, c-format msgid "cannot open volume '%s': %s" msgstr "impossibile aprire il volume '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "impossibile eseguire lo stat del file '%s': %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "impossibile determinare la fine del file '%s':%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "impossibile determinare la fine del file '%s':%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "impossibile determinare la fine del file '%s':%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "Impossibile determinare il contesto del file di %s: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "contesto" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "impossibile leggere la directory %s: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "percorso" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "percorso" + +#: src/storage_backend.c:389 msgid "regex" msgstr "regex" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, c-format msgid "Failed to compile regex %s" msgstr "Compilazione regex %s fallita" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "gruppi regex" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "impossibile leggere fd" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, c-format msgid "failed to wait for command: %s" msgstr "attesa del comando fallita: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "il comando non ¨ terminato correttamente" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "n_columns troppo grandi" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, c-format msgid "read error: %s" msgstr "errore in lettura: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "stato di uscita non-zero dal comando %d" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "la console non ¨ implementata su questa piattaforma" +msgstr "%s: non implementato\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "formato di pool non supportato %s" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "formato di pool non supportato %d" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "formato di volume non supportato %s" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "formato di volume non supportato %d" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "volume" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "extent del volume" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "impossibile determinare la locazione d'inizio del dispositivo" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "impossibile determinare la locazione finale del dispositivo" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "extents" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "non ci sono estensioni libere abbastanza grandi" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "impossibile creare il percorso '%s': %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "impossibile leggere l'header '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "impossibile leggere l'header '%s': %s" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "percorso non valido: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "puntatore di rete non valido in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operazione fallita" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "directory sorgente mancante" +msgstr "sorgente di montaggio mancante" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" msgstr "portale" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "impossibile leggere %s: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "host sorgente mancante" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "percorso sorgente mancante" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "dispositivo sorgente mancante" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "sorgente" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "directory sorgente mancante" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "impossibile creare il percorso '%s': %s" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" msgstr "Impossibile aprire il percorso '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -msgid "volume name" -msgstr "nome volume" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "chiave volume" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "impossibile eseguire lo stat del percorso del vfs '%s': %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "impossibile fare l'unlink del percorso '%s': %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "destinazione" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "chiave volume di storage" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "impossibile riempire il file '%s': %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "impossibile estendere il file '%s': %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "impossibile leggere il percorso '%s': %s" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, c-format msgid "unknown storage vol type %d" msgstr "tipo di storage di volume sconosciuto %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "tipo di storage di volume non supportato %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 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" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, c-format msgid "cannot set file owner '%s': %s" msgstr "impossibile impostare il proprietario del file '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, c-format msgid "cannot set file mode '%s': %s" msgstr "impossibile impostare la modalit  del file '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "impossibile chiudere il file '%s': %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "impossibile fare l'unlink del file '%s': %s" @@ -3500,577 +3707,756 @@ msgstr "sessione" msgid "cannot find session" msgstr "impossibile determinare la sessione" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "nome" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "percorso del dispositivo" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, c-format msgid "cannot open %s: %s" msgstr "impossibile aprire %s: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "chiave" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "Impossibile aprire la dir '%s': %s" +msgstr "Impossibile aprire il percorso sysfs %s: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Impossibile aprire la dir '%s': %s" +msgstr "Impossibile analizzare destinazione dal percorso sysfs %s/%s" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Impossibile trovare un driver di storage: %s" +msgstr "Impossibile trovare un LUN per la sessione %s: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "Impossibile determinare se %u:%u:%u:%u ¨ un LUN di tipo Direct-Access" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "Impossibile staccare il dispositivo da %s" +msgstr "Impossibile trovare il link del dispositivo per lun %d" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "Impossibile ottenere statistiche blocco di %s %s" +msgstr "Impossibile analizzare il percorso %s del blocco" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "Impossibile allocare memoria per struct qemud_socket" +msgstr "Impossibile assegnare memoria a scsidev" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "portale" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "valore offset degli extent del volume malformato" +msgstr "valore di compenso degli extent del volume malformato" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "valore lunghezza degli extent del volume malformato" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "valore dimensione degli extent del volume malfomato" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "comando fallito 'info blockstats'" +msgstr "comando lvs fallito" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "comando lvs fallito con uno stato d'uscita %d" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocazione priv->hostname" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocazione rete" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocazione rete" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "impossibile creare un socket" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "linea di comando" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "impossibile aprire il dispositivo %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "impossibile cancellare l'header del dispositivo %s" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "impossibile chiudere il dispositivo %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "impossibile leggere la directory %s: %s" +msgstr "impossibile rimuovere ttyPidFile %s: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "impossibile trovare il volume appena creato '%s': %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "attributo autorizzazione host mancante" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "attributo password autorizzazione mancante" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "modalit  ottale malformata" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "elemento owner malformato" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "elemento group malformato" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "allocazione pool storage" +msgstr "impossibile assegnare memoria di stampante" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "elemento root sconosciuto" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "tipo di storage di volume sconosciuto %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "elemento name mancante" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 msgid "unable to generate uuid" msgstr "impossibile generare uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "tipo di auth sconosciuta '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "nome host sorgente mancante" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "impossibile estrarre dispositivi sorgente" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" msgstr "dispositivo" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "percorso dispositivo sorgente mancante" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "percorso sorgente mancante" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "nome pool" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, c-format msgid "unknown auth type '%s'" msgstr "tipo di auth sconosciuta '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "percorso destinazione mancante" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "xmlXPathContext" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "formato di pool non supportato %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "tipo pool inaspettato" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "xml" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "elemento owner mancante" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, c-format msgid "unknown size units '%s'" msgstr "unit  di dimensione sconosciute '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "elemento capacity malformato" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "valore elemento capacit  troppo elevato" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "allocazione volume storage" +msgstr "impossibile assegnare volume di storage" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "elemento root sconosciuto" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "elemento name mancante" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "elemento capacity mancante" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "tipo di auth sconosciuta '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "formato di volume non supportato %d" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "pool" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "impossibile costruire il percorso del file di configurazione" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "impossibile costruire il percorso del link di avvio automatico" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "file di configurazione" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "impossibile generare XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "impossibile rimuovere la configurazione per %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "non ci sono pool con uuid corrispondente" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "non ci sono pool con nome corrispondente" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "nomi" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "storage pool gi  esistente" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "nessun storage pool con uuid corrispondente" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "il pool ¨ ancora attivo" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 msgid "pool already active" msgstr "il pool ¨ gi  attivo" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 msgid "storage pool is already active" msgstr "lo storage pool ¨ gi  attivo" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "lo storage pool non ¨ attivo" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "lo storage pool ¨ ancora attivo" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "il pool non supporta la cancellazione del volume" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "il pool non ha un file di configurazione" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "nessun vol di storage corrispondente al nome" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "nessun vol di storage con chiave corrispondente" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "nessun vol di storage con percorso corrispondente" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "il volume di storage esiste gi " -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "lo storage pool non supporta la creazione del volume" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "lo storage pool non supporta la cancellazione del vol" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "nessun vol di storage corrispondente al nome" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "lo storage pool non ¨ attivo" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "lo storage pool ¨ gi  attivo" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "acquisizione ora del giorno in corso" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "caricamento file di definizione host in corso" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "nodo" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creazione contesto xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "nodi numa della cpu del nodo" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "socket della cpu del nodo" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "numero di core della cpu del nodo" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "thread delle cpu del nodo" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "cpu attiva del nodo" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "mhz della cpu del nodo" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "memoria del nodo" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "elenco dei domini del nodo" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "risoluzione filename del dominio in corso" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "elenco dei domini del nodo" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "risoluzione filename della rete" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "elenco dei domini del nodo" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "risoluzione filename del dominio in corso" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: fornire un percorso o usare test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Dominio non trovato" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "dominio non trovato" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Il dominio non ¨ in esecuzione" -#: src/test.c:900 -#, fuzzy -msgid "cannot allocate space for metadata" -msgstr "impossibile allocare elenco mech" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "impossibile assegnare spazio per i metadata" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Avvio automatico di un dominio" - -#: src/test.c:912 src/test.c:1026 -#, fuzzy -msgid "cannot write header" -msgstr "impossibile cancellare l'header del dispositivo %s" - -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:924 -#, fuzzy -msgid "cannot write metadata" -msgstr "impossibile leggere fd" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" +msgstr "" -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "elenco dei domini del nodo" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "salvataggio intestazione incompleta" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "header magic non corrispondente" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "impossibile leggere da un demone Xen" +msgstr "impossibile leggere la lunghezza dei metadata" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "lunghezza dei metadata fuori dalla gamma" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "metadata incompleti" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Dominio %s spostato su %s\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: impossibile scrivere il file di log: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "impossibile chiudere il dispositivo %s" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "La gamma eccede le celle disponibili" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Il dominio ¨ gi  in esecuzione" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Il dominio ¨ ancora in esecuzione" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "La rete ¨ ancora in esecuzione" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "La rete ¨ gi  in esecuzione" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "nessun vol di storage con chiave corrispondente" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "nessun vol di storage con percorso corrispondente" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "errore nell'assegnazione dello spazio per il dispositivo a caratteri" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "tipo di dispositivo input %s non supportato" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "impossibile inizializzare il supporto del bridge: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Impossibile creare la directory %s : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: memoria esaurita" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "errore nella creazione del file di log %s: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "impossibile aprire %s: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "impossibile determinare la sessione" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "impossibile impostare la modalit  del file '%s': %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "impossibile leggere %s: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "impossibile leggere la directory %s: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Impossibile trovare %s del binario QEMU: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "impossibile creare la cartella di log %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "attesa del comando fallita: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "E' stato ottenuto un pid inaspettato" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "impossibile leggere %s: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "impossibile chiudere il file '%s': %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "impossibile creare il percorso '%s': %s" +msgstr "impossibile creare il pipe: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "impossibile leggere %s: %s" +msgstr "impossibile eseguire il fork del processo figlio: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "impossibile fare l'unlink del file '%s': %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "impossibile cancellare l'header del dispositivo %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "impossibile creare directory di avvio automatico %s: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" -msgstr "impossibile ottenere il nome host" +msgstr "impossibile eseguire strdup dell'hostname: %s" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" -msgstr "impossibile ottenere il nome host" +msgstr "impossibile eseguire strdup dell'hostname: %s" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" -msgstr "impossibile ottenere il nome host" +msgstr "impossibile eseguire strdup dell'hostname: %s" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "impossibile estendere il file '%s': %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "linea di comando" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "errore in lettura: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format 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:340 +#: src/virsh.c:339 msgid "print help" msgstr "stampa aiuto" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Stampare l'aiuto globale o l'aiuto specifico di un comando." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nome del comando" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4078,321 +4464,325 @@ msgstr "" "Comandi:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "Avvio automatico di un dominio" -#: src/virsh.c:375 +#: src/virsh.c:374 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:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "nome del dominio, id o uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "disabilita avvio automatico" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Impossibile contrassegnare il dominio %s come auto avviante" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Impossibile disabilitare l'avvio automatico del dominio %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Dominio %s contrassegnato come auto avviante\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Rimozione contrassegno di avvio automatico al dominio %s effettuata\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(ri)connettersi all'hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI di connessione dell'hypervisor" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "collegamento in sola lettura" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Impossibile disconnettersi dall'hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Impossibile collegarsi all'hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "connettersi alla console guest" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Connettere la console seriale virtuale per il guest" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Nessuna console disponibile per il dominio\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "la console non ¨ implementata su questa piattaforma" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "elenca domini" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Mostrare l'elenco dei domini" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "elencare domini inattivi" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "elencare domini inattivi & attivi" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Impossibile elencare i domini attivi" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Impossibile elencare domini inattivi" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nome" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Stato" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "nessuno stato" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "stato del dominio" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "Mostrare lo stato di un dominio in esecuzione." +msgstr "Mostrare lo stato di un dominio." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "ottieni statistiche del blocco del dispositivo per un dominio" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "" "Ottieni statistiche del blocco del dispositivo per un dominio in esecuzione." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "dispositivo a blocchi" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "Impossibile ottenere statistiche blocco di %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "ottieni statistiche interfaccia di rete per un dominio" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "Ottieni statistiche interfaccia di rete per un dominio." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "dispositivo dell'interfaccia" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Impossibile ottenere statistiche sull'interfaccia %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "sospendere un dominio" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Sospendere un dominio in esecuzione." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Dominio %s sospeso\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Impossibile sospendere il dominio %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "creare un dominio da un file XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Creare un dominio." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "il file contiene una descrizione XML del dominio" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Dominio %s creato da %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Impossibile creare il dominio da %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definire un dominio." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Dominio %s definito da %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Impossibile definire il dominio da %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "rimuovere la definizione di un dominio inattivo" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Rimozione della configurazione per un dominio inattivo." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "nome del dominio o uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "ˆ stata rimossa la definizione del dominio %s\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Impossibile rimuovere la definizione del dominio %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "avviare un (precedentemente definito) dominio inattivo" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Avviare un dominio." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "nome del dominio inattivo" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Il dominio risulta essere gi  attivo" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Dominio %s avviato\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Impossibile avviare il dominio %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "salvare lo stato di un dominio in un file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Salvare un dominio in esecuzione." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "dove salvare i dati" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Dominio %s salvato su %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, 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:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "mostrare/impostare i parametri dello scheduler" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." -msgstr "Mostrare/Impostare i parametri dello scheduler." +msgstr "Mostra/Imposta i parametri dello scheduler." + +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "alloca valore" #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" @@ -4402,280 +4792,286 @@ msgstr "peso per XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "protezione per XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "Valore del parametro weight non valido" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "Valore del parametro cap non valido" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Valore del parametro cap non valido" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Scheduler" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Sconosciuto" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Ripristinare un dominio." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "Stato da ripristinare" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Dominio ripristinato da %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Impossibile ripristinare il dominio da %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Eseguire il core dump di un dominio." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "dove spostare il core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Dominio %s spostato su %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "ripristinare un dominio" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Ripristina un dominio precedentemente sospeso." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Dominio %s ripristinato\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Impossibile ripristinare il dominio %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "arrestare un dominio (graceful shutdown)" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Eseguire shutdown nel dominio target." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Il dominio %s ¨ stato arrestato\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Impossibile arrestare il dominio %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "riavvia un dominio" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Il dominio %s ¨ stato riavviato\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Impossibile riavviare il dominio %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "distruggere un dominio" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Distruggere un dato dominio." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Dominio %s distrutto\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Impossibile distruggere il dominio %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informazioni del dominio" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Mostrare le informazioni di base del dominio." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nome:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Tipo di OS:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Stato:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Ora della CPU:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Memoria max:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "nessun limite" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Memoria utilizzata:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "Avvio automatico" +msgstr "Avvio automatico:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "nome" +msgstr "abilita" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "disabilita" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "Memoria libera NUMA" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "visualizza memoria libera disponibile per la cella NUMA." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "Numero cella NUMA" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Totale" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "informazioni vcpu del dominio" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Mostrare le informazioni di base sulle CPU virtuali del dominio." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Affinit  CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Interruzione dominio, CPU virtuali non presenti." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "affinit  vcpu del dominio di controllo" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Dominio pin VCPU per ospitare CPU fisiche." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "numero vcpu" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "numeri cpu host (separati da una virgola)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: Numero vCPU non valido o mancante." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: cpulist mancante" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "impossibile ottenere informazioni sul nodo" +msgstr "vcpupin: impossibile ottenere le informazioni del dominio." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: Numero vCPU non valido." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Formato non valido. Stringa vuota." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4683,7 +5079,7 @@ msgstr "" "cpulist: %s: Formato non valido. ˆ necessaria una cifra nella posizione %d " "(vicino a '%c')." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4692,1304 +5088,1341 @@ msgstr "" "cpulist: %s: Formato non valido. ˆ necessaria una cifra o una virgola nella " "posizione %d (vicino a '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "La CPU fisica %d non esiste." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "modifica numero di CPU virtuali" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "Modifica il numero di CPU virtuali attive nel dominio guest." +msgstr "Modifica il numero di CPU virtuali nel dominio guest." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "numero di CPU virtuali" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Numero non valido di CPU virtuali." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Troppe CPU virtuali." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "modifica allocazione della memoria" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "numero di kilobyte di memoria" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "Impossibile verificare DimensioneMemoriaMassima" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "modifica limite massimo della memoria" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "limite massimo della memoria in kilobyte" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Impossibile verificare DimensioneMemoria corrente" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Impossibile diminuire la DimensioneMemoria corrente" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Impossibile modificare la DimensioneMemoriaMassima" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informazione del nodo" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Mostrare le informazioni di base sul nodo." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "impossibile ottenere informazioni sul nodo" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Modello CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Frequenza CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "Socket CPU:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "Cella NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Dimensione memoria:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "capacit " -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Mostrare le capacit  dell'hypervisor/driver." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "impossibile ottenere le capabilities" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informazioni del dominio in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "Mostrare le informazioni sul dominio in XML su stdout." -#: src/virsh.c:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "id o uuid del dominio" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "id o nome del dominio" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "impossibile ottenere l'UUID del dominio" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "migrare dominio su di un altro host" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "migrazione a caldo" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI di collegamento all'host di destinazione" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI di migrazione, generalmente pu² essere omesso" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migrazione: desturi non specificato" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "avvio automatico di una rete" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nome o uuid della rete" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "Impossibile contrassegnare la rete %s come auto avviante" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "Impossibile disabilitare l'avvio automatico della rete %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "La rete %s ¨ stata contrassegnata come auto avviante\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Rimozione contrassegno di avvio automatico della rete %s effettuato\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "creare una rete da un file XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Creare una rete." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "il file contiene una descrizione della rete XML" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "Rete %s creata da %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Impossibile creare la rete da %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Definire una rete." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Rete %s definita da %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Impossibile definire la rete da %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "distruggere una rete" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Distruggere una data rete." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nome, id o uuid della rete" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "Rete %s distrutta\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Impossibile distruggere la rete %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informazioni rete in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "Mostrare le informazioni sulla rete in XML su stdout." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "mostrare le reti" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Mostrare l'elenco delle reti" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "elencare le reti inattive" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "elencare reti inattive & attive" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Impossibile elencare le reti attive" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Impossibile elencare le reti inattive" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Avvio automatico" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "non avviare automaticamente" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "attivo" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "non attivo" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "converte un UUID di rete in un nome di rete" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid di rete" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "avviare una (precedentemente definita) rete non attiva" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Avviare una rete." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nome della rete non attiva" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Rete %s avviata\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Impossibile avviare la rete %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "rimuovere la definizione di una rete non attiva" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Rimozione della configurazione per una rete non attiva." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, 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:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Impossibile rimuovere la definizione della rete %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 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:2784 msgid "network name" msgstr "nome rete" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "impossibile ottenere l'UUID di rete" -#: src/virsh.c:2779 +#: src/virsh.c:2815 msgid "autostart a pool" msgstr "avvio automatico di un pool" -#: src/virsh.c:2781 +#: src/virsh.c:2817 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" msgstr "nome o uuid del pool" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "Impossibile contrassegnare il pool %s come auto avviante" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Impossibile disabilitare l'avvio automatico del pool %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "Pool %s contrassegnato come auto avviante\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Marcatura di avvio automatico del pool %s rimossa\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 msgid "create a pool from an XML file" msgstr "creare un pool da un file XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "Creare un pool." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "il file contenente una descrizione XML del pool" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, c-format msgid "Pool %s created from %s\n" msgstr "Pool %s creato da %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, c-format msgid "Failed to create pool from %s" msgstr "Impossibile creare il pool da %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "creare un pool da un insieme di argomenti" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "nome del pool" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "tipo di pool" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "source-host per lo storage soggiacente" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "percorso sorgente per lo storage soggiacente" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "dispositivo sorgente per lo storage soggiacente" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "destinazione per lo storage soggiacente" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "impossibile allocare un buffer" +msgstr "Impossibile assegnare il buffer XML" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "Pool %s creato\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, c-format msgid "Failed to create pool %s" msgstr "Impossibile creare il pool %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "Definire un pool." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "Pool %s definito da %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, c-format msgid "Failed to define pool from %s" msgstr "Impossibile definire il pool da %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "definire un pool da un insieme di argomenti" -#: src/virsh.c:3027 +#: src/virsh.c:3064 #, fuzzy msgid "source name for underlying storage" msgstr "percorso sorgente per lo storage soggiacente" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "Pool %s definito\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, c-format msgid "Failed to define pool %s" msgstr "Impossibile definire il pool %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "creare un pool" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "Creare un determinato pool." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "Pool %s creato\n" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, c-format msgid "Failed to build pool %s" msgstr "Impossibile creare il pool %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "distruggere un pool" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "Distruggere un dato pool." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "Pool %s distrutto\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, c-format msgid "Failed to destroy pool %s" msgstr "Impossibile distruggere il pool %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "eliminare un pool" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "Eliminare un dato pool." -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" msgstr "Pool %s eliminato\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, c-format msgid "Failed to delete pool %s" msgstr "Impossibile eliminare il pool %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "aggiornare un pool" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "Aggiornare un dato pool." -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "Pool %s aggiornato\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, c-format msgid "Failed to refresh pool %s" msgstr "Impossibile aggiornare il pool %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 msgid "pool information in XML" msgstr "informazioni pool in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." msgstr "Mostrare le informazioni sul pool in XML su stdout." -#: src/virsh.c:3311 +#: src/virsh.c:3348 msgid "list pools" msgstr "elencare i pool" -#: src/virsh.c:3312 +#: src/virsh.c:3349 msgid "Returns list of pools." msgstr "Mostrare l'elenco dei pool" -#: src/virsh.c:3317 +#: src/virsh.c:3354 msgid "list inactive pools" msgstr "elencare i pool inattivi" -#: src/virsh.c:3318 +#: src/virsh.c:3355 msgid "list inactive & active pools" msgstr "elencare i pool inattivi & attivi" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" msgstr "Impossibile elencare i pool attivi" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" msgstr "Impossibile elencare i pool inattivi" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "puntatore al pool di storage non valido in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "troppi pools di storage ricevuti" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "memoria esaurita" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Impossibile definire il pool %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "troppi pools di storage ricevuti" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 msgid "storage pool information" msgstr "informazioni pool storage" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "Mostrare informazioni base sul pool di storage" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "creazione in corso" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "in esecuzione" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "degradato" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "Capacit :" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "Allocazione:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "Disponibile:" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "converte un UUID di pool in un nome di pool" -#: src/virsh.c:3669 +#: src/virsh.c:3706 msgid "pool uuid" msgstr "pool uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "avviare un (precedentemente definito) pool inattivo" -#: src/virsh.c:3696 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "Avviare un pool." -#: src/virsh.c:3701 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "nome del pool inattivo" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "Pool %s avviato\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, c-format msgid "Failed to start pool %s" msgstr "Impossibile avviare il pool %s" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "creare un volume da un gruppo di volumi" +msgstr "creare un volume da un gruppo di argomenti" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "Creare un volume." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "nome del vol" +msgstr "nome del volume" -#: src/virsh.c:3742 +#: src/virsh.c:3779 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:3743 +#: src/virsh.c:3780 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:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "tipo di formato di file raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "Dimensione malformata %s" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" msgstr "Vol %s creato\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, c-format msgid "Failed to create vol %s" msgstr "Impossibile creare il volume %s" -#: src/virsh.c:3856 +#: src/virsh.c:3893 msgid "undefine an inactive pool" msgstr "rimuovere la definizione di un pool inattivo" -#: src/virsh.c:3857 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "Rimozione della configurazione per un pool inattivo." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "La definizione del pool %s ¨ stata rimossa\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, c-format msgid "Failed to undefine pool %s" msgstr "Impossibile rimuovere la definizione del pool %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "converte un nome di pool in UUID di pool" -#: src/virsh.c:3920 +#: src/virsh.c:3957 msgid "failed to get pool UUID" msgstr "impossibile ottenere il pool UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 msgid "create a vol from an XML file" msgstr "creare un volume da un file XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 msgid "file containing an XML vol description" msgstr "file contenente una descrizione XML del vol" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, c-format msgid "Vol %s created from %s\n" msgstr "Vol %s creato da %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, c-format msgid "Failed to create vol from %s" msgstr "Impossibile creare il volume da %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "eliminare un vol" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "Eliminare un dato vol." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "nome, chiave o percorso volume" -#: src/virsh.c:4018 -#, fuzzy, c-format +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" msgstr "Vol %s eliminato\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, c-format msgid "Failed to delete vol %s" msgstr "Impossibile eliminare il volume %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 msgid "storage vol information" msgstr "informazioni volume di storage" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "Mostrare le informazioni di base sul nodo." -#: src/virsh.c:4063 +#: src/virsh.c:4100 msgid "Type:" msgstr "Tipo:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "file" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" msgstr "blocco" -#: src/virsh.c:4086 +#: src/virsh.c:4123 msgid "vol information in XML" msgstr "informazioni volume in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." msgstr "Mostrare le informazioni sul vol in XML su stdout." -#: src/virsh.c:4128 +#: src/virsh.c:4165 msgid "list vols" msgstr "elencare i volumi" -#: src/virsh.c:4129 +#: src/virsh.c:4166 msgid "Returns list of vols by pool." msgstr "Mostrare l'elenco dei domini" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" msgstr "Impossibile elencare i vol attivi" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "Percorso" -#: src/virsh.c:4207 +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "converte un UUID di volume in un nome di volume" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "chiave o percorso volume" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "converte un UUID di volume in una chiave di volume" -#: src/virsh.c:4245 +#: src/virsh.c:4282 msgid "vol uuid" msgstr "vol uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 msgid "convert a vol UUID to vol path" msgstr "converte un UUID di volume in un percorso di volume" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "nome o chiave volume" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "mostra versione" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Visualizzare le informazioni sulla versione di sistema." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "impossibile ottenere il tipo di hypervisor" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compilato rispetto la libreria: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "impossibile ottenere la versione della libreria" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Libreria in uso: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API in uso: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "impossibile ottenere la versione dell'hypervisor" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Impossibile estrarre la versione dell'hypervisor %s in esecuzione\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Esecuzione hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA non supportato su questo host" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "capacit " + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Impossibile collegarsi all'hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Impossibile elencare domini inattivi" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "Mostrare le informazioni sul vol in XML su stdout." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "dispositivo" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "stampa il nome host di hypervisor" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "impossibile ottenere il nome host" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "stampa l'URI canonico di hypervisor" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "impossibile ottenere l'URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc display" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "console tty" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Eseguire l'output del dispositivo per la console TTY." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "attacca dispositivo da un file XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Attacca dispositivo da un XML" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "File XML" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device: Opzione mancante" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Impossibile collegare il dispositivo da %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "scollegare dispositivo da un file XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Scollegare dispositivo da un XML" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device: Opzione mancante" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Impossibile staccare il dispositivo da %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "collegare interfaccia di rete" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Collegamento di una nuova interfaccia di rete." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "tipo di interfaccia di rete" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "sorgente dell'interfaccia di rete" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "nome della rete target" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "Indirizzo MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "script utilizzato per l'interfaccia di rete bridge" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Nessun supporto %s nel comando 'attach-interface'" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "scollegare una interfaccia di rete" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Scollegare interfaccia di rete." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Impossibile ottenere informazioni sull'interfaccia" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Non ¨ stata trovata alcuna interfaccia di tipo %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, 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:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Impossibile allocare memoria" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Impossibile creare XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "colleganto dispositivo del disco" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Collegamento di un nuovo dispositivo disco." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "sorgente dispositivo del disco" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "target del dispositivo del disco" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "driver del dispositivo del disco" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "subdriver del dispositivo del disco" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "tipo di dispositivo target" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "modalit  di lettura e scrittura del dispositivo" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Nessun supporto %s nel comando 'attach-disk'" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "scollegare un dispositivo del disco" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Scollegare dispositivo disco." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Impossibile ottenere informazioni sul disco" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Nessun disco trovato con target %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" +msgstr "Impossibile assegnare memoria per la stringa init: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: impossibile scrivere il file di log: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: impossibile scrivere il file di log: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: impossibile scrivere il file di log: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Impossibile creare il dominio inattivo %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "comando fallito 'info blockstats'" +msgstr "comando lvs fallito" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "comando lvs fallito con uno stato d'uscita %d" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: impossibile scrivere il file di log: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Rimozione della configurazione per un dominio inattivo." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Rimozione della configurazione per un dominio inattivo." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "errore di lettura del file di configurazione" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Rimozione della configurazione per una rete non attiva." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Rimozione della configurazione per una rete non attiva." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Rimozione della configurazione per un pool inattivo." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Rimozione della configurazione per un pool inattivo." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "abbandona questo terminale interattivo" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "il comando '%s' richiede l'opzione <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "il comando '%s' richiede l'opzione --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "il comando '%s' non esiste" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NOME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -5997,7 +6430,7 @@ msgstr "" "\n" " SOMMARIO\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6005,7 +6438,7 @@ msgstr "" "\n" " DESCRIZIONE\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6013,53 +6446,53 @@ msgstr "" "\n" " OPZIONI\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "id o nome del dominio non definito" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "impossibile ottenere il dominio '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nome della rete non definito" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "impossibile ottenere la rete '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" msgstr "nome pool non definito" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, c-format msgid "failed to get pool '%s'" msgstr "impossibile ottenere il pool '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 msgid "undefined vol name" msgstr "nome vol non definito" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, c-format msgid "failed to get vol '%s'" msgstr "impossibile ottenere il vol '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6070,130 +6503,130 @@ msgstr "" "(Durata: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "\" mancanti" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "token inaspettato (nome del comando): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "comando sconosciuto: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "il comando '%s' non supporta l'opzione --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "sintassi prevista: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "numero" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "stringa" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "dato inaspettato '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPZIONE" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATI" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "file" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "in pausa" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in arresto" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "terminato" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "interrotto con errore" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "scollegato" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "nessuna connessione valida" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: errore: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "errore: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: impossibile allocare %d byte" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: impossibile allocare %lu bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "impossibile collegarsi all'hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "impossibile ottenere informazioni sul file di log" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "il percorso del log non ¨ un file" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "errore nella scrittura del file di log" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: impossibile scrivere il file di log: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "impossibile disconnettersi dall'hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6226,7 +6659,7 @@ msgstr "" "\n" " comandi (modalit  non interattiva):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6236,12 +6669,12 @@ msgstr "" " (specifica help per informazioni sul comando)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "opzione non supportata '-%c'. Consultare --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6250,7 +6683,7 @@ msgstr "" "Benvenuti a %s, il terminale interattivo per la virtualizzazione.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6268,624 +6701,683 @@ msgstr "attenzione" msgid "error" msgstr "errore" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Nessun messaggio d'errore fornito" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "errore interno %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "errore interno" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "questa funzione non ¨ supportata dall'hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "questa funzione non ¨ supportata dall'hypervisor: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "impossibile collegarsi all'hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "impossibile collegarsi a %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "puntatore di collegamento non valido in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "puntatore di collegamento non valido in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "puntatore di dominio non valido in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "puntatore di dominio non valido in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "argomento non valido in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "argomento non valido in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operazione fallita: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operazione fallita" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "operazione GET fallita: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "operazione GET fallita" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "operazione POST fallita: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "operazione POST fallita" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "ricevuto un codice d'errore HTTP sconosciuto %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "host %s sconosciuto" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "host sconosciuto" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "Errore nella serializzazione di S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "errore nella serializzazione di S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "impossibile usare la voce di hypervisor Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "impossibile usare la voce di hypervisor Xen %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "impossibile collegarsi a Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "impossibile collegarsi a Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "errore syscall Xen %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "Tipo di OS sconosciuto" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "Tipo di OS sconosciuto %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "informazioni kernel mancanti" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "informazioni dispositivo root mancanti" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "informazioni dispositivo root mancanti in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "informazioni sorgente mancanti per il dispositivo" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "informazioni sorgente mancanti per il dispositivo %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "informazioni target mancanti per il dispositivo" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "informazioni target mancanti per il dispositivo %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "informazioni sul nome del dominio mancanti" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "informazioni sul nome del dominio mancanti in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "informazioni mancanti sul sistema operativo" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "informazioni mancanti sul sistema operativo in %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "informazioni mancanti sui dispositivi" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "informazioni mancanti sui dispositivi per %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "troppi driver registrati" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "troppi driver registrati in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "errore chiamata della libreria, forse non risulta supportata" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "errore chiamata %s della libreria, forse non risulta supportata" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "descrizione XML malformata o non valida" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "questo dominio ¨ gi  esistente" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "il dominio %s ¨ gi  esistente" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operazione proibita per un accesso di sola lettura" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operazione %s proibita per un accesso di sola lettura" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "impossibile aprire in lettura il file di configurazione" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "impossibile aprire in lettura %s" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "errore di lettura del file di configurazione" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "errore di lettura del file di configurazione %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "errore nel parsing del file di configurazione" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "errore nel parsing del file di configurazione %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "errore di sintassi del file di configurazione" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "errore di sintassi del file di configurazione: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "errore nella scrittura del file di configurazione" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "errore nella scrittura del file di configurazione: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "errore del parser" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "puntatore di rete non valido in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "puntatore di rete non valido in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "questa rete esiste gi " -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "la rete %s ¨ gi  esistente" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "errore di system call" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "errore RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "errore chiamata GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Impossibile trovare la rete" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Impossibile trovare la rete: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Dominio non trovato" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Dominio non trovato: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Rete non trovata" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Rete non trovata: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "indirizzo MAC non valido" -#: src/virterror.c:684 +#: src/virterror.c:692 #, c-format msgid "invalid MAC address: %s" msgstr "indirizzo MAC non valido: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "autenticazione fallita" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "autenticazione fallita: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 msgid "Storage pool not found" msgstr "Storage pool non trovato" -#: src/virterror.c:696 +#: src/virterror.c:704 #, c-format msgid "Storage pool not found: %s" msgstr "Storage pool non trovato: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 msgid "Storage volume not found" msgstr "Volume di storage non trovato" -#: src/virterror.c:702 +#: src/virterror.c:710 #, c-format msgid "Storage volume not found: %s" msgstr "Volume di storage non trovato: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 msgid "invalid storage pool pointer in" msgstr "puntatore al pool di storage non valido in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, c-format msgid "invalid storage pool pointer in %s" msgstr "puntatore al pool di storage non valido in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 msgid "invalid storage volume pointer in" msgstr "puntatore al volume di storage non valido in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, c-format msgid "invalid storage volume pointer in %s" msgstr "puntatore al volume di storage non valido in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 msgid "Failed to find a storage driver" msgstr "Impossibile trovare un driver di storage" -#: src/virterror.c:720 +#: src/virterror.c:728 #, c-format msgid "Failed to find a storage driver: %s" msgstr "Impossibile trovare un driver di storage: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Impossibile trovare un driver di storage" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Impossibile trovare un driver di storage: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "puntatore al volume di storage non valido in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "puntatore di dominio non valido in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "dispositivo non trovato: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "dispositivo non trovato: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "assegnazione dominio in corso" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "Errore nel parsing della configurazione di rete '%s' : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "Errore nel parsing della configurazione di rete '%s' : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "Il parametro weight del credit scheduler (%d) ¨ fuori scala (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format 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:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocazione informazioni del dominio %d" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 msgid "failed to create a socket" msgstr "impossibile creare un socket" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 msgid "failed to connect to xend" msgstr "impossibile connettersi a xend" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "impossibile leggere da un demone Xen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Impossibile eseguire il fork come demone: %s" +msgstr "xend_get: errore del domene di xen: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: errore del demone di xen: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "assegnazione nuovo buffer" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "operazione fallita: %s" +msgstr "gethostbyname fallito: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "impossibile eseguire l'urlencode dell'S-Expr creata" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "informazioni del dominio incomplete, domid mancante" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "informazioni del dominio non corrette, domid non numerico" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "informazioni del dominio incomplete, uuid mancante" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "informazioni del dominio incomplete, nome mancante" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" msgstr "informazioni del dominio incomplete, loader HVM mancante" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "informazioni del dominio incomplete, kernel & bootloader mancante" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "Tipo di OS sconosciuto" +msgstr "Tipo di dispositivo a caratteri sconosciuto" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 -#, fuzzy +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "modalit  ottale malformata" +msgstr "stringa del dispositivo a caratteri malformata" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" +"memoria non disponibile per la configurazione del dispositivo a caratteri" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "Tipo di OS sconosciuto" +msgstr "Tipo di dispositivo a caratteri sconosciuto" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "informazioni del dominio incomplete, vbd non presenta dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "informazioni del dominio incomplete, vbd non presenta src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "impossibile analizzare il filename vbd, nome del driver mancante" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "impossibile analizzare il filename vbd, tipo di driver mancante" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "indirizzo MAC non valido: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "nodo dict inaspettato" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "tipo di auth sconosciuta '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "informazioni del dominio incomplete, id mancante" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "Tipo di OS sconosciuto %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "errore nel parsing delle informazioni sulla topologia" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "errore di sintassi della topologia" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "errore nel parsing delle informazioni del dominio Xend" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName impossibile trovare questo dominio" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Impossibile creare il pool %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "tipo di storage di volume non supportato %d" +msgstr "tipo di dispositivo input %s non supportato" -#: src/xend_internal.c:4029 -#, fuzzy +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "xenDaemonDomainDumpXMLByID impossibile trovare questo dominio" +msgstr "xenDaemonGetAutostart non ¨ riuscito a trovare questo dominio" -#: src/xend_internal.c:4070 -#, fuzzy +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "xenDaemonDomainDumpXMLByID impossibile trovare questo dominio" +msgstr "xenDaemonSetAutostart non ¨ riuscito a trovare questo dominio" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "nodo valore inaspettato" +msgstr "valore inaspettato da on_xend_start" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "memoria del nodo" +msgstr "memoria non disponibile" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "operazione fallita" +msgstr "sexpr2string fallito" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "Impossibile definire il pool %s" +msgstr "Errore nella ridefinizione di sexpr" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "on_xend_start non ¨ presente in sexpr" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "operazione fallita: %s" +msgstr "gethostname fallito: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "impossibile ottenere il nome host" +msgstr "impossibile eseguire strdup dell'hostname: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6893,7 +7385,7 @@ msgstr "" "xenDaemonDomainMigrate: Xen non supporta la rinomina del dominio durante la " "migrazione" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6901,238 +7393,248 @@ msgstr "" "xenDaemonDomainMigrate: Xen non supporta la limitazione di banda durante la " "migrazione" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: flag non supportato" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: URI non valido" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" "xenDaemonDomainMigrate: solo le migrazioni xenmigr:// sono supportate da Xen" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate: un hostname deve essere specificato nell'URI" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "strdup fallito" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: numero di porta non valido" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 msgid "failed to parse domain description" msgstr "errore nel parsing della descrizione del dominio" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Impossibile creare il dominio inattivo %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "non supportato in xendConfigVersion < 4" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "informazioni del dominio incomplete, nome mancante" +msgstr "informazioni del nodo incomplete, nome scheduler mancante" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "Errore sconosciuto" +msgstr "Scheduler sconosciuto" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "impossibile ottenere il nome host" +msgstr "Impossibile ottenere un nome per lo scheduler" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "informazioni del dominio incomplete, uuid mancante" +msgstr "informazioni del dominio incomplete, cpu_weight mancante" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "informazioni del dominio incomplete, uuid mancante" +msgstr "informazioni del dominio incomplete, cpu_cap mancante" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "domainBlockPeek non ¨ supportato per dom0" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: percorso non valido" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "impossibile aprire per la lettura: %s: %s" #: src/xend_internal.c:4748 -#, fuzzy -msgid "domainBlockPeek is not supported for dom0" -msgstr "ai_socktype non supportato" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "percorso non valido: %s" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "impossibile aprire in lettura %s" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Impossibile chiudere il file del pid '%s' : %s" +msgstr "Impossibile eseguire Iseek o la lettura dal file: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "tipo mime inaspettato" +msgstr "tipo di dominio %d inaspettato" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "tipo mime inaspettato" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "tipo di storage di volume non supportato %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "nodo valore inaspettato" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "loader di dominio HVM non presente" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype non supportato" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "nessun file di configurazione per %s" +msgstr "UUID nel file di configurazione malformato" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "parametro name config mancante" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "impossibile eseguire lo stat del file '%s': %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "nodo valore inaspettato" +msgstr "valore inaspettato da on_xend_start" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "nodo valore inaspettato" +msgstr "valore inaspettato da on_xend_start" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "nodo valore inaspettato" +msgstr "valore inaspettato da on_xend_start" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" -msgstr "collegamento in sola lettura" +msgstr "collegamento sola lettura" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "elencare domini inattivi" +msgstr "dominio non inattivo" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "impossibile creare il file di configurazione %s: %s" +msgstr "impossibile ripristinare il file di config per il dominio" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "nodo dict inaspettato" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 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:2254 +#: src/xm_internal.c:2288 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:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "Impossibile ripristinare il dominio da %s" +msgstr "impossibile rimuovere il vecchio dominio dalla mappa di configurazione" -#: src/xm_internal.c:2281 -#, fuzzy +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "Il nome del file di configurazione '%s/%s' ¨ troppo lungo" +msgstr "Il nome del file di configurazione ¨ troppo lungo" -#: src/xm_internal.c:2293 -#, fuzzy +#: src/xm_internal.c:2327 msgid "config" -msgstr "configFile" +msgstr "config" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "Impossibile verificare DimensioneMemoria corrente" +msgstr "impossibile ottenere l'ora attuale" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "errore di lettura del file di configurazione %s" +msgstr "impossibile conservare la gestione del file di configurazione" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "impossibile aprire il dispositivo %s" +msgstr "dispositivo sconosciuto" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Impossibile eliminare il collegamento di avvio automatico '%s': %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "errore nella creazione del file di log %s: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "errore nella creazione del file di log %s: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "Parametro per virXPathString() non valido" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "Parametro per virXPathNumber() non valido" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "Parametro per virXPathBoolean() non valido" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "Parametro per virXPathNode() non valido" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "Parameter per virXPathNodeSet() non valido" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "assegna array della stringa" #: src/xmlrpc.c:53 @@ -7175,6 +7677,10 @@ msgstr "assegna risposta" msgid "read response" msgstr "leggi risposta" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "assegna array della stringa" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "errore nel parsing della risposta del server" @@ -7183,322 +7689,309 @@ msgstr "errore nel parsing della risposta del server" msgid "allocate new context" msgstr "assegna nuovo contesto" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "impossibile connettersi allo Xen Store" -#~ msgid "Disk pools are not yet supported" -#~ msgstr "I pool di dischi non sono ancora supportati" - -#~ msgid "blocked" -#~ msgstr "bloccato" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "Domain config filename '%s' does not match domain name '%s'" -#~ msgstr "" -#~ "Il nome del file di configurazione di rete '%s' non coincide col nome " -#~ "della rete '%s'" +msgid "failed to allocate activeDomainList" +msgstr "Impossibile elencare i domini attivi" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "tipo di dispositivo target" +msgid "failed to allocate xsWatchList" +msgstr "impossibile assegnare spazio per ostype" -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nome della rete target" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "nessun vol di storage corrispondente al nome" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" +#: src/xs_internal.c:1057 #, fuzzy -#~ msgid "No storage for parent veth device name" -#~ msgstr "nessun vol di storage corrispondente al nome" +msgid "watch already tracked" +msgstr "il pool ¨ gi  attivo" +#: src/xs_internal.c:1073 #, fuzzy +msgid "reallocating list" +msgstr "assegnazione dominio in corso" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "impossibile allocare un nodo" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "Segnale %d ricevuto, invio ai driver in corso" + +#~ msgid "allocating conn->name" +#~ msgstr "allocazione conn->nome" + +#~ msgid "missing filesystem type" +#~ msgstr "tipo di filesystem mancante" + +#~ msgid "empty or invalid mount source" +#~ msgstr "sorgente di montaggio non valida o vuota" + #~ msgid "missing mount target" -#~ msgstr "percorso destinazione mancante" +#~ msgstr "destinazione di montaggio mancante" + +#~ msgid "empty or invalid mount target" +#~ msgstr "destinazione di montaggio non valida o vuota" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "impossibile generare uuid" +#~ msgstr "errore genezione uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "elemento uuid malformato" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "elemento name mancante" +#~ msgstr "elemento init mancante o non valido" + +#~ msgid "init string too long" +#~ msgstr "stringa init troppo lunga" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "Valore del parametro cap non valido" +#~ msgstr "Valore della memoria non valido" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "elemento root mancante" +#~ msgstr "elemento root non valido" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "informazioni sul nome del dominio mancanti" +#~ msgstr "tipo di dominio mancante" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "puntatore di dominio non valido in" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "puntatore di dominio non valido in" +#~ msgstr "id del dominio non valido" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "Impossibile ridefinire la VM attiva con il nome %s" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "errore nel controllo processo del contenitore: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "Impossibile creare la directory %s : %s" +#~ msgstr "impossibile aprire la cartella di configurazione %s: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "impossibile creare directory di avvio automatico %s: %s" +#~ msgstr "impossibile creare la cartella dello stato lxc %s: %s" -#, fuzzy #~ msgid "cannot construct tty pid file path" -#~ msgstr "impossibile costruire il percorso del file di configurazione" +#~ msgstr "impossibile costruire il percorso del file pid tty" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "impossibile creare il file di configurazione %s: %s" +#~ msgstr "impossibile creare il file pid tty %s: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Impossibile fdopen il file del pid '%s' : %s" +#~ msgstr "impossibile eseguire fdopen il file pid tty %s: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "impossibile scrivere il file di configurazione %s: %s" +#~ msgstr "impossibile scrivere il file pid tty %s: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "impossibile estendere il file '%s': %s" +#~ msgstr "impossibile aprire il file pid tty %s: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "impossibile creare il file di configurazione %s: %s" +#~ msgstr "impossibile leggere il file pid tty %s: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "impossibile eseguire %s\n" +#~ msgstr "errore di execl nell'esecuzione di init: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "Impossibile verificare DimensioneMemoria corrente" +#~ msgstr "Impossibile ottenere lo storage per il nome tty vm" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "operazione fallita: %s" +#~ msgstr "posix_openpt fallito: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "operazione fallita: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "operazione fallita: %s" +#~ msgstr "ptsname_r fallito: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "operazione fallita: %s" +#~ msgstr "epoll_ctl(fd2) fallita: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "impossibile ottenere gli attributi della tty: %s\n" +#~ msgstr "impossibile eseguire fork per il processo di forwarding di tty: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "operazione fallita: %s" +#~ msgstr "invio SIGTERM fallito: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "operazione fallita: %s" +#~ msgstr "invio SIGKILL al processo tty fallito: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "attesa del comando fallita: %s" +#~ msgstr "errore di waitpid nell'attesa per tty %d: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "operazione fallita: %s" +#~ msgstr "invio SIGKILL fallito: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "percorso destinazione mancante" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "Errore, un OPENVZ VM attivo possiede gi  un id '%s'" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "attributo autorizzazione host mancante" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "attributo autorizzazione host mancante" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "puntatore di dominio non valido in" +#~ msgstr "attributo del tipo di dominio non valido" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "puntatore di dominio non valido in" +#~ 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)" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "Nessun indirizzo IP nel file di config XML '%s' dato" + +#~ msgid "ipaddress length too long" +#~ msgstr "indirizzo ip troppo lungo" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "Impossibile creare memoria per la struttura 'ovz_ip'." + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "" +#~ "Nessun indirizzo della maschera di rete nel file di config xml '%s' dato" + +#~ msgid "netmask length too long" +#~ msgstr "maschera di rete troppo lunga" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "Nessun hostname nel file di config xml '%s' dato" + +#~ msgid "hostname length too long" +#~ msgstr "hostname troppo lungo" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "Nessun indirizzo gateway nel file di config xml '%s' dato" + +#~ msgid "gateway length too long" +#~ msgstr "gateway troppo lungo" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "" +#~ "Nessun indirizzo Nameserver presente nel file di config xml '%s' dato" + +#~ msgid "nameserver length too long" +#~ msgstr "nameserver troppo lungo" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "Errore nella creazione della memoria per la struttura 'ovz_ns'" + +#~ msgid "profile length too long" +#~ msgstr "profilo troppo lungo" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "alloca valore" +#~ msgstr "calloc fallito" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "Errore nell'analizzare le Opzioni per OPENVZ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "Errore nella creazione di OPENVZ VM" #~ msgid "failed to exec %s\n" #~ msgstr "impossibile eseguire %s\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "impossibile ottenere informazioni sul nodo" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Impossibile eliminare il bridge '%s': %s\n" - -#~ msgid "allocating priv->hostname" -#~ msgstr "allocazione priv->hostname" - -#~ msgid "uri params" -#~ msgstr "parametri uri" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "tipo di storage di volume non supportato %d" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "impossibile generare XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Impossibile allocare memoria per struct qemud_socket" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Impossibile allocare memoria per struct qemud_socket" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "non ci sono pool con nome corrispondente" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "puntatore di dominio non valido in %s" +#~ msgstr "Nome del dispositivo cdrom non valido: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "Tipo di bus non valido: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "Il nome del file di configurazione '%s/%s' ¨ troppo lungo" +#~ msgstr "Il nome della rete '%s' ¨ troppo lungo" -#, fuzzy #~ msgid "TAP interface name '%s' is too long" -#~ msgstr "Il nome del file di configurazione '%s/%s' ¨ troppo lungo" +#~ msgstr "Il nome '%s' dell'interfaccia TAP ¨ troppo lungo" -#, fuzzy #~ msgid "TAP script path '%s' is too long" -#~ msgstr "Percorso del link di avvio automatico '%s/%s' troppo lungo" +#~ msgstr "Percorso '%s' dello script di TAP ¨ troppo lungo" -#, fuzzy #~ msgid "TAP bridge path '%s' is too long" -#~ msgstr "Percorso del link di avvio automatico '%s/%s' troppo lungo" +#~ msgstr "Il percorso '%s' del bridge di TAP ¨ troppo lungo" -#, fuzzy #~ msgid "IP address '%s' is too long" -#~ msgstr "Il nome del file di configurazione '%s/%s' ¨ troppo lungo" +#~ msgstr "Indirizzo IP '%s' troppo lungo" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "Il nome del file di configurazione '%s/%s' ¨ troppo lungo" +#~ msgstr "Nome del modello '%s' troppo lungo" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "troppi dispositivi di avvio" +#~ msgstr "troppi dispositivi a caratteri" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "directory sorgente mancante" +#~ msgstr "modello audio mancante" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "puntatore di dominio non valido in %s" +#~ msgstr "modello audio '%s' non valido" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "nome del dominio o uuid" +#~ msgstr "nome del dominio troppo lungo" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "informazione del nodo" +#~ msgstr "informazioni della memoria malformate" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "informazioni vcpu del dominio" +#~ msgstr "informazioni vcpu malformate" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "informazioni vcpu del dominio" +#~ msgstr "informazioni della maschera vcpu malformate" + +#~ msgid "architecture type too long" +#~ msgstr "tipo di architettura troppo lunga" + +#~ msgid "machine type too long" +#~ msgstr "tipo di macchina troppo lunga" -#, fuzzy #~ msgid "kernel path too long" -#~ msgstr "dati di risposta di uno step SASL troppo lunghi %d" +#~ msgstr "percorso del kernel troppo lungo" + +#~ msgid "initrd path too long" +#~ msgstr "percorso initrd troppo lungo" + +#~ msgid "cmdline arguments too long" +#~ msgstr "argomenti cmdline troppo lunghi" + +#~ msgid "unsupported guest type" +#~ msgstr "tipo di guest non supportato" + +#~ msgid "emulator path too long" +#~ msgstr "percorso emulatore troppo lungo" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "Tipo di grafiche %s non supportate" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "impossibile allocare un nodo" +#~ msgstr "errore nell'assegnazione dello spazio per la stringa del disco" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "impossibile allocare un nodo" +#~ msgstr "errore nell'assegnazione dello spazio per la stringa di rete" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" +#~ msgstr "errore nell'assegnazione dello spazio per la stringa dell'input" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "impossibile allocare un nodo" +#~ msgstr "errore nell'assegnazione dello spazio per il dispositivo audio" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "impossibile allocare un nodo" +#~ msgstr "errore nell'assegnazione dello spazio per la stringa vm" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" +#~ msgstr "errore nell'assegnazione dello spazio per la stringa range" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "impossibile allocare un nodo" +#~ msgstr "errore nell'assegnazione dello spazio per la stringa network_def" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" +#~ msgstr "" +#~ "errore nell'assegnazione dello spazio per la stringa xmlXPathContext" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "nome o uuid della rete" +#~ msgstr "nome della rete troppo lungo" -#, fuzzy #~ msgid "forward device name '%s' is too long" -#~ msgstr "Il nome del file di configurazione '%s/%s' ¨ troppo lungo" +#~ msgstr "il nome dispositivo per l'inoltro '%s' ¨ troppo lungo" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "impossibile allocare un nodo" +#~ msgstr "errore nell'assegnazione dello spazio per la stringa network" #~ msgid "Error parsing QEMU guest config '%s' : %s" #~ msgstr "Errore nel parsing della configurazione guest di QEMU '%s' : %s" @@ -7516,9 +8009,6 @@ msgstr "impossibile connettersi allo Xen Store" #~ "Impossibile caricare la configurazione guest di QEMU '%s': memoria " #~ "esaurita" -#~ msgid "Error parsing network config '%s' : %s" -#~ msgstr "Errore nel parsing della configurazione di rete '%s' : %s" - #~ msgid "Failed to load network config '%s': out of memory" #~ msgstr "" #~ "Impossibile caricare la configurazione di rete '%s': memoria esaurita" @@ -7529,23 +8019,48 @@ msgstr "impossibile connettersi allo Xen Store" #~ msgid "Autostart link path '%s/%s' is too long" #~ msgstr "Percorso del link di avvio automatico '%s/%s' troppo lungo" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "assegnazione dominio in corso" +#~ msgstr "assegnazione maschera della cpu in corso" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "impossibile generare XML" +#~ msgstr "errore nella generazione dell'XML: memoria esaurita" #~ msgid "Resulting path to long for buffer in qemudInitPaths()" #~ msgstr "" #~ "Il percorso risultante ¨ troppo lungo per il buffer in qemudInitPaths()" -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Impossibile chiudere il bridge '%s': %s" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "impossibile impostare il ritardo inoltro del bridge su %d" -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Impossibile eliminare il collegamento di avvio automatico '%s': %s" +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "Impossibile impostare l'STP del bridge su %s" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM non collegato, impossibile modificare il media" + +#~ msgid "uri params" +#~ msgstr "parametri uri" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "tipo di storage backend sconosciuto %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "tipo di storage backend sconosciuto %d" + +#~ 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 "Disk pools are not yet supported" +#~ msgstr "I pool di dischi non sono ancora supportati" + +#~ msgid "volume name" +#~ msgstr "nome volume" + +#~ msgid "volume key" +#~ msgstr "chiave volume" #~ msgid "malformed xml document" #~ msgstr "documento xml malformato" @@ -7553,9 +8068,6 @@ msgstr "impossibile connettersi allo Xen Store" #~ msgid "domain" #~ msgstr "dominio" -#~ msgid "domain name" -#~ msgstr "nome del dominio" - #~ msgid "domain uuid" #~ msgstr "uuid del dominio" @@ -7598,81 +8110,65 @@ msgstr "impossibile connettersi allo Xen Store" #~ 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" + +#~ msgid "cannot write metadata length" +#~ msgstr "impossibile scrivere lunghezza dei metadata" + +#~ msgid "cannot write metadata" +#~ msgstr "impossibile scrivere i metadata" + +#~ msgid "cannot save domain data" +#~ msgstr "impossibile salvare i dati del dominio" + +#~ msgid "cannot save domain core" +#~ msgstr "impossibile salvare il core del dominio" + #~ msgid "too many networks" #~ msgstr "troppe reti" +#~ msgid "blocked" +#~ msgstr "bloccato" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "analisi stringa soundhw fallita." + #~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" #~ msgstr "xenDaemonDomainDumpXMLByID impossibile trovare questo dominio" -#, fuzzy +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: nome" + #~ msgid "cannot read XML domain definition" -#~ msgstr "carica file di definizione del dominio" +#~ msgstr "impossibile leggere la definizione del dominio XML" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "elemento root mancante" +#~ msgstr "elemento del dominio ad alto livello mancante" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "il dominio %s ¨ gi  esistente" +#~ msgstr "il tipo di dominio non ¨ valido" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "creazione contesto xpath" +#~ msgstr "impossibile creare il contesto XPath" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "parametro di configurazione uuid mancante" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "errore nella scrittura del file di configurazione" +#~ msgstr "impossibile scrivere il file di configurazione" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "impossibile allocare un nodo" +#~ msgstr "impossibile assegnare la stringa audio" + +#~ msgid "no model for sound device" +#~ msgstr "nessun modello per il dispositivo audio" #~ msgid "too many boot devices" #~ msgstr "troppi dispositivi di avvio" #~ msgid "invalid input device" #~ msgstr "dispositivo di input non valido" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Impossibile trovare la rete: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Impossibile trovare il record utente per l'uid '%d': %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "memoria esaurita durante l'allocazione dell'array" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "impossibile allocare elenco mech" - -#, fuzzy -#~ msgid "Cannot set group ownership when not running as root" -#~ msgstr "Impostazione gruppo impossibile quando non in esecuzione come root" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "errore in lettura: %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "impossibile allocare elenco mech" - -#~ msgid "Allowing PID %d running as root" -#~ msgstr "Concessione al PID %d di essere eseguito come root" - -#~ msgid "ret.ids.ids_len > maxids" -#~ msgstr "ret.ids.ids_len > maxids" - -#~ msgid "ret.info.info_len > maxinfo" -#~ msgstr "ret.info.info_len > maxinfo" - -#~ msgid "ret.cpumaps.cpumaps_len > maxinfo * maplen" -#~ msgstr "ret.cpumaps.cpumaps_len > maxinfo * maplen" - -#~ msgid "ret.names.names_len > maxnames" -#~ msgstr "ret.names.names_len > maxnames" diff --git a/po/ja.po b/po/ja.po index d27a6dadb3..75c3ce0c9a 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,779 +1,807 @@ # translation of ja.po to Japanese -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # Saori Fukuta . 2007. # # Noriko Mizumoto , 2006. # Kiyoto James Hashida , 2006. # Hyu_gabaru Ryu_ichi , 2007. -# Kiyoto Hashida , 2007. +# Kiyoto Hashida , 2007, 2008. msgid "" msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-12-15 13:56+0900\n" -"Last-Translator: Hyu_gabaru Ryu_ichi \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-21 14:33+1000\n" +"Last-Translator: Kiyoto Hashida \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" -msgstr "" +msgstr "ƒ›‚ıƒˆċç”¨‚˘ƒ‰ƒĴ‚ıƒ•‚ĦƒŸƒŞƒĵŻ‚µƒƒĵƒˆ•‚ŒĤ„›‚“" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "ċċ‰è§£ĉħşĞĉ–ĵ‘‚‹ä¸€ĉ™‚çš„éšœċ³" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flags ĞŻä¸ĉ­£Şċ€¤§™" + +#: gnulib/lib/gai_strerror.c:44 +msgid "Non-recoverable failure in name resolution" +msgstr "ċċ‰è§£ĉħşĞĉ–ĵ‘‚‹ċİċ…ƒä¸ċŻèƒ½Şéšœċ³" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family Ż‚µƒƒĵƒˆ•‚ŒĤ„›‚“" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“Ĥ障ċ³" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "ƒ›‚ıƒˆċĞé–˘é€£—Ÿ‚˘ƒ‰ƒĴ‚ıŻ‚‚Š›‚“" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "ƒİ‚¤ƒ–ƒİƒŞƒĵċ‘ĵċ‡ş—Œċ¤ħĉ•———Ÿ€‚µƒƒĵƒˆ•‚ŒĤ„Ş„ċŻèƒ½ĉ€§Œ‚‚Š™" +msgid "Name or service not known" +msgstr "ċċ‰‚‚‚µƒĵƒ“‚ı‚‚èĤ‹¤‹‚Š›‚“ " #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚şċ¤‰ĉ›´" +msgid "Servname not supported for ai_socktype" +msgstr "Servname Ż ai_socktype 用Ğ‚µƒƒĵƒˆŒ•‚ŒĤ„›‚“" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype Ż‚µƒƒĵƒˆ•‚ŒĤ„›‚“" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "‚·‚ıƒ†ƒ ‚¨ƒİƒĵ" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "ċĵ•ĉ•°ƒƒƒƒ•‚ĦƒĵŒċ°•™Ž™" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "‚·‚ıƒ†ƒ ‚³ƒĵƒĞ‚¨ƒİƒĵ" +msgid "Processing request in progress" +msgstr "èĤĉħ‚ƒ—ƒ­‚ğ‚ıŻé€²èĦŒä¸­§™" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "èĤĉħ‚Żċ–‚Šĉĥˆ•‚Œ—Ÿ" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "èĤĉħ‚Żċ–‚Šĉĥˆ•‚ŒĤ„›‚“" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "ċ…¨ĤèĤĉħ‚ŒċŸèĦŒ•‚Œ—Ÿ" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "äżĦċ·Ğ‚ˆ‚Šé˜ğĉ­˘•‚Œ—Ÿ" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "ƒ‘ƒİƒĦƒĵ‚żĉ–‡ċ­—ċˆ—Żĉ­£—‚³ƒĵƒ‰ċŒ–•‚ŒĤ„›‚“" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "不ĉ˜Ž" +msgstr "不ĉ˜ŽŞ‚¨ƒİƒĵ" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s' Ğ‚˘‚Ż‚ğ‚ı§›‚“: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen ƒ‡ƒĵƒ˘ƒ³‹‚‰èŞ­żèĵżĞċ¤ħĉ•———Ÿ" +msgstr "‚·‚°ƒŠƒĞƒ‘‚¤ƒ—‹‚‰èŞ­żèĵżĞċ¤ħĉ•———Ÿ: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "設ċš‚’ċ‰²‚Šċ½“Ĥ中" +msgstr "SIGHUP è¨­ċš‚’ċ†ƒ­ƒĵƒ‰—Ĥ„™" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“Ĥ§‚¨ƒİƒĵ: %s" +msgstr "ƒ‰ƒİ‚¤ƒƒĵċ†ƒ­ƒĵƒ‰ä¸­Ğ‚¨ƒİƒĵ" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "‚·‚°ƒŠƒĞ %d §‚·ƒ£ƒƒƒˆƒ€‚Ĥƒ³—Ĥ„™" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "予ĉœŸ—Ş„ value ƒŽƒĵƒ‰" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec ƒ•‚Ħ‚¤ƒĞè¨˜èż°ċ­ƒ•ƒİ‚°è¨­ċšĞċ¤ħĉ•—" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "non-blocking ƒ•‚Ħ‚¤ƒĞè¨˜èż°ċ­ƒ•ƒİ‚°è¨­ċšĞċ¤ħĉ•—" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "pid ƒ•‚Ħ‚¤ƒĞ '%s' ‚’é–‹Ğċ¤ħĉ•—: %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "pid ƒ•‚Ħ‚¤ƒĞ '%s' ‚’ fdopen ™‚‹Ğċ¤ħĉ•—: %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "pid ƒ•‚Ħ‚¤ƒĞ '%s' ĉ›¸èĵżĞċ¤ħĉ•—: %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "pid '%s' ‚’é–‰˜‚‹Ğċ¤ħĉ•—: %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "struct qemud_socket 用ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "‚½‚ħƒƒƒˆ %d èŞ­żèĵżĞċ¤ħĉ•———Ÿ\n" +msgstr "‚½‚ħƒƒƒˆä½œĉˆĞċ¤ħĉ•———Ÿ: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚½‚ħƒƒƒˆ‚’ '%s' Ğƒ‚¤ƒ³ƒ‰™‚‹Ğċ¤ħĉ•—: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "'%s' §ĉŽçĥš‚’ƒŞƒƒ‚ıƒ³™‚‹Ğċ¤ħĉ•—: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "‚µƒĵƒƒĵ‚¤ƒ™ƒ³ƒˆ‚³ƒĵƒĞƒƒƒ‚Żèż½ċŠ Ğċ¤ħĉ•—" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "‚½‚ħƒƒƒˆ: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "ƒ‚¤ƒ³ƒ‰: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "ƒŞƒƒ‚ıƒ³: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +msgstr "uid '%d' ƒĤƒĵ‚ĥƒĵ記録‚’èĤ‹¤‘‚‹“¨Œ§›‚“: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "結ĉžœ§ċ‡ş‚‹ƒ‘‚ıŻ qemudInitPaths() ƒƒƒƒ•‚ĦĞ¨£Ĥ長™Ž™" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "struct qemud_server ċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +msgstr "SASL èŞè¨ĵ %s ċˆĉœŸċŒ–Ğċ¤ħĉ•—" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "èŞè¨ĵĞċ¤ħĉ•———Ÿ: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit auth 用‚·‚ıƒ†ƒ ƒ‚ı¸ĉŽçĥšĞċ¤ħĉ•—: %s" #: qemud/qemud.c:955 +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" + +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: ċ¤ħĉ•—: ‚Żƒİ‚¤‚˘ƒ³ƒˆ DN Ż %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: èŞè¨ĵĞċ¤ħĉ•—: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵŻäżĦé ĵ§›‚“€‚" + +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +msgstr "remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵŻä¸ĉ˜ŽŞç™şèĦŒè€…‚’ĉŒĦ™" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵŻĉ’¤ċ›ž•‚Œ—Ÿ" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵŻċ‰ċ…¨§Ş„‚˘ƒĞ‚´ƒŞ‚şƒ ‚’ä½ż£Ĥ„" +"™" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: è¨ĵĉ˜Žè¨ĵŻ X.509 §Ż‚‚Š›‚“" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: ƒ”‚˘Œ‚‚Š›‚“" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init Żċ¤ħĉ•—" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵŻĉœŸé™ċˆ‡‚Œ§™" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" +"remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵŻ ‚˘‚Żƒ†‚£ƒ™ƒĵƒˆ•‚ŒĤ„›‚“" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆċŒşċˆċŻè¨ħċŻ•‚ŒŸ‚Żƒİ‚¤‚˘ƒ³ƒˆä¸€èĤ§" +"ïĵˆtls_allowed_dn_listïĵ‰Ğ ċ­˜ċœ¨—›‚“€‚'openssl x509 -in clientcert.pem -" +"text' ‚’ä½żç”¨—Ĥ€‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵċ†… ċŒşċˆċƒ•‚£ƒĵƒĞƒ‰‚’èĦ¨ç¤ş™‚‹‹€ċˆŻ" +"“ƒ‡ƒĵƒ˘ƒ³Ğ --verbose ‚ރ—‚·ƒ§ƒ³‚’ä𘁑ĤċŸèĦŒ—Ĥ—Ĥ下•„€‚" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵç˘şè¨ĵĞċ¤ħĉ•—" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate Œè¨­ċš•‚ŒĤŠ‚Š€ 不ĉ­£Şè¨ĵ" +"ĉ˜Žè¨ĵŻç„ĦèĤ–•‚Œ™" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵ‚’確è¨ĵ™‚‹Ğċ¤ħĉ•—: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "ĉŽçĥšċ—理Ğċ¤ħĉ•—: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "ç‰ıċˆĉ¨İ限‚’ĉŒ¤‚Żƒİ‚¤‚˘ƒ³ƒˆ %d 用 polkit auth ‚’‚ރ•Ğ—™" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "TLS ƒƒ³ƒ‰‚·‚§ƒĵ‚ŻĞċ¤ħĉ•—: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "èŞ­żèĵż: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "ĉ›¸èĵż: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "‚·‚°ƒŠƒĞƒƒ³ƒ‰ƒİƒĵŒ %d ‚¨ƒİƒĵ‚’ċ ħċ‘Š: ĉœ€ċŒ‚¨ƒİƒĵ: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "%s 設ċšƒŞ‚ıƒˆç”¨ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "%s 設ċšƒŞ‚ıƒˆċ€¤ç”¨ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" +"remoteReadConfigFile: %s: %s: ĉ–‡ċ­—ċˆ—€ċˆŻĉ–‡ċ­—ċˆ—ƒŞ‚ıƒˆ§‚‚‹ċż…èĤŒ‚‚Š" +"™\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: ç„ĦċŠıŞ‚ż‚¤ƒ—: %s ‚’ĉ‰€ĉŒ; %s ‚’ĉƒ³ċš\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċ†é–‹Ğċ¤ħĉ•———Ÿ" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸ƒ€ƒ³ƒ—Żċ¤ħĉ•———Ÿ" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: ‚µƒƒĵƒˆŞ„èލè¨ĵ %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "root ¨—ĤċŸèĦŒ—Ĥ„‚‹ċ ´ċˆŻ‚°ƒĞƒĵƒ—‚’設ċš§›‚“" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "‚°ƒĞƒĵƒ— '%s' ƒĞƒƒ‚Ż‚˘ƒƒƒ—Ğċ¤ħĉ•—" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "ƒ˘ƒĵƒ‰ '%s' ĉ§‹ĉ–‡è§£ĉžĞċ¤ħĉ•—" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "ƒ‡ƒĵƒ˘ƒ³¨—Ĥƒ•‚݃ĵ‚Ż™‚‹Ğċ¤ħĉ•—: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "ƒ‘‚¤ƒ—ä½œĉˆĞċ¤ħĉ•—: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s ‚°ƒĞƒĵƒ—ĉ‰€ĉœ‰ĉ¨İċ¤‰ĉ›´Ğċ¤ħĉ•—" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "‚·‚°ƒŠƒĞƒ‘‚¤ƒ—用‚³ƒĵƒĞƒƒƒ‚Żç™ğ録Ğċ¤ħĉ•—" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "ƒ—ƒ­‚°ƒİƒ ä¸ä¸€è‡´ïĵˆċŸéš› %x€ĉœŸċ…ċ€¤ %xïĵ‰" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "ƒƒĵ‚¸ƒ§ƒ³ä¸ä¸€è‡´ïĵˆċŸéš› %x€ĉœŸċ…ċ€¤ %xïĵ‰" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "ĉ–ıċ‘ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "‚ıƒ†ƒĵ‚ż‚ı (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "èŞè¨ĵĞċ¤ħĉ•———Ÿ" +msgstr "èŞè¨ĵŒċż…èĤ§™" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "不ĉ˜ŽŞ HTTP ‚¨ƒİƒĵ‚³ƒĵƒ‰ %d ‚’ċ–ċ———Ÿ" +msgstr "不ĉ˜ŽŞĉ‰‹çĥš§™: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "‚µƒĵƒƒĵċżœç­”è§£ĉžĞċ¤ħĉ•———Ÿ" +msgstr "args ĉ§‹ĉ–‡è§£ĉžĞċ¤ħĉ•—" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "ċ†…部‚¨ƒİƒĵ - ƒ‡‚£‚ıƒ‘ƒƒƒĉݟ能Œç„ĦċŠıŞ‚³ƒĵƒ‰ %d ‚’èż”——Ÿ" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "ƒ€ƒŸƒĵ長" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "èż”äżĦƒ˜ƒƒƒ€‚’‚·ƒŞ‚˘ƒĞċŒ–" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "ƒŞ‚żƒĵƒ³ĉ§‹é€ ‚’‚·ƒŞ‚˘ƒĞċŒ–" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "ƒŞ‚żƒĵƒ³‚¨ƒİƒĵ‚’‚·ƒŞ‚˘ƒĞċŒ–" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "ƒŞ‚żƒĵƒ³é•·‚’‚·ƒŞ‚˘ƒĞċŒ–" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "ĉŽçĥšŻĉ—˘Ğ開„Ĥ„™" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "ç„ĦċŠıŞĉŽçĥšƒ‚¤ƒ³‚żƒĵ" +msgstr "ĉŽçĥšŻé–‹„Ĥ„›‚“" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "ƒĦƒ˘ƒŞƒĵ不èĥ³" +msgstr "strdup §ƒĦƒ˘ƒŞƒĵ不èĥ³" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "ƒ‰ƒĦ‚¤ƒ³ŒèĤ‹¤‹‚Š›‚“" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams Żċ¤§éŽŽ™" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "不ĉ˜ŽŞ‚ż‚¤ƒ—" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "‚µ‚¤‚ş > ĉœ€ċ¤§ƒƒƒƒ•‚Ħ‚µ‚¤‚ş" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚˘ƒ‰ƒĴ‚ı %d ‚’解ĉħş§›‚“: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆŻç„ĦċŠıŞ SASL init èĤĉħ‚‚’èİĤèĦŒ——Ÿ" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "ƒ–ƒ­ƒƒ‚ŻçŠĥĉ…‹ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "sock ‚˘ƒ‰ƒĴ‚ı %d (%s) ċ–ċ—Ğċ¤ħĉ•—" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ”‚˘‚˘ƒ‰ƒĴ‚ı %d (%s) ċ–ċ—Ğċ¤ħĉ•—" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl ‚³ƒ³ƒ†‚­‚ıƒˆ‚ğƒƒƒˆ‚˘ƒƒƒ—Ğċ¤ħĉ•— %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "TLS cipher ‚µ‚¤‚ş‚’ċ—‚‹“¨Œ§›‚“" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL ċ¤–部 SSF %d (%s) ‚’設ċš§›‚“" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL ‚ğ‚­ƒƒŞƒ†‚£ƒ—ƒ­ƒ‘ƒ†‚£ %d (%s) ‚’設ċš§›‚“" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL ƒĦ‚Ѓ‹‚şƒ  %d (%s) ‚’ƒŞ‚ıƒˆ§›‚“" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "ƒĦ‚Ѓނıƒˆ‚’ċ‰²‚Šċ½“Ĥ§›‚“" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "ĉŽçĥš %d (%s) 上 SASL ssf ‚’‚Ż‚¨ƒŞ§›‚“" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "交ĉ¸‰ĉ¸ˆż SSF %d ċĵ·ċşĤŻċċˆ†§Ż‚‚Š›‚“" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "ĉŽçĥš %d (%s) 上 SASL ƒĤƒĵ‚ĥƒĵċ‚Ż‚¨ƒŞŒ§›‚“" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆƒĤƒĵ‚ĥƒĵċŒèĤ‹ä𘁋‚Š›‚“" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "ƒĦƒ˘ƒŞƒĵ不èĥ³" +msgstr "ƒĤƒĵ‚ĥƒĵċ‚³ƒ”ƒĵĉ™‚ĞƒĦƒ˘ƒŞƒĵ不èĥ³" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL ‚Żƒİ‚¤‚˘ƒ³ƒˆ %s Żƒ›ƒŻ‚¤ƒˆƒŞ‚ıƒˆċ†…§è¨ħċŻŒ‚‚Š›‚“" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆŻç„ĦċŠıŞ SASL 開ċ§‹èĤĉħ‚‚’èİĤ——Ÿ" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl 開ċ§‹Żċ¤ħĉ•— %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl 開ċ§‹ċżœç­”ƒ‡ƒĵ‚żŻé•·™Ž™ %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl ĉ‰‹é †Żċ¤ħĉ•— %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl ĉ‰‹é †ċżœç­”ƒ‡ƒĵ‚żŻé•·™Ž™ %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆŻ‚µƒƒĵƒˆ•‚ŒĤ„Ş„ SASL init èĤĉħ‚‚’èİĤ——Ÿ" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆŻ‚µƒƒĵƒˆ•‚ŒĤ„Ş„ SASL 開ċ§‹èĤĉħ‚‚’èİĤ——Ÿ" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆŻ‚µƒƒĵƒˆ•‚ŒĤ„Ş„ SASL ĉ‰‹é †èĤĉħ‚‚’èİĤ——Ÿ" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆŻç„ĦċŠıŞ PolicyKit init èĤĉħ‚‚’èİĤ——Ÿ" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "ƒ”‚˘‚½‚ħƒƒƒˆè­˜ċˆ‚’ċ—‚‹“¨Œċ‡şĉ›‚“" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "%d ¨—ĤċŸèĦŒ—Ĥ„‚‹ PID %d ‚’ƒ‚§ƒƒ‚Ż—Ĥ„™" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "policy kit ‚³ƒĵƒİƒĵƒĞƒƒ‚Ż‚˘ƒƒƒ—Ğċ¤ħĉ•—: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "ċœĉ­˘ä¸­ƒ‰ƒĦ‚¤ƒ³ %s ä½œĉˆĞċ¤ħĉ•———Ÿ\n" +msgstr "polkit ‚˘‚Ż‚·ƒ§ƒ³ %s ä½œĉˆĞċ¤ħĉ•— \n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "ċœĉ­˘ä¸­ƒ‰ƒĦ‚¤ƒ³ %s ä½œĉˆĞċ¤ħĉ•———Ÿ\n" +msgstr "polkit ‚³ƒ³ƒ†‚­‚ıƒˆ %s ä½œĉˆĞċ¤ħĉ•—\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" -msgstr "" +msgstr "Policy kit Żèލè¨ĵ %d %s ç˘şèލĞċ¤ħĉ•———Ÿ" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" +"ƒƒŞ‚·ƒĵŻ %s Ğ¤„Ĥ pid %d ¨ uid %d ‹‚‰‚˘‚Ż‚·ƒ§ƒ³‚’è¨ħċŻ——Ÿ€‚結ĉžœ " +"%s" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆŻ‚µƒƒĵƒˆ•‚ŒĤ„Ş„ PolicyKit init èĤĉħ‚‚’èİĤ——Ÿ" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“" +msgstr "storage_pool ŒèĤ‹¤‹‚Š›‚“" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“" +msgstr "storage_vol ŒèĤ‹¤‹‚Š›‚“" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "ƒ‡ƒ‚¤‚ıŻèĤ‹¤‹‚Š›‚“: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ç„ĦċŠıŞ uuid èĤç´ " + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (長•€ċ˜èޞ)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (長•€ċ˜èޞ)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -797,7 +825,6 @@ msgid "expecting a separator in list" msgstr "一èĤ§Ğ‚ğƒ‘ƒĴƒĵ‚żƒĵ‚’äşˆĉœŸ—Ĥ„™" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" msgstr "一èĤ§Œ ] §é–‰˜‚‰‚ŒĤ„›‚“" @@ -813,8 +840,8 @@ msgstr "‚ğƒ‘ƒĴƒĵ‚żƒĵ‚’äşˆĉœŸ—Ĥ„™" msgid "expecting an assignment" msgstr "ċ‰²‚Šċ½“Ĥ‚’äşˆĉœŸ—Ĥ„™" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "ƒƒƒƒ•‚Ħ‚’ċ‰²‚Šċ½“Ĥ" @@ -827,3220 +854,3561 @@ msgid "failed to save content" msgstr "ċ†…ċıäżċ­˜Ğċ¤ħĉ•———Ÿ" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "tty '%s' ‚’é–‹‘›‚“: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty ċħžĉ€§‚’ċ–ċ—§›‚“: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty ċħžĉ€§‚’‚ğƒƒƒˆ§›‚“: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "I/O ‚’ċ…Ħċ—‘中Ğċ¤ħĉ•—: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "ċ…ċŠ›èŞ­żèĵż§ċ¤ħĉ•—: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "ċ‡şċŠ›ĉ›¸èĵż§ċ¤ħĉ•—: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "ĉŽçĥš‚’ċ‰²‚Šċ½“Ĥ中" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċ‰²‚Šċ½“Ĥ中" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸ƒ‰ƒĦ‚¤ƒ³èż½ċŠ Ğċ¤ħĉ•———Ÿ" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨ĞŞ„ƒ‰ƒĦ‚¤ƒ³§™" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ‰²‚Šċ½“Ĥ中" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸ƒƒƒƒˆƒŻƒĵ‚Żèż½ċŠ Ğċ¤ħĉ•———Ÿ" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨ĞŞ„ƒƒƒƒˆƒŻƒĵ‚Ż§™" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞ‚’ċ‰²‚Šċ½“Ĥ中" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞèż½ċŠ Ğċ¤ħĉ•—" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨Ğƒ—ƒĵƒĞŒ‚‚Š›‚“" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ċ‰²‚Šċ½“Ĥ中" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ èż½ċŠ Ğċ¤ħĉ•———Ÿ" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨ĞƒœƒŞƒƒĵƒ Œ‚‚Š›‚“" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ċ‰²‚Šċ½“Ĥ中" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "ƒŽƒĵƒ‰ċ†…ċı‚’‚³ƒ”ƒĵ中" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ èż½ċŠ Ğċ¤ħĉ•———Ÿ" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨ĞƒœƒŞƒƒĵƒ Œ‚‚Š›‚“" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞ‚ż‚¤ƒ— %s" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" +msgstr "不ĉ˜ŽŞƒ–ƒĵƒˆƒ‡ƒ‚¤‚ı: '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "ç„ĦċŠıŞƒ•ƒ­ƒƒƒ”ƒĵƒ‡ƒ‚¤‚ıċ: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "ç„ĦċŠıŞƒƒĵƒ‰ƒ‡‚£‚ı‚Żƒ‡ƒ‚¤‚ıċ: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "ƒ•ƒ­ƒƒƒ”ƒĵƒ‡‚£‚ı‚ŻĞç„ĦċŠıŞƒ‚ı‚ż‚¤ƒ— '%s'" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" +msgstr "ƒ•ƒ­ƒƒƒ”ƒĵƒ‡‚£‚ı‚ŻĞç„ĦċŠıŞƒ‚ı‚ż‚¤ƒ— '%s'" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +" §ĉŒ‡ċš—Ÿ 'network' ċħžĉ€§Ż‚‚Š›‚“" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr " §ĉŒ‡ċš—Ÿ 'dev' ċħžĉ€§Ż‚‚Š›‚“" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "‚½‚ħƒƒƒˆ‚¤ƒ³‚żƒĵƒ•‚§‚¤‚ı§ĉŒ‡ċš—Ÿ 'port' ċħžĉ€§Ż‚‚Š›‚“" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr "‚½‚ħƒƒƒˆ‚¤ƒ³‚żƒĵƒ•‚§‚¤‚ı‚’ĉŒ¤ 'port' ċħžĉ€§‚’ĉ§‹ĉ–‡è§£ĉž§›‚“" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "‚½‚ħƒƒƒˆ‚¤ƒ³‚żƒĵƒ•‚§‚¤‚ı§ĉŒ‡ċš—Ÿ 'address' ċħžĉ€§Ż‚‚Š›‚“" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "ƒ˘ƒ‡ƒĞċŻç„ĦċŠıŞĉ–‡ċ­—‚’ċĞ‚“§„™" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "char ƒ‡ƒ‚¤‚ı用‚½ƒĵ‚ıƒ‘‚ıċħžĉ€§Œ‚‚Š›‚“" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "char ƒ‡ƒ‚¤‚ı‚½ƒĵ‚ıƒ›‚ıƒˆċħžĉ€§Œ‚‚Š›‚“" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "char ƒ‡ƒ‚¤‚ı‚½ƒĵ‚ı‚µƒĵƒ“‚ıċħžĉ€§Œ‚‚Š›‚“" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "ċ…ċŠ›ƒ‡ƒ‚¤‚ı‚ż‚¤ƒ—Œ‚‚Š›‚“" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞƒ–ƒĵƒˆƒ‡ƒ‚¤‚ı: '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 ƒ‚ıŻ %s ċ…ċŠ›ƒ‡ƒ‚¤‚ı‚’‚µƒƒĵƒˆ—›‚“" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "‚µƒƒĵƒˆŞ„ċ…ċŠ›ƒ‚ı %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" +msgstr "xen ƒ‚ıŻ %s ċ…ċŠ›ƒ‡ƒ‚¤‚ı‚’‚µƒƒĵƒˆ—›‚“" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "ċ…ċŠ›ƒ‡ƒ‚¤‚ı‚ż‚¤ƒ—Œ‚‚Š›‚“" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "不ĉ˜ŽŞƒ‡ƒ‚¤‚ı‚ż‚¤ƒ—" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "%s 用è¨­ċš‚’ċ‰Šé™¤§›‚“" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞ‚µ‚Ĥƒ³ƒ‰ƒ˘ƒ‡ƒĞ‚ż‚¤ƒ—" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’èŞ­żèĵ‚›‚“: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ‡ƒ‚¤‚ı %s ‚’é–‹‘›‚“" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "%s ‚’èŞ­żèĵ‚›‚“: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "ƒ‡ƒ‚¤‚ı %s ‚’é–‹‘›‚“" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "不èĥ³ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ›‚ıƒˆŒ‚‚Š›‚“" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞƒ–ƒĵƒˆƒ‡ƒ‚¤‚ı: '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞƒ–ƒĵƒˆƒ‡ƒ‚¤‚ı: '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ›‚ıƒˆŒ‚‚Š›‚“" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "不ĉ˜ŽŞƒ›‚ıƒˆ %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ—§™: %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "root èĤç´ Œ‚‚Š›‚“" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "不ĉ˜ŽŞƒ‡ƒ‚¤‚ı‚ż‚¤ƒ—" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "xmlXPathContext 用é ˜ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ—ċħžĉ€§Œ‚‚Š›‚“" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" +msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ—" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "UUID ç”ŸĉˆĞċ¤ħĉ•———Ÿ: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆ uuid èĤç´ " -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "ƒĦƒ˘ƒŞƒĵèĤç´ Œ‚‚Š›‚“" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "予ĉœŸ—Ş„ƒ‡ƒĵ‚ż '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "OS ‚ż‚¤ƒ—Œ‚‚Š›‚“" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„‚˘ƒĵ‚­ƒ†‚Żƒƒ£" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ıŒ‚‚Š›‚“" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞƒ–ƒĵƒˆƒ‡ƒ‚¤‚ı: '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ‚¤ƒ³ƒ‰: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ä¸€ĉ™‚ċœĉ­˘Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€ĉ™‚ċœĉ­˘Ğċ¤ħĉ•———Ÿ" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "不ĉ˜ŽŞƒ›‚ıƒˆ %s" +msgstr "間違ˆŸ root èĤç´ " -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "ƒˆƒƒ­‚¸ƒĵ cpuset ĉ§‹ĉ–‡‚¨ƒİƒĵ" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "予ĉœŸ—Ş„ dict ƒŽƒĵƒ‰" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "予ĉœŸ—Ş„ value ƒŽƒĵƒ‰" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "設ċšƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’作ĉˆ§›‚“: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞ %s ‚’作ĉˆ§›‚“: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞ %s ĉ›¸èĵżŒ§›‚“: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞ %s ‚’保ċ­˜§›‚“: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞ '%s' ‚’é–‹Ğċ¤ħĉ•—: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "%s 用è¨­ċš‚’ċ‰Šé™¤§›‚“" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "不ĉ˜ŽŞ virt ‚ż‚¤ƒ—" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "ĉŽçĥš‚’ċ‰²‚Šċ½“Ĥ中" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċ‰²‚Šċ½“Ĥ中" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸ƒ‰ƒĦ‚¤ƒ³èż½ċŠ Ğċ¤ħĉ•———Ÿ" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨ĞŞ„ƒ‰ƒĦ‚¤ƒ³§™" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ‰²‚Šċ½“Ĥ中" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸ƒƒƒƒˆƒŻƒĵ‚Żèż½ċŠ Ğċ¤ħĉ•———Ÿ" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨ĞŞ„ƒƒƒƒˆƒŻƒĵ‚Ż§™" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“Ĥ中" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸ƒƒƒƒˆƒŻƒĵ‚Żèż½ċŠ Ğċ¤ħĉ•———Ÿ" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨ĞŞ„ƒ‰ƒĦ‚¤ƒ³§™" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“Ĥ中" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸ƒƒƒƒˆƒŻƒĵ‚Żèż½ċŠ Ğċ¤ħĉ•———Ÿ" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨ĞŞ„ƒ‰ƒĦ‚¤ƒ³§™" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "ċŸèĦŒ§›‚“§—Ÿ" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "èŞ­żèĵżĞċ¤ħĉ•———Ÿ" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "‚½‚ħƒƒƒˆ %d ĉ›¸èĵżĞċ¤ħĉ•———Ÿ\n" +msgstr "äğ下¸ĉ›¸èĵżĞċ¤ħĉ•———Ÿ" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s ‹‚‰ƒƒƒƒˆƒŻƒĵ‚Żä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ä½œĉˆĞċ¤ħĉ•———Ÿ: %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" +msgstr "iptables ƒĞƒĵƒĞ  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ: %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" +"ƒ†ƒĵƒ–ƒĞ '%s' ċ†…ƒ‚§ƒĵƒ³ '%s'‹‚‰ iptables ƒĞƒĵƒĞ '%s' ċ‰Šé™¤Ğċ¤ħĉ•—: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "ƒ†ƒĵƒ–ƒĞ '%s'ċ†…ƒ‚§ƒĵƒ³'%s' ¸ iptables ƒĞƒĵƒĞ '%s' èż½ċŠ Ğċ¤ħĉ•—: %s" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "ĉŽçĥš URI ĉ§‹ĉ–‡è§£ĉžŒ§›‚“§—Ÿ" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "ĉŽçĥš‚’ċ‰²‚Šċ½“Ĥ中" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "ĉŽçĥšċ—理Ğċ¤ħĉ•—: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒĉ­£—‚‚Š›‚“€domid Żĉ•°ċ€¤§Ż‚‚Š›‚“" +msgstr "domainMigratePrepare Ż uri ‚’‚ğƒƒƒˆ—›‚“§—Ÿ" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare Ż uri ‚’‚ğƒƒƒˆ—›‚“§—Ÿ" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "ƒ‘‚ıŻ NULL §™" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "ƒ•ƒİ‚°Ż‚ĵƒ­§Ş‘‚Œ°Ş‚Š›‚“" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "ƒƒƒƒ•‚ĦŻ NULL §™" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "ƒ•ƒİ‚°ƒ‘ƒİƒĦƒĵ‚żŻ VIR_MEMORY_VIRTUAL §Ş‘‚Œ°Ş‚Š›‚“" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "ƒƒƒƒ•‚ĦŻ NULL §™Œ€‚µ‚¤‚şŻ‚ĵƒ­§Ż‚‚Š›‚“" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "ƒ‰ƒİ‚¤ƒƒĵċ†ƒ­ƒĵƒ‰ä¸­Ğ‚¨ƒİƒĵ" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "setsid Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "value array ċ‰²‚Šċ½“Ĥ" +msgstr "ioctl(TIOCSTTY) Żċ¤ħĉ•—: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "dup2(stdin) Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "dup2(stdout) Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "dup2(stderr) Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "‚³ƒ³ƒ†ƒŠċĉ–‡ċ­—ċˆ—ċ‰²‚Šċ½“ĤŒ§›‚“" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "ċœĉ­˘ä¸­ƒ‰ƒĦ‚¤ƒ³ %s ä½œĉˆĞċ¤ħĉ•———Ÿ\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚½‚ħƒƒƒˆ‚’ '%s' Ğƒ‚¤ƒ³ƒ‰™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "'%s' ä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚½‚ħƒƒƒˆ‚’ '%s' Ğƒ‚¤ƒ³ƒ‰™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "‚³ƒ³ƒ†ƒŠç”¨Ğ /proc ‚’ƒž‚Ĥƒ³ƒˆ™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "‚³ƒ³ƒ†ƒŠç”¨Ğ /proc ‚’ƒž‚Ĥƒ³ƒˆ™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %s ä½œĉˆĞċ¤ħĉ•—: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "‚³ƒ³ƒ†ƒŠç”¨ %s Ğ %s ‚’ƒž‚Ĥƒ³ƒˆ™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞ '%s' ‚’é–‹Ğċ¤ħĉ•—: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "‚³ƒ³ƒ†ƒŠç”¨Ğ /proc ‚’ƒž‚Ĥƒ³ƒˆ™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() Żç„ĦċŠıŞ vm ċšçİ‚’ĉ¸Ħ——Ÿ" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "open(%s) Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "value array ċ‰²‚Šċ½“Ĥ" +msgstr "clone() Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s ‹‚‰ƒœƒŞƒƒĵƒ ä½œĉˆĞċ¤ħĉ•———Ÿ" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "‚½‚ħƒƒƒˆä½œĉˆĞċ¤ħĉ•———Ÿ: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "‚½‚ħƒƒƒˆ %d èŞ­żèĵżĞċ¤ħĉ•———Ÿ\n" +msgstr "‚½‚ħƒƒƒˆä½œĉˆĞċ¤ħĉ•———Ÿ: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚½‚ħƒƒƒˆ‚’ '%s' Ğƒ‚¤ƒ³ƒ‰™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚½‚ħƒƒƒˆ‚’ '%s' Ğƒ‚¤ƒ³ƒ‰™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "fd %d èŞ­żèĵżŻċ¤ħĉ•———Ÿ: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "fd %d ¸ĉ›¸èĵżŻċ¤ħĉ•———Ÿ: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "epoll_create(2) Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "epoll_ctl(fd1) Żċ¤ħĉ•—: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "epoll_ctl(fd1) Żċ¤ħĉ•—: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "‚¨ƒİƒĵ‚¤ƒ™ƒ³ƒˆ %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "epoll_wait() Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċĵ·ċˆĥċœĉ­˘Ğċ¤ħĉ•———Ÿ" +msgstr "ƒœƒŞƒƒĵƒ  %s ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "unlockpt Żċ¤ħĉ•———Ÿ: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "pid ƒ•‚Ħ‚¤ƒĞ '%s' ĉ›¸èĵżĞċ¤ħĉ•—: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %d ¸ argv ‚’ĉ›¸èĵ‚›‚“: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %d ‚’終了§›‚“: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ‰ƒİ‚¤ƒƒĵĉ¤œċ‡şĞċ¤ħĉ•———Ÿ: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "VM ċċ‰ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "ƒ‰ƒĦ‚¤ƒ³ id ŸŻ uuid" +msgstr "ƒžƒƒƒ™‚‹ uuid ‚’ĉŒ¤ƒ‰ƒĦ‚¤ƒ³Ż‚‚Š›‚“" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "ç¨ĵċƒä¸­ƒ‰ƒĦ‚¤ƒ³Żċ‰Šé™¤§›‚“" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "ç¨ĵċƒä¸­ƒ‰ƒĦ‚¤ƒ³Żċ‰Šé™¤§›‚“" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "waitpid Ż‚³ƒ³ƒ†ƒŠ %d ¸ċ…ĉİŸĞċ¤ħĉ•———Ÿ: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı‚’ĉŽçĥš™‚‹Ğä½ż‚‚Œ‚‹‚ı‚ŻƒŞƒ—ƒˆ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s ‹‚‰ƒ‡ƒ‚¤‚ıèż½ċŠ Ğċ¤ħĉ•———Ÿ" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚½‚ħƒƒƒˆ‚’ '%s' Ğƒ‚¤ƒ³ƒ‰™‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "char ƒ‡ƒ‚¤‚ı用é ˜ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "‚½‚ħƒƒƒˆ %d èŞ­żèĵżĞċ¤ħĉ•———Ÿ\n" +msgstr "‚½‚ħƒƒƒˆä½œĉˆĞċ¤ħĉ•———Ÿ: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen Store ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "tty pid ƒ•‚Ħ‚¤ƒĞ '%s' ‚’é–‰˜‚‹Ğċ¤ħĉ•—: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' çµħ計Œċ‡şĉ›‚“: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "ƒ­‚°ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’作ĉˆ§›‚“: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞ '%s' ‚’é–‹Ğċ¤ħĉ•—: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "pid ƒ•‚Ħ‚¤ƒĞ '%s' ‚’é–‹Ğċ¤ħĉ•—: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "ƒ‰ƒĦ‚¤ƒ³ id ŸŻ uuid" +msgid "no domain named %s" +msgstr "ƒ‰ƒĦ‚¤ƒ³ċ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %d ‚’ĉŒ¤ƒ‰ƒĦ‚¤ƒ³Ż‚‚Š›‚“" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "ċċ‰" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "不ĉ˜ŽŞ HTTP ‚¨ƒİƒĵ‚³ƒĵƒ‰ %d ‚’ċ–ċ———Ÿ" +msgstr "不ĉ˜ŽŞĉ‰‹çĥš§™: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċ†é–‹Ğċ¤ħĉ•———Ÿ" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ç„ĦċŠıŞƒ‘‚ı§™: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode() ¸ç„ĦċŠıŞƒ‘ƒİƒĦƒĵ‚ż" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚˘ƒ‰ƒĴ‚ı %d ‚’解ĉħş§›‚“: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚˘ƒ‰ƒĴ‚ı %d ‚’解ĉħş§›‚“: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚˘ƒ‰ƒĴ‚ı %d ‚’解ĉħş§›‚“: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ˜ƒƒƒ€ƒĵ'%s' ‚’èŞ­żèĵ‚›‚“: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "èĤĉħ‚‚’èğ˘é€—Ĥ„™Œ€IPv4 ‚˘ƒ‰ƒĴ‚ı/ƒƒƒƒˆƒž‚ı‚ŻŒ‚‚Š›‚“" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "autostart ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’作ĉˆ§›‚“: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Żè¨­ċšƒ•‚Ħ‚¤ƒĞċ '%s' ŻƒƒƒƒˆƒŻƒĵ‚Żċ '%s' Ğ一致—›‚“" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s 用è¨­ċšƒ•‚Ħ‚¤ƒĞŻ‚‚Š›‚“" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s è‡Şċ‹•èµ·ċ‹•Ğċ¤ħĉ•—: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d' ƒĤƒĵ‚ĥƒĵ記録‚’èĤ‹¤‘‚‹“¨Œ§›‚“: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf ċ†…§ƒĦƒ˘ƒŞƒĵ不èĥ³§™" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: ƒĦƒ˘ƒŞƒĵ不èĥ³§™" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables ƒĞƒĵƒĞ‚’ċ†ƒ­ƒĵƒ‰ä¸­" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv 用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "‚µƒĵƒƒĵ用 IP ‚˘ƒ‰ƒĴ‚ıŒŞ„¨ dhcp ƒ‡ƒĵƒ˘ƒ³‚’é–‹ċ§‹§›‚“" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "'%s' ‹‚‰èğ˘é€™‚‹Ÿ‚ iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•———Ÿ: %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "'%s' ¸èğ˘é€‚’è¨ħċŻ™‚‹ iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•— : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "ƒž‚ı‚ЃĴƒĵƒ‰‚’ĉœ‰ċŠıĞ™‚‹ç‚ş iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•—: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"'%s' ‹‚‰ƒĞƒĵƒ†‚£ƒ³‚°‚’è¨ħċŻ™‚‹ç‚ş iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•— : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "'%s' ¸ƒĞƒĵƒ†‚£ƒ³‚°‚’è¨ħċŻ™‚‹ç‚ş iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•— : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP ƒ†ƒĵƒ–ƒĞ‚µƒƒĵƒˆç”¨é ˜ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "'%s' ‹‚‰ DHCP èĤĉħ‚‚’è¨ħċŻ™‚‹ç‚ş iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•— : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "'%s' ‹‚‰ DNS èĤĉħ‚‚’è¨ħċŻ™‚‹ç‚ş iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•—: %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"'%s' ‹‚‰ 発äżĦƒˆƒİƒ•‚£ƒƒ‚Ż‚’é˜ğĉ­˘™‚‹ç‚ş iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•—: %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"'%s' ¸ ċ—äżĦƒˆƒİƒ•‚£ƒƒ‚Ż‚’é˜ğĉ­˘™‚‹ç‚ş iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħĉ•—: %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"'%s' 上‚Żƒ­‚ıƒ–ƒŞƒƒ‚¸ƒˆƒİƒ•‚£ƒƒ‚Ż‚’è¨ħċŻ™‚‹ç‚ş iptables ƒĞƒĵƒĞèż½ċŠ Ğċ¤ħ" +"ĉ•— : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŻ™§Ğ‚˘‚Żƒ†‚£ƒ–§™" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "ƒ–ƒŞƒƒ‚¸‚µƒƒĵƒˆ‚’ċˆĉœŸċŒ–§›‚“: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "ƒ–ƒŞƒƒ‚¸'%s' ‚’作ĉˆ§›‚“ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "ƒ–ƒŞƒƒ‚¸ '%s 上 IP ‚˘ƒ‰ƒĴ‚ı‚’ '%s' Ğ‚ğƒƒƒˆ§›‚“: %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "ƒ–ƒŞƒƒ‚¸ '%s 上 ƒƒƒƒˆƒž‚ı‚Ż‚’ '%s' Ğ‚ğƒƒƒˆ§›‚“: %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "ƒ–ƒŞƒƒ‚¸ '%s' ‚’çĞ‹Ħ上’‚‹Ğċ¤ħĉ•—: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP ƒ›ƒŻƒĵƒ‡‚£ƒ³‚°‚’ĉœ‰ċŠıĞ™‚‹Ğċ¤ħĉ•—: %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "ƒ–ƒŞƒƒ‚¸ '%s' ‚’ċœĉ­˘™‚‹Ğċ¤ħĉ•—: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "ƒ–ƒŞƒƒ‚¸ '%s' ‚’ċ‰Šé™¤™‚‹Ğċ¤ħĉ•—: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż '%s' ‚·ƒ£ƒƒƒˆƒ€‚Ĥƒ³Ğċ¤ħĉ•—" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq 用äşˆĉœŸ—Ş„ pid ‚’ċ——Ÿ" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "一致™‚‹ uuid ƒƒƒƒˆƒŻƒĵ‚ŻŻ‚‚Š›‚“" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "一致™‚‹ċċ‰ƒƒƒƒˆƒŻƒĵ‚ŻŻ‚‚Š›‚“" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŻ™§Ğ‚˘‚Żƒ†‚£ƒ–§™" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "一致™‚‹ id ‚’ĉŒ¤ƒƒƒƒˆƒŻƒĵ‚ŻŻ‚‚Š›‚“" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Żƒ–ƒŞƒƒ‚¸ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "'%s' ¸‚·ƒ³ƒœƒĞƒŞƒ³‚Ż %s ä½œĉˆĞċ¤ħĉ•———Ÿ: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "‚·ƒ³ƒœƒĞƒŞƒ³‚Ż'%s' ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "一致™‚‹ċċ‰‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Ż‚‚Š›‚“" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "ċŸèĦŒä¸­ %s ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵƒƒĵ‚¸ƒ§ƒ³‚’ĉŠ½ċ‡ş§›‚“\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ§‹ĉ–‡‚¨ƒİƒĵ: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "ĉŽçĥš URI ĉ§‹ĉ–‡è§£ĉžŒ§›‚“§—Ÿ" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "ĉŽçĥš URI ĉ§‹ĉ–‡è§£ĉžŒ§›‚“§—Ÿ" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żƒ•‚Ħ‚¤ƒĞċ‚’解ĉħşä¸­" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "ç„ĦċŠıŞ MAC ‚˘ƒ‰ƒĴ‚ı" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC ‚˘ƒ‰ƒĴ‚ı" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ" +msgstr "popen Żċ¤ħĉ•———Ÿ" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "vzlist ċ‡şċŠ›ĉ§‹ĉ–‡è§£ĉžĞċ¤ħĉ•———Ÿ" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ§‹ĉ–‡‚¨ƒİƒĵ: %s" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞċ†… UUID Żç•°ċ¸¸ċ½˘ĉˆ" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "ĉŽçĥš URI ĉ§‹ĉ–‡è§£ĉžŒ§›‚“§—Ÿ" +msgstr "%s 用è¨­ċš‚’ċ‰Šé™¤§›‚“" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż ċŸèĦŒä¸­§™" +msgstr "ƒ‰ƒĦ‚¤ƒ³Żç¨ĵċƒ—Ĥ„›‚“" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "ç„ĦċŠıŞƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ ‚ż‚¤ƒ—" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%s ĞĉŽçĥš§›‚“§—Ÿ" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "ç¨ĵċƒä¸­ƒ‰ƒĦ‚¤ƒ³Żċ‰Šé™¤§›‚“" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż ċŸèĦŒä¸­§™" +msgstr "ƒ‰ƒĦ‚¤ƒ³Żç¨ĵċƒä¸­çŠĥĉ…‹§Ż‚‚Š›‚“" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s ĞĉŽçĥš§›‚“§—Ÿ" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "ĉŽçĥš URI ĉ§‹ĉ–‡è§£ĉžŒ§›‚“§—Ÿ" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%s ĞĉŽçĥš§›‚“§—Ÿ" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%s 用è¨­ċš‚’ċ‰Šé™¤§›‚“" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "OPENVZ VM Żĉ—˘Ğ id '%s' § ‚˘‚Żƒ†‚£ƒ–§™" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "ĉŽçĥš URI ĉ§‹ĉ–‡è§£ĉžŒ§›‚“§—Ÿ" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "äğĉƒ³ CPU ĉ•°ċ¤‰ĉ›´" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "OPENVZ VM Żĉ—˘Ğ id '%d' §ċšçİĉ¸ˆ§™" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "一致™‚‹ id ƒ‰ƒĦ‚¤ƒ³Ż‚‚Š›‚“" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż ċŸèĦŒä¸­§™" +msgstr "ƒ‰ƒĦ‚¤ƒ³Ż‚·ƒ£ƒƒƒˆ‚ރ•çŠĥĉ…‹§Ż‚‚Š›‚“" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "ĉŽçĥš URI ĉ§‹ĉ–‡è§£ĉžŒ§›‚“§—Ÿ" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞ‚ż‚¤ƒ— %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "ĉŽçĥš URI ĉ§‹ĉ–‡è§£ĉžŒ§›‚“§—Ÿ" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "‚½‚ħƒƒƒˆ %d ‚’é–‰˜‚‹Ğċ¤ħĉ•———Ÿ\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "‚½‚ħƒƒƒˆ %d èŞ­żèĵżĞċ¤ħĉ•———Ÿ\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "‚½‚ħƒƒƒˆ %d ĉ›¸èĵżĞċ¤ħĉ•———Ÿ\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "ƒ—ƒ­‚­‚·ƒĵ§é€šäżĦ‚¨ƒİƒĵ: %d ƒ‚¤ƒˆ€%d ‹‚‰ċ–ċ—\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "ƒ—ƒ­‚­‚·ƒĵ§é€šäżĦ‚¨ƒİƒĵ: %d ƒ‚¤ƒˆ‚’äşˆĉœŸ—Ĥ„—Ÿ€%d ƒ‚¤ƒˆ‚’ċ–ċ—\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "ƒ—ƒ­‚­‚·ƒĵ§é€šäżĦ‚¨ƒİƒĵ: %d ƒ‚¤ƒˆƒ‘‚ħƒƒƒˆ‚’ċ–ċ—\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "ƒ—ƒ­‚­‚·ƒĵ§é€šäżĦ‚¨ƒİƒĵ: ä¸è‰Żƒ‘‚ħƒƒƒˆ\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "非ċŒĉœŸƒ‘‚ħƒƒƒˆç•Şċ· %d ‚’ċ–ċ———Ÿ\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "ƒƒƒƒ•‚Ħċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "vncTLSx509certdir ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Œèµ·ċ‹••‚Œ—Ÿ\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Œèµ·ċ‹••‚Œ—Ÿ\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "qemu %d pid %lu ‹‚‰äşˆĉœŸ—Ş„終了çŠĥĉ…‹§™" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "予ĉœŸ—Ş„終了çŠĥĉ…‹ '%d'€‚ċ¤šċˆ† qemu ċ¤ħĉ•—§™" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU ƒ‚¤ƒŠƒŞ %s ŒèĤ‹¤‹‚Š›‚“: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż '%s' ŒèĤ‹¤‹‚Š›‚“" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Żç¨ĵċƒ—Ĥ„›‚“" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚ż‚¤ƒ— %d Ż‚µƒƒĵƒˆ•‚ŒĤ„›‚“" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "%s ‚’ƒ–ƒŞƒƒ‚¸™‚‹ç‚ş tap ‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı %s èż½ċŠ Ğċ¤ħĉ•—: %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" +msgstr "‚µƒƒĵƒˆŞ„ƒ‡‚£‚ı‚Ż‚ż‚¤ƒ— '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" +msgstr "‚µƒƒĵƒˆŞ„ƒ‡‚£‚ı‚Ż‚ż‚¤ƒ— '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" +msgstr "ç„ĦċŠıŞ‚µ‚Ĥƒ³ƒ‰ƒ˘ƒ‡ƒĞ" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "argv ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "close-on-exec ƒ•‚Ħ‚¤ƒĞè¨˜èż°ċ­ƒ•ƒİ‚°è¨­ċšĞċ¤ħĉ•—" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħè§£ĉžĞċ¤ħĉ•———Ÿ" +msgstr "non-blocking ƒ•‚Ħ‚¤ƒĞè¨˜èż°ċ­ƒ•ƒİ‚°è¨­ċšĞċ¤ħĉ•—" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "VM '%s' è‡Şċ‹•èµ·ċ‹•Ğċ¤ħĉ•—: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "ƒĦƒ˘ƒŞƒĵ不èĥ³" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "ƒĦƒ˘ƒŞƒĵ不èĥ³" +msgstr "qemudStartup: ƒĦƒ˘ƒŞƒĵ不èĥ³§™" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"QEMU Ż %s 開ċ§‹ĉ™‚Ğċœĉ­˘——Ÿ\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s 開ċ§‹ċ‡şċŠ›èŞ­żèĵż§ċ¤ħĉ•—: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s 開ċ§‹ċ‡şċŠ›èŞ­żèĵż§ĉ™‚é–“ċˆ‡‚Œ" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s 開ċ§‹ċ‡şċŠ›èŞ­żèĵż§ċ¤ħĉ•—" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s 開ċ§‹ċ‡şċŠ›èŞ­żèĵż§é ˜ċŸŸä¸èĥ³" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ˘ƒ‹‚żƒĵƒ‘‚ı %s ‚’é–‹“¨Œ§›‚“" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "ƒ˘ƒ‹‚żƒĵ close-on-exec ƒ•ƒİ‚°‚’‚ğƒƒƒˆ§›‚“" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "ƒ˘ƒ‹‚żƒĵ‚’ non-blocking ƒ˘ƒĵƒ‰Ğ§›‚“" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "VM ‚³ƒ³‚½ƒĵƒĞƒ‡ƒĵ‚ż‚’ƒ­‚°§›‚“: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "ĉ–°—„‚³ƒ³ƒ†‚­‚ıƒˆċ‰²‚Šċ½“Ĥ" +msgstr "cpumap ‚’ċ‰²‚Šċ½“Ĥ" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU ‚ıƒĴƒƒƒ‰ĉƒ…ċ ħ‚’ƒ•‚§ƒƒƒ™‚‹Ÿ‚ƒ˘ƒ‹‚żƒĵ‚³ƒžƒ³ƒ‰‚’ċŸèĦŒ§›‚“" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "CPU affinity '%s' è¨­ċšĞċ¤ħĉ•—" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ" +msgstr "ƒĴ‚¸ƒƒĵƒ ĉ“ä½œŻċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ‚˘‚Żƒ†‚£ƒ–ĞŞ£Ĥ„™" +msgstr "VM Ż™§Ğ‚˘‚Żƒ†‚£ƒ–§™" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "ĉœŞä½żç”¨ VNC ƒƒĵƒˆ‚’èĤ‹¤‘‚‹“¨Œ§›‚“" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞƒ‘‚ıŒé•·™Ž™: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %s ä½œĉˆĞċ¤ħĉ•—: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "VM ƒ­‚°ƒ•‚Ħ‚¤ƒĞ close-on-exec ƒ•ƒİ‚° %s ‚’‚ğƒƒƒˆ§›‚“" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "QEMU ƒ‚¤ƒŠƒŞ %s ŒèĤ‹¤‹‚Š›‚“: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %d ¸ argv ‚’ĉ›¸èĵ‚›‚“: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %d ¸ argv ‚’ĉ›¸èĵ‚›‚“: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "VM '%s' ‚’‚·ƒ£ƒƒƒˆƒ€‚Ĥƒ³—Ĥ„™" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %d ‚’終了§›‚“: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "予ĉœŸ—Ş„ dict ƒŽƒĵƒ‰" +msgstr "予ĉœŸ—Ş„ pid ‚’ċ——Ÿ€ƒ€ƒĦ§™" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ‚˘‚Żƒ†‚£ƒ–ĞŞ£Ĥ„™" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "èŞ­żèĵżŸ‚ %s ‚’é–‹Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "予ĉœŸ—Ş„ dict ƒŽƒĵƒ‰" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "tty '%s' ‚’é–‹‘›‚“: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "ĉݟ能‚µƒƒĵƒˆç”¨é ˜ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "NUMA Ż“ƒ›‚ıƒˆä¸Š§Ż‚µƒƒĵƒˆŒ‚‚Š›‚“" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "NUMA çİşƒĦƒ˘ƒŞƒĵ:" +msgstr "NUMA çİşƒĦƒ˘ƒŞƒĵ‚Ż‚¨ƒŞĞċ¤ħĉ•—" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Ż™§Ğċ­˜ċœ¨—Ĥ„™" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Ż™§Ğċ­˜ċœ¨—Ĥ„™" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "一致™‚‹ id %d ƒ‰ƒĦ‚¤ƒ³Ż‚‚Š›‚“" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż ċŸèĦŒä¸­§™" +msgstr "ƒ‰ƒĦ‚¤ƒ³Żç¨ĵċƒ—Ĥ„›‚“" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ" +msgstr "‚µ‚ıƒšƒ³ƒ‰ĉ“ä½œŻċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ" +msgstr "‚·ƒ£ƒƒƒˆƒ€‚Ĥƒ³ĉ“ä½œŻċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "ostype 用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "一致™‚‹ uuid '%s' ƒ‰ƒĦ‚¤ƒ³Ż‚‚Š›‚“" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "ĉœ€ċ¤§ƒĦƒ˘ƒŞƒĵŻçċœ¨ƒĦƒ˘ƒŞƒĵäğ下ĞŻ‚ğƒƒƒˆ§›‚“" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "‚˘‚Żƒ†‚£ƒ–ƒ‰ƒĦ‚¤ƒ³ƒĦƒ˘ƒŞƒĵ‚’‚ğƒƒƒˆ§›‚“" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "ƒĦƒ˘ƒŞƒĵŻĉœ€ċ¤§ƒĦƒ˘ƒŞƒĵäğ上Ğ‚ğƒƒƒˆ§›‚“" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ä¸€ĉ™‚ċœĉ­˘Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€ĉ™‚ċœĉ­˘Ğċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "ƒ‰ƒĦ‚¤ƒ³ UUID ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ‰ƒĦ‚¤ƒ³ xml ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "'%s' ä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "‚½‚ħƒƒƒˆ %d ĉ›¸èĵżĞċ¤ħĉ•———Ÿ\n" +msgstr "保ċ­˜ƒ˜ƒƒƒ€ƒĵĉ›¸èĵżĞċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "‚½‚ħƒƒƒˆ %d ĉ›¸èĵżĞċ¤ħĉ•———Ÿ\n" +msgstr "xml ĉ›¸èĵżĞċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "ƒĦƒ˘ƒŞƒĵ不èĥ³" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ" +msgstr "ç§ğèĦŒĉ“ä½œŻċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "'info blockstats' Ż“ qemu §Ż‚µƒƒĵƒˆŒ‚‚Š›‚“" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "‚˘‚Żƒ†‚£ƒ–ƒ‰ƒĦ‚¤ƒ³ vcpu ‚Ğ‚Ĥƒ³ƒˆŻċ¤‰ĉ›´§›‚“" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "ƒ‰ƒĦ‚¤ƒ³ç”¨ĉœ€ċ¤§ vcpus ‚’ĉħşċš§›‚“" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, 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:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ‰Šé™¤" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³§ vcpus ‚’ċ›şċš§›‚“" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu ĉ•°ŻçŻ„ċ›²ċ¤–§™ %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "‚˘ƒ•‚£ƒ‹ƒ†‚£‚’‚ğƒƒƒˆ§›‚“: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ƒİ‚¤ƒ–ƒİƒŞƒĵċ‘ĵċ‡ş—Œċ¤ħĉ•———Ÿ€‚µƒƒĵƒˆ•‚ŒĤ„Ş„ċŻèƒ½ĉ€§Œ‚‚Š™" +msgstr "cpu ‚˘ƒ•‚£ƒ‹ƒ†‚£Ż‚µƒƒĵƒˆ•‚ŒĤ„›‚“" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "‚˘ƒ•‚£ƒ‹ƒ†‚£‚’ċ–ċ—§›‚“: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu ‚˘ƒ•‚£ƒ‹ƒ†‚£Żä½żç”¨§›‚“" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċšç݃•‚Ħ‚¤ƒĞ‚’ƒ­ƒĵƒ‰" +msgstr "ƒ‰ƒĦ‚¤ƒ³ċšçİ '%d' Ğ不ĉ˜ŽŞ virt ‚ż‚¤ƒ—Œ‚‚Š™" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "ƒŽƒĵƒ‰ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§" +msgstr "ƒ‰ƒĦ‚¤ƒ³‚¤ƒĦƒĵ‚¸‚’èŞ­żèĵ‚›‚“" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen ƒ‡ƒĵƒ˘ƒ³‹‚‰èŞ­żèĵżĞċ¤ħĉ•———Ÿ" +msgstr "qemu ƒ˜ƒƒƒ€ƒĵèŞ­żèĵżĞċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "‚¤ƒĦƒĵ‚¸ƒž‚¸ƒƒ‚ŻŻĉ­£—‚‚Š›‚“" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "‚¤ƒĦƒĵ‚¸ƒƒĵ‚¸ƒ§ƒ³Ż‚µƒƒĵƒˆŒ‚‚Š›‚“ (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML èŞ­żèĵżĞċ¤ħĉ•———Ÿ" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML ĉ§‹ĉ–‡è§£ĉžĞċ¤ħĉ•———Ÿ" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ '%s' ¨—Ĥ‚˘‚Żƒ†‚£ƒ–§™" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "ĉ–°èĤ VM ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "ƒ‰ƒĦ‚¤ƒ³ċ†é–‹Ğċ¤ħĉ•———Ÿ" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ‚˘‚Żƒ†‚£ƒ–ĞŞ£Ĥ„™" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċ†é–‹Ğċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" +msgstr "‚µƒƒĵƒˆŞ„ƒ‡‚£‚ı‚Ż‚ż‚¤ƒ— '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom ƒĦƒ‡‚£‚˘‚’ċ¤‰ĉ›´ċ‡şĉ›‚“" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom ƒĦƒ‡‚£‚˘‚’ċ¤‰ĉ›´ċ‡şĉ›‚“" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Żĉ—˘Ğċ­˜ċœ¨—™" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%s ‚’èŞ­żèĵ‚›‚“: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Ż™§Ğċ­˜ċœ¨—Ĥ„™" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "ƒ›‚ıƒˆċšç݃•‚Ħ‚¤ƒĞ‚’ƒ­ƒĵƒ‰ä¸­" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "ƒ›‚ıƒˆċšç݃•‚Ħ‚¤ƒĞ‚’ƒ­ƒĵƒ‰ä¸­" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ‰Šé™¤" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³§ƒ‡ƒ‚¤‚ı‚’ĉ·ğä𘁧›‚“" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "CDROM ƒ‡‚£‚ı‚Żƒ‡ƒ‚¤‚ıżŒĉ·ğä𘁧™" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "ƒ‰ƒĦ‚¤ƒ³ŒèĤ‹¤‹‚Š›‚“" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "ƒ‰ƒĦ‚¤ƒ³ċ†é–‹Ğċ¤ħĉ•———Ÿ" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s ‹‚‰ƒ‡ƒ‚¤‚ıċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "CDROM ƒ‡‚£‚ı‚Żƒ‡ƒ‚¤‚ıżŒĉ·ğä𘁧™" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "‚˘‚Żƒ†‚£ƒ–ƒ‰ƒĦ‚¤ƒ³ƒĦƒ˘ƒŞƒĵ‚’‚ğƒƒƒˆ§›‚“" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" +msgstr "'%s' ¸‚·ƒ³ƒœƒĞƒŞƒ³‚Ż %s ä½œĉˆĞċ¤ħĉ•———Ÿ: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s §ç„ĦċŠıŞċĵ•ĉ•°§™" +msgstr "ç„ĦċŠıŞƒ‘‚ı§™: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' ‚³ƒžƒ³ƒ‰Żċ¤ħĉ•—§™" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' Ż“ qemu §Ż‚µƒƒĵƒˆŒ‚‚Š›‚“" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "ƒ‰ƒĦ‚¤ƒ³ŻèĤ‹¤‹‚Š›‚“§—Ÿ: %s " +msgstr "ƒ‡ƒ‚¤‚ıŻèĤ‹¤‹‚Š›‚“: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL ċˆŻçİşƒ‘‚ı" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "ç„ĦċŠıŞƒ‘‚ı€'%s' Żä¸ĉ˜ŽŞ‚¤ƒ³‚żƒĵƒ•‚§‚¤‚ı§™" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s §ç„ĦċŠıŞċĵ•ĉ•°§™" +msgstr "ç„ĦċŠıŞƒ‘‚ı" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU ƒ‰ƒİ‚¤ƒƒĵŻäğĉƒ³ƒĦƒ˘ƒŞƒĵ‚˘ƒ‰ƒĴ‚ıż‚’‚µƒƒĵƒˆ—™€‚" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "lvs ‚³ƒžƒ³ƒ‰Żċ¤ħĉ•—§™" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "ƒŽƒĵƒ‰ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ‚˘‚Żƒ†‚£ƒ–ĞŞ£Ĥ„™" +msgid "could not generate random UUID" +msgstr "UUID ç”ŸĉˆĞċ¤ħĉ•———Ÿ" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Żĉƒ…ċ ħ‚’ XML ċ½˘ċĵ§èĦ¨ç¤ş" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ '%s' ¨—Ĥ‚˘‚Żƒ†‚£ƒ–§™" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +msgid "failed to start listening VM" +msgstr "VM èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "ƒžƒƒƒ™‚‹ċċ‰ƒ‰ƒĦ‚¤ƒ³ċŻ‚‚Š›‚“" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "閉˜Ÿ€ċˆŻċˆĉœŸċŒ–Ş„ƒƒ³ƒ‰ƒĞä½żç”¨‚’èİĤ——Ÿ" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "libvirtd ƒ‚¤ƒŠƒŞ‚’èĤ‹¤‘‚‹Ğċ¤ħĉ•———Ÿ" + +#: src/remote_internal.c:322 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:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' ƒˆƒİƒ³‚ıƒƒĵƒˆĞŻ‚³ƒžƒ³ƒ‰Œċż…èĤ§™" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "tty '%s' ‚’é–‹‘›‚“: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "tty '%s' ‚’é–‹‘›‚“: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "tty '%s' ‚’é–‹‘›‚“: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "‚½‚ħƒƒƒˆ %d èŞ­żèĵżĞċ¤ħĉ•———Ÿ\n" +msgstr "‚½‚ħƒƒƒˆä½œĉˆĞċ¤ħĉ•———Ÿ: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "‚½‚ħƒƒƒˆ %d èŞ­żèĵżĞċ¤ħĉ•———Ÿ\n" +msgstr "‚½‚ħƒƒƒˆä½œĉˆĞċ¤ħĉ•———Ÿ: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" +"ƒˆƒİƒ³‚ıƒƒĵƒˆƒĦ‚½ƒƒƒ‰ unix  ssh ¨ ext Ż Windows §Ż‚µƒƒĵƒˆŒ‚‚Š›‚“" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 #, fuzzy -msgid "struct private_data" -msgstr "ċ›şĉœ‰ƒ‡ƒĵ‚żċ‰²‚Šċ½“Ĥ" +msgid "unable to auto-detect URI" +msgstr "URI ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/remote_internal.c:845 +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċ‰²‚Šċ½“Ĥ中" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 +msgid "struct private_data" +msgstr "private_data ĉ§‹ĉˆ" + +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "‚³ƒ³ƒ†ƒŠ‚ı‚żƒƒ‚Żċ‰²‚Šċ½“ĤŒ§›‚“" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "VM ‚³ƒ³‚½ƒĵƒĞƒ‡ƒĵ‚ż‚’ƒ­‚°§›‚“: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +msgstr "SASL ƒİ‚¤ƒ–ƒİƒŞċˆĉœŸċŒ–Ğċ¤ħĉ•———Ÿ:%d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty ċħžĉ€§‚’‚ğƒƒƒˆ§›‚“: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "tty ċħžĉ€§‚’‚ğƒƒƒˆ§›‚“: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵ‚’確è¨ĵ™‚‹Ğċ¤ħĉ•—: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "tty '%s' ‚’é–‹‘›‚“: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "‚µƒĵƒƒĵ確è¨ĵïĵˆä½żç”¨è¨ĵĉ˜Žè¨ĵ€ċˆŻ IP ‚˘ƒ‰ƒĴ‚ıïĵ‰Żċ¤ħĉ•— \n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵ‚’確è¨ĵ™‚‹Ğċ¤ħĉ•—: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "ƒ‘‚¤ƒ—‚’作ĉˆ§›‚“: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "不éİċˆ‡Ş cap ċ€¤" +msgstr "ç„ĦċŠıŞƒ‡ƒ‚¤‚ı‚ż‚¤ƒ—: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "è¨ĵĉ˜Žè¨ĵŻ ‚˘‚Żƒ†‚£ƒ™ƒĵƒˆ•‚ŒĤ„›‚“" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵŻä¸ĉ˜ŽŞç™şèĦŒè€…‚’ĉŒĦ™" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "è¨ĵĉ˜Žè¨ĵŻĉœŸé™ċˆ‡‚Œ§™" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: ‚Żƒİ‚¤‚˘ƒ³ƒˆè¨ĵĉ˜Žè¨ĵŻċ‰ċ…¨§Ş„‚˘ƒĞ‚´ƒŞ‚şƒ ‚’ä½ż£Ĥ„" +"™" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "è¨ĵĉ˜Žè¨ĵ‚ż‚¤ƒ—Ż X.509 §Ż‚‚Š›‚“" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers Żċ¤ħĉ•—§™" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +msgstr "SASL èŞè¨ĵ %s ċˆĉœŸċŒ–Ğċ¤ħĉ•—" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "tty '%s' ‚’é–‹‘›‚“: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "è¨ĵĉ˜Žè¨ĵŻĉœŸé™ċˆ‡‚Œ§™" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "è¨ĵĉ˜Žè¨ĵŻ ‚˘‚Żƒ†‚£ƒ™ƒĵƒˆ•‚ŒĤ„›‚“" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "è¨ĵĉ˜Žè¨ĵ‚ރĵƒŠƒĵŻƒ›‚ıƒˆċ (%s) Ğ一致—›‚“" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒċ¤š™Ž™" +msgstr "NUMA ‚ğƒĞŒċ¤š™Ž™: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "ƒ‰ƒĦ‚¤ƒ³Œċ¤š™Ž™" +msgstr "ƒŞƒ˘ƒĵƒˆƒ‰ƒĦ‚¤ƒ³ ID Œċ¤š™Ž™: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "ƒžƒƒƒ—é•·Żĉœ€ċ¤§é™‚’èĥŠˆĤ„™: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU ‚Ğ‚Ĥƒ³ƒˆŻĉœ€ċ¤§é™‚’èĥŠˆĤ„™: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU ƒžƒƒƒ—ƒƒƒƒ•‚Ħ長Żĉœ€ċ¤§é™‚’èĥŠˆĤ„™: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "ƒ›‚ıƒˆ vCPU ċ ħċ‘ŠŻċ¤š™Ž™: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "ƒ›‚ıƒˆċ ħċ‘Šƒžƒƒƒ—ƒƒƒƒ•‚Ħ長Żĉœ€ċ¤§é™‚’èĥŠˆĤ„™: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "ƒ‰ƒĦ‚¤ƒ³Œċ¤š™Ž™" +msgstr "ƒŞƒ˘ƒĵƒˆƒ‰ƒĦ‚¤ƒ³ċŒċ¤š™Ž™: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: ƒ‘ƒİƒĦƒĵ‚żĉˆğ‚Šĉ•°Żé™ċşĤ‚’èĥŠˆĤ„™" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: 不ĉ˜ŽŞƒ‘ƒİƒĦƒĵ‚ż‚ż‚¤ƒ—" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚şċ¤‰ĉ›´" +msgstr "‚˘ƒĴ‚¤ċ‰²‚Šċ½“Ĥ§ƒĦƒ˘ƒŞƒĵ不èĥ³§™" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "不ĉ˜ŽŞƒ‘ƒİƒĦƒĵ‚ż‚ż‚¤ƒ—" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "block peek èĤĉħ‚ŻƒŞƒ˘ƒĵƒˆƒ—ƒ­ƒˆ‚³ƒĞĞŻċ¤§™Ž™ %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "ĉˆğ‚Šƒƒƒƒ•‚ĦŻèĤĉħ‚ċ€¤¨ċŒ˜‚µ‚¤‚ş§Ż‚‚Š›‚“" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "memory peek èĤĉħ‚ŻƒŞƒ˘ƒĵƒˆƒ—ƒ­ƒˆ‚³ƒĞĞŻċ¤§™Ž™ %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒċ¤š™Ž™" +msgstr "ƒŞƒ˘ƒĵƒˆƒƒƒƒˆƒŻƒĵ‚ŻŒċ¤š™Ž™: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "ç™ğ録—Ĥ„‚‹ƒ‰ƒİ‚¤ƒƒĵŒċ¤š™Ž™" +msgstr "èĤĉħ‚•‚ŒŸ‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŒċ¤š™Ž™" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "ç™ğ録—Ĥ„‚‹ƒ‰ƒİ‚¤ƒƒĵŒċ¤š™Ž™" +msgstr "ċ—理—Ÿ‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŒċ¤š™Ž™" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "ç™ğ録—Ĥ„‚‹ƒ‰ƒİ‚¤ƒƒĵŒċ¤š™Ž™" +msgstr "èĤĉħ‚•‚ŒŸ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Œċ¤š™Ž™" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "ç™ğ録—Ĥ„‚‹ƒ‰ƒİ‚¤ƒƒĵŒċ¤š™Ž™" +msgstr "ċ—理—Ÿ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Œċ¤š™Ž™" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "èĤĉħ‚•‚ŒŸ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Œċ¤š™Ž™" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "ċ—理—Ÿ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Œċ¤š™Ž™" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "èĤĉħ‚•‚ŒŸ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Œċ¤š™Ž™" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "ċ—理—Ÿ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Œċ¤š™Ž™" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ—§™: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "èŞè¨ĵĞċ¤ħĉ•———Ÿ" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "ċœĉ­˘ä¸­ƒ‰ƒĦ‚¤ƒ³ %s ä½œĉˆĞċ¤ħĉ•———Ÿ\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "“ĉݟ能Żƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵŒ‚µƒƒĵƒˆ—Ĥ„›‚“" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "èĤĉħ‚•‚ŒŸèލè¨ĵ‚ż‚¤ƒ— %s Żĉ‹’ċĤ•‚Œ—Ÿ" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "‚µƒƒĵƒˆŞ„èލè¨ĵ‚ż‚¤ƒ— %d §™" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL ƒİ‚¤ƒ–ƒİƒŞċˆĉœŸċŒ–Ğċ¤ħĉ•———Ÿ:%d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL ‚Żƒİ‚¤‚˘ƒ³ƒˆ‚³ƒ³ƒ†‚­‚ıƒˆä½œĉˆĞċ¤ħĉ•———Ÿ: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%s §ç„ĦċŠıŞċĵ•ĉ•°§™" +msgid "invalid cipher size for TLS session" +msgstr "TLS ‚ğƒƒ‚·ƒ§ƒ³ĞŻç„ĦċŠıŞĉš—ċ·‚µ‚¤‚ş§™" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "ċ¤–部 SSF %d (%s) ‚’‚ğƒƒƒˆ§›‚“" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "‚ğ‚­ƒƒŞƒ†‚£ƒ—ƒ­ƒ‘ƒ†‚£ %d (%s) ‚’‚ğƒƒƒˆ§›‚“" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL ƒĦ‚Ѓ‹‚şƒ  %s Ż‚µƒĵƒƒĵ§‚µƒƒĵƒˆ•‚ŒĤ„›‚“" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL 交ĉ¸‰èµ·ċ‹•Ğċ¤ħĉ•———Ÿ: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "è¨ĵĉ˜Žè¨ĵèލè¨ĵ作ĉˆĞċ¤ħĉ•———Ÿ" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL 交ĉ¸‰ƒ‡ƒĵ‚żŻé•·™Ž™: %d ƒ‚¤ƒˆ" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "SASL ĉ‰‹é †Ğċ¤ħĉ•———Ÿ: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "交ĉ¸‰ SSF %d Żċĵ·ċşĤ不èĥ³§™" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "è¨ĵĉ˜Žè¨ĵèލè¨ĵċŽé›†Ğċ¤ħĉ•———Ÿ" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header Żċ¤ħĉ•—§™" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "marshalling ċĵ•ĉ•°" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (長•€ċ˜èޞ)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (長•€ċ˜èޞ€ċżœç­”)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "‚µƒĵƒƒĵ‹‚‰ċ—理—Ÿƒ‘‚ħƒƒƒˆŻé•·™Ž™" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "ċżœç­”ċ†…Ğç„ĦċŠıŞƒ˜ƒƒƒ€ƒĵ" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "不ĉ˜ŽŞƒ—ƒ­‚°ƒİƒ  (ċ—理 %x, 予ĉœŸċ€¤ %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "不ĉ˜ŽŞƒ—ƒ­ƒˆ‚³ƒĞƒƒĵ‚¸ƒ§ƒ³ (ċ—理 %x, 予ĉœŸċ€¤ %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "不ĉ˜ŽŞĉ‰‹çĥš (ċ—理 %x, 予ĉœŸċ€¤ %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "不ĉ˜ŽŞĉ–ıċ‘ (ċ—理 %x, 予ĉœŸċ€¤ %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "不ĉ˜ŽŞ‚·ƒŞ‚˘ƒĞ (ċ—理 %x, 予ĉœŸċ€¤ %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "ret ĉ•´ċˆ—ċŒ–解除" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "remote_error ĉ•´ċˆ—ċŒ–解除 " -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "不ĉ˜ŽŞ‚ıƒ†ƒĵ‚ż‚ı (ċ—理 %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "予ĉœŸ—Ş„‚½‚ħƒƒƒˆċœĉ­˘" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "ċżœç­”ċ†…Ğç„ĦċŠıŞƒ˜ƒƒƒ€ƒĵ" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "ĉ–‡ċ­—ċˆ—‚³ƒ”ƒĵĞċ¤ħĉ•———Ÿ" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "ƒ—ƒĵƒĞ‚ż‚¤ƒ— %d ƒƒƒ‚Ż‚¨ƒ³ƒ‰Œ‚‚Š›‚“" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒœƒŞƒƒĵƒ  '%s' ‚’é–‹Ğċ¤ħĉ•—: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' çµħ計Œċ‡şĉ›‚“: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ĉœĞċ°ŒèĤ‹ä𘁋‚Š›‚“: %s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ĉœĞċ°ŒèĤ‹ä𘁋‚Š›‚“: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ĉœĞċ°ŒèĤ‹ä𘁋‚Š›‚“: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s ƒ•‚Ħ‚¤ƒĞ‚³ƒ³ƒ†‚­‚ıƒˆ‚’ċ–ċ—§›‚“: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "‚³ƒ³ƒ†‚­‚ıƒˆ" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’èŞ­żèĵ‚›‚“: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "ƒ‘‚ı" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "ƒ‘‚ı" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "regex '%s' ‚³ƒ³ƒ‘‚¤ƒĞĞċ¤ħĉ•—" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex ‚°ƒĞƒĵƒ—" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd ‚’èŞ­żèĵ‚›‚“" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "‚³ƒžƒ³ƒ‰ċ…ĉİŸĞċ¤ħĉ•———Ÿ: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "‚³ƒžƒ³ƒ‰Żĉ­£ċ¸¸Ğ終了—›‚“§—Ÿ" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns Żé•·™Ž™" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "ċ†…部‚¨ƒİƒĵ %s" +msgstr "èŞ­żèĵż‚¨ƒİƒĵ: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "‚³ƒžƒ³ƒ‰ %d ‹‚‰‚ĵƒ­äğċ¤–çµ‚了‚ıƒ†ƒĵ‚ż‚ı" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: ċŸè£…•‚ŒĤ„›‚“\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "ƒœƒŞƒƒĵƒ " -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "ƒœƒŞƒƒĵƒ ĉ‹Ħċĵµ" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "ƒ‡ƒ‚¤‚ı開ċ§‹ċ ´ĉ‰€‚’ĉ§‹ĉ–‡è§£ĉž§›‚“" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "ƒ‡ƒ‚¤‚ı終了ċ ´ĉ‰€‚’ĉ§‹ĉ–‡è§£ĉž§›‚“" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "ĉ‹Ħċĵµ" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "çİşĉ‹ĦċĵµĞċċˆ†Şé ˜ċŸŸŒ‚‚Š›‚“" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "ƒ‘‚ı '%s' ‚’作ĉˆċ‡şĉ›‚“: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "ƒ˜ƒƒƒ€ƒĵ'%s' ‚’èŞ­żèĵ‚›‚“: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s §ç„ĦċŠıŞċĵ•ĉ•°§™" +msgstr "ç„ĦċŠıŞƒ‘‚ı§™: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s §ç„ĦċŠıŞƒƒƒƒˆƒŻƒĵ‚Żƒ‚¤ƒ³‚żƒĵ§™" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "ƒž‚Ĥƒ³ƒˆ‚½ƒĵ‚ıŒ‚‚Š›‚“" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" -msgstr "ċˆè¨ˆ" +msgstr "ƒƒĵ‚żƒĞ" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%s ‚’èŞ­żèĵ‚›‚“: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ›‚ıƒˆŒ‚‚Š›‚“" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ‘‚ıŒ‚‚Š›‚“" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ıŒ‚‚Š›‚“" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "‚½ƒĵ‚ı" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ‡‚£ƒĴ‚ŻƒˆƒŞŒ‚‚Š›‚“" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "ƒ‘‚ı '%s' ‚’作ĉˆċ‡şĉ›‚“: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ‘‚ı '%s' ‚’é–‹‘›‚“: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "ƒ‘‚ı '%s' ‚’ statvfs §›‚“: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "ƒ‘‚ı '%s' ‚’ƒŞƒ³‚Żè§£é™¤§›‚“: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "‚żƒĵ‚²ƒƒƒˆ" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ‚­ƒĵ" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ‚’ċ……ċĦЁ§›‚“: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ‚’ĉ‹Ħċĵµ§›‚“: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "ƒ‘‚ı '%s' ‚’èŞ­żèĵ‚›‚“: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ‚ż‚¤ƒ— %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ‚ż‚¤ƒ— %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "生§ŻŞ„‚¤ƒĦƒĵ‚¸ä½œĉˆŻ€qemu-img ç„Ħ—§Ż‚µƒƒĵƒˆ•‚ŒĤ„›‚“" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ•‚Ħ‚¤ƒĞ‚ރĵƒŠƒĵ '%s' ‚’設ċš§›‚“: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ•‚Ħ‚¤ƒĞƒ˘ƒĵƒ‰'%s' ‚’‚ğƒƒƒˆ§›‚“: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ‚’é–‰˜‚‹“¨Œċ‡şĉ›‚“: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ‚’ƒŞƒ³‚Żè§£é™¤§›‚“: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "ƒ›‚ıƒˆƒĞƒƒ‚Ż‚˘ƒƒƒ—ĉ“ä½œŻċ¤ħĉ•———Ÿ %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "‚żƒĵ‚²ƒƒƒˆ %s 用 IP ‚˘ƒ‰ƒĴ‚ıŒ‚‚Š›‚“" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "%s  IP ‚˘ƒ‰ƒĴ‚ı‚’ƒ•‚݃ĵƒžƒƒƒˆ§›‚“" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "ƒƒĵ‚¸ƒ§ƒ³èĦ¨ç¤ş" +msgstr "‚ğƒƒ‚·ƒ§ƒ³" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "‚ğƒƒ‚·ƒ§ƒ³ŒèĤ‹¤‹‚Š›‚“" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "ċċ‰" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "'%s' ‚’é–‹‘›‚“: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "‚­ƒĵ" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "opendir sysfs ƒ‘‚ı'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "sysfs ƒ‘‚ı %s/%s ‹‚‰‚żƒĵ‚²ƒƒƒˆĉ§‹ĉ–‡è§£ĉžĞċ¤ħĉ•———Ÿ" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +msgstr "‚ğƒƒ‚·ƒ§ƒ³ %s 用 LUN ĉ¤œç´˘Ğċ¤ħĉ•—: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "%u:%u:%u:%u Œƒ€‚¤ƒĴ‚Żƒˆ‚˘‚Ż‚ğ‚ı LUN ‹ċˆ¤ċšĞċ¤ħĉ•———Ÿ" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "%s ‹‚‰ƒ‡ƒ‚¤‚ıċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" +msgstr "LUN %d 用ƒ‡ƒ‚¤‚ıƒŞƒ³‚Żĉ¤œç´˘Ğċ¤ħĉ•———Ÿ" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "ƒ–ƒ­ƒƒ‚ŻçŠĥĉ…‹ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ–ƒ­ƒƒ‚Żƒ‘‚ı %s ĉ§‹ĉ–‡è§£ĉžĞċ¤ħĉ•———Ÿ" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "scsidev 用ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/storage_backend_iscsi.c:554 -#, fuzzy +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "ċˆè¨ˆ" +msgstr "ƒƒĵ‚żƒĞ" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆƒœƒŞƒƒĵƒ ĉ‹Ħċĵµ‚ރ•‚ğƒƒƒˆċ€¤" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆƒœƒŞƒƒĵƒ ĉ‹Ħċĵµé•·•ċ€¤" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆƒœƒŞƒƒĵƒ ĉ‹Ħċĵµ‚µ‚¤‚şċ€¤" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "lvs ‚³ƒžƒ³ƒ‰Żċ¤ħĉ•—§™" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs ‚³ƒžƒ³ƒ‰Żçµ‚了‚ıƒ†ƒĵ‚ż‚ı %d §ċ¤ħĉ•———Ÿ" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċ" +msgid "allocating pvname or vgname" +msgstr "allocating priv->ƒ›‚ıƒˆċ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ‰²‚Šċ½“Ĥ中" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ‰²‚Šċ½“Ĥ中" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "‚½‚ħƒƒƒˆä½œĉˆĞċ¤ħĉ•———Ÿ" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "‚³ƒžƒ³ƒ‰ƒİ‚¤ƒ³" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "ƒ‡ƒ‚¤‚ı %s ‚’é–‹‘›‚“" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "ƒ‡ƒ‚¤‚ıƒ˜ƒƒƒ€ƒĵ%s ‚’ĉĥˆċŽğ§›‚“" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "ƒ‡ƒ‚¤‚ı %s ‚’é–‰˜‚‹“¨Œ§›‚“" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "tty Pid ƒ•‚Ħ‚¤ƒĞ %s ‚’ċ‰Šé™¤§›‚“: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "ĉ–°èĤä½œĉˆƒœƒŞƒƒĵƒ  '%s' ŒèĤ‹ä𘁋‚Š›‚“: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "èŞè¨ĵƒ›‚ıƒˆċħžĉ€§Œ‚‚Š›‚“" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "èŞè¨ĵƒ‘‚ıƒŻƒĵƒ‰ċħžĉ€§Œ‚‚Š›‚“" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆïĵ˜é€²ĉ³•ƒ˘ƒĵƒ‰§™" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆ‚ރĵƒŠƒĵèĤç´ §™" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆ‚°ƒĞƒĵƒ—èĤç´ §™" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“Ĥ中" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞ‚’ċ‰²‚Šċ½“Ĥ§›‚“" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "不ĉ˜ŽŞƒ›‚ıƒˆ %s" +msgid "unknown root element for storage pool" +msgstr "不ĉ˜ŽŞ root èĤç´ " -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "不ĉ˜ŽŞ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ‚ż‚¤ƒ— %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "ċċ‰èĤç´ Œ‚‚Š›‚“" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻċŸŻ uuid" +msgstr "uuid ‚’生ĉˆ§›‚“" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ›‚ıƒˆċŒ‚‚Š›‚“" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı‚’ċ–‚Šċ‡ş››‚“" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "ƒ–ƒ­ƒƒ‚Żƒ‡ƒ‚¤‚ı" +msgstr "ƒ‡ƒ‚¤‚ı" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ‡ƒ‚¤‚ıƒ‘‚ıŒ‚‚Š›‚“" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚½ƒĵ‚ıƒ‘‚ıŒ‚‚Š›‚“" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "ƒ—ƒĵƒĞċ" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "装罁‚żƒĵ‚²ƒƒƒˆĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "‚żƒĵ‚²ƒƒƒˆƒ‘‚ıŒ‚‚Š›‚“" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„ƒ—ƒĵƒĞċ½˘ċĵ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "予ĉœŸ—Ş„ƒ—ƒĵƒĞ‚ż‚¤ƒ—" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "‚ރĵƒŠƒĵèĤç´ Œ‚‚Š›‚“" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "不ĉ˜ŽŞƒ›‚ıƒˆ %s" +msgstr "不ĉ˜ŽŞ‚µ‚¤‚şċ˜ä½ %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆèƒ½ċŠ›èĤç´ " -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "能ċŠ›èĤç´ ċ€¤Żċ¤§™Ž™" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“Ĥ中" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ‚’ċ‰²‚Šċ½“Ĥ§›‚“" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "不ĉ˜ŽŞƒ›‚ıƒˆ %s" +msgstr "不ĉ˜ŽŞ root èĤç´ " -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +msgstr "ċċ‰èĤç´ Œ‚‚Š›‚“" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "能ċŠ›èĤç´ Œ‚‚Š›‚“" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„ƒœƒŞƒƒĵƒ ċ½˘ċĵ %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "ƒ—ƒĵƒĞ" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞƒ‘‚ı‚’ĉ§‹ĉˆ§›‚“" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "autostart ƒŞƒ³‚Żƒ‘‚ı‚’ĉ§‹ĉˆ§›‚“" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞ" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "XML ç”ŸĉˆĞċ¤ħĉ•———Ÿ" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s 用è¨­ċš‚’ċ‰Šé™¤§›‚“" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "一致™‚‹ uuid ƒ—ƒĵƒĞŻ‚‚Š›‚“" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "一致™‚‹ċċ‰ƒ—ƒĵƒĞŻ‚‚Š›‚“" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "ċċ‰" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻĉ—˘Ğċ­˜ċœ¨—™" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "一致™‚‹ uuid ‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻ‚‚Š›‚“" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "ƒ—ƒĵƒĞŻ ‚˘‚Żƒ†‚£ƒ–§™" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ‚˘‚Żƒ†‚£ƒ–ĞŞ£Ĥ„™" +msgstr "ƒ—ƒĵƒĞŻ™§Ğ‚˘‚Żƒ†‚£ƒ–§™" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ‚˘‚Żƒ†‚£ƒ–ĞŞ£Ĥ„™" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻ™§Ğ‚˘‚Żƒ†‚£ƒ–§™" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 -#, fuzzy +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "ƒ­‚°ƒ‘‚ıŒƒ•‚Ħ‚¤ƒĞ§Ż‚‚Š›‚“" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻ‚˘‚Żƒ†‚£ƒ–§Ż‚‚Š›‚“" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻ ‚˘‚Żƒ†‚£ƒ–§™" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "ƒ—ƒĵƒĞŻƒœƒŞƒƒĵƒ ċ‰Šé™¤‚’‚µƒƒĵƒˆ—Ĥ„›‚“" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "ƒ—ƒĵƒĞŻè¨­ċšƒ•‚Ħ‚¤ƒĞ‚’ĉŒĦ›‚“" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "一致™‚‹ċċ‰‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Ż‚‚Š›‚“" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "一致™‚‹‚­ƒĵ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Ż‚‚Š›‚“" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "一致™‚‹ƒ‘‚ı‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Ż‚‚Š›‚“" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Żĉ—˘Ğċ­˜ċœ¨—™" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻƒœƒŞƒƒĵƒ ä½œĉˆ‚’‚µƒƒĵƒˆ—Ĥ„›‚“" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻƒœƒŞƒƒĵƒ ċ‰Šé™¤‚’‚µƒƒĵƒˆ—Ĥ„›‚“" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "一致™‚‹ċċ‰‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Ż‚‚Š›‚“" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻ‚˘‚Żƒ†‚£ƒ–§Ż‚‚Š›‚“" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŻ™§Ğ‚˘‚Żƒ†‚£ƒ–§™" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "çċœ¨ĉ™‚ċˆğ‚’ċ–ċ—中" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "ƒ›‚ıƒˆċšç݃•‚Ħ‚¤ƒĞ‚’ƒ­ƒĵƒ‰ä¸­" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "ƒ›‚ıƒˆ" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "ƒŽƒĵƒ‰" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath ‚³ƒ³ƒ†‚­‚ıƒˆ‚’作ĉˆä¸­" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "ƒŽƒĵƒ‰ƒĦƒ˘ƒŞƒĵ" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "ƒŽƒĵƒ‰ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "ƒ‰ƒĦ‚¤ƒ³ƒ•‚Ħ‚¤ƒĞċ‚’解ĉħşä¸­" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "ƒŽƒĵƒ‰ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żƒ•‚Ħ‚¤ƒĞċ‚’解ĉħşä¸­" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "ƒŽƒĵƒ‰ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "ƒ‰ƒĦ‚¤ƒ³ƒ•‚Ħ‚¤ƒĞċ‚’解ĉħşä¸­" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ƒ‘‚ı‚’ĉŒ‡ċš™‚‹‹€test:‚’ä½żç”¨™‚‹///省ç•ċ€¤" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "ƒ‰ƒĦ‚¤ƒ³ŒèĤ‹¤‹‚Š›‚“" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "ƒ‰ƒĦ‚¤ƒ³Ż ċŸèĦŒä¸­§™" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "ƒ‰ƒĦ‚¤ƒ³Żç¨ĵċƒ—Ĥ„›‚“" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "ƒĦ‚żƒ‡ƒĵ‚żç”¨é ˜ċŸŸ‚’ċ‰²‚Šċ½“Ĥ§›‚“" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "ƒ‰ƒĦ‚¤ƒ³è‡Şċ‹•èµ·ċ‹•" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "ƒŽƒĵƒ‰ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "不ċŒċ…¨Şäżċ­˜ƒ˜ƒƒƒ€ƒĵ§™" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "一致—Ş„ƒ˜ƒƒƒ€ƒĵƒž‚¸ƒƒ‚Ż" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "Xen ƒ‡ƒĵƒ˘ƒ³‹‚‰èŞ­żèĵżĞċ¤ħĉ•———Ÿ" +msgstr "ƒĦ‚żƒ‡ƒĵ‚żé•·èŞ­żèĵżĞċ¤ħĉ•———Ÿ" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "ƒĦ‚żƒ‡ƒĵ‚żé•·•ŻçŻ„ċ›²ċ¤–§™" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "不ċŒċ…¨ŞƒĦ‚żƒ‡ƒĵ‚ż" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Ż %s Ğƒ€ƒ³ƒ—\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "ƒŽƒĵƒ‰ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "範ċ›²Żä½żç”¨ċŻèƒ½Ş‚ğƒĞ‚’èĥŠˆĤ„™" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§ĞċŸèĦŒä¸­§™" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "ƒ‰ƒĦ‚¤ƒ³Ż ċŸèĦŒä¸­§™" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŻ ċŸèĦŒä¸­§™" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŻ™§ĞċŸèĦŒä¸­§™" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "一致™‚‹‚­ƒĵ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Ż‚‚Š›‚“" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "一致™‚‹ƒ‘‚ı‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ Ż‚‚Š›‚“" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "char ƒ‡ƒ‚¤‚ı用é ˜ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "‚µƒƒĵƒˆŞ„ċ…ċŠ›ƒ‡ƒ‚¤‚ı‚ż‚¤ƒ— %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "ƒ–ƒŞƒƒ‚¸‚µƒƒĵƒˆ‚’ċˆĉœŸċŒ–§›‚“: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ä½œĉˆĞċ¤ħĉ•———Ÿ: %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: ƒĦƒ˘ƒŞƒĵ不èĥ³§™" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %s ä½œĉˆĞċ¤ħĉ•—: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "'%s' ‚’é–‹‘›‚“: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "‚ğƒƒ‚·ƒ§ƒ³ŒèĤ‹¤‹‚Š›‚“" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "ƒ•‚Ħ‚¤ƒĞƒ˘ƒĵƒ‰'%s' ‚’‚ğƒƒƒˆ§›‚“: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%s ‚’èŞ­żèĵ‚›‚“: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’èŞ­żèĵ‚›‚“: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU ƒ‚¤ƒŠƒŞ %s ŒèĤ‹¤‹‚Š›‚“: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "ƒ­‚°ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’作ĉˆ§›‚“: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "‚³ƒžƒ³ƒ‰ċ…ĉİŸĞċ¤ħĉ•———Ÿ: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "予ĉœŸ—Ş„ pid ‚’ċ——Ÿ€ƒ€ƒĦ§™" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s ‚’èŞ­żèĵ‚›‚“: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ‚’é–‰˜‚‹“¨Œċ‡şĉ›‚“: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "ƒ‘‚¤ƒ—‚’作ĉˆ§›‚“: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒƒ£‚¤ƒĞƒ‰ƒ—ƒ­‚ğ‚ı‚’ƒ•‚݃ĵ‚Ż§›‚“: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ‚’ƒŞƒ³‚Żè§£é™¤§›‚“: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "ƒ›‚ıƒˆċċ–ċ—Ğċ¤ħĉ•———Ÿ" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "ƒ›‚ıƒˆċċ–ċ—Ğċ¤ħĉ•———Ÿ" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "ƒ›‚ıƒˆċċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ‡ƒ‚¤‚ıƒ˜ƒƒƒ€ƒĵ%s ‚’ĉĥˆċŽğ§›‚“" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgid "cannot change to root directory: %s" +msgstr "autostart ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’作ĉˆ§›‚“: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "ƒ›‚ıƒˆċ strdup Ğċ¤ħĉ•———Ÿ: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "ƒ›‚ıƒˆċ strdup Ğċ¤ħĉ•———Ÿ: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "ƒ›‚ıƒˆċ strdup Ğċ¤ħĉ•———Ÿ: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' ‚’ĉ‹Ħċĵµ§›‚“: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "‚³ƒžƒ³ƒ‰ƒİ‚¤ƒ³" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "èŞ­żèĵż‚¨ƒİƒĵ: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -msgstr "" +msgstr "pseudorandom UUID ¸ĉˆğ‚ŠŻƒİƒ³ƒ€ƒ ƒ‚¤ƒˆä½œĉˆĞċ¤ħĉ•———Ÿ: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "ƒ˜ƒĞƒ—èĦ¨ç¤ş" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "‚°ƒ­ƒĵƒƒĞƒ˜ƒĞƒ—ŸŻ‚³ƒžƒ³ƒ‰ċ›şĉœ‰ƒ˜ƒĞƒ—‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "‚³ƒžƒ³ƒ‰ċ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4048,318 +4416,322 @@ msgstr "" "‚³ƒžƒ³ƒ‰:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "ƒ‰ƒĦ‚¤ƒ³è‡Şċ‹•èµ·ċ‹•" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "èµ·ċ‹•ĉ™‚Ğƒ‰ƒĦ‚¤ƒ³‚’è‡Şċ‹•§èµ·ċ‹•™‚‹‚ˆ†Ğ設ċš—™€‚" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "ƒ‰ƒĦ‚¤ƒ³ċ€id ŸŻ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "è‡Şċ‹•èµ·ċ‹•è¨­ċš‚’解除" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ‚’è‡Şċ‹•èµ·ċ‹•Ğ設ċš™‚‹Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s è‡Şċ‹•èµ·ċ‹•è¨­ċšè§£é™¤Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œè‡Şċ‹•èµ·ċ‹•Ğ設ċš•‚Œ—Ÿ\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s è‡Şċ‹•èµ·ċ‹•è¨­ċšŒè§£é™¤•‚Œ—Ÿ\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵĞ(ċ†)ĉŽçĥš" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "ƒ­ƒĵ‚ЃЃ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵĞĉŽçĥš—™€‚“‚ŒŻ‚·‚§ƒĞèµ·ċ‹•ċŒƒ“ƒĞƒˆ‚¤ƒ³‚³ƒžƒ³ƒ‰" "§™€‚" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "ĉŽçĥš™‚‹ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "èŞ­żèĵżċ°‚用§ĉŽçĥš" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵċˆ‡ĉ–­Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "‚²‚ıƒˆ‚³ƒ³‚½ƒĵƒĞĞĉŽçĥš" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "‚²‚ıƒˆ‚·ƒŞ‚˘ƒĞ‚³ƒ³‚½ƒĵƒĞĞĉŽçĥš—™€‚" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "ƒ‰ƒĦ‚¤ƒ³Ğä½żç”¨§‚‹‚³ƒ³‚½ƒĵƒĞŒ‚‚Š›‚“\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "“ƒ—ƒİƒƒƒˆƒ•‚݃ĵƒ §Ż‚³ƒ³‚½ƒĵƒĞŻċŸè£…•‚ŒĤ„›‚“€‚" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "ċœĉ­˘çŠĥĉ…‹Š‚ˆ³ċ‹•ä½œä¸­ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "ċ‹•ä½œä¸­ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "ċċ‰" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "çŠĥĉ…‹" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "çŠĥĉ…‹Ş—" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "ƒ‰ƒĦ‚¤ƒ³çŠĥĉ…‹" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "ċŸèĦŒä¸­ƒ‰ƒĦ‚¤ƒ³çŠĥĉ…‹‚’èĦ¨ç¤ş—™€‚" +msgstr "ƒ‰ƒĦ‚¤ƒ³çŠĥĉ…‹‚’èż”—™€‚" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "ƒ‰ƒĦ‚¤ƒ³ƒ‡ƒ‚¤‚ıƒ–ƒ­ƒƒ‚ŻçŠĥĉ…‹‚’ċ–ċ——™€‚" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "ċŸèĦŒä¸­ƒ‰ƒĦ‚¤ƒ³ƒ‡ƒ‚¤‚ıƒ–ƒ­ƒƒ‚ŻçŠĥĉ…‹‚’ċ–ċ——™€‚" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "ƒ–ƒ­ƒƒ‚Żƒ‡ƒ‚¤‚ı" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "ƒ–ƒ­ƒƒ‚ŻçŠĥĉ…‹ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "ƒ‰ƒĦ‚¤ƒ³ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıçŠĥĉ…‹‚’ċ–ċ——™€‚" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "ċŸèĦŒä¸­ƒ‰ƒĦ‚¤ƒ³ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıçŠĥĉ…‹‚’ċ–ċ——™€‚" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı装ç½" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€ĉ™‚ċœĉ­˘" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "ċŸèĦŒä¸­ƒ‰ƒĦ‚¤ƒ³‚’一ĉ™‚ċœĉ­˘çŠĥĉ…‹Ğ—™€‚" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Żä¸€ĉ™‚ċœĉ­˘•‚Œ—Ÿ\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ä¸€ĉ™‚ċœĉ­˘Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆ" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "ƒ‰ƒĦ‚¤ƒ³‚’作ĉˆ—™€‚" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "XML ƒ‰ƒĦ‚¤ƒ³è¨˜èż°ƒ•‚Ħ‚¤ƒĞ" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œ %s ‹‚‰ä½œĉˆ•‚Œ—Ÿ\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‰ƒĦ‚¤ƒ³‚’ç™ğ録(Ÿ —èµ·ċ‹•—Ş„)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ç™ğ録—™€‚" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œ %s ‹‚‰ċšç݁•‚Œ—Ÿ\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s ‹‚‰ƒ‰ƒĦ‚¤ƒ³ċšç݁Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ‰Šé™¤" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³‚’ċ‰Šé™¤—™€‚" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "ƒ‰ƒĦ‚¤ƒ³ċŸŻ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċšç݁Żċ‰Šé™¤•‚ŒĤ„™\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċšç݁ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "(äğċ‰Ğċšç݁—Ÿ)ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³èµ·ċ‹•" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "ƒ‰ƒĦ‚¤ƒ³‚’èµ·ċ‹•—™€‚" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "ƒ‰ƒĦ‚¤ƒ³Ż™§Ğ‚˘‚Żƒ†‚£ƒ–ĞŞ£Ĥ„™" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œèµ·ċ‹••‚Œ—Ÿ\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "ƒ‰ƒĦ‚¤ƒ³çŠĥĉ…‹‚’ƒ•‚Ħ‚¤ƒĞĞ保ċ­˜" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "ċŸèĦŒä¸­ƒ‰ƒĦ‚¤ƒ³çŠĥĉ…‹‚’ƒ•‚Ħ‚¤ƒĞĞ保ċ­˜—™€‚" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "ƒ‡ƒĵ‚żäżċ­˜ċ ´ĉ‰€" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Ż %s Ğ保ċ­˜•‚Œ—Ÿ\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸äżċ­˜Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "‚ı‚ħ‚¸ƒƒĵƒİƒĵƒ‘ƒİƒĦƒĵ‚żƒĵ‚’èĤ‹‚‹/設ċš™‚‹" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "‚ı‚ħ‚¸ƒƒĵƒİƒĵƒ‘ƒİƒĦƒĵ‚żƒĵ‚’èĤ‹‚‹/設ċš™‚‹€‚" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "ċ€¤‚’ċ‰²‚Šċ½“Ĥ" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT ¸é‡żä𘁑" @@ -4368,1634 +4740,1627 @@ msgstr "XEN_CREDIT ¸é‡żä𘁑" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT ¸ä¸Šé™ċ€¤" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "不éİċˆ‡Ş weight ċ€¤" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "不éİċˆ‡Ş cap ċ€¤" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "不éİċˆ‡Ş cap ċ€¤" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "‚ı‚ħ‚¸ƒƒĵƒİƒĵ" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "不ĉ˜Ž" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "ƒ•‚Ħ‚¤ƒĞĞ保ċ­˜—Ĥ„‚‹çŠĥĉ…‹‹‚‰ƒ‰ƒĦ‚¤ƒ³‚’ċİċ…ƒ" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċİċ…ƒ—™€‚" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "ċİċ…ƒ™‚‹çŠĥĉ…‹" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "ƒ‰ƒĦ‚¤ƒ³Ż %s ‹‚‰ċİċ…ƒ•‚Œ—Ÿ\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ‹‚‰ċİċ…ƒĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "解ĉžŸ‚Ğƒ‰ƒĦ‚¤ƒ³‚³‚˘‚’ƒ•‚Ħ‚¤ƒĞĞƒ€ƒ³ƒ——™" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "ƒ‰ƒĦ‚¤ƒ³‚³‚˘ƒ€ƒ³ƒ—€‚" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "‚³‚˘‚’ƒ€ƒ³ƒ—™‚‹ċ ´ĉ‰€" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Ż %s Ğƒ€ƒ³ƒ—\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s  %s ¸ƒ€ƒ³ƒ—Żċ¤ħĉ•———Ÿ" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "ƒ‰ƒĦ‚¤ƒ³ċ†é–‹" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "一ĉ™‚ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³‚’ċ†é–‹—™€‚" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œċ†é–‹•‚Œ—Ÿ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċ†é–‹Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "ƒ‰ƒĦ‚¤ƒ³‚’çݏ‚„‹Ğċœĉ­˘" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "ĉŒ‡ċš—Ÿƒ‰ƒĦ‚¤ƒ³§ shutdown ‚’ċŸèĦŒ—™€‚" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ‚’‚·ƒ£ƒƒƒˆƒ€‚Ĥƒ³—Ĥ„™\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ‚·ƒ£ƒƒƒˆƒ€‚Ĥƒ³Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ƒ‰ƒĦ‚¤ƒ³ċ†èµ·ċ‹•" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "ĉŒ‡ċš—Ÿƒ‰ƒĦ‚¤ƒ³§ reboot ‚³ƒžƒ³ƒ‰‚’ċŸèĦŒ—™€‚" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ‚’ċ†èµ·ċ‹•—Ĥ„™\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċ†èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "ƒ‰ƒĦ‚¤ƒ³ċĵ·ċˆĥċœĉ­˘" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċĵ·ċˆĥċœĉ­˘—™€‚" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Żċĵ·ċˆĥċœĉ­˘•‚Œ—Ÿ\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċĵ·ċˆĥċœĉ­˘Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħ" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "ƒ‰ƒĦ‚¤ƒ³ċŸşĉœĴĉƒ…ċ ħ‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "ċċ‰:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS ‚ż‚¤ƒ—:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "çŠĥĉ…‹:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU ĉ™‚é–“:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "ĉœ€ċ¤§ƒĦƒ˘ƒŞƒĵ:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ċˆĥ限Ş—" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "ä½żç”¨ƒĦƒ˘ƒŞƒĵ:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "è‡Şċ‹•èµ·ċ‹•" +msgstr "è‡Şċ‹•èµ·ċ‹•:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "ċċ‰" +msgstr "ĉœ‰ċŠıĞ™‚‹" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "ç„ĦċŠıĞ™‚‹" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "NUMA çİşƒĦƒ˘ƒŞƒĵ:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "NUMA ‚ğƒĞ用ċˆİ用ċŻèƒ½ŞçİşƒĦƒ˘ƒŞƒĵ‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "NUMA ‚ğƒĞ番ċ·:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "ċˆè¨ˆ" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "ƒ‰ƒĦ‚¤ƒ³ vcpu ĉƒ…ċ ħ" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "ƒ‰ƒĦ‚¤ƒ³äğĉƒ³ CPU ċŸşĉœĴĉƒ…ċ ħ‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU ‚˘ƒ•‚£ƒ‹ƒ†‚£ƒĵ:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "ƒ‰ƒĦ‚¤ƒ³Żċœĉ­˘—ĤŠ‚Š€äğĉƒ³ CPU Ż‚‚Š›‚“€‚" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "äğĉƒ³ CPU ‚˘ƒ•‚£ƒ‹ƒ†‚£ƒĵè¨­ċš" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "ƒ‰ƒĦ‚¤ƒ³äğĉƒ³ CPU ‚’ƒ›‚ıƒˆç‰İ理 CPU Ğċ‰²‚Šċ½“Ĥ™€‚" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "äğĉƒ³ CPU 番ċ·" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "ƒ›‚ıƒˆ CPU 番ċ·(‚³ƒ³ƒž§ċŒşċˆ‡‚‹)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: ç„ĦċŠı€ċˆŻĉĴ ċĤ‚—Ÿ vCPU ĉ•°ċ€¤" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: cpulist ĉĴ ċĤ‚" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "ƒŽƒĵƒ‰ĉƒ…ċ ħċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "vcpupin: ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: ç„ĦċŠıŞ vCPU ĉ•°ċ€¤" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: 不ċ½“Şċ½˘ċĵ€‚ĉ–‡ċ­—ċˆ—Œçİş€‚" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: 不ċ½“Şċ½˘ċĵ€‚%d ('%c' èż‘) Ğĉ•°ċ­—‚’ĉœŸċ…€‚" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "cpulist: %s: 不ċ½“Şċ½˘ċĵ€‚%d ('%c' èż‘) Ğĉ•°ċ­—‹€‚³ƒ³ƒž‚’ĉœŸċ…€‚" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: 不ċ½“Şċ½˘ċĵ€‚%d Ğ‚³ƒ³ƒžŒçĥš„Ĥ„‚‹€‚" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "ç‰İ理 CPU '%d' Żċ­˜ċœ¨—Ĥ„›‚“" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "äğĉƒ³ CPU ĉ•°ċ¤‰ĉ›´" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "‚²‚ıƒˆƒ‰ƒĦ‚¤ƒ³§ċ‹•ä½œä¸­äğĉƒ³ CPU ĉ•°‚’ċ¤‰ĉ›´—™€‚" +msgstr "‚²‚ıƒˆƒ‰ƒĦ‚¤ƒ³äğĉƒ³ CPU ĉ•°‚’ċ¤‰ĉ›´—™€‚" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "äğĉƒ³ CPU ĉ•°" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "äğĉƒ³ CPU ĉ•°Œä¸ċ½“" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "äğĉƒ³ CPU Œċ¤š™Ž™€‚" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚şċ¤‰ĉ›´" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "‚²‚ıƒˆƒ‰ƒĦ‚¤ƒ³çċœ¨ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş‚’ċ¤‰ĉ›´—™€‚" -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "‚­ƒ­ƒ‚¤ƒˆċ˜ä½§ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "%d ŻƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş¨—ĤŻä¸éİċˆ‡Şċ€¤" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "ĉœ€ċ¤§ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş‚’確èލ§›‚“" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "ĉœ€ċ¤§ƒĦƒ˘ƒŞƒĵ上限ċ¤‰ĉ›´" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "‚²‚ıƒˆƒ‰ƒĦ‚¤ƒ³ĉœ€ċ¤§ƒĦƒ˘ƒŞƒĵ上限‚’ċ¤‰ĉ›´—™€‚" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "‚­ƒ­ƒ‚¤ƒˆċ˜ä½§ĉœ€ċ¤§ƒĦƒ˘ƒŞƒĵ上限" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "çċœ¨ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş‚’確èލ§›‚“" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "çċœ¨ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş‚’ç¸ċ°§›‚“" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "ĉœ€ċ¤§ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş‚’ċ¤‰ĉ›´§›‚“" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "ƒŽƒĵƒ‰ĉƒ…ċ ħ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "ƒŽƒĵƒ‰ċŸşĉœĴĉƒ…ċ ħ‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "ƒŽƒĵƒ‰ĉƒ…ċ ħċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU ƒ˘ƒ‡ƒĞ:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU ċ‘¨ĉ³˘ĉ•°:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU ‚½‚ħƒƒƒˆ:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "‚½‚ħƒƒƒˆ‚Ÿ‚Š‚³‚˘ĉ•°:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "‚³‚˘‚Ÿ‚Š‚ıƒĴƒƒƒ‰ĉ•°:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA ‚ğƒĞ:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "能ċŠ›ĉƒ…ċ ħ" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ/ƒ‰ƒİ‚¤ƒƒĵèƒ½ċŠ›ĉƒ…ċ ħ‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "能ċŠ›ĉƒ…ċ ħ‚’ċ—‚‹Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML ċ½˘ċĵƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħ" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħ‚’ XML ƒ€ƒ³ƒ—ċ½˘ċĵ§ stdout Ğċ‡şċŠ›—™€‚" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ƒ‰ƒĦ‚¤ƒ³ id ŸŻ UUID ‚’ƒ‰ƒĦ‚¤ƒ³ċĞċ¤‰ĉ›" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ƒ‰ƒĦ‚¤ƒ³ id ŸŻ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "ƒ‰ƒĦ‚¤ƒ³ċŸŻ UUID ‚’ƒ‰ƒĦ‚¤ƒ³ id Ğċ¤‰ĉ›" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "ƒ‰ƒĦ‚¤ƒ³ċŸŻ id ‚’ƒ‰ƒĦ‚¤ƒ³ UUID Ğċ¤‰ĉ›" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ƒ‰ƒĦ‚¤ƒ³ċŸŻ id" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "ƒ‰ƒĦ‚¤ƒ³ UUID ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "ä𖁃›‚ıƒˆĞƒ‰ƒĦ‚¤ƒ³‚’ç§ğċ‹••›‚‹" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ä𖁃›‚ıƒˆĞç§ğċ‹••›‚‹€‚ĉ´ğĉ€§ç§ğċ‹•§Ż --live ‚’äğ˜ċŠ ™‚‹€‚" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "ĉ´ğĉ€§ç§ğċ‹•" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "ċ›ċ…ˆƒ›‚ıƒˆĉŽçĥš URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "ç§ğċ‹• URI€‚通ċ¸¸Żçœç•ċŻ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "ç§ğċ‹•: desturi Œ‚‚Š›‚“" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żè‡Şċ‹•èµ·ċ‹•" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "ƒ–ƒĵƒˆĉ™‚ĞƒƒƒƒˆƒŻƒĵ‚Ż‚’è‡Şċ‹•§ä½œĉˆ—€èµ·ċ‹•™‚‹‚ˆ†Ğ設ċš—™€‚" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻċŸŻ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’è‡Şċ‹•èµ·ċ‹•Ğ設ċš™‚‹Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s è‡Şċ‹•èµ·ċ‹•è¨­ċšè§£é™¤Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Œè‡Şċ‹•èµ·ċ‹•Ğ設ċš•‚Œ—Ÿ\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s è‡Şċ‹•èµ·ċ‹•è¨­ċšŒè§£é™¤•‚Œ—Ÿ\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒƒƒƒˆƒŻƒĵ‚Żä½œĉˆ" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚’作ĉˆ—™€‚" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "XML ċ½˘ċĵ§ƒƒƒƒˆƒŻƒĵ‚Żĉ§‹ĉˆ‚’è¨˜èż°—Ÿƒ•‚Ħ‚¤ƒĞ" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Œ %s ‹‚‰ä½œĉˆ•‚Œ—Ÿ\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s ‹‚‰ƒƒƒƒˆƒŻƒĵ‚Żä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒƒƒƒˆƒŻƒĵ‚Ż‚’ç™ğ録(èµ·ċ‹•Ż—Ş„)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚’ç™ğ録—™€‚" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Œ %s ‹‚‰ċšç݁•‚Œ—Ÿ\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s ‹‚‰ƒƒƒƒˆƒŻƒĵ‚Żċšç݁Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċœĉ­˘" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚’ċœĉ­˘—™€‚" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ€id ŸŻ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Żċœĉ­˘•‚Œ—Ÿ\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ċœĉ­˘Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żĉƒ…ċ ħ‚’ XML ċ½˘ċĵ§èĦ¨ç¤ş" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "ƒƒƒƒˆƒŻƒĵ‚Żĉ§‹ĉˆĉƒ…ċ ħ‚’ XML ċ½˘ċĵ§èĦ¨ç¤ş—™€‚" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "ƒƒƒƒˆƒŻƒĵ‚Żä¸€èĤ§‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "ċœĉ­˘çŠĥĉ…‹ƒƒƒƒˆƒŻƒĵ‚Żä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "ċœĉ­˘çŠĥĉ…‹Š‚ˆ³ċ‹•ä½œä¸­ƒƒƒƒˆƒŻƒĵ‚Żä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "ċ‹•ä½œä¸­ƒƒƒƒˆƒŻƒĵ‚Żä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "ċœĉ­˘çŠĥĉ…‹ƒƒƒƒˆƒŻƒĵ‚Żä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "è‡Şċ‹•èµ·ċ‹•" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "è‡Şċ‹•èµ·ċ‹•Ş—" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "ċ‹•ä½œä¸­" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "ċœĉ­˘çŠĥĉ…‹" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż UUID ‚’ƒƒƒƒˆƒŻƒĵ‚ŻċĞċ¤‰ĉ›" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "(事ċ‰Ğç™ğ録—Ÿ)ċœĉ­˘çŠĥĉ…‹ƒƒƒƒˆƒŻƒĵ‚Żèµ·ċ‹•" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚’èµ·ċ‹•—™€‚" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "ċœĉ­˘çŠĥĉ…‹ƒƒƒƒˆƒŻƒĵ‚Żċ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Œèµ·ċ‹••‚Œ—Ÿ\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "ċœĉ­˘çŠĥĉ…‹ƒƒƒƒˆƒŻƒĵ‚Żç™ğ録ċ‰Šé™¤" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒƒƒƒˆƒŻƒĵ‚Ż‚’ċ‰Šé™¤—™€‚" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ċšç݁Żċ‰Šé™¤•‚ŒĤ„™\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ċšç݁ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ‚’ƒƒƒƒˆƒŻƒĵ‚Ż UUID Ğċ¤‰ĉ›" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż UUID ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "ƒ‰ƒĦ‚¤ƒ³è‡Şċ‹•èµ·ċ‹•" +msgstr "ƒ—ƒĵƒĞè‡Şċ‹•èµ·ċ‹•" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "èµ·ċ‹•ĉ™‚Ğƒ‰ƒĦ‚¤ƒ³‚’è‡Şċ‹•§èµ·ċ‹•™‚‹‚ˆ†Ğ設ċš—™€‚" +msgstr "èµ·ċ‹•ĉ™‚Ğƒ—ƒĵƒĞ‚’è‡Şċ‹•§èµ·ċ‹•™‚‹‚ˆ†Ğ設ċš—™€‚" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċŸŻ uuid" +msgstr "ƒ—ƒĵƒĞċŸŻ uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’è‡Şċ‹•èµ·ċ‹•Ğ設ċš™‚‹Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ‚’è‡Şċ‹•èµ·ċ‹•¨—Ĥƒžƒĵ‚Ż™‚‹Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s è‡Şċ‹•èµ·ċ‹•è¨­ċšè§£é™¤Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s è‡Şċ‹•èµ·ċ‹•ƒžƒĵ‚Żè§£é™¤Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œè‡Şċ‹•èµ·ċ‹•Ğ設ċš•‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s Œè‡Şċ‹•èµ·ċ‹•¨—Ĥƒžƒĵ‚Ż•‚Œ—Ÿ\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s è‡Şċ‹•èµ·ċ‹•è¨­ċšŒè§£é™¤•‚Œ—Ÿ\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆ" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’作ĉˆ—™€‚" - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "XML ƒ‰ƒĦ‚¤ƒ³è¨˜èż°ƒ•‚Ħ‚¤ƒĞ" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œ %s ‹‚‰ä½œĉˆ•‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s è‡Şċ‹•èµ·ċ‹•ƒžƒĵ‚ŻŒè§£é™¤•‚Œ—Ÿ\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ—ƒĵƒĞä½œĉˆ" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "ƒ—ƒĵƒĞ‚’作ĉˆ—™€‚" + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "XML ƒ—ƒĵƒĞè¨˜èż°‚’ċĞ‚€ƒ•‚Ħ‚¤ƒĞ" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "ƒ—ƒĵƒĞ %s Œ %s ‹‚‰ä½œĉˆ•‚Œ—Ÿ\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "%s ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "%s ‹‚‰ƒ—ƒĵƒĞ作ĉˆĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆ" +msgstr "ċĵ•ĉ•°‚ğƒƒƒˆ‹‚‰ƒ—ƒĵƒĞä½œĉˆ" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "ƒ—ƒĵƒĞċċ‰" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "ƒ—ƒĵƒĞ‚ż‚¤ƒ—" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "背ċŒĞ‚‚‹‚ıƒˆƒĴƒĵ‚¸ç”¨‚½ƒĵ‚ıƒ›‚ıƒˆ" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "背ċŒĞ‚‚‹‚ıƒˆƒĴƒĵ‚¸ç”¨‚½ƒĵ‚ıƒ‘‚ı" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "背ċŒĞ‚‚‹‚ıƒˆƒĴƒĵ‚¸ç”¨‚½ƒĵ‚ıƒ‡ƒ‚¤‚ı" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "背ċŒĞ‚‚‹‚ıƒˆƒĴƒĵ‚¸ç”¨‚żƒĵ‚²ƒƒƒˆ" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "ƒƒƒƒ•‚Ħċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "XML ƒƒƒƒ•‚Ħċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œ %s ‹‚‰ä½œĉˆ•‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s Œä½œĉˆ•‚Œ—Ÿ\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "%s ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‰ƒĦ‚¤ƒ³‚’ç™ğ録(Ÿ —èµ·ċ‹•—Ş„)" +msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ—ƒĵƒĞ‚’ċšçİ (Ÿ —èµ·ċ‹•—Ş„)" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ç™ğ録—™€‚" +msgstr "ƒ—ƒĵƒĞ‚’ċšç݁—™€‚" -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œ %s ‹‚‰ċšç݁•‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s Œ %s ‹‚‰ċšç݁•‚Œ—Ÿ\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "%s ‹‚‰ƒ‰ƒĦ‚¤ƒ³ċšç݁Ğċ¤ħĉ•———Ÿ" +msgstr "%s ‹‚‰ƒ—ƒĵƒĞċšç݁Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "ċĵ•ĉ•°‚ğƒƒƒˆ‹‚‰ƒ—ƒĵƒĞ‚’ċšçİ" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "背ċŒĞ‚‚‹‚ıƒˆƒĴƒĵ‚¸ç”¨‚½ƒĵ‚ıƒ‘‚ı" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œ %s ‹‚‰ċšç݁•‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s Œċšç݁•‚Œ—Ÿ\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċšç݁ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ċšç݁Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "ƒ—ƒĵƒĞ‚’ĉ§‹çŻ‰" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "äğğĉ„ƒ—ƒĵƒĞ‚’ĉ§‹çŻ‰" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "ƒ—ƒĵƒĞ %s Œĉ§‹çŻ‰•‚Œ—Ÿ\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ä¸€ĉ™‚ċœĉ­˘Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ĉ§‹çŻ‰Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċĵ·ċˆĥċœĉ­˘" +msgstr "ƒ—ƒĵƒĞ‚’ç ´ċ£Š" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċĵ·ċˆĥċœĉ­˘—™€‚" +msgstr "äğğĉ„ƒ—ƒĵƒĞ‚’ç ´ċ£Š" -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Żċĵ·ċˆĥċœĉ­˘•‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s Żç ´ċ£Š•‚Œ—Ÿ\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċĵ·ċˆĥċœĉ­˘Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ç ´ċ£ŠĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "ƒ—ƒĵƒĞċ‰Šé™¤" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċĵ·ċˆĥċœĉ­˘—™€‚" +msgstr "äğğĉ„ƒ—ƒĵƒĞ‚’ċ‰Šé™¤" -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Żċĵ·ċˆĥċœĉ­˘•‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s Żċ‰Šé™¤•‚Œ—Ÿ\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċĵ·ċˆĥċœĉ­˘Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "ƒ—ƒĵƒĞ‚’ƒŞƒ•ƒĴƒƒ‚·ƒ" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "äğğĉ„ƒ—ƒĵƒĞ‚’ƒŞƒ•ƒĴƒƒ‚·ƒ" -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œċ†é–‹•‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s ŒƒŞƒ•ƒĴƒƒ‚·ƒ•‚Œ—Ÿ\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċ†é–‹Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ƒŞƒ•ƒĴƒƒ‚·ƒĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XML ċ½˘ċĵƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħ" +msgstr "XML ċ½˘ċĵƒ—ƒĵƒĞĉƒ…ċ ħ" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħ‚’ XML ƒ€ƒ³ƒ—ċ½˘ċĵ§ stdout Ğċ‡şċŠ›—™€‚" +msgstr "ƒ—ƒĵƒĞĉƒ…ċ ħ‚’ XML ƒ€ƒ³ƒ—ċ½˘ċĵ§ stdout Ğċ‡şċŠ›—™€‚" -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş" +msgstr "ƒ—ƒĵƒĞä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş—™€‚" +msgstr "ƒ—ƒĵƒĞä¸€èĤ§‚’èż”—™€‚" -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ—ƒĵƒĞ一èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "ċœĉ­˘çŠĥĉ…‹Š‚ˆ³ċ‹•ä½œä¸­ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş" +msgstr "ċœĉ­˘ä¸­Š‚ˆ³ċ‹•ä½œä¸­ƒ—ƒĵƒĞä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "ċ‹•ä½œä¸­ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" +msgstr "ċ‹•ä½œä¸­ƒ—ƒĵƒĞä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ—ƒĵƒĞä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%s §ç„ĦċŠıŞƒƒƒƒˆƒŻƒĵ‚Żƒ‚¤ƒ³‚żƒĵ§™" +msgstr "%s Ğç„ĦċŠıŞ‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞƒ‚¤ƒ³‚żƒĵŒ‚‚Š™" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "ç™ğ録—Ĥ„‚‹ƒ‰ƒİ‚¤ƒƒĵŒċ¤š™Ž™" +msgstr "ċ—理—Ÿ‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŒċ¤š™Ž™" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "ƒĦƒ˘ƒŞƒĵ不èĥ³" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċšç݁ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ċšç݁Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "ç™ğ録—Ĥ„‚‹ƒ‰ƒİ‚¤ƒƒĵŒċ¤š™Ž™" +msgstr "ċ—理—Ÿ‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŒċ¤š™Ž™" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "ƒŽƒĵƒ‰ĉƒ…ċ ħ" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞĉƒ…ċ ħ" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "ƒŽƒĵƒ‰ċŸşĉœĴĉƒ…ċ ħ‚’èĦ¨ç¤ş—™€‚" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞċŸşĉœĴĉƒ…ċ ħ‚’èż”—™€‚" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" -msgstr "" +msgstr "ĉ§‹çŻ‰ä¸­" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "ċŸèĦŒä¸­" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" -msgstr "" +msgstr "ċˆ†è§£ĉ¸ˆż" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" -msgstr "" +msgstr "ċı量:" -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċ‰²‚Šċ½“Ĥ中" +msgstr "ċ‰²‚Šċ½“Ĥ:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" -msgstr "" - -#: src/virsh.c:3664 -#, fuzzy -msgid "convert a pool UUID to pool name" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż UUID ‚’ƒƒƒƒˆƒŻƒĵ‚ŻċĞċ¤‰ĉ›" - -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "ƒ‰ƒĦ‚¤ƒ³ uuid" - -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "(äğċ‰Ğċšç݁—Ÿ)ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³èµ·ċ‹•" - -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’èµ·ċ‹•—™€‚" +msgstr "ċˆİ用ċŻèƒ½:" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "ƒ—ƒĵƒĞ UUID ‚’ƒ—ƒĵƒĞċĞċ¤‰ĉ›" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "ƒ—ƒĵƒĞ uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "(äğċ‰Ğċšç݁—Ÿ)ċœĉ­˘çŠĥĉ…‹ƒ—ƒĵƒĞèµ·ċ‹•" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "ƒ—ƒĵƒĞ‚’èµ·ċ‹•—™€‚" + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ—ƒĵƒĞċ" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œèµ·ċ‹••‚Œ—Ÿ\n" +msgstr "ƒ—ƒĵƒĞ %s Œèµ·ċ‹••‚Œ—Ÿ\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆ" +msgstr "ċĵ•ĉ•°‚ğƒƒƒˆ‹‚‰ƒœƒŞƒƒĵƒ ä½œĉˆ" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’作ĉˆ—™€‚" +msgstr "ƒœƒŞƒƒĵƒ ‚’作ĉˆ—™€‚" -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "ƒœƒŞƒƒĵƒ ċċ‰" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "‚ރ—‚·ƒ§ƒ³ k,M,G,T ĉŽċ°èž‚’ĉŒ¤ƒœƒŞƒƒĵƒ ‚µ‚¤‚ş" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "‚ރ—‚·ƒ§ƒ³ k,M,G,T ĉŽċ°èž‚’ĉŒ¤ċˆĉœŸċ‰²‚Šċ½“Ĥ‚µ‚¤‚ş" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "ƒ•‚Ħ‚¤ƒĞċ½˘ċĵ‚ż‚¤ƒ— raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆ‚µ‚¤‚ş %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œ %s ‹‚‰ä½œĉˆ•‚Œ—Ÿ\n" +msgstr "ƒœƒŞƒƒĵƒ  %s Œ 作ĉˆ•‚Œ—Ÿ\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +msgstr "ƒœƒŞƒƒĵƒ  %s ä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ċ‰Šé™¤" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ—ƒĵƒĞċšçİ解除" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³‚’ċ‰Šé™¤—™€‚" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ—ƒĵƒĞè¨­ċš‚’ċšçİ解除—™€‚" -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċšç݁Żċ‰Šé™¤•‚ŒĤ„™\n" +msgstr "ƒ—ƒĵƒĞ %s ċšç݁Żè§£é™¤•‚ŒĤ„™\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċšç݁ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ċšçİ解除Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ‚’ƒƒƒƒˆƒŻƒĵ‚Ż UUID Ğċ¤‰ĉ›" +msgstr "ƒ—ƒĵƒĞċ‚’ƒ—ƒĵƒĞ UUID Ğċ¤‰ĉ›" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "ƒ‰ƒĦ‚¤ƒ³ UUID ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ UUID ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆ" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "XML ƒ‰ƒĦ‚¤ƒ³è¨˜èż°ƒ•‚Ħ‚¤ƒĞ" +msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒœƒŞƒƒĵƒ ä½œĉˆ" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "XML ƒœƒŞƒƒĵƒ è¨˜èż°‚’ċĞ‚€ƒ•‚Ħ‚¤ƒĞ" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Œ %s ‹‚‰ä½œĉˆ•‚Œ—Ÿ\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "%s ‹‚‰ƒ‰ƒĦ‚¤ƒ³ä½œĉˆĞċ¤ħĉ•———Ÿ" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċĵ·ċˆĥċœĉ­˘—™€‚" - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "ƒœƒŞƒƒĵƒ  %s Œ %s ‹‚‰ä½œĉˆ•‚Œ—Ÿ\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "%s ‹‚‰ƒœƒŞƒƒĵƒ ä½œĉˆĞċ¤ħĉ•———Ÿ" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "ƒœƒŞƒƒĵƒ ‚’ċ‰Šé™¤" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "äğğĉ„ƒœƒŞƒƒĵƒ ‚’ċ‰Šé™¤" + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "ƒœƒŞƒƒĵƒ ċ€‚­ƒĵ€ċˆŻƒ‘‚ı" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Żċĵ·ċˆĥċœĉ­˘•‚Œ—Ÿ\n" +msgstr "ƒœƒŞƒƒĵƒ  %s Żċ‰Šé™¤•‚Œ—Ÿ\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċĵ·ċˆĥċœĉ­˘Ğċ¤ħĉ•———Ÿ" +msgstr "ƒœƒŞƒƒĵƒ  %s ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "ƒŽƒĵƒ‰ĉƒ…ċ ħ" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ĉƒ…ċ ħ" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "ƒŽƒĵƒ‰ċŸşĉœĴĉƒ…ċ ħ‚’èĦ¨ç¤ş—™€‚" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ċŸşĉœĴĉƒ…ċ ħ‚’èż”—™€‚" -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "OS ‚ż‚¤ƒ—:" +msgstr "‚ż‚¤ƒ—:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML ƒ•‚Ħ‚¤ƒĞ" +msgstr "ƒ•‚Ħ‚¤ƒĞ" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" -msgstr "ƒ–ƒ­ƒƒ‚Ż•‚ŒĤ„™" +msgstr "ƒ–ƒ­ƒƒ‚Ż" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XML ċ½˘ċĵƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħ" +msgstr "XML ċ½˘ċĵƒœƒŞƒƒĵƒ ĉƒ…ċ ħ" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħ‚’ XML ƒ€ƒ³ƒ—ċ½˘ċĵ§ stdout Ğċ‡şċŠ›—™€‚" +msgstr "ƒœƒŞƒƒĵƒ ĉƒ…ċ ħ‚’ XML ƒ€ƒ³ƒ—ċ½˘ċĵ§ stdout Ğċ‡şċŠ›—™€‚" -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş" +msgstr "ƒœƒŞƒƒĵƒ ä¸€èĤ§‚’èĦ¨ç¤ş" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş—™€‚" +msgstr "ƒ—ƒĵƒĞċˆĞƒœƒŞƒƒĵƒ ä¸€èĤ§‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "ċ‹•ä½œä¸­ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "ċ‹•ä½œä¸­ƒœƒŞƒƒĵƒ ä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "ƒ‘‚ı" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż UUID ‚’ƒƒƒƒˆƒŻƒĵ‚ŻċĞċ¤‰ĉ›" +msgstr "ƒœƒŞƒƒĵƒ  UUID ‚’ƒœƒŞƒƒĵƒ ċĞċ¤‰ĉ›" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "ƒœƒŞƒƒĵƒ ‚­ƒĵ€ċˆŻƒ‘‚ı" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż UUID ‚’ƒƒƒƒˆƒŻƒĵ‚ŻċĞċ¤‰ĉ›" +msgstr "ƒœƒŞƒƒĵƒ  UUID ‚’ƒœƒŞƒƒĵƒ ‚­ƒĵĞċ¤‰ĉ›" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "ƒ‰ƒĦ‚¤ƒ³ uuid" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż UUID ‚’ƒƒƒƒˆƒŻƒĵ‚ŻċĞċ¤‰ĉ›" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "ƒœƒŞƒƒĵƒ  uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "ƒœƒŞƒƒĵƒ  UUID ‚’ƒœƒŞƒƒĵƒ ƒ‘‚ıĞċ¤‰ĉ›" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "ƒœƒŞƒƒĵƒ ċ€ċˆŻ‚­ƒĵ" + +#: src/virsh.c:4347 msgid "show version" msgstr "ƒƒĵ‚¸ƒ§ƒ³èĦ¨ç¤ş" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "‚·‚ıƒ†ƒ ƒƒĵ‚¸ƒ§ƒ³ĉƒ…ċ ħ‚’èĦ¨ç¤ş—™€‚" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ‚ż‚¤ƒ—ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "‚³ƒ³ƒ‘‚¤ƒĞĉ™‚Ğä½żç”¨—Ÿƒİ‚¤ƒ–ƒİƒŞ: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "ƒİ‚¤ƒ–ƒİƒŞƒƒĵ‚¸ƒ§ƒ³ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "ä½żç”¨ä¸­ƒİ‚¤ƒ–ƒİƒŞ: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "ä½żç”¨ä¸­ API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵƒƒĵ‚¸ƒ§ƒ³ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "ċŸèĦŒä¸­ %s ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵƒƒĵ‚¸ƒ§ƒ³‚’ĉŠ½ċ‡ş§›‚“\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "ċŸèĦŒä¸­ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA Ż“ƒ›‚ıƒˆä¸Š§Ż‚µƒƒĵƒˆŒ‚‚Š›‚“" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "能ċŠ›ĉƒ…ċ ħ" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "ƒœƒŞƒƒĵƒ ĉƒ…ċ ħ‚’ XML ƒ€ƒ³ƒ—ċ½˘ċĵ§ stdout Ğċ‡şċŠ›—™€‚" + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "ƒ‡ƒ‚¤‚ı" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵƒ›‚ıƒˆċ‚’èĦ¨ç¤ş—™" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "ƒ›‚ıƒˆċċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵĉ¨™ĉş–çš„Ş URI ‚’èĦ¨ç¤ş—™" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc èĦ¨ç¤ş" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC èĦ¨ç¤şŸ‚ IP ‚˘ƒ‰ƒĴ‚ı¨ƒƒĵƒˆç•Şċ·‚’ċ‡şċŠ›—™€‚" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty ‚³ƒ³‚½ƒĵƒĞ" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY ‚³ƒ³‚½ƒĵƒĞŸ‚è£…罂’ċ‡şċŠ›—™€‚" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‡ƒ‚¤‚ı‚’èż½ċŠ " -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "XML <ƒ•‚Ħ‚¤ƒĞ>‹‚‰ƒ‡ƒ‚¤‚ı‚’èż½ċŠ " -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML ƒ•‚Ħ‚¤ƒĞ" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device: ‚ރ—‚·ƒ§ƒ³Œ‚‚Š›‚“" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s ‹‚‰ƒ‡ƒ‚¤‚ıèż½ċŠ Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "XML ƒ•‚Ħ‚¤ƒĞ‹‚‰ƒ‡ƒ‚¤‚ı‚’ċ‰Šé™¤" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "XML <ƒ•‚Ħ‚¤ƒĞ>‹‚‰ƒ‡ƒ‚¤‚ı‚’ċ‰Šé™¤" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device: ‚ރ—‚·ƒ§ƒ³Œ‚‚Š›‚“" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s ‹‚‰ƒ‡ƒ‚¤‚ıċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı‚’ĉŽçĥš—™" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "ĉ–°—„ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı‚’ĉŽçĥš—™€‚" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı‚ż‚¤ƒ—" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı‚½ƒĵ‚ı" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "‚żƒĵ‚²ƒƒƒˆƒƒƒƒˆƒŻƒĵ‚Żċ" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC ‚˘ƒ‰ƒĴ‚ı" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ı‚’ĉŽçĥš™‚‹Ğä½ż‚‚Œ‚‹‚ı‚ŻƒŞƒ—ƒˆ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "'attach-interface' ‚³ƒžƒ³ƒ‰§Ż %s ‚’‚µƒƒĵƒˆ—Ĥ„›‚“" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıċ‰Šé™¤" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıċ‰Šé™¤€‚" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıĉƒ…ċ ħċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "%s ¨„†‚ż‚¤ƒ—‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıŻèĤ‹¤‹‚Š›‚“§—Ÿ" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "%s ¨„† MAC ‚˘ƒ‰ƒĴ‚ı‚¤ƒ³‚żƒĵƒ•‚§ƒĵ‚ıŻèĤ‹¤‹‚Š›‚“§—Ÿ" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "ƒ‡‚£‚ı‚Żè£…罁ĉŽçĥš" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "ĉ–°—„ƒ‡‚£‚ı‚Żè£…罁ĉŽçĥš€‚" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "ƒ‡‚£‚ı‚Żè£…罁‚½ƒĵ‚ı" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "ƒ‡‚£‚ı‚Żè£…罁‚żƒĵ‚²ƒƒƒˆ" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "ƒ‡‚£‚ı‚Żè£…罁ƒ‰ƒİ‚¤ƒƒĵ" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "ƒ‡‚£‚ı‚Żè£…罁‚µƒ–ƒ‰ƒİ‚¤ƒƒĵ" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "è£…ç½èŞ­żĉ›¸ƒ˘ƒĵƒ‰" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "'attach-disk' ‚³ƒžƒ³ƒ‰§Ż %s ‚’‚µƒƒĵƒˆ—Ĥ„›‚“" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "ƒ‡‚£‚ı‚Żè£…罁ċ‰Šé™¤" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "ƒ‡‚£‚ı‚Żè£…罁ċ‰Šé™¤€‚" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "ƒ‡‚£‚ı‚Żĉƒ…ċ ħċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "‚żƒĵ‚²ƒƒƒˆŒ %s §‚‚‹ƒ‡‚£‚ı‚ŻŻèĤ‹¤‹‚Š›‚“§—Ÿ" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "init ĉ–‡ċ­—ċˆ—用 calloc ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•—: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "ċœĉ­˘ä¸­ƒ‰ƒĦ‚¤ƒ³ %s ä½œĉˆĞċ¤ħĉ•———Ÿ\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ċ" +msgstr "lvs ‚³ƒžƒ³ƒ‰Żċ¤ħĉ•—§™" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs ‚³ƒžƒ³ƒ‰Żçµ‚了‚ıƒ†ƒĵ‚ż‚ı %d §ċ¤ħĉ•———Ÿ" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³‚’ċ‰Šé™¤—™€‚" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³‚’ċ‰Šé™¤—™€‚" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "設ċšƒ•‚Ħ‚¤ƒĞèŞ­żèĵżĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒƒƒƒˆƒŻƒĵ‚Ż‚’ċ‰Šé™¤—™€‚" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒƒƒƒˆƒŻƒĵ‚Ż‚’ċ‰Šé™¤—™€‚" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³‚’ċ‰Šé™¤—™€‚" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ—ƒĵƒĞè¨­ċš‚’ċšçİ解除—™€‚" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "ç™ğ録•‚ŒĤ„‚‹ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³‚’ċ‰Šé™¤—™€‚" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ—ƒĵƒĞè¨­ċš‚’ċšçİ解除—™€‚" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "ċŻèİħċĵ‚żƒĵƒŸƒŠƒĞçµ‚了" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "‚³ƒžƒ³ƒ‰ '%s' ĞŻ <%s> ‚ރ—‚·ƒ§ƒ³Œċż…èĤ§™" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "‚³ƒžƒ³ƒ‰ '%s' ĞŻ --%s ‚ރ—‚·ƒ§ƒ³Œċż…èĤ§™" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "‚³ƒžƒ³ƒ‰ '%s' Żċ­˜ċœ¨—Ĥ„›‚“" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " ċċ‰\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6003,7 +6368,7 @@ msgstr "" "\n" " ċ½˘ċĵ\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6011,7 +6376,7 @@ msgstr "" "\n" " èݳ細\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6019,55 +6384,53 @@ msgstr "" "\n" " ‚ރ—‚·ƒ§ƒ³\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "ĉœŞċšç݁ƒ‰ƒĦ‚¤ƒ³ċŸŻ id §™" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "ƒ‰ƒĦ‚¤ƒ³ '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "ĉœŞċšç݁ƒƒƒƒˆƒŻƒĵ‚Żċ§™" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "ĉœŞċšç݁ƒƒƒƒˆƒŻƒĵ‚Żċ§™" +msgstr "ĉœŞċšç݁ƒ—ƒĵƒĞċ§™" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "ƒ‰ƒĦ‚¤ƒ³ '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "ĉœŞċšç݁ƒƒƒƒˆƒŻƒĵ‚Żċ§™" +msgstr "ĉœŞċšç݁ƒœƒŞƒƒĵƒ ċ§™" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "ƒ‰ƒĦ‚¤ƒ³ '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "ƒœƒŞƒƒĵƒ  '%s' ċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6078,130 +6441,129 @@ msgstr "" "(ĉ™‚é–“: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "不èĥ³ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "予ĉœŸ—Ş„ƒˆƒĵ‚Żƒ³(‚³ƒžƒ³ƒ‰ċ): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "不ĉ˜ŽŞ‚³ƒžƒ³ƒ‰: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "‚³ƒžƒ³ƒ‰ '%s' Ż‚ރ—‚·ƒ§ƒ³ --%s ‚’‚µƒƒĵƒˆ—Ĥ„›‚“" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "予ĉœŸ•‚Œ‚‹ĉ§‹ĉ–‡: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "番ċ·" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "ĉ–‡ċ­—ċˆ—" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "予ĉœŸ—Ş„ƒ‡ƒĵ‚ż '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "‚ރ—‚·ƒ§ƒ³" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "ƒ‡ƒĵ‚ż" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML ƒ•‚Ħ‚¤ƒĞ" +msgstr "ƒ•‚Ħ‚¤ƒĞ" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "一ĉ™‚ċœĉ­˘ä¸­" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "‚·ƒ£ƒƒƒˆƒ€‚Ĥƒ³ä¸­" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "‚·ƒ£ƒƒƒˆ‚ރ•" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "‚Żƒİƒƒ‚·ƒ——Ÿ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "‚ރ•ƒİ‚¤ƒ³" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "ĉœ‰ċŠıŞĉŽçĥš§Ż‚‚Š›‚“" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: ‚¨ƒİƒĵ: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "‚¨ƒİƒĵ: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d ƒ‚¤ƒˆ‚’ċ‰²‚Šċ½“Ĥ‚‹Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu ƒ‚¤ƒˆ‚’ċ‰²‚Šċ½“Ĥ‚‹Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉƒ…ċ ħċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "ƒ­‚°ƒ‘‚ıŒƒ•‚Ħ‚¤ƒĞ§Ż‚‚Š›‚“" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ‚’é–‹‘›‚“€‚ƒ­‚°ƒ•‚Ħ‚¤ƒĞƒ‘‚ı‚’確èލ—Ĥ •„" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: ƒ­‚°ƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" -msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵċˆ‡ĉ–­Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ‚¤ƒ‘ƒ‚¤‚ĥƒĵ‹‚‰ċˆ‡ĉ–­Ğċ¤ħĉ•———Ÿ" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6234,7 +6596,7 @@ msgstr "" "\n" " ‚³ƒžƒ³ƒ‰ (非ċŻèİħċĵƒ˘ƒĵƒ‰):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6244,12 +6606,12 @@ msgstr "" " (‚³ƒžƒ³ƒ‰Ğ関™‚‹èݳ細Ż€ help ‚’ĉŒ‡ċš—™)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„‚ރ—‚·ƒ§ƒ³ '-%c' §™€‚--help ‚’ċ‚ç…§—Ĥ •„€‚" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6258,7 +6620,7 @@ msgstr "" "%s Ğ‚ˆ†“€äğĉƒ³ċŒ–ċŻèİħċĵ‚żƒĵƒŸƒŠƒĞ§™€‚\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6276,878 +6638,940 @@ msgstr "è­Ĥċ‘Š" msgid "error" msgstr "‚¨ƒİƒĵ" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "‚¨ƒİƒĵƒĦƒƒ‚ğƒĵ‚¸Ż‚‚Š›‚“§—Ÿ" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "ċ†…部‚¨ƒİƒĵ %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "ċ†…部‚¨ƒİƒĵ" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "“ĉݟ能Żƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵŒ‚µƒƒĵƒˆ—Ĥ„›‚“" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "“ĉݟ能Żƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵŒ‚µƒƒĵƒˆ—Ĥ„›‚“: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵĞĉŽçĥš§›‚“§—Ÿ" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s ĞĉŽçĥš§›‚“§—Ÿ" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ç„ĦċŠıŞĉŽçĥšƒ‚¤ƒ³‚żƒĵ" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s §ç„ĦċŠıŞĉŽçĥšƒ‚¤ƒ³‚żƒĵ§™" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s §ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ§™" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "ç„ĦċŠıŞċĵ•ĉ•°" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s §ç„ĦċŠıŞċĵ•ĉ•°§™" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET ĉ“ä½œŻċ¤ħĉ•———Ÿ" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST ĉ“ä½œŻċ¤ħĉ•———Ÿ" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "不ĉ˜ŽŞ HTTP ‚¨ƒİƒĵ‚³ƒĵƒ‰ %d ‚’ċ–ċ———Ÿ" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "不ĉ˜ŽŞƒ›‚ıƒˆ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "不ĉ˜ŽŞƒ›‚ıƒˆ" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S ċĵ‚·ƒŞ‚˘ƒİ‚¤‚şĞċ¤ħĉ•———Ÿ: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S ċĵ‚·ƒŞ‚˘ƒİ‚¤‚şĞċ¤ħĉ•———Ÿ" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ‚¨ƒ³ƒˆƒŞƒĵ‚’ä½żç”¨§›‚“§—Ÿ" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen ƒ‚¤ƒ‘ƒĵƒ‚¤‚ĥƒĵ‚¨ƒ³ƒˆƒŞƒĵ %s ‚’ä½żç”¨§›‚“§—Ÿ" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen Store ĞĉŽçĥš§›‚“§—Ÿ" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen Store %s ĞĉŽçĥš§›‚“§—Ÿ" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d Ğċ¤ħĉ•—" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "‚ЃĵƒƒĞĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s  root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "è£…ç½ %s ‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "装罁‚żƒĵ‚²ƒƒƒˆĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "è£…ç½ %s ‚żƒĵ‚²ƒƒƒˆĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "ƒ‰ƒĦ‚¤ƒ³ċĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s ƒ‰ƒĦ‚¤ƒ³ċĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "‚ރšƒĴƒĵƒ†‚£ƒ³‚°‚·‚ıƒ†ƒ ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s ‚ރšƒĴƒĵƒ†‚£ƒ³‚°‚·‚ıƒ†ƒ ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s è£…ç½ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "ç™ğ録—Ĥ„‚‹ƒ‰ƒİ‚¤ƒƒĵŒċ¤š™Ž™" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s Ğç™ğ録—Ĥ„‚‹ƒ‰ƒİ‚¤ƒƒĵŒċ¤š™Ž™" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ƒİ‚¤ƒ–ƒİƒŞƒĵċ‘ĵċ‡ş—Œċ¤ħĉ•———Ÿ€‚µƒƒĵƒˆ•‚ŒĤ„Ş„ċŻèƒ½ĉ€§Œ‚‚Š™" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "" "ƒİ‚¤ƒ–ƒİƒŞƒĵċ‘ĵċ‡ş— %s Œċ¤ħĉ•———Ÿ€‚µƒƒĵƒˆ•‚ŒĤ„Ş„ċŻèƒ½ĉ€§Œ‚‚Š™" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML è¨˜èż°Œĉ­£—ĉ§‹ĉˆ•‚ŒĤ„Ş„‹ç„ĦċŠı§™" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s  XML è¨˜èż°Œĉ­£—ĉ§‹ĉˆ•‚ŒĤ„Ş„‹ç„ĦċŠı§™" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "“ƒ‰ƒĦ‚¤ƒ³Ż™§Ğċ­˜ċœ¨—Ĥ„™" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Ż™§Ğċ­˜ċœ¨—Ĥ„™" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "èŞ­żèĵżċ°‚用‚˘‚Ż‚ğ‚ıĞċŻ—Ĥĉ“ä½œŻçĤĉ­˘•‚ŒĤ„™" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "èŞ­żèĵżċ°‚用‚˘‚Ż‚ğ‚ıĞċŻ—Ĥĉ“ä½œ %s ŻçĤĉ­˘•‚ŒĤ„™" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "èŞ­żèĵżŸ‚è¨­ċšƒ•‚Ħ‚¤ƒĞ‚’é–‹Ğċ¤ħĉ•———Ÿ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "èŞ­żèĵżŸ‚ %s ‚’é–‹Ğċ¤ħĉ•———Ÿ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "設ċšƒ•‚Ħ‚¤ƒĞèŞ­żèĵżĞċ¤ħĉ•———Ÿ" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "設ċšƒ•‚Ħ‚¤ƒĞ %s èŞ­żèĵżĞċ¤ħĉ•———Ÿ" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "設ċšƒ•‚Ħ‚¤ƒĞè§£ĉžĞċ¤ħĉ•———Ÿ" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "設ċšƒ•‚Ħ‚¤ƒĞ %s è§£ĉžĞċ¤ħĉ•———Ÿ" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ§‹ĉ–‡‚¨ƒİƒĵ" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ§‹ĉ–‡‚¨ƒİƒĵ: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "ĉ§‹ĉ–‡è§£ĉž‚¨ƒİƒĵ" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "ç„ĦċŠıŞƒƒƒƒˆƒŻƒĵ‚Żƒ‚¤ƒ³‚żƒĵ" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s §ç„ĦċŠıŞƒƒƒƒˆƒŻƒĵ‚Żƒ‚¤ƒ³‚żƒĵ§™" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "“ƒƒƒƒˆƒŻƒĵ‚ŻŻ™§Ğċ­˜ċœ¨—Ĥ„™" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s Ż™§Ğċ­˜ċœ¨—Ĥ„™" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "‚·‚ıƒ†ƒ ‚³ƒĵƒĞ‚¨ƒİƒĵ" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC ‚¨ƒİƒĵ" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS ċ‘ĵ³ċ‡ş—‚¨ƒİƒĵ" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "ƒ‰ƒĦ‚¤ƒ³ŒèĤ‹¤‹‚Š›‚“" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "ƒ‰ƒĦ‚¤ƒ³ŻèĤ‹¤‹‚Š›‚“§—Ÿ: %s " -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“§—Ÿ: %s " -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "ç„ĦċŠıŞ MAC ‚˘ƒ‰ƒĴ‚ı" -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "ç„ĦċŠıŞ MAC ‚˘ƒ‰ƒĴ‚ı: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "èŞè¨ĵĞċ¤ħĉ•———Ÿ" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "èŞè¨ĵĞċ¤ħĉ•———Ÿ: %s" -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“" - -#: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“§—Ÿ: %s " - -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“" - #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒèĤ‹¤‹‚Š›‚“§—Ÿ: %s " +msgid "Storage pool not found" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŒèĤ‹¤‹‚Š›‚“" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "ç„ĦċŠıŞƒƒƒƒˆƒŻƒĵ‚Żƒ‚¤ƒ³‚żƒĵ" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞŒèĤ‹¤‹‚Š›‚“: %s " #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%s §ç„ĦċŠıŞƒƒƒƒˆƒŻƒĵ‚Żƒ‚¤ƒ³‚żƒĵ§™" +msgid "Storage volume not found" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ŒèĤ‹¤‹‚Š›‚“" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "ç„ĦċŠıŞƒƒƒƒˆƒŻƒĵ‚Żƒ‚¤ƒ³‚żƒĵ" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ŒèĤ‹¤‹‚Š›‚“: %s " #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%s §ç„ĦċŠıŞƒƒƒƒˆƒŻƒĵ‚Żƒ‚¤ƒ³‚żƒĵ§™" +msgid "invalid storage pool pointer in" +msgstr "ç„ĦċŠıŞ‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞƒ‚¤ƒ³‚żƒĵŒ‚‚Š™" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%s Ğç„ĦċŠıŞ‚ıƒˆƒĴƒĵ‚¸ƒ—ƒĵƒĞƒ‚¤ƒ³‚żƒĵŒ‚‚Š™" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" +msgid "invalid storage volume pointer in" +msgstr "ç„ĦċŠıŞ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ƒ‚¤ƒ³‚żƒĵŒ‚‚Š™" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%s Ğç„ĦċŠıŞ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ƒ‚¤ƒ³‚żƒĵŒ‚‚Š™" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ‰ƒİ‚¤ƒƒĵĉ¤œċ‡şĞċ¤ħĉ•———Ÿ" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ‰ƒİ‚¤ƒƒĵĉ¤œċ‡şĞċ¤ħĉ•———Ÿ: %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ‰ƒİ‚¤ƒƒĵĉ¤œċ‡şĞċ¤ħĉ•———Ÿ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "‚ıƒˆƒĴƒĵ‚¸ƒ‰ƒİ‚¤ƒƒĵĉ¤œċ‡şĞċ¤ħĉ•———Ÿ: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ç„ĦċŠıŞ‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ƒ‚¤ƒ³‚żƒĵŒ‚‚Š™" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s §ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ§™" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "ƒ‡ƒ‚¤‚ıŻèĤ‹¤‹‚Š›‚“: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "ƒ‡ƒ‚¤‚ıŻèĤ‹¤‹‚Š›‚“: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċ‰²‚Šċ½“Ĥ中" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Żè¨­ċš '%s' ĉ§‹ĉ–‡è§£ĉž§‚¨ƒİƒĵ : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s 設ċšƒŞ‚ıƒˆç”¨ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "ƒƒƒƒˆƒŻƒĵ‚Żè¨­ċš '%s' ĉ§‹ĉ–‡è§£ĉž§‚¨ƒİƒĵ : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" "credit ‚ı‚ħ‚¸ƒƒĵƒİƒĵ weight ƒ‘ƒİƒĦƒĵ‚żƒĵ (%d) ŒçŻ„ċ›²ċ¤–§™ (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "credit ‚ı‚ħ‚¸ƒƒĵƒİƒĵ cap ƒ‘ƒİƒĦƒĵ‚żƒĵ (%d) ŒçŻ„ċ›²ċ¤–§™ (0-65535)€‚" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħ‚’ċ‰²‚Šċ½“Ĥ中" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +msgstr "‚½‚ħƒƒƒˆä½œĉˆĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "Xen Store ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" +msgstr "xend ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen ƒ‡ƒĵƒ˘ƒ³‹‚‰èŞ­żèĵżĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċ†é–‹Ğċ¤ħĉ•———Ÿ" +msgstr "xend_get: xen ƒ‡ƒĵƒ˘ƒ³‹‚‰‚¨ƒİƒĵ: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen ƒ‡ƒĵƒ˘ƒ³‹‚‰‚¨ƒİƒĵ: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "ĉ–°—„ƒƒƒƒ•‚Ħ‚’ċ‰²‚Šċ½“Ĥ" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "gethostbyname Żċ¤ħĉ•———Ÿ: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "S ċĵç”Ÿĉˆ§ url ‚³ƒĵƒ‰ċŒ–Ğċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€domid Œä¸èĥ³—Ĥ„™" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒĉ­£—‚‚Š›‚“€domid Żĉ•°ċ€¤§Ż‚‚Š›‚“" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€uuid Œä¸èĥ³—Ĥ„™" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€name Œä¸èĥ³—Ĥ„™" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€name Œä¸èĥ³—Ĥ„™" +msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€HVM ƒ­ƒĵƒ€ƒĵŒ‚‚Š›‚“" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€‚ЃĵƒƒĞ¨ƒ–ƒĵƒˆƒ­ƒĵƒ€ƒĵŒä¸èĥ³—Ĥ„™" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "不ĉ˜ŽŞĉ–‡ċ­—ƒ‡ƒ‚¤‚ı‚ż‚¤ƒ—" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "異ċ¸¸ċ½˘ĉˆĉ–‡ċ­—ƒ‡ƒ‚¤‚ı‚ıƒˆƒŞƒ³‚°" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "ĉ–‡ċ­—ƒ‡ƒ‚¤‚ı設ċšĞƒĦƒ˘ƒŞƒĵŒ‚‚Š›‚“" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "不ĉ˜ŽŞĉ–‡ċ­—ƒ‡ƒ‚¤‚ı‚ż‚¤ƒ—" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€vbd Ğ dev Œ‚‚Š›‚“" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€vbd Ğ src Œ‚‚Š›‚“" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd ƒ•‚Ħ‚¤ƒĞċ‚’ĉ§‹ĉ–‡è§£ĉž§›‚“€‚ƒ‰ƒİ‚¤ƒƒĵċŒ‚‚Š›‚“" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd ƒ•‚Ħ‚¤ƒĞċ‚’ĉ§‹ĉ–‡è§£ĉž§›‚“€‚ƒ‰ƒİ‚¤ƒƒĵ‚ż‚¤ƒ—Œ‚‚Š›‚“" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "ç„ĦċŠıŞ MAC ‚˘ƒ‰ƒĴ‚ı: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "予ĉœŸ—Ş„ dict ƒŽƒĵƒ‰" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" +msgstr "不ĉ˜ŽŞèލè¨ĵ‚ż‚¤ƒ— %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€id Œä¸èĥ³—Ĥ„™" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ— %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "ƒˆƒƒ­‚¸ƒĵĉƒ…ċ ħè§£ĉžĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "ƒˆƒƒ­‚¸ƒĵĉ§‹ĉ–‡‚¨ƒİƒĵ" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħè§£ĉžĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName Ż“ƒ‰ƒĦ‚¤ƒ³ĉ¤œċ‡şĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ä¸€ĉ™‚ċœĉ­˘Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ—ƒĵƒĞ %s ĉ§‹çŻ‰Ğċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" +msgstr "‚µƒƒĵƒˆŞ„ċ…ċŠ›ƒ‡ƒ‚¤‚ı‚ż‚¤ƒ— %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart “ƒ‰ƒĦ‚¤ƒ³ĉ¤œċ‡şĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonSetAutostart “ƒ‰ƒĦ‚¤ƒ³ĉ¤œċ‡şĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "予ĉœŸ—Ş„ value ƒŽƒĵƒ‰" +msgstr "on_xend_start ‹‚‰äşˆĉœŸ—Ş„ƒœƒŞƒƒĵƒ " -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "ƒŽƒĵƒ‰ƒĦƒ˘ƒŞƒĵ" +msgstr "ƒĦƒ˘ƒŞƒĵŒ‚‚Š›‚“" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ" +msgstr "sexpr2string Żċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ċšç݁ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" +msgstr "sexpr ċ†ċšç݁Ğċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "on_xend_start Ż sexpr Ğ‚‚Š›‚“" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +msgstr "gethostname Żċ¤ħĉ•———Ÿ: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "ƒ›‚ıƒˆċċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "ƒ›‚ıƒˆċ strdup Ğċ¤ħĉ•———Ÿ: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen Żç§ğèĦŒä¸­Ğƒ‰ƒĦ‚¤ƒ³ċ†ċ‘½ċ‚’‚µƒƒĵƒˆ—›‚“€‚" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen Żç§ğèĦŒä¸­Ğƒƒ³ƒ‰ċı…ċˆĥ限‚’‚µƒƒĵƒˆ—›‚“€‚" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: ‚µƒƒĵƒˆ•‚ŒĤ„Ş„ƒ•ƒİ‚°" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: ç„ĦċŠıŞ URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" +"xenDaemonDomainMigrate: xenmigr:// ç§ğèĦŒżŒ Xen §‚µƒƒĵƒˆ•‚ŒĤ„™" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: ƒ›‚ıƒˆċŻ URI §ĉŒ‡ċš™‚‹ċż…èĤŒ‚‚Š™" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup Żċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: ç„ĦċŠıŞƒƒĵƒˆç•Şċ·§™" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħè§£ĉžĞċ¤ħĉ•———Ÿ" +msgstr "ƒ‰ƒĦ‚¤ƒ³è¨˜èż°ĉ§‹ĉ–‡è§£ĉžĞċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "ċœĉ­˘ä¸­ƒ‰ƒĦ‚¤ƒ³ %s ä½œĉˆĞċ¤ħĉ•———Ÿ\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4 §Ż‚µƒƒĵƒˆŒ‚‚Š›‚“" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€name Œä¸èĥ³—Ĥ„™" +msgstr "ƒŽƒĵƒ‰ĉƒ…ċ ħŒä¸ċŒċ…¨§™€‚ıƒ‚¸ƒƒĵƒİċŒ‚‚Š›‚“" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "不ĉ˜Ž" +msgstr "不ĉ˜ŽŞ‚ı‚ħ‚¸ƒƒĵƒİ" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "ƒ›‚ıƒˆċċ–ċ—Ğċ¤ħĉ•———Ÿ" +msgstr "‚ıƒĦ‚¸ƒƒĵƒİċċ–ċ—Ğċ¤ħĉ•———Ÿ" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€uuid Œä¸èĥ³—Ĥ„™" +msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€cpu_weight Œ‚‚Š›‚“" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€uuid Œä¸èĥ³—Ĥ„™" +msgstr "ƒ‰ƒĦ‚¤ƒ³ĉƒ…ċ ħŒä¸ċŒċ…¨§™€cpu_cap Œ‚‚Š›‚“" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "domainBlockPeek Ż dom0 ĞŻ‚µƒƒĵƒˆ•‚ŒĤ„›‚“" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: ç„ĦċŠıŞƒ‘‚ı" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "èŞ­żèĵżŸ‚é–‹Ğċ¤ħĉ•———Ÿ: %s: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "%s §ç„ĦċŠıŞċĵ•ĉ•°§™" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "èŞ­żèĵżŸ‚ %s ‚’é–‹Ğċ¤ħĉ•———Ÿ" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +msgstr "ƒ•‚Ħ‚¤ƒĞ‹‚‰ lseek ċˆŻèŞ­żèĵżĞċ¤ħĉ•———Ÿ: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "予ĉœŸ—Ş„ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ— %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" +msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„‚ıƒˆƒĴƒĵ‚¸ƒœƒŞƒƒĵƒ ‚ż‚¤ƒ— %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "予ĉœŸ—Ş„ value ƒŽƒĵƒ‰" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "ƒŽƒĵƒ‰ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§" +msgstr "HVM ƒ‰ƒĦ‚¤ƒ³ƒ­ƒĵƒ€ƒĵŒ‚‚Š›‚“" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "ƒİ‚¤ƒ–ƒİƒŞƒĵċ‘ĵċ‡ş—Œċ¤ħĉ•———Ÿ€‚µƒƒĵƒˆ•‚ŒĤ„Ş„ċŻèƒ½ĉ€§Œ‚‚Š™" +msgstr "ai_socktype Ż‚µƒƒĵƒˆ•‚ŒĤ„›‚“" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ§‹ĉ–‡‚¨ƒİƒĵ: %s" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞċ†… UUID Żç•°ċ¸¸ċ½˘ĉˆ" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "name config ƒ‘ƒİƒĦƒĵ‚żŒ‚‚Š›‚“" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "ƒ•‚Ħ‚¤ƒĞ '%s' çµħ計Œċ‡şĉ›‚“: %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "予ĉœŸ—Ş„ value ƒŽƒĵƒ‰" +msgstr "on_xend_start ‹‚‰äşˆĉœŸ—Ş„ƒœƒŞƒƒĵƒ " -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "予ĉœŸ—Ş„ value ƒŽƒĵƒ‰" +msgstr "on_xend_start ‹‚‰äşˆĉœŸ—Ş„ƒœƒŞƒƒĵƒ " -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "予ĉœŸ—Ş„ value ƒŽƒĵƒ‰" +msgstr "on_xend_start ‹‚‰äşˆĉœŸ—Ş„ƒœƒŞƒƒĵƒ " -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" -msgstr "èŞ­żèĵżċ°‚用§ĉŽçĥš" +msgstr "èŞ­żèĵżċ°‚用ĉŽçĥš" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§‚’èĦ¨ç¤ş" +msgstr "ċœĉ­˘çŠĥĉ…‹ƒ‰ƒĦ‚¤ƒ³Ż‚‚Š›‚“" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +msgstr "ƒ‰ƒĦ‚¤ƒ³è¨­ċšƒ•‚Ħ‚¤ƒĞ‚’ċ–‚Šèĵ‚›‚“" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "予ĉœŸ—Ş„ dict ƒŽƒĵƒ‰" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "上ĉ›¸™‚‹ç‚şƒ‰ƒĦ‚¤ƒ³è¨­ċšƒ•‚Ħ‚¤ƒĞċ‚’ċ–‚Šèĵ‚›‚“" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "上ĉ›¸™‚‹ç‚şƒ‰ƒĦ‚¤ƒ³è¨­ċš‚¨ƒ³ƒˆƒŞ‚’ċ–‚Šèĵ‚›‚“" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "ƒ‰ƒĦ‚¤ƒ³ %s ‹‚‰ċİċ…ƒĞċ¤ħĉ•———Ÿ" +msgstr "設ċšƒžƒƒƒ—‹‚‰ċ¤„ƒ‰ƒĦ‚¤ƒ³ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞċŻé•·™Ž™" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "config" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "çċœ¨ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş‚’確èލ§›‚“" +msgstr "çċœ¨ĉ™‚ċˆğ‚’ċ–ċ—§›‚“" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "設ċšƒ•‚Ħ‚¤ƒĞ %s èŞ­żèĵżĞċ¤ħĉ•———Ÿ" +msgstr "設ċšƒ•‚Ħ‚¤ƒĞƒƒ³ƒ‰ƒĞĉ ĵ納Ğċ¤ħĉ•———Ÿ" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "不ĉ˜ŽŞ OS ‚ż‚¤ƒ—" +msgstr "不ĉ˜ŽŞƒ‡ƒ‚¤‚ı" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "è‡Şċ‹•èµ·ċ‹•ƒŞƒ³‚Ż %s ċ‰Šé™¤Ğċ¤ħĉ•———Ÿ: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %s ä½œĉˆĞċ¤ħĉ•—: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞ %s ä½œĉˆĞċ¤ħĉ•—: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString() ¸ç„ĦċŠıŞƒ‘ƒİƒĦƒĵ‚ż" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber() ¸ç„ĦċŠıŞƒ‘ƒİƒĦƒĵ‚ż" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean() ¸ç„ĦċŠıŞƒ‘ƒİƒĦƒĵ‚ż" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode() ¸ç„ĦċŠıŞƒ‘ƒİƒĦƒĵ‚ż" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet() ¸ç„ĦċŠıŞƒ‘ƒİƒĦƒĵ‚ż" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "string array ċ‰²‚Šċ½“Ĥ" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "value array ċ‰²‚Šċ½“Ĥ" +msgstr "ċ€¤‚’ċ‰²‚Šċ½“Ĥ" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7158,9 +7582,8 @@ msgid "allocate value array" msgstr "value array ċ‰²‚Šċ½“Ĥ" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "ĉ–°—„‚³ƒ³ƒ†‚­‚ıƒˆċ‰²‚Šċ½“Ĥ" +msgstr "dict ‚’ċ‰²‚Šċ½“Ĥ" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7186,6 +7609,10 @@ msgstr "ċżœç­”ċ‰²‚Šċ½“Ĥ" msgid "read response" msgstr "ċżœç­”èŞ­żèĵż" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "string array ċ‰²‚Šċ½“Ĥ" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "‚µƒĵƒƒĵċżœç­”è§£ĉžĞċ¤ħĉ•———Ÿ" @@ -7194,306 +7621,376 @@ msgstr "‚µƒĵƒƒĵċżœç­”è§£ĉžĞċ¤ħĉ•———Ÿ" msgid "allocate new context" msgstr "ĉ–°—„‚³ƒ³ƒ†‚­‚ıƒˆċ‰²‚Šċ½“Ĥ" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen Store ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" -#~ msgid "blocked" -#~ msgstr "ƒ–ƒ­ƒƒ‚Ż•‚ŒĤ„™" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "‚żƒĵ‚²ƒƒƒˆè£…罂ż‚¤ƒ—" +msgid "failed to allocate activeDomainList" +msgstr "ċ‹•ä½œä¸­ƒ‰ƒĦ‚¤ƒ³ä¸€èĤ§èĦ¨ç¤şĞċ¤ħĉ•———Ÿ" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "‚żƒĵ‚²ƒƒƒˆƒƒƒƒˆƒŻƒĵ‚Żċ" +msgid "failed to allocate xsWatchList" +msgstr "ostype 用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "çċœ¨ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş‚’確èލ§›‚“" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "ƒ—ƒĵƒĞŻ™§Ğ‚˘‚Żƒ†‚£ƒ–§™" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "ƒ‰ƒĦ‚¤ƒ³‚’ċ‰²‚Šċ½“Ĥ中" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "‚·‚°ƒŠƒĞ %d ‚’ċ—‘—Ÿ€ƒ‰ƒİ‚¤ƒƒĵ‚’送ä𘁗™" + +#~ msgid "allocating conn->name" +#~ msgstr "ĉŽçĥš->ċċ‰‚’ċ‰²‚Šċ½“Ĥ中" + +#~ msgid "missing filesystem type" +#~ msgstr "ĉĴ ċĤ‚—Ĥ„‚‹ƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ ‚ż‚¤ƒ—" + +#~ msgid "empty or invalid mount source" +#~ msgstr "çİşċˆŻç„ĦċŠıŞƒž‚Ĥƒ³ƒˆ‚½ƒĵƒĞ" + #~ msgid "missing mount target" -#~ msgstr "装罁‚żƒĵ‚²ƒƒƒˆĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +#~ msgstr "ƒž‚Ĥƒ³ƒˆ‚żƒĵ‚²ƒƒƒˆŒ‚‚Š›‚“" + +#~ msgid "empty or invalid mount target" +#~ msgstr "çİşċˆŻç„ĦċŠıŞƒž‚Ĥƒ³ƒˆ‚żƒĵ‚²ƒƒƒˆ" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻċŸŻ uuid" +#~ msgstr "uuid ç”ŸĉˆĞċ¤ħĉ•———Ÿ" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "ç„ĦċŠıŞċĵ•ĉ•°" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +#~ msgstr "ç„ĦċŠıŞċˆŻĉĴ ċĤ‚—Ÿ init èĤç´ " + +#~ msgid "init string too long" +#~ msgstr "init ĉ–‡ċ­—ċˆ—Żé•·™Ž™" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "不éİċˆ‡Ş cap ċ€¤" +#~ msgstr "ç„ĦċŠıŞƒĦƒ˘ƒŞƒĵċ€¤" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +#~ msgstr "ç„ĦċŠıŞ root èĤç´ " -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ċĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +#~ msgstr "ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ—Œ‚‚Š›‚“" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" +#~ msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ id" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "‚˘‚Żƒ†‚£ƒ–Ş VM ‚’ċċ‰ %s §ċ†ċšç݁§›‚“" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "‚³ƒ³ƒ†ƒŠƒ—ƒ­‚ğ‚ı‚’ƒ‚§ƒƒ‚Żä¸­Ğ‚¨ƒİƒĵ: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s ‹‚‰ƒƒƒƒˆƒŻƒĵ‚Żä½œĉˆĞċ¤ħĉ•———Ÿ" +#~ msgstr "設ċšƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’é–‹Ğċ¤ħĉ•———Ÿ: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +#~ msgstr "lxc çŠĥĉ…‹ƒ‡‚£ƒĴ‚ŻƒˆƒŞ %s ‚’作ĉˆ§›‚“: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid ƒ•‚Ħ‚¤ƒĞƒ‘‚ı‚’ĉ§‹ĉˆ§›‚“" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +#~ msgstr "tty pid ƒ•‚Ħ‚¤ƒĞ %s ‚’作ĉˆ§›‚“: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +#~ msgstr "ty pid ƒ•‚Ħ‚¤ƒĞ %s ‚’ fdopen ċ‡şĉ›‚“: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +#~ msgstr "tty pid ƒ•‚Ħ‚¤ƒĞ %s ‚’ĉ›¸èĵ‚›‚“: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +#~ msgstr "tty pid ƒ•‚Ħ‚¤ƒĞ %s ‚’é–‹‘›‚“: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ: %s" +#~ msgstr "tty pid ƒ•‚Ħ‚¤ƒĞ %s ‚’èŞ­żèĵ‚›‚“: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "%s ċŸèĦŒĞċ¤ħĉ•———Ÿ\n" +#~ msgstr "execl Ż init ċŸèĦŒĞċ¤ħĉ•—: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "çċœ¨ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚ş‚’確èލ§›‚“" +#~ msgstr "vm tty ċċ‰ç”¨Ğ‚ıƒˆƒĴƒĵ‚¸ċ–ċ—Œ§›‚“" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +#~ msgstr "posix_openpt Żċ¤ħĉ•———Ÿ: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +#~ msgstr "ptsname_r Żċ¤ħĉ•———Ÿ: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +#~ msgstr "epoll_ctl(fd2) Żċ¤ħĉ•—: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "èŞ­żèĵżŸ‚ %s ‚’é–‹Ğċ¤ħĉ•———Ÿ" +#~ msgstr "tty èğ˘é€ƒ—ƒ­‚ğ‚ı‚’ƒ•‚݃ĵ‚Ż§›‚“: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +#~ msgstr "SIGTERM é€äżĦŻċ¤ħĉ•———Ÿ: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +#~ msgstr "tty ƒ—ƒ­‚ğ‚ı¸ SIGKILL 送äżĦŻċ¤ħĉ•———Ÿ: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ %s èµ·ċ‹•Ğċ¤ħĉ•———Ÿ" +#~ msgstr "waitpid Ż tty %d ¸ċ…ĉİŸĞċ¤ħĉ•———Ÿ: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "ĉ“ä½œŻċ¤ħĉ•———Ÿ: %s" +#~ msgstr "SIGKILL é€äżĦŻċ¤ħĉ•———Ÿ: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "装罁‚żƒĵ‚²ƒƒƒˆĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "‚¨ƒİƒĵïĵšĉ—˘Ğ‚˘‚Żƒ†‚£ƒ– OPENVZ VM Ż id '%s'‚’ĉŒĦ™" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ċĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ċĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" +#~ msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ—ċħžĉ€§" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" +#~ msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ċ" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID ‚¨ƒİƒĵïĵˆ100 äğ上ĉ•´ĉ•°§Ş‘‚Œ°Ş‚Š›‚“ïĵ‰" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "èݲċ½“ xml 設ċšƒ•‚Ħ‚¤ƒĞ '%s' ċ†…Ğ IP ‚˘ƒ‰ƒĴ‚ıŒ‚‚Š›‚“" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress Œé•·™Ž™" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr " 'ovz_ip' ĉ§‹é€ ç”¨ƒĦƒ˘ƒŞƒĵ作ĉˆĞċ¤ħĉ•———Ÿ" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "èݲċ½“ xml 設ċšƒ•‚Ħ‚¤ƒĞ '%s' ċ†…Ğ Netmask ‚˘ƒ‰ƒĴ‚ıŒ‚‚Š›‚“" + +#~ msgid "netmask length too long" +#~ msgstr "netmask Żé•·™Ž™" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "èݲċ½“ xml 設ċšƒ•‚Ħ‚¤ƒĞ '%s' ċ†…Ğƒ›‚ıƒˆċŒ‚‚Š›‚“" + +#~ msgid "hostname length too long" +#~ msgstr "ƒ›‚ıƒˆċŻé•·™Ž™" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "èݲċ½“ xml 設ċšƒ•‚Ħ‚¤ƒĞ '%s' ċ†…Ğ‚²ƒĵƒˆ‚Ĥ‚§‚¤‚˘ƒ‰ƒĴ‚ıŒ‚‚Š›‚“" + +#~ msgid "gateway length too long" +#~ msgstr "‚²ƒĵƒˆ‚Ĥ‚§‚¤Żé•·™Ž™" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "èݲċ½“ xml 設ċšƒ•‚Ħ‚¤ƒĞ '%s' ċ†…Ğ Nameserver ‚˘ƒ‰ƒĴ‚ıŒ‚‚Š›‚“" + +#~ msgid "nameserver length too long" +#~ msgstr "nameserver Żé•·™Ž™" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' ĉ§‹é€ ç”¨ƒĦƒ˘ƒŞƒĵ作ĉˆĞċ¤ħĉ•———Ÿ" + +#~ msgid "profile length too long" +#~ msgstr "ƒ—ƒ­ƒ•‚£ƒĵƒĞŻé•·™Ž™" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "value array ċ‰²‚Šċ½“Ĥ" +#~ msgstr "calloc Żċ¤ħĉ•———Ÿ" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZ ¸‚ރ—‚·ƒ§ƒ³ĉ§‹ĉ–‡è§£ĉž§‚¨ƒİƒĵ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM ä½œĉˆ§‚¨ƒİƒĵ" #~ msgid "failed to exec %s\n" #~ msgstr "%s ċŸèĦŒĞċ¤ħĉ•———Ÿ\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "ƒŽƒĵƒ‰ĉƒ…ċ ħċ–ċ—Ğċ¤ħĉ•———Ÿ" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "ċ›şĉœ‰ƒ‡ƒĵ‚żċ‰²‚Šċ½“Ĥ" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "予ĉœŸ—Ş„ mime ‚ż‚¤ƒ—" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ċŸŻ id" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s §ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ§™" +#~ msgstr "ç„ĦċŠıŞ cdrom ƒ‡ƒ‚¤‚ıċ§™: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "ç„ĦċŠıŞƒ‚ı‚ż‚¤ƒ—: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻċŸŻ uuid" +#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚Żċ '%s' Żé•·™Ž™" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP ‚¤ƒ³‚żƒĵƒ•‚§‚¤‚ıċ '%s' Żé•·™Ž™" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP ‚ı‚ŻƒŞƒ—ƒˆƒ‘‚ı '%s' Żé•·™Ž™" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP ƒ–ƒŞƒƒ‚¸ƒ‘‚ı '%s' Żé•·™Ž™" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP ‚˘ƒ‰ƒĴ‚ı '%s' Żé•·™Ž™" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻċŸŻ uuid" +#~ msgstr "ƒ˘ƒ‡ƒĞċ '%s' Żé•·™Ž™" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³Œċ¤š™Ž™" +#~ msgstr "char ƒ‡ƒ‚¤‚ıŒċ¤š™Ž™" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "装罁‚½ƒĵ‚ıĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +#~ msgstr "‚µ‚Ĥƒ³ƒ‰ƒ˘ƒ‡ƒĞŒ‚‚Š›‚“" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s §ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ§™" +#~ msgstr "ç„ĦċŠıŞ‚µ‚Ĥƒ³ƒ‰ƒ˘ƒ‡ƒĞ '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ċŸŻ uuid" +#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ċŻé•·™Ž™" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "ƒŽƒĵƒ‰ĉƒ…ċ ħ" +#~ msgstr "èŞ¤‚Š‚‚‹ƒĦƒ˘ƒŞƒĵĉƒ…ċ ħ" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ vcpu ĉƒ…ċ ħ" +#~ msgstr "èŞ¤‚Šĉœ‰‚‹ vcpu ĉƒ…ċ ħ" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ vcpu ĉƒ…ċ ħ" +#~ msgstr "èŞ¤‚Šĉœ‰‚‹ vcpu ƒž‚ı‚Żĉƒ…ċ ħ" + +#~ msgid "architecture type too long" +#~ msgstr "‚˘ƒĵ‚­ƒ†‚Żƒƒ£‚ż‚¤ƒ—Œé•·™Ž™" + +#~ msgid "machine type too long" +#~ msgstr "ƒž‚·ƒ³‚ż‚¤ƒ—Œé•·™Ž™" + +#~ msgid "kernel path too long" +#~ msgstr "‚ЃĵƒƒĞƒ‘‚ıŒé•·™Ž™" + +#~ msgid "initrd path too long" +#~ msgstr "initrd ƒ‘‚ıŒé•·™Ž™" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline ċĵ•ĉ•°Œé•·™Ž™" + +#~ msgid "unsupported guest type" +#~ msgstr "‚µƒƒĵƒˆŞ„‚²‚ıƒˆ‚ż‚¤ƒ—" + +#~ msgid "emulator path too long" +#~ msgstr "emulator ƒ‘‚ıŒé•·™Ž™" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„‚°ƒİƒ•‚£ƒƒ‚Ż‚ż‚¤ƒ— %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "ƒ‡‚£‚ı‚Żĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "ƒƒƒƒˆĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "ċ…ċŠ›ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "‚µ‚Ĥƒ³ƒ‰ƒ‡ƒ‚¤‚ı用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "vm ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "範ċ›²ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "network_def ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "ƒĦƒ˘ƒŞƒĵċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "xmlXPathContext ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻċŸŻ uuid" +#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻċŻé•·™Ž™" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "èğ˘é€ƒ‡ƒ‚¤‚ıċċ‰ '%s' Żé•·™Ž™" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "network ĉ–‡ċ­—ċˆ—用領ċŸŸċ‰²‚Šċ½“ĤĞċ¤ħĉ•—" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU ‚²‚ıƒˆè¨­ċš %s' ĉ§‹ĉ–‡è§£ĉž§‚¨ƒİƒĵ: %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG: 不ĉ˜Ž‚¨ƒİƒĵ - ċ ħċ‘Š‚’ĉċ‡ş—Ĥ下•„\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU ‚²‚ıƒˆè¨­ċšƒ•‚Ħ‚¤ƒĞċ'%s' Ż‚²‚ıƒˆċ '%s' Ğ一致—›‚“" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU ‚²‚ıƒˆè¨­ċš'%s' ƒ­ƒĵƒ‰Ğċ¤ħĉ•—: ƒĦƒ˘ƒŞƒĵ不èĥ³" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "ĉŽçĥšƒƒƒ‚·ƒèĦ¨¸ƒƒƒƒˆƒŻƒĵ‚Żèż½ċŠ Ğċ¤ħĉ•———Ÿ" +#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚Żè¨­ċš '%s' ƒ­ƒĵƒ‰Ğċ¤ħĉ•—: ƒĦƒ˘ƒŞƒĵ不èĥ³§™" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "設ċšƒ•‚Ħ‚¤ƒĞċ '%s/%s' Żé•·™Ž™" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "Autostart ƒŞƒ³‚Żƒ‘‚ı '%s/%s' Żé•·™Ž™" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "ƒ‘‚ı‚’ċ‰²‚Šċ½“Ĥ中" +#~ msgstr "cpu ƒž‚ı‚Ż‚’ċ‰²‚Šċ½“Ĥ中" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML ä½œĉˆĞċ¤ħĉ•———Ÿ" +#~ msgstr "XML ç”ŸĉˆĞċ¤ħĉ•—: ƒĦƒ˘ƒŞƒĵ不èĥ³§™" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "結ĉžœƒ‘‚ıŻ qemudInitPaths() ċ†…ƒƒƒƒ•‚ĦĞ長™Ž™" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "ƒ–ƒ­ƒƒ‚ŻçŠĥĉ…‹ %s %s ċ–ċ—Ğċ¤ħĉ•———Ÿ" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "ƒ–ƒŞƒƒ‚¸èğ˘é€é…ċğĥ‚’ %d Ğ‚ğƒƒƒˆ™‚‹Ğċ¤ħĉ•—" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "ƒ–ƒŞƒƒ‚¸ STP ‚’ %s Ğ‚ğƒƒƒˆ™‚‹Ğċ¤ħĉ•———Ÿ" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM Żĉ·ğä𘁕‚ŒĤ„›‚“€ƒĦƒ‡‚£‚˘‚’ċ¤‰ĉ›´§›‚“" + +#~ msgid "uri params" +#~ msgstr "uri ƒ‘ƒİƒĦƒĵ‚ż" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "不ĉ˜ŽŞ‚ıƒˆƒĴƒĵ‚¸ƒƒƒ‚Ż‚¨ƒ³ƒ‰‚ż‚¤ƒ— %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "不ĉ˜ŽŞ‚ıƒˆƒĴƒĵ‚¸ƒƒƒ‚Ż‚¨ƒ³ƒ‰‚ż‚¤ƒ— %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„ƒ—ƒĵƒĞċ½˘ċĵ %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "‚µƒƒĵƒˆ•‚ŒĤ„Ş„ƒœƒŞƒƒĵƒ ċ½˘ċĵ %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "ƒ‡‚£‚ı‚Żƒ—ƒĵƒĞŻ ‚µƒƒĵƒˆ•‚ŒĤ„›‚“" + +#~ msgid "volume name" +#~ msgstr "ƒœƒŞƒƒĵƒ ċ" + +#~ msgid "volume key" +#~ msgstr "ƒœƒŞƒƒĵƒ ‚­ƒĵ" + +#~ msgid "malformed xml document" +#~ msgstr "異ċ¸¸ċ½˘ĉˆ xml ƒ‰‚­ƒƒĦƒ³ƒˆ" #~ msgid "domain" #~ msgstr "ƒ‰ƒĦ‚¤ƒ³" -#~ msgid "domain name" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ċ" - #~ msgid "domain uuid" #~ msgstr "ƒ‰ƒĦ‚¤ƒ³ uuid" @@ -7536,64 +8033,65 @@ msgstr "Xen Store ¸ĉŽçĥšĞċ¤ħĉ•———Ÿ" #~ msgid "too many domains" #~ msgstr "ƒ‰ƒĦ‚¤ƒ³Œċ¤š™Ž™" +#~ msgid "cannot save domain" +#~ msgstr "ƒ‰ƒĦ‚¤ƒ³Żäżċ­˜§›‚“" + +#~ msgid "cannot write header" +#~ msgstr "ƒ˜ƒƒƒ€ƒĵĉ›¸èĵżŻ§›‚“" + +#~ msgid "cannot write metadata length" +#~ msgstr "ƒĦ‚żƒ‡ƒĵ‚żé•·•‚’ĉ›¸èĵ‚›‚“" + +#~ msgid "cannot write metadata" +#~ msgstr "ƒĦ‚żƒ‡ƒĵ‚ż‚’ĉ›¸èĵ‚›‚“" + +#~ msgid "cannot save domain data" +#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ƒ‡ƒĵ‚ż‚’保ċ­˜§›‚“" + +#~ msgid "cannot save domain core" +#~ msgstr "ƒ‰ƒĦ‚¤ƒ³‚³‚˘‚’保ċ­˜§›‚“" + #~ msgid "too many networks" #~ msgstr "ƒƒƒƒˆƒŻƒĵ‚ŻŒċ¤š™Ž™" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "ƒ–ƒ­ƒƒ‚Ż•‚ŒĤ„™" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "soundhw ‚ıƒˆƒŞƒ³‚°ĉ§‹ĉ–‡è§£ĉžĞċ¤ħĉ•—" + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID Ż“ƒ‰ƒĦ‚¤ƒ³ĉ¤œċ‡şĞċ¤ħĉ•———Ÿ" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: ċċ‰" + #~ msgid "cannot read XML domain definition" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ċšç݃•‚Ħ‚¤ƒĞ‚’ƒ­ƒĵƒ‰" +#~ msgstr "XML ƒ‰ƒĦ‚¤ƒ³ċšçİ‚’èŞ­żèĵ‚›‚“" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "root 装罁ĉƒ…ċ ħŒä¸èĥ³—Ĥ„™" +#~ msgstr "ƒˆƒƒƒ—ƒĴƒ™ƒĞƒ‰ƒĦ‚¤ƒ³èĤç´ Œ‚‚Š›‚“" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³ %s Ż™§Ğċ­˜ċœ¨—Ĥ„™" +#~ msgstr "ƒ‰ƒĦ‚¤ƒ³‚ż‚¤ƒ—Żç„ĦċŠı§™" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xpath ‚³ƒ³ƒ†‚­‚ıƒˆ‚’作ĉˆä¸­" +#~ msgstr "XPath ‚³ƒ³ƒ†‚­‚ıƒˆ‚’作ĉˆ§›‚“" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid 設ċšƒ‘ƒİƒĦƒĵ‚żŒ‚‚Š›‚“" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżĞċ¤ħĉ•———Ÿ" +#~ msgstr "設ċšƒ•‚Ħ‚¤ƒĞĉ›¸èĵżŒċ‡şĉ›‚“" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "ƒŽƒĵƒ‰ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" +#~ msgstr "‚µ‚Ĥƒ³ƒ‰‚ıƒˆƒŞƒ³‚°ċ‰²‚Šċ½“ĤĞċ¤ħĉ•———Ÿ" + +#~ msgid "no model for sound device" +#~ msgstr "‚µ‚Ĥƒ³ƒ‰ƒ‡ƒ‚¤‚ı用ƒ˘ƒ‡ƒĞŒ‚‚Š›‚“" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "ƒ‰ƒĦ‚¤ƒ³Œċ¤š™Ž™" +#~ msgstr "ƒ–ƒĵƒˆƒ‡ƒ‚¤‚ıŒċ¤š™Ž™" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "ç„ĦċŠıŞƒ‰ƒĦ‚¤ƒ³ƒ‚¤ƒ³‚żƒĵ" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "ƒƒƒƒˆƒŻƒĵ‚Ż %s ‚’èĤ‹¤‘‚‰‚Œ›‚“§—Ÿ" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "ƒĦƒ˘ƒŞƒĵ‚µ‚¤‚şċ¤‰ĉ›´" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "ċżœç­”ċ‰²‚Šċ½“Ĥ" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "ċ†…部‚¨ƒİƒĵ %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "ĉ–°—„ƒƒƒƒ•‚Ħ‚’ċ‰²‚Šċ½“Ĥ" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' ‚’é–‹Ğċ¤ħĉ•—: èŞ­żèĵż: %s" +#~ msgstr "ç„ĦċŠıŞċ…ċŠ›ƒ‡ƒ‚¤‚ı" diff --git a/po/ka.po b/po/ka.po index b0f327a746..0a900de28d 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/kn.po b/po/kn.po index db831c188b..7ca20ccb3c 100644 --- a/po/kn.po +++ b/po/kn.po @@ -1,14 +1,14 @@ -# translation of kn.po to Kannada -# Copyright (C) 2007 Free Software Foundation, Inc. +# translation of libvirt.HEAD.kn.po to Kannada +# Copyright (C) 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # -# Shankar Prasad , 2007. +# Shankar Prasad , 2007, 2008. msgid "" msgstr "" -"Project-Id-Version: kn\n" +"Project-Id-Version: libvirt.HEAD.kn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-09-25 17:59+0530\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-10 10:59+0530\n" "Last-Translator: Shankar Prasad \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" @@ -17,787 +17,812 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" -msgstr "" +msgstr "à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıà³†à²¸à²°à²żà²—à²à²—à²żà²¨ à²µà²żà²³à²à²¸à²Ĥ ಸà²à³‚à²ıಕ್ಕೆ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "à²ıೆಸರನ್ನು à²Şà²°à²żà²ıà²°à²żà²¸à³à²µà²à²— ತà²à²¤à³à²•à²à²²à²żà²•à²µà²à²—à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flags ಗà²à²—à²ż à²¸à²°à²żà²Żà²²à³à²²à²Ĥ à²à³Œà²²à³à²Ż" + +#: gnulib/lib/gai_strerror.c:44 +msgid "Non-recoverable failure in name resolution" +msgstr "à²ıೆಸರನ್ನು à²Şà²°à²żà²ıà²°à²żà²¸à³à²µà²à²— à²šà³‡à²¤à²°à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²Ĥಂತà²ı à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" - -#: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" - -#: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" - -#: gnulib/lib/gai_strerror.c:48 -#, fuzzy msgid "ai_family not supported" msgstr "ಲೈà²Ĵà³à²°à²°à²ż à²•à²°à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ, à²Ĵà²ıುಷಃ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²°à²Ĥೆ ಇರà²Ĵà²ıುà²Ĥು" -#: gnulib/lib/gai_strerror.c:49 -#, fuzzy +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" -msgstr "à²à³†à²à³Šà²°à²ż à²¨à²żà²Żà³‹à²œà²¨à³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" +msgstr "à²à³†à²à³Šà²°à²ż à²¨à²żà²Żà³‹à²œà²¨à³†à²Żà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: gnulib/lib/gai_strerror.c:47 +msgid "No address associated with hostname" +msgstr "à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıà³†à²¸à²°à²żà²¨à²²à³à²²à²ż à²Żà²à²µà³à²Ĥೆ à²µà²żà²³à²à²¸à²µà²żà²²à³à²²" + +#: gnulib/lib/gai_strerror.c:48 +msgid "Name or service not known" +msgstr "à²ıೆಸರು ಅà²à²µ à²¸à³‡à²µà³†à²Żà³ à²¤à²żà²³à²żà²Ĥà²żà²²à³à²²" + +#: gnulib/lib/gai_strerror.c:49 +msgid "Servname not supported for ai_socktype" +msgstr "ai_socktype ಗà²à²—à²ż à²Şà²°à²żà²šà²à²°à²•à²Ĥà²ıà³†à²¸à²°à²żà²—à³† à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype ಗೆ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "ಗಣಕ à²Ĥೋಷ" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "ಆರ್ಗುà²à³†à²‚ಟ್ à²Ĵà²Ğರ್ à²Ĵà²ıಳ à²šà²żà²•à³à²•à²Ĥà²à²—à²żà²Ĥೆ" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "ಗಣಕ ಕರೆ à²Ĥೋಷ" +msgid "Processing request in progress" +msgstr "ಸಂಸ್ಕರಣಠà²à²¨à²µà²żà²Żà³ à²Şà³à²°à²—à²¤à²żà²Żà²²à³à²²à²żà²Ĥೆ" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "à²à²¨à²µà²żà²Żà²¨à³à²¨à³ ರà²Ĥ್à²Ĥು à²à²à²Ħಲà²à²—à²żà²Ĥೆ" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "à²à²¨à²µà²żà²Żà²¨à³à²¨à³ ರà²Ĥ್à²Ĥು à²à²à²Ħಲà²à²—à²żà²²à³à²²" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "ಎಲ್ಲಠà²à²¨à²µà²żà²—ಳು à²à³à²—à²żà²Ĥà²żà²µà³†" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "ಒಂà²Ĥು à²¸à²żà²—à³à²¨à²²à³à²²à²żà²¨à²żà²‚à²Ĥ ತà²Ħà³†à²Żà²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "à²¨à²żà²Żà²¤à²à²‚ಕ ವà²à²•à³à²Żà²µà³ à²¸à²°à²żà²Żà²à²—à²ż ಎನ್ಕೋà²Ħ್‌ à²†à²—à²żà²²à³à²²" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "ಅಜ್ಞà²à²¤" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥೋಷ" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s' ಅನ್ನು à²¨à²żà²²à³à²•à²żà²¸à²żà²•à³Šà²³à³à²³à²²à³ ಸà²à²§à³à²Żà²µà²żà²²à³à²²: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen à²Ħೆà²à²¨à²żà²¨à²żà²‚à²Ĥ ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "à²¸à²żà²—à³à²¨à²²à³ à²Şà³ˆà²Şà³â€Œà²¨à²żà²‚à²Ĥ ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "" +msgstr "SIGHUP ನ à²à³‡à²²à³† à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²à²°à²³à²ż ಲೋà²Ħ್ à²à²à²Ħಲà²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಚà²à²²à²•à²µà²¨à³à²¨à³ à²à²°à²³à²ż ಲೋà²Ħ್‌ à²à²à²Ħà³à²µà²²à³à²²à²ż à²Ĥೋಷ" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "à²¸à²żà²—à³à²¨à²²à³â€Œ %d ನ à²à³‡à²²à³† à²à³à²šà³à²šà²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż ಜà²à²²à²˜à²Ÿà²•" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec ಕà²Ħತà²Ĥ à²µà²żà²µà²°à²£à² à²—à³à²°à³à²¤à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "non-blocking ಕà²Ħತà²Ĥ à²µà²żà²µà²°à²£à² à²—à³à²°à³à²¤à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "'%s' pid ಕà²Ħತವನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "'%s' fdopen pid ಕà²Ħತವನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "'%s' pid ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "'%s' pid ಕà²Ħತವನ್ನು à²à³à²šà³à²šà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "" +msgstr "struct qemud_socket ಗೆ à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "ಸà²à²•à³†à²Ÿà²¨à³à²¨à³ à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಸà²à²•à³†à²Ÿà³â€Œ ಅನ್ನು '%s' ಗೆ à²Ĵೈಂà²Ħ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "'%s' à²¨à²²à³à²²à²ż à²¸à²‚à²Şà²°à³à²•à²—à²³à²¨à³à²¨à³ à²†à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "à²Şà²°à²żà²šà²à²°à²• à²¸à²¨à³à²¨à²żà²µà³‡à²ĥ ಕà²à²²à³â€Œà²Ĵà³à²Żà²à²•à³ ಅನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "ಸà²à²•à³†à²Ÿà³: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "à²Ĵೈಂà²Ħ್: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "à²†à²²à²żà²¸à³: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: à²†à²²à²żà²¸à³: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "uid '%d' ಗà²à²—à²ż à²Ĵಳಕೆà²Ĥà²à²° à²Ĥà²à²–à²²à³†à²Żà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "qemudInitPaths() ಗà²à²—à²ż ಒà²Ĥà²—à²żà²Ĵಂà²Ĥ à²à²à²°à³à²—ವು à²Ĵà²ıಳ à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "struct qemud_server ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "SASL à²Ĥà³ƒà²˘à³€à²•à²°à²£ %s ಅನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "à²ıà³ˆà²Şà²°à³-à²µà³ˆà²¸à²°à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit auth ಗà²à²—à²ż ಗಣಕ à²Ĵಸ್‌ನೊಂà²Ĥà²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" #: qemud/qemud.c:955 +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" + +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: ಕ್ಲೈಂಟ್ DN %s à²†à²—à²żà²Ĥೆ" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: à²Şà²°à²żà²ĥà³€à²²à²¨à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà²¨à³à²¨à³ ನಂà²Ĵಲà²à²—à²żà²²à³à²²." + +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +msgstr "remoteCheckCertificate: à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à²żà²Ĥವರು à²¤à²żà²³à²żà²Ĥà²żà²²à³à²²." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà²¨à³à²¨à³ à²ıà²żà²‚à²Ĥಕ್ಕೆ à²Şà²Ħà³†à²Żà²²à²à²—à²żà²Ĥೆ." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà³ ಒಂà²Ĥು à²…à²¸à³à²°à²•à³à²·à²żà²¤ ಅಲ್ಗà²à²°à²żà²Ĥà²à³ ಅನ್ನು " +"à²Ĵಳಸುತ್ತà²Ĥೆ." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà³ X.509 à²†à²—à²żà²²à³à²²" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: à²Żà²à²µà³à²Ĥೆ à²Şà³€à²°à³à²¸à³ ಇಲ್ಲ" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: ಕ್ಲೈಂಟ್ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²Ĥ ವà²à²Żà²żà²Ĥೆ à²¤à³€à²°à²żà²Ĥೆ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: ಕ್ಲೈಂಟ್ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà³ ಇನ್ನೂ ಸà²ı à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²²à³à²²" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: ಅನುà²à²¤à²ż ಇರುವ à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà²Ÿà³à²Ÿà²żà²Żà²²à³à²²à²ż (tls_allowed_dn_list) " +"à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²µà²żà²ĥà²żà²·à³à²Ÿà²µà²à²Ĥ à²ıೆಸರು ಇಲ್ಲ. à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²Ĥà²²à³à²²à²ż à²µà²żà²ĥà²żà²·à³à²Ÿà²µà²à²Ĥ à²ıà³†à²¸à²°à²żà²¨ ಸ್à²à²³à²µà²¨à³à²¨à³ " +"ನೋà²Ħಲು 'openssl x509 -in clientcert.pem -text' ಅನ್ನು à²Ĵà²³à²¸à²ż, ಅà²à²µ ಈ à²Ħೀà²à²¨à³ ಅನ್ನು --" +"verbose à²†à²Żà³à²•à³†à²Żà³Šà²‚à²Ĥà²żà²—à³† ಚಲà²à²Żà²żà²¸à²ż." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: ಕ್ಲೈಂಟ್ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà²¨à³à²¨à³ à²Şà²°à²żà²ĥà³€à²²à²żà²¸à²²à³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à²à²—à²żà²Ĥೆ ಆà²Ĥ್à²Ĥà²°à²żà²‚à²Ĥ " +"à²¸à²°à²żà²Żà²²à³à²²à²Ĥ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà²¨à³à²¨à³ à²†à²²à²•à³à²·à²żà²¸à²²à²à²—à²żà²Ĥೆ" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²µà²żà²ĥ್ವà²à²¸à²à²°à³à²ıà²¤à³†à²Żà²¨à³à²¨à³ à²Şà²°à²żà²ĥà³€à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲವà²à²—à²żà²Ĥೆ: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ\n" +msgstr "à²¸à²‚à²Şà²°à³à²•à²µà²¨à³à²¨à³ à²…à²‚à²—à³€à²•à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "polkit auth ಅನ್ನು à²¸à²µà²²à²¤à³à²¤à²żà²°à³à²µ ಕ್ಲೈಂಟ್‌ %d ಗà²à²—à²ż ಆà²Ğ್ à²à²à²Ħು" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "TLS à²ıà³à²Żà²à²‚à²Ħ್‌à²ĥೇಕ್‌ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "ಓà²Ĥಲà²à²—à²żà²Ĥ್à²Ĥು: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "à²Ĵà²°à³†à²Żà²²à²à²—à²żà²Ĥ್à²Ĥು: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "à²¸à²żà²—à³à²¨à²²à³ à²ıà³à²Żà²à²‚à²Ħ್ಲರ್ %d à²Ĥೋಷಗಳನ್ನು ವರà²Ĥà²ż à²à²à²Ħà²ż: à²•à³Šà²¨à³†à²Ż à²Ĥೋಷ: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "%s à²¸à²‚à²°à²šà²¨à² à²Şà²Ÿà³à²Ÿà²żà²—à²à²—à²ż à²à³†à²à³‹à²°à²żà²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, c-format msgid "failed to allocate memory for %s config list value" -msgstr "" +msgstr "%s à²¸à²‚à²°à²šà²¨à² à²Şà²Ÿà³à²Ÿà²żà²Ż à²à³Œà²²à³à²Żà²•à³à²•à²à²—à²ż à²à³†à²à³‹à²°à²żà²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: ಒಂà²Ĥು ವà²à²•à³à²Ż ಅà²à²µ ವà²à²•à³à²Żà²—ಳ à²Şà²Ÿà³à²Ÿà²żà²Żà²à²—à²żà²°à²²à³‡à²Ĵೇಕು\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" +"remoteReadConfigFile: %s: %s: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²Ĵಗೆ: %s à²Ĥà³Šà²°à³†à²¤à²żà²Ĥೆ; %s ಅನ್ನು " +"à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "%s ಕ್ಷೇತ್ರà²Ĥ à²à³à²–à³à²Ż ಭà²à²—ವನ್ನು %s ಗೆ à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: à²Ĵೆಂà²Ĵà²²à²µà²żà²°à²Ĥ à²Ĥà³ƒà²˘à³€à²•à²°à²£ %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "à²à³‚ಲವà²à²—à²ż ಚಲà²à²Żà²żà²¸à²Ĥ à²ıೊರತು ಸà²à³‚à²ıವನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²żà²²à³à²²" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "ಸà²à³‚à²ı '%s' ಅನ್ನು ನೋà²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "'%s' ಕ್ರà²à²µà²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "à²Ħೀà²à²¨à³ à²†à²—à²ż à²Ğೋರ್ಕ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "à²Şà³ˆà²Şà³ ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s ಸà²à³‚à²ıà²Ĥ à²à²à²²à²żà²•à²¤à³à²µà²µà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "à²¸à²żà²—à³à²¨à²²à³ à²Şà³ˆà²Şà³â€Œà²—à²à²—à²ż ಕà²à²²à³â€Œà²Ĵà³à²Żà²à²•à³ ಅನ್ನು ನೋಂà²Ĥà²à²Żà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "à²Şà³à²°à³Šà²—à³à²°à²à²‚ à²ıೊಂà²Ĥà²żà²•à³†à²Żà²à²—à³à²¤à³à²¤à²żà²²à³à²² (à²¨à²żà²œà²µà²à²Ĥà²Ĥ್à²Ĥು %x, %x ಅನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "à²†à²µà³ƒà²¤à³à²¤à²ż ತà²à²³à³†à²Żà²à²—à³à²¤à³à²¤à²żà²²à³à²² (à²¨à²żà²œà²µà²à²Ĥà²Ĥ್à²Ĥು %x, %x ಅನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "à²Ĥà²żà²•à³à²•à³ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "ಸ್à²à²żà²¤à²ż (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²…à²—à²¤à³à²Żà²µà²żà²Ĥೆ" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "ಅಜ್ಞà²à²¤ HTTP à²Ĥೋಷ ಸಂಜ್ಞೆ %d ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಅಜ್ಞà²à²¤ à²µà²żà²§à²à²¨ : %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıೇಳುವ à²Şà²°à²żà²šà²à²°à²• à²Şà³à²°à²¤à²żà²•à³à²°à²żà²Żà³† à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "à²Şà²à²°à³à²¸à³ args à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "à²†à²‚à²¤à²°à²żà²• à²Ĥೋಷ - ವರ್ಗà²à²µà²£à³† ಕà²à²°à³à²Żà²µà³ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ಸಂಜ್ಞೆ %d ಅನ್ನು à²à²°à²³à²żà²¸à²żà²Ĥೆ" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "à²¨à²•à²²à²ż ಉà²Ĥ್à²Ĥ" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "à²Şà³à²°à²¤à³à²Żà³à²¤à³à²¤à²° à²ıೆà²Ħರ್ ಅನ್ನು ಅನುಕ್ರà²à²żà²¤à²—à³Šà²³à²żà²¸à³" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "à²à²°à²³à²żà²Ĥ struct ಅನ್ನು ಅನುಕ್ರà²à²żà²¤à²—à³Šà²³à²żà²¸à³" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "à²à²°à²³à²żà²Ĥ à²Ĥೋಷವನ್ನು ಅನುಕ್ರà²à²żà²¤à²—à³Šà²³à²żà²¸à³" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "à²à²°à²³à²żà²Ĥ ಉà²Ĥ್à²Ĥವನ್ನು ಅನುಕ್ರà²à²żà²¤à²—à³Šà²³à²żà²¸à³" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "à²¸à²‚à²Şà²°à³à²•à²µà³ ಈಗà²à²—ಲೆ ತೆರೆà²Ĥà²żà²Ĥೆ" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "à²‡à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²¸à²‚à²Şà²°à³à²• à²¸à³‚à²šà²ż(pointer)" +msgstr "à²¸à²‚à²Şà²°à³à²•à²µà³ à²¤à³†à²°à³†à²Żà³à²¤à³à²¤à²żà²²à³à²²" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" +msgstr "strdup à²¨à²²à³à²²à²ż ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "ಕ್ಷೇತ್ರವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "ಅಜ್ಞà²à²¤ à²Ĵಗೆ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "ಗà²à²¤à³à²° > à²—à²°à²żà²·à³à²Ÿ à²Ĵà²Ğರ್ ಗà²à²¤à³à²°" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%d à²µà²żà²³à²à²¸à²µà²¨à³à²¨à³ à²Şà²°à²żà²ıà²°à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "ಕ್ಲೈಂಟ್ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ SASL init à²à²¨à²µà²żà²—à²à²—à²ż à²Şà³à²°à²Żà²¤à³à²¨à²żà²¸à²żà²Ĥೆ" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "à²Ĵ್ಲà²à²•à³ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಸà²à²•à³â€Œ à²µà²żà²³à²à²¸ %d (%s) ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²Şà³€à²°à³ à²µà²żà²³à²à²¸ %d (%s) ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl à²¸à²¨à³à²¨à²żà²µà³‡à²ĥ à²¸à³†à²Ÿà³â€Œà²…à²Şà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "TLS à²¸à²żà²Ğರ್ ಗà²à²¤à³à²°à²µà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL ನ à²Ĵà²à²ıà³à²Ż SSF %d (%s) ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL ನ %d (%s) ಸುರಕ್ಷತಠಗುಣಗಳನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "%d (%s) SASL ಕà²à²°à³à²Żà²µà³ˆà²–à²°à²żà²—à²³à²¨à³à²¨à³ à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "mechlist ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "à²¸à²‚à²Şà²°à³à²• %d (%s) à²Ĥ à²à³‡à²²à³† SASL ssf ಗೆ à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "ನೇಗೋà²ĥà²żà²Żà³‡à²Ÿà³ à²à²à²Ħಲà²à²Ĥ SSF %d ಸà²à²•à²·à³à²Ÿà³ à²Ĥà³ƒà²˘à²µà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "SASL à²Ĵಳಕೆà²Ĥà²à²° à²ıೆಸರನ್ನು %d (%s) à²¸à²‚à²Şà²°à³à²•à²Ĥ à²à³‡à²²à³† à²à²¨à²µà²ż à²à²à²Ħಲà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "à²Żà²à²µà³à²Ĥೆ ಕ್ಲೈಂಟ್ à²Ĵಳಕೆà²Ĥà²à²° à²ıೆಸರು ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" +msgstr "à²Ĵಳಕೆà²Ĥà²à²° à²ıೆಸರನ್ನು ಕà²à²Şà²ż à²à²à²Ħಲು ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL ಕ್ಲೈಂಟ್ %s ಗೆ à²µà³ˆà²Ÿà³â€Œà²²à²żà²¸à³à²Ÿà²żà²¨à²²à³à²²à²ż ಅನುà²à²¤à²ż ಇಲ್ಲ" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "ಕ್ಲೈಂಟ್ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ SASL ಆರಂಭ à²à²¨à²µà²żà²—à²à²—à²ż à²Şà³à²°à²Żà²¤à³à²¨à²żà²¸à²żà²Ĥೆ" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl ಆರಂಭವು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl ಆರಂಭà²Ĥ à²Şà³à²°à²¤à³à²Żà³à²¤à³à²¤à²° à²Ĥತ್ತà²à²‚à²ĥವು à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl à²ıಂತವು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl à²ıಂತà²Ĥ à²Şà³à²°à²¤à³à²Żà³à²¤à³à²¤à²° à²à²à²ıà²żà²¤à²żà²Żà³ à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "ಕ್ಲೈಂಟ್ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ SASL init à²à²¨à²µà²żà²—à²à²—à²ż à²Şà³à²°à²Żà²¤à³à²¨à²żà²¸à²żà²Ĥೆ" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "ಕ್ಲೈಂಟ್ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ SASL à²†à²°à²‚à²­à²żà²• à²à²¨à²µà²żà²—à²à²—à²ż à²Şà³à²°à²Żà²¤à³à²¨à²żà²¸à²żà²Ĥೆ" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "ಕ್ಲೈಂಟ್ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ SASL à²ıಂತà²Ĥ à²à²¨à²µà²żà²—à²à²—à²ż à²Şà³à²°à²Żà²¤à³à²¨à²żà²¸à²żà²Ĥೆ" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "ಕ್ಲೈಂಟ್ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ PolicyKit init à²à²¨à²µà²żà²—à²à²—à²ż à²Şà³à²°à²Żà²¤à³à²¨à²żà²¸à²żà²Ĥೆ" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "à²Şà³€à²°à³ ಸà²à²•à³†à²Ÿà³ ಗುರುತನ್ನು à²Şà²Ħà³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "PID %d ಗà²à²—à²ż à²Şà²°à²żà²ĥà³€à²²à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ, ಇà²Ĥು %d à²†à²—à²ż ಚಲà²à²Żà²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "à²Şà²à²²à²żà²¸à²ż à²•à²żà²Ÿà³ ಕà²à²²à²°à³ ಅನ್ನು ನೋà²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ\n" +msgstr "polkit ಕà²à²°à³à²Ż %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ\n" - -#: qemud/remote.c:2841 -#, c-format -msgid "Policy kit failed to check authorization %d %s" -msgstr "" - -#: qemud/remote.c:2857 -#, c-format -msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" - -#: qemud/remote.c:2865 -#, c-format -msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" - -#: qemud/remote.c:2884 -msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "polkit à²¸à²¨à³à²¨à²żà²µà³‡à²ĥ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ\n" #: qemud/remote.c:2939 +#, c-format +msgid "Policy kit failed to check authorization %d %s" +msgstr "à²Şà²à²²à²żà²¸à²ż à²•à²żà²Ÿà³ à²Ĥà³ƒà²˘à³€à²•à²°à²£%d %s ಅನ್ನು à²Şà²°à²żà²ĥà³€à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: qemud/remote.c:2955 +#, 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:2963 +#, c-format +msgid "Policy allowed action %s from pid %d, uid %d, result %s" +msgstr "à²Şà²à²²à²żà²¸à²ż à²•à²żà²Ÿà³ %s ಕà²à²°à³à²Żà²µà²¨à³à²¨à³ pid %d, uid %d ಇಂà²Ĥ ಅನುà²à²¤à²żà²¸à²żà²Ĥೆ, à²Ğà²²à²żà²¤à²à²‚à²ĥ: %s" + +#: qemud/remote.c:2982 +msgid "client tried unsupported PolicyKit init request" +msgstr "ಕ್ಲೈಂಟ್ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ PolicyKit init à²à²¨à²µà²żà²—à²à²—à²ż à²Şà³à²°à²Żà²¤à³à²¨à²żà²¸à²żà²Ĥೆ" + +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" +msgstr "storage_pool ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" +msgstr "storage_vol ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "ಸà²à²§à²¨à²µà³ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ uuid ಘಟಕ" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (à²…à²³à²¤à³†à²Ż à²Şà²Ĥ)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (à²…à²³à²¤à³†à²Ż à²Şà²Ĥ)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" -msgstr "" +msgstr "à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" #: src/conf.c:347 msgid "unterminated number" -msgstr "" +msgstr "à²…à²‚à²¤à³à²Żà²—à³Šà²³à²żà²¸à²Ĥೆ ಇರುವ à²¸à²‚à²–à³à²Żà³†" #: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" -msgstr "" +msgstr "à²…à²‚à²¤à³à²Żà²—à³Šà²³à²żà²¸à²Ĥೆ ಇರುವ ವà²à²•à³à²Ż" #: src/conf.c:434 src/conf.c:487 msgid "expecting a value" -msgstr "" +msgstr "ಒಂà²Ĥು à²à³Œà²²à³à²Żà²µà²¨à³à²¨à³ à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²Ĥೆ" #: src/conf.c:454 msgid "expecting a separator in list" -msgstr "" +msgstr "à²Şà²Ÿà³à²Ÿà²żà²Żà²²à³à²²à²ż ಒಂà²Ĥು à²µà²żà²­à²œà²•à²µà²¨à³à²¨à³ à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²Ĥೆ" #: src/conf.c:477 msgid "list is not closed with ]" -msgstr "" +msgstr "à²Şà²Ÿà³à²Ÿà²Żà³ ] ಇಂà²Ĥ à²…à²‚à²¤à³à²Żà²—à³Šà²³à²żà²¸à²²à²à²—à²żà²²à³à²²" #: src/conf.c:521 msgid "expecting a name" -msgstr "" +msgstr "ಒಂà²Ĥು à²ıೆಸರನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" #: src/conf.c:582 msgid "expecting a separator" @@ -807,11 +832,10 @@ msgstr "ಒಂà²Ĥು à²µà²żà²­à²œà²•à²µà²¨à³à²¨à³ (separator) à²¨à²żà²°à³€à²• msgid "expecting an assignment" msgstr "ಒಂà²Ĥು à²Şà²°à²żà²Żà³‹à²œà²¨à³†à²Żà²¨à³à²¨à³(assignment) à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "à²ıೊಸ à²Ĵà²Ğರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" +msgstr "à²Ĵà²Ğರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" #: src/conf.c:899 msgid "failed to open file" @@ -822,3216 +846,3583 @@ msgid "failed to save content" msgstr "ಒಳ ಅಂà²ĥಗಳನ್ನು à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "tty %s ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²—à²³à²¨à³à²¨à³ à²Şà²Ħà³†à²Żà²²à²à²—à²żà²²à³à²²: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²—à²³à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à²²à²à²—à²żà²²à³à²²: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "I/O ಗà²à²—à²ż ಕà²à²Żà³à²µà²à²— à²µà²żà²Ğಲತೆ : %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "ಆà²Ĥà²à²¨à²µà²¨à³à²¨à³ ಓà²Ĥುವà²à²— à²µà²żà²Ğಲತೆ: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "à²”à²Ÿà³â€Œà²Şà³à²Ÿà³â€Œ ಅನ್ನು à²Ĵà²°à³†à²Żà³à²µà²à²— à²µà²żà²Ğಲತೆ: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "à²¸à²‚à²Şà²°à³à²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "ಕ್ಷೇತ್ರವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† ಕ್ಷೇತ್ರವನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ ಕ್ಷೇತ್ರವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ ಜà²à²²à²Ĵಂಧವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಅನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ à²Şà³‚à²²à³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "à²ĥೇಖರಣಠvol ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† à²ĥೇಖರಣಠvol ಅನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ vol ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "à²ĥೇಖರಣಠvol ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "ಜà²à²²à²˜à²Ÿà²•(node) à²’à²³à²Şà²żà²Ħà²żà²—à²³à²¨à³à²¨à³ à²¨à²•à²²à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† à²ĥೇಖರಣಠvol ಅನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ vol ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĵಗೆ '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" +msgstr "ಅಜ್ಞà²à²¤à²µà²à²Ĥ à²Ĵೂಟ್ ಸà²à²§à²¨ '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²Ğ್ಲà²à²Şà²ż ಸà²à²§à²¨à²Ĥ à²ıೆಸರು: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²ıà²à²°à³à²Ħ್-à²Ħà²żà²¸à³à²•à³â€ à²ıೆಸರು: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "à²Ğ್ಲà²à²Şà²ż à²Ħà²żà²¸à³à²•à²żà²—à²à²—à²ż ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²Ĵಸ್ à²Ĵಗೆ '%s'" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" +msgstr "à²Ğ್ಲà²à²Şà²ż à²Ħà²żà²¸à³à²•à²żà²—à²à²—à²ż ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²Ĵಸ್ à²Ĵಗೆ '%s'" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +" ನೊಂà²Ĥà²żà²—à³† à²Żà²à²µà³à²Ĥೆ 'network' ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà²¨à³à²¨à³ " +"à²¸à³‚à²šà²żà²¸à²²à²à²—à²żà²²à³à²²" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " msgstr "" +" ನೊಂà²Ĥà²żà²—à³† à²Żà²à²µà³à²Ĥೆ 'dev' ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà²¨à³à²¨à³ " +"à²¸à³‚à²šà²żà²¸à²²à²à²—à²żà²²à³à²²" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "ಸà²à²•à³†à²Ÿà³ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²¨à³Šà²‚à²Ĥà²żà²—à³† à²Żà²à²µà³à²Ĥೆ 'port' ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà²¨à³à²¨à³ à²¸à³‚à²šà²żà²¸à²²à²à²—à²żà²²à³à²²" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" msgstr "" +"ಸà²à²•à³†à²Ÿà³ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²¨à³Šà²‚à²Ĥà²żà²—à³† à²Żà²à²µà³à²Ĥೆ 'port' ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà²¨à³à²¨à³ à²¸à³‚à²šà²żà²¸à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" msgstr "" +"ಸà²à²•à³†à²Ÿà³ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²¨à³Šà²‚à²Ĥà²żà²—à³† à²Żà²à²µà³à²Ĥೆ 'address' ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà²¨à³à²¨à³ à²¸à³‚à²šà²żà²¸à²²à²à²—à²żà²²à³à²²" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "à²à²à²Ĥà²°à²ż à²ıೆಸರು ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ಅಕ್ಷರಗಳನ್ನು à²ıೊಂà²Ĥà²żà²Ĥೆ" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "char ಸà²à²§à²¨à²•à³à²•à²à²—à²żà²¨ ಆಕರ à²à²à²°à³à²—à²Ĥ ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "char ಸà²à²§à²¨à²•à³à²•à²à²—à²żà²¨ à²à³‚ಲà²Ĥ à²…à²¤à²żà²à³‡à²Ż ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "char ಸà²à²§à²¨à²•à³à²•à²à²—à²żà²¨ à²à³‚ಲà²Ĥ à²¸à³‡à²µà³†à²Ż ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "ಆà²Ĥà²à²¨ ಸà²à²§à²¨à²Ĥ à²Ĵà²—à³†à²Ż ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤à²µà²à²Ĥ à²Ĵೂಟ್ ಸà²à²§à²¨ '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 à²Ĵಸ್ %s ಆà²Ĥà²à²¨ ಸà²à²§à²¨à²µà²¨à³à²¨à³ à²Ĵೆಂà²Ĵà²²à²żà²¸à³à²µà³à²Ĥà²żà²²à³à²²" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ ಆà²Ĥà²à²¨ à²Ĵಸ್ %s" -#: src/domain_conf.c:1286 +#: src/domain_conf.c:1281 #, c-format msgid "xen bus does not support %s input device" -msgstr "" +msgstr "xen à²Ĵಸ್ %s ಆà²Ĥà²à²¨ ಸà²à²§à²¨à²µà²¨à³à²¨à³ à²Ĵೆಂà²Ĵà²²à²żà²¸à³à²µà³à²Ĥà²żà²²à³à²²" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "ಆà²Ĥà²à²¨ ಸà²à²§à²¨à²Ĥ à²Ĵà²—à³†à²Ż ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "ಅಜ್ಞà²à²¤ ಸà²à²§à²¨à²Ĥ à²Ĵಗೆ" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%s ಗà²à²—à²ż ಸಂರಚನಠಕà²Ħತವನ್ನು ತೆಗೆà²Ĥುà²ıà²à²•à²²à²à²—à²żà²²à³à²²" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²§à³à²µà²¨à²ż à²à²à²Ĥà²°à²żà²Ż à²Ĵಗೆ" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "dir %s ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಸà²à²§à²¨ %s ಅನ್ನು à²¤à³†à²°à³†à²Żà²²à²à²—à²żà²²à³à²²" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%s ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಸà²à²§à²¨ %s ಅನ್ನು à²¤à³†à²°à³†à²Żà²²à²à²—à²żà²²à³à²²" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ à²…à²¤à²żà²à³‡à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤à²µà²à²Ĥ à²Ĵೂಟ್ ಸà²à²§à²¨ '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤à²µà²à²Ĥ à²Ĵೂಟ್ ಸà²à²§à²¨ '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ à²…à²¤à²żà²à³‡à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "ಅಜ್ಞà²à²¤ à²…à²¤à²żà²à³‡à²Ż %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "à²à³‚ಲ ಘಟಕವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "ಅಜ್ಞà²à²¤ ಸà²à²§à²¨à²Ĥ à²Ĵಗೆ" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "xmlXPathContext ಗà²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıà³†à²¸à²°à²żà²¨ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²Ĵà²—à³†à²Ż ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" +msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ à²Ĵಗೆ" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "UUID ಅನ್ನು à²‰à²¤à³à²Şà²à²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "à²¤à²Şà³à²Şà²à²Ĥ uuid ಘಟಕ" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "à²à³†à²à³Šà²°à²ż ಘಟಕವು ಕà²à²£à³à²¤à³à²¤à²żà²²à³à²²" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż ಜà²à²²à²˜à²Ÿà²•" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²Ĥತ್ತà²à²‚à²ĥ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "à²Żà²à²µà³à²Ĥೆ OS à²Ĵಗೆ ಇಲ್ಲ" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²†à²°à³à²•à²żà²Ÿà³†à²•à³à²šà²°à³" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ ಸà²à²§à²¨à²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤à²µà²à²Ĥ à²Ĵೂಟ್ ಸà²à²§à²¨ '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "à²Ĵೈಂà²Ħ್: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²żà²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಕ್ಷೇತ್ರವನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²żà²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "ಅಜ್ಞà²à²¤ à²…à²¤à²żà²à³‡à²Ż %s" +msgstr "à²¸à²°à²żà²Żà²²à³à²²à²Ĥ à²à³‚ಲ ಘಟಕ" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" -msgstr "" +msgstr "à²Ÿà³Šà²Şà³‹à²²à²œà²ż cpuset à²¸à²żà²‚à²Ÿà²à²•à³à²¸à²żà²¨à²²à³à²²à²ż à²Ĥೋಷ" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ dict ಜà²à²²à²˜à²Ÿà²•" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż ಜà²à²²à²˜à²Ÿà²•" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "%s ಸಂರಚನಠಕೋà²ĥವನ್ನು à²°à²šà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%s ಸಂರಚನಠಕà²Ħತವನ್ನು à²°à²šà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%s ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "%s ಸಂರಚನಠಕà²Ħತವನ್ನು à²‰à²³à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "dir '%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%s ಗà²à²—à²ż ಸಂರಚನಠಕà²Ħತವನ್ನು ತೆಗೆà²Ĥುà²ıà²à²•à²²à²à²—à²żà²²à³à²²" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "ಅಜ್ಞà²à²¤ virt à²Ĵಗೆ" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "à²¸à²‚à²Şà²°à³à²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "ಕ್ಷೇತ್ರವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† ಕ್ಷೇತ್ರವನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ ಕ್ಷೇತ್ರವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ ಜà²à²²à²Ĵಂಧವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ ಕ್ಷೇತ್ರವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²¨à²żà²‚à²Ĥ ಕ್ಷೇತ್ರವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಚಲà²à²Żà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ '" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಗೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "ಇà²Ĥಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s ಕೋà²ĥವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "%s ಗೆ iptableಗಳ à²¨à²żà²Żà²à²—ಳನ್ನು à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" +"iptableಗಳ à²¨à²żà²Żà² '%s' ಅನ್ನು à²¸à²°à²Şà²³à²ż '%s' à²Ż ಟೇà²Ĵಲ್‌ '%s' ಇಂà²Ĥ ತೆಗೆà²Ĥು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ " +"ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, 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:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" +msgstr "à²¸à²‚à²Şà²°à³à²• URI ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "à²¸à²‚à²Şà²°à³à²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ\n" +msgstr "à²¸à²‚à²Şà²°à³à²•à²µà²¨à³à²¨à³ à²…à²‚à²—à³€à²•à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²¸à²°à²żà²Żà²żà²²à³à²², domid ವು ಸà²à²‚à²–à³à²Żà²żà²•à²µà²à²—à²żà²²à³à²²" +msgstr "domainMigratePrepare uri ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à²żà²²à³à²²" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare uri ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à²żà²²à³à²²" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "à²à²à²°à³à²—ವು NULL à²†à²—à²żà²Ĥೆ" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "ಗುರುತುಗಳು à²ĥà³‚à²¨à³à²Żà²µà²à²—à²żà²°à²Ĵೇಕು" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "à²Ĵà²Ğರ್ NULL à²†à²—à²żà²Ĥೆ" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "ಗುರುತುಗಳ à²¨à²żà²Żà²¤à²à²‚ಕವು VIR_MEMORY_VIRTUAL à²†à²—à²żà²°à²²à³‡à²Ĵೇಕು" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "à²Ĵà²Ğರ್ NULL à²†à²—à²żà²Ĥ್à²Ĥರೂ ಗà²à²¤à³à²°à²µà³ à²ĥà³‚à²¨à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "ಚà²à²²à²•à²µà²¨à³à²¨à³ à²à²°à²³à²ż ಲೋà²Ħ್‌ à²à²à²Ħà³à²µà²²à³à²²à²ż à²Ĥೋಷ" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "setsid à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "à²à³Œà²²à³à²Ż à²µà³à²Żà³‚à²ıವನ್ನು(array) à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à²żà²²à³à²²" +msgstr "ioctl(TIOCSTTY) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "dup2(stdin) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "dup2(stdout) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "dup2(stderr) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಳಗೊಂà²Ħà²żà²°à³à²µà³à²Ĥರ à²ıà³†à²¸à²°à²żà²¨ ವà²à²•à³à²Żà²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ\n" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಸà²à²•à³†à²Ÿà³â€Œ ಅನ್ನು '%s' ಗೆ à²Ĵೈಂà²Ħ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಸà²à²•à³†à²Ÿà³â€Œ ಅನ್ನು '%s' ಗೆ à²Ĵೈಂà²Ħ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಒಳಗೊಂà²Ħà²żà²°à³à²µà²Ĥಕ್ಕà²à²—à²ż ಆರೋà²ıà²żà²¸à²²à³ /proc à²à²à²Ħಲು à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ : %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಒಳಗೊಂà²Ħà²żà²°à³à²µà²Ĥಕ್ಕà²à²—à²ż ಆರೋà²ıà²żà²¸à²²à³ /proc à²à²à²Ħಲು à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ : %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "à²Ĥà²à²–ಲೆ ಕà²Ħತ %s ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಒಳಗೊಂà²Ħà²żà²°à³à²µà²Ĥಕ್ಕà²à²—à²ż %s ಅನ್ನು %s à²¨à²²à³à²²à²ż ಆರೋà²ıà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s à²Şà³‚à²²à³â€Œ ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "dir '%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಒಳಗೊಂà²Ħà²żà²°à³à²µà²Ĥಕ್ಕà²à²—à²ż ಆರೋà²ıà²żà²¸à²²à³ /proc à²à²à²Ħಲು à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ : %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() ಅà²à²à²¨à³à²Żà²µà²à²Ĥ vm à²µà²żà²µà²°à²µà²¨à³à²¨à³ ರವà²à²¨à²żà²¸à²żà²Ĥೆ" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "à²¤à³†à²°à³†à²Żà³à²µà²żà²•à³†à²Żà³(%s) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "à²à³Œà²²à³à²Ż à²µà³à²Żà³‚à²ıವನ್ನು(array) à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à²żà²²à³à²²" +msgstr "ಕ್ಲೋನ್() à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s à²Ĥà²żà²‚à²Ĥ vol ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "ಸà²à²•à³†à²Ÿà²¨à³à²¨à³ à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "ಸà²à²•à³†à²Ÿà²¨à³à²¨à³ à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಸà²à²•à³†à²Ÿà³â€Œ ಅನ್ನು '%s' ಗೆ à²Ĵೈಂà²Ħ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಸà²à²•à³†à²Ÿà³â€Œ ಅನ್ನು '%s' ಗೆ à²Ĵೈಂà²Ħ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "fd %d à²Ż ಓà²Ĥು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "fd %d à²Ż à²Ĵà²°à³†à²Żà³à²µà²żà²•à³† à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "epoll_create(2) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "epoll_ctl(fd1) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "epoll_ctl(fd1) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "à²Ĥೋಷ à²¸à²¨à³à²¨à²żà²µà³‡à²ĥ %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "epoll_wait() à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "vol %s ಅನ್ನು à²…à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "unlockpt à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "'%s' pid ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "argv ಅನ್ನು %d à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%d à²Ĥà²à²–ಲೆ ಕà²Ħತವನ್ನು à²à³à²šà³à²šà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "à²ĥೇಖರಣಠಸà²à²§à²¨à²µà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "VM à²ıà³†à²¸à²°à²żà²¨ ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "ಕ್ಷೇತ್ರ id ಅà²à²µ uuid" +msgstr "uuid à²Żà²¨à³à²¨à³ à²ıೋಲುವ à²Żà²à²µà³à²Ĥೆ à²•à³à²·à³‡à²¤à³à²°à²µà²żà²²à³à²²" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²…à²³à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²…à²³à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಒಳಗೊಂà²Ħà²żà²°à³à²µ %d ಕ್ಕೆ ಕà²à²Żà³à²µà²²à³à²²à²ż waitpid à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" -msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²²à³ à²Ĵಳಸಲà²à²—ುವ à²¸à³à²•à³à²°à²żà²Şà³à²Ÿà³" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s à²Żà²żà²‚à²Ĥ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಕಳಚಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಸà²à²•à³†à²Ÿà³â€Œ ಅನ್ನು '%s' ಗೆ à²Ĵೈಂà²Ħ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಂà²Ĥು char ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "ಸà²à²•à³†à²Ÿà²¨à³à²¨à³ à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "Xen à²ĥೇಖರಣೆಗೆ à²¸à²‚à²Şà²°à³à²•à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "tty pid ಕà²Ħತ %s ಅನ್ನು à²à³à²šà³à²šà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಕà²Ħತ '%s' ಅನ್ನು stat à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "à²Ĥೋಷ ಕೋà²ĥ %s ಅನ್ನು à²°à²šà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "dir '%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "'%s' pid ಕà²Ħತವನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "ಕ್ಷೇತ್ರ id ಅà²à²µ uuid" +msgid "no domain named %s" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %d à²Żà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²°à³à²µ à²Żà²à²µà³à²Ĥೆ à²•à³à²·à³‡à²¤à³à²°à²µà²żà²²à³à²²" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "à²ıೆಸರುಗಳು" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "ಅಜ್ಞà²à²¤ HTTP à²Ĥೋಷ ಸಂಜ್ಞೆ %d ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಅಜ್ಞà²à²¤ à²µà²żà²§à²à²¨ : %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²— à²à²à²°à³à²—: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode() ಗೆ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²¨à²żà²Żà²¤à²à²‚ಕ" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%d à²µà²żà²³à²à²¸à²µà²¨à³à²¨à³ à²Şà²°à²żà²ıà²°à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%d à²µà²żà²³à²à²¸à²µà²¨à³à²¨à³ à²Şà²°à²żà²ıà²°à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%d à²µà²żà²³à²à²¸à²µà²¨à³à²¨à³ à²Şà²°à²żà²ıà²°à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "à²ıೆà²Ħರ್ '%s' ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" msgstr "" +"à²Ğà²à²°à³à²µà²à²°à³à²Ħà²żà²‚à²—à³â€Œà²—à²à²—à²ż à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à²²à²à²—à²żà²Ĥೆ, ಆà²Ĥರೆ à²Żà²à²µà³à²Ĥೆ IPv4 à²µà²żà²³à²à²¸/ಜà²à²²à²à³à²¸à³à²•à²¨à³à²¨à³ " +"ಒà²Ĥà²—à²żà²¸à²²à²à²—à²żà²Ĥೆ" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "à²¸à³à²µà²Żà²‚à²†à²°à²‚à²­ ಕೋà²ĥ %s ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "ಜà²à²²à²Ĵಂಧ ಸಂರಚನಠಕà²Ħತà²Ĥ à²ıೆಸರು '%s', '%s' ಜà²à²²à²Ĵಂಧ à²ıà³†à²¸à²°à²żà²—à³† ತà²à²³à³†à²Żà²à²—à³à²¤à³à²¤à²żà²²à³à²²" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s ಗà²à²—à²ż à²Żà²à²µà³à²Ĥೆ ಸಂರಚನಠಕà²Ħತವು ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "ಜà²à²²à²Ĵಂಧ '%s' ಅನ್ನು à²¸à³à²µà²Żà²‚ à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d' ಗà²à²—à²ż à²Ĵಳಕೆà²Ĥà²à²° à²Ĥà²à²–à²²à³†à²Żà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf à²¨à²²à³à²²à²ż ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: ಸà²à²•à²·à³à²Ÿà³ à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²à²°à²³à²ż ಲೋà²Ħ್ à²à²à²Ħಲà²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv ಗà²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "dhcp à²Ħೀà²à²¨à³ ಅನ್ನು à²Şà²°à²żà²šà²à²°à²•à²Ĥ IP à²µà²żà²³à²à²¸à²µà²żà²²à³à²²à²Ĥೆ à²†à²°à²‚à²­à²żà²¸à³à²µà²‚à²¤à²żà²²à³à²²" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"'%s' ಇಂà²Ĥ à²Ğà²à²°à³à²µà²à²Ħà²żà²‚à²—à³ ಅನ್ನು ಅನುà²à²¤à²żà²¸à²²à³ iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"'%s' ಗೆ à²Ğà²à²°à³à²µà²à²Ħà²żà²‚à²—à³ ಅನ್ನು ಅನುà²à²¤à²żà²¸à²²à³ iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" +"ಛà²Ĥ್à²à²µà³‡à²ĥà²—à³Šà²³à²żà²¸à³à²µà²żà²•à³†à²Żà²¨à³à²¨à³ à²ĥà²•à³à²¤à²—à³Šà²³à²żà²¸à²²à³ iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"'%s' à²Żà²żà²‚à²Ĥ à²°à³Œà²Ÿà²żà²‚à²—à³ ಅನ್ನು ಅನುà²à²¤à²żà²¸à²²à³ iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"'%s' ಗೆ à²°à³Œà²Ÿà²żà²‚à²—à³ ಅನ್ನು ಅನುà²à²¤à²żà²¸à²²à³ iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP ಟೇà²Ĵಲ್‌ಗಳು à²Ĵೆಂà²Ĵಲಕ್ಕೆ ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"'%s' ಇಂà²Ĥ DHCP à²à²¨à²µà²żà²—ಳನ್ನು ಅನುà²à²¤à²żà²¸à²²à³ iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"'%s' ಇಂà²Ĥ DNS à²à²¨à²µà²żà²—ಳನ್ನು ಅನುà²à²¤à²żà²¸à²²à³ iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "'%s' à²Żà²żà²‚à²Ĥ à²ıೊರà²ıೋಗುವ ಟ್ರà²à²Ğà²żà²•à³â€Œà²—à³† iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "'%s' ಗೆ ಒಳà²Ĵರುವ ಟ್ರà²à²Ğà²żà²•à³â€Œà²—à³† iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"'%s' à²¨à²²à³à²²à²żà²¨ ಕ್ರà²à²¸à³ à²¸à²‚à²Şà²°à³à²• ಟ್ರà²à²Ğà²żà²•à³ ಅನ್ನು ಅನುà²à²¤à²żà²¸à²²à³ iptables à²¨à²żà²Żà²à²—ಳನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż " +"à²µà²żà²Ğಲತೆ : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "ಜà²à²²à²Ĵಂಧವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "à²¸à²‚à²Şà²°à³à²• à²Ĵೆಂà²Ĵಲವನ್ನು à²†à²°à²‚à²­à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "'%s' à²¸à²‚à²Şà²°à³à²•à²µà²¨à³à²¨à³ à²¨à²żà²°à³à²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²² : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "à²¸à²‚à²Şà²°à³à²• '%s' ಅನ್ನು '%s' ಗೆ IP à²µà²żà²³à²à²¸à²µà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "à²¸à²‚à²Şà²°à³à²• '%s' ಅನ್ನು '%s' ಗೆ ಜà²à²²à²à³à²¸à³à²•à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "'%s' à²¸à²‚à²Şà²°à³à²•à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP à²Ğà²à²°à³à²µà²à²°à³à²Ħà²żà²‚à²—à³ ಅನ್ನು à²ĥà²•à³à²¤à²—à³Šà²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ:%s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "'%s' à²¸à²‚à²Şà²°à³à²•à²µà²¨à³à²¨à³ à²¤à²Şà³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "'%s' à²¸à²‚à²Şà²°à³à²•à²¨à³à²¨à³ à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "ಜà²à²²à²Ĵಂಧ '%s' ಅನ್ನು à²à³à²šà³à²šà²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq ಗà²à²—à²ż à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²Ĥುà²Ĥೆ à²Ĥà³Šà²°à³†à²¤à²żà²Ĥೆ" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "ತà²à²³à³†à²Żà²à²—ುವ uuidಗೆ à²ıೊಂà²Ĥುವ à²Żà²à²µà³à²Ĥೆ ಜà²à²²à²Ĵಂಧ ಇಲ್ಲ" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "ತà²à²³à³†à²Żà²à²—ುವ à²ıà³†à²¸à²°à²żà²—à³† à²ıೊಂà²Ĥುವ à²Żà²à²µà³à²Ĥೆ ಜà²à²²à²Ĵಂಧ ಇಲ್ಲ" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "ಜà²à²²à²Ĵಂಧವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "ತà²à²³à³†à²Żà²à²—ುವ ಐà²Ħà²żà²—à³† à²ıೊಂà²Ĥುವ à²Żà²à²µà³à²Ĥೆ ಜà²à²²à²Ĵಂಧ ಇಲ್ಲ" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²• ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "à²¸à²żà²à³â€Œà²²à²żà²‚ಕ್‌ '%s' ಅನ್ನು '%s' ಗà²à²—à²ż à²¨à²żà²°à³à²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "à²¸à²żà²à³â€Œà²²à²żà²‚ಕ್‌ '%s' ಅನ್ನು à²…à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "à²ıà³†à²¸à²°à²żà²—à³† ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²ĥೇಖರಣಠvol ಇಲ್ಲ" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "ಚಲà²à²Żà²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²°à³à²µ %s à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²¨ à²†à²µà³ƒà²¤à³à²¤à²żà²Żà²¨à³à²¨à³ à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²żà²²à³à²²\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²ż ವà²à²•à³à²Żà²°à²šà²¨à³† à²Ĥೋಷ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²Ĥೆ: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "ಜà²à²²à²Ĵಂಧ ಕà²Ħತà²Ĥ à²ıೆಸರನ್ನು à²Şà²°à²żà²ıà²°à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" -msgstr "ಅà²à²à²¨à³à²Ż MAC à²µà²żà²³à²à²¸" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ MAC à²µà²żà²³à²à²¸" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC à²µà²żà²³à²à²¸" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "popen à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "vzlist à²”à²Ÿà³â€Œà²Şà³à²Ÿà³ ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²ż ವà²à²•à³à²Żà²°à²šà²¨à³† à²Ĥೋಷ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²Ĥೆ: %s" +msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²żà²¨ UUID à²Żà³ à²¤à²Şà³à²Şà²à²—à²żà²Ĥೆ" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" +msgstr "%s ಗà²à²—à²ż ಸಂರಚನಠಕà²Ħತವನ್ನು ತೆಗೆà²Ĥುà²ıà²à²•à²²à²à²—à²żà²²à³à²²" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "ಕ್ಷೇತ್ರವು ಇನ್ನೂ ಚà²à²²à²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ" +msgstr "ಕ್ಷೇತ್ರವು ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²²à³à²²" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ಕà²Ħà²¤à²µà³à²Żà²µà²¸à³à²à³†à²Ż à²Ĵಗೆ" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²…à²³à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "ಕ್ಷೇತ್ರವು ಇನ್ನೂ ಚà²à²²à²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ" +msgstr "ಕ್ಷೇತ್ರವು ಚà²à²²à²¨à² ಸ್à²à²żà²¤à²żà²Żà²²à³à²²à²ż ಇಲ್ಲ" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%s ಗà²à²—à²ż ಸಂರಚನಠಕà²Ħತವನ್ನು ತೆಗೆà²Ĥುà²ıà²à²•à²²à²à²—à²żà²²à³à²²" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "ಈಗà²à²—ಲೆ '%s' ಐà²Ħà²żà²Żà²²à³à²²à²ż ಒಂà²Ĥು OPENVZ VM à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "à²¸à²‚à²Şà²°à³à²• URI ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" -msgstr "ವà²à²¸à³à²¤à²µ CPUಗಳ à²¸à²‚à²–à³à²Żà³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" +msgstr "ವರ್ಚುವಲ್ CPUಗಳ à²¸à²‚à²–à³à²Żà³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "ಈಗà²à²—ಲೆ '%d' ಐà²Ħà²żà²Żà³Šà²‚à²Ĥà²żà²—à³† ಒಂà²Ĥು OPENVZ VM ಅನ್ನು à²µà²żà²µà²°à²żà²¸à²²à²à²—à²żà²Ĥೆ" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "ತà²à²³à³†à²Żà²à²—ುವ ಐà²Ħà²żà²Żà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²°à³à²µ à²Żà²à²µà³à²Ĥೆ à²•à³à²·à³‡à²¤à³à²°à²µà²żà²²à³à²²" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "ಕ್ಷೇತ್ರವು ಇನ್ನೂ ಚà²à²²à²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ" +msgstr "ಕ್ಷೇತ್ರವು à²à³à²šà³à²šà²²à²à²—ುವ ಸ್à²à²żà²¤à²żà²Żà²²à³à²²à²ż ಇಲ್ಲ" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" +msgstr "à²¸à²‚à²Şà²°à³à²• URI ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĵಗೆ '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" +msgstr "à²¸à²‚à²Şà²°à³à²• URI ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು à²à³à²šà³à²šà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "ಸà²à²•à³†à²Ÿà³ %d ಗೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "à²Şà³à²°à²à²•à³à²¸à²żà²Żà³Šà²‚à²Ĥà²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²Ĥೋಷ: %d ಅಷ್ಟಕಗಳು(bytes) %d à²¨à²żà²‚à²Ĥ à²Ĥà³Šà²°à³†à²¤à²żà²µà³†\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "à²Şà³à²°à²à²•à³à²¸à²żà²Żà³Šà²‚à²Ĥà²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²Ĥೋಷ: %d ಅಷ್ಟಕಗಳನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³ %d à²²à²­à²żà²¸à²żà²Ĥ್à²Ĥು\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "à²Şà³à²°à²à²•à³à²¸à²żà²Żà³Šà²‚à²Ĥà²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²Ĥೋಷ: %d ಅಷ್ಟಕಗಳ à²Şà³à²Żà²à²•à³†à²Ÿà³\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" -msgstr "" +msgstr "à²Şà³à²°à²à²•à³à²¸à²żà²Żà³Šà²‚à²Ĥà²żà²—à²żà²¨ à²¸à²‚à²Şà²°à³à²•à²Ĥ à²Ĥೋಷ: à²¸à²°à²żà²Żà²²à³à²²à²Ĥ à²Şà³à²Żà²à²•à³†à²Ÿà³\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" -msgstr "" +msgstr "à²ıೊಂà²Ĥà²żà²•à³†à²Żà²à²—à²Ĥ à²Şà³à²Żà²à²•à³†à²Ÿà³ à²¸à²‚à²–à³à²Żà³† %d ಅನ್ನು à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²Ĥೆ\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "à²Ĵà²Ğರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "vncTLSx509certdir ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" +msgstr "qemu %d pid %lu ಇಂà²Ĥ à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²¨à²żà²°à³à²—à²à²¨ ಸ್à²à²żà²¤à²ż" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²¨à²żà²°à³à²—à²à²¨ ಸ್à²à²żà²¤à²ż '%d', qemu à²Ĵà²ıುಷಃ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "QEMU à²Ĵà³ˆà²¨à²°à²ż %s à²Żà³ ಕಂà²Ħುà²Ĵà²°à²²à²żà²²à³à²²: %s" -#: src/qemu_conf.c:550 -#, fuzzy, c-format +#: src/qemu_conf.c:541 +#, c-format msgid "Network '%s' not found" -msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" +msgstr "'%s' ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" +msgid "Network '%s' is not active" +msgstr "'%s' ಜà²à²²à²Ĵಂಧವು à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, c-format msgid "Network type %d is not supported" -msgstr "" +msgstr "%d à²Ĵà²—à³†à²Ż ಜà²à²²à²Ĵಂಧವು à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_conf.c:590 +#: src/qemu_conf.c:585 #, fuzzy, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "" +"à²Ÿà³à²Żà²à²Şà³ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ '%s' ಅನ್ನು à²¸à²‚à²Şà²°à³à²• '%s' ಕ್ಕೆ à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/qemu_conf.c:594 -#, fuzzy, c-format +#: src/qemu_conf.c:589 +#, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "" +"à²Ÿà³à²Żà²à²Şà³ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ '%s' ಅನ್ನು à²¸à²‚à²Şà²°à³à²• '%s' ಕ್ಕೆ à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/qemu_conf.c:617 -#, fuzzy +#: src/qemu_conf.c:612 msgid "failed to allocate space for tapfds string" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "tapfds ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²Ħà²żà²¸à³à²•à³â€ à²Ĵಗೆ '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²Ħà²żà²¸à³à²•à³â€ à²Ĵಗೆ '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²§à³à²µà²¨à²ż à²à²à²Ĥà²°à²ż" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "argv ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "close-on-exec ಕà²Ħತà²Ĥ à²µà²żà²µà²°à²£à² à²—à³à²°à³à²¤à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend ಕ್ಷೇತ್ರà²Ĥ à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıà³‡à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "non-blocking ಕà²Ħತà²Ĥ à²µà²żà²µà²°à²£à² à²—à³à²°à³à²¤à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "VM '%s' ಅನ್ನು à²¸à³à²µà²Żà²‚ à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" +msgstr "qemudStartup: ಸà²à²•à²·à³à²Ÿà³ à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"à²†à²°à²‚à²­à²żà²¸à³à²µà²à²— %s ಅನ್ನು QEMU à²¨à²żà²°à³à²—à²à²żà²¸à²żà²Ĥೆ\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s à²†à²°à²‚à²­à²żà²• à²”à²Ÿà³â€Œà²Şà³à²Ÿà³ ಅನ್ನು ಓà²Ĥುವà²à²— à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s à²†à²°à²‚à²­à²żà²• à²”à²Ÿà³â€Œà²Şà³à²Ÿà³ ಅನ್ನು ಓà²Ĥುವà²à²— ಕà²à²²à²à²µà²§à²ż à²¤à³€à²°à²żà²Ĥೆ" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s à²†à²°à²‚à²­à²żà²• à²”à²Ÿà³â€Œà²Şà³à²Ÿà³ ಅನ್ನು ಓà²Ĥುವà²à²— à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s à²†à²°à²‚à²­à²żà²• à²”à²Ÿà³â€Œà²Şà³à²Ÿà³ ಅನ್ನು ಓà²Ĥುವà²à²— ಸ್à²à²³à²à²µà²•à²à²ĥ à²à³à²—à²żà²Ĥà²żà²Ĥೆ" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%s à²à²à²¨à²żà²Ÿà²°à³ à²à²à²°à³à²—ವನ್ನು ಓà²Ĥಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "à²à²à²¨à²żà²Ÿà²°à³ ಅನ್ನು exec ಗುರುತು ಕಂà²Ħà²à²— à²à³à²šà³à²šà³ ಗೆ à²ıೊಂà²Ĥà²żà²¸à²²à²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "à²à²à²¨à²żà²Ÿà²°à³ ಅನ್ನು à²¨à²żà²°à³à²Ĵà²‚à²§à²żà²¸à²Ĥೆ ಇರುವ ಕ್ರà²à²•à³à²•à³† à²‡à²°à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "VM ಕನ್ಸೋಲ್ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Ĥà²à²–ಲೆ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "à²ıೊಸ à²¸à²¨à³à²¨à²żà²µà³‡à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" +msgstr "cpumap ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU ತ್ರೆà²Ħ್ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲು à²à²à²¨à²żà²Ÿà²°à³ à²†à²œà³à²žà³†à²Żà²¨à³à²¨à³ ಚಲà²à²Żà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "CPU ಸಂà²Ĵಂಧ %s ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà²¨à³à²¨à³ à²à²°à²³à²ż ನà²Ħೆಸುವುà²Ĥು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" +msgstr "VM ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "à²Ĵಳಸà²Ĥೆ ಇರುವ VNC à²¸à²‚à²Şà²°à³à²•à²¸à³à²à²à²¨à²µà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "ಸಂರಚನಠಕà²Ħತವು à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "à²Ĥà²à²–ಲೆ ಕà²Ħತ %s ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "à²à²à²¨à²żà²Ÿà²°à³ ಅನ್ನು VM à²Ĥà²à²–ಲೆಕà²Ħತವನ್ನು ಗುರುತು ಕಂà²Ħà²à²— à²à³à²šà³à²šà³ %s ಗೆ à²ıೊಂà²Ĥà²żà²¸à²²à²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "QEMU à²Ĵà³ˆà²¨à²°à²ż %s à²Żà³ ಕಂà²Ħುà²Ĵà²°à²²à²żà²²à³à²²: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "argv ಅನ್ನು %d à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "argv ಅನ್ನು %d à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/qemu_driver.c:1040 -#, c-format +#: src/qemu_driver.c:1005 +#, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "" +msgstr "VM '%s' ಅನ್ನು à²à³à²šà³à²šà²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%d à²Ĥà²à²–ಲೆ ಕà²Ħತವನ್ನು à²à³à²šà³à²šà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ dict ಜà²à²²à²˜à²Ÿà²•" +msgstr "à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²Ĥ pid, damn à²Ĥà³Šà²°à³†à²¤à²żà²Ĥೆ" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "%s ಅನ್ನು ಓà²Ĥಲು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_driver.c:1599 -#, c-format -msgid "Shutting down network '%s'\n" -msgstr "" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ dict ಜà²à²²à²˜à²Ÿà²•" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "tty %s ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಸà²à²à²°à³à²à³à²Żà²—ಳ à²Ĵೆಂà²Ĵಲಕ್ಕà²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "ಈ à²…à²¤à²żà²à³‡à²Żà²Ĥà²²à³à²²à²ż NUMA à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "à²Ĵಳಸಲà²à²Ĥ à²à³†à²à³Šà²°à²ż:" +msgstr "NUMA à²à³à²•à³à²¤ à²à³†à²à³Šà²°à²żà²—à²à²—à²ż à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "id %d ಗೆ ತà²à²³à³†à²Żà²à²—ುವ à²•à³à²·à³‡à²¤à³à²°à²µà²żà²²à³à²²" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "ಕ್ಷೇತ್ರವು ಇನ್ನೂ ಚà²à²²à²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ" +msgstr "ಕ್ಷೇತ್ರವು ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²²à³à²²" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "ಸ್à²à²—à²żà²¤à²—à³Šà²³à²żà²¸à³à²µ ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "à²à³à²šà³à²šà³à²µ ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ostype ಗà²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "uuid '%s' ಗೆ ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²•à³à²·à³‡à²¤à³à²°à²µà²żà²²à³à²²" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "à²—à²°à²żà²·à³à²Ÿ à²à³†à²à²°à²żà²Żà²¨à³à²¨à³ à²Şà³à²°à²¸à²•à³à²¤ à²à³†à²à³Šà²°à²żà²—à²żà²‚à²¤ ಕà²Ħà²żà²à³†à²—ೆ à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "à²—à²°à²żà²·à³à²Ÿ à²à³†à²à³Šà²°à²żà²—à²żà²‚à²¤ à²ıà³†à²šà³à²šà²żà²¨ à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²żà²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಕ್ಷೇತ್ರವನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²żà²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "ಕ್ಷೇತ್ರ UUID ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಕ್ಷೇತ್ರ xml ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಗೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "à²‰à²³à²żà²¸à³à²µ à²ıೆà²Ħರ್ ಅನ್ನು à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಗೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "xml à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "ವರ್ಗà²à²µà²£à³† ಕà²à²°à³à²Żà²µà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "ಈ qemu ಇಂà²Ĥ 'info blockstats' à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "ಒಂà²Ĥು à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ vcpu à²¸à²‚à²–à³à²Żà³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²—à²°à²żà²·à³à²Ÿ vcpus ಅನ್ನು à²¨à²żà²—à²Ĥà²żà²¸à²²à²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, 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:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³" +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²à³‡à²²à³† vcpus ಅನ್ನು à²Şà²żà²¨à³ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu à²¸à²‚à²–à³à²Żà³†à²Żà³ %d > %d à²µà³à²Żà²à²Şà³à²¤à²żà²Żà²żà²‚à²Ĥ à²ıà³Šà²°à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಸಂà²Ĵಂಧವನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ಲೈà²Ĵà³à²°à²°à²ż à²•à²°à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ, à²Ĵà²ıುಷಃ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²°à²Ĥೆ ಇರà²Ĵà²ıುà²Ĥು" +msgstr "cpu ಸಂà²Ĵಂಧಕ್ಕೆ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಸಂà²Ĵಂಧವನ್ನು à²Şà²Ħà³†à²Żà²²à²à²—à²żà²²à³à²²: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu ಸಂà²Ĵಂಧವು à²²à²­à³à²Żà²µà²żà²²à³à²²" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²µà²żà²µà²°à²£à² à²•à²Ħತವನ್ನು ಲೋà²Ħ್ à²à²à²Ħು" +msgstr "'%d' ಕ್ಷೇತ್ರà²Ĥ à²µà²żà²µà²°à²£à³†à²Żà²²à³à²²à²ż ಅಜ್ಞà²à²¤à²µà²à²Ĥ virt à²Ĵಗೆ" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "ಜà²à²²à²˜à²Ÿà²• ಕ್ಷೇತ್ರà²Ĥ à²Şà²Ÿà³à²Ÿà²ż" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²šà²żà²¤à³à²°à²żà²•à³†à²Żà²¨à³à²¨à³ ಓà²Ĥಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen à²Ħೆà²à²¨à²żà²¨à²żà²‚à²Ĥ ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "qemu à²ıೆà²Ħರ್ ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "à²šà²żà²¤à³à²°à²żà²•à³†à²Ż à²à³à²Żà²à²œà²żà²•à³ à²¤à²Şà³à²Şà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "à²šà²żà²¤à³à²°à²żà²•à³†à²Ż à²†à²µà³ƒà²¤à³à²¤à²żà²—à³† à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²² (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ '%s' à²†à²—à²ż à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "à²ıೊಸ VM ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM ಅನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²Ħà²żà²¸à³à²•à³â€ à²Ĵಗೆ '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom à²à²à²§à³à²Żà²à²µà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom à²à²à²§à³à²Żà²à²µà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "à²ĥೇಖರಣಠvol ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%s ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "%s ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "à²…à²¤à²żà²à³‡à²Ż à²µà²żà²µà²°à²£à² à²•à²Ħತವನ್ನು ಲೋà²Ħ್ à²à²à²Ħಲà²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "à²…à²¤à²żà²à³‡à²Ż à²µà²żà²µà²°à²£à² à²•à²Ħತವನ್ನು ಲೋà²Ħ್ à²à²à²Ħಲà²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³" +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕೆ ಒಂà²Ĥು ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "ಕೇವಲ CDROM à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²—ಳನ್ನು à²à²à²¤à³à²° ಜೋà²Ħà²żà²¸à²Ĵà²ıುà²Ĥà²à²—à²żà²Ĥೆ" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "ಕ್ಷೇತ್ರವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s ಇಂà²Ĥ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಕಳಚಲು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "ಕೇವಲ CDROM à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²—ಳನ್ನು à²à²à²¤à³à²° ಜೋà²Ħà²żà²¸à²Ĵà²ıುà²Ĥà²à²—à²żà²Ĥೆ" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "à²¸à²żà²à³â€Œà²²à²żà²‚ಕ್‌ '%s' ಅನ್ನು '%s' ಗà²à²—à²ż à²¨à²żà²°à³à²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²— à²à²à²°à³à²—: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' à²†à²œà³à²žà³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "ಈ qemu ಇಂà²Ĥ 'info blockstats' à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "ಕ್ಷೇತ್ರವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s" +msgstr "ಸà²à²§à²¨à²µà³ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL ಅà²à²µ ಖà²à²²à²ż à²à²à²°à³à²—" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à²à²°à³à²—, '%s' ವು ಒಂà²Ĥು à²—à³Šà²¤à³à²¤à²żà²°à³à²µ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà²à²—à²żà²²à³à²²" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à²à²°à³à²—" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU ಚà²à²²à²•à²µà³ ಕೇವಲ ವರ್ಚುವಲ್ à²à³†à²à³Šà²°à²ż addrs ಅನ್ನು à²à²à²¤à³à²° à²Ĵಳಸುತ್ತà²Ĥೆ" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "lvs à²†à²œà³à²žà³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "ಜà²à²²à²˜à²Ÿà²• ಕ್ಷೇತ್ರà²Ĥ à²Şà²Ÿà³à²Ÿà²ż" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" +msgid "could not generate random UUID" +msgstr "ಕ್ಷೇತ್ರ UUID ಅನ್ನು à²‰à²¤à³à²Şà²à²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XML à²¨à²²à³à²²à²ż ಜà²à²²à²Ĵಂಧ à²à²à²ıà²żà²¤à²ż" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ '%s' à²†à²—à²ż à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgid "failed to start listening VM" +msgstr "VM ಅನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "ತà²à²³à³†à²Żà²à²—ುವ à²ıೆಸರನ್ನು à²ıೊಂà²Ĥà²żà²°à³à²µ à²Żà²à²µà³à²Ĥೆ à²•à³à²·à³‡à²¤à³à²°à²µà²żà²²à³à²²" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "à²à³à²šà³à²šà²²à²à²Ĥ ಅà²à²µ à²†à²°à²‚à²­à²żà²¸à²Ĥೆ ಇರುವ à²ıà³à²Żà²à²‚à²Ħಲ್ ಅನ್ನು à²Ĵಳಸಲು à²Şà³à²°à²Żà²¤à³à²¨à²żà²¸à²²à²à²—à²żà²Ĥೆ" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "libvirtd à²Ĵà³ˆà²¨à²°à²żà²Żà²¨à³à²¨à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/remote_internal.c:322 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:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' ವರ್ಗà²à²µà²£à³†à²—à²à²—à²ż à²†à²œà³à²žà³†à²Ż à²…à²—à²¤à³à²Żà²µà²żà²Ĥೆ" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "tty %s ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "tty %s ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "tty %s ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "ಸà²à²•à³†à²Ÿà²¨à³à²¨à³ à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "ಸà²à²•à³†à²Ÿà²¨à³à²¨à³ à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "ವರ್ಗà²à²µà²£à³† ಕ್ರà²à²—ಳà²à²Ĥಂತà²ı unix, ssh à²ıà²à²—ು ext à²Żà³ à²µà²żà²‚à²Ħà³‹à²¸à³â€Œà²¨à²²à³à²²à²ż à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "ಕ್ಷೇತ್ರವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಳಗೊಂà²Ħà²żà²°à³à²µà³à²Ĥರ ಜೋà²Ħà²£à³†à²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "VM ಕನ್ಸೋಲ್ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Ĥà²à²–ಲೆ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "SASL ಲೈà²Ĵà³à²°à²°à²żà²Żà²¨à³à²¨à³ à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²—à²³à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à²²à²à²—à²żà²²à³à²²: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "tty ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²—à²³à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²¸à²²à²à²—à²żà²²à³à²²: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²µà²żà²ĥ್ವà²à²¸à²à²°à³à²ıà²¤à³†à²Żà²¨à³à²¨à³ à²Şà²°à²żà²ĥà³€à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲವà²à²—à²żà²Ĥೆ: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "tty %s ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "à²Şà³à²°à²à²à²£à²Şà²¤à³à²° à²Şà²°à²żà²ĥೀಲನೆ (ನà²à³à² à²Şà³à²°à²à²à²£à²Şà²¤à³à²° ಅà²à²µ IP à²µà²żà²³à²à²¸) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²µà²żà²ĥ್ವà²à²¸à²à²°à³à²ıà²¤à³†à²Żà²¨à³à²¨à³ à²Şà²°à²żà²ĥà³€à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲವà²à²—à²żà²Ĥೆ: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²Şà³ˆà²Şà³ ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à²à²—à²żà²²à³à²²: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 +#, fuzzy msgid "Invalid certificate" -msgstr "" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ಸà²à²§à²¨à²Ĥ à²ıೆಸರು: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà³ ಇನ್ನೂ ಸà²ı à²¸à²•à³à²°à²żà²Żà²—à³Šà²‚à²Ħà²żà²²à³à²²" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à²żà²Ĥವರು à²¤à²żà²³à²żà²Ĥà²żà²²à³à²²." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²Ĥ ಕà²à²²à²à²µà²§à²ż à²¤à³€à²°à²żà²Ĥೆ" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: à²•à³à²²à³ˆà²‚à²Ÿà²żà²¨ à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà³ ಒಂà²Ĥು à²…à²¸à³à²°à²•à³à²·à²żà²¤ ಅಲ್ಗà²à²°à²żà²Ĥà²à³ ಅನ್ನು " +"à²Ĵಳಸುತ್ತà²Ĥೆ." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²Ĥ à²Ĵà²—à³†à²Żà³ X.509 à²†à²—à²żà²²à³à²²" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "SASL à²Ĥà³ƒà²˘à³€à²•à²°à²£ %s ಅನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "tty %s ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²Ĥ ಕà²à²²à²à²µà²§à²ż à²¤à³€à²°à²żà²Ĥೆ" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²µà³ ಇನ್ನೂ ಸà²ı à²¸à²•à³à²°à²żà²Żà²—à³Šà²‚à²Ħà²żà²²à³à²²" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "à²Şà³à²°à²à²à²£à²Şà²¤à³à²°à²Ĥ à²à²à²²à²żà²•à²°à³ à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıà³†à²¸à²°à²żà²¨à³Šà²‚à²Ĥà²żà²—à³† ತà²à²³à³†à²Żà²à²—à³à²¤à³à²¤à²żà²²à³à²² (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "à²Ĵà²ıಳಷ್ಟು ಜà²à²²à²Ĵಂಧಗಳು" +msgstr "à²Ĵà²ıಳಷ್ಟು NUMA ಕೋà²ĥಗಳು: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "à²Ĵà²ıಳಷ್ಟು ಕ್ಷೇತ್ರಗಳು" +msgstr "à²Ĵà²ıಳಷ್ಟು à²Ĥೂರಸ್ಠಕ್ಷೇತ್ರ ಐà²Ħà²żà²—à²³à³: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "à²à³à²Żà²à²Şà²żà²¨ ಉà²Ĥ್à²Ĥವು à²—à²°à²żà²·à³à²Ÿ ಉà²Ĥ್à²Ĥà²•à³à²•à²żà²‚à²¤ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU à²¸à²‚à²–à³à²Żà³†à²Żà³ à²—à²°à²żà²·à³à²Ÿ à²à²żà²¤à²żà²Żà²¨à³à²¨à³ à²à³€à²°à²żà²Ĥೆ: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU à²à³à²Żà²à²Ğà²żà²¨ à²Ĵà²Ğರ್ ಉà²Ĥ್à²Ĥವು à²—à²°à²żà²·à³à²Ÿ à²à²żà²¤à²żà²Żà²¨à³à²¨à³ à²à³€à²°à²żà²Ĥೆ: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "à²Ĵà²ıಳಷ್ಟು vCPUà²—à²³à²żà²µà³† ಎಂà²Ĥು à²…à²¤à²żà²à³‡à²Żà²µà³ ವರà²Ĥà²ż à²à²à²Ħà²żà²Ĥೆ: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" +"à²à³à²Żà²à²Şà²żà²¨ à²Ĵà²Ğà²°à²żà²¨ ಉà²Ĥ್à²Ĥವು à²—à²°à²żà²·à³à²Ÿ à²à²żà²¤à²żà²Żà²¨à³à²¨à³ à²à³€à²°à²żà²Ĥೆ ಎಂà²Ĥು à²…à²¤à²żà²à³‡à²Żà²µà³ ವರà²Ĥà²ż à²à²à²Ħà²żà²Ĥೆ : %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "à²Ĵà²ıಳಷ್ಟು ಕ್ಷೇತ್ರಗಳು" +msgstr "à²Ĵà²ıಳಷ್ಟು à²Ĥೂರಸ್ಠಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರುಗಳು: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ à²¨à²żà²Żà²¤à²à²‚ಕಗಳ à²¸à²‚à²–à³à²Żà³† à²—à²°à²żà²·à³à²Ÿ à²à²żà²¤à²żà²Żà²¨à³à²¨à³ " +"à²à³€à²°à²żà²Ĥೆ" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: ಅಜ್ಞà²à²¤ à²¨à²żà²Żà²¤à²à²‚ಕà²Ĥ à²Ĵಗೆ" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "à²à³†à²à³Šà²°à²ż à²¨à²żà²Żà³‹à²œà²¨à³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" +msgstr "ಜೋà²Ħà²£à³†à²Ż à²¨à²żà²Żà³‹à²œà²¨à³†à²—à³† ಸà²à²•à²·à³à²Ÿà³ à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "ಅಜ್ಞà²à²¤ à²¨à²żà²Żà²¤à²à²‚ಕà²Ĥ à²Ĵಗೆ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à²Ĥà³‚à²°à²¸à³à² à²Şà³à²°à³Šà²Ÿà³‹à²•à²à²²à³â€Œà²—à²à²—à²ż ಖಂà²Ħ à²Şà³€à²•à³ à²à²¨à²µà²żà²Żà³ à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ à²Ĵà²Ğರ್ à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à²²à²à²Ĥ ಗà²à²¤à³à²°à²µà²¨à³à²¨à³ à²ıà³‹à²²à³à²¤à³à²¤à²żà²²à³à²²" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à²Ĥà³‚à²°à²¸à³à² à²Şà³à²°à³Šà²Ÿà³‹à²•à²à²²à³â€Œà²—à²à²—à²ż à²à³†à²à³Šà²°à²ż à²Şà³€à²•à³ à²à²¨à²µà²żà²Żà³ à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "à²Ĵà²ıಳಷ್ಟು ಜà²à²²à²Ĵಂಧಗಳು" +msgstr "à²Ĵà²ıಳಷ್ಟು à²Ĥೂರಸ್ಠಜà²à²²à²Ĵಂಧಗಳು: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "à²Ĵà²ıಳ ಚà²à²²à²•à²—ಳು ನೋಂà²Ĥà²à²Żà²żà²¤à²—ೊಂà²Ħà²żà²µà³†" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³â€Œà²—à²³à²żà²—à²à²—à²ż à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à²²à²à²—à²żà²Ĥೆ" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "à²Ĵà²ıಳ ಚà²à²²à²•à²—ಳು ನೋಂà²Ĥà²à²Żà²żà²¤à²—ೊಂà²Ħà²żà²µà³†" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³â€Œà²—à²³à²¨à³à²¨à³ à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²Ĥೆ" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "à²Ĵà²ıಳ ಚà²à²²à²•à²—ಳು ನೋಂà²Ĥà²à²Żà²żà²¤à²—ೊಂà²Ħà²żà²µà³†" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£à²—à²³à²żà²—à²à²—à²ż à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à²²à²à²—à²żà²Ĥೆ" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "à²Ĵà²ıಳ ಚà²à²²à²•à²—ಳು ನೋಂà²Ĥà²à²Żà²żà²¤à²—ೊಂà²Ħà²żà²µà³†" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£à²—ಳನ್ನು à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²Ĥೆ" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£à²—à²³à²żà²—à²à²—à²ż à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à²²à²à²—à²żà²Ĥೆ" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£à²—ಳನ್ನು à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²Ĥೆ" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£à²—à²³à²żà²—à²à²—à²ż à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à²²à²à²—à²żà²Ĥೆ" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£à²—ಳನ್ನು à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²Ĥೆ" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "ಈ ಕà²à²°à³à²Żà²µà³ à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²żà²°à²żà²¨à²żà²‚à²Ĥ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²à²¨à²µà²ż à²¸à²²à³à²²à²żà²¸à²²à²à²Ĥ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ %s ಅನ್ನು à²¤à²żà²°à²¸à³à²•à²°à²żà²¸à²²à²à²—à²żà²Ĥೆ" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "%d, à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL ಲೈà²Ĵà³à²°à²°à²żà²Żà²¨à³à²¨à³ à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL ಕ್ಲೈಂಟ್ à²¸à²¨à³à²¨à²żà²µà³‡à²ĥವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" +msgid "invalid cipher size for TLS session" +msgstr "TLS à²…à²§à²żà²µà³‡à²ĥನಕ್ಕà²à²—à²ż ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²¸à²żà²Ğರ್ ಗà²à²¤à³à²°" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "à²Ĵà²à²ıà³à²Ż SSF %d ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²² (%s)" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "%d ಸುರಕ್ಷತಠಗುಣಗಳನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²² (%s)" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL ಕà²à²°à³à²Żà²µà³ˆà²–à²°à²ż %s à²Şà²°à²żà²šà²à²°à²•à²Ĥà²żà²‚à²Ĥ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL ನೆಗೋà²ĥà²żà²Żà³‡à²ĥನ್ ಅನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "auth à²µà²żà²ĥ್ವà²à²¸à²à²°à³à²ıà²¤à³†à²Żà²¨à³à²¨à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL ನೆಗೋà²ĥà²żà²Żà³‡à²ĥನ್ à²à²à²ıà²żà²¤à²żà²Żà³ à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ: %d à²Ĵೈಟ್‌ಗಳು" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "SASL à²ıಂತà²Ĥà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "ನೆಗೋà²ĥà²żà²Żà³‡à²ĥನ್ SSF %d ಸà²à²•à²·à³à²Ÿà³ à²Ĥà³ƒà²˘à²µà²à²—à²żà²²à³à²²" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "auth à²µà²żà²ĥ್ವà²à²¸à²à²°à³à²ıà²¤à³†à²Żà²¨à³à²¨à³ ಒಗ್ಗೂà²Ħà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "marshalling args" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (à²…à²³à²¤à³†à²Ż à²Şà²Ĥ)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (à²…à²³à²¤à³†à²Ż à²Şà²Ĥ , à²Şà³à²°à²¤à³à²Żà³à²¤à³à²¤à²°)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "à²Şà²°à²żà²šà²à²°à²•à²Ĥà²żà²‚à²Ĥ à²Şà²Ħà³†à²Żà²²à²à²Ĥ à²Şà³à²Żà²à²•à³†à²Ÿà³ à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "à²Şà³à²°à²¤à³à²Żà³à²¤à³à²¤à²°à²Ĥà²²à³à²²à²żà²¨ ಅà²à²à²¨à³à²Ż à²ıೆà²Ħರ್" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "ಅಜ್ಞà²à²¤ à²Şà³à²°à³Šà²—à³à²°à²à²‚ (%x ಅನ್ನು à²Şà²Ħà³†à²Żà²²à²à²—à²żà²Ĥೆ, %x ಅನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "ಅಜ್ಞà²à²¤ à²Şà³à²°à³Šà²Ÿà³‹à²•à²à²²à³ à²†à²µà³ƒà²¤à³à²¤à²ż (%x ಅನ್ನು à²Şà²Ħà³†à²Żà²²à²à²—à²żà²Ĥೆ, %x ಅನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "ಅಜ್ಞà²à²¤ à²µà²żà²§à²à²¨ (%x ಅನ್ನು à²Şà²Ħà³†à²Żà²²à²à²—à²żà²Ĥೆ, %x ಅನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà²żà²•à³à²•à³ (%x ಅನ್ನು à²Şà²Ħà³†à²Żà²²à²à²—à²żà²Ĥೆ, %x ಅನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "ಅಜ್ಞà²à²¤ ಅನುಕ್ರಠ(%x ಅನ್ನು à²Şà²Ħà³†à²Żà²²à²à²—à²żà²Ĥೆ, %x ಅನ್ನು à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "ಅಜ್ಞà²à²¤ ಸ್à²à²żà²¤à²ż (%x ಅನ್ನು à²Şà²Ħà³†à²Żà²²à²à²—à²żà²Ĥೆ)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "ಸà²à²•à³†à²Ÿà³ à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤à²µà²à²—à²ż à²à³à²šà³à²šà²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "à²Şà³à²°à²¤à³à²Żà³à²¤à³à²¤à²°à²Ĥà²²à³à²²à²żà²¨ ಅà²à²à²¨à³à²Ż à²ıೆà²Ħರ್" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" + +#: src/sexpr.c:43 msgid "failed to allocate a node" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" -msgstr "ಒಂà²Ĥು ವà²à²•à³à²Żà²µà²¨à³à²¨à³ à²¨à²•à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಂà²Ĥು ವà²à²•à³à²Żà²µà²¨à³à²¨à³ à²¨à²•à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "%d à²Ĵà²—à³†à²Ż à²Şà³‚à²²à³â€Œà²—à²à²—à²żà²¨ à²Ĵà³à²Żà²à²•à³†à²‚à²Ħ್ ಕà²à²£à²żà²¸à³à²¤à³à²¤à²żà²²à³à²²" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "à²Şà²°à²żà²à²à²£ '%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "ಕà²Ħತ '%s' ಅನ್ನು stat à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "'%s' ಕà²Ħತà²Ĥ à²•à³Šà²¨à³†à²Żà²¨à³à²¨à³ à²ıುà²Ħುಕಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "'%s' ಕà²Ħತà²Ĥ à²•à³Šà²¨à³†à²Żà²¨à³à²¨à³ à²ıುà²Ħುಕಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "'%s' ಕà²Ħತà²Ĥ à²•à³Šà²¨à³†à²Żà²¨à³à²¨à³ à²ıುà²Ħುಕಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s ನ ಕà²Ħತ à²¸à²¨à³à²¨à²żà²µà³‡à²ĥವನ್ನು à²Şà²Ħà³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "à²¸à²¨à³à²¨à²żà²µà³‡à²ĥ" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "dir %s ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "à²à²à²°à³à²—" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "à²à²à²°à³à²—" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%s ಅನ್ನು à²¸à²‚à²•à²²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex à²—à³à²‚à²Şà³à²—à²³à³" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಆಜ್ಞೆಗà²à²—à²ż ಕà²à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ:%s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "à²†à²œà³à²žà³†à²Żà³ à²¸à²°à²żà²Żà²à²—à²ż à²¨à²żà²°à³à²—à²à²żà²¸à²żà²²à³à²²" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²µà³†" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "à²†à²‚à²¤à²°à²żà²• à²Ĥೋಷ %s" +msgstr "ಓà²Ĥುವà²à²—à²żà²¨ à²Ĥೋಷ: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "%d à²†à²œà³à²žà³†à²Żà²żà²‚à²Ĥ à²ĥà³‚à²¨à³à²Żà²µà²²à³à²²à²Ĥ à²Ĵà²—à³†à²Żà²²à³à²²à²ż à²¨à²żà²°à³à²—à²à²¨à²Ĥ ಸ್à²à²żà²¤à²ż" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: à²…à²¨à³à²µà²Żà²żà²¸à²²à²à²—à²żà²²à³à²²\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "à²Şà²°à²żà²à²à²£" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "à²Şà²°à²żà²à²à²£à²Ĥ à²µà³à²Żà²à²Şà³à²¤à²żà²—ಳು" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "ಸà²à²§à²¨à²Ĥ ಆರಂಭà²Ĥ ಸ್à²à²³à²µà²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "ಸà²à²§à²¨à²Ĥ à²…à²‚à²¤à³à²Żà²Ĥ ಸ್à²à²³à²µà²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "à²µà³à²Żà²à²Şà³à²¤à²żà²—ಳು" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "ಸà²à²•à²·à³à²Ÿà³ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²°à³à²µ à²Żà²à²µà³à²Ĥೆ ಖà²à²²à²ż à²µà³à²Żà²à²Şà³à²¤à²żà²Żà³ ಇಲ್ಲ" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "à²à²à²°à³à²— '%s' ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²²à²żà²²à³à²²: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "à²ıೆà²Ħರ್ '%s' ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²— à²à²à²°à³à²—: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಜà²à²²à²Ĵಂಧ à²¸à³‚à²šà²ż(pointer)" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆರೋà²ıಣಠà²à³‚ಲವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 +#, fuzzy msgid "retval" -msgstr "" +msgstr "à²Şà³‹à²°à³à²Ÿà²²à³" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%s ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ à²…à²¤à²żà²à³‡à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ à²à²à²°à³à²—ವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ ಸà²à²§à²¨à²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "ಆಕರ" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ dir ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "à²à²à²°à³à²— '%s' ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²²à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "à²à²à²°à³à²— '%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²²à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "à²à²à²°à³à²— '%s' ಅನ್ನು statvfs à²à²à²Ħಲà²à²—à²²à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "à²à²à²°à³à²— '%s' ಅನ್ನು ಕೊಂà²Ħà²ż à²à²à²Ħà²Ĥೆ ಇರಲು ಸà²à²§à³à²Żà²µà²à²—à²²à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "à²—à³à²°à²ż" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "à²ĥೇಖರಣಠvol à²•à³€à²²à²ż" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "ಕà²Ħತ '%s' ಅನ್ನು ತುಂà²Ĵà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "ಕà²Ħತ '%s' ಅನ್ನು à²µà²żà²¸à³à²¤à²°à²żà²¸à²²à²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "'%s' à²à²à²°à³à²—ವನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤à²µà²à²Ĥ à²ĥೇಖರಣಠ%d vol à²Ĵಗೆ" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²ĥೇಖರಣಠ%d vol à²Ĵಗೆ" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "qemu-img ಇಲ್ಲà²Ĥೆ à²ıೋà²Ĥರೆ ಕಚ್ಛಠಅಲ್ಲà²Ĥ à²šà²żà²¤à³à²°à²żà²•à³†à²—à²³à²¨à³à²¨à³ à²¨à²żà²°à³à²à²żà²¸à²²à³ à²Ĵೆಂà²Ĵà²²à²µà²żà²°à³à²µà³à²Ĥà²żà²²à³à²²" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಕà²Ħತà²Ĥ à²à²à²²à²żà²• '%s' ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಕà²Ħತà²Ĥ ಕ್ರಠ'%s' ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "'%s' ಕà²Ħತವನ್ನು à²à³à²šà³à²šà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "'%s' ಕà²Ħತವನ್ನು ಕೊಂà²Ħà²ż à²à²à²Ħà²Ĥà²żà²°à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "à²…à²¤à²żà²à³‡à²Żà²•à³à²•à²à²—à²ż ನೋà²Ħà³à²µà²żà²•à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "à²—à³à²°à²ż %s ಗà²à²—à²ż à²Żà²à²µà³à²Ĥೆ à²à²Şà²ż à²µà²żà²³à²à²¸à²µà²żà²²à³à²²" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "%s ಗà²à²—à²ż à²à²Şà²ż à²µà²żà²³à²à²¸à²µà²¨à³à²¨à³ à²Ğà²à²°à³à²à²à²Ÿà³ à²à²à²Ħಲà²à²—à²żà²²à³à²²" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "à²†à²µà³ƒà²¤à³à²¤à²żà²Żà²¨à³à²¨à³ à²¤à³‹à²°à²żà²¸à³" +msgstr "à²…à²§à²żà²µà³‡à²ĥನ" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "à²…à²§à²żà²µà³‡à²ĥನವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "à²ıೆಸರು" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%s ಅನ್ನು à²¤à³†à²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "à²•à³€à²²à²ż" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "sysfs à²à²à²°à³à²— %s ಅನ್ನು opendir à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "sysfs à²à²à²°à³à²— %s/%s à²Żà²żà²‚à²Ĥ à²—à³à²°à²żà²Żà²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "%s à²…à²§à²żà²µà³‡à²ĥನಕ್ಕೆ à²Żà²à²µà³à²Ĥೆ LUNಗಳನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" +"%u:%u:%u:%u à²Żà³ ಒಂà²Ĥು ನೇರ-à²¨à²żà²²à³à²•à²£à³† LUN à²†à²—à²żà²Ĥà³†à²Żà³† ಎಂà²Ĥು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ " +"ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "lun %d ಗà²à²—à²ż ಸà²à²§à²¨à²µà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "à²Ĵ್ಲà²à²•à³ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "à²Ĵ್ಲà²à²•à³ à²à²à²°à³à²— %s ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "scside à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "" +msgstr "à²Şà³‹à²°à³à²Ÿà²²à³" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "à²¤à²Şà³à²Şà²à²—à²żà²°à³à²µ à²Şà²°à²żà²à²à²£à²Ĥ à²µà³à²Żà²à²Şà³à²¤à²żà²Ż ಆà²Ğ್‌ಸೆಟ್ à²à³Œà²²à³à²Ż" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "à²¤à²Şà³à²Şà²à²—à²żà²°à³à²µ à²Şà²°à²żà²à²à²£à²Ĥ à²µà³à²Żà²à²Şà³à²¤à²żà²Ż ಉà²Ĥ್à²Ĥà²Ĥ à²à³Œà²²à³à²Ż" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "à²¤à²Şà³à²Şà²à²—à²żà²°à³à²µ à²Şà²°à²żà²à²à²£à²Ĥ à²µà³à²Żà²à²Şà³à²¤à²żà²Ż ಗà²à²¤à³à²°à²Ĥ à²à³Œà²²à³à²Ż" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "lvs à²†à²œà³à²žà³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs à²†à²œà³à²žà³†à²Żà³ %d ಎಂà²Ĵ à²¨à²żà²°à³à²—à²à²¨à²¸à³à²à²żà²¤à²żà²Żà³Šà²‚à²Ĥà²żà²—à³† à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgid "allocating pvname or vgname" +msgstr "priv->à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "ಒಂà²Ĥು ಸà²à²•à³†à²Ÿà³ ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "ಆಜ್ಞಠಸà²à²²à³" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "ಸà²à²§à²¨ %s ಅನ್ನು à²¤à³†à²°à³†à²Żà²²à²à²—à²żà²²à³à²²" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "ಸà²à²§à²¨ à²ıೆà²Ħರ್ %s ಅನ್ನು à²¤à³†à²°à²µà³à²—à³Šà²³à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "ಸà²à²§à²¨ %s ಅನ್ನು à²à³à²šà³à²šà²²à²à²—à²żà²²à³à²²" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "ttypidFile %s ಅನ್ನು ತೆಗೆà²Ĥು à²ıà²à²•à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "à²ıೊಸà²Ĥà²à²—à²ż à²¨à²żà²°à³à²à²à²£à²—ೊಂà²Ħ '%s' à²Şà²°à²żà²à²à²£à²µà²¨à³à²¨à³ à²Şà²¤à³à²¤à³†à²à²à²Ħಲà²à²—à²²à²żà²²à³à²²: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "auth à²…à²¤à²żà²à³‡à²Ż ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "auth passwd ವೈà²ĥà²żà²·à³à²Ÿà³à²Żà²µà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "ಆಕ್ಟಲ್ ಕ್ರà²à²µà³ à²¤à²Şà³à²Şà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "à²à²à²²à²żà²• ಘಟಕವು à²¤à²Şà³à²Şà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "ಸà²à³‚à²ı ಘಟಕವು à²¤à²Şà³à²Şà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "ಅಜ್ಞà²à²¤ à²…à²¤à²żà²à³‡à²Ż %s" +msgid "unknown root element for storage pool" +msgstr "ಅಜ್ಞà²à²¤ à²à³‚ಲ ಘಟಕ" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "ಅಜ್ಞà²à²¤à²µà²à²Ĥ à²ĥೇಖರಣಠ%d vol à²Ĵಗೆ" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "à²ıà³†à²¸à²°à²żà²¨ ಘಟಕವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +msgstr "uuid ಅನ್ನು à²‰à²¤à³à²Şà²à²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" +msgstr "ಆಕರ ಸà²à²§à²¨à²—ಳನ್ನು à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "à²Ĵ್ಲà²à²•à³ ಸà²à²§à²¨" +msgstr "ಸà²à²§à²¨" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "ಆಕರ ಸà²à²§à²¨à²Ĥ à²à²à²°à³à²—ವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಆಕರ à²à²à²°à³à²—ವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "à²Şà³‚à²²à³â€Œà²¨ à²ıೆಸರು" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "ಕà²à²£à³†à²Żà²à²—à²żà²°à³à²µ à²—à³à²°à²żà²Ż à²à²à²°à³à²—" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²Şà³‚à²²à³ à²µà²żà²¨à³à²Żà²à²¸ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²Şà³‚à²²à³ à²Ĵಗೆ" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "à²à²à²²à²żà²• ಘಟಕವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "ಅಜ್ಞà²à²¤ à²…à²¤à²żà²à³‡à²Ż %s" +msgstr "ಅಜ್ಞà²à²¤ ಗà²à²¤à³à²° ಘಟಕಗಳು '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "ಸà²à²à²°à³à²à³à²Ż ಘಟಕ à²¤à²Şà³à²Şà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "ಸà²à²à²°à³à²à³à²Ż ಘಟಕà²Ĥ à²à³Œà²²à³à²Żà²µà³ à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" +msgstr "à²ĥೇಖರಣಠvol ಅನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "ಅಜ್ಞà²à²¤ à²…à²¤à²żà²à³‡à²Ż %s" +msgstr "ಅಜ್ಞà²à²¤ à²à³‚ಲ ಘಟಕ" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "à²ıà³†à²¸à²°à²żà²¨ ಘಟಕವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "ಸà²à²à²°à³à²à³à²Ż ಘಟಕವು ಕà²à²£à³à²¤à³à²¤à²żà²²à³à²²" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²Şà²°à²żà²à²à²£à²Ĥ à²µà²żà²¨à³à²Żà²à²¸ %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "à²Şà³‚à²²à³" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥ à²à²à²°à³à²—ವನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à²à²—à²żà²²à³à²²" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "à²¸à³à²µà²Żà²‚ ಆರಂಭà²Ĥ ಕೊಂà²Ħà²ż à²à²à²°à³à²—ವನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "ಸಂರಚನಠಕà²Ħತ" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "XML ಅನ್ನು à²‰à²¤à³à²Şà²à²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s ಗà²à²—à²ż ಸಂರಚನಠಕà²Ħತವನ್ನು ತೆಗೆà²Ĥುà²ıà²à²•à²²à²à²—à²żà²²à³à²²" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "ಈ uuid ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²Şà³‚à²²à³ ಇಲ್ಲ" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "ಈ à²ıà³†à²¸à²°à²żà²—à³† ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²Şà³‚à²²à³ ಇಲ್ಲ" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "à²ıೆಸರು" +msgstr "à²ıೆಸರುಗಳು" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "ತà²à²³à³†à²Żà²à²—ುವ uuid ಅನ್ನು à²ıೊಂà²Ĥà²żà²°à³à²µ à²Żà²à²µà³à²Ĥೆ à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಇಲ್ಲ" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "à²Şà³‚à²²à³ ಇನ್ನೂ ಸà²ı à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" +msgstr "à²Şà³‚à²²à³ ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²²à³à²²" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಇನ್ನೂ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "à²Şà²°à²żà²à²à²£à²Ĥ à²…à²³à²żà²¸à³à²µà²żà²•à³†à²Żà²¨à³à²¨à³ à²Şà³‚à²²à³ à²Ĵೆಂà²Ĵà²²à²żà²¸à³à²µà³à²Ĥà²żà²²à³à²²" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "à²Şà³‚à²²à³ ಸಂರಚನಠಕà²Ħತವನ್ನು à²ıೊಂà²Ĥà²żà²²à³à²²" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "à²ıà³†à²¸à²°à²żà²—à³† ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²ĥೇಖರಣಠvol ಇಲ್ಲ" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "à²•à³€à²²à²żà²—à³† ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²ĥೇಖರಣಠvol ಇಲ್ಲ" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "à²à²à²°à³à²—ಕ್ಕೆ ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²ĥೇಖರಣಠvol ಇಲ್ಲ" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "à²ĥೇಖರಣಠvol ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ vol à²¨à²żà²°à³à²à²żà²¸à³à²µà²żà²•à³†à²Żà²¨à³à²¨à³ à²Ĵೆಂà²Ĵà²²à²żà²¸à³à²µà³à²Ĥà²żà²²à³à²²" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ vol à²…à²³à²żà²¸à³à²µà²żà²•à³†à²Żà²¨à³à²¨à³ à²Ĵೆಂà²Ĵà²²à²żà²¸à³à²µà³à²Ĥà²żà²²à³à²²" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "à²ıà³†à²¸à²°à²żà²—à³† ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²ĥೇಖರಣಠvol ಇಲ್ಲ" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²²à³à²²" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "ಒಂà²Ĥು à²Ĥà²żà²¨à²Ĥ ಸà²à²Żà²µà²¨à³à²¨à³ ತೆಗೆà²Ĥುಕೊಳ್ಳಲà²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "à²…à²¤à²żà²à³‡à²Ż à²µà²żà²µà²°à²£à² à²•à²Ħತವನ್ನು ಲೋà²Ħ್ à²à²à²Ħಲà²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "à²…à²¤à²żà²à³‡à²Ż" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "ಜà²à²²à²˜à²Ÿà²•" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath à²¸à²¨à³à²¨à²żà²µà³‡à²ĥವನ್ನು à²¸à³ƒà²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "ಜà²à²²à²˜à²Ÿà²• cpu numa ಜà²à²²à²˜à²Ÿà²•à²—ಳು" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "ಜà²à²²à²˜à²Ÿà²• cpu ಸà²à²•à³†à²Ÿà³à²Ÿà³à²—ಳು" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "ಜà²à²²à²˜à²Ÿà²• cpu ಕೋರುಗಳು" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "ಜà²à²²à²˜à²Ÿà²• cpu ಎಳೆಗಳು" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "ಜà²à²²à²˜à²Ÿà²• à²¸à²•à³à²°à²żà²Ż cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "ಜà²à²²à²˜à²Ÿà²• cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "ಜà²à²²à²˜à²Ÿà²• à²à³†à²à³Šà²°à²ż" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "ಜà²à²²à²˜à²Ÿà²• ಕ್ಷೇತ್ರà²Ĥ à²Şà²Ÿà³à²Ÿà²ż" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "ಕ್ಷೇತ್ರà²Ĥ ಕà²Ħತà²Ĥ à²ıೆಸರನ್ನು à²Şà²°à²żà²ıà²°à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "ಜà²à²²à²˜à²Ÿà²• ಕ್ಷೇತ್ರà²Ĥ à²Şà²Ÿà³à²Ÿà²ż" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "ಜà²à²²à²Ĵಂಧ ಕà²Ħತà²Ĥ à²ıೆಸರನ್ನು à²Şà²°à²żà²ıà²°à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "ಜà²à²²à²˜à²Ÿà²• ಕ್ಷೇತ್ರà²Ĥ à²Şà²Ÿà³à²Ÿà²ż" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "ಕ್ಷೇತ್ರà²Ĥ ಕà²Ħತà²Ĥ à²ıೆಸರನ್ನು à²Şà²°à²żà²ıà²°à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ಒಂà²Ĥು à²Şà²à²µà²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à³ ಅà²à²µ test:///default ಅನ್ನು à²Ĵಳಸು" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "ಕ್ಷೇತ್ರವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "ಕ್ಷೇತ್ರವು ಇನ್ನೂ ಚà²à²²à²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "ಕ್ಷೇತ್ರವು ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²²à³à²²" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "à²à³†à²Ÿà²à²Ħà²à²Ÿà²à²•à³à²•à³† ಜà²à²—ವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "ಜà²à²²à²˜à²Ÿà²• ಕ್ಷೇತ್ರà²Ĥ à²Şà²Ÿà³à²Ÿà²ż" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "à²‰à²³à²żà²¸à³à²µ à²ıೆà²Ħರ್ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "à²ıೆà²Ħರ್ à²à³à²Żà²à²œà²żà²•à³ ತà²à²³à³†à²Żà²à²—à³à²¤à³à²¤à²żà²²à³à²²" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "Xen à²Ħೆà²à²¨à²żà²¨à²żà²‚à²Ĥ ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "à²à³†à²Ÿà²à²Ħà²à²Ÿà² ಗà²à²¤à³à²°à²µà²¨à³à²¨à³ ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "à²à³†à²Ÿà²à²Ħà²à²Ÿà²à²Ĥ ಗà²à²¤à³à²°à²µà³ à²µà³à²Żà²à²Şà³à²¤à²żà²Ż à²ıà³Šà²°à²—à²żà²Ĥೆ" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "à²…à²Şà³‚à²°à³à²£à²µà²à²Ĥ à²à³†à²Ÿà²à²Ħà²à²Ÿà²" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²ıà²à²•à²²à²à²—à²żà²Ĥೆ\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "ಜà²à²²à²˜à²Ÿà²• ಕ್ಷೇತ್ರà²Ĥ à²Şà²Ÿà³à²Ÿà²ż" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "à²µà³à²Żà²à²Şà³à²¤à²żà²Żà³ à²²à²­à³à²Żà²µà²żà²°à³à²µ ಕೋà²ĥಗಳನ್ನು à²à³€à²°à²żà²Ĥೆ" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²Ĥೆ" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "ಕ್ಷೇತ್ರವು ಇನ್ನೂ ಚà²à²²à²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "ಜà²à²²à²Ĵಂಧವು ಇನ್ನೂ ಚà²à²²à²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "ಜà²à²²à²Ĵಂಧವು ಈಗà²à²—ಲೆ ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²Ĥೆ" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "à²•à³€à²²à²żà²—à³† ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²ĥೇಖರಣಠvol ಇಲ್ಲ" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "à²à²à²°à³à²—ಕ್ಕೆ ತà²à²³à³†à²Żà²à²—ುವ à²Żà²à²µà³à²Ĥೆ à²ĥೇಖರಣಠvol ಇಲ್ಲ" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "ಒಂà²Ĥು char ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ ಆà²Ĥà²à²¨ ಸà²à²§à²¨à²Ĥ à²Ĵಗೆ %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "à²¸à²‚à²Şà²°à³à²• à²Ĵೆಂà²Ĵಲವನ್ನು à²†à²°à²‚à²­à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "%s ಕೋà²ĥವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: ಸà²à²•à²·à³à²Ÿà³ à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "à²Ĥà²à²–ಲೆ ಕà²Ħತ %s ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "%s ಅನ್ನು à²¤à³†à²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "à²…à²§à²żà²µà³‡à²ĥನವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "ಕà²Ħತà²Ĥ ಕ್ರಠ'%s' ಅನ್ನು à²ıೊಂà²Ĥà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%s ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "dir %s ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU à²Ĵà³ˆà²¨à²°à²ż %s à²Żà³ ಕಂà²Ħುà²Ĵà²°à²²à²żà²²à³à²²: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "à²Ĥೋಷ ಕೋà²ĥ %s ಅನ್ನು à²°à²šà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "ಆಜ್ಞೆಗà²à²—à²ż ಕà²à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ:%s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²Ĥ pid, damn à²Ĥà³Šà²°à³†à²¤à²żà²Ĥೆ" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s ಅನ್ನು ಓà²Ĥಲà²à²—à²żà²²à³à²²: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "'%s' ಕà²Ħತವನ್ನು à²à³à²šà³à²šà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²Şà³ˆà²Şà³ ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à²à²—à²żà²²à³à²²: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "à²‰à²Ş à²Şà³à²°à²•à³à²°à²żà²Żà³†à²Żà²¨à³à²¨à³ à²Ğೋರ್ಕ್ à²à²à²Ħಲà²à²—à²żà²²à³à²²: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "'%s' ಕà²Ħತವನ್ನು ಕೊಂà²Ħà²ż à²à²à²Ħà²Ĥà²żà²°à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಸà²à²§à²¨ à²ıೆà²Ħರ್ %s ಅನ್ನು à²¤à³†à²°à²µà³à²—à³Šà²³à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgid "cannot change to root directory: %s" +msgstr "à²¸à³à²µà²Żà²‚à²†à²°à²‚à²­ ಕೋà²ĥ %s ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರನ್ನು strdup à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರನ್ನು strdup à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರನ್ನು strdup à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "ಕà²Ħತ '%s' ಅನ್ನು à²µà²żà²¸à³à²¤à²°à²żà²¸à²²à²à²—à²żà²²à³à²²: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "ಆಜ್ಞಠಸà²à²²à³" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "ಓà²Ĥುವà²à²—à²żà²¨ à²Ĥೋಷ: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" +"à²•à³ƒà²¤à²•à²Żà²à²Ĥà³ƒà²šà³à²›à²żà²•(pseudorandom) UUID ಗೆ à²à²°à²³à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ, à²Żà²à²Ĥà³ƒà²šà³à²›à²żà²• à²Ĵೈಟ್‌ಗಳನ್ನು " +"à²‰à²¤à³à²Şà²à²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "à²à³à²Ĥ್ರಣ ಸà²ıà²à²Ż" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "ಜà²à²—à²¤à²żà²• ಸà²ıà²à²Ż ಅà²à²µ à²†à²œà³à²žà² à²¨à²żà²ĥà³à²šà²żà²¤ ಸà²ıà²à²Żà²µà²¨à³à²¨à³ à²à³à²Ĥà³à²°à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "à²†à²œà³à²žà³†à²Ż à²ıೆಸರು" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4039,318 +4430,323 @@ msgstr "" "ಆಜ್ಞೆಗಳು:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "à²Ĵೂಟ್ ಸà²à²Żà²Ĥà²²à³à²²à²ż à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż ಆರಂಭಗೊಳ್ಳುವಂತೆ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à²‚à²°à²šà²żà²¸à²ż." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು, id ಅà²à²µ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤ ಆರಂಭವನ್ನು ಅà²ĥà²•à³à²¤à²—à³Šà²³à²żà²¸à³" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" -msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à²²à²à²—à²żà²Ĥೆ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" -msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²Ĥೆ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "" +"ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²Ĥ್à²Ĥನ್ನು à²¤à³†à²—à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "ಕ್ಷೇತ್ರ %s ವು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "ಕ್ಷೇತ್ರ %s ವು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²²à³à²Şà²Ÿà³à²Ÿà²żà²²à³à²²\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" -msgstr "à²ıà³ˆà²Şà²°à³-à²µà³ˆà²¸à²°à²żà²—à³† (à²Şà³à²¨à²ƒ)à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²—à³† (à²Şà³à²¨à²ƒ)à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" -"ಸ್à²à²³à³€à²Ż à²ıà³ˆà²Şà²°à³-à²µà³ˆà²¸à²°à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³. ಇà²Ĥು à²ĥೆಲ್ à²†à²°à²‚à²­à²żà²¤à²µà²à²Ĥ ನಂತರà²Ĥ ಒಂà²Ĥು à²…à²‚à²¤à²°à³à²¨à²żà²°à³à²à²żà²¤ " +"ಸ್à²à²³à³€à²Ż à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³. ಇà²Ĥು à²ĥೆಲ್ à²†à²°à²‚à²­à²żà²¤à²µà²à²Ĥ ನಂತರà²Ĥ ಒಂà²Ĥು à²…à²‚à²¤à²°à³à²¨à²żà²°à³à²à²żà²¤ " "à²†à²œà³à²žà³†à²Żà²à²—à²żà²°à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" -msgstr "URI ಗೆ à²ıà³ˆà²Şà²°à³-ವೈಸರ್ à²¸à²‚à²Şà²°à³à²•" +msgstr "URI ಗೆ à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à³ à²¸à²‚à²Şà²°à³à²•" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "ಓà²Ĥಲು à²à²à²¤à³à²°à²Ĥ à²¸à²‚à²Şà²°à³à²•" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" -msgstr "à²ıà³ˆà²Şà²°à³-à²µà³ˆà²¸à²°à²żà²¨à²żà²‚à²Ĥ à²¸à²‚à²Şà²°à³à²• ಕà²Ħà²żà²Ĥು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²¨à²żà²‚à²Ĥ à²¸à²‚à²Şà²°à³à²• ಕà²Ħà²żà²Ĥು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" -msgstr "à²ıà³ˆà²Şà²°à³-à²µà³ˆà²¸à²°à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "à²…à²¤à²żà²à²ż à²•à²¨à³à²¸à³‹à²²à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" -msgstr "à²…à²¤à²żà²à²żà²—à²à²—à²ż ವà²à²¸à³à²¤à²µ ಅನುಕ್ರà²à²żà²¤ ಕನ್ಸೋಲನ್ನು à²¸à²‚à²Şà²°à³à²•à²żà²¸à³" +msgstr "à²…à²¤à²żà²à²żà²—à²à²—à²ż ವರ್ಚುವಲ್ ಅನುಕ್ರà²à²żà²¤ ಕನ್ಸೋಲನ್ನು à²¸à²‚à²Şà²°à³à²•à²żà²¸à³" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "ಕ್ಷೇತ್ರಕ್ಕೆ à²Żà²à²µà³à²Ĥೆ ಕನ್ಸೋಲ್ à²²à²­à³à²Żà²µà²żà²²à³à²²\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "ಈ à²Şà³à²²à²à²Ÿà³â€Œà²Ğà²à²°à³à²à²żà²¨à²²à³à²²à²ż ಕನ್ಸೋಲ್ ಅನ್ನು à²…à²¨à³à²µà²Żà²żà²¸à²²à²à²—à²żà²²à³à²²" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "ಕ್ಷೇತ್ರಗಳ à²Şà²Ÿà³à²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à³à²¤à³à²¤à²żà²Ĥೆ." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²ıà²à²—ು à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "à²ıೆಸರು" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "ಸ್à²à²żà²¤à²ż" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "à²Żà²à²µà³à²Ĥೆ ಸ್à²à²żà²¤à²ż ಇಲ್ಲ" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "ಕ್ಷೇತ್ರà²Ĥ ಸ್à²à²żà²¤à²ż" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ ಒಂà²Ĥು ಕ್ಷೇತ್ರà²Ĥ ಸ್à²à²żà²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ." +msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರà²Ĥ ಸ್à²à²żà²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರಕ್ಕೆ ಸà²à²§à²¨à²Ĥ à²Ĵ್ಲà²à²•à³ à²…à²‚à²•à²żà²…à²‚à²ĥಗಳನ್ನು(block stats) à²Şà²Ħೆà²Ĥುಕೊ" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." -msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ ಒಂà²Ĥು ಕ್ಷೇತ್ರಕ್ಕೆ ಸà²à²§à²¨à²Ĥ à²Ĵ್ಲà²à²•à³ à²…à²‚à²•à²żà²…à²‚à²ĥಗಳನ್ನು à²Şà²Ħೆà²Ĥುಕೊ" +msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ ಒಂà²Ĥು ಕ್ಷೇತ್ರಕ್ಕೆ ಸà²à²§à²¨à²Ĥ à²Ĵ್ಲà²à²•à³ à²…à²‚à²•à²żà²…à²‚à²ĥಗಳನ್ನು à²Şà²Ħೆà²Ĥುಕೊ." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "à²Ĵ್ಲà²à²•à³ ಸà²à²§à²¨" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" -msgstr "à²Ĵ್ಲà²à²•à³ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "à²Ĵ್ಲà²à²•à³ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರಕ್ಕೆ ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥಗಳನ್ನು à²Şà²Ħೆà²Ĥುಕೊ" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." -msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ ಒಂà²Ĥು ಕ್ಷೇತ್ರಕ್ಕೆ ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥಗಳನ್ನು à²Şà²Ħೆà²Ĥುಕೊ" +msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ ಒಂà²Ĥು ಕ್ಷೇತ್ರಕ್ಕೆ ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥಗಳನ್ನು à²Şà²Ħೆà²Ĥುಕೊ." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²ż" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." -msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²ż" +msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²ż." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು ತà²à²¤à³à²•à²à²²à²żà²•à²µà²à²—à²ż ತà²Ħೆ à²ıà²żà²Ħà²żà²Żà²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²żà²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "ಒಂà²Ĥು XML ಕ್ಷೇತ್ರà²Ĥ à²µà²żà²µà²°à²£à³†à²Żà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²°à³à²µ ಕà²Ħತ" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "%s ಕ್ಷೇತ್ರವು %s à²Ĥà²żà²‚à²Ĥ à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à³(ಆà²Ĥರೆ à²Şà³à²°à²à²°à²‚à²­à²żà²¸à²Ĵೇà²Ħ)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à³." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "%s ಕ್ಷೇತ್ರವು %s à²Ĥà²żà²‚à²Ĥ à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" -msgstr "ಕ್ಷೇತ್ರವನ್ನು %s à²Ĥà²żà²‚à²Ĥ à²µà²żà²µà²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಕ್ಷೇತ್ರವನ್ನು %s à²Ĥà²żà²‚à²Ĥ à²µà²żà²µà²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "%s ಕ್ಷೇತ್ರವು à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿà²żà²²à³à²²\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥೇ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²°à²à²°à²‚à²­à²żà²¸à³ (ಈ à²à³Šà²Ĥಲು à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿ)" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "%s ಕ್ಷೇತ್ರವು à²Şà³à²°à²à²°à²‚ಭಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "ಕ್ಷೇತ್ರà²Ĥ ಸ್à²à²żà²¤à²żà²Żà²¨à³à²¨à³ ಒಂà²Ĥು ಕà²Ħತà²Ĥà²²à³à²²à²ż à²‰à²³à²żà²¸à³" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²‰à²³à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "à²Ĥತ್ತà²à²‚à²ĥವನ್ನು à²Žà²²à³à²²à²ż à²‰à²³à²żà²¸à²Ĵೇಕು" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²‰à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "ಅನುಸೂಚಕ(scheduler) à²¨à²żà²Żà²¤à²à²‚ಕಗಳನ್ನು à²¤à³‹à²°à²żà²¸à³/à²ıೊಂà²Ĥà²żà²¸à³" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "ಅನುಸೂಚಕ(scheduler) à²¨à²żà²Żà²¤à²à²‚ಕಗಳನ್ನು à²¤à³‹à²°à²żà²¸à³/à²ıೊಂà²Ĥà²żà²¸à³." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "à²à³Œà²²à³à²Żà²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT ಗೆ ತೂಕ" @@ -4359,1635 +4755,1643 @@ msgstr "XEN_CREDIT ಗೆ ತೂಕ" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT ಗೆ à²•à³à²Żà²à²Şà³" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "" +msgstr "ತೂಕà²Ĥ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à³Œà²²à³à²Ż" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" +msgstr "à²•à³à²Żà²à²Şà³â€Œà²¨ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à³Œà²²à³à²Ż" + +#: src/virsh.c:1172 +msgid "Error getting param" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "à²•à³à²Żà²à²Şà³â€Œà²¨ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à³Œà²²à³à²Ż" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "ಅನುಸೂಚಕ" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "ಅಜ್ಞà²à²¤" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "ಒಂà²Ĥು ಕà²Ħತà²Ĥà²²à³à²²à²ż à²‰à²³à²żà²¸à²²à²à²Ĥ ಸ್à²à²żà²¤à²żà²Żà²żà²‚à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²ƒ ಸ್à²à²à²Şà²żà²¸à³" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²ƒ ಸ್à²à²à²Şà²żà²¸à³." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "à²Şà³à²¨à²ƒ ಸ್à²à²à²Şà²żà²¸à²²à³ ಸ್à²à²żà²¤à²ż" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s à²¨à²żà²‚à²Ĥ à²Şà³à²¨à²ƒ ಸ್à²à²à²Şà²żà²¸à²²à²à²Ĥ ಕ್ಷೇತ್ರ\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s à²¨à²żà²‚à²Ĥ ಕ್ಷೇತ್ರ à²Şà³à²¨à²ƒ ಸ್à²à²à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "à²µà²żà²ĥ್ಲೇಷಣೆಗà²à²—à²ż ಒಂà²Ĥು ಕ್ಷೇತ್ರà²Ĥ à²à³à²–à³à²Ż ಭà²à²—ವನ್ನು ಒಂà²Ĥು ಕà²Ħತಕ್ಕೆ à²ıà²à²•à³" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à³à²–à³à²Ż ಭà²à²—ವನ್ನು à²ıà²à²•à³." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "à²à³à²–à³à²Ż ಭà²à²—ವನ್ನು à²Žà²²à³à²²à²ż à²ıà²à²•à²Ĵೇಕು" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು %s ಗೆ à²ıà²à²•à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "%s ಕ್ಷೇತ್ರà²Ĥ à²à³à²–à³à²Ż ಭà²à²—ವನ್ನು %s ಗೆ à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²żà²¸à³" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." -msgstr "ಈ à²à³Šà²Ĥಲು ತà²à²¤à³à²•à²à²²à²żà²•à²µà²à²—à²ż ಸ್à²à²—à²żà²¤à²—à³Šà²³à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²żà²¸à³" +msgstr "ಈ à²à³Šà²Ĥಲು ತà²à²¤à³à²•à²à²²à²żà²•à²µà²à²—à²ż ಸ್à²à²—à²żà²¤à²—à³Šà²³à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²żà²¸à³." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "%s ಕ್ಷೇತ್ರವು à²Şà³à²¨à²°à²à²°à²‚ಭಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "à²¸à³à²²à²²à²żà²¤à²µà²à²—à²ż ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ಸ್à²à²—à²żà²¤à²—à³Šà²³à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "à²¨à²żà²°à³à²Ĥೇà²ĥà²żà²¤ ಕ್ಷೇತ್ರà²Ĥà²²à³à²²à²ż ಸ್à²à²—à²żà²¤à²—à³Šà²³à²żà²¸à³à²µà³à²Ĥನ್ನು ಚಲà²à²Żà²żà²¸à³." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "%s ಕ್ಷೇತ್ರವು ಸ್à²à²—à²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²Ĥೆ\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು ಸ್à²à²—à²żà²¤à²—à³Šà²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²ƒ à²Ĵೂಟ್ à²à²à²Ħು" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "à²¨à²żà²°à³à²Ĥೇà²ĥà²żà²¤ ಕ್ಷೇತ್ರà²Ĥà²²à³à²²à²ż à²Şà³à²¨à²ƒ à²Ĵೂಟ್ ಆಗುವುà²Ĥನ್ನು ಚಲà²à²Żà²żà²¸à³." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "%s ಕ್ಷೇತ್ರವು à²Şà³à²¨à²ƒ à²Ĵೂಟ್ à²†à²—à³à²¤à³à²¤à²żà²Ĥೆ\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²ƒ à²Ĵೂಟ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "%s ಕ್ಷೇತ್ರವು ನà²à²ĥಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "%s ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆಗೆ à²à³‚ಲಭೂತ à²à²à²ıà²żà²¤à²żà²—à²³à²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "à²ıೆಸರು:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS à²Ĵಗೆ:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "ಸ್à²à²żà²¤à²ż:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(ಗಳು):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU ಸà²à²Ż:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "à²—à²°à²żà²·à³à²Ÿ à²à³†à²à³Šà²°à²ż:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "à²Żà²à²µà³à²Ĥೆ à²à²żà²¤à²ż ಇಲ್ಲ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "à²Ĵಳಸಲà²à²Ĥ à²à³†à²à³Šà²°à²ż:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "à²¸à³à²µà²Żà²‚à²†à²°à²‚à²­" +msgstr "à²¸à³à²µà²Żà²‚à²†à²°à²‚à²­:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "à²ıೆಸರು" +msgstr "à²ĥಕ್ತ" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "ಅà²ĥಕ್ತ" -#: src/virsh.c:1580 -#, fuzzy +#: src/virsh.c:1611 msgid "NUMA free memory" -msgstr "à²Ĵಳಸಲà²à²Ĥ à²à³†à²à³Šà²°à²ż:" +msgstr "NUMA ಖà²à²²à²ż à²à³†à²à³Šà²°à²ż" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." -msgstr "" +msgstr "NUMA ಕೋà²ĥಕ್ಕà²à²—à²ż à²²à²­à³à²Żà²µà²żà²°à³à²µ ಖà²à²²à²ż à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ à²¤à³‹à²°à²żà²¸à³." -#: src/virsh.c:1586 -#, fuzzy +#: src/virsh.c:1617 msgid "NUMA cell number" -msgstr "NUMA ಕೋà²ĥ(ಗಳು):" +msgstr "NUMA ಕೋà²ĥ à²¸à²‚à²–à³à²Żà³†" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" -msgstr "" +msgstr "ಒಟ್ಟà²à²°à³†" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "ಕ್ಷೇತ್ರà²Ĥ vcpu à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." -msgstr "ಕ್ಷೇತ್ರà²Ĥ ವà²à²¸à³à²¤à²µ CPUಗಳ à²Ĵಗ್ಗೆ à²à³‚ಲಭೂತ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." +msgstr "ಕ್ಷೇತ್ರà²Ĥ ವರ್ಚುವಲ್ CPUಗಳ à²Ĵಗ್ಗೆ à²à³‚ಲಭೂತ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU ಒಲವು:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." -msgstr "" +msgstr "ಕ್ಷೇತ್ರವು à²à³à²šà³à²šà²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ, ವರ್ಚುವಲ್ CPUಗಳು à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²²à³à²²." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" -msgstr "" +msgstr "ಕ್ಷೇತ್ರ vcpu ನೊಂà²Ĥà²żà²—à²żà²¨ ಸಂà²Ĵಂಧವನ್ನು à²¨à²żà²Żà²‚à²¤à³à²°à²żà²¸à³" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." -msgstr "" +msgstr "ಕ್ಷೇತ್ರ VCPU ಗಳನ್ನು à²­à³Œà²¤à²żà²• CPUಗಳನ್ನು à²Şà²żà²¨à³ à²à²à²Ħು." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu à²¸à²‚à²–à³à²Żà³†" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" -msgstr "" +msgstr "à²…à²¤à²żà²à³‡à²Ż cpu à²¸à²‚à²–à³à²Żà³†(ಗಳು) (à²µà²żà²°à²à² à²šà²żà²ıà³à²¨à³†à²Żà²żà²‚à²Ĥ à²Şà³à²°à²¤à³à²Żà³‡à²•à²żà²¸à²²à²à²Ĥ)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ಅà²à²µ ಕà²à²£à³†à²Żà²à²Ĥ vCPU à²¸à²‚à²–à³à²Żà³†." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: cpulist ಕà²à²£à³à²¤à³à²¤à²żà²²à³à²²" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "vcpupin: ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²—à²³à²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ vCPU à²¸à²‚à²–à³à²Żà³†." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." -msgstr "" +msgstr "cpulist: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²µà²żà²¨à³à²Żà²à²¸. ಖà²à²²à²ż ವà²à²•à³à²Ż." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" +"cpulist: %s: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²µà²żà²¨à³à²Żà²à²¸. %d ಸ್à²à²³à²Ĥà²²à³à²²à²ż('%c' ನ à²ıà²¤à³à²¤à²żà²°) ಒಂà²Ĥು à²…à²‚à²•à³†à²Żà²¨à³à²¨à³ " +"à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" +"cpulist: %s: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²µà²żà²¨à³à²Żà²à²¸. %d ಸ್à²à²³à²Ĥà²²à³à²²à²ż('%c' ನ à²ıà²¤à³à²¤à²żà²°) ಒಂà²Ĥು ಅಂಕೆ ಅà²à²µ à²µà²żà²°à²à² " +"à²šà²żà²ıà³à²¨à³†à²Żà²¨à³à²¨à³ à²¨à²żà²°à³€à²•à³à²·à²żà²¸à²²à²à²—à²żà²¤à³à²¤à³." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." -msgstr "" +msgstr "cpulist: %s: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²µà²żà²¨à³à²Żà²à²¸. %d ಸ್à²à²³à²Ĥà²²à³à²²à²ż à²µà²żà²°à²à² à²šà²żà²ıà³à²¨à³†à²Żà³ à²‰à²³à²żà²Ĥುಕೊಂà²Ħà²żà²Ĥೆ." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "à²­à³Œà²¤à²żà²• CPU %d à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²²à³à²²." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" -msgstr "ವà²à²¸à³à²¤à²µ CPUಗಳ à²¸à²‚à²–à³à²Żà³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" +msgstr "ವರ್ಚುವಲ್ CPUಗಳ à²¸à²‚à²–à³à²Żà³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "à²…à²¤à²żà²à²ż ಕ್ಷೇತ್ರà²Ĥà²²à³à²²à²ż à²¸à²•à³à²°à²żà²Żà²µà²à²Ĥ ವà²à²¸à³à²¤à²µ CPUಗಳ à²¸à²‚à²–à³à²Żà³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³." +msgstr "à²…à²¤à²żà²à²ż ಕ್ಷೇತ್ರà²Ĥà²²à³à²²à²ż à²¸à²•à³à²°à²żà²Żà²µà²à²Ĥ ವರ್ಚುವಲ್ CPUಗಳ à²¸à²‚à²–à³à²Żà³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" -msgstr "ವà²à²¸à³à²¤à²µ CPUಗಳ à²¸à²‚à²–à³à²Żà³†" +msgstr "ವರ್ಚುವಲ್ CPUಗಳ à²¸à²‚à²–à³à²Żà³†" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." -msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ವà²à²¸à³à²¤à²µ CPUಗಳ à²¸à²‚à²–à³à²Żà³†." +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ವರ್ಚುವಲ್ CPUಗಳ à²¸à²‚à²–à³à²Żà³†." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." -msgstr "à²Ĵà²ıಳಷ್ಟು ವà²à²¸à³à²¤à²µ CPUಗಳು." +msgstr "à²Ĵà²ıಳಷ್ಟು ವರ್ಚುವಲ್ CPUಗಳು." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "à²à³†à²à³Šà²°à²ż à²¨à²żà²Żà³‹à²œà²¨à³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "à²…à²¤à²żà²à²ż ಕ್ಷೇತ್ರà²Ĥà²²à³à²²à²ż à²à³†à²à³Šà²°à²ż à²¨à²żà²Żà³‹à²œà²¨à³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "à²•à²żà²²à³‹à²Ĵà³ˆà²Ÿà³à²—à²³à²²à³à²²à²ż à²à³†à²à³Šà²°à²ż" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" -msgstr "" +msgstr "à²à³†à²à³Šà²°à²ż ಗà²à²¤à³à²°à²•à³à²•à²à²—à²żà²¨ %d ನ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à³Œà²²à³à²Ż" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" -msgstr "" +msgstr "MaxMemorySize ಅನ್ನು à²Şà²°à²żà²ĥà³€à²²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" -msgstr "" +msgstr "à²—à²°à²żà²·à³à²Ÿ à²à³†à²à³‹à²°à²ż à²à²żà²¤à²żà²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." -msgstr "" +msgstr "à²…à²¤à²żà²à²ż ಕ್ಷೇತ್ರà²Ĥà²²à³à²²à²ż à²—à²°à²żà²·à³à²Ÿ à²à³†à²à³Šà²°à²ż à²¨à²żà²Żà³‹à²œà²¨à² à²à²żà²¤à²żà²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "à²•à²żà²²à³‹à²Ĵà³ˆà²Ÿà³à²—à²³à²²à³à²²à²ż à²—à²°à²żà²·à³à²Ÿ à²à³†à²à³Šà²°à²żà²Ż à²à²żà²¤à²ż" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" -msgstr "" +msgstr "à²Şà³à²°à²¸à²•à³à²¤ MemorySize ಅನ್ನು à²Şà²°à²żà²ĥà³€à²²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²żà²²à³à²²" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" -msgstr "" +msgstr "à²Şà³à²°à²¸à²•à³à²¤ MemorySize ಅನ್ನು à²¸à²‚à²•à³à²šà²¨à²—à³Šà²³à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²żà²²à³à²²" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" -msgstr "" +msgstr "MaxMemorySize ಅನ್ನು à²Ĵà²Ĥಲà²à²Żà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "ಜà²à²²à²˜à²Ÿà²• à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à³‚ಲಭೂತ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU à²à²à²Ĥà²°à²ż:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU à²•à²‚à²Şà²¨ à²Ĥರ(frequency):" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU ಸà²à²•à³†à²Ÿà³(ಗಳು):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "à²Şà³à²°à²¤à²ż ಸà²à²•à³†à²Ÿà³à²Ÿà²żà²¨ à²à³à²–à³à²Ż ಭà²à²—(ಗಳು):" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "à²Şà³à²°à²¤à²ż à²à³à²–à³à²Ż ಭà²à²—à²Ĥ ಎಳೆ(ಗಳು):" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA ಕೋà²ĥ(ಗಳು):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "à²à³†à²à³Šà²°à²żà²Ż ಗà²à²¤à³à²°:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "ಸà²à²à²°à³à²à³à²Żà²—ಳು" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." -msgstr "" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à³/ಚà²à²²à²•à²Ĥ ಸà²à²à²°à³à²à³à²Żà²—ಳನ್ನು à²à²°à²³à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "ಸà²à²à²°à³à²à³à²Żà²—ಳನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML à²¨à²²à³à²²à²ż ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." -msgstr "" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒಂà²Ĥು XML à²Ĵà²żà²¸à³à²Ħà²à²—à²ż stdout ಗೆ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" -msgstr "" +msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರà²Ĥ id ಅà²à²µ UUID ಅನ್ನು ಕ್ಷೇತ್ರà²Ĥ à²ıà³†à²¸à²°à²Żà²à²—à²ż à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ಕ್ಷೇತ್ರ id ಅà²à²µ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" -msgstr "" +msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು ಅà²à²µ UUID ಅನ್ನು ಕ್ಷೇತ್ರ id à²Żà²à²—à²ż à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" -msgstr "" +msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು ಅà²à²µ id ಅನ್ನು ಕ್ಷೇತ್ರ UUID à²Żà²à²—à²ż à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ಕ್ಷೇತ್ರà²Ĥ id ಅà²à²µ à²ıೆಸರು" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" -msgstr "ಕ್ಷೇತ್ರ UUID ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಕ್ಷೇತ್ರ UUID ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "ಕ್ಷೇತ್ರವನ್ನು ಇನ್ನೊಂà²Ĥು à²…à²¤à²żà²à³‡à²Żà²•à³à²•à³† ವರ್ಗà²à²Żà²żà²¸à³" -#: src/virsh.c:2220 -#, fuzzy +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." -msgstr "ಕ್ಷೇತ್ರವನ್ನು ಇನ್ನೊಂà²Ĥು à²…à²¤à²żà²à³‡à²Żà²•à³à²•à³† ವರ್ಗà²à²Żà²żà²¸à³. " +msgstr "" +"ಕ್ಷೇತ್ರವನ್ನು ಇನ್ನೊಂà²Ĥು à²…à²¤à²żà²à³‡à²Żà²•à³à²•à³† ವರ್ಗà²à²Żà²żà²¸à³. ಲೈವ್ ವರ್ಗà²à²µà²£à³†à²—à²à²—à²ż --live ಎಂà²Ĥು à²¸à³‡à²°à²żà²¸à²ż." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" -msgstr "" +msgstr "ಲೈವ್ ವರ್ಗà²à²µà²£à³†" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" -msgstr "" +msgstr "à²¨à²żà²°à³à²Ĥೇà²ĥà²żà²¤ à²…à²¤à²żà²à³‡à²Żà²Ĥ à²¸à²‚à²Şà²°à³à²• URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" +msgstr "ವರ್ಗà²à²µà²£à³† URI, ಸà²à²à²à²¨à³à²Żà²µà²à²—à²ż à²Ĵà²żà²Ÿà³à²Ÿà³ à²Ĵà²żà²Ħà²Ĵà²ıುà²Ĥು" + +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "ವರ್ಗà²à²µà²£à³†: desturi ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "ಒಂà²Ĥು ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²—à³Šà²³à²żà²¸à³" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." -msgstr "" +msgstr "à²Ĵೂಟ್ ಆà²Ĥà²à²— ಒಂà²Ĥು ಜà²à²²à²Ĵಂಧವು ತà²à²¨à²à²—à²żà²Żà³† à²Ĵೂಟ್ ಆಗುವಂತೆ à²¸à²‚à²°à²šà²żà²¸à³." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à²²à²à²—à²żà²Ĥೆ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "" +"ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²Ĥ್à²Ĥನ್ನು à²¤à³†à²—à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು à²¸à³à²µà²Żà²‚ ಆರಂಭಗೊಂà²Ħà²żà²Ĥೆ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು à²¸à³à²µà²Żà²‚ ಆರಂಭಗೊಂà²Ħà²żà²Ĥೆ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²żà²Ĥ್à²Ĥನ್ನು à²¤à³†à²—à³†à²Żà²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à³ƒà²œà²żà²¸à³" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "ಒಂà²Ĥು ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à³ƒà²œà²żà²¸à³." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "ಒಂà²Ĥು XML ಜà²à²²à²Ĵಂಧ à²µà²żà²µà²°à²£à³†à²—à²³à²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²°à³à²µ ಒಂà²Ĥು ಕà²Ħತ" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "ಜà²à²²à²Ĵಂಧ %s ವು %s à²¨à²żà²‚à²Ĥ à²¸à³ƒà²œà²żà²¸à²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" -msgstr "" +msgstr "%s ಇಂà²Ĥ ಜà²à²²à²Ĵಂಧವನ್ನು à²¨à²żà²°à³à²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" -msgstr "" +msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಜà²à²²à²Ĵಂಧವನ್ನು à²µà²żà²µà²°à²żà²¸à³ (ಆà²Ĥರೆ à²†à²°à²‚à²­à²żà²¸à²Ĵೇà²Ħ)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "ಒಂà²Ĥು ಜà²à²²à²Ĵಂಧವನ್ನು à²µà²żà²µà²°à²żà²¸à³." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು %s ಇಂà²Ĥ à²µà²żà²µà²°à²żà²¸à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" -msgstr "" +msgstr "%s ಇಂà²Ĥ ಜà²à²²à²Ĵಂಧವನ್ನು à²µà²żà²µà²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "ಒಂà²Ĥು ಜà²à²²à²Ĵಂಧವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು ಜà²à²²à²Ĵಂಧವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು, id ಅà²à²µ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "ಜà²à²²à²Ĵಂಧ %s ವು ನà²à²ĥಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು ನà²à²ĥà²—à³Šà²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML à²¨à²²à³à²²à²ż ಜà²à²²à²Ĵಂಧ à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒಂà²Ĥು XML à²Ĵà²żà²¸à³à²Ħà²à²—à²ż stdout ಗೆ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "ಜà²à²²à²Ĵಂಧಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²Şà²Ÿà³à²Ÿà²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²żà²à²à²Ħುತ್ತà²Ĥೆ" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" -msgstr "" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧಗಳ à²ıà²à²—ು à²¸à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧಗಳ à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħಲà²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" -msgstr "" +msgstr "à²¸à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧಗಳ à²Şà²Ÿà³à²Ÿà²żà²Żà²¨à³à²¨à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" -msgstr "" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧಗಳ à²Şà²Ÿà³à²Ÿà²żà²Żà²¨à³à²¨à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "à²¸à³à²µà²Żà²‚à²†à²°à²‚à²­" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "à²¸à³à²µà²Żà²‚à²†à²°à²‚à²­à²µà²żà²²à³à²²" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "à²¸à²•à³à²°à²żà²Ż" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ UUID ಅನ್ನು ಜà²à²²à²Ĵಂಧ à²Ĵಳಕೆà²Ĥà²à²° à²ıà³†à²¸à²°à²żà²—à³† à²à²à²°à³à²Şà²Ħà²żà²¸à³" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" -msgstr "" +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧವನ್ನು à²†à²°à²‚à²­à²żà²¸à³(ಈ à²ıà²żà²‚à²Ĥೆ à²µà²żà²µà²°à²żà²¸à²²à²à²Ĥ)" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "ಒಂà²Ĥು ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà³à²°à²à²°à²‚à²­à²żà²¸à³." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" -msgstr "" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಆರಂಭಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" -msgstr "" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à²‚à²°à²šà²żà²¸à²Ĥೆ ಇರು" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." -msgstr "" +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧà²Ĥ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥೆ ಇರು." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು à²µà²żà²µà²°à²żà²¸à²²à²à²—à²żà²²à³à²²\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ %s ಅನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥೆ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" -msgstr "" +msgstr "ಒಂà²Ĥು ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರನ್ನು ಜà²à²²à²Ĵಂಧ UUID à²Żà²à²—à²ż à²à²à²°à³à²Şà²Ħà²żà²¸à³" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ UUID ಅನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³" +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "à²Ĵೂಟ್ ಸà²à²Żà²Ĥà²²à³à²²à²ż à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż ಆರಂಭಗೊಳ್ಳುವಂತೆ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à²‚à²°à²šà²żà²¸à²ż." +msgstr "à²Ĵೂಟ್ ಸà²à²Żà²Ĥà²²à³à²²à²ż à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż ಆರಂಭಗೊಳ್ಳುವಂತೆ ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²¸à²‚à²°à²šà²żà²¸à²ż." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +msgstr "à²Şà³‚à²²à³ à²ıೆಸರು ಅà²à²µ uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²Şà³‚à²²à³ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à²²à²à²—à²żà²Ĥೆ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²Ĥೆ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "" +"à²Şà³‚à²²à³ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²żà²†à²°à²‚à²­à²żà²¸à²²à²à²—à²żà²Ĥೆ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²żà²Ĥ್à²Ĥನ್ನು à²¤à³†à²—à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "ಕ್ಷೇತ್ರ %s ವು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ\n" +msgstr "à²Şà³‚à²²à³ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à²²à²à²—à²żà²Ĥೆ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "ಕ್ಷೇತ್ರ %s ವು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²ż à²†à²°à²‚à²­à²żà²¸à³ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²²à³à²Şà²Ÿà³à²Ÿà²żà²²à³à²²\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³." - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "ಒಂà²Ĥು XML ಕ್ಷೇತ್ರà²Ĥ à²µà²żà²µà²°à²£à³†à²Żà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²°à³à²µ ಕà²Ħತ" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "%s ಕ್ಷೇತ್ರವು %s à²Ĥà²żà²‚à²Ĥ à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" +msgstr "" +"à²Şà³‚à²²à³ %s ಅನ್ನು à²¸à³à²µà²Żà²‚à²šà²à²²à²żà²¤à²µà²à²—à²żà²†à²°à²‚à²­à²żà²¸à²²à²à²—à²żà²Ĥೆ ಎಂà²Ĥು ಗುರುತು à²ıà²à²•à²żà²Ĥ್à²Ĥನ್ನು à²¤à³†à²—à³†à²Żà²²à²à²—à²żà²Ĥೆ\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³." + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "ಒಂà²Ĥು XML à²Şà³‚à²²à³ à²µà²żà²µà²°à²£à³†à²Żà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²°à³à²µ ಕà²Ħತ" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "%s à²Şà³‚à²²à³ ಅನ್ನು %s à²Ĥà²żà²‚à²Ĥ à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s à²Ĥà²żà²‚à²Ĥ à²Şà³‚à²²à³ ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³" +msgstr "arg ಗಳ ಸà²ıà²à²Żà²Ĥà²żà²‚à²Ĥ à²Şà³‚à²²à³ ಅನ್ನು à²°à²šà²żà²żà²¸à³" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "à²Şà³‚à²²à³â€Œà²¨ à²ıೆಸರು" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "à²Şà³‚à²²à³â€Œà²¨ à²Ĵಗೆ" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "à²•à³†à²³à²—à²żà²°à³à²µ ಸಂà²Ĥೇà²ĥಕ್ಕà²à²—à²żà²¨ à²à³‚ಲ-à²…à²¤à²żà²à³‡à²Ż" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "à²•à³†à²³à²—à²żà²°à³à²µ ಸಂà²Ĥೇà²ĥಕ್ಕà²à²—à²żà²¨ à²à³‚ಲ à²à²à²°à³à²—" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "à²•à³†à²³à²—à²żà²°à³à²µ ಸಂà²Ĥೇà²ĥಕ್ಕà²à²—à²żà²¨ à²à³‚ಲ ಸà²à²§à²¨" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "à²•à³†à²³à²—à²żà²°à³à²µ ಸಂà²Ĥೇà²ĥಕ್ಕà²à²—à²żà²¨ à²—à³à²°à²ż" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "à²Ĵà²Ğರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "XML à²Ĵà²Ğರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "%s ಕ್ಷೇತ್ರವು %s à²Ĥà²żà²‚à²Ĥ à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" +msgstr "%s à²Şà³‚à²²à³ ಅನ್ನು à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s à²Şà³‚à²²à³â€Œ ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à³(ಆà²Ĥರೆ à²Şà³à²°à²à²°à²‚à²­à²żà²¸à²Ĵೇà²Ħ)" +msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²µà²żà²µà²°à²żà²¸à³(ಆà²Ĥರೆ à²Şà³à²°à²à²°à²‚à²­à²żà²¸à²Ĵೇà²Ħ)" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à³." +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²µà²żà²µà²°à²żà²¸à³." -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "%s ಕ್ಷೇತ್ರವು %s à²Ĥà²żà²‚à²Ĥ à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ\n" +msgstr "%s à²Şà³‚à²²à³â€Œ %s à²Ĥà²żà²‚à²Ĥ à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "ಕ್ಷೇತ್ರವನ್ನು %s à²Ĥà²żà²‚à²Ĥ à²µà²żà²µà²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "à²Şà³‚à²²à³ ಅನ್ನು %s ಇಂà²Ĥ à²µà²żà²µà²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "arg ಗಳ ಸà²ıà²à²Żà²Ĥà²żà²‚à²Ĥ à²Şà³‚à²²à³ ಅನ್ನು à²µà²żà²µà²°à²żà²¸à³" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "à²•à³†à²³à²—à²żà²°à³à²µ ಸಂà²Ĥೇà²ĥಕ್ಕà²à²—à²żà²¨ à²à³‚ಲ à²à²à²°à³à²—" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "%s ಕ್ಷೇತ್ರವು %s à²Ĥà²żà²‚à²Ĥ à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿà²żà²Ĥೆ\n" +msgstr "à²Şà³‚à²²à³ %s ಅನ್ನು à²µà²żà²µà²°à²żà²¸à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥೇ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s à²Şà³‚à²²à³ ಅನ್ನು à²µà²żà²µà²°à²żà²¸à³à²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³ ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à³" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು à²Şà³‚à²²à³ ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à³." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "à²Şà³‚à²²à³ %s ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²żà²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²Şà³‚à²²à³ %s ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³" +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³." +msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³." -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "%s ಕ್ಷೇತ್ರವು ನà²à²ĥಗೊಂà²Ħà²żà²Ĥೆ\n" +msgstr "%s à²Şà³‚à²²à³ ನà²à²ĥಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "%s à²Şà³‚à²²à³â€Œ ಅನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²…à²³à²żà²¸à²ż à²ıà²à²•à³" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³." +msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²…à²³à²żà²¸à³." -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "%s ಕ್ಷೇತ್ರವು ನà²à²ĥಗೊಂà²Ħà²żà²Ĥೆ\n" +msgstr "%s à²Şà³‚à²²à³ ಅನ್ನು à²…à²³à²żà²¸à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "%s à²Şà³‚à²²à³â€Œà²…à²¨à³à²¨à³ à²…à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³ ಅನ್ನು à²Şà³à²¨à²ĥà³à²šà³‡à²¤à²¨à²—à³Šà²³à²żà²¸à³" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು à²Şà³‚à²²à³ ಅನ್ನು à²Şà³à²¨à²ĥà³à²šà³‡à²¤à²¨à²—à³Šà²³à²żà²¸à³." -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "%s ಕ್ಷೇತ್ರವು à²Şà³à²¨à²°à²à²°à²‚ಭಗೊಂà²Ħà²żà²Ĥೆ\n" +msgstr "%s à²Şà³‚à²²à³ à²Şà³à²¨à²ĥ್ಚೇತನಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ" +msgstr "%s à²Şà³‚à²²à³â€Œ ಅನ್ನು à²Şà³à²¨à²ĥà³à²šà³‡à²¤à²¨à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XML à²¨à²²à³à²²à²ż ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²ż" +msgstr "XML à²¨à²²à³à²²à²żà²¨ à²Şà³‚à²²à³â€Œà²¨ à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:3271 +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "" +msgstr "à²Şà³‚à²²à³ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒಂà²Ĥು XML à²Ĵà²żà²¸à³à²Ħà²à²—à²ż stdout ಗೆ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" +msgstr "à²Şà³‚à²²à³â€Œà²—à²³à²¨à³à²¨à³ à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "ಕ್ಷೇತ್ರಗಳ à²Şà²Ÿà³à²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à³à²¤à³à²¤à²żà²Ĥೆ." +msgstr "à²Şà³‚à²²à³â€Œà²—à²³ à²Şà²Ÿà³à²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œà²—à²³à²¨à³à²¨à³ à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²ıà²à²—ು à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²ıà²à²—ು à²¸à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œà²—à²³à²¨à³à²¨à³ à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²¸à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œà²—à²³à²¨à³à²¨à³ à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œà²—à²³à²¨à³à²¨à³ à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಜà²à²²à²Ĵಂಧ à²¸à³‚à²šà²ż(pointer)" +msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಸೂಚಕ" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "à²Ĵà²ıಳ ಚà²à²²à²•à²—ಳು ನೋಂà²Ĥà²à²Żà²żà²¤à²—ೊಂà²Ħà²żà²µà³†" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³â€Œà²—à²³à²¨à³à²¨à³ à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "ಸà²à²•à²à²—ುವಷ್ಟು à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥೇ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s à²Şà³‚à²²à³ ಅನ್ನು à²µà²żà²µà²°à²żà²¸à³à²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "à²Ĵà²ıಳ ಚà²à²²à²•à²—ಳು ನೋಂà²Ĥà²à²Żà²żà²¤à²—ೊಂà²Ħà²żà²µà³†" +msgstr "à²Ĵà²ıಳ à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³â€Œà²—à²³à²¨à³à²¨à³ à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "ಜà²à²²à²˜à²Ÿà²• à²à²à²ıà²żà²¤à²ż" +msgstr "à²ĥೇಖರಣà²à²Şà³‚ಲ್‌ à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à³‚ಲಭೂತ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." - -#: src/virsh.c:3627 -msgid "building" -msgstr "" - -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 -msgid "running" -msgstr "" - -#: src/virsh.c:3635 -msgid "degraded" -msgstr "" - -#: src/virsh.c:3642 src/virsh.c:4068 -msgid "Capacity:" -msgstr "" - -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy -msgid "Allocation:" -msgstr "ಕ್ಷೇತ್ರವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" - -#: src/virsh.c:3648 -msgid "Available:" -msgstr "" +msgstr "à²ĥೇಖರಣà²à²Şà³‚ಲ್‌ à²Ĵಗ್ಗೆ à²à³‚ಲಭೂತ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à³à²¤à³à²¤à²Ĥೆ." #: src/virsh.c:3664 -msgid "convert a pool UUID to pool name" -msgstr "" +msgid "building" +msgstr "à²¨à²żà²°à³à²à²à²£à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²°à³à²µ" -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "ಕ್ಷೇತ್ರà²Ĥ uuid" +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 +msgid "running" +msgstr "ಚà²à²²à²¨à³†à²Żà²²à³à²²à²żà²°à³à²µ" -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²°à²à²°à²‚à²­à²żà²¸à³ (ಈ à²à³Šà²Ĥಲು à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿ)" +#: src/virsh.c:3672 +msgid "degraded" +msgstr "ಕà²Ħà²żà²à³†à²—à³Šà²³à²żà²¸à²²à²à²Ĥ" -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³." +#: src/virsh.c:3679 src/virsh.c:4105 +msgid "Capacity:" +msgstr "ಸà²à²à²°à³à²à³à²Ż:" + +#: src/virsh.c:3682 src/virsh.c:4108 +msgid "Allocation:" +msgstr "à²¨à²żà²Żà³‹à²œà²¨à³†:" + +#: src/virsh.c:3685 +msgid "Available:" +msgstr "à²²à²­à³à²Ż:" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "à²Şà³‚à²²à³ UUID ಅನ್ನು pool à²ıೆಸರà²à²—à²ż à²à²à²°à³à²Şà²Ħà²żà²¸à³" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "à²Şà³‚à²²à³ uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œ ಅನ್ನು à²Şà³à²°à²à²°à²‚à²­à²żà²¸à³ (ಈ à²à³Šà²Ĥಲು à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿ)" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³â€Œ ಅನ್ನು à²†à²°à²‚à²­à²żà²¸à³." + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œà²¨ à²ıೆಸರು" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "%s ಕ್ಷೇತ್ರವು à²Şà³à²°à²à²°à²‚ಭಗೊಂà²Ħà²żà²Ĥೆ\n" +msgstr "%s à²Şà³‚à²²à³ à²Şà³à²°à²à²°à²‚ಭಗೊಂà²Ħà²żà²Ĥೆ\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s à²Şà³‚à²²à³ ಅನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³" +msgstr "arg à²—à²³à²żà²‚à²Ĥ ಒಂà²Ĥು à²Şà²°à²żà²à²à²£à²µà²¨à³à²¨à³ à²¸à³ƒà²œà²żà²¸à³" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³." +msgstr "ಒಂà²Ĥು vol ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "à²Şà²°à²żà²à²à²£à²Ĥ à²ıೆಸರು" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "à²à²šà³à²›à²żà²• k,M,G,T ಸà²Ğà²żà²•à³à²¸à²żà²¨à³Šà²‚à²Ĥà²żà²—à³† vol ನ ಗà²à²¤à³à²°" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "à²à²šà³à²›à²żà²• k,M,G,T ಸà²Ğà²żà²•à³à²¸à²żà²¨à³Šà²‚à²Ĥà²żà²—à³† à²†à²°à²‚à²­à²żà²• à²¨à²żà²Żà³‹à²œà²¨à² à²—à²à²¤à³à²°" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "ಕà²Ħತ à²µà²żà²¨à³à²Żà²à²Ĥ à²Ĵಗೆ raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "à²¤à²Şà³à²Şà²à²Ĥ ಗà²à²¤à³à²° %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "%s ಕ್ಷೇತ್ರವು %s à²Ĥà²żà²‚à²Ĥ à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" +msgstr "vol %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s vol ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³" +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œ ಅನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œà²—à²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "%s ಕ್ಷೇತ್ರವು à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿà²żà²²à³à²²\n" +msgstr "à²Şà³‚à²²à³ %s à²µà²żà²µà²°à²żà²¸à²²à³à²Şà²Ÿà³à²Ÿà²żà²²à³à²²\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥೇ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "%s à²Şà³‚à²²à³â€Œ ಅನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥೇ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "" +msgstr "ಒಂà²Ĥು à²Şà³‚à²²à³ à²ıೆಸರನ್ನು à²Şà³‚à²²à³ UUID à²†à²—à²ż à²à²à²°à³à²Şà²Ħà²żà²¸à³" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "ಕ್ಷೇತ್ರ UUID ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "à²Şà³‚à²²à³ UUID ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "ಒಂà²Ĥು XML ಕ್ಷೇತ್ರà²Ĥ à²µà²żà²µà²°à²£à³†à²Żà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²°à³à²µ ಕà²Ħತ" +msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಒಂà²Ĥು vol ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "ಒಂà²Ĥು XML vol ನ à²µà²żà²µà²°à²£à³†à²Żà²¨à³à²¨à³ à²ıೊಂà²Ĥà²żà²°à³à²µ ಕà²Ħತ" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "%s ಕ್ಷೇತ್ರವು %s à²Ĥà²żà²‚à²Ĥ à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³." - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "%s vol %s ಇಂà²Ĥ à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²Ĥೆ\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "%s à²Ĥà²żà²‚à²Ĥ vol ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "ಒಂà²Ĥು vol ಅನ್ನು à²…à²³à²żà²¸à³" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ ಒಂà²Ĥು vol ಅನ್ನು à²…à²³à²żà²¸à³." + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "vol à²ıೆಸರು, à²•à³€à²²à²ż ಅà²à²µ à²à²à²°à³à²—" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "%s ಕ್ಷೇತ್ರವು ನà²à²ĥಗೊಂà²Ħà²żà²Ĥೆ\n" +msgstr "vol %s à²…à²¨à³à²¨à³à³à²…à²³à²żà²¸à²²à²à²—à²żà²Ĥೆೆ\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು ನà²à²ĥà²Şà²Ħà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "vol %s ಅನ್ನು à²…à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "ಜà²à²²à²˜à²Ÿà²• à²à²à²ıà²żà²¤à²ż" +msgstr "à²ĥೇಖರಣಠvol à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à³‚ಲಭೂತ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." +msgstr "à²ĥೇಖರಣಠvol à²Ĵಗ್ಗೆ à²à³‚ಲಭೂತ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "OS à²Ĵಗೆ:" +msgstr "à²Ĵಗೆ:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML ಕà²Ħತ" +msgstr "ಕà²Ħತ" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" -msgstr "" +msgstr "ಖಂà²Ħ" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XML à²¨à²²à³à²²à²ż ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²ż" +msgstr "XML à²¨à²²à³à²²à²ż vol à²à²à²ıà²żà²¤à²ż" -#: src/virsh.c:4087 +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "" +msgstr "vol à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒಂà²Ĥು XML à²Ĵà²żà²¸à³à²Ħà²à²—à²ż stdout ಗೆ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" +msgstr "volಗಳ à²Şà²Ÿà³à²Ÿà²ż" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "ಕ್ಷೇತ್ರಗಳ à²Şà²Ÿà³à²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à³à²¤à³à²¤à²żà²Ĥೆ." +msgstr "à²Şà³‚à²²à³â€Œ à²à³‚ಲಕ volಗಳ à²Şà²Ÿà³à²¤à²żà²Żà²¨à³à²¨à³ à²à²°à²³à²żà²¸à³à²¤à³à²¤à²Ĥೆ." -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "à²¸à²•à³à²°à²żà²Ż volಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" #: src/virsh.c:4207 +msgid "Path" +msgstr "à²à²à²°à³à²—" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "" +msgstr "ಒಂà²Ĥು vol UUID ಅನ್ನು vol à²ıೆಸರà²à²—à²ż à²à²à²°à³à²Şà²Ħà²żà²¸à³" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "vol à²•à³€à²²à²ż ಅà²à²µ à²à²à²°à³à²—" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "" +msgstr "ಒಂà²Ĥು vol UUID ಅನ್ನು vol à²•à³€à²²à²żà²Żà²¨à³à²¨à²à²—à²ż à²à²à²°à³à²Şà²Ħà²żà²¸à³" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "ಕ್ಷೇತ್ರà²Ĥ uuid" - -#: src/virsh.c:4273 -msgid "convert a vol UUID to vol path" -msgstr "" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "vol uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "ಒಂà²Ĥು vol UUID ಅನ್ನು vol à²à²à²°à³à²—ವà²à²—à²ż à²à²à²°à³à²Şà²Ħà²żà²¸à³" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "vol à²ıೆಸರು ಅà²à²µ à²•à³€à²²à²ż" + +#: src/virsh.c:4347 msgid "show version" msgstr "à²†à²µà³ƒà²¤à³à²¤à²żà²Żà²¨à³à²¨à³ à²¤à³‹à²°à²żà²¸à³" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." -msgstr "" +msgstr "ಗಣಕà²Ĥ à²†à²µà³ƒà²¤à³à²¤à²żà²Ż à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²¤à³‹à²°à²żà²¸à³." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" -msgstr "" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²¨ à²Ĵà²—à³†à²Żà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" -msgstr "" +msgstr "ಲೈà²Ĵà³à²°à²°à²żà²Ż à²µà²żà²°à³à²Ĥ್ಧ à²•à²‚à²Şà³ˆà²²à³ à²à²à²Ħಲà²à²—à²żà²Ĥೆ: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" -msgstr "" +msgstr "ಲೈà²Ĵà³à²°à²°à²ż à²†à²µà³ƒà²¤à³à²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "ಲೈà²Ĵà³à²°à²°à²żà²Żà²¨à³à²¨à³ à²Ĵà²³à²¸à²żà²•à³Šà²‚à²Ħು: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API ಅನ್ನು à²Ĵà²³à²¸à²żà²•à³Šà²‚à²Ħು: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" -msgstr "" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²¨ à²†à²µà³ƒà²¤à³à²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" -msgstr "" +msgstr "ಚಲà²à²Żà²żà²¤à²—à³Šà²³à³à²³à³à²¤à³à²¤à²żà²°à³à²µ %s à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²¨ à²†à²µà³ƒà²¤à³à²¤à²żà²Żà²¨à³à²¨à³ à²ıà³Šà²°à²¤à³†à²—à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²żà²²à³à²²\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²¨à³à²¨à³ ಚಲà²à²Żà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ: %s %d.%d.%d\n" + +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "ಈ à²…à²¤à²żà²à³‡à²Żà²Ĥà²²à³à²²à²ż NUMA à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "ಸà²à²à²°à³à²à³à²Żà²—ಳು" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/virsh.c:4480 +msgid "node device details in XML" msgstr "" -#: src/virsh.c:4390 +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "vol à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ ಒಂà²Ĥು XML à²Ĵà²żà²¸à³à²Ħà²à²—à²ż stdout ಗೆ ಒà²Ĥà²—à²żà²¸à³à²¤à³à²¤à²Ĥೆ." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "ಸà²à²§à²¨" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" -msgstr "" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²¨ à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರನ್ನು à²à³à²Ĥà³à²°à²żà²¸à³" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" -msgstr "" +msgstr "à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" -msgstr "" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à³ à²•à²¨à³‹à²¨à²żà²•à²²à³ URI ಅನ್ನು à²à³à²Ĥà³à²°à²żà²¸à³" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" -msgstr "" +msgstr "URI ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" -msgstr "" +msgstr "vnc à²Şà³à²°à²Ĥರ್à²ĥಕ" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." -msgstr "" +msgstr "VNC à²Şà³à²°à²Ĥರ್à²ĥಕಕ್ಕà²à²—à²żà²¨ à²”à²Ÿà³â€Œà²Şà³à²Ÿà³ à²à²Şà²ż à²µà²żà²³à²à²¸ à²ıà²à²—ು à²¸à²‚à²Şà²°à³à²•à²¸à³à²à²à²¨." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty ಕನ್ಸೋಲ್" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." -msgstr "" +msgstr "TTY à²•à²¨à³à²¸à³‹à²²à²żà²—à²à²—à²żà²¨ ಸà²à²§à²¨à²Ĥ à²”à²Ÿà³â€Œà²Şà³à²Ÿà³." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" -msgstr "" +msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²ż" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." -msgstr "" +msgstr "ಒಂà²Ĥು XML à²Ĥà²żà²‚à²Ĥ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²ż." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML ಕà²Ħತ" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device: à²†à²Żà³à²•à³†à²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" -msgstr "" +msgstr "%s à²Żà²żà²‚à²Ĥ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಕಳಚಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" -msgstr "" +msgstr "ಒಂà²Ĥು XML ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಸà²à²§à²¨à²µà²¨à³à²¨à³ à²•à²³à²šà²ż" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " -msgstr "" +msgstr "ಒಂà²Ĥು XML à²Ĥà²żà²‚à²Ĥ ಸà²à²§à²¨à²µà²¨à³à²¨à³ à²•à²³à²šà²ż" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device: à²†à²Żà³à²•à³†à²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" -msgstr "" +msgstr "%s ಇಂà²Ĥ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಕಳಚಲು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" -msgstr "" +msgstr "à²ıೊಸ ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²ż" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." -msgstr "" +msgstr "à²ıೊಸ ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²ż." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²Ĵಗೆ" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²à³‚ಲ" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" -msgstr "" +msgstr "à²¨à²żà²°à³à²Ĥೇà²ĥà²żà²¤ ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC à²µà²żà²³à²à²¸" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²²à³ à²Ĵಳಸಲà²à²—ುವ à²¸à³à²•à³à²°à²żà²Şà³à²Ÿà³" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" -msgstr "" +msgstr "'attach-interface' à²†à²œà³à²žà³†à²Żà²²à³à²²à²ż à²Żà²à²µà³à²Ĥೆ %s à²Ĵೆಂà²Ĵಲ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà²¨à³à²¨à³ à²•à²³à²šà²ż" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà²¨à³à²¨à³ à²•à²³à²šà²ż." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" -msgstr "" +msgstr "à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" -msgstr "" +msgstr "%s à²Ĵà²—à³†à²Ż à²Żà²à²µà³à²Ĥೆ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" -msgstr "" +msgstr "%s ಅನ್ನು MAC à²µà²żà²³à²à²¸à²µà²à²—à²ż à²ıೊಂà²Ĥà²żà²°à³à²µ à²Żà²à²µà³à²Ĥೆ à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²µà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" -msgstr "" +msgstr "à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" -msgstr "" +msgstr "XML ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" -msgstr "" +msgstr "à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²ż" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." -msgstr "" +msgstr "à²ıೊಸ à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಜೋà²Ħà²żà²¸à²ż." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" -msgstr "" +msgstr "à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²Ĥ ಆಕರ" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" -msgstr "" +msgstr "à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²Ĥ à²—à³à²°à²ż" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" -msgstr "" +msgstr "à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²Ĥ ಚà²à²²à²•" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" -msgstr "" +msgstr "à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²Ĥ à²‰à²Şà²šà²à²²à²•" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" -msgstr "" +msgstr "à²¨à²żà²°à³à²Ĥೇà²ĥà²żà²¤ ಸà²à²§à²¨à²Ĥ à²Ĵಗೆ" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" -msgstr "" +msgstr "ಸà²à²§à²¨à²Ĥ ಓà²Ĥುವ à²ıà²à²—ು à²Ĵà²°à³†à²Żà²µ ಕ್ರà²" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" -msgstr "" +msgstr "'attach-disk' à²†à²œà³à²žà³†à²Żà²²à³à²²à²ż à²Żà²à²µà³à²Ĥೆ %s à²Ĵೆಂà²Ĵಲ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" -msgstr "" +msgstr "à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಗಣಕà²Ĥà²żà²‚à²Ĥ à²•à²³à²šà²ż" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." -msgstr "" +msgstr "à²Ħà²żà²¸à³à²•à³â€ ಸà²à²§à²¨à²µà²¨à³à²¨à³ ಗಣಕà²Ĥà²żà²‚à²Ĥ à²•à²³à²šà²ż." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" -msgstr "" +msgstr "à²Ħà²żà²¸à³à²•à³â€ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" -msgstr "" +msgstr "%s ವು à²—à³à²°à²żà²Żà²à²Ĥಂತà²ı à²Żà²à²µà³à²Ĥೆ à²Ħà²żà²¸à³à²•à³â€ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "init ವà²à²•à³à²Żà²•à³à²•à³† à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ calloc à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%s: à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%s: à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%s: à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ\n" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" +msgstr "lvs à²†à²œà³à²žà³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs à²†à²œà³à²žà³†à²Żà³ %d ಎಂà²Ĵ à²¨à²żà²°à³à²—à²à²¨à²¸à³à²à²żà²¤à²żà²Żà³Šà²‚à²Ĥà²żà²—à³† à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%s: à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "ಸಂರಚನಠಕà²Ħತವನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧà²Ĥ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥೆ ಇರು." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಜà²à²²à²Ĵಂಧà²Ĥ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥೆ ಇರು." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œà²—à²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಕ್ಕà²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." +msgstr "ಒಂà²Ĥು à²¨à²żà²·à³à²•à³à²°à²żà²Ż à²Şà³‚à²²à³â€Œà²—à²à²—à²żà²¨ à²¸à²‚à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ à²µà²żà²µà²°à²żà²¸à²Ĥà²żà²°à³." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" -msgstr "" +msgstr "ಈ ಸಂವà²à²Ĥà²à²¤à³à²à²• ಟರ್à²à²żà²¨à²²à³à²²à²żà²¨à²żà²‚à²Ĥ à²¨à²żà²°à³à²—à²à²żà²¸à³" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" -msgstr "" +msgstr "ಆಜ್ಞೆ '%s' ಗೆ <%s> à²†à²Żà³à²•à³†à²Ż à²…à²—à²¤à³à²Żà²µà²żà²Ĥೆ" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" -msgstr "" +msgstr "ಆಜ್ಞೆ '%s' ಗೆ --%s à²†à²Żà³à²•à³†à²Ż à²…à²—à²¤à³à²Żà²µà²żà²Ĥೆ" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" -msgstr "" +msgstr "ಆಜ್ಞೆ '%s' à²Żà³ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²²à³à²²" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" -msgstr " à²ıೆಸರು\n" +msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" msgstr "" +"\n" +" SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -5995,7 +6399,7 @@ msgstr "" "\n" " à²µà²żà²µà²°à²£à³†\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6003,55 +6407,53 @@ msgstr "" "\n" " à²†à²Żà³à²•à³†à²—à²³à³\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" -msgstr "" +msgstr "à²¸à³‚à²šà²żà²¸à²Ĥೆ ಇರುವ ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು ಅà²à²µ ಐà²Ħà²ż" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" -msgstr "" +msgstr "'%s' ಕ್ಷೇತ್ರವನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" -msgstr "" +msgstr "à²¸à³‚à²šà²żà²¸à²Ĥೆ ಇರುವ ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" -msgstr "" +msgstr "ಜà²à²²à²Ĵಂಧ '%s' ಅನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "ಕ್ಷೇತ್ರà²Ĥ id ಅà²à²µ à²ıೆಸರು" +msgstr "à²¸à³‚à²šà²żà²¸à²Ĥೆ ಇರುವ pool à²ıೆಸರು" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "ಸà²à²à²°à³à²à³à²Żà²—ಳನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "à²Şà³‚à²²à³ '%s' ಅನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "ಕ್ಷೇತ್ರà²Ĥ id ಅà²à²µ à²ıೆಸರು" +msgstr "à²¸à³‚à²šà²żà²¸à²Ĥೆ ಇರುವ vol à²ıೆಸರು" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "%s ಅನ್ನು exec à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "vol '%s' ಅನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6062,130 +6464,129 @@ msgstr "" "(ಸà²à²Ż: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" -msgstr "" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಟೋಕನ್ (à²†à²œà³à²žà³†à²Ż à²ıೆಸರು): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "ಅಜ್ಞà²à²¤ ಆಜ್ಞೆ: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" -msgstr "" +msgstr "ಆಜ್ಞೆ '%s' à²†à²Żà³à²•à³†à²Żà²¨à³à²¨à³ à²Ĵೆಂà²Ĵà²²à²żà²¸à³à²µà³à²Ĥà²żà²²à³à²² --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" -msgstr "" +msgstr "à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²¸à²żà²‚à²Ÿà³à²Żà²à²•à³à²¸à³â€: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "à²¸à²‚à²–à³à²Żà³†" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "ವà²à²•à³à²Ż" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" -msgstr "" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²Ĥತ್ತà²à²‚à²ĥ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "à²†à²Żà³à²•à³†" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "à²Ĥತ್ತà²à²‚à²ĥ" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML ಕà²Ħತ" +msgstr "ಕà²Ħತ" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" -msgstr "" +msgstr "à²µà²żà²°à²à²żà²¸à²żà²Ĥೆ" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" -msgstr "" +msgstr "à²à³à²šà³à²šà²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" -msgstr "" +msgstr "à²à³à²šà³à²šà²²à²à²—à²żà²Ĥೆ" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" -msgstr "" +msgstr "à²•à³à²¸à²żà²¤à²—à³Šà²‚à²Ħà²żà²Ĥೆ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" -msgstr "" +msgstr "ಆà²Ğ್‌ಲೈನ್" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" -msgstr "" +msgstr "à²Żà²à²µà³à²Ĥೆ à²à²à²¨à³à²Żà²µà²à²Ĥ à²¸à²‚à²Şà²°à³à²•à²µà²żà²²à³à²²" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: à²Ĥೋಷ: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "à²Ĥೋಷ: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" -msgstr "" +msgstr "%s: %d: %d à²Ĵೈಟುಗಳನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" -msgstr "" +msgstr "%s: %d: %lu à²Ĵೈಟುಗಳನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" -msgstr "" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²¨à³Šà²‚à²Ĥà²żà²—à³† à²¸à²‚à²Şà²°à³à²•à²ıೊಂà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" -msgstr "" +msgstr "à²Ĥà²à²–ಲೆ ಕà²Ħತ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" -msgstr "" +msgstr "à²Ĥà²à²–ಲೆ à²à²à²°à³à²—ವು ಒಂà²Ĥು ಕà²Ħತವಲ್ಲ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" -msgstr "" +msgstr "à²Ĥà²à²–ಲೆ ಕà²Ħತವನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ. à²Ĥà²à²–ಲೆ ಕà²Ħತà²Ĥ à²à²à²°à³à²—ವನ್ನು à²Şà²°à³€à²•à³à²·à²żà²¸à²ż" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" -msgstr "" +msgstr "à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "%s: à²Ĥà²à²–ಲೆ ಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" -msgstr "à²ıà³ˆà²Şà²°à³-à²µà³ˆà²¸à²°à²żà²¨à²żà²‚à²Ĥ à²¸à²‚à²Şà²°à³à²• ಕà²Ħà²żà²Ĥು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²¨à²żà²‚à²Ĥ à²¸à²‚à²Şà²°à³à²• ಕà²Ħà²żà²Ĥು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6203,32 +6604,54 @@ msgid "" "\n" " commands (non interactive mode):\n" msgstr "" +"\n" +"%s [à²†à²Żà³à²•à³†à²—à²³à³] [ಆಜ್ಞೆಗಳು]\n" +"\n" +" à²†à²Żà³à²•à³†à²—à²³à³:\n" +" -c | --connect URI à²Ż à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à³ à²¸à²‚à²Şà²°à³à²•à²•à³à²•à²à²—à²ż\n" +" -r | --readonly ಓà²Ĥಲು à²à²à²¤à³à²°à²µà²à²—à²żà²°à³à²µ à²¸à²‚à²Şà²°à³à²•à²•à³à²•à²à²—à²ż\n" +" -d | --debug ತೊಂà²Ĥರೆ à²Şà²°à²żà²ıà²à²°à²Ĥ à²ıಂತಕ್ಕà²à²—à²ż [0-5]\n" +" -h | --help ಈ à²¨à³†à²°à²µà²żà²—à²à²—à²ż\n" +" -q | --quiet ಸà²Ĥ್à²Ĥà²żà²²à³à²²à²Ĥ ಕ್ರà²à²•à³à²•à²à²—à²ż\n" +" -t | --timing ಸà²à²Żà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²à³à²Ĥà³à²°à²żà²¸à²²à³\n" +" -l | --log à²”à²Ÿà³â€Œà²Şà³à²Ÿà³ ಅನ್ನು ಕà²Ħತಕ್ಕೆ à²Ĥà²à²–à²²à²żà²¸à²²à³\n" +" -v | --version à²Şà³à²°à³Šà²—à³à²°à²à²‚ನ à²†à²µà³ƒà²¤à³à²¤à²żà²—à²à²—à²ż\n" +"\n" +" ಆಜ್ಞೆಗಳು (ಸಂವà²à²Ĥà²à²¤à³à²à²•à²µà²²à³à²²à²Ĥ ಕ್ರà²):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" "\n" msgstr "" +"\n" +" (à²†à²œà³à²žà³†à²Ż à²Ĵà²—à³†à²—à²żà²¨ à²µà²żà²µà²°à²—à²³à²żà²—à²à²—à²ż help ಅನ್ನು à²¸à³‚à²šà²żà²¸à²ż)\n" +"\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." -msgstr "" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²†à²Żà³à²•à³† '-%c'. --help ಅನ್ನು ನೋà²Ħà²ż." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "" +"%s ಗೆ ಸ್ವà²à²—ತ, ವರ್ಚುವಲೈಸೇà²ĥನ್ ಸಂವà²à²Ĥà²à²¤à³à²à²• ಟರ್à²à²żà²¨à²²à³.\n" +"\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" "\n" msgstr "" +"ನà²à³‚à²Ĥà²żà²¸à²ż: ಆಜ್ಞೆಗಳ à²¨à³†à²°à²µà²żà²—à²à²—à²ż 'help' \n" +" à²¨à²żà²°à³à²—à²à²żà²¸à²²à³ 'quit' \n" +"\n" #: src/virterror.c:243 msgid "warning" @@ -6238,879 +6661,940 @@ msgstr "à²Žà²šà³à²šà²°à²żà²•à³†" msgid "error" msgstr "à²Ĥೋಷ" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "à²Żà²à²µà³à²Ĥೆ à²Ĥೋಷ ಸಂà²Ĥೇà²ĥ ಒà²Ĥà²—à²żà²¸à²żà²²à³à²²" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "à²†à²‚à²¤à²°à²żà²• à²Ĥೋಷ %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "à²†à²‚à²¤à²°à²żà²• à²Ĥೋಷ" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "ಈ ಕà²à²°à³à²Żà²µà³ à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²żà²°à²żà²¨à²żà²‚à²Ĥ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "ಈ ಕà²à²°à³à²Żà²µà³ à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²żà²°à²żà²¨à²żà²‚à²Ĥ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "à²‡à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²¸à²‚à²Şà²°à³à²• à²¸à³‚à²šà²ż(pointer)" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²¸à²‚à²Şà²°à³à²• à²¸à³‚à²šà²ż(pointer)" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "à²‡à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" -msgstr "ಅಜ್ಞà²à²¤ HTTP à²Ĥೋಷ ಸಂಜ್ಞೆ %d ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಅಜ್ಞà²à²¤ HTTP à²Ĥೋಷ ಸಂಜ್ಞೆ %d ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "ಅಜ್ಞà²à²¤ à²…à²¤à²żà²à³‡à²Ż %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "ಅಜ್ಞà²à²¤ à²…à²¤à²żà²à³‡à²Ż" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr ಅನ್ನು ಅನುಕ್ರà²à²żà²¤à²—à³Šà²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr ಅನ್ನು ಅನುಕ್ರà²à²żà²¤à²—à³Šà²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" -msgstr "Xen hypervisor ನà²à³‚à²Ĥನ್ನು à²Ĵಳಸಲà²à²—à²żà²²à³à²²" +msgstr "Xen à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à³ ನà²à³‚à²Ĥನ್ನು à²Ĵಳಸಲà²à²—à²żà²²à³à²²" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" -msgstr "Xen hypervisor ನà²à³‚à²Ĥು %s ಅನ್ನು à²Ĵಳಸಲà²à²—à²żà²²à³à²²" +msgstr "Xen à²ıà³ˆà²Şà²°à³à²µà³ˆà²¸à²°à³ ನà²à³‚à²Ĥು %s ಅನ್ನು à²Ĵಳಸಲà²à²—à²żà²²à³à²²" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen à²ĥೇಖರಣೆಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen à²ĥೇಖರಣೆ %s ಗೆ à²¸à²‚à²Şà²°à³à²• à²ıೊಂà²Ĥಲà²à²—à²żà²²à³à²²" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d ವು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "ಕರ್ನಲ್ à²à²à²ıà²żà²¤à²ż ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s à²¨à²²à³à²²à²ż à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "%s ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "%s ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıà³†à²¸à²°à²żà²¨ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s à²¨à²²à³à²²à²ż ಕ್ಷೇತ್ರà²Ĥ à²ıà³†à²¸à²°à²żà²¨ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "ಕà²à²°à³à²Żà²µà³à²Żà²µà²¸à³à²à³†à²Ż à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s ಗà²à²—à²żà²¨ ಕà²à²°à³à²Żà²µà³à²Żà²µà²¸à³à²à³†à²Ż à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "ಸà²à²§à²¨à²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s ಗà²à²—à²ż ಸà²à²§à²¨à²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "à²Ĵà²ıಳ ಚà²à²²à²•à²—ಳು ನೋಂà²Ĥà²à²Żà²żà²¤à²—ೊಂà²Ħà²żà²µà³†" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s à²¨à²²à³à²²à²ż à²Ĵà²ıಳ ಚà²à²²à²•à²—ಳು ನೋಂà²Ĥà²à²Żà²żà²¤à²—ೊಂà²Ħà²żà²µà³†" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ಲೈà²Ĵà³à²°à²°à²ż à²•à²°à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ, à²Ĵà²ıುಷಃ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²°à²Ĥೆ ಇರà²Ĵà²ıುà²Ĥು" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "ಲೈà²Ĵà³à²°à²°à²ż ಕರೆ %s à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ, à²Ĵà²ıುಷಃ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²°à²Ĥೆ ಇರà²Ĵà²ıುà²Ĥು" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML à²µà²żà²µà²°à²£à³†à²Żà³ à²¸à²°à²żà²Żà²à²—à²ż à²°à³‚à²Şà²żà²¤à²—à³Šà²‚à²Ħà²żà²²à³à²² ಅà²à²µ ಅà²à²à²¨à³à²Żà²µà²à²—à²żà²Ĥೆ" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s ಗà²à²—à²ż XML à²µà²żà²µà²°à²£à³†à²Żà³ à²¸à²°à²żà²Żà²à²—à²ż à²°à³‚à²Şà²żà²¤à²—à³Šà²‚à²Ħà²żà²²à³à²² ಅà²à²µ ಅà²à²à²¨à³à²Żà²µà²à²—à²żà²Ĥೆ" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ಈ ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "%s ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²—ಳನ್ನು ಕೇವಲ ಓà²Ĥಲು à²à²à²¤à³à²° à²¨à²żà²²à³à²•à³à²µà²‚à²¤à³† à²¨à²żà²°à³à²Ĵà²‚à²§à²żà²¸à²²à²à²—à²żà²Ĥೆ" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "%s ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà²¨à³à²¨à³ ಕೇವಲ ಓà²Ĥಲು à²à²à²¤à³à²° à²¨à²żà²²à³à²•à³à²µà²‚à²¤à³† à²¨à²żà²°à³à²Ĵà²‚à²§à²żà²¸à²²à²à²—à²żà²Ĥೆ" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "ಓà²Ĥಲು ಸಂರಚನಠಕà²Ħತವನ್ನು à²¤à³†à²°à³†à²Żà²²à³ à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "%s ಅನ್ನು ಓà²Ĥಲು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "ಸಂರಚನಠಕà²Ħತವನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "ಸಂರಚನಠಕà²Ħತ %s ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" -msgstr "ಸಂರಚನಠಕà²Ħತವನ್ನು à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²µà²żà²µà²°à²żà²¸à³à²µà²²à³à²²à²ż(parse) à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "ಸಂರಚನಠಕà²Ħತವನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" -msgstr "ಸಂರಚನಠಕà²Ħತ %s ಅನ್ನು à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²µà²żà²µà²°à²żà²¸à³à²µà²²à³à²²à²ż(parse) à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/virterror.c:616 -msgid "configuration file syntax error" -msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²ż ವà²à²•à³à²Żà²°à²šà²¨à³† à²Ĥೋಷ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²Ĥೆ" - -#: src/virterror.c:618 -#, c-format -msgid "configuration file syntax error: %s" -msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²ż ವà²à²•à³à²Żà²°à²šà²¨à³† à²Ĥೋಷ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²Ĥೆ: %s" - -#: src/virterror.c:622 -msgid "failed to write configuration file" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಸಂರಚನಠಕà²Ħತ %s ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" #: src/virterror.c:624 +msgid "configuration file syntax error" +msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²ż à²¸à²żà²‚à²Ÿà³à²Żà²à²•à³à²¸à³â€ à²Ĥೋಷ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²Ĥೆ" + +#: src/virterror.c:626 +#, c-format +msgid "configuration file syntax error: %s" +msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²ż à²¸à²żà²‚à²Ÿà³à²Żà²à²•à³à²¸à³â€ à²Ĥೋಷ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²Ĥೆ: %s" + +#: src/virterror.c:630 +msgid "failed to write configuration file" +msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" -msgstr "à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıà³‡à²³à³à²µà²²à³à²²à²ż à²Ĥೋಷ" +msgstr "à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²Ĥೋಷ" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "à²‡à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಜà²à²²à²Ĵಂಧ à²¸à³‚à²šà²ż(pointer)" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಜà²à²²à²Ĵಂಧ à²¸à³‚à²šà²ż(pointer)" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ಈ ಜà²à²²à²Ĵಂಧವು ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "%s ಜà²à²²à²Ĵಂಧವು ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "ಗಣಕ ಕರೆ à²Ĥೋಷ" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC à²Ĥೋಷ" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS ಕರೆ à²Ĥೋಷ" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "ಕ್ಷೇತ್ರವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "ಕ್ಷೇತ್ರವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s" -#: src/virterror.c:682 -#, fuzzy -msgid "invalid MAC address" -msgstr "ಅà²à²à²¨à³à²Ż MAC à²µà²żà²³à²à²¸" - -#: src/virterror.c:684 -#, fuzzy, c-format -msgid "invalid MAC address: %s" -msgstr "ಅà²à²à²¨à³à²Ż MAC à²µà²żà²³à²à²¸: %s" - -#: src/virterror.c:688 -#, fuzzy -msgid "authentication failed" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" - #: src/virterror.c:690 -#, fuzzy, c-format -msgid "authentication failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgid "invalid MAC address" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ MAC à²µà²żà²³à²à²¸" -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" +#: src/virterror.c:692 +#, c-format +msgid "invalid MAC address: %s" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ MAC à²µà²żà²³à²à²¸: %s" #: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s" +msgid "authentication failed" +msgstr "à²Ĥà³ƒà²˘à³€à²•à²°à²£à²µà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²" +#: src/virterror.c:698 +#, c-format +msgid "authentication failed: %s" +msgstr "à²Ĥà³ƒà²˘à³€à²•à²°à²£à²µà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "ಜà²à²²à²Ĵಂಧವು ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s" +msgid "Storage pool not found" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "à²‡à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಜà²à²²à²Ĵಂಧ à²¸à³‚à²šà²ż(pointer)" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²: %s" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಜà²à²²à²Ĵಂಧ à²¸à³‚à²šà²ż(pointer)" +msgid "Storage volume not found" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£à²µà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "à²‡à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಜà²à²²à²Ĵಂಧ à²¸à³‚à²šà²ż(pointer)" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£à²µà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಜà²à²²à²Ĵಂಧ à²¸à³‚à²šà²ż(pointer)" +msgid "invalid storage pool pointer in" +msgstr "à²‡à²²à³à²²à²ż ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಸೂಚಕ" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²ĥà³‡à²–à²°à²£à² à²Şà³‚à²²à³ ಸೂಚಕ" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgid "invalid storage volume pointer in" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£ ಸೂಚಕ" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£ ಸೂಚಕ" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "à²ĥೇಖರಣಠಸà²à²§à²¨à²µà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "à²ĥೇಖರಣಠಸà²à²§à²¨à²µà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "à²ĥೇಖರಣಠಸà²à²§à²¨à²µà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "à²ĥೇಖರಣಠಸà²à²§à²¨à²µà²¨à³à²¨à³ à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²ĥà³‡à²–à²°à²£à² à²Şà²°à²żà²à²à²£ ಸೂಚಕ" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "ಸà²à²§à²¨à²µà³ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "ಸà²à²§à²¨à²µà³ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²²à³à²²: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "ಕ್ಷೇತ್ರವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "ಜà²à²²à²Ĵಂಧ ಸಂರಚನೆ '%s' ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²Ĥೋಷ : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s à²¸à²‚à²°à²šà²¨à² à²Şà²Ÿà³à²Ÿà²żà²—à²à²—à²ż à²à³†à²à³‹à²°à²żà²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "ಜà²à²²à²Ĵಂಧ ಸಂರಚನೆ '%s' ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²Ĥೋಷ : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" -msgstr "" +msgstr "ಕ್ರೆà²Ħà²żà²Ÿà³ ಅನುಸೂಚಕà²Ĥ ತೂಕà²Ĥ à²¨à²żà²Żà²¤à²à²‚ಕವು (%d) à²µà³à²Żà²à²Şà³à²¤à²żà²Żà²żà²‚à²Ĥ (0-65535) à²ıà³Šà²°à²—à²żà²Ĥೆ" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" -msgstr "" +msgstr "ಕ್ರೆà²Ħà²żà²Ÿà³ ಅನುಸೂಚಕà²Ĥ à²•à³à²Żà²à²Şà³ à²¨à²żà²Żà²¤à²à²‚ಕವು (%d) à²µà³à²Żà²à²Şà³à²¤à²żà²Żà²żà²‚à²Ĥ (0-65535) à²ıà³Šà²°à²—à²żà²Ĥೆ" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d ಕ್ಷೇತ್ರ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "ಒಂà²Ĥು ಸà²à²•à³†à²Ÿà³ ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "à²ıà³ˆà²Şà²°à³-à²µà³ˆà²¸à²°à²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "xendನೊಂà²Ĥà²żà²—à³† à²¸à²‚à²Şà²°à³à²• à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" -msgstr "Xen à²Ħೆà²à²¨à²żà²¨à²żà²‚à²Ĥ ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +msgstr "Xen à²Ħೆà²à²¨à²żà²¨à²żà²‚à²Ĥ ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²Şà³à²¨à²°à²à²°à²‚à²­à²—à³Šà²³à²żà²¸à²²à³ à²µà²żà²Ğಲತೆ" +msgstr "xend_get: xen à²Ħೀà²à²¨à³â€Œ ಇಂà²Ĥ à²Ĥೋಷ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen à²Ħೀà²à²¨à³â€Œ ಇಂà²Ĥ à²Ĥೋಷ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "à²ıೊಸ à²Ĵà²Ğರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "gethostbyname à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" -msgstr "" +msgstr "S-Expr à²Ż à²°à²šà²¨à³†à²Żà²¨à³à²¨à³ urlencode à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, domid à²Żà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²¸à²°à²żà²Żà²żà²²à³à²², domid ವು ಸà²à²‚à²–à³à²Żà²żà²•à²µà²à²—à²żà²²à³à²²" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, uuid à²Żà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, à²ıೆಸರು ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, à²ıೆಸರು ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, HVM ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, ಕರ್ನಲ್ à²ıà²à²—ು à²Ĵೂಟ್ ಲೋà²Ħರ್ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "ಅಜ್ಞà²à²¤ char ಸà²à²§à²¨à²Ĥ à²Ĵಗೆ" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "char ಸà²à²§à²¨à²Ĥ ವà²à²•à³à²Żà²µà³ à²¤à²Şà³à²Şà²à²—à²żà²Ĥೆ" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "char ಸà²à²§à²¨ ಸಂರಚನೆಗà²à²—à²ż à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "ಅಜ್ಞà²à²¤ char ಸà²à²§à²¨à²Ĥ à²Ĵಗೆ" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, vbd à²Żà³ dev ಅನ್ನು à²ıೊಂà²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, vbd à²Żà³ src ಅನ್ನು à²ıೊಂà²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" -msgstr "vbd ಕà²Ħತà²Ĥà²ıà³†à²¸à²°à²żà²¨ à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıೇಳಲà²à²—à²żà²²à³à²², ಚà²à²²à²•à²Ĥ à²ıೆಸರು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +msgstr "vbd ಕà²Ħತà²Ĥà²ıೆಸರನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħಲà²à²—à²żà²²à³à²², ಚà²à²²à²•à²Ĥ à²ıೆಸರು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd ಕà²Ħತà²Ĥà²ıà³†à²¸à²°à²żà²¨ à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıೇಳಲà²à²—à²żà²²à³à²², ಚà²à²²à²•à²Ĥ à²Ĵಗೆ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" -msgstr "ಅà²à²à²¨à³à²Ż MAC à²µà²żà²³à²à²¸: %s" +msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ MAC à²µà²żà²³à²à²¸: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ dict ಜà²à²²à²˜à²Ÿà²•" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" +msgstr "ಅಜ್ಞà²à²¤ à²Ĥà³ƒà²˘à³€à²•à²°à²£à²Ĥ à²Ĵಗೆ '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, id à²Żà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ %s" -#: src/xend_internal.c:2602 -#, fuzzy +#: src/xend_internal.c:2559 msgid "failed to parse topology information" -msgstr "Xend ಕ್ಷೇತ್ರà²Ĥ à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıà³‡à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²Ÿà³Šà²Şà³Šà²²à²œà²ż à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²ż ವà²à²•à³à²Żà²°à²šà²¨à³† à²Ĥೋಷ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²Ĥೆ" +msgstr "à²Ÿà³Šà²Şà³Šà²²à²œà²ż à²¸à²żà²‚à²Ÿà³à²Żà²à²•à³à²¸à³â€ à²Ĥೋಷ" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" -msgstr "Xend ಕ್ಷೇತ್ರà²Ĥ à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıà³‡à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "Xend ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName ಈ ಕ್ಷೇತ್ರವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħಲು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "ಕ್ಷೇತ್ರ %s ಅನ್ನು ತà²à²¤à³à²•à²à²²à²żà²• ತà²Ħೆ à²ıà²żà²Ħà²żà²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²Şà³‚à²²à³ %s ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ ಆà²Ĥà²à²¨ ಸà²à²§à²¨à²Ĥ à²Ĵಗೆ %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart ಈ ಕ್ಷೇತ್ರವನ್ನು à²Şà²¤à³à²¤à³†à²ıಚ್ಚಲು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonSetAutostart ಈ ಕ್ಷೇತ್ರವನ್ನು à²Şà²¤à³à²¤à³†à²ıಚ್ಚಲು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż ಜà²à²²à²˜à²Ÿà²•" +msgstr "on_xend_start ಇಂà²Ĥ à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "ಜà²à²²à²˜à²Ÿà²• à²à³†à²à³Šà²°à²ż" +msgstr "à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "sexpr2string à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²µà²żà²µà²°à²żà²¸à²Ĥೇ à²‡à²°à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "sexpr ಅನ್ನು à²à²°à²³à²ż à²µà²żà²µà²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "sexpr à²¨à²²à³à²²à²ż on_xend_start à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²²à³à²²" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +msgstr "gethostname à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರನ್ನು strdup à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" +"xenDaemonDomainMigrate: ವರ್ಗà²à²µà²£à³†à²Ż ಸà²à²Żà²Ĥà²²à³à²²à²ż ಕ್ಷೇತ್ರಗಳ à²ıೆಸರನ್ನು à²Ĵà²Ĥಲà²à²Żà²żà²¸à³à²µà³à²Ĥನ್ನು Xen " +"à²Ĵೆಂà²Ĵà²²à²żà²¸à³à²µà³à²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" +"xenDaemonDomainMigrate: ವರ್ಗà²à²µà²£à³†à²Ż ಸà²à²Żà²Ĥà²²à³à²²à²ż à²Ĵà³à²Żà²à²‚à²Ħà³â€Œà²µà²żà²Ħ್ತ್ à²à²żà²¤à²żà²Żà²¨à³à²¨à³ Xen " +"à²Ĵೆಂà²Ĵà²²à²żà²¸à³à²µà³à²Ĥà²żà²²à³à²²" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ ಗುರುತು" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" +"xenDaemonDomainMigrate: ಕೇವಲ xenmigr:// ವರ್ಗà²à²µà²£à³†à²—ಳು Xen à²¨à²żà²‚à²Ĥ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²Ĥೆ" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: URI à²Żà²²à³à²²à²ż ಒಂà²Ĥು à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರನ್ನು à²¸à³‚à²šà²żà²¸à²Ĵೇಕà²à²—ುತ್ತà²Ĥೆ" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²¸à²‚à²Şà²°à³à²•à²¸à³à²à²à²¨à²Ĥ à²¸à²‚à²–à³à²Żà³†" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend ಕ್ಷೇತ್ರà²Ĥ à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıà³‡à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²µà²żà²µà²°à²£à³†à²Żà²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ\n" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರ %s ಅನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4 à²¨à²²à³à²²à²ż à²Ĵೆಂà²Ĵಲವà²à²—à²żà²²à³à²²" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, à²ıೆಸರು ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, ಅನುಸೂಚಕà²Ĥ à²ıೆಸರು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "ಅಜ್ಞà²à²¤" +msgstr "ಅಜ್ಞà²à²¤ ಅನುಸೂಚಕ" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "ಸà²à²•à³†à²Ÿà³ %d ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +msgstr "ಒಂà²Ĥು ಅನುಸೂಚಕವನ್ನು à²Şà²Ħೆà²Ĥà³à²•à³Šà²³à³à²³à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, uuid à²Żà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, cpu_weight ಕà²à²£à³à²¤à³à²¤à²żà²²à³à²²" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, uuid à²Żà³ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²²à³à²²" +msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà³ à²…à²Şà³‚à²°à³à²£à²µà²à²—à²żà²Ĥೆ, cpu_cap ಕà²à²£à³à²¤à³à²¤à²żà²²à³à²²" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "dom0 ಗà²à²—à²ż domainBlockPeek ಗೆ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à²à²°à³à²—" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "%s ಅನ್ನು ಓà²Ĥಲು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "%s ಅನ್ನು ಓà²Ĥಲು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +msgstr "ಕà²Ħತà²Ĥà²żà²‚à²Ĥ ಐಸೀಕ್ à²à²à²Ħà³à²µà²²à³à²²à²ż ಅà²à²µ ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ ಕ್ಷೇತ್ರà²Ĥ à²Ĵಗೆ %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" +msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²ĥೇಖರಣಠ%d vol à²Ĵಗೆ" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż ಜà²à²²à²˜à²Ÿà²•" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "ಜà²à²²à²˜à²Ÿà²• ಕ್ಷೇತ್ರà²Ĥ à²Şà²Ÿà³à²Ÿà²ż" +msgstr "à²Żà²à²µà³à²Ĥೆ HVM ಕ್ಷೇತ್ರà²Ĥ ಲೋà²Ħರ್ ಇಲ್ಲ" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "ಲೈà²Ĵà³à²°à²°à²ż à²•à²°à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ, à²Ĵà²ıುಷಃ à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²°à²Ĥೆ ಇರà²Ĵà²ıುà²Ĥು" +msgstr "ai_socktype ಗೆ à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²ż ವà²à²•à³à²Żà²°à²šà²¨à³† à²Ĥೋಷ ಕಂà²Ħು à²Ĵಂà²Ĥà²żà²Ĥೆ: %s" +msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²²à³à²²à²żà²¨ UUID à²Żà³ à²¤à²Şà³à²Şà²à²—à²żà²Ĥೆ" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "à²¸à²‚à²°à²šà²¨à² à²¨à²żà²Żà²¤à²à²‚ಕà²Ĥ à²ıೆಸರು ಕà²à²£à³à²¤à³à²¤à²żà²²à³à²²" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "ಕà²Ħತ '%s' ಅನ್ನು stat à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż ಜà²à²²à²˜à²Ÿà²•" +msgstr "on_xend_start ಇಂà²Ĥ à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż ಜà²à²²à²˜à²Ÿà²•" +msgstr "on_xend_start ಇಂà²Ĥ à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż ಜà²à²²à²˜à²Ÿà²•" +msgstr "on_xend_start ಇಂà²Ĥ à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ à²à³Œà²²à³à²Ż" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "ಓà²Ĥಲು à²à²à²¤à³à²°à²Ĥ à²¸à²‚à²Şà²°à³à²•" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħು" +msgstr "à²¨à²żà²·à³à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರವà²à²—à²żà²²à³à²²" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +msgstr "ಕ್ಷೇತ್ರಕ್ಕà²à²—à²ż ಸಂರಚನಠಕà²Ħತವನ್ನು à²à²°à²³à²żà²Şà²Ħà³†à²Żà²²à²à²—à²żà²²à³à²²" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ dict ಜà²à²²à²˜à²Ÿà²•" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "à²¤à²żà²Ĥ್à²Ĥà²ż à²Ĵà²°à³†à²Żà²²à³ ಕ್ಷೇತ್ರಕ್ಕà²à²—à²ż ಸಂರಚನಠಕà²Ħತà²Ĥà²ıೆಸರನ್ನು à²à²°à²³à²ż à²Şà²Ħà³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "à²¤à²żà²Ĥ್à²Ĥà²ż à²Ĵà²°à³†à²Żà²²à³ ಕ್ಷೇತ್ರಕ್ಕà²à²—à²ż ಸಂರಚನಠನà²à³‚à²Ĥನ್ನು à²à²°à²³à²ż à²Şà²Ħà³†à²Żà²²à²à²—à²²à²żà²²à³à²²" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "%s à²¨à²żà²‚à²Ĥ ಕ್ಷೇತ್ರ à²Şà³à²¨à²ƒ ಸ್à²à²à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "à²¸à²‚à²°à²šà²¨à² à²¨à²•à³à²·à³†à²Żà²żà²‚à²Ĥ à²ıà²³à³†à²Ż ಕ್ಷೇತ್ರವನ್ನು ತೆಗೆà²Ĥು à²ıà²à²•à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "ಸಂರಚನಠಕà²Ħತವು à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "ಸಂರಚನೆ" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +msgstr "à²Şà³à²°à²¸à²•à³à²¤ ಸà²à²Żà²µà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "ಸಂರಚನಠಕà²Ħತ %s ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥ à²ıà³à²Żà²à²‚à²Ħಲ್‌ ಅನ್ನು ಓà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "ಅಜ್ಞà²à²¤ OS à²Ĵಗೆ" +msgstr "ಅಜ್ಞà²à²¤ ಸà²à²§à²¨" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "à²¸à³à²µà²Żà²‚à²†à²°à²‚à²­à²Ĥ ಕೊಂà²Ħà²ż '%s' ಅನ್ನು à²…à²³à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "à²Ĥà²à²–ಲೆ ಕà²Ħತ %s ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "à²Ĥà²à²–ಲೆ ಕà²Ħತ %s ಅನ್ನು à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString() ಗೆ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²¨à²żà²Żà²¤à²à²‚ಕ" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber() ಗೆ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²¨à²żà²Żà²¤à²à²‚ಕ" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean() ಗೆ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²¨à²żà²Żà²¤à²à²‚ಕ" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode() ಗೆ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²¨à²żà²Żà²¤à²à²‚ಕ" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet() ಗೆ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²¨à²żà²Żà²¤à²à²‚ಕ" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "ವà²à²•à³à²Ż à²µà³à²Żà³‚à²ıವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "à²à³Œà²²à³à²Ż à²µà³à²Żà³‚à²ıವನ್ನು(array) à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à²żà²²à³à²²" +msgstr "à²à³Œà²²à³à²Żà²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7121,9 +7605,8 @@ msgid "allocate value array" msgstr "à²à³Œà²²à³à²Ż à²µà³à²Żà³‚à²ıವನ್ನು(array) à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à²żà²²à³à²²" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "à²ıೊಸ à²¸à²¨à³à²¨à²żà²µà³‡à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" +msgstr "à²ĥà²Ĵ್ಧಕೋà²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7149,307 +7632,392 @@ msgstr "à²Şà³à²°à²¤à²żà²•à³à²°à²żà²Żà³†à²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸ msgid "read response" msgstr "à²Şà³à²°à²¤à²żà²•à³à²°à²żà²Żà³†à²Żà²¨à³à²¨à³ ಓà²Ĥು" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "ವà²à²•à³à²Ż à²µà³à²Żà³‚à²ıವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" + #: src/xmlrpc.c:601 msgid "parse server response failed" -msgstr "à²ĥà²Ĵ್ಧ ಲಕ್ಷಣ à²ıೇಳುವ à²Şà²°à²żà²šà²à²°à²• à²Şà³à²°à²¤à²żà²•à³à²°à²żà²Żà³† à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +msgstr "à²Şà²à²°à³à²¸à³ à²Şà²°à²żà²šà²à²°à²•à²Ĥ à²Şà³à²°à²¤à²żà²•à³à²°à²żà²Żà³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" #: src/xmlrpc.c:662 msgid "allocate new context" msgstr "à²ıೊಸ à²¸à²¨à³à²¨à²żà²µà³‡à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" +msgstr "Xen à²ĥೇಖರಣೆಗೆ à²¸à²‚à²Şà²°à³à²•à²•à²²à³à²Şà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "à²¸à²•à³à²°à²żà²Ż ಕ್ಷೇತ್ರಗಳನ್ನು à²Şà²Ÿà³à²Ÿà²ż à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "ostype ಗà²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" msgstr "" -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" +#: src/xs_internal.c:1057 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +msgid "watch already tracked" +msgstr "à²Şà³‚à²²à³ ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²Ĥೆ" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +msgid "reallocating list" +msgstr "ಕ್ಷೇತ್ರವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy +msgid "failed to allocate domids" +msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "à²¸à²żà²—à³à²¨à²²à³ %d ಅನ್ನು à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²Ĥೆ, ಚà²à²²à²•à²—à²³à²żà²—à³† ರವà²à²¨à²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#~ msgid "allocating conn->name" +#~ msgstr "conn->à²ıೆಸರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" + +#~ msgid "missing filesystem type" +#~ msgstr "ಕà²Ħà²¤à²µà³à²Żà²µà²¸à³à²à³†à²Ż à²Ĵà²—à³†à²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" + +#~ msgid "empty or invalid mount source" +#~ msgstr "ಖà²à²²à²ż ಇರುವ ಅà²à²µ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ಆರೋà²ıಣಠà²à³‚ಲ" + #~ msgid "missing mount target" -#~ msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +#~ msgstr "ಆರೋà²ıà²£à² à²—à³à²°à²żà²Żà³ ಕಂà²Ħುà²Ĵà²°à³à²¤à³à²¤à²żà²²à³à²²" + +#~ msgid "empty or invalid mount target" +#~ msgstr "ಖà²à²²à²żà²Żà²à²Ĥ ಅà²à²µ ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ಆರೋà²ıà²£à² à²—à³à²°à²ż" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +#~ msgstr "uuid ಅನ್ನು à²‰à²¤à³à²Şà²à²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "à²‡à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż à²†à²°à³à²—à³à²Żà³à²à³†à²‚ಟ್" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +#~ msgstr "ಅà²à²à²¨à³à²Ż ಅà²à²µ ಕà²à²£à³†à²Żà²à²Ĥ init ಘಟಕ" + +#~ msgid "init string too long" +#~ msgstr "init ವà²à²•à³à²Żà²µà³ à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "invalid memory value" +#~ msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à³†à²à³Šà²°à²ż à²à³Œà²²à³à²Ż" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +#~ msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²à³‚ಲ ಘಟಕ" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıà³†à²¸à²°à²żà²¨ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²Ĵà²—à³†à²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" +#~ msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರà²Ĥ ಐà²Ħà²ż" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "%s ಎಂà²Ĵ à²ıà³†à²¸à²°à²żà²¨ à²¸à²•à³à²°à²żà²Ż VM ಅನ್ನು à²à²°à²³à²ż à²µà²żà²µà²°à²żà²¸à²²à²à²—à²żà²²à³à²²" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "ಒಳಗೊಂà²Ħà²żà²°à³à²µà³à²Ĥರ à²Şà³à²°à²•à³à²°à²żà²Żà³†à²Żà²¨à³à²¨à³ à²Şà²°à²żà²ĥà³€à²²à²żà²¸à³à²µà²²à³à²²à²ż à²Ĥೋಷ ಉಂಟà²à²—à²żà²Ĥೆ: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s à²Ĥà²żà²‚à²Ĥ ಕ್ಷೇತ್ರವನ್ನು à²¸à³ƒà²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +#~ msgstr "ಸಂರಚನಠಕೋà²ĥ %s ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +#~ msgstr "lxc ಸ್à²à²żà²¤à²ż ಕೋà²ĥ %s ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid ಕà²Ħತà²Ĥ à²à²à²°à³à²—ವನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à²à²—à²żà²²à³à²²" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +#~ msgstr "tty pid ಕà²Ħತ %s ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +#~ msgstr "tty pid ಕà²Ħತ %s ಅನ್ನು fdopen à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +#~ msgstr "tty pid ಕà²Ħತ %s ಅನ್ನು à²Ĵà²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +#~ msgstr "tty pid ಕà²Ħತ %s ಅನ್ನು à²¤à³†à²°à³†à²Żà²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ: %s" +#~ msgstr "tty pid ಕà²Ħತ %s ಅನ್ನು ಓà²Ĥಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "%s ಅನ್ನು exec à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" +#~ msgstr "exec init ಅನ್ನು execl à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +#~ msgstr "vm tty à²ıà³†à²¸à²°à²żà²—à²à²—à²ż à²ĥà³‡à²–à²°à²£à³†à²Żà²¨à³à²¨à³ à²Şà²Ħೆà²Ĥುಕೊಳ್ಳಲà²à²—à²żà²²à³à²²" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +#~ msgstr "posix_openpt à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +#~ msgstr "ptsname_r à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +#~ msgstr "epoll_ctl(fd2) à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "%s ಅನ್ನು ಓà²Ĥಲು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" +#~ msgstr "tty à²Ğà²à²°à³à²µà²à²°à³à²Ħà²żà²‚à²—à³ à²Şà³à²°à²•à³à²°à²żà²Żà³†à²Żà²¨à³à²¨à³ à²Ğೋರ್ಕ್ à²à²à²Ħಲು ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +#~ msgstr "SIGTERM ಅನ್ನು ಕಳುà²ıà²żà²¸à³à²µà³à²Ĥು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +#~ msgstr "tty à²Şà³à²°à²•à³à²°à²żà²Żà³†à²—à³† SIGKILL ಅನ್ನು ಕಳುà²ıà²żà²¸à³à²µà³à²Ĥು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "%s ಕ್ಷೇತ್ರವನ್ನು à²†à²°à²‚à²­à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +#~ msgstr "tty %d ಗà²à²—à²ż ಕà²à²Żà³à²µà²²à³à²²à²ż waitpid à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "ಕà²à²°à³à²Żà²à²šà²°à²£à³†à²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" +#~ msgstr "SIGKILL ಅನ್ನು ಕಳುà²ıà²żà²¸à³à²µà³à²Ĥು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "ಈಗà²à²—ಲೆ à²¸à²•à³à²°à²żà²Żà²µà²à²—à²żà²°à³à²µ OPENVZ VM id '%s' ಅನ್ನು à²ıೊಂà²Ĥà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıà³†à²¸à²°à²żà²¨ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıà³†à²¸à²°à²żà²¨ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" +#~ msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ ಕ್ಷೇತ್ರà²Ĥ à²Ĵà²—à³†à²Ż ವೈà²ĥà²żà²·à³à²Ÿà³à²Ż" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" +#~ msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ à²ıೆಸರು" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID à²Ĥೋಷ (100 à²•à³à²•à²żà²‚à²¤ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²Ĥ ಒಂà²Ĥು à²Şà³‚à²°à³à²£à²à²‚ಕವà²à²—à²żà²°à²Ĵೇಕು)" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ xml ಸಂರಚನಠಕà²Ħತ '%s' à²Ĥà²²à³à²²à²ż à²Żà²à²µà³à²Ĥೆ IP ಇಲ್ಲ" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress ಉà²Ĥ್à²Ĥವು à²¸à²°à²żà²Żà²à²—à²żà²²à³à²²" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' à²µà²żà²¨à³à²Żà²à²¸à²•à³à²•à²à²—à²ż à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ à²¨à²żà²°à³à²à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಕಂà²Ħುà²Ĵಂà²Ĥà²żà²Ĥೆ" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ xml ಸಂರಚನಠಕà²Ħತ '%s' à²Ĥà²²à³à²²à²ż à²Żà²à²µà³à²Ĥೆ ನೆಟ್‌à²à²à²¸à³à²•à³â€ ಇಲ್ಲ" + +#~ msgid "netmask length too long" +#~ msgstr "ನೆಟ್‌à²à²à²¸à³à²•à²żà²¨ ಉà²Ĥ್à²Ĥ à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ĥà²Ĥà²à²—à²żà²Ĥೆ" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ xml ಸಂರಚನಠಕà²Ħತ '%s' à²Ĥà²²à³à²²à²ż à²Żà²à²µà³à²Ĥೆ à²…à²¤à²żà²à³‡à²Ż à²ıೆಸರು ಇಲ್ಲ" + +#~ msgid "hostname length too long" +#~ msgstr "à²…à²¤à²żà²à³‡à²Żà²Ĥ à²ıೆಸರು à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ xml ಸಂರಚನಠಕà²Ħತ '%s' à²Ĥà²²à³à²²à²ż à²Żà²à²µà³à²Ĥೆ ಗೇಟ್‌ವೇ à²µà²żà²³à²à²¸à²µà²żà²²à³à²²" + +#~ msgid "gateway length too long" +#~ msgstr "ಗೇಟ್‌ವೇ ಉà²Ĥ್à²Ĥವು à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "ಒà²Ĥà²—à²żà²¸à²²à²à²Ĥ xml ಸಂರಚನಠಕà²Ħತ '%s' à²Ĥà²²à³à²²à²ż à²Żà²à²µà³à²Ĥೆ ನà²à²à²Şà²°à²żà²šà²à²°à²•à²Ĥ à²µà²żà²³à²à²¸à²µà²żà²²à³à²²" + +#~ msgid "nameserver length too long" +#~ msgstr "ನà²à²à²Şà²°à²żà²šà²à²°à²•à²Ĥ ಉà²Ĥ್à²Ĥವು à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' ರಚನೆಗà²à²—à²ż à²à³†à²à³Šà²°à²żà²Żà²¨à³à²¨à³ à²°à²šà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#~ msgid "profile length too long" +#~ msgstr "à²Şà³à²°à³Šà²Ğà³ˆà²²à²żà²¨ ಉà²Ĥ್à²Ĥವು à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "à²à³Œà²²à³à²Ż à²µà³à²Żà³‚à²ıವನ್ನು(array) à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à²żà²²à³à²²" +#~ msgstr "calloc à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZ ಗೆ à²†à²Żà³à²•à³†à²—à²³à²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²Ĥೋಷ ಉಂಟà²à²—à²żà²Ĥೆ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM ಅನ್ನು à²¨à²żà²°à³à²à²żà²¸à³à²µà²²à³à²²à²ż à²Ĥೋಷ" #~ msgid "failed to exec %s\n" #~ msgstr "%s ಅನ್ನು exec à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "ಕ್ಷೇತ್ರವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "à²…à²¨à²żà²°à³€à²•à³à²·à²żà²¤ mime à²Ĵಗೆ" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ id ಅà²à²µ à²ıೆಸರು" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" +#~ msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ cdrom ಸà²à²§à²¨à²Ĥ à²ıೆಸರು: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²Ĵಸ್ à²Ĵಗೆ: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು '%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP à²¸à²‚à²Şà²°à³à²•à²¸à²à²§à²¨à²Ĥ à²ıೆಸರು '%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP à²¸à³à²•à³à²°à²żà²Şà³à²Ÿà³â€ à²à²à²°à³à²— '%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP à²¸à²‚à²Şà²°à³à²• à²à²à²°à³à²— '%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP à²µà²żà²³à²à²¸ '%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +#~ msgstr "à²à²à²Ĥà²°à²ż à²ıೆಸರು '%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "à²Ĵà²ıಳಷ್ಟು ಕ್ಷೇತ್ರಗಳು" +#~ msgstr "à²Ĵà²ıಳಷ್ಟು à²•à³à²Żà²à²°à³†à²•à³à²Ÿà²°à³ ಚà²à²²à²•à²—à²³à²żà²µà³†" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "ಸà²à²§à²¨à²•à³à²•à²à²—à²ż ಆಕರ à²à²à²ıà²żà²¤à²żà²Żà³ ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" +#~ msgstr "à²§à³à²µà²¨à²ż à²à²à²Ĥà²°à²żà²Żà³ ಕà²à²£à²żà²¸à³à²¤à³à²¤à²żà²²à³à²²" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s à²¨à²²à³à²²à²ż ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" +#~ msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²§à³à²µà²¨à²ż à²à²à²Ĥà²°à²ż '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "ಜà²à²²à²˜à²Ÿà²• à²à²à²ıà²żà²¤à²ż" +#~ msgstr "à²à³†à²à³Šà²°à²ż à²à²à²ıà²żà²¤à²żà²Żà³ à²¸à²°à²żà²Żà²à²—à²żà²²à³à²²" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ vcpu à²à²à²ıà²żà²¤à²ż" +#~ msgstr "vcpu à²à²à²ıà²żà²¤à²żà²Żà³ à²¸à²°à²żà²Żà²à²—à²żà²²à³à²²" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ vcpu à²à²à²ıà²żà²¤à²ż" +#~ msgstr "vcpu mask à²à²à²ıà²żà²¤à²żà²Żà³ à²¸à²°à²żà²Żà²à²—à²żà²²à³à²²" + +#~ msgid "architecture type too long" +#~ msgstr "à²†à²°à³à²•à²żà²Ÿà³†à²•à³à²šà²°à³ à²Ĵà²—à³†à²Żà³ à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "machine type too long" +#~ msgstr "ಗಣಕà²Ĥ à²Ĵà²—à³†à²Żà³ à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "kernel path too long" +#~ msgstr "ಕರ್ನಲ್ à²à²à²°à³à²—ವು à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "initrd path too long" +#~ msgstr "initrd à²à²à²°à³à²—ವು à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline ಆರ್ಗುà²à³†à²‚ಟ್‌ಗಳು à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "unsupported guest type" +#~ msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²…à²¤à²żà²à²żà²Ż à²Ĵಗೆ" + +#~ msgid "emulator path too long" +#~ msgstr "ಎà²à³à²Żà³à²²à³‡à²Ÿà²°à³ à²à²à²°à³à²— à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ ಗ್ರà²à²Ğà²żà²•à³à²¸à³à²—à²³ à²Ĵಗೆ %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "à²Ħà²żà²¸à³à²•à³â€ ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "ಜà²à²² ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "ಆà²Ĥà²à²¨ ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "à²§à³à²µà²¨à²ż dev ಗà²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "vm ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "à²µà³à²Żà²à²Şà³à²¤à²ż ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "network_def ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "xmlXPathContext ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıೆಸರು ಅà²à²µ uuid" +#~ msgstr "ಜà²à²²à²Ĵಂಧà²Ĥ à²ıà³†à²¸à²°à²żà²¨ ಉà²Ĥ್à²Ĥವು à²Ĵà²ıಳ à²Ĥೊà²Ħ್à²Ħà²Ĥà²à²—à²żà²Ĥೆ" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "à²Ğà²à²°à³à²µà²à²°à³à²Ħ್ ಸà²à²§à²¨à²Ĥ à²ıೆಸರು '%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "ಜà²à²²à²Ĵಂಧ ವà²à²•à³à²Żà²•à³à²•à²à²—à²ż ಸ್à²à²³à²à²µà²•à²à²ĥವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU à²…à²¤à²żà²à²ż ಸಂರಚನೆ '%s' ಅನ್ನು à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²Ĥೋಷ : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "à²Ĥೋಷ: ಅಜ್ಞà²à²¤ à²Ĥೋಷ - à²Ĥà²Żà²µà²żà²Ÿà³à²Ÿà³ ವರà²Ĥà²ż à²à²à²Ħà²ż\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "" +#~ "QEMU à²…à²¤à²żà²à²ż ಸಂರಚನಠಕà²Ħತà²Ĥ à²ıೆಸರು '%s', '%s' à²ıà³†à²¸à²°à²żà²¨ à²…à²¤à²żà²à²ż à²ıà³†à²¸à²°à²żà²—à³† ತà²à²³à³†à²Żà²à²—à³à²¤à³à²¤à²żà²²à³à²²" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "" +#~ "QEMU à²…à²¤à²żà²à²ż ಸಂರಚನೆ '%s' ಅನ್ನು ಲೋà²Ħ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: ಸà²à²•à²·à³à²Ÿà³ à²à³†à²à³Šà²°à²ż " +#~ "ಇಲ್ಲ" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "à²¸à²‚à²Şà²°à³à²• à²ıà³à²Żà²à²ĥ್ ಟೇà²Ĵà²²à³à²²à²żà²—à³† ಜà²à²²à²Ĵಂಧವನ್ನು à²¸à³‡à²°à²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +#~ msgstr "" +#~ "ಜà²à²²à²Ĵಂಧ ಸಂರಚನೆ '%s' ಅನ್ನು ಲೋà²Ħ್ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: ಸà²à²•à²·à³à²Ÿà³ à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "ಸಂರಚನಠಕà²Ħತà²Ĥà²ıೆಸರು '%s/%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "à²¸à³à²µà²Żà²‚à²†à²°à²‚à²­ ಕೊಂà²Ħà²ż à²à²à²°à³à²— '%s/%s' à²Ĵà²ıಳ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "ಕ್ಷೇತ್ರವನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à³" +#~ msgstr "cpu à²à³à²¸à³à²•à²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "ಜà²à²²à²˜à²Ÿà²•à²Ĥ à²Ĵಗ್ಗೆ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ" +#~ msgstr "XML ಅನ್ನು à²‰à²¤à³à²Şà²à²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ: ಸà²à²•à²·à³à²Ÿà³ à²à³†à²à³Šà²°à²ż ಇಲ್ಲ" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "ಒà²Ĥà²—à²ż à²Ĵಂà²Ĥ à²à²à²°à³à²—ವು qemudInitPaths() à²¨à²²à³à²²à²żà²¨ à²Ĵà²Ğà²°à²żà²—à³† ಸà²à²•à²·à³à²Ÿà³ ಉà²Ĥ್à²Ĥವà²à²—à²żà²Ĥೆ" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "à²Ĵ್ಲà²à²•à³ à²…à²‚à²•à²żà²…à²‚à²ĥ %s %s ಗಳನ್ನು à²Şà²Ħà³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "à²¸à²‚à²Şà²°à³à²• à²Ğà²à²°à³à²µà²à²°à³à²Ħ್ à²µà²żà²³à²‚à²Ĵವನ್ನು %d ಗೆ à²ıೊಂà²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "à²¸à²‚à²Şà²°à³à²• STP ಅನ್ನು %s ಗೆ à²ıೊಂà²Ĥà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM ಅನ್ನು ಜೋà²Ħà²żà²¸à²²à²à²—à²żà²²à³à²², à²à²à²§à³à²Żà²à²µà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" + +#~ msgid "uri params" +#~ msgstr "uri à²Şà²°à²à³â€Œà²—ಳು" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "ಅಜ್ಞà²à²¤ à²ĥೇಖರಣಠà²Ĵà³à²Żà²à²•à³†à²‚à²Ħ್ à²Ĵಗೆ %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "ಅಜ್ಞà²à²¤ à²ĥೇಖರಣಠà²Ĵà³à²Żà²à²•à³†à²‚à²Ħ್ à²Ĵಗೆ %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²Şà³‚à²²à³ à²µà²żà²¨à³à²Żà²à²¸ %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "à²Ĵೆಂà²Ĵà²²à²µà²żà²²à³à²²à²Ĥ à²Şà²°à²żà²à²à²£à²Ĥ à²µà²żà²¨à³à²Żà²à²¸ %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "à²Ħà²żà²¸à³à²•à³â€ à²Şà³‚à²²à³â€Œà²—à²³à³ ಇನ್ನೂ ಸà²ı à²Ĵೆಂà²Ĵà²²à²żà²¤à²µà²à²—à²żà²²à³à²²" + +#~ msgid "volume name" +#~ msgstr "à²Şà²°à²żà²à²à²£à²Ĥ à²ıೆಸರು" + +#~ msgid "volume key" +#~ msgstr "à²Şà²°à²żà²à²à²£à²Ĥ à²•à³€à²²à²ż" + +#~ msgid "malformed xml document" +#~ msgstr "à²¤à²Şà³à²Şà²à²Ĥ xml à²Ĥಸ್ತà²à²µà³‡à²œà³" #~ msgid "domain" #~ msgstr "ಕ್ಷೇತ್ರ" -#~ msgid "domain name" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²ıೆಸರು" - #~ msgid "domain uuid" #~ msgstr "ಕ್ಷೇತ್ರà²Ĥ uuid" @@ -7492,60 +8060,65 @@ msgstr "" #~ msgid "too many domains" #~ msgstr "à²Ĵà²ıಳಷ್ಟು ಕ್ಷೇತ್ರಗಳು" +#~ msgid "cannot save domain" +#~ msgstr "ಕ್ಷೇತ್ರವನ್ನು à²‰à²³à²żà²¸à²²à²à²—à²żà²²à³à²²" + +#~ msgid "cannot write header" +#~ msgstr "à²ıೆà²Ħರ್ ಅನ್ನು à²Ĵà²°à³†à²Żà²²à²à²—à²żà²²à³à²²" + +#~ msgid "cannot write metadata length" +#~ msgstr "à²à³†à²Ÿà²à²Ħà²à²Ÿà²à²µà²¨à³à²¨à³ ಗà²à²¤à³à²°à²µà²¨à³à²¨à³ à²Ĵà²°à³†à²Żà²²à²à²—à²żà²²à³à²²" + +#~ msgid "cannot write metadata" +#~ msgstr "à²à³†à²Ÿà²à²Ħà²à²Ÿà²à²µà²¨à³à²¨à³ à²Ĵà²°à³†à²Żà²²à²à²—à²żà²²à³à²²" + +#~ msgid "cannot save domain data" +#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à²à²ıà²żà²¤à²żà²Żà²¨à³à²¨à³ à²‰à²³à²żà²¸à²²à²à²—à²żà²²à³à²²" + +#~ msgid "cannot save domain core" +#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²à³à²–à³à²Żà²­à²à²—ವನ್ನು à²‰à²³à²żà²¸à²²à³ ಸà²à²§à³à²Żà²µà²à²—à²żà²²à³à²²" + #~ msgid "too many networks" #~ msgstr "à²Ĵà²ıಳಷ್ಟು ಜà²à²²à²Ĵಂಧಗಳು" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "à²¨à²żà²°à³à²Ĵà²‚à²§à²żà²¸à²²à²à²—à²żà²Ĥೆ" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "soundhw ಸà²à²²à²¨à³à²¨à³ à²Şà²à²°à³à²¸à³ à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ." + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID ಈ ಕ್ಷೇತ್ರವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħಲು à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: à²ıೆಸರು" + #~ msgid "cannot read XML domain definition" -#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²µà²żà²µà²°à²£à² à²•à²Ħತವನ್ನು ಲೋà²Ħ್ à²à²à²Ħು" +#~ msgstr "XML ಕ್ಷೇತ್ರà²Ĥ à²µà²żà²µà²°à²£à³†à²Żà²¨à³à²¨à³ ಓà²Ĥಲà²à²—à²żà²²à³à²²" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "à²à³‚ಲ ಸà²à²§à²¨ à²à²à²ıà²żà²¤à²żà²Żà³ à²µà²żà²Ğಲಗೊಂà²Ħà²żà²Ĥೆ" +#~ msgstr "à²à³‡à²²à²żà²¨ à²ıಂತà²Ĥ ಕ್ಷೇತ್ರà²Ĥ ಘಟಕವು ಕà²à²£à³†à²Żà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "%s ಕ್ಷೇತ್ರವು ಈಗà²à²—ಲೆ à²…à²¸à³à²¤à²żà²¤à³à²µà²Ĥà²²à³à²²à²żà²Ĥೆ" +#~ msgstr "ಕ್ಷೇತ್ರà²Ĥ à²Ĵà²—à³†à²Żà³ ಅà²à²à²¨à³à²Żà²µà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xpath à²¸à²¨à³à²¨à²żà²µà³‡à²ĥವನ್ನು à²¸à³ƒà²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" +#~ msgstr "xpath à²¸à²¨à³à²¨à²żà²µà³‡à²ĥವನ್ನು à²¸à³ƒà²œà²żà²¸à²²à²à²—à²żà²²à³à²²" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid à²¸à²‚à²°à²šà²¨à² à²¨à²żà²Żà²¤à²à²‚ಕವು ಕà²à²£à³à²¤à³à²¤à²żà²²à³à²²" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "ಸಂರಚನಠಕà²Ħತಕ್ಕೆ à²Ĵà²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "ಒಂà²Ĥು ಜà²à²²à²˜à²Ÿà²•à²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಎà²Ĥುರà²à²—à²żà²Ĥೆ" +#~ msgstr "à²§à³à²µà²¨à²ż ವà²à²•à³à²Żà²µà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ ಉಂಟà²à²—à²żà²Ĥೆ" + +#~ msgid "no model for sound device" +#~ msgstr "à²§à³à²µà²¨à²ż ಸà²à²§à²¨à²•à³à²•à³† à²Żà²à²µà³à²Ĥೆ à²à²à²Ĥà²°à²żà²Żà³ ಇಲ್ಲ" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "à²Ĵà²ıಳಷ್ಟು ಕ್ಷೇತ್ರಗಳು" +#~ msgstr "à²Ĵà²ıಳಷ್ಟು à²Ĵೂಟ್‌ ಸà²à²§à²¨à²—ಳು" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "ಅà²à²à²¨à³à²Ż ಕ್ಷೇತ್ರ ಸೂಚಕ(domain pointer)" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "ಜà²à²²à²Ĵಂಧವನ್ನು à²Şà²¤à³à²¤à³† à²à²à²Ħà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "à²à³†à²à³Šà²°à²ż à²¨à²żà²Żà³‹à²œà²¨à³†à²Żà²¨à³à²¨à³ à²Ĵà²Ĥಲà²à²Żà²żà²¸à³" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "à²Şà³à²°à²¤à²żà²•à³à²°à²żà²Żà³†à²Żà²¨à³à²¨à³ à²¨à²żà²Żà³‹à²œà²żà²¸à³" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "à²†à²‚à²¤à²°à²żà²• à²Ĥೋಷ %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "à²ıೊಸ à²Ĵà²Ğರನ್ನು à²¨à²żà²Żà³‹à²œà²żà²¸à²²à²à²—à³à²¤à³à²¤à²żà²Ĥೆ" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' ಅನ್ನು à²¤à³†à²°à³†à²Żà³à²µà²²à³à²²à²ż à²µà²żà²Ğಲತೆ: ಓà²Ĥು: %s" +#~ msgstr "ಅà²à²à²¨à³à²Żà²µà²à²Ĥ à²‡à²¨à³â€Œà²Şà³à²Ÿà³ ಸà²à²§à²¨" diff --git a/po/ko.po b/po/ko.po index ce41d27cd6..3a945aa9a0 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-09-11 09:54+1000\n" "Last-Translator: Eunju Kim \n" "Language-Team: Korean \n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "ëĵ이브ëŸĴëĤĴ가 지원되지 않아 ëĵ이브ëŸĴëĤĴ 호ìĥœ 실패" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 변경" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "시스템 호ìĥœ 오ë˜" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "알려지지 않음" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Xen 데ëŞĴ에서 읽기 실패" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "설정 할ë‹ı 중" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 오ë˜: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "예상외의 값 노드" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "'%s' 열기 실패: %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "'%s' 열기 실패: %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "'%s' 열기 실패: %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "'%s' 열기 실패: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "소ìĵ“ %d에 읽기 실패\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "'%s' 열기 실패: %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "'%s' 열기 실패: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "네트워íĴ ì°ê¸° 실패: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "네트워íĴ ì°ê¸° 실패: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "하이íĵ바이저에 연결하기 실패" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "작업 실패: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "%s %s 인터페이스 상태 보기 실패" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "%s 네트워íĴ 시작 실패" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET 작업 실패: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "'%s' 열기 실패: %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "'%s' 열기 실패: %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "도ëݔ인 %sëĵ 다시 시작하기 실패" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "XML 생ì„ħ하기 실패" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "도ëݔ인 %sëĵ %s에 코어 덤프하기 실패" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "작업 실패" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "알려지지 않은 HTTP ì˜¤ë˜ ì½”ë“œ %d가 있음" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "서버 응답 ëĥ„석 실패" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "잘ëŞğ된 연결 íĴ인터" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "ëİ”ëŞ¨ëĤĴ ëĥ€ìĦħ" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "도ëݔ인을 ì°ì„ 수 없음" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "알려지지 않은 OS 유형" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "네트워íĴëĵ ì°ì„ 수 없음" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "%s %s 블럭 상태 보기 실패" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "%s %s 인터페이스 상태 보기 실패" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "ëİ”ëŞ¨ëĤĴ ëĥ€ìĦħ" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "ëı„활ì„ħ화 도ëݔ인 %s 생ì„ħ 실패\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "ëı„활ì„ħ화 도ëݔ인 %s 생ì„ħ 실패\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "네트워íĴëĵ ì°ì„ 수 없음" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "네트워íĴëĵ ì°ì„ 수 없음" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "도ëݔ인을 ì°ì„ 수 없음" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "잘ëŞğ된 인수" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "작업 실패" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +837,8 @@ msgstr "ëĥ„ëĤĴ자 예상하기" msgid "expecting an assignment" msgstr "할ë‹ı 예상하기" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "새 버íĵ 할ë‹ı" @@ -853,931 +881,987 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "대상 ìžìı˜ 유형" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "대상 ìžìı˜ 유형" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "알려지지 않은 OS 유형" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "'%s' 열기 실패: %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "'%s' 열기 실패: %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "'%s' 열기 실패: %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "'%s' 열기 실패: %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "ëĥ€ìžĴ \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "알려지지 않은 호스트 %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "알려지지 않은 OS 유형" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "노드 할ë‹ı 실패" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "도ëݔ인 이ëĤ„ 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "XML 생ì„ħ하기 실패" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "예상외의 데이터 '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "알려지지 않은 OS 유형" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "대상 ìžìı˜ 유형" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "대상 ìžìı˜ 유형" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "인터페이스 ìžìı˜" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "'%s' 열기 실패: %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "도ëݔ인 %sëĵ 중지하기 실패" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "알려지지 않은 호스트 %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "예상외의 dict 노드" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "예상외의 mime 유형" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "예상외의 값 노드" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "설정 파ìĵ 쓰기 실패: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "설정 파ìĵ 쓰기 실패: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "'%s' 열기 실패: %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "설정 파ìĵ 쓰기 실패: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "알려지지 않은 OS 유형" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "연결 할ë‹ı 중" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "도ëݔ인 할ë‹ı 중" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "해시 테이블 연결에 도ëݔ인 ìĥ”ê°€ 실패" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "해시 테이블 연결에서 도ëݔ인 ëĥ€ìžĴ" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "네트워íĴ 할ë‹ı 중" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "해시 테이블 연결에 네트워íĴ ìĥ”ê°€ 실패" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "해시 테이블 연결에서 네트워íĴ ëĥ€ìžĴ" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "네트워íĴ 할ë‹ı 중" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "해시 테이블 연결에 네트워íĴ ìĥ”ê°€ 실패" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "해시 테이블 연결에서 도ëݔ인 ëĥ€ìžĴ" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "네트워íĴ 할ë‹ı 중" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "해시 테이블 연결에 네트워íĴ ìĥ”ê°€ 실패" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "해시 테이블 연결에서 도ëݔ인 ëĥ€ìžĴ" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "네트워íĴ 할ë‹ı 중" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "노드 내ìšİ ë³µì‚Ĵ 중" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "해시 테이블 연결에 네트워íĴ ìĥ”ê°€ 실패" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "해시 테이블 연결에서 도ëݔ인 ëĥ€ìžĴ" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "디스íĴ ìžìı˜ì˜ 소스" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "대상 ìžìı˜ 유형" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "알려지지 않은 명ë ı: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "대상 ìžìı˜ 유형" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "ëĥ€ìžĴ \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "ëĥ€ìžĴ \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "알려지지 않은 호스트 %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "알려지지 않은 호스트 %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "ìžìı˜ì˜ 대상 정보 ëĥ€ìžĴ" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "알려지지 않은 호스트 %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "알려지지 않은 OS 유형" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "노드 할ë‹ı 실패" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "도ëݔ인 이ëĤ„ 정보 ëĥ€ìžĴ" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "%s에 있는 잘ëŞğ된 도ëݔ인 íĴ인터" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "네트워íĴ UUID 보기 실패" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "예상외의 데이터 '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "알려지지 않은 OS 유형" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "인터페이스 ìžìı˜" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "알려지지 않은 호스트 %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "디스íĴ ìžìı˜ ëĥ€ì°İ" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "네트워íĴ 인터페이스 ëĥ€ì°İ" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "인터페이스 ìžìı˜" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "디스íĴ ìžìı˜ ëĥ€ì°İ" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "디스íĴ ìžìı˜ ëĥ€ì°İ" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "디스íĴ ìžìı˜ ëĥ€ì°İ" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "디스íĴ ìžìı˜ ëĥ€ì°İ" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "내ìšİ ì €ìž ì‹¤íŒ¨" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "예상외의 dict 노드" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "예상외의 dict 노드" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "예상외의 dict 노드" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "예상외의 dict 노드" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "예상외의 mime 유형" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "예상외의 값 노드" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "설정 파ìĵ 쓰기 실패: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "설정 파ìĵ 쓰기 실패: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "'%s' 열기 실패: %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "알려지지 않은 OS 유형" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "XML 생ì„ħ하기 실패" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "XML 생ì„ħ하기 실패" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "소ìĵ“ %d에 쓰기 실패\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "%s에서 네트워íĴ 생ì„ħ하기 실패" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "%s에 연결할 수 없음" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "연결 할ë‹ı 중" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "%s 네트워íĴ 시작 실패" +msgstr "%s에 연결할 수 없음" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "도ëݔ인 정보가 수ìı˜ê°€ 아닌 잘ëŞğ된 domid임" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "도ëݔ인 정보가 수ìı˜ê°€ 아닌 잘ëŞğ된 domid임" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "작업 실패: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "값 배열 할ë‹ı" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "작업 실패: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "작업 실패: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "작업 실패: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "ëı„활ì„ħ화 도ëݔ인 %s 생ì„ħ 실패\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "네트워íĴ ì°ê¸° 실패: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "XML 생ì„ħ하기 실패" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "도ëݔ인 %s 시작하기 실패" +msgstr "도ëݔ인 %sëĵ 정의하지 않기 실패" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "도ëݔ인 %s 시작하기 실패" +msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ 실패 " -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "%s에서 ìžìı˜ ëĥ€ì°İ하기 실패" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "도ëݔ인 %s 시작하기 실패" +msgstr "읽기 ìšİ %s 열기 실패" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s에서 도ëݔ인 생ì„ħ하기 실패" +msgstr "소ìĵ“ %d에 읽기 실패\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "'%s' 열기 실패: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "도ëݔ인 %s 시작하기 실패" +msgstr "읽기 ìšİ %s 열기 실패" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "작업 실패: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "값 배열 할ë‹ı" +msgstr "작업 실패: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s에서 도ëݔ인 생ì„ħ하기 실패" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "소ìĵ“ %dëĵ ë‹Ğ기 실패\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "소ìĵ“ %d에 읽기 실패\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "소ìĵ“ %d에 읽기 실패\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "소ìĵ“ %dëĵ ë‹Ğ기 실패\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "작업 실패: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "작업 실패: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "작업 실패: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "작업 실패: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "작업 실패: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "작업 실패: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "%s %s 인터페이스 상태 보기 실패" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ 실패 " +msgstr "'%s' 네트워íĴ 보기 실패" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "작업 실패: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "노드 할ë‹ı 실패" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" +msgstr "최대 ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 변경할 수 없음" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "네트워íĴ ì°ê¸° 실패: %s" +msgstr "%s에 있는 잘ëŞğ된 연결 íĴ인터" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "노드 할ë‹ı 실패" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "도ëݔ인 id 또는 uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" +msgstr "ëı„활ì„ħ화 도ëݔ인을 정의하지 않음" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "도ëݔ인 %s 시작하기 실패" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "네트워íĴ 인터페이스ëĵ 연결하기 위해 ì‚Ĵìšİ된 스íĴëĤ½íŠ¸" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s에서 ìžìı˜ ëĥ€ì°İ하기 실패" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "노드 할ë‹ı 실패" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "%s에서 ìžìı˜ ëĥ€ì°İ하기 실패" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" +msgstr "%s에서 ìžìı˜ ëĥ€ì°İ하기 실패" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "소ìĵ“ %d에 읽기 실패\n" +msgstr "소ìĵ“ %d에 쓰기 실패\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen Store에 연결 실패" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "'%s' 열기 실패: %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' 열기 실패: %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "설정 파ìĵ 쓰기 실패: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "'%s' 열기 실패: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "'%s' 열기 실패: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "도ëİ”ì¸ëŞ…" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "도ëݔ인 id 또는 uuid" +msgstr "노드 도ëݔ인 ëŞİëĦ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "알려지지 않은 HTTP ì˜¤ë˜ ì½”ë“œ %d가 있음" +msgstr "알려지지 않은 호스트 %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "도ëݔ인 %sëĵ 다시 시작하기 실패" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "%s에 있는 잘ëŞğ된 인수" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "잘ëŞğ된 인수" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' 열기 실패: %s" +msgstr "잘ëŞğ된 MAC ì£ĵ소: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "'%s' 열기 실패: %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' 열기 실패: %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' 열기 실패: %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1788,8 +1872,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "알려지지 않은 OS 유형 %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1883,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "설정 파ìĵ êµĴëĴ¸ 오ë˜: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "%s에 연결할 수 없음" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "%s에 연결할 수 없음" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "네트워íĴ 파ìĵ명 해결 중" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "잘ëŞğ된 MAC ì£ĵ소" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "MAC ì£ĵ소" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "작업 실패" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "'%s' 열기 실패: %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "설정 파ìĵ êµĴëĴ¸ 오ë˜: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "%s에 연결할 수 없음" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "도ëݔ인이 아직 실행 중" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "%s에 연결할 수 없음" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "도ëݔ인이 아직 실행 중" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "%s에 연결할 수 없음" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "%s에 연결할 수 없음" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "%s에 연결할 수 없음" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "가상 CPU 수 변경" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "도ëݔ인이 아직 실행 중" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "%s에 연결할 수 없음" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "%s에 연결할 수 없음" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "소ìĵ“ %dëĵ ë‹Ğ기 실패\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "소ìĵ“ %d에 읽기 실패\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "소ìĵ“ %d에 쓰기 실패\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "proxy와의 통신 오ë˜: %d의 %d바이트ëĵ 갖음\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "proxy와의 통신 오ë˜: 예상했던 %d 바이트가 %dëĵ 갖음\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "proxy와의 통신 오ë˜: %d 바이트 패킷을 갖음\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "proxy와의 통신 오ë˜: 잘ëŞğ된 패킷\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "ëı„동기식 패킷 번호 %dëĵ 갖음\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "노드 할ë‹ı 실패" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "버íĵ 할ë‹ı 실패" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "네트워íĴëĵ ì°ì„ 수 없음" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "%s 네트워íĴ 시작\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "%s 네트워íĴ 시작\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "노드 할ë‹ı 실패" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "대상 ìžìı˜ 유형" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "대상 ìžìı˜ 유형" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend 도ëݔ인 정보 ëĥ„석 실패" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "%s 네트워íĴ 시작 실패" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "네트워íĴ ì°ê¸° 실패: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "ëİ”ëŞ¨ëĤĴ ëĥ€ìĦħ" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "ëİ”ëŞ¨ëĤĴ ëĥ€ìĦħ" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "노드 할ë‹ı 실패" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "노드 할ë‹ı 실패" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "'%s' 열기 실패: %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "읽기 ìšİ %s 열기 실패" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "'%s' 열기 실패: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "'%s' 열기 실패: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "'%s' 네트워íĴ 보기 실패" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "네트워íĴ가 아직 실행 중" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "XML에 있는 네트워íĴ 정보" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "노드 할ë‹ı 실패" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "'%s' 열기 실패: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "실행중인 %s 하이íĵ바이저 버전을 ìĥ”ìĥœí•  수 없음\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "네트워íĴ 파ìĵ명 해결 중" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "잘ëŞğ된 MAC ì£ĵ소" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC ì£ĵ소" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "작업 실패" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "도ëݔ인 %s는 정의되지 않음\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "%s에 연결할 수 없음" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "도ëݔ인이 아직 실행 중" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "%s에 연결할 수 없음" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "%s에 연결할 수 없음" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "%s에 연결할 수 없음" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "가상 CPU 수 변경" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "%s에 연결할 수 없음" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "%s에 연결할 수 없음" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "소ìĵ“ %dëĵ ë‹Ğ기 실패\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "소ìĵ“ %d에 읽기 실패\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "소ìĵ“ %d에 쓰기 실패\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "proxy와의 통신 오ë˜: %d의 %d바이트ëĵ 갖음\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "proxy와의 통신 오ë˜: 예상했던 %d 바이트가 %dëĵ 갖음\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "proxy와의 통신 오ë˜: %d 바이트 패킷을 갖음\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "proxy와의 통신 오ë˜: 잘ëŞğ된 패킷\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "ëı„동기식 패킷 번호 %dëĵ 갖음\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "노드 할ë‹ı 실패" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "노드 할ë‹ı 실패" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "노드 할ë‹ı 실패" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "네트워íĴëĵ ì°ì„ 수 없음" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "%s 네트워íĴ 시작\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "%s 네트워íĴ 시작\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "%s %s 인터페이스 상태 보기 실패" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "노드 할ë‹ı 실패" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "예상외의 데이터 '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "노드 할ë‹ı 실패" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "'%s' 열기 실패: %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "ëİ”ëŞ¨ëĤĴ ëĥ€ìĦħ" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' 열기 실패: %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "새 ëĴ¸ë§ 할ë‹ı" +msgstr "새 버íĵ 할ë‹ı" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "'%s' 도ëݔ인 보기 실패" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "작업 실패" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "'%s' 네트워íĴ 보기 실패" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" +msgstr "소ìĵ“ %dëĵ ë‹Ğ기 실패\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "예상외의 dict 노드" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "노드 할ë‹ı 실패" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "노드 할ë‹ı 실패" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "설정 파ìĵ 쓰기 실패: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "읽기 ìšİ %s 열기 실패" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "'%s' 네트워íĴ 보기 실패" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "예상외의 dict 노드" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" +msgstr "ê¸°ëŠ ì „í™˜ 실패" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ì‚Ĵìšİ된 ëİ”ëŞ¨ëĤĴ:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "ì´ëŻ¸ %s 도ëݔ인이 ìĦ´ìžĴ함" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "ì´ëŻ¸ %s 도ëݔ인이 ìĦ´ìžĴ함" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "도ëݔ인이 아직 실행 중" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "작업 실패" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "작업 실패" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "노드 할ë‹ı 실패" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "도ëݔ인 %sëĵ 중지하기 실패" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "도ëݔ인 UUID 보기 실패 " -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML 생ì„ħ하기 실패" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "소ìĵ“ %d에 쓰기 실패\n" +msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "소ìĵ“ %d에 쓰기 실패\n" +msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "ëİ”ëŞ¨ëĤĴ ëĥ€ìĦħ" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "작업 실패" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" +msgstr "ëı„활ì„ħ화 도ëݔ인에 대한 설정을 정의하지 않음" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ëı„활ì„ħ화 도ëݔ인을 정의하지 않음" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ëĵ이브ëŸĴëĤĴ가 지원되지 않아 ëĵ이브ëŸĴëĤĴ 호ìĥœ 실패" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML 생ì„ħ하기 실패" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "도ëݔ인 정의 파ìĵ 읽어오기" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "노드 도ëݔ인 ëŞİëĦ" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "Xen 데ëŞĴ에서 읽기 실패" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "XML 생ì„ħ하기 실패" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "XML 생ì„ħ하기 실패" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "XML 생ì„ħ하기 실패" +msgstr "네트워íĴ UUID 보기 실패" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "도ëݔ인 %s 시작하기 실패" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "도ëݔ인 %sëĵ 다시 시작하기 실패" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "인터페이스 ìžìı˜" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "대상 ìžìı˜ 유형" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "인터페이스 ìžìı˜" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "ì´ëŻ¸ %s 도ëݔ인이 ìĦ´ìžĴ함" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "호스트 정의 파ìĵ을 읽어오는중" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "인터페이스 ìžìı˜" +msgstr "디스íĴ ìžìı˜ ëĥ€ì°İ" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "호스트 정의 파ìĵ을 읽어오는중" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "ëı„활ì„ħ화 도ëݔ인을 정의하지 않음" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "도ëݔ인을 ì°ì„ 수 없음" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "노드 정보 보기 실패" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s에서 ìžìı˜ ëĥ„ëĤĴ 실패" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" +msgstr "자동ìœĵëĦœ 도ëݔ인 시작" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' 열기 실패: %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s에 있는 잘ëŞğ된 인수" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "도ëݔ인을 ì°ì„ 수 없음: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "%s에 있는 잘ëŞğ된 인수" +msgstr "잘ëŞğ된 인수" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "도ëİ”ì¸ëŞ…" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "노드 도ëݔ인 ëŞİëĦ" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "XML에 있는 네트워íĴ 정보" +msgid "could not generate random UUID" +msgstr "도ëݔ인 UUID 보기 실패 " -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "노드 할ë‹ı 실패" +msgid "failed to start listening VM" +msgstr "도ëݔ인 %s 시작하기 실패" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" +msgid "migrate failed: %s" +msgstr "작업 실패: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "네트워íĴ ì°ê¸° 실패" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "'%s' 열기 실패: %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' 열기 실패: %s" +msgstr "%s에 연결할 수 없음" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "'%s' 열기 실패: %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "소ìĵ“ %d에 읽기 실패\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "소ìĵ“ %d에 읽기 실패\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI 보기 실패" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 오ë˜: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "도ëݔ인 할ë‹ı 중" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "노드 할ë‹ı 실패" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "네트워íĴ ì°ê¸° 실패: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "XML 생ì„ħ하기 실패" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "%s %s 인터페이스 상태 보기 실패" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "'%s' 열기 실패: %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "%s %s 인터페이스 상태 보기 실패" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "XML 생ì„ħ하기 실패" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "ëİ”ëŞ¨ëĤĴ íĴ기에 대해 %d의 잘ëŞğ된 값" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "현ìžĴ ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 확인할 수 없음" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "ëİ”ëŞ¨ëĤĴ íĴ기에 대해 %d의 잘ëŞğ된 값" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "네트워íĴ ì°ê¸° 실패: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "설정 파ìĵ 쓰기 실패: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "ê³ĵ도한 네트워íĴ" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "ê³ĵ도한 도ëݔ인" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "ê³ĵ도한 도ëݔ인" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 변경" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "알려지지 않은 OS 유형" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "ê³ĵ도한 네트워íĴ" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "알려지지 않은 OS 유형 %s" +msgstr "작업 실패: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "작업 실패" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "네트워íĴ ì°ê¸° 실패: %s" +msgstr "S-Expr 나열하기 실패: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "ëı„활ì„ħ화 도ëݔ인 %s 생ì„ħ 실패\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "'%s' 열기 실패: %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "'%s' 열기 실패: %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "이 기ëŠì€ 하이íĵ바이저ëĦœ 지원되지 않음" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "도ëݔ인 %s 시작하기 실패" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "%s %s 인터페이스 상태 보기 실패" +msgstr "내ìšİ ì €ìž ì‹¤íŒ¨" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "'%s' 열기 실패: %s" +msgstr "도ëݔ인 %s 시작하기 실패" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "%s %s 인터페이스 상태 보기 실패" +msgstr "하이íĵ바이저에 연결하기 실패" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "%s에 있는 잘ëŞğ된 인수" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "잘ëŞğ된 인수" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "노드 할ë‹ı 실패" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "ëĴ¸ìžì—´ ë³µì‚Ĵ 실패" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "알려지지 않은 OS 유형 %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "도ëݔ인 %s 시작하기 실패" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "내ëĥ€ ì˜¤ë˜ %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "'%s' 열기 실패: %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s에 있는 잘ëŞğ된 인수" +msgstr "%s에 있는 잘ëŞğ된 네트워íĴ íĴ인터" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s에 있는 잘ëŞğ된 네트워íĴ íĴ인터" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "작업 실패" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "도ëİ”ì¸ëŞ…" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "알려지지 않은 OS 유형 %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,585 +3694,760 @@ msgstr "버전 ë³´ì—Ĵì£ĵ기" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "이ëĤ„" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' 열기 실패: %s" +msgstr "%s %s 블럭 상태 보기 실패" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "네트워íĴ ì°ê¸° 실패: %s" +msgstr "%s에서 도ëݔ인 정의하기 실패" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "%s에서 ìžìı˜ ëĥ„ëĤĴ 실패" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "%s %s 블럭 상태 보기 실패" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "도ëİ”ì¸ëŞ…" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "네트워íĴ 할ë‹ı 중" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "네트워íĴ 할ë‹ı 중" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "네트워íĴ 할ë‹ı 중" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "노드 정보 보기 실패" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "도ëİ”ì¸ëŞ…" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "설정 파ìĵ 쓰기 실패: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "네트워íĴ 할ë‹ı 중" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "알려지지 않은 호스트 %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "네트워íĴ 이ëĤ„ 또는 uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "인터페이스 ìžìı˜" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "블럭 ìžìı˜" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" +msgstr "%s ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "도ëİ”ì¸ëŞ…" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "알려지지 않은 OS 유형 %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "ìžìı˜ì˜ 대상 정보 ëĥ€ìžĴ" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "예상외의 mime 유형" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "알려지지 않은 호스트 %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "네트워íĴ 할ë‹ı 중" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "알려지지 않은 호스트 %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" +msgstr "도ëݔ인 이ëĤ„ 정보 ëĥ€ìžĴ" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "알려지지 않은 OS 유형 %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "XML 생ì„ħ하기 실패" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "이ëĤ„" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "ëĦœê·¸ ê²½ëĦœê°€ 파ìĵ이 아님" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "시간 읽어오는 중" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "호스트 정의 파ìĵ을 읽어오는중" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "호스트" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "노드" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath ëĴ¸ë§ 생ì„ħ하는 중" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "노드 cpu numa 노드" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "노드 cpu 소ìĵ“" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "노드 cpu 코어" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "노드 cpu 스레드" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "노드 활ì„ħ화 cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "노드 cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "노드 ëİ”ëŞ¨ëĤĴ" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "노드 도ëݔ인 ëŞİëĦ" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "도ëݔ인 파ìĵ명 해결 중" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "노드 도ëݔ인 ëŞİëĦ" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "네트워íĴ 파ìĵ명 해결 중" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "노드 도ëݔ인 ëŞİëĦ" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "도ëݔ인 파ìĵ명 해결 중" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ê²½ëĦœëĵ 지정하êħ°ë‚˜ test:///default ì‚Ĵìšİ" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "도ëݔ인을 ì°ì„ 수 없음" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "ì´ëŻ¸ %s 도ëݔ인이 ìĦ´ìžĴ함" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "도ëݔ인이 아직 실행 중" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "자동ìœĵëĦœ 도ëݔ인 시작" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "노드 도ëݔ인 ëŞİëĦ" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "Xen 데ëŞĴ에서 읽기 실패" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "노드 도ëݔ인 ëŞİëĦ" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "도ëݔ인 %sëĵ %s에 덤프함\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "ì´ëŻ¸ 도ëݔ인이 실행 중" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "도ëݔ인이 아직 실행 중" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "네트워íĴ가 아직 실행 중" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "ì´ëŻ¸ 네트워íĴ가 실행 중" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "'%s' 열기 실패: %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "XML 생ì„ħ하기 실패" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "'%s' 열기 실패: %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "'%s' 열기 실패: %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "'%s' 열기 실패: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "설정 파ìĵ 쓰기 실패: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "í˜¸ìŠ¤íŠ¸ëŞ… 보기 실패" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "í˜¸ìŠ¤íŠ¸ëŞ… 보기 실패" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "í˜¸ìŠ¤íŠ¸ëŞ… 보기 실패" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "설정 파ìĵ 쓰기 실패: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "%s에서 네트워íĴ 생ì„ħ하기 실패" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "ëİ”ëŞ¨ëĤĴ ëĥ€ìĦħ" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "'%s' 열기 실패: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "노드 cpu 소ìĵ“" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "알려지지 않은 명ë ı: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "소ìĵ“ %d에 쓰기 실패\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s에 연결할 수 없음" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "%s 설정 파ìĵ êµĴëĴ¸ ëĥ„석 실패" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "%s 설정 파ìĵ êµĴëĴ¸ ëĥ„석 실패" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "도ëݔ인 %sëĵ 정의하지 않기 실패" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "오ë˜:" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "도움말 프ëĤ°íŠ¸í•˜ê¸°" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "전역적 도움말 또는 명ë ıìœĵëĦœëœ íŠı정 도움말을 프ëĤ°íŠ¸í•¨." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "명ë ı 이ëĤ„" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4043,316 +4455,320 @@ msgstr "" "명ë ı:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "자동ìœĵëĦœ 도ëݔ인 시작" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "ëĥ€íŒ…ì‹œ 자동ìœĵëĦœ 도ëݔ인이 시작되도ëĦ 설정함." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "도ëİ”ì¸ëŞ…, id 또는 uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "자동 시작 ëı„활ì„ħ" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "자동 시작ìœĵëĦœ %s 도ëݔ인을 표시하기 실패" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "자동 시작ìœĵëĦœ %s 도ëݔ인을 표시 해제하기 실패" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "%s 도ëݔ인은 자동 시작ìœĵëĦœ 표시됨\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "%s 도ëݔ인이 자동 시작ìœĵëĦœ 표시되지 않음\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "하이íĵ바이저ëĦœ (ìžĴ)연결" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "ëĦœìğĴ 하이íĵ바이저ëĦœ 연결. 이는 쉘을 시작한 후에 내ìžëœ 명ë ı임" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "하이íĵ바이저 연결 URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "읽기 전ìšİ 연결" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "하이íĵ바이저에서 연결 끊기 실패" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "하이íĵ바이저에 연결하기 실패" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "게스트 콘솔ëĦœ 연결" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "게스트ëĵ 위한 가상 직ë Ĵ 콘솔 연결" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "도ëݔ인에서 ì‚Ĵìšİ 가ëŠí•œ 콘솔이 없음\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "도ëݔ인 ëŞİëĦ" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "도ëݔ인 ëŞİëĦ 보기" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "ëı„활ì„ħ화 도ëݔ인 보기" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "ëı„활ì„ħ화 & 활ì„ħ화 도ëݔ인 보기" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "활ì„ħ화 도ëݔ인 보기 실패" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "ëı„활ì„ħ화 도ëݔ인 보기 실패" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "이ëĤ„" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "상태" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "상태 없음" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "도ëݔ인 상태" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "실행 중인 도ëݔ인 상태 보기" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "도ëݔ인의 ìžìı˜ 블럭 상태 보기" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "실행 중인 도ëݔ인의 ìžìı˜ 블럭 상태 보기" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "블럭 ìžìı˜" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "%s %s 블럭 상태 보기 실패" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "도ëݔ인의 네트워íĴ 인터페이스 상태 보기" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "실행 중인 도ëݔ인의 네트워íĴ 인터페이스 상태 보기" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "인터페이스 ìžìı˜" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "%s %s 인터페이스 상태 보기 실패" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "도ëݔ인을 중지함" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "실행중인 도ëݔ인 중지." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "도ëݔ인 %s가 중지됨\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "도ëݔ인 %sëĵ 중지하기 실패" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "XML 파ìĵ에서 도ëݔ인 생ì„ħ" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "도ëݔ인 생ì„ħ" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "XML 도ëݔ인 ì„¤ëŞ…ì´ 있는 파ìĵ" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "%s 에서 생ì„ħ된 도ëݔ인 %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s에서 도ëݔ인 생ì„ħ하기 실패" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "XML 파ìĵ에서 도ëݔ인을 정의함 (시작하지는 않음)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "도ëݔ인 정의" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "%s에서 정의된 도ëݔ인 %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s에서 도ëݔ인 정의하기 실패" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "ëı„활ì„ħ화 도ëݔ인을 정의하지 않음" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "ëı„활ì„ħ화 도ëݔ인에 대한 설정을 정의하지 않음" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "도ëİ”ì¸ëŞ… 또는 uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "도ëݔ인 %s는 정의되지 않음\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "도ëݔ인 %sëĵ 정의하지 않기 실패" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "(기ìĦ´ì— 정의된) ëı„활ì„ħ화 도ëݔ인 시작" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "도ëݔ인 시작" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "ì´ëŻ¸ 도ëݔ인이 활ì„ħ화됨" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "도ëݔ인 %s가 시작됨\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "도ëݔ인 %s 시작하기 실패" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "도ëݔ인 상태ëĵ 파ìĵ에 저ìž" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "실행중인 도ëݔ인 저ìž" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "데이터ëĵ 저ìží•  ìžì†Œ" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "도ëݔ인 %s는 %s에 저ìžë¨\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "스ìĵ€ì¤„ëŸĴ 매개 변수 보기/설정" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "스ìĵ€ì¤„ëŸĴ 매개 변수 보기/설정" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT의 weight" @@ -4361,1638 +4777,1684 @@ msgstr "XEN_CREDIT의 weight" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT의 cap" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "ëİ”ëŞ¨ëĤĴ íĴ기에 대해 %d의 잘ëŞğ된 값" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "ëİ”ëŞ¨ëĤĴ íĴ기에 대해 %d의 잘ëŞğ된 값" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "ëİ”ëŞ¨ëĤĴ íĴ기에 대해 %d의 잘ëŞğ된 값" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "스ìĵ€ì¤„ëŸĴ" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "알려지지 않음" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "파ìĵ에 저ìžëœ 상태에서 도ëݔ인을 ë³µêµĴ" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "도ëݔ인 ë³µêµĴ." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "ë³µêµĴ 상태" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s에서 도ëݔ인이 ë³µêµĴ됨\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s에서 도ëݔ인을 ë³µêµĴ하기 실패" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "도ëݔ인을 파ìĵ에 코어 덤프하ì—Ĵ ëĥ„석" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "도ëݔ인을 코어 덤프함." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "코어 덤프할 위ìı˜" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "도ëݔ인 %sëĵ %s에 덤프함\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "도ëݔ인 %sëĵ %s에 코어 덤프하기 실패" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "도ëݔ인을 다시 시작" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "이전에 중지된 도ëݔ인을 다시 시작함." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "도ëݔ인 %s가 다시 시작됨\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "도ëݔ인 %sëĵ 다시 시작하기 실패" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "도ëݔ인을 ì˘…ë£Œ" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "대상 도ëݔ인에서 ì˘…ë£Œí•˜ê¸° 실행" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "도ëݔ인 %s가 ì˘…ë£Œë¨\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "도ëݔ인 %sëĵ ì˘…ë£Œí•˜ê¸° 실패" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "도ëݔ인을 ìžĴëĥ€íŒ…" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "대상 도ëݔ인에서 ìžĴëĥ€íŒ… 명ë ı 실행." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "도ëݔ인 %s가 ìžĴëĥ€íŒ…됨\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "도ëݔ인 %sëĵ ìžĴëĥ€íŒ…하기 실패" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "도ëݔ인 강제 ì˘…ë£Œ " -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "ì£ĵ어진 도ëݔ인 강제 ì˘…ë£Œ.." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ 실패 " -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "도ëݔ인 정보" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "도ëݔ인에 관한 기본 정보 보기" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "이ëĤ„:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS 유형:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "상태:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU 시간:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "최대 ëİ”ëŞ¨ëĤĴ:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ëĴ´ì œí•œ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "ì‚Ĵìšİ된 ëİ”ëŞ¨ëĤĴ:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "자동 시작" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "이ëĤ„" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "ì‚Ĵìšİ된 ëİ”ëŞ¨ëĤĴ:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "도ëݔ인 vcpu 정보" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "도ëݔ인 가상 CPU에 관한 기본 정보 보기" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU 동질관계:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "도ëݔ인 ì˘…ë£Œ, 가상 CPU가 없음." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "도ëݔ인 vcpu 동질 관계 제어" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "도ëݔ인 VCPUëĵ ëĴĵëĤĴ적 호스트 CPU에 고정." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu 수" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "호스트 cpu 수 (콤마ëĦœ ëĥ„ëĤĴ됨)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "노드 정보 보기 실패" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: 잘ëŞğ된 íĴ맷. ëı„어있음." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: 잘ëŞğ된 íĴ맷. %d ('%c' ì£ĵ변)에 ìˆĞ자ëĦœ 표기" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "cpulist: %s: 잘ëŞğ된 íĴ맷. %d ('%c' ì£ĵ변)에 ìˆĞ자 또는 콤마ëĦœ 표기" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: 잘ëŞğ된 íĴ맷. %dëĦœ 마지막을 콤마ëĦœ 표기" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "ëĴĵëĤĴ적 CPU %d이(가) ìĦ´ìžĴ하지 않음." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "가상 CPU 수 변경" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "게스트 도ëݔ인에서 활ì„ħ화 상태인 가상 CPU 수 변경." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "가상 CPU 수" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "잘ëŞğ된 가상 CPU 수." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "ê³ĵ도한 가상 CPU 수" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 변경" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "게스트 도ëݔ인에 있는 현ìžĴ ëİ”ëŞ¨ëĤĴ 할ë‹ı을 변경." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "ëİ”ëŞ¨ëĤĴ의 í‚ĴëĦœë°”이트 수" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "ëİ”ëŞ¨ëĤĴ íĴ기에 대해 %d의 잘ëŞğ된 값" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "최대 ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 확인할 수 없음" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "최대 ëİ”ëŞ¨ëĤĴ íĴ기 제한 변경" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "게스트 도ëݔ인에서 최대 ëİ”ëŞ¨ëĤĴ 할ë‹ı 제한 변경." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "í‚ĴëĦœë°”이트에서 최대 ëİ”ëŞ¨ëĤĴ íĴ기 제한" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "현ìžĴ ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 확인할 수 없음" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "현ìžĴ ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 줄ìĵ 수 없음" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "최대 ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 변경할 수 없음" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "노드 정보" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "노드에 관한 기본 정보 보기" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "노드 정보 보기 실패" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU 모델:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU ì£ĵ파수:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU 소ìĵ“:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "소ìĵ“ë‹ı 코어:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "코어ë‹ı 스레드:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "ëİ”ëŞ¨ëĤĴ ìšİ량:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "기ëŠ" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "하이íĵ바이저/드ëĵ이버 기ëŠìœĵëĦœ 전환" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "ê¸°ëŠ ì „í™˜ 실패" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML에 있는 도ëݔ인 정보" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "XML 덤프ëĦœì„œì˜ 도ëݔ인 정보ëĵ 표준 ìĥœë ìœĵëĦœ ìĥœë ." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "도ëݔ인 id 또는 UUIDëĵ 도ëİ”ì¸ëŞ…ìœĵëĦœ 변환" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "도ëݔ인 id 또는 uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "도ëİ”ì¸ëŞ… 또는 UUIDëĵ 도ëݔ인 idëĦœ 변환" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "도ëİ”ì¸ëŞ…ì´ë‚˜ idëĵ 도ëݔ인 UUIDëĦœ 변환" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "도ëݔ인 id 또는 도ëİ”ì¸ëŞ…" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "도ëݔ인 UUID 보기 실패 " -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "도ëݔ인을 ë‹¤ë¸ í˜¸ìŠ¤íŠ¸ëĦœ 이전" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "ë‹¤ë¸ í˜¸ìŠ¤íŠ¸ëĦœ 도ëݔ인 이전. 실시간 이전ìĵ 경우 --live ìĥ”ê°€." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "실시간 이전" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "수신지 호스트 연결 URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "이전 URI, ì£ĵëĦœ 생략 가ëŠ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "이전: 수신지 uri (desturi) ëĥ€ìžĴ" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "네트워íĴ 자동 시작" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "ëĥ€íŒ… 시 자동ìœĵëĦœ 시작하기 위해 네트워íĴ 설정" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "네트워íĴ 이ëĤ„ 또는 uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "자동 시작ìœĵëĦœ %s 네트워íĴëĵ 표시하기 실패" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "자동 시작ìœĵëĦœ %s 네트워íĴëĵ 표시 해제하기 실패" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "자동 시작ìœĵëĦœ %s 네트워íĴ가 표시됨\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "자동 시작ìœĵëĦœ %s 네트워íĴëĵ 표시하지 않음\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "XML 파ìĵ에서 네트워íĴ 생ì„ħ" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "네트워íĴ 생ì„ħ" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "XML 네트워íĴ ì„¤ëŞ…ì´ 있는 파ìĵ" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "%s 에서 생ì„ħ된 %s 네트워íĴ\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s에서 네트워íĴ 생ì„ħ하기 실패" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "XML 파ìĵ에서 네트워íĴëĵ 정의함 (시작하지는 않음)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "네트워íĴ 정의" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "%s에서 정의된 %s 네트워íĴ\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s에서 네트워íĴ 정의하기 실패" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "네트워íĴ 강제 ì˘…ë£Œ" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "ì£ĵ어진 네트워íĴ 강제 ì˘…ë£Œ." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "네트워íĴ 이ëĤ„, id 또는 uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "%s 네트워íĴ 강제 ì˘…ë£Œ\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "%s 네트워íĴ 강제 ì˘…ë£Œ 실패" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML에 있는 네트워íĴ 정보" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "XML 덤프ëĦœì„œì˜ 네트워íĴ 정보ëĵ 표준 ìĥœë ìœĵëĦœ ìĥœë ." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "네트워íĴ ëŞİëĦ" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "네트워íĴ ëŞİëĦ 보기" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "ëı„활ì„ħ화 네트워íĴ 보기" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "ëı„활ì„ħ화 & 활ì„ħ화 네트워íĴ 보기" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "활ì„ħ화 네트워íĴ 보들기 실패" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "ëı„활ì„ħ화 네트워íĴ 보기 실패" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "자동 시작" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "자동 시작 안함" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "활ì„ħ화" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "ëı„활ì„ħ화" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "네트워íĴ UUIDëĵ 네트워íĴ 이ëĤ„ìœĵëĦœ 변환" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "네트워íĴ uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "(기ìĦ´ì— 정의된) ëı„활ì„ħ화 네트워íĴ 시작" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "네트워íĴ 시작" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "ëı„활ì„ħ화 네트워íĴ 이ëĤ„" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "%s 네트워íĴ 시작\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "%s 네트워íĴ 시작 실패" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "ëı„활ì„ħ화 네트워íĴëĵ 정의하지 않음" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "ëı„활ì„ħ화 네트워íĴ 설정을 정의하지 않음" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "%s 네트워íĴ가 정의되지 않음\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "%s 네트워íĴëĵ 정의하지 않기 실패" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "네트워íĴ 이ëĤ„을 네트워íĴ UUIDëĦœ 변환" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "네트워íĴ 이ëĤ„" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "네트워íĴ UUID 보기 실패" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "자동ìœĵëĦœ 도ëݔ인 시작" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "ëĥ€íŒ…ì‹œ 자동ìœĵëĦœ 도ëݔ인이 시작되도ëĦ 설정함." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "도ëİ”ì¸ëŞ… 또는 uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "자동 시작ìœĵëĦœ %s 네트워íĴëĵ 표시하기 실패" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "자동 시작ìœĵëĦœ %s 네트워íĴëĵ 표시 해제하기 실패" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "%s 도ëݔ인은 자동 시작ìœĵëĦœ 표시됨\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "%s 도ëݔ인이 자동 시작ìœĵëĦœ 표시되지 않음\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "XML 파ìĵ에서 도ëݔ인 생ì„ħ" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "도ëݔ인 생ì„ħ" -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "XML 도ëݔ인 ì„¤ëŞ…ì´ 있는 파ìĵ" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "%s 에서 생ì„ħ된 도ëݔ인 %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "%s에서 도ëݔ인 생ì„ħ하기 실패" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "XML 파ìĵ에서 도ëݔ인 생ì„ħ" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "버íĵ 할ë‹ı 실패" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "%s 에서 생ì„ħ된 도ëݔ인 %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "%s에서 도ëݔ인 생ì„ħ하기 실패" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "XML 파ìĵ에서 도ëݔ인을 정의함 (시작하지는 않음)" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "도ëݔ인 정의" -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "%s에서 정의된 도ëݔ인 %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "%s에서 도ëݔ인 정의하기 실패" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "%s에서 정의된 도ëݔ인 %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "도ëݔ인 %sëĵ 정의하지 않기 실패" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "도ëݔ인 %sëĵ 중지하기 실패" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "도ëݔ인 강제 ì˘…ë£Œ " -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "ì£ĵ어진 도ëݔ인 강제 ì˘…ë£Œ.." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ 실패 " -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "ì£ĵ어진 도ëݔ인 강제 ì˘…ë£Œ.." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ 실패 " -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "도ëݔ인 %s가 다시 시작됨\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "도ëݔ인 %sëĵ 다시 시작하기 실패" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "XML에 있는 도ëݔ인 정보" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "XML 덤프ëĦœì„œì˜ 도ëݔ인 정보ëĵ 표준 ìĥœë ìœĵëĦœ ìĥœë ." -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "도ëݔ인 ëŞİëĦ" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "도ëݔ인 ëŞİëĦ 보기" -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "ëı„활ì„ħ화 도ëݔ인 보기" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "ëı„활ì„ħ화 & 활ì„ħ화 도ëݔ인 보기" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "활ì„ħ화 도ëݔ인 보기 실패" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "ëı„활ì„ħ화 도ëݔ인 보기 실패" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "%s에 있는 잘ëŞğ된 네트워íĴ íĴ인터" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "ëİ”ëŞ¨ëĤĴ ëĥ€ìĦħ" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "도ëݔ인 %sëĵ 정의하지 않기 실패" +msgstr "도ëݔ인 %sëĵ %s에 저ìží•˜ê¸° 실패" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "노드 정보" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "노드에 관한 기본 정보 보기" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "실행중" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "도ëݔ인 할ë‹ı 중" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "네트워íĴ UUIDëĵ 네트워íĴ 이ëĤ„ìœĵëĦœ 변환" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "도ëݔ인 uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "(기ìĦ´ì— 정의된) ëı„활ì„ħ화 도ëݔ인 시작" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "도ëݔ인 시작" -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "도ëݔ인 %s가 시작됨\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "도ëݔ인 %s 시작하기 실패" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "XML 파ìĵ에서 도ëݔ인 생ì„ħ" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "도ëݔ인 생ì„ħ" -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "ëı„활ì„ħ화 도ëİ”ì¸ëŞ…" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "%s 에서 생ì„ħ된 도ëݔ인 %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "XML 생ì„ħ하기 실패" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "ëı„활ì„ħ화 도ëݔ인을 정의하지 않음" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "ëı„활ì„ħ화 도ëݔ인에 대한 설정을 정의하지 않음" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "도ëݔ인 %s는 정의되지 않음\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "도ëݔ인 %sëĵ 정의하지 않기 실패" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "네트워íĴ 이ëĤ„을 네트워íĴ UUIDëĦœ 변환" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "도ëݔ인 UUID 보기 실패 " -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "XML 파ìĵ에서 도ëݔ인 생ì„ħ" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "XML 도ëݔ인 ì„¤ëŞ…ì´ 있는 파ìĵ" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "%s 에서 생ì„ħ된 도ëݔ인 %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "%s에서 도ëݔ인 생ì„ħ하기 실패" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "ì£ĵ어진 도ëݔ인 강제 ì˘…ë£Œ.." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "%s 도ëݔ인 강제 ì˘…ë£Œ 실패 " -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "노드 정보" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "노드에 관한 기본 정보 보기" -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS 유형:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML 파ìĵ" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "차단됨" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "XML에 있는 도ëݔ인 정보" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "XML 덤프ëĦœì„œì˜ 도ëݔ인 정보ëĵ 표준 ìĥœë ìœĵëĦœ ìĥœë ." -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "도ëݔ인 ëŞİëĦ" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "도ëݔ인 ëŞİëĦ 보기" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "활ì„ħ화 도ëݔ인 보기 실패" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "네트워íĴ UUIDëĵ 네트워íĴ 이ëĤ„ìœĵëĦœ 변환" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "네트워íĴ UUIDëĵ 네트워íĴ 이ëĤ„ìœĵëĦœ 변환" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "도ëݔ인 uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "네트워íĴ UUIDëĵ 네트워íĴ 이ëĤ„ìœĵëĦœ 변환" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "버전 ë³´ì—Ĵì£ĵ기" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "시스템 버전 정보 ë³´ì—Ĵì£ĵ기." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "하이íĵ바이저 유형 보기 실패" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "ëĵ이브ëŸĴëĤĴ에 대해 ìğ´íŒŒìĵ됨: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "ëĵ이브ëŸĴëĤĴ 버전 보기 실패" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "ì‚Ĵìšİ중인 ëĵ이브ëŸĴëĤĴ: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "ì‚Ĵìšİ중인 API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "하이íĵ바이저 버전 보기 실패" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "실행중인 %s 하이íĵ바이저 버전을 ìĥ”ìĥœí•  수 없음\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "실행중인 하이íĵ바이저: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "도ëݔ인을 ë‹¤ë¸ í˜¸ìŠ¤íŠ¸ëĦœ 이전" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "기ëŠ" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "하이íĵ바이저에 연결하기 실패" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "ëı„활ì„ħ화 도ëݔ인 보기 실패" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "XML 덤프ëĦœì„œì˜ 네트워íĴ 정보ëĵ 표준 ìĥœë ìœĵëĦœ ìĥœë ." + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "하이íĵ바이저 í˜¸ìŠ¤íŠ¸ëŞ… 인쇄" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "í˜¸ìŠ¤íŠ¸ëŞ… 보기 실패" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "하이íĵ바이저 정규 URI 인쇄" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI 보기 실패" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc 화ëİ´" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC 화ëݴ의 IP ì£ĵ소 및 íĴ트 번호 ìĥœë " -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty 콘솔" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY 콘솔에 대한 ìžìı˜ ìĥœë " -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "XML 파ìĵ에서 ìžìı˜ ëĥ€ì°İ" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "XML 파ìĵ에서 ìžìı˜ ëĥ€ì°İ ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML 파ìĵ" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s에서 ìžìı˜ ëĥ€ì°İ하기 실패" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "XML 파ìĵ에서 ëĥ„ëĤĴ ìžìı˜" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "XML 파ìĵ에서의 ëĥ„ëĤĴ ìžìı˜ " -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s에서 ìžìı˜ ëĥ„ëĤĴ 실패" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "네트워íĴ 인터페이스 ëĥ€ì°İ" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "새 네트워íĴ 인터페이스 ëĥ€ì°İ" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "네트워íĴ 인터페이스 유형" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "네트워íĴ 인터페이스 소스" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "대상 네트워íĴ 이ëĤ„" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC ì£ĵ소" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "네트워íĴ 인터페이스ëĵ 연결하기 위해 ì‚Ĵìšİ된 스íĴëĤ½íŠ¸" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "'attach-interface' 명ë ı에서 %s을(ëĵ) 지원하지 않음" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "네트워íĴ 인터페이스 ëĥ„ëĤĴ" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "네트워íĴ 인터페이스 ëĥ„ëĤĴ" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "인터페이스 정보 보기 실패" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "유형이 %s인 인터페이스ëĵ ì°ì„ 수 없음" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "MAC ì£ĵ소가 %s인 인터페이스ëĵ ì°ì„ 수 없음" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML 생ì„ħ하기 실패" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "디스íĴ ìžìı˜ ëĥ€ì°İ" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "새 디스íĴ ìžìı˜ ëĥ€ì°İ" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "디스íĴ ìžìı˜ì˜ 소스" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "디스íĴ ìžìı˜ì˜ 대상" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "디스íĴ ìžìı˜ì˜ 드ëĵ이버" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "디스íĴ ìžìı˜ì˜ 하ëĥ€ 드ëĵ이버" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "대상 ìžìı˜ 유형" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "읽기 및 쓰기 ìžìı˜ 모드" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "'attach-disk' 명ë ı에서 %s을(ëĵ) 지원하지 않음" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "디스íĴ ìžìı˜ ëĥ„ëĤĴ" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "디스íĴ ìžìı˜ ëĥ„ëĤĴ" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "디스íĴ 정보 보기 실패" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "대상이 %s인 디스íĴëĵ ì°ì„ 수 없음" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" +msgstr "노드 할ë‹ı 실패" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "ëı„활ì„ħ화 도ëݔ인 %s 생ì„ħ 실패\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "도ëİ”ì¸ëŞ…" +msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "ëı„활ì„ħ화 도ëݔ인에 대한 설정을 정의하지 않음" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "ëı„활ì„ħ화 도ëݔ인에 대한 설정을 정의하지 않음" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "설정 파ìĵ 읽기 실패" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "ëı„활ì„ħ화 네트워íĴ 설정을 정의하지 않음" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "ëı„활ì„ħ화 네트워íĴ 설정을 정의하지 않음" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "ëı„활ì„ħ화 도ëݔ인에 대한 설정을 정의하지 않음" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "ëı„활ì„ħ화 도ëݔ인에 대한 설정을 정의하지 않음" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "대화식 터미널 ì˘…ë£Œ" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "'%s' 명ë ı은 <%s> 옵션이 필요함" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "'%s' 명ë ı은 --%s 옵션이 필요함" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "'%s' 명ë ı이 ìĦ´ìžĴ하지 않음" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " 이ëĤ„\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6000,7 +6462,7 @@ msgstr "" "\n" " 시놉시스\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6008,7 +6470,7 @@ msgstr "" "\n" " ì„¤ëŞ…\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6016,55 +6478,55 @@ msgstr "" "\n" " 옵션\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "정의되지 않은 도ëİ”ì¸ëŞ… 또는 id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "'%s' 도ëݔ인 보기 실패" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "정의되지 않은 네트워íĴ 이ëĤ„" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "'%s' 네트워íĴ 보기 실패" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "정의되지 않은 네트워íĴ 이ëĤ„" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "'%s' 도ëݔ인 보기 실패" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "정의되지 않은 네트워íĴ 이ëĤ„" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "'%s' 도ëݔ인 보기 실패" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6075,130 +6537,129 @@ msgstr "" "(시간: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "ëĥ€ìžĴ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "예상외의 토큰 (명ë ı 이ëĤ„): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "알려지지 않은 명ë ı: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "명ë ı '%s'는 --%s 옵션을 지원하지 않음" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "예상된 êµĴëĴ¸: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "ìˆĞ자" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "ëĴ¸ìžì—´" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "예상외의 데이터 '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "옵션" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "데이터" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML 파ìĵ" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "중지됨" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "ì˘…ë£Œì¤‘" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "ì˘…ë£Œ" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "ìĥİ돌됨" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "오프ëĵ인" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "유효하지 않은 연결" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: 오ë˜:" -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "오ë˜:" -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d 바이트 할ë‹ı 실패" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu 바이트 할ë‹ı 실패" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "하이íĵ바이저에 연결 실패" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "ëĦœê·¸ 파ìĵ 정보 보기 실패" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "ëĦœê·¸ ê²½ëĦœê°€ 파ìĵ이 아님" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "ëĦœê·¸ 파ìĵ 열기 실패. ëĦœê·¸ 파ìĵ ê²½ëĦœ 확인" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "ëĦœê·¸ 파ìĵ 쓰기 실패" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "하이íĵ바이저에서 연결 끊기 실패" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6231,7 +6692,7 @@ msgstr "" "\n" " 명ë ı (ëı„대화식 모드):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6241,12 +6702,12 @@ msgstr "" " (명ë ı에 대한 정보ëĵ 보기 위해 help ëĵ 지정)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "지원되지 않는 옵션 '-%c'. --help ì°¸ìĦ°." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6255,7 +6716,7 @@ msgstr "" "%s, 가상화 대화식 í„°ëŻ¸ë„ì— 오신 것을 환영í•İ니다.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6273,873 +6734,956 @@ msgstr "경고" msgid "error" msgstr "오ë˜" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "ì˜¤ë˜ ëݔ세지 없음" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "내ëĥ€ ì˜¤ë˜ %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "내ëĥ€ 오ë˜" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "이 기ëŠì€ 하이íĵ바이저ëĦœ 지원되지 않음" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "이 기ëŠì€ 하이íĵ바이저ëĦœ 지원되지 않음: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "하이íĵ바이저에 연결할 수 없음" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s에 연결할 수 없음" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "잘ëŞğ된 연결 íĴ인터" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s에 있는 잘ëŞğ된 연결 íĴ인터" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s에 있는 잘ëŞğ된 도ëݔ인 íĴ인터" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "잘ëŞğ된 인수" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s에 있는 잘ëŞğ된 인수" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "작업 실패: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "작업 실패" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET 작업 실패: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET 작업 실패" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST 작업 실패: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST 작업 실패" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "알려지지 않은 HTTP ì˜¤ë˜ ì½”ë“œ %d가 있음" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "알려지지 않은 호스트 %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "알려지지 않은 호스트" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr 나열하기 실패: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr 나열하기 실패" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen 하이íĵ바이저 항ëŞİ을 ì‚Ĵìšİ할 수 없음" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen 하이íĵ바이저 항ëŞİ %s을 ì‚Ĵìšİ할 수 없음" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen Store에 연결할 수 없음" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen Store %s에 연결할 수 없음" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d 실패" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "알려지지 않은 OS 유형" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "알려지지 않은 OS 유형 %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "ìğ¤ë„ 정보 ëĥ€ìžĴ" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s에 있는 root ìžìı˜ 정보 ëĥ€ìžĴ" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "%s ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "ìžìı˜ì˜ 대상 정보 ëĥ€ìžĴ" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "%s ìžìı˜ì˜ 대상 정보 ëĥ€ìžĴ" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "도ëݔ인 이ëĤ„ 정보 ëĥ€ìžĴ" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s에 있는 도ëݔ인 이ëĤ„ 정보 ëĥ€ìžĴ" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "운영 시스템 정보 ëĥ€ìžĴ" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s의 운영 시스템 정보 ëĥ€ìžĴ" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "ìžìı˜ 정보 ëĥ€ìžĴ" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s의 ìžìı˜ 정보 ëĥ€ìžĴ" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "ê³ĵ도한 드ëĵ이버가 ë“ħëĦë¨" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "ê³ĵ도한 드ëĵ이버가 %s에 ë“ħëĦë¨" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ëĵ이브ëŸĴëĤĴ가 지원되지 않아 ëĵ이브ëŸĴëĤĴ 호ìĥœ 실패" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "ëĵ이브ëŸĴëĤĴ가 지원되지 않아 %s ëĵ이브ëŸĴëĤĴ 호ìĥœ 실패" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML ì„¤ëŞ…ì´ 잘 작ì„ħ되지 않았êħ°ë‚˜ 유효하지 않음" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s에 대한 XML ì„¤ëŞ…ì´ 잘 작ì„ħ되지 않았êħ°ë‚˜ 유효하지 않음" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ì´ëŻ¸ 도ëݔ인이 ìĦ´ìžĴ함" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "ì´ëŻ¸ %s 도ëݔ인이 ìĦ´ìžĴ함" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "읽기 전ìšİ ì•Ħ세스에 대해 작업이 허ìšİ되지 않음" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "읽기 전ìšİ ì•Ħ세스에 대해 %s 작업이 허ìšİ되지 않음" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "읽기 ìšİ 설정 파ìĵ 열기 실패" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "읽기 ìšİ %s 열기 실패" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "설정 파ìĵ 읽기 실패" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "%s 설정 파ìĵ 읽기 실패" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "설정 파ìĵ êµĴëĴ¸ ëĥ„석 실패" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "%s 설정 파ìĵ êµĴëĴ¸ ëĥ„석 실패" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "설정 파ìĵ êµĴëĴ¸ 오ë˜" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "설정 파ìĵ êµĴëĴ¸ 오ë˜: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "설정 파ìĵ 쓰기 실패" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "설정 파ìĵ 쓰기 실패: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "êµĴëĴ¸ ëĥ„석 오ë˜" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "잘ëŞğ된 네트워íĴ íĴ인터" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s에 있는 잘ëŞğ된 네트워íĴ íĴ인터" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ì´ëŻ¸ 네트워íĴ가 있음" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "ì´ëŻ¸ 네트워íĴ %s이(가) 있음" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "시스템 호ìĥœ 오ë˜" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC 오ë˜" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS 호ìĥœ 오ë˜" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "네트워íĴ ì°ê¸° 실패" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "네트워íĴ ì°ê¸° 실패: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "도ëݔ인을 ì°ì„ 수 없음" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "도ëݔ인을 ì°ì„ 수 없음: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "네트워íĴëĵ ì°ì„ 수 없음" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "네트워íĴëĵ ì°ì„ 수 없음: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "잘ëŞğ된 MAC ì£ĵ소" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "잘ëŞğ된 MAC ì£ĵ소: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "작업 실패" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "작업 실패: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "네트워íĴëĵ ì°ì„ 수 없음" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "네트워íĴëĵ ì°ì„ 수 없음: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "네트워íĴëĵ ì°ì„ 수 없음" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "네트워íĴëĵ ì°ì„ 수 없음: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "잘ëŞğ된 네트워íĴ íĴ인터" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "%s에 있는 잘ëŞğ된 네트워íĴ íĴ인터" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "잘ëŞğ된 네트워íĴ íĴ인터" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "%s에 있는 잘ëŞğ된 네트워íĴ íĴ인터" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "네트워íĴ ì°ê¸° 실패" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "네트워íĴ ì°ê¸° 실패: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "네트워íĴ ì°ê¸° 실패" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "네트워íĴ ì°ê¸° 실패: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s에 있는 잘ëŞğ된 도ëݔ인 íĴ인터" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "도ëݔ인을 ì°ì„ 수 없음" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "도ëݔ인을 ì°ì„ 수 없음: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "도ëݔ인 할ë‹ı 중" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "노드 할ë‹ı 실패" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "íĴ레딧 스ìĵ€ì¤„ëŸĴ의 weight 매개 변수 (%d) 범위 (1-65535) 초ê³ĵ" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "íĴ레딧 스ìĵ€ì¤„ëŸĴ의 cap 매개 변수 (%d) 범위 (0-65535) 초ê³ĵ" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d 도ëݔ인 정보 할ë‹ı 중" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "노드 할ë‹ı 실패" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "Xen Store에 연결 실패" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen 데ëŞĴ에서 읽기 실패" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "도ëݔ인 %sëĵ 다시 시작하기 실패" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "새 버íĵ 할ë‹ı" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "작업 실패: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "생ì„ħ된 S-Exprëĵ urlencode하기 실패" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "도ëݔ인 정보가 완료되지 않음, domid ëĥ€ìžĴ" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "도ëݔ인 정보가 수ìı˜ê°€ 아닌 잘ëŞğ된 domid임" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "도ëݔ인 정보가 완료되지 않음, uuid ëĥ€ìžĴ" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "도ëݔ인 정보가 완료되지 않음, 이ëĤ„ ëĥ€ìžĴ" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "도ëݔ인 정보가 완료되지 않음, 이ëĤ„ ëĥ€ìžĴ" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "도ëݔ인 정보가 완료되지 않음, ìğ¤ë„ & ëĥ€íŠ¸ëĦœë” ëĥ€ìžĴ" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "알려지지 않은 OS 유형" +msgstr "대상 ìžìı˜ 유형" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "알려지지 않은 OS 유형" +msgstr "알려지지 않은 OS 유형 %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "도ëݔ인 정보가 완료되지 않음, vbd는 dev가 없음" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "도ëݔ인 정보가 완료되지 않음, vbd는 src가 없음" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd 파ìĵëŞ…ì„ êµĴëĴ¸ ëĥ„석할 수 없음, 드ëĵì´ë²„ëŞ… ëĥ€ìžĴ" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd 파ìĵëŞ…ì„ êµĴëĴ¸ ëĥ„석할 수 없음, 드ëĵ이버 유형 ëĥ€ìžĴ" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "잘ëŞğ된 MAC ì£ĵ소: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "예상외의 dict 노드" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "알려지지 않은 OS 유형 %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "도ëݔ인 정보가 완료되지 않음, id ëĥ€ìžĴ" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "알려지지 않은 OS 유형 %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "Xend 도ëݔ인 정보 ëĥ„석 실패" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "설정 파ìĵ êµĴëĴ¸ 오ë˜" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend 도ëݔ인 정보 ëĥ„석 실패" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "도ëݔ인 %sëĵ 중지하기 실패" +msgstr "S-Expr 나열하기 실패" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "대상 ìžìı˜ 유형" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "예상외의 값 노드" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "노드 ëİ”ëŞ¨ëĤĴ" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "작업 실패" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "도ëݔ인 %sëĵ 정의하지 않기 실패" +msgstr "%s 네트워íĴëĵ 정의하지 않기 실패" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "작업 실패: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "í˜¸ìŠ¤íŠ¸ëŞ… 보기 실패" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "Xend 도ëݔ인 정보 ëĥ„석 실패" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "ëı„활ì„ħ화 도ëݔ인 %s 생ì„ħ 실패\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "도ëݔ인 정보가 완료되지 않음, 이ëĤ„ ëĥ€ìžĴ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "알려지지 않음" +msgstr "스ìĵ€ì¤„ëŸĴ" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "í˜¸ìŠ¤íŠ¸ëŞ… 보기 실패" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "도ëݔ인 정보가 완료되지 않음, uuid ëĥ€ìžĴ" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "도ëݔ인 정보가 완료되지 않음, uuid ëĥ€ìžĴ" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "%s에 있는 잘ëŞğ된 인수" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "읽기 ìšİ %s 열기 실패" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' 열기 실패: %s" +msgstr "%s 설정 파ìĵ 읽기 실패" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "예상외의 mime 유형" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "예상외의 mime 유형" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "예상외의 mime 유형" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "예상외의 값 노드" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "노드 도ëݔ인 ëŞİëĦ" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "ëĵ이브ëŸĴëĤĴ가 지원되지 않아 ëĵ이브ëŸĴëĤĴ 호ìĥœ 실패" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "설정 파ìĵ êµĴëĴ¸ 오ë˜: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "예상외의 값 노드" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "예상외의 값 노드" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "예상외의 값 노드" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "읽기 전ìšİ 연결" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "ëı„활ì„ħ화 도ëݔ인 보기" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "설정 파ìĵ 쓰기 실패: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "예상외의 dict 노드" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "%s에서 도ëݔ인을 ë³µêµĴ하기 실패" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "현ìžĴ ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 확인할 수 없음" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "%s 설정 파ìĵ 읽기 실패" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "알려지지 않은 OS 유형" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "%s %s 블럭 상태 보기 실패" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "%s에서 도ëݔ인 생ì„ħ하기 실패" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "'%s' 열기 실패: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "ëĴ¸ìžì—´ ë°°ìı˜ 할ë‹ı" #: src/xmlrpc.c:53 @@ -7184,6 +7728,10 @@ msgstr "응답 할ë‹ı" msgid "read response" msgstr "응답 읽기" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "ëĴ¸ìžì—´ ë°°ìı˜ 할ë‹ı" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "서버 응답 ëĥ„석 실패" @@ -7192,309 +7740,45 @@ msgstr "서버 응답 ëĥ„석 실패" msgid "allocate new context" msgstr "새 ëĴ¸ë§ 할ë‹ı" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen Store에 연결 실패" -#~ msgid "blocked" -#~ msgstr "차단됨" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "대상 ìžìı˜ 유형" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "대상 네트워íĴ 이ëĤ„" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "현ìžĴ ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 확인할 수 없음" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "ìžìı˜ì˜ 대상 정보 ëĥ€ìžĴ" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "네트워íĴ 이ëĤ„ 또는 uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "잘ëŞğ된 인수" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "ëİ”ëŞ¨ëĤĴ íĴ기에 대해 %d의 잘ëŞğ된 값" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" +msgid "failed to allocate activeDomainList" +msgstr "활ì„ħ화 도ëݔ인 보기 실패" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "도ëݔ인 이ëĤ„ 정보 ëĥ€ìžĴ" +msgid "failed to allocate xsWatchList" +msgstr "노드 할ë‹ı 실패" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s에서 네트워íĴ 생ì„ħ하기 실패" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "설정 파ìĵ 쓰기 실패: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "설정 파ìĵ 쓰기 실패: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' 열기 실패: %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "설정 파ìĵ 쓰기 실패: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' 열기 실패: %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "설정 파ìĵ 쓰기 실패: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "%s 실행 실패\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "현ìžĴ ëİ”ëŞ¨ëĤĴ íĴ기ëĵ 확인할 수 없음" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "작업 실패: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "작업 실패: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "작업 실패: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "작업 실패: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "읽기 ìšİ %s 열기 실패" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "작업 실패: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "작업 실패: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "도ëݔ인 %s 시작하기 실패" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "작업 실패: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "ìžìı˜ì˜ 대상 정보 ëĥ€ìžĴ" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "도ëݔ인 이ëĤ„ 정보 ëĥ€ìžĴ" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "도ëݔ인 이ëĤ„ 정보 ëĥ€ìžĴ" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "값 배열 할ë‹ı" - -#~ msgid "failed to exec %s\n" -#~ msgstr "%s 실행 실패\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "노드 정보 보기 실패" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' 열기 실패: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "도ëݔ인 할ë‹ı 중" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "예상외의 mime 유형" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML 생ì„ħ하기 실패" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "도ëݔ인 id 또는 도ëİ”ì¸ëŞ…" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s에 있는 잘ëŞğ된 도ëݔ인 íĴ인터" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "네트워íĴ 이ëĤ„ 또는 uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "네트워íĴ 이ëĤ„ 또는 uuid" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "ê³ĵ도한 도ëݔ인" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "ìžìı˜ì˜ 소스 정보 ëĥ€ìžĴ" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "%s에 있는 잘ëŞğ된 도ëݔ인 íĴ인터" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "도ëİ”ì¸ëŞ… 또는 uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "노드 정보" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "도ëݔ인 vcpu 정보" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "도ëݔ인 vcpu 정보" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "노드 할ë‹ı 실패" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "노드 할ë‹ı 실패" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "노드 할ë‹ı 실패" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "노드 할ë‹ı 실패" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "노드 할ë‹ı 실패" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 실패" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "네트워íĴ 이ëĤ„ 또는 uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "노드 할ë‹ı 실패" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "해시 테이블 연결에 네트워íĴ ìĥ”ê°€ 실패" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "도ëݔ인 할ë‹ı 중" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML 생ì„ħ하기 실패" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' 열기 실패: %s" +msgid "reallocating list" +msgstr "도ëݔ인 할ë‹ı 중" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "%s %s 블럭 상태 보기 실패" +msgid "failed to allocate domids" +msgstr "노드 할ë‹ı 실패" #~ msgid "domain" #~ msgstr "도ëݔ인" -#~ msgid "domain name" -#~ msgstr "도ëİ”ì¸ëŞ…" - -#~ msgid "domain uuid" -#~ msgstr "도ëݔ인 uuid" - #~ msgid "domain memory" #~ msgstr "도ëݔ인 ëİ”ëŞ¨ëĤĴ" @@ -7531,67 +7815,8 @@ msgstr "Xen Store에 연결 실패" #~ msgid "load network definition file" #~ msgstr "네트워íĴ 정의 파ìĵ 읽어오기" -#~ msgid "too many domains" -#~ msgstr "ê³ĵ도한 도ëݔ인" - -#~ msgid "too many networks" -#~ msgstr "ê³ĵ도한 네트워íĴ" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "도ëݔ인 정의 파ìĵ 읽어오기" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "root ìžìı˜ 정보 ëĥ€ìžĴ" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "ì´ëŻ¸ %s 도ëݔ인이 ìĦ´ìžĴ함" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "xpath ëĴ¸ë§ 생ì„ħ하는 중" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "설정 파ìĵ 쓰기 실패" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "노드 할ë‹ı 실패" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "ê³ĵ도한 도ëݔ인" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "잘ëŞğ된 도ëݔ인 íĴ인터" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "네트워íĴ ì°ê¸° 실패: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "네트워íĴ ì°ê¸° 실패: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "ëİ”ëŞ¨ëĤĴ 할ë‹ı 변경" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "응답 할ë‹ı" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "내ëĥ€ ì˜¤ë˜ %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "새 버íĵ 할ë‹ı" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "'%s' 열기 실패: 읽기: %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "%s 실행 실패\n" diff --git a/po/ku.po b/po/ku.po index b0f327a746..0a900de28d 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/libvirt.pot b/po/libvirt.pot index 90211fbcd9..46b0daab5a 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: \n" -"POT-Creation-Date: 2008-10-22 15:37+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,302 +16,302 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" msgstr "" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 msgid "System error" msgstr "" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" msgstr "" -#: qemud/qemud.c:142 src/remote_internal.c:820 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" msgstr "" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 +#: qemud/qemud.c:290 #, c-format -msgid "Received signal %d, dispatching to drivers" +msgid "Received unexpected signal %d" msgstr "" -#: qemud/qemud.c:284 src/util.c:164 src/util.c:195 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:158 src/util.c:189 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, c-format msgid "Failed to open pid file '%s' : %s" msgstr "" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, c-format msgid "Failed to close pid file '%s' : %s" msgstr "" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" msgstr "" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, c-format msgid "Failed to create socket: %s" msgstr "" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, c-format msgid "Failed to bind socket to '%s': %s" msgstr "" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" msgstr "" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, c-format msgid "Failed to initialize SASL authentication %s" msgstr "" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -319,440 +319,465 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, c-format msgid "Failed to verify client credentials: %s" msgstr "" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, c-format msgid "Failed to accept connection: %s" msgstr "" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, c-format msgid "failed to allocate memory for %s config list" msgstr "" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, c-format msgid "failed to allocate memory for %s config list value" msgstr "" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, c-format msgid "Failed to lookup group '%s'" msgstr "" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, c-format msgid "Failed to parse mode '%s'" msgstr "" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, c-format msgid "Failed to fork as daemon: %s" msgstr "" -#: qemud/qemud.c:2180 src/util.c:182 +#: qemud/qemud.c:2265 src/util.c:250 #, c-format msgid "Failed to create pipe: %s" msgstr "" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, c-format msgid "Failed to change group ownership of %s" msgstr "" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:100 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:108 +#: qemud/remote.c:117 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:115 +#: qemud/remote.c:124 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:121 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:127 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:143 +#: qemud/remote.c:152 msgid "authentication required" msgstr "" -#: qemud/remote.c:156 +#: qemud/remote.c:165 #, c-format msgid "unknown procedure: %d" msgstr "" -#: qemud/remote.c:164 +#: qemud/remote.c:173 msgid "parse args failed" msgstr "" -#: qemud/remote.c:180 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:202 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:209 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:218 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:273 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:282 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:288 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:422 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:444 +#: qemud/remote.c:468 msgid "connection not open" msgstr "" -#: qemud/remote.c:491 +#: qemud/remote.c:515 msgid "out of memory in strdup" msgstr "" -#: qemud/remote.c:602 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:657 qemud/remote.c:699 qemud/remote.c:803 qemud/remote.c:829 -#: qemud/remote.c:863 qemud/remote.c:902 qemud/remote.c:950 qemud/remote.c:994 -#: qemud/remote.c:1018 qemud/remote.c:1080 qemud/remote.c:1104 -#: qemud/remote.c:1129 qemud/remote.c:1155 qemud/remote.c:1180 -#: qemud/remote.c:1212 qemud/remote.c:1237 qemud/remote.c:1262 -#: qemud/remote.c:1291 qemud/remote.c:1415 qemud/remote.c:1568 -#: qemud/remote.c:1601 qemud/remote.c:1640 qemud/remote.c:1664 -#: qemud/remote.c:1688 qemud/remote.c:1712 qemud/remote.c:1736 -#: qemud/remote.c:1760 qemud/remote.c:1784 qemud/remote.c:1808 -#: qemud/remote.c:1832 qemud/remote.c:1856 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "" -#: qemud/remote.c:688 qemud/remote.c:770 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:736 +#: qemud/remote.c:777 msgid "unknown type" msgstr "" -#: qemud/remote.c:913 qemud/remote.c:959 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1297 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1465 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1574 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1879 qemud/remote.c:1942 qemud/remote.c:2901 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1911 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1975 qemud/remote.c:2035 qemud/remote.c:2059 -#: qemud/remote.c:2085 qemud/remote.c:2109 qemud/remote.c:2171 -#: qemud/remote.c:2195 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "" -#: qemud/remote.c:2286 src/remote_internal.c:3702 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, c-format msgid "Cannot resolve address %d: %s" msgstr "" -#: qemud/remote.c:2326 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2335 src/remote_internal.c:3930 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, c-format msgid "failed to get sock address %d (%s)" msgstr "" -#: qemud/remote.c:2346 src/remote_internal.c:3942 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, c-format msgid "failed to get peer address %d (%s)" msgstr "" -#: qemud/remote.c:2367 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2381 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2391 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2420 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2437 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2447 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2472 src/remote_internal.c:4207 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2482 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2512 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2520 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2530 +#: qemud/remote.c:2634 msgid "out of memory copying username" msgstr "" -#: qemud/remote.c:2549 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2575 qemud/remote.c:2654 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2591 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2599 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2669 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2678 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2727 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2739 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2751 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2781 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2792 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2797 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2805 +#: qemud/remote.c:2909 #, c-format msgid "Failed to create polkit action %s\n" msgstr "" -#: qemud/remote.c:2815 +#: qemud/remote.c:2919 #, c-format msgid "Failed to create polkit context %s\n" msgstr "" -#: qemud/remote.c:2835 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2851 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2859 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2878 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2933 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2987 qemud/remote.c:3047 qemud/remote.c:3072 -#: qemud/remote.c:3096 qemud/remote.c:3120 qemud/remote.c:3145 -#: qemud/remote.c:3176 qemud/remote.c:3202 qemud/remote.c:3285 -#: qemud/remote.c:3309 qemud/remote.c:3369 qemud/remote.c:3405 -#: qemud/remote.c:3436 qemud/remote.c:3572 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" msgstr "" -#: qemud/remote.c:3363 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3462 qemud/remote.c:3487 qemud/remote.c:3517 -#: qemud/remote.c:3544 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" msgstr "" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +msgid "node_device not found" +msgstr "" + +#: qemud/remote.c:4002 +msgid "Invalid Client" +msgstr "" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +msgid "xdr_setpos failed" +msgstr "" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -790,8 +815,8 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:532 -#: src/xend_internal.c:2620 src/xm_internal.c:1455 src/xm_internal.c:1462 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "" @@ -833,786 +858,810 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:531 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "" + +#: src/datatypes.c:809 +msgid "allocating node dev" +msgstr "" + +#: src/datatypes.c:816 +msgid "copying node dev name" +msgstr "" + +#: src/datatypes.c:822 +msgid "failed to add node dev to conn hash table" +msgstr "" + +#: src/datatypes.c:860 +msgid "dev missing from connection hash table" +msgstr "" + +#: src/domain_conf.c:532 #, c-format msgid "unknown disk type '%s'" msgstr "" -#: src/domain_conf.c:575 +#: src/domain_conf.c:576 #, c-format msgid "unknown disk device '%s'" msgstr "" -#: src/domain_conf.c:601 +#: src/domain_conf.c:602 #, c-format msgid "Invalid floppy device name: %s" msgstr "" -#: src/domain_conf.c:615 +#: src/domain_conf.c:617 #, c-format msgid "Invalid harddisk device name: %s" msgstr "" -#: src/domain_conf.c:622 +#: src/domain_conf.c:624 #, c-format msgid "unknown disk bus type '%s'" msgstr "" -#: src/domain_conf.c:645 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" msgstr "" -#: src/domain_conf.c:651 +#: src/domain_conf.c:655 #, c-format msgid "Invalid bus type '%s' for disk" msgstr "" -#: src/domain_conf.c:703 +#: src/domain_conf.c:707 #, c-format msgid "unknown filesystem type '%s'" msgstr "" -#: src/domain_conf.c:805 +#: src/domain_conf.c:800 #, c-format msgid "unknown interface type '%s'" msgstr "" -#: src/domain_conf.c:882 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" -#: src/domain_conf.c:908 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " msgstr "" -#: src/domain_conf.c:920 +#: src/domain_conf.c:902 msgid "No 'port' attribute specified with socket interface" msgstr "" -#: src/domain_conf.c:925 +#: src/domain_conf.c:907 msgid "Cannot parse 'port' attribute with socket interface" msgstr "" -#: src/domain_conf.c:933 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" msgstr "" -#: src/domain_conf.c:958 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" msgstr "" -#: src/domain_conf.c:1131 src/domain_conf.c:1208 +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" msgstr "" -#: src/domain_conf.c:1148 src/domain_conf.c:1165 +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" msgstr "" -#: src/domain_conf.c:1153 src/domain_conf.c:1170 src/domain_conf.c:1190 +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" msgstr "" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1242 msgid "missing input device type" msgstr "" -#: src/domain_conf.c:1266 +#: src/domain_conf.c:1248 #, c-format msgid "unknown input device type '%s'" msgstr "" -#: src/domain_conf.c:1273 +#: src/domain_conf.c:1255 #, c-format msgid "unknown input bus type '%s'" msgstr "" -#: src/domain_conf.c:1281 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" msgstr "" -#: src/domain_conf.c:1287 src/domain_conf.c:1294 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" msgstr "" -#: src/domain_conf.c:1299 +#: src/domain_conf.c:1281 #, c-format msgid "xen bus does not support %s input device" msgstr "" -#: src/domain_conf.c:1344 +#: src/domain_conf.c:1326 msgid "missing graphics device type" msgstr "" -#: src/domain_conf.c:1350 +#: src/domain_conf.c:1332 #, c-format msgid "unknown graphics device type '%s'" msgstr "" -#: src/domain_conf.c:1361 +#: src/domain_conf.c:1343 #, c-format msgid "cannot parse vnc port %s" msgstr "" -#: src/domain_conf.c:1419 +#: src/domain_conf.c:1401 #, c-format msgid "unknown sound model '%s'" msgstr "" -#: src/domain_conf.c:1452 +#: src/domain_conf.c:1434 #, c-format msgid "cannot parse vendor id %s" msgstr "" -#: src/domain_conf.c:1459 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1469 +#: src/domain_conf.c:1451 #, c-format msgid "cannot parse product %s" msgstr "" -#: src/domain_conf.c:1476 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1487 +#: src/domain_conf.c:1469 #, c-format msgid "cannot parse bus %s" msgstr "" -#: src/domain_conf.c:1494 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1485 #, c-format msgid "cannot parse device %s" msgstr "" -#: src/domain_conf.c:1511 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1516 +#: src/domain_conf.c:1498 #, c-format msgid "unknown usb source type '%s'" msgstr "" -#: src/domain_conf.c:1526 +#: src/domain_conf.c:1508 msgid "missing vendor" msgstr "" -#: src/domain_conf.c:1532 +#: src/domain_conf.c:1514 msgid "missing product" msgstr "" -#: src/domain_conf.c:1560 +#: src/domain_conf.c:1542 #, c-format msgid "unknown hostdev mode '%s'" msgstr "" -#: src/domain_conf.c:1571 +#: src/domain_conf.c:1553 #, c-format msgid "unknown host device type '%s'" msgstr "" -#: src/domain_conf.c:1576 +#: src/domain_conf.c:1558 msgid "missing type in hostdev" msgstr "" -#: src/domain_conf.c:1591 +#: src/domain_conf.c:1573 #, c-format msgid "unknown node %s" msgstr "" -#: src/domain_conf.c:1622 +#: src/domain_conf.c:1604 #, c-format msgid "unknown lifecycle action %s" msgstr "" -#: src/domain_conf.c:1650 src/domain_conf.c:2253 src/domain_conf.c:2294 -#: src/network_conf.c:461 src/network_conf.c:501 src/storage_conf.c:442 -#: src/storage_conf.c:825 +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" msgstr "" -#: src/domain_conf.c:1685 +#: src/domain_conf.c:1668 msgid "unknown device type" msgstr "" -#: src/domain_conf.c:1720 +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" msgstr "" -#: src/domain_conf.c:1728 +#: src/domain_conf.c:1711 msgid "missing domain type attribute" msgstr "" -#: src/domain_conf.c:1734 +#: src/domain_conf.c:1717 #, c-format msgid "invalid domain type %s" msgstr "" -#: src/domain_conf.c:1751 src/network_conf.c:316 +#: src/domain_conf.c:1734 src/network_conf.c:317 #, c-format msgid "Failed to generate UUID: %s" msgstr "" -#: src/domain_conf.c:1758 src/network_conf.c:323 src/storage_conf.c:270 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" msgstr "" -#: src/domain_conf.c:1767 +#: src/domain_conf.c:1750 msgid "missing memory element" msgstr "" -#: src/domain_conf.c:1797 +#: src/domain_conf.c:1780 #, c-format msgid "unexpected feature %s" msgstr "" -#: src/domain_conf.c:1837 +#: src/domain_conf.c:1820 msgid "no OS type" msgstr "" -#: src/domain_conf.c:1866 src/xm_internal.c:643 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, c-format msgid "no supported architecture for os type '%s'" msgstr "" -#: src/domain_conf.c:1913 +#: src/domain_conf.c:1899 msgid "cannot extract boot device" msgstr "" -#: src/domain_conf.c:1921 +#: src/domain_conf.c:1907 msgid "missing boot device" msgstr "" -#: src/domain_conf.c:1926 +#: src/domain_conf.c:1912 #, c-format msgid "unknown boot device '%s'" msgstr "" -#: src/domain_conf.c:1946 +#: src/domain_conf.c:1932 msgid "cannot extract disk devices" msgstr "" -#: src/domain_conf.c:1966 +#: src/domain_conf.c:1952 msgid "cannot extract filesystem devices" msgstr "" -#: src/domain_conf.c:1984 +#: src/domain_conf.c:1970 msgid "cannot extract network devices" msgstr "" -#: src/domain_conf.c:2003 +#: src/domain_conf.c:1990 msgid "cannot extract parallel devices" msgstr "" -#: src/domain_conf.c:2022 +#: src/domain_conf.c:2009 msgid "cannot extract serial devices" msgstr "" -#: src/domain_conf.c:2072 +#: src/domain_conf.c:2057 msgid "cannot extract input devices" msgstr "" -#: src/domain_conf.c:2106 +#: src/domain_conf.c:2091 msgid "cannot extract graphics devices" msgstr "" -#: src/domain_conf.c:2147 +#: src/domain_conf.c:2132 msgid "cannot extract sound devices" msgstr "" -#: src/domain_conf.c:2176 +#: src/domain_conf.c:2161 msgid "cannot extract host devices" msgstr "" -#: src/domain_conf.c:2217 src/network_conf.c:426 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, c-format msgid "at line %d: %s" msgstr "" -#: src/domain_conf.c:2247 src/domain_conf.c:2288 src/network_conf.c:455 -#: src/network_conf.c:495 src/storage_conf.c:428 src/storage_conf.c:811 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 msgid "failed to parse xml document" msgstr "" -#: src/domain_conf.c:2317 src/network_conf.c:523 +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" msgstr "" -#: src/domain_conf.c:2526 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "" -#: src/domain_conf.c:2540 +#: src/domain_conf.c:2525 #, c-format msgid "unexpected lifecycle type %d" msgstr "" -#: src/domain_conf.c:2561 +#: src/domain_conf.c:2546 #, c-format msgid "unexpected disk type %d" msgstr "" -#: src/domain_conf.c:2566 +#: src/domain_conf.c:2551 #, c-format msgid "unexpected disk device %d" msgstr "" -#: src/domain_conf.c:2571 +#: src/domain_conf.c:2556 #, c-format msgid "unexpected disk bus %d" msgstr "" -#: src/domain_conf.c:2621 +#: src/domain_conf.c:2606 #, c-format msgid "unexpected filesystem type %d" msgstr "" -#: src/domain_conf.c:2672 src/domain_conf.c:2886 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, c-format msgid "unexpected net type %d" msgstr "" -#: src/domain_conf.c:2740 +#: src/domain_conf.c:2725 #, c-format msgid "unexpected char type %d" msgstr "" -#: src/domain_conf.c:2839 src/xend_internal.c:5174 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, c-format msgid "unexpected sound model %d" msgstr "" -#: src/domain_conf.c:2859 src/xend_internal.c:5196 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, c-format msgid "unexpected input type %d" msgstr "" -#: src/domain_conf.c:2864 +#: src/domain_conf.c:2849 #, c-format msgid "unexpected input bus type %d" msgstr "" -#: src/domain_conf.c:2946 +#: src/domain_conf.c:2931 #, c-format msgid "unexpected hostdev mode %d" msgstr "" -#: src/domain_conf.c:2953 +#: src/domain_conf.c:2938 #, c-format msgid "unexpected hostdev type %d" msgstr "" -#: src/domain_conf.c:2991 +#: src/domain_conf.c:2976 #, c-format msgid "unexpected domain type %d" msgstr "" -#: src/domain_conf.c:3076 +#: src/domain_conf.c:3061 #, c-format msgid "unexpected boot device type %d" msgstr "" -#: src/domain_conf.c:3094 +#: src/domain_conf.c:3079 #, c-format msgid "unexpected feature %d" msgstr "" -#: src/domain_conf.c:3220 src/network_conf.c:654 src/storage_conf.c:1167 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" msgstr "" -#: src/domain_conf.c:3229 src/network_conf.c:670 src/storage_conf.c:1210 +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 #, c-format msgid "cannot create config file %s: %s" msgstr "" -#: src/domain_conf.c:3237 src/network_conf.c:678 src/storage_conf.c:1218 +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 #, c-format msgid "cannot write config file %s: %s" msgstr "" -#: src/domain_conf.c:3244 src/network_conf.c:685 src/storage_conf.c:1225 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" msgstr "" -#: src/domain_conf.c:3312 src/network_conf.c:766 +#: src/domain_conf.c:3308 src/network_conf.c:767 #, c-format msgid "Failed to open dir '%s': %s" msgstr "" -#: src/domain_conf.c:3362 src/network_conf.c:806 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, c-format msgid "cannot remove config for %s: %s" msgstr "" -#: src/domain_conf.c:3436 +#: src/domain_conf.c:3434 msgid "unknown virt type" msgstr "" -#: src/domain_conf.c:3447 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:670 -msgid "allocating connection" -msgstr "" - -#: src/hash.c:804 src/hash.c:809 -msgid "allocating domain" -msgstr "" - -#: src/hash.c:820 -msgid "failed to add domain to connection hash table" -msgstr "" - -#: src/hash.c:861 -msgid "domain missing from connection hash table" -msgstr "" - -#: src/hash.c:944 src/hash.c:949 -msgid "allocating network" -msgstr "" - -#: src/hash.c:959 -msgid "failed to add network to connection hash table" -msgstr "" - -#: src/hash.c:997 -msgid "network missing from connection hash table" -msgstr "" - -#: src/hash.c:1081 src/hash.c:1086 -msgid "allocating storage pool" -msgstr "" - -#: src/hash.c:1096 -msgid "failed to add storage pool to connection hash table" -msgstr "" - -#: src/hash.c:1135 -msgid "pool missing from connection hash table" -msgstr "" - -#: src/hash.c:1212 src/hash.c:1217 src/hash.c:1222 -msgid "allocating storage vol" -msgstr "" - -#: src/hash.c:1232 -msgid "failed to add storage vol to connection hash table" -msgstr "" - -#: src/hash.c:1272 -msgid "vol missing from connection hash table" -msgstr "" - -#: src/iptables.c:104 +#: src/iptables.c:102 msgid "Failed to run '" msgstr "" -#: src/iptables.c:152 +#: src/iptables.c:150 msgid "Failed to read " msgstr "" -#: src/iptables.c:180 +#: src/iptables.c:178 msgid "Failed to write to " msgstr "" -#: src/iptables.c:245 +#: src/iptables.c:243 #, c-format msgid "Failed to create directory %s : %s" msgstr "" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:760 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "" -#: src/libvirt.c:778 -msgid "allocating conn->name" -msgstr "" - -#: src/libvirt.c:867 +#: src/libvirt.c:938 msgid "unable to open connection" msgstr "" -#: src/libvirt.c:2232 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "" -#: src/libvirt.c:2700 +#: src/libvirt.c:2345 +msgid "domainMigratePrepare2 did not set uri" +msgstr "" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2706 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2713 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2796 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2803 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:120 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, c-format msgid "setsid failed: %s" msgstr "" -#: src/lxc_container.c:126 +#: src/lxc_container.c:128 #, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "" -#: src/lxc_container.c:139 +#: src/lxc_container.c:141 #, c-format msgid "dup2(stdin) failed: %s" msgstr "" -#: src/lxc_container.c:145 +#: src/lxc_container.c:147 #, c-format msgid "dup2(stdout) failed: %s" msgstr "" -#: src/lxc_container.c:151 +#: src/lxc_container.c:153 #, c-format msgid "dup2(stderr) failed: %s" msgstr "" -#: src/lxc_container.c:179 +#: src/lxc_container.c:181 #, c-format msgid "unable to send container continue message: %s" msgstr "" -#: src/lxc_container.c:209 +#: src/lxc_container.c:211 #, c-format msgid "Failed to read the container continue message: %s" msgstr "" -#: src/lxc_container.c:273 +#: src/lxc_container.c:275 #, c-format msgid "failed to bind new root %s: %s" msgstr "" -#: src/lxc_container.c:287 +#: src/lxc_container.c:289 #, c-format msgid "failed to create %s: %s" msgstr "" -#: src/lxc_container.c:297 +#: src/lxc_container.c:299 #, c-format msgid "failed to pivot root %s to %s: %s" msgstr "" -#: src/lxc_container.c:331 +#: src/lxc_container.c:333 #, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "" -#: src/lxc_container.c:345 +#: src/lxc_container.c:347 #, c-format msgid "failed to move /dev/pts into container: %s" msgstr "" -#: src/lxc_container.c:356 +#: src/lxc_container.c:358 #, c-format msgid "failed to make device %s: %s" msgstr "" -#: src/lxc_container.c:388 src/lxc_container.c:495 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, c-format msgid "failed to mount %s at %s for container: %s" msgstr "" -#: src/lxc_container.c:409 +#: src/lxc_container.c:411 #, c-format msgid "failed to read /proc/mounts: %s" msgstr "" -#: src/lxc_container.c:436 +#: src/lxc_container.c:438 #, c-format msgid "failed to unmount %s: %s" msgstr "" -#: src/lxc_container.c:461 src/lxc_container.c:504 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, c-format msgid "failed to mount /proc for container: %s" msgstr "" -#: src/lxc_container.c:550 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:560 +#: src/lxc_container.c:562 #, c-format msgid "open(%s) failed: %s" msgstr "" -#: src/lxc_container.c:621 +#: src/lxc_container.c:623 #, c-format msgid "clone() failed, %s" msgstr "" -#: src/lxc_controller.c:84 +#: src/lxc_controller.c:83 #, c-format msgid "Unable to create cgroup for %s\n" msgstr "" -#: src/lxc_controller.c:114 +#: src/lxc_controller.c:113 #, c-format msgid "Failed to set lxc resources: %s\n" msgstr "" -#: src/lxc_controller.c:141 +#: src/lxc_controller.c:140 #, c-format msgid "failed to create server socket %s: %s" msgstr "" -#: src/lxc_controller.c:153 +#: src/lxc_controller.c:152 #, c-format msgid "failed to bind server socket %s: %s" msgstr "" -#: src/lxc_controller.c:159 +#: src/lxc_controller.c:158 #, c-format msgid "failed to listen server socket %s: %s" msgstr "" -#: src/lxc_controller.c:193 +#: src/lxc_controller.c:192 #, c-format msgid "read of fd %d failed: %s" msgstr "" -#: src/lxc_controller.c:199 +#: src/lxc_controller.c:198 #, c-format msgid "write to fd %d failed: %s" msgstr "" -#: src/lxc_controller.c:250 +#: src/lxc_controller.c:249 #, c-format msgid "epoll_create(2) failed: %s" msgstr "" -#: src/lxc_controller.c:260 +#: src/lxc_controller.c:259 #, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "" -#: src/lxc_controller.c:266 src/lxc_controller.c:274 src/lxc_controller.c:282 -#: src/lxc_controller.c:302 src/lxc_controller.c:308 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:346 +#: src/lxc_controller.c:345 #, c-format msgid "epoll_wait() failed: %s" msgstr "" -#: src/lxc_controller.c:396 +#: src/lxc_controller.c:395 #, c-format msgid "failed to move interface %s to ns %d" msgstr "" -#: src/lxc_controller.c:421 +#: src/lxc_controller.c:420 #, c-format msgid "failed to delete veth: %s" msgstr "" -#: src/lxc_controller.c:444 +#: src/lxc_controller.c:443 #, c-format msgid "sockpair failed: %s" msgstr "" -#: src/lxc_controller.c:452 src/lxc_driver.c:760 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, c-format msgid "failed to allocate tty: %s" msgstr "" -#: src/lxc_controller.c:618 +#: src/lxc_controller.c:617 #, c-format msgid "Unable to write pid file: %s\n" msgstr "" -#: src/lxc_controller.c:631 +#: src/lxc_controller.c:630 #, c-format msgid "Unable to change to root dir: %s\n" msgstr "" -#: src/lxc_controller.c:637 +#: src/lxc_controller.c:636 #, c-format msgid "Unable to become session leader: %s\n" msgstr "" -#: src/lxc_controller.c:645 +#: src/lxc_controller.c:644 #, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "" -#: src/lxc_driver.c:193 src/network_driver.c:871 src/network_driver.c:904 -#: src/qemu_driver.c:2244 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 msgid "failed to allocate space for VM name string" msgstr "" -#: src/lxc_driver.c:233 src/lxc_driver.c:864 src/lxc_driver.c:899 +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" #: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 -#: src/lxc_driver.c:342 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:1588 src/qemu_driver.c:1675 src/qemu_driver.c:2224 -#: src/qemu_driver.c:2276 src/qemu_driver.c:2320 src/qemu_driver.c:2407 -#: src/qemu_driver.c:2524 src/qemu_driver.c:2593 src/qemu_driver.c:2661 -#: src/qemu_driver.c:2718 src/qemu_driver.c:2775 src/qemu_driver.c:2793 -#: src/qemu_driver.c:3043 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" msgstr "" -#: src/lxc_driver.c:272 src/openvz_driver.c:626 src/qemu_driver.c:2326 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" msgstr "" -#: src/lxc_driver.c:278 src/qemu_driver.c:2332 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 msgid "cannot undefine transient domain" msgstr "" @@ -1664,1351 +1713,1522 @@ msgstr "" msgid "failed to kill pid %d: %s" msgstr "" -#: src/lxc_driver.c:691 src/util.c:397 +#: src/lxc_driver.c:697 src/util.c:589 #, c-format msgid "cannot wait for '%s': %s" msgstr "" -#: src/lxc_driver.c:698 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:746 src/qemu_driver.c:798 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, c-format msgid "cannot create log directory %s: %s" msgstr "" -#: src/lxc_driver.c:784 +#: src/lxc_driver.c:790 #, c-format msgid "failed to open %s: %s" msgstr "" -#: src/lxc_driver.c:804 +#: src/lxc_driver.c:810 #, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "" -#: src/lxc_driver.c:938 src/lxc_driver.c:961 +#: src/lxc_driver.c:865 +#, c-format +msgid "no domain named %s" +msgstr "" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format msgid "no domain with id %d" msgstr "" -#: src/lxc_driver.c:1116 +#: src/lxc_driver.c:1125 #, c-format msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1122 +#: src/lxc_driver.c:1131 #, c-format msgid "Unknown release: %s" msgstr "" -#: src/lxc_driver.c:1155 src/lxc_driver.c:1203 +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 #, c-format msgid "No such domain %s" msgstr "" -#: src/lxc_driver.c:1170 +#: src/lxc_driver.c:1179 #, c-format msgid "Invalid parameter `%s'" msgstr "" -#: src/lxc_driver.c:1196 +#: src/lxc_driver.c:1206 msgid "Invalid parameter count" msgstr "" -#: src/network_conf.c:241 +#: src/network_conf.c:242 #, c-format msgid "cannot parse MAC address '%s'" msgstr "" -#: src/network_conf.c:248 +#: src/network_conf.c:249 #, c-format msgid "cannot use name address '%s'" msgstr "" -#: src/network_conf.c:264 src/network_conf.c:352 +#: src/network_conf.c:265 src/network_conf.c:353 #, c-format msgid "cannot parse IP address '%s'" msgstr "" -#: src/network_conf.c:358 +#: src/network_conf.c:359 #, c-format msgid "cannot parse netmask '%s'" msgstr "" -#: src/network_conf.c:382 +#: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" msgstr "" -#: src/network_conf.c:390 +#: src/network_conf.c:391 #, c-format msgid "unknown forwarding type '%s'" msgstr "" -#: src/network_conf.c:661 src/network_driver.c:1094 src/qemu_driver.c:2818 -#: src/storage_driver.c:813 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" -#: src/network_conf.c:732 +#: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:797 src/storage_conf.c:1246 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "" -#: src/network_driver.c:100 +#: src/network_driver.c:102 #, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "" -#: src/network_driver.c:130 src/qemu_driver.c:172 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "" -#: src/network_driver.c:141 +#: src/network_driver.c:143 msgid "out of memory in asprintf\n" msgstr "" -#: src/network_driver.c:171 +#: src/network_driver.c:173 msgid "networkStartup: out of memory\n" msgstr "" -#: src/network_driver.c:195 +#: src/network_driver.c:197 msgid "Reloading iptables rules\n" msgstr "" -#: src/network_driver.c:380 +#: src/network_driver.c:382 msgid "failed to allocate space for dnsmasq argv" msgstr "" -#: src/network_driver.c:394 +#: src/network_driver.c:396 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/network_driver.c:423 +#: src/network_driver.c:425 #, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" -#: src/network_driver.c:434 +#: src/network_driver.c:436 #, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" -#: src/network_driver.c:444 +#: src/network_driver.c:446 #, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "" -#: src/network_driver.c:476 +#: src/network_driver.c:478 #, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "" -#: src/network_driver.c:487 +#: src/network_driver.c:489 #, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "" -#: src/network_driver.c:512 +#: src/network_driver.c:514 msgid "failed to allocate space for IP tables support" msgstr "" -#: src/network_driver.c:520 src/network_driver.c:527 +#: src/network_driver.c:522 src/network_driver.c:529 #, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" -#: src/network_driver.c:535 src/network_driver.c:542 +#: src/network_driver.c:537 src/network_driver.c:544 #, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" -#: src/network_driver.c:552 +#: src/network_driver.c:554 #, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" -#: src/network_driver.c:559 +#: src/network_driver.c:561 #, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "" -#: src/network_driver.c:567 +#: src/network_driver.c:569 #, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" -#: src/network_driver.c:668 +#: src/network_driver.c:670 msgid "network is already active" msgstr "" -#: src/network_driver.c:674 src/qemu_conf.c:565 +#: src/network_driver.c:676 src/qemu_conf.c:575 #, c-format msgid "cannot initialize bridge support: %s" msgstr "" -#: src/network_driver.c:680 +#: src/network_driver.c:682 #, c-format msgid "cannot create bridge '%s' : %s" msgstr "" -#: src/network_driver.c:695 +#: src/network_driver.c:697 #, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "" -#: src/network_driver.c:703 +#: src/network_driver.c:705 #, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "" -#: src/network_driver.c:711 +#: src/network_driver.c:713 #, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "" -#: src/network_driver.c:722 +#: src/network_driver.c:724 #, c-format msgid "failed to enable IP forwarding : %s" msgstr "" -#: src/network_driver.c:740 src/network_driver.c:771 +#: src/network_driver.c:742 src/network_driver.c:773 #, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "" -#: src/network_driver.c:746 src/network_driver.c:776 +#: src/network_driver.c:748 src/network_driver.c:778 #, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "" -#: src/network_driver.c:759 +#: src/network_driver.c:761 #, c-format msgid "Shutting down network '%s'\n" msgstr "" -#: src/network_driver.c:785 +#: src/network_driver.c:787 msgid "Got unexpected pid for dnsmasq\n" msgstr "" -#: src/network_driver.c:813 src/network_driver.c:977 src/network_driver.c:1002 -#: src/network_driver.c:1016 src/network_driver.c:1031 -#: src/network_driver.c:1064 src/network_driver.c:1080 +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 msgid "no network with matching uuid" msgstr "" -#: src/network_driver.c:828 +#: src/network_driver.c:830 msgid "no network with matching name" msgstr "" -#: src/network_driver.c:983 +#: src/network_driver.c:984 msgid "network is still active" msgstr "" -#: src/network_driver.c:1044 +#: src/network_driver.c:1045 msgid "no network with matching id" msgstr "" -#: src/network_driver.c:1051 +#: src/network_driver.c:1052 msgid "failed to allocate space for network bridge string" msgstr "" -#: src/network_driver.c:1101 src/storage_driver.c:820 +#: src/network_driver.c:1102 src/storage_driver.c:820 #, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "" -#: src/network_driver.c:1108 src/qemu_driver.c:2832 src/storage_driver.c:829 +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 #, c-format msgid "Failed to delete symlink '%s': %s" msgstr "" -#: src/openvz_conf.c:169 +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +msgid "Cound not extract vzctl version" +msgstr "" + +#: src/openvz_conf.c:193 #, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/openvz_conf.c:201 +#: src/openvz_conf.c:225 #, c-format msgid "Cound not read 'NETIF' from config for container %d" msgstr "" -#: src/openvz_conf.c:225 +#: src/openvz_conf.c:252 msgid "Too long network device name" msgstr "" -#: src/openvz_conf.c:242 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 msgid "Wrong length MAC address" msgstr "" -#: src/openvz_conf.c:249 +#: src/openvz_conf.c:287 msgid "Wrong MAC address" msgstr "" -#: src/openvz_conf.c:302 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" msgstr "" -#: src/openvz_conf.c:312 +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" msgstr "" -#: src/openvz_conf.c:338 +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" msgstr "" -#: src/openvz_conf.c:350 +#: src/openvz_conf.c:426 #, c-format msgid "Cound not read config for container %d" msgstr "" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 msgid "Container is not defined" msgstr "" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 msgid "only one filesystem supported" msgstr "" -#: src/openvz_driver.c:147 src/openvz_driver.c:404 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, c-format msgid "Could not put argument to %s" msgstr "" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, c-format msgid "cannot read cputime for domain %d" msgstr "" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" msgstr "" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:455 src/openvz_driver.c:533 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, c-format msgid "Could not exec %s" msgstr "" -#: src/openvz_driver.c:435 +#: src/openvz_driver.c:524 +msgid "Could not configure network" +msgstr "" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 #, c-format msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:447 src/openvz_driver.c:527 +#: src/openvz_driver.c:585 src/openvz_driver.c:659 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:461 src/openvz_driver.c:539 +#: src/openvz_driver.c:599 src/openvz_driver.c:671 msgid "Could not set UUID" msgstr "" -#: src/openvz_driver.c:472 src/openvz_driver.c:546 -msgid "Could not configure network" -msgstr "" - -#: src/openvz_driver.c:480 src/openvz_driver.c:570 +#: src/openvz_driver.c:613 src/openvz_driver.c:697 msgid "Could not set number of virtual cpu" msgstr "" -#: src/openvz_driver.c:515 +#: src/openvz_driver.c:647 #, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:595 +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" msgstr "" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 msgid "Could not read container config" msgstr "" -#: src/openvz_driver.c:694 src/qemu_driver.c:1222 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, c-format msgid "unknown type '%s'" msgstr "" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:881 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, c-format msgid "Could not parse VPS ID %s" msgstr "" -#: src/proxy_internal.c:249 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "" -#: src/proxy_internal.c:282 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "" -#: src/proxy_internal.c:309 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "" -#: src/proxy_internal.c:401 src/proxy_internal.c:422 src/proxy_internal.c:442 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "" -#: src/proxy_internal.c:409 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" -#: src/proxy_internal.c:431 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "" -#: src/proxy_internal.c:455 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "" -#: src/proxy_internal.c:461 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "" -#: src/qemu_conf.c:71 +#: src/qemu_conf.c:73 msgid "failed to allocate vncListen" msgstr "" -#: src/qemu_conf.c:76 src/qemu_conf.c:111 src/qemu_conf.c:122 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" msgstr "" -#: src/qemu_conf.c:467 +#: src/qemu_conf.c:125 +msgid "failed to allocate vnc_listen" +msgstr "" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "" -#: src/qemu_conf.c:476 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:499 src/qemu_driver.c:831 +#: src/qemu_conf.c:509 src/qemu_driver.c:871 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "" -#: src/qemu_conf.c:531 +#: src/qemu_conf.c:541 #, c-format msgid "Network '%s' not found" msgstr "" -#: src/qemu_conf.c:541 +#: src/qemu_conf.c:551 #, c-format msgid "Network '%s' is not active" msgstr "" -#: src/qemu_conf.c:549 +#: src/qemu_conf.c:559 #, c-format msgid "Network type %d is not supported" msgstr "" -#: src/qemu_conf.c:575 +#: src/qemu_conf.c:585 #, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" msgstr "" -#: src/qemu_conf.c:579 +#: src/qemu_conf.c:589 #, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" msgstr "" -#: src/qemu_conf.c:602 +#: src/qemu_conf.c:612 msgid "failed to allocate space for tapfds string" msgstr "" -#: src/qemu_conf.c:932 src/qemu_conf.c:982 +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, c-format msgid "unsupported usb disk type for '%s'" msgstr "" -#: src/qemu_conf.c:940 src/qemu_conf.c:1001 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, c-format msgid "unsupported disk type '%s'" msgstr "" -#: src/qemu_conf.c:1219 +#: src/qemu_conf.c:1245 msgid "invalid sound model" msgstr "" -#: src/qemu_conf.c:1273 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" msgstr "" -#: src/qemu_driver.c:89 +#: src/qemu_driver.c:88 src/uml_driver.c:94 msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "" -#: src/qemu_driver.c:104 +#: src/qemu_driver.c:103 msgid "Failed to set non-blocking file descriptor flag\n" msgstr "" -#: src/qemu_driver.c:138 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "" -#: src/qemu_driver.c:222 +#: src/qemu_driver.c:241 msgid "qemudStartup: out of memory\n" msgstr "" -#: src/qemu_driver.c:341 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:351 src/qemu_driver.c:364 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:359 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:375 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:387 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:418 +#: src/qemu_driver.c:452 #, c-format msgid "Unable to open monitor path %s" msgstr "" -#: src/qemu_driver.c:423 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:428 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:553 src/qemu_driver.c:947 src/qemu_driver.c:1104 -#: src/qemu_driver.c:1114 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, c-format msgid "Unable to log VM console data: %s\n" msgstr "" -#: src/qemu_driver.c:576 +#: src/qemu_driver.c:610 msgid "allocate cpumap" msgstr "" -#: src/qemu_driver.c:587 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:691 +#: src/qemu_driver.c:726 #, c-format msgid "failed to set CPU affinity %s" msgstr "" -#: src/qemu_driver.c:701 src/qemu_driver.c:1530 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" msgstr "" -#: src/qemu_driver.c:765 +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" msgstr "" -#: src/qemu_driver.c:775 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:806 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, c-format msgid "failed to create logfile %s: %s" msgstr "" -#: src/qemu_driver.c:812 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "" -#: src/qemu_driver.c:841 src/qemu_driver.c:2433 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "" -#: src/qemu_driver.c:857 src/qemu_driver.c:860 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 #, c-format msgid "Unable to write envv to logfile %d: %s\n" msgstr "" -#: src/qemu_driver.c:867 src/qemu_driver.c:870 src/qemu_driver.c:875 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "" -#: src/qemu_driver.c:959 +#: src/qemu_driver.c:1005 #, c-format msgid "Shutting down VM '%s'\n" msgstr "" -#: src/qemu_driver.c:970 +#: src/qemu_driver.c:1016 #, c-format msgid "Unable to close logfile %d: %s\n" msgstr "" -#: src/qemu_driver.c:985 +#: src/qemu_driver.c:1031 msgid "Got unexpected pid, damn\n" msgstr "" -#: src/qemu_driver.c:1193 +#: src/qemu_driver.c:1270 #, c-format msgid "Unable to open %s: %s\n" msgstr "" -#: src/qemu_driver.c:1238 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" msgstr "" -#: src/qemu_driver.c:1257 src/qemu_driver.c:1283 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1268 src/qemu_driver.c:1291 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" msgstr "" -#: src/qemu_driver.c:1448 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, c-format msgid "domain '%s' is already defined" msgstr "" -#: src/qemu_driver.c:1459 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, c-format msgid "domain with uuid '%s' is already defined" msgstr "" -#: src/qemu_driver.c:1489 src/qemu_driver.c:1518 src/qemu_driver.c:1547 -#: src/qemu_driver.c:1568 src/qemu_driver.c:1806 src/qemu_driver.c:2869 -#: src/qemu_driver.c:2994 src/qemu_driver.c:3109 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:1494 src/qemu_driver.c:1523 src/qemu_driver.c:1812 -#: src/qemu_driver.c:2874 src/qemu_driver.c:3000 src/qemu_driver.c:3115 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" msgstr "" -#: src/qemu_driver.c:1502 +#: src/qemu_driver.c:1582 msgid "suspend operation failed" msgstr "" -#: src/qemu_driver.c:1553 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" msgstr "" -#: src/qemu_driver.c:1594 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" msgstr "" -#: src/qemu_driver.c:1610 src/qemu_driver.c:1626 src/qemu_driver.c:1649 -#: src/qemu_driver.c:1922 src/qemu_driver.c:2084 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:1632 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:1655 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" msgstr "" -#: src/qemu_driver.c:1661 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:1821 +#: src/qemu_driver.c:1909 msgid "failed to pause domain" msgstr "" -#: src/qemu_driver.c:1830 +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" msgstr "" -#: src/qemu_driver.c:1838 +#: src/qemu_driver.c:1926 #, c-format msgid "failed to create '%s'" msgstr "" -#: src/qemu_driver.c:1845 +#: src/qemu_driver.c:1933 msgid "failed to write save header" msgstr "" -#: src/qemu_driver.c:1853 +#: src/qemu_driver.c:1941 msgid "failed to write xml" msgstr "" -#: src/qemu_driver.c:1866 src/qemu_driver.c:1873 src/qemu_driver.c:2144 -#: src/qemu_driver.c:2544 src/qemu_driver.c:2613 src/remote_internal.c:2238 -#: src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "" -#: src/qemu_driver.c:1881 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" msgstr "" -#: src/qemu_driver.c:1893 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:1928 +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" msgstr "" -#: src/qemu_driver.c:1934 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:1940 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:1964 src/qemu_driver.c:2016 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" msgstr "" -#: src/qemu_driver.c:1970 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:1991 +#: src/qemu_driver.c:2081 #, c-format msgid "cannot set affinity: %s" msgstr "" -#: src/qemu_driver.c:1996 +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" msgstr "" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2143 #, c-format msgid "cannot get affinity: %s" msgstr "" -#: src/qemu_driver.c:2063 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2090 +#: src/qemu_driver.c:2180 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "" -#: src/qemu_driver.c:2116 src/test.c:928 +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2122 +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" msgstr "" -#: src/qemu_driver.c:2129 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2136 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2151 +#: src/qemu_driver.c:2241 msgid "failed to read XML" msgstr "" -#: src/qemu_driver.c:2160 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 msgid "failed to parse XML" msgstr "" -#: src/qemu_driver.c:2173 +#: src/qemu_driver.c:2263 #, c-format msgid "domain is already active as '%s'" msgstr "" -#: src/qemu_driver.c:2182 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 msgid "failed to assign new VM" msgstr "" -#: src/qemu_driver.c:2195 +#: src/qemu_driver.c:2285 msgid "failed to start VM" msgstr "" -#: src/qemu_driver.c:2207 +#: src/qemu_driver.c:2301 msgid "failed to resume domain" msgstr "" -#: src/qemu_driver.c:2355 +#: src/qemu_driver.c:2471 #, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2381 +#: src/qemu_driver.c:2497 #, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "" -#: src/qemu_driver.c:2423 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:2450 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:2487 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:2498 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:2531 src/qemu_driver.c:2600 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 #, c-format msgid "target %s already exists" msgstr "" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2674 #, c-format msgid "cannot attach %s disk" msgstr "" -#: src/qemu_driver.c:2568 +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 #, c-format msgid "adding %s disk failed" msgstr "" -#: src/qemu_driver.c:2626 +#: src/qemu_driver.c:2749 msgid "cannot attach usb disk" msgstr "" -#: src/qemu_driver.c:2637 +#: src/qemu_driver.c:2760 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:2685 +#: src/qemu_driver.c:2808 msgid "cannot attach usb device" msgstr "" -#: src/qemu_driver.c:2696 +#: src/qemu_driver.c:2819 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:2724 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2916 +#, c-format +msgid "disk %s not found" +msgstr "" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, c-format +msgid "failed to execute detach disk %s command" +msgstr "" + +#: src/qemu_driver.c:2945 +#, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 msgid "cannot set autostart for transient domain" msgstr "" -#: src/qemu_driver.c:2825 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "" -#: src/qemu_driver.c:2887 +#: src/qemu_driver.c:3129 #, c-format msgid "invalid path: %s" msgstr "" -#: src/qemu_driver.c:2898 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:2911 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2975 +#: src/qemu_driver.c:3217 #, c-format msgid "device not found: %s (%s)" msgstr "" -#: src/qemu_driver.c:3006 src/qemu_driver.c:3049 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3018 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3060 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" msgstr "" -#: src/qemu_driver.c:3103 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3130 +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" msgstr "" -#: src/remote_internal.c:106 src/remote_internal.c:114 +#: src/qemu_driver.c:3474 +msgid "no domain XML passed" +msgstr "" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +msgid "could not generate random UUID" +msgstr "" + +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 +msgid "failed to start listening VM" +msgstr "" + +#: src/qemu_driver.c:3663 +#, c-format +msgid "migrate failed: %s" +msgstr "" + +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:226 +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" msgstr "" -#: src/remote_internal.c:287 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:409 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:453 +#: src/remote_internal.c:495 #, c-format msgid "unable to resolve hostname '%s': %s" msgstr "" -#: src/remote_internal.c:504 src/remote_internal.c:584 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, c-format msgid "unable to connect to '%s': %s" msgstr "" -#: src/remote_internal.c:525 +#: src/remote_internal.c:567 #, c-format msgid "unable to lookup user '%d': %s" msgstr "" -#: src/remote_internal.c:560 +#: src/remote_internal.c:602 #, c-format msgid "unable to create socket %s" msgstr "" -#: src/remote_internal.c:644 +#: src/remote_internal.c:686 #, c-format msgid "unable to create socket pair %s" msgstr "" -#: src/remote_internal.c:664 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:750 src/remote_internal.c:2451 -#: src/remote_internal.c:2857 +#: src/remote_internal.c:741 +msgid "unable to auto-detect URI" +msgstr "" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +msgid "Error allocating domainEvents" +msgstr "" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:842 +#: src/remote_internal.c:962 #, c-format msgid "unable to allocate TLS credentials: %s" msgstr "" -#: src/remote_internal.c:862 +#: src/remote_internal.c:982 #, c-format msgid "unable to load CA certificate: %s" msgstr "" -#: src/remote_internal.c:877 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:906 +#: src/remote_internal.c:1026 #, c-format msgid "unable to initialize TLS client: %s" msgstr "" -#: src/remote_internal.c:915 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:924 +#: src/remote_internal.c:1044 #, c-format msgid "unable to set certificate priority: %s" msgstr "" -#: src/remote_internal.c:934 +#: src/remote_internal.c:1054 #, c-format msgid "unable to set session credentials: %s" msgstr "" -#: src/remote_internal.c:949 +#: src/remote_internal.c:1069 #, c-format msgid "unable to complete TLS handshake: %s" msgstr "" -#: src/remote_internal.c:971 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:977 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1002 +#: src/remote_internal.c:1122 #, c-format msgid "unable to verify server certificate: %s" msgstr "" -#: src/remote_internal.c:1009 +#: src/remote_internal.c:1129 #, c-format msgid "cannot get current time: %s" msgstr "" -#: src/remote_internal.c:1015 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1028 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1032 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1038 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1043 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1053 +#: src/remote_internal.c:1173 #, c-format msgid "unable to initialize certificate: %s" msgstr "" -#: src/remote_internal.c:1061 +#: src/remote_internal.c:1181 #, c-format msgid "unable to import certificate: %s" msgstr "" -#: src/remote_internal.c:1068 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1074 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1082 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1301 +#: src/remote_internal.c:1434 #, c-format msgid "too many NUMA cells: %d > %d" msgstr "" -#: src/remote_internal.c:1350 src/remote_internal.c:1364 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, c-format msgid "too many remote domain IDs: %d > %d" msgstr "" -#: src/remote_internal.c:1738 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1770 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1776 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1793 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1800 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1962 src/remote_internal.c:1976 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, c-format msgid "too many remote domain names: %d > %d" msgstr "" -#: src/remote_internal.c:2178 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2206 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2229 +#: src/remote_internal.c:2429 msgid "out of memory allocating array" msgstr "" -#: src/remote_internal.c:2256 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "" -#: src/remote_internal.c:2346 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2367 src/remote_internal.c:2411 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2391 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2514 src/remote_internal.c:2528 -#: src/remote_internal.c:2573 src/remote_internal.c:2587 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, c-format msgid "too many remote networks: %d > %d" msgstr "" -#: src/remote_internal.c:2919 src/remote_internal.c:2974 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" msgstr "" -#: src/remote_internal.c:2931 src/remote_internal.c:2986 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" msgstr "" -#: src/remote_internal.c:3372 +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" msgstr "" -#: src/remote_internal.c:3385 +#: src/remote_internal.c:3583 msgid "too many storage volumes received" msgstr "" -#: src/remote_internal.c:3621 +#: src/remote_internal.c:3849 +msgid "too many device names requested" +msgstr "" + +#: src/remote_internal.c:3863 +msgid "too many device names received" +msgstr "" + +#: src/remote_internal.c:3970 +msgid "too many capability names requested" +msgstr "" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, c-format msgid "unknown authentication type %s" msgstr "" -#: src/remote_internal.c:3631 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3672 +#: src/remote_internal.c:4093 #, c-format msgid "unsupported authentication type %d" msgstr "" -#: src/remote_internal.c:3920 +#: src/remote_internal.c:4341 #, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "" -#: src/remote_internal.c:3968 +#: src/remote_internal.c:4389 #, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "" -#: src/remote_internal.c:3981 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3991 +#: src/remote_internal.c:4412 #, c-format msgid "cannot set external SSF %d (%s)" msgstr "" -#: src/remote_internal.c:4010 +#: src/remote_internal.c:4431 #, c-format msgid "cannot set security props %d (%s)" msgstr "" -#: src/remote_internal.c:4029 +#: src/remote_internal.c:4450 #, c-format msgid "SASL mechanism %s not supported by server" msgstr "" -#: src/remote_internal.c:4048 +#: src/remote_internal.c:4469 #, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "" -#: src/remote_internal.c:4066 src/remote_internal.c:4144 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 msgid "Failed to make auth credentials" msgstr "" -#: src/remote_internal.c:4090 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4130 +#: src/remote_internal.c:4551 #, c-format msgid "Failed SASL step: %d (%s)" msgstr "" -#: src/remote_internal.c:4216 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4270 +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" msgstr "" -#: src/remote_internal.c:4337 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4343 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4360 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4377 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4387 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4399 +#: src/remote_internal.c:4872 msgid "invalid header in reply" msgstr "" -#: src/remote_internal.c:4408 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4416 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4429 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4437 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4444 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4457 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4467 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4487 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4596 src/remote_internal.c:4613 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +msgid "invalid header in event firing" +msgstr "" + +#: src/remote_internal.c:5598 +msgid "invalid proc in event firing" +msgstr "" + #: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "" @@ -3017,296 +3237,282 @@ msgstr "" msgid "failed to copy a string" msgstr "" -#: src/storage_backend.c:96 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:141 -#, c-format -msgid "unknown storage backend type %s" -msgstr "" - -#: src/storage_backend.c:171 -#, c-format -msgid "unknown storage backend type %d" -msgstr "" - -#: src/storage_backend.c:185 src/storage_backend_fs.c:192 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, c-format msgid "cannot open volume '%s': %s" msgstr "" -#: src/storage_backend.c:237 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:269 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:289 +#: src/storage_backend.c:219 #, c-format msgid "cannot seek to beginning of file '%s':%s" msgstr "" -#: src/storage_backend.c:296 +#: src/storage_backend.c:226 #, c-format msgid "cannot read beginning of file '%s':%s" msgstr "" -#: src/storage_backend.c:322 +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:331 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:377 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:390 src/storage_driver.c:1218 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:446 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:456 +#: src/storage_backend.c:399 #, c-format msgid "Failed to compile regex %s" msgstr "" -#: src/storage_backend.c:472 src/storage_backend.c:477 -#: src/storage_backend.c:514 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:490 src/storage_backend.c:625 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:562 src/storage_backend.c:680 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, c-format msgid "failed to wait for command: %s" msgstr "" -#: src/storage_backend.c:571 src/storage_backend.c:693 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:611 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:659 +#: src/storage_backend.c:602 #, c-format msgid "read error: %s" msgstr "" -#: src/storage_backend.c:687 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:714 src/storage_backend.c:726 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:73 src/storage_backend_disk.c:79 -#: src/storage_backend_disk.c:90 src/storage_backend_disk.c:97 -#: src/storage_backend_disk.c:119 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:94 src/storage_backend_logical.c:99 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:126 -#: src/storage_backend_logical.c:529 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:127 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:135 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:142 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:148 src/storage_backend_logical.c:137 -#: src/storage_backend_logical.c:143 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:354 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:394 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:409 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:418 +#: src/storage_backend_disk.c:393 #, c-format msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:204 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:318 +#: src/storage_backend_fs.c:265 #, c-format msgid "invalid netfs path (no /): %s" msgstr "" -#: src/storage_backend_fs.c:324 +#: src/storage_backend_fs.c:271 #, c-format msgid "invalid netfs path (ends in /): %s" msgstr "" -#: src/storage_backend_fs.c:331 src/storage_backend_logical.c:257 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:338 src/storage_backend_logical.c:262 -msgid "asprintf failed" -msgstr "" - -#: src/storage_backend_fs.c:380 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:386 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:393 +#: src/storage_backend_fs.c:341 msgid "missing in spec" msgstr "" -#: src/storage_backend_fs.c:405 src/storage_backend_logical.c:302 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:435 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:505 src/storage_backend_fs.c:572 -#: src/storage_backend_iscsi.c:576 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "" -#: src/storage_backend_fs.c:510 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "" -#: src/storage_backend_fs.c:516 src/storage_backend_fs.c:583 -#: src/storage_backend_iscsi.c:583 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "" -#: src/storage_backend_fs.c:532 src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:577 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "" -#: src/storage_backend_fs.c:649 src/storage_backend_fs.c:827 -#: src/storage_backend_fs.c:866 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:673 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:721 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:787 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:810 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:819 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:844 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:857 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:873 src/storage_backend_fs.c:908 -#: src/storage_backend_fs.c:943 src/storage_backend_logical.c:541 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:885 +#: src/storage_backend_fs.c:839 #, c-format msgid "unknown storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:923 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:950 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:960 src/storage_backend_logical.c:550 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, c-format msgid "cannot set file owner '%s': %s" msgstr "" -#: src/storage_backend_fs.c:969 src/storage_backend_logical.c:557 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, c-format msgid "cannot set file mode '%s': %s" msgstr "" -#: src/storage_backend_fs.c:985 src/storage_backend_logical.c:564 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1008 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3334,280 +3540,301 @@ msgstr "" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:887 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:142 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, c-format msgid "cannot open %s: %s" msgstr "" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:325 src/storage_backend_iscsi.c:410 -#: src/storage_backend_iscsi.c:446 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "" -#: src/storage_backend_iscsi.c:338 +#: src/storage_backend_iscsi.c:339 #, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "" -#: src/storage_backend_iscsi.c:357 +#: src/storage_backend_iscsi.c:358 #, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "" -#: src/storage_backend_iscsi.c:387 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:432 +#: src/storage_backend_iscsi.c:433 #, c-format msgid "Failed to find device link for lun %d" msgstr "" -#: src/storage_backend_iscsi.c:466 +#: src/storage_backend_iscsi.c:467 #, c-format msgid "Failed to parse block path %s" msgstr "" -#: src/storage_backend_iscsi.c:476 +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" msgstr "" -#: src/storage_backend_iscsi.c:557 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:149 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:154 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:159 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:214 +#: src/storage_backend_logical.c:210 msgid "lvs command failed" msgstr "" -#: src/storage_backend_logical.c:220 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:337 +#: src/storage_backend_logical.c:258 +msgid "allocating pvname or vgname" +msgstr "" + +#: src/storage_backend_logical.c:273 +msgid "allocating new source" +msgstr "" + +#: src/storage_backend_logical.c:288 +msgid "allocating new device" +msgstr "" + +#: src/storage_backend_logical.c:349 +msgid "failed to get source from sourceList" +msgstr "" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:360 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:367 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:490 +#: src/storage_backend_logical.c:540 #, c-format msgid "cannot remove PV device %s: %s" msgstr "" -#: src/storage_backend_logical.c:573 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:154 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:161 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:184 src/storage_conf.c:594 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:194 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:205 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:230 +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" msgstr "" -#: src/storage_conf.c:236 -msgid "unknown root elementi for storage pool" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" msgstr "" -#: src/storage_conf.c:256 +#: src/storage_conf.c:423 +#, c-format +msgid "unknown storage pool type %s" +msgstr "" + +#: src/storage_conf.c:440 msgid "missing pool source name element" msgstr "" -#: src/storage_conf.c:264 +#: src/storage_conf.c:448 msgid "unable to generate uuid" msgstr "" -#: src/storage_conf.c:280 +#: src/storage_conf.c:469 #, c-format msgid "unknown pool format type %s" msgstr "" -#: src/storage_conf.c:290 +#: src/storage_conf.c:479 msgid "missing storage pool source host name" msgstr "" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" msgstr "" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 msgid "missing storage pool source device path" msgstr "" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 msgid "missing storage pool source path" msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3772 src/virsh.c:3932 src/virsh.c:3971 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, c-format msgid "unknown auth type '%s'" msgstr "" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 msgid "missing storage pool target path" msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:818 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 -msgid "unexpected pool type" -msgstr "" - -#: src/storage_conf.c:531 +#: src/storage_conf.c:695 #, c-format msgid "unknown pool format number %d" msgstr "" -#: src/storage_conf.c:572 src/storage_conf.c:931 +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:604 src/storage_conf.c:614 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:678 +#: src/storage_conf.c:880 #, c-format msgid "unknown size units '%s'" msgstr "" -#: src/storage_conf.c:685 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:690 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:716 +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" msgstr "" -#: src/storage_conf.c:722 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "" -#: src/storage_conf.c:729 +#: src/storage_conf.c:931 msgid "missing volume name element" msgstr "" -#: src/storage_conf.c:740 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:764 +#: src/storage_conf.c:966 #, c-format msgid "unknown volume format type %s" msgstr "" -#: src/storage_conf.c:901 +#: src/storage_conf.c:1103 #, c-format msgid "unknown volume format number %d" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1175 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1180 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1187 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1202 +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "" -#: src/storage_conf.c:1252 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:263 src/storage_driver.c:771 src/storage_driver.c:793 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:281 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" @@ -3615,16 +3842,16 @@ msgstr "" msgid "names" msgstr "" -#: src/storage_driver.c:437 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" #: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 #: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 #: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 -#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:997 -#: src/storage_driver.c:1057 src/storage_driver.c:1120 -#: src/storage_driver.c:1164 src/storage_driver.c:1198 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" @@ -3641,9 +3868,9 @@ msgid "storage pool is already active" msgstr "" #: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 -#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1003 -#: src/storage_driver.c:1063 src/storage_driver.c:1126 -#: src/storage_driver.c:1170 src/storage_driver.c:1204 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" @@ -3655,13 +3882,13 @@ msgstr "" msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:799 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:927 src/storage_driver.c:1074 -#: src/storage_driver.c:1134 src/storage_driver.c:1178 -#: src/storage_driver.c:1212 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" @@ -3669,2204 +3896,2373 @@ msgstr "" msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:981 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1016 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1030 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1080 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:216 src/test.c:840 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, c-format +msgid "storage pool '%s' is already active" +msgstr "" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "" -#: src/test.c:314 -msgid "loading host definition file" +#: src/test.c:392 +#, c-format +msgid "loading host definition file '%s': %s" msgstr "" -#: src/test.c:321 +#: src/test.c:400 msgid "host" msgstr "" -#: src/test.c:329 +#: src/test.c:408 msgid "node" msgstr "" -#: src/test.c:335 +#: src/test.c:415 msgid "creating xpath context" msgstr "" -#: src/test.c:350 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "" -#: src/test.c:358 +#: src/test.c:438 msgid "node cpu sockets" msgstr "" -#: src/test.c:366 +#: src/test.c:446 msgid "node cpu cores" msgstr "" -#: src/test.c:374 +#: src/test.c:454 msgid "node cpu threads" msgstr "" -#: src/test.c:385 +#: src/test.c:465 msgid "node active cpu" msgstr "" -#: src/test.c:392 +#: src/test.c:472 msgid "node cpu mhz" msgstr "" -#: src/test.c:407 +#: src/test.c:487 msgid "node memory" msgstr "" -#: src/test.c:413 +#: src/test.c:493 msgid "node domain list" msgstr "" -#: src/test.c:424 +#: src/test.c:504 msgid "resolving domain filename" msgstr "" -#: src/test.c:450 +#: src/test.c:530 msgid "node network list" msgstr "" -#: src/test.c:460 +#: src/test.c:540 msgid "resolving network filename" msgstr "" -#: src/test.c:528 +#: src/test.c:566 +msgid "node pool list" +msgstr "" + +#: src/test.c:578 +msgid "resolving pool filename" +msgstr "" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:752 -#, c-format -msgid "domain '%s' not paused" -msgstr "" - -#: src/test.c:768 src/test.c:783 -#, c-format -msgid "domain '%s' not running" -msgstr "" - -#: src/test.c:866 -#, c-format -msgid "saving domain '%s' failed to allocate space for metadata: %s" -msgstr "" - #: src/test.c:873 #, c-format +msgid "domain '%s' not paused" +msgstr "" + +#: src/test.c:889 src/test.c:904 +#, c-format +msgid "domain '%s' not running" +msgstr "" + +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "" + +#: src/test.c:994 +#, c-format msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:880 src/test.c:887 src/test.c:894 src/test.c:903 +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 #, c-format msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:933 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:939 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:945 +#: src/test.c:1066 msgid "failed to read metadata length" msgstr "" -#: src/test.c:951 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:962 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:993 +#: src/test.c:1114 #, c-format msgid "domain '%s' coredump: failed to open %s: %s" msgstr "" -#: src/test.c:999 +#: src/test.c:1120 #, c-format msgid "domain '%s' coredump: failed to write header to %s: %s" msgstr "" -#: src/test.c:1006 +#: src/test.c:1127 #, c-format msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1150 +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1169 +#: src/test.c:1290 #, c-format msgid "Domain '%s' is already running" msgstr "" -#: src/test.c:1184 +#: src/test.c:1305 #, c-format msgid "Domain '%s' is still running" msgstr "" -#: src/test.c:1412 +#: src/test.c:1532 #, c-format msgid "Network '%s' is still running" msgstr "" -#: src/test.c:1427 +#: src/test.c:1547 #, c-format msgid "Network '%s' is already running" msgstr "" -#: src/util.c:135 +#: src/test.c:2011 +#, c-format +msgid "no storage vol with matching key '%s'" +msgstr "" + +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "" + +#: src/uml_driver.c:379 +msgid "umlStartup: out of memory\n" +msgstr "" + +#: src/uml_driver.c:513 +#, c-format +msgid "failed to read pid: %s: %s" +msgstr "" + +#: src/uml_driver.c:561 +#, c-format +msgid "cannot open socket %s" +msgstr "" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, c-format +msgid "cannot send command %s: %s" +msgstr "" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, c-format +msgid "cannot parse version %s" +msgstr "" + +#: src/util.c:203 #, c-format msgid "cannot block signals: %s" msgstr "" -#: src/util.c:151 +#: src/util.c:219 #, c-format msgid "cannot create pipe: %s" msgstr "" -#: src/util.c:211 src/util.c:301 +#: src/util.c:279 src/util.c:369 #, c-format msgid "cannot fork child process: %s" msgstr "" -#: src/util.c:230 src/util.c:268 +#: src/util.c:298 src/util.c:336 #, c-format msgid "cannot unblock signals: %s" msgstr "" -#: src/util.c:286 +#: src/util.c:354 #, c-format msgid "cannot become session leader: %s" msgstr "" -#: src/util.c:293 +#: src/util.c:361 #, c-format msgid "cannot change to root directory: %s" msgstr "" -#: src/util.c:313 +#: src/util.c:381 #, c-format msgid "failed to setup stdin file handle: %s" msgstr "" -#: src/util.c:319 +#: src/util.c:387 #, c-format msgid "failed to setup stdout file handle: %s" msgstr "" -#: src/util.c:325 +#: src/util.c:393 #, c-format msgid "failed to setup stderr file handle: %s" msgstr "" -#: src/util.c:342 +#: src/util.c:410 #, c-format msgid "cannot execute binary '%s': %s" msgstr "" -#: src/util.c:408 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +msgid "command debug string" msgstr "" -#: src/uuid.c:103 +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, c-format +msgid "poll error: %s" +msgstr "" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" msgstr "" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1335 src/virsh.c:1380 src/virsh.c:1419 src/virsh.c:1458 -#: src/virsh.c:1497 src/virsh.c:1536 src/virsh.c:1660 src/virsh.c:1747 -#: src/virsh.c:1881 src/virsh.c:1938 src/virsh.c:1995 src/virsh.c:2117 -#: src/virsh.c:2258 src/virsh.c:4486 src/virsh.c:4562 src/virsh.c:4623 -#: src/virsh.c:4682 src/virsh.c:4741 src/virsh.c:4858 src/virsh.c:4979 -#: src/virsh.c:5144 src/virsh.c:5375 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "" -#: src/virsh.c:381 src/virsh.c:2322 src/virsh.c:2819 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "" -#: src/virsh.c:614 src/virsh.c:2605 src/virsh.c:3406 src/virsh.c:4202 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "" -#: src/virsh.c:614 src/virsh.c:2605 src/virsh.c:3406 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6336 src/virsh.c:6352 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "" -#: src/virsh.c:669 +#: src/virsh.c:668 msgid "Returns state about a domain." msgstr "" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "" -#: src/virsh.c:970 src/virsh.c:2186 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" -#: src/virsh.c:1115 +#: src/virsh.c:1114 msgid "parameter=value" msgstr "" -#: src/virsh.c:1116 +#: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" -#: src/virsh.c:1117 +#: src/virsh.c:1116 msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1153 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1163 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1173 +#: src/virsh.c:1172 msgid "Error getting param" msgstr "" -#: src/virsh.c:1182 +#: src/virsh.c:1181 msgid "Invalid value of param" msgstr "" -#: src/virsh.c:1231 src/virsh.c:1235 +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1235 +#: src/virsh.c:1234 msgid "Unknown" msgstr "" -#: src/virsh.c:1291 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "" -#: src/virsh.c:1292 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "" -#: src/virsh.c:1297 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "" -#: src/virsh.c:1316 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "" -#: src/virsh.c:1318 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "" -#: src/virsh.c:1329 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "" -#: src/virsh.c:1330 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "" -#: src/virsh.c:1336 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "" -#: src/virsh.c:1358 +#: src/virsh.c:1357 #, c-format msgid "Domain %s dumped to %s\n" msgstr "" -#: src/virsh.c:1360 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "" -#: src/virsh.c:1374 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "" -#: src/virsh.c:1375 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "" -#: src/virsh.c:1398 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "" -#: src/virsh.c:1400 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "" -#: src/virsh.c:1413 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "" -#: src/virsh.c:1414 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "" -#: src/virsh.c:1437 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "" -#: src/virsh.c:1439 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "" -#: src/virsh.c:1452 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "" -#: src/virsh.c:1453 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "" -#: src/virsh.c:1476 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "" -#: src/virsh.c:1478 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "" -#: src/virsh.c:1491 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "" -#: src/virsh.c:1492 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "" -#: src/virsh.c:1515 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "" -#: src/virsh.c:1517 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "" -#: src/virsh.c:1530 +#: src/virsh.c:1529 msgid "domain information" msgstr "" -#: src/virsh.c:1531 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "" -#: src/virsh.c:1557 src/virsh.c:1559 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "" -#: src/virsh.c:1560 src/virsh.c:3644 src/virsh.c:4090 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "" -#: src/virsh.c:1563 src/virsh.c:3647 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "" -#: src/virsh.c:1566 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "" -#: src/virsh.c:1571 src/virsh.c:1704 src/virsh.c:3654 src/virsh.c:3658 -#: src/virsh.c:3662 src/virsh.c:3666 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "" -#: src/virsh.c:1574 src/virsh.c:2067 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "" -#: src/virsh.c:1581 src/virsh.c:1711 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "" -#: src/virsh.c:1585 src/virsh.c:1588 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "" -#: src/virsh.c:1589 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1591 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "" -#: src/virsh.c:1599 +#: src/virsh.c:1598 msgid "Autostart:" msgstr "" -#: src/virsh.c:1600 +#: src/virsh.c:1599 msgid "enable" msgstr "" -#: src/virsh.c:1600 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1612 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "" -#: src/virsh.c:1613 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1618 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "" -#: src/virsh.c:1642 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1654 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "" -#: src/virsh.c:1655 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "" -#: src/virsh.c:1702 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "" -#: src/virsh.c:1703 +#: src/virsh.c:1702 msgid "CPU:" msgstr "" -#: src/virsh.c:1713 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "" -#: src/virsh.c:1725 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1741 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "" -#: src/virsh.c:1742 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "" -#: src/virsh.c:1748 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "" -#: src/virsh.c:1749 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "" -#: src/virsh.c:1777 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1783 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1795 +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." msgstr "" -#: src/virsh.c:1801 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1810 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1820 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1830 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1837 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1851 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "" -#: src/virsh.c:1875 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "" -#: src/virsh.c:1876 +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." msgstr "" -#: src/virsh.c:1882 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "" -#: src/virsh.c:1902 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "" -#: src/virsh.c:1914 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "" -#: src/virsh.c:1932 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "" -#: src/virsh.c:1933 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "" -#: src/virsh.c:1939 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "" -#: src/virsh.c:1960 src/virsh.c:1972 src/virsh.c:2017 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1966 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1989 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "" -#: src/virsh.c:1990 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "" -#: src/virsh.c:1996 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "" -#: src/virsh.c:2023 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:2030 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "" -#: src/virsh.c:2036 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2049 +#: src/virsh.c:2048 msgid "node information" msgstr "" -#: src/virsh.c:2050 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "" -#: src/virsh.c:2063 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "" -#: src/virsh.c:2066 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "" -#: src/virsh.c:2068 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "" -#: src/virsh.c:2069 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "" -#: src/virsh.c:2070 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "" -#: src/virsh.c:2071 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "" -#: src/virsh.c:2072 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "" -#: src/virsh.c:2073 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "" -#: src/virsh.c:2083 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2084 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2097 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "" -#: src/virsh.c:2111 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "" -#: src/virsh.c:2112 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "" -#: src/virsh.c:2151 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "" -#: src/virsh.c:2156 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "" -#: src/virsh.c:2181 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "" -#: src/virsh.c:2216 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "" -#: src/virsh.c:2221 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "" -#: src/virsh.c:2240 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "" -#: src/virsh.c:2251 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2252 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2257 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2259 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2260 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2314 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "" -#: src/virsh.c:2316 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2321 src/virsh.c:2742 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "" -#: src/virsh.c:2343 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "" -#: src/virsh.c:2346 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "" -#: src/virsh.c:2353 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "" -#: src/virsh.c:2355 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:2365 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "" -#: src/virsh.c:2366 +#: src/virsh.c:2370 msgid "Create a network." msgstr "" -#: src/virsh.c:2371 src/virsh.c:2419 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "" -#: src/virsh.c:2398 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "" -#: src/virsh.c:2401 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "" -#: src/virsh.c:2413 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "" -#: src/virsh.c:2414 +#: src/virsh.c:2418 msgid "Define a network." msgstr "" -#: src/virsh.c:2446 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "" -#: src/virsh.c:2449 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "" -#: src/virsh.c:2461 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "" -#: src/virsh.c:2462 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "" -#: src/virsh.c:2467 src/virsh.c:2507 src/virsh.c:5478 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "" -#: src/virsh.c:2485 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "" -#: src/virsh.c:2487 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "" -#: src/virsh.c:2501 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "" -#: src/virsh.c:2502 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "" -#: src/virsh.c:2542 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2543 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "" -#: src/virsh.c:2548 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "" -#: src/virsh.c:2549 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "" -#: src/virsh.c:2569 src/virsh.c:2577 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2596 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "" -#: src/virsh.c:2605 src/virsh.c:3406 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2620 src/virsh.c:2643 src/virsh.c:3421 src/virsh.c:3444 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "" -#: src/virsh.c:2626 src/virsh.c:3427 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2649 src/virsh.c:3450 src/virsh.c:3655 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "" -#: src/virsh.c:2666 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "" -#: src/virsh.c:2671 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2697 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "" -#: src/virsh.c:2698 +#: src/virsh.c:2702 msgid "Start a network." msgstr "" -#: src/virsh.c:2703 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "" -#: src/virsh.c:2720 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "" -#: src/virsh.c:2723 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "" -#: src/virsh.c:2736 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "" -#: src/virsh.c:2737 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "" -#: src/virsh.c:2760 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "" -#: src/virsh.c:2762 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "" -#: src/virsh.c:2775 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "" -#: src/virsh.c:2780 +#: src/virsh.c:2784 msgid "network name" msgstr "" -#: src/virsh.c:2800 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "" -#: src/virsh.c:2811 +#: src/virsh.c:2815 msgid "autostart a pool" msgstr "" -#: src/virsh.c:2813 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2818 src/virsh.c:3148 src/virsh.c:3188 src/virsh.c:3228 -#: src/virsh.c:3268 src/virsh.c:3308 src/virsh.c:3626 src/virsh.c:3894 -#: src/virsh.c:4030 src/virsh.c:4072 src/virsh.c:4124 src/virsh.c:4166 -#: src/virsh.c:4310 src/virsh.c:5496 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" msgstr "" -#: src/virsh.c:2840 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "" -#: src/virsh.c:2843 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "" -#: src/virsh.c:2850 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "" -#: src/virsh.c:2852 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:2862 +#: src/virsh.c:2866 msgid "create a pool from an XML file" msgstr "" -#: src/virsh.c:2863 src/virsh.c:2910 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "" -#: src/virsh.c:2868 src/virsh.c:3006 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "" -#: src/virsh.c:2895 +#: src/virsh.c:2900 #, c-format msgid "Pool %s created from %s\n" msgstr "" -#: src/virsh.c:2898 +#: src/virsh.c:2903 #, c-format msgid "Failed to create pool from %s" msgstr "" -#: src/virsh.c:2909 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "" -#: src/virsh.c:2915 src/virsh.c:3054 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "" -#: src/virsh.c:2916 src/virsh.c:3055 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2917 src/virsh.c:3056 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2918 src/virsh.c:3057 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2919 src/virsh.c:3058 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2920 src/virsh.c:3060 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2972 src/virsh.c:3114 src/virsh.c:3859 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" msgstr "" -#: src/virsh.c:2981 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "" -#: src/virsh.c:2985 +#: src/virsh.c:2990 #, c-format msgid "Failed to create pool %s" msgstr "" -#: src/virsh.c:3000 +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" msgstr "" -#: src/virsh.c:3001 src/virsh.c:3049 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "" -#: src/virsh.c:3033 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "" -#: src/virsh.c:3036 +#: src/virsh.c:3041 #, c-format msgid "Failed to define pool from %s" msgstr "" -#: src/virsh.c:3048 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3059 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3123 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "" -#: src/virsh.c:3127 +#: src/virsh.c:3132 #, c-format msgid "Failed to define pool %s" msgstr "" -#: src/virsh.c:3142 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3143 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3166 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3168 +#: src/virsh.c:3173 #, c-format msgid "Failed to build pool %s" msgstr "" -#: src/virsh.c:3182 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "" -#: src/virsh.c:3183 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "" -#: src/virsh.c:3206 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "" -#: src/virsh.c:3208 +#: src/virsh.c:3213 #, c-format msgid "Failed to destroy pool %s" msgstr "" -#: src/virsh.c:3222 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3223 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "" -#: src/virsh.c:3246 +#: src/virsh.c:3251 #, c-format msgid "Pool %s deleted\n" msgstr "" -#: src/virsh.c:3248 +#: src/virsh.c:3253 #, c-format msgid "Failed to delete pool %s" msgstr "" -#: src/virsh.c:3262 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3263 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3286 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "" -#: src/virsh.c:3288 +#: src/virsh.c:3293 #, c-format msgid "Failed to refresh pool %s" msgstr "" -#: src/virsh.c:3302 +#: src/virsh.c:3307 msgid "pool information in XML" msgstr "" -#: src/virsh.c:3303 +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." msgstr "" -#: src/virsh.c:3343 +#: src/virsh.c:3348 msgid "list pools" msgstr "" -#: src/virsh.c:3344 +#: src/virsh.c:3349 msgid "Returns list of pools." msgstr "" -#: src/virsh.c:3349 +#: src/virsh.c:3354 msgid "list inactive pools" msgstr "" -#: src/virsh.c:3350 +#: src/virsh.c:3355 msgid "list inactive & active pools" msgstr "" -#: src/virsh.c:3370 src/virsh.c:3378 +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" msgstr "" -#: src/virsh.c:3389 src/virsh.c:3397 +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" msgstr "" -#: src/virsh.c:3466 +#: src/virsh.c:3471 msgid "find potential storage pool sources" msgstr "" -#: src/virsh.c:3467 src/virsh.c:3548 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3473 +#: src/virsh.c:3478 msgid "type of storage pool sources to find" msgstr "" -#: src/virsh.c:3474 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3475 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3520 +#: src/virsh.c:3525 msgid "Out of memory" msgstr "" -#: src/virsh.c:3523 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3532 src/virsh.c:3584 +#: src/virsh.c:3537 src/virsh.c:3589 #, c-format msgid "Failed to find any %s pool sources" msgstr "" -#: src/virsh.c:3547 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3554 +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" msgstr "" -#: src/virsh.c:3556 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3620 +#: src/virsh.c:3625 msgid "storage pool information" msgstr "" -#: src/virsh.c:3621 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "" -#: src/virsh.c:3659 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3663 src/virsh.c:6322 src/virsh.c:6348 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "" -#: src/virsh.c:3667 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3674 src/virsh.c:4100 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3677 src/virsh.c:4103 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "" -#: src/virsh.c:3680 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3696 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "" -#: src/virsh.c:3701 +#: src/virsh.c:3706 msgid "pool uuid" msgstr "" -#: src/virsh.c:3727 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "" -#: src/virsh.c:3728 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "" -#: src/virsh.c:3733 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "" -#: src/virsh.c:3750 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "" -#: src/virsh.c:3753 +#: src/virsh.c:3758 #, c-format msgid "Failed to start pool %s" msgstr "" -#: src/virsh.c:3766 +#: src/virsh.c:3771 msgid "create a volume from a set of args" msgstr "" -#: src/virsh.c:3767 src/virsh.c:3966 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "" -#: src/virsh.c:3773 +#: src/virsh.c:3778 msgid "name of the volume" msgstr "" -#: src/virsh.c:3774 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3775 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3776 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3834 src/virsh.c:3839 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3868 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" msgstr "" -#: src/virsh.c:3872 +#: src/virsh.c:3877 #, c-format msgid "Failed to create vol %s" msgstr "" -#: src/virsh.c:3888 +#: src/virsh.c:3893 msgid "undefine an inactive pool" msgstr "" -#: src/virsh.c:3889 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "" -#: src/virsh.c:3912 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "" -#: src/virsh.c:3914 +#: src/virsh.c:3919 #, c-format msgid "Failed to undefine pool %s" msgstr "" -#: src/virsh.c:3927 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "" -#: src/virsh.c:3952 +#: src/virsh.c:3957 msgid "failed to get pool UUID" msgstr "" -#: src/virsh.c:3965 +#: src/virsh.c:3970 msgid "create a vol from an XML file" msgstr "" -#: src/virsh.c:3972 +#: src/virsh.c:3977 msgid "file containing an XML vol description" msgstr "" -#: src/virsh.c:4009 +#: src/virsh.c:4014 #, c-format msgid "Vol %s created from %s\n" msgstr "" -#: src/virsh.c:4013 +#: src/virsh.c:4018 #, c-format msgid "Failed to create vol from %s" msgstr "" -#: src/virsh.c:4024 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:4025 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "" -#: src/virsh.c:4031 src/virsh.c:4073 src/virsh.c:4125 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4050 +#: src/virsh.c:4055 #, c-format msgid "Vol %s deleted\n" msgstr "" -#: src/virsh.c:4052 +#: src/virsh.c:4057 #, c-format msgid "Failed to delete vol %s" msgstr "" -#: src/virsh.c:4066 +#: src/virsh.c:4071 msgid "storage vol information" msgstr "" -#: src/virsh.c:4067 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "" -#: src/virsh.c:4095 +#: src/virsh.c:4100 msgid "Type:" msgstr "" -#: src/virsh.c:4097 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4097 +#: src/virsh.c:4102 msgid "block" msgstr "" -#: src/virsh.c:4118 +#: src/virsh.c:4123 msgid "vol information in XML" msgstr "" -#: src/virsh.c:4119 +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." msgstr "" -#: src/virsh.c:4160 +#: src/virsh.c:4165 msgid "list vols" msgstr "" -#: src/virsh.c:4161 +#: src/virsh.c:4166 msgid "Returns list of vols by pool." msgstr "" -#: src/virsh.c:4186 src/virsh.c:4194 +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" msgstr "" -#: src/virsh.c:4202 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4239 +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "" -#: src/virsh.c:4244 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4272 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "" -#: src/virsh.c:4277 +#: src/virsh.c:4282 msgid "vol uuid" msgstr "" -#: src/virsh.c:4305 +#: src/virsh.c:4310 msgid "convert a vol UUID to vol path" msgstr "" -#: src/virsh.c:4311 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4342 +#: src/virsh.c:4347 msgid "show version" msgstr "" -#: src/virsh.c:4343 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "" -#: src/virsh.c:4366 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "" -#: src/virsh.c:4375 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "" -#: src/virsh.c:4380 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "" -#: src/virsh.c:4387 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "" -#: src/virsh.c:4394 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "" -#: src/virsh.c:4399 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "" -#: src/virsh.c:4404 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "" -#: src/virsh.c:4411 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "" -#: src/virsh.c:4422 -msgid "print the hypervisor hostname" +#: src/virsh.c:4427 +msgid "enumerate devices on this host" msgstr "" -#: src/virsh.c:4436 -msgid "failed to get hostname" +#: src/virsh.c:4432 +msgid "capability name" msgstr "" -#: src/virsh.c:4451 -msgid "print the hypervisor canonical URI" +#: src/virsh.c:4452 +msgid "Failed to count node devices" msgstr "" -#: src/virsh.c:4465 -msgid "failed to get URI" +#: src/virsh.c:4462 +msgid "Failed to list node devices" msgstr "" #: src/virsh.c:4480 -msgid "vnc display" +msgid "node device details in XML" msgstr "" #: src/virsh.c:4481 +msgid "Output the node device details as an XML dump to stdout." +msgstr "" + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 +msgid "print the hypervisor hostname" +msgstr "" + +#: src/virsh.c:4530 +msgid "failed to get hostname" +msgstr "" + +#: src/virsh.c:4545 +msgid "print the hypervisor canonical URI" +msgstr "" + +#: src/virsh.c:4559 +msgid "failed to get URI" +msgstr "" + +#: src/virsh.c:4574 +msgid "vnc display" +msgstr "" + +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4556 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4557 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4617 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "" -#: src/virsh.c:4618 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "" -#: src/virsh.c:4624 src/virsh.c:4683 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "" -#: src/virsh.c:4645 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4659 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "" -#: src/virsh.c:4663 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4676 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "" -#: src/virsh.c:4677 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "" -#: src/virsh.c:4704 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4718 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "" -#: src/virsh.c:4722 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4735 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "" -#: src/virsh.c:4736 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "" -#: src/virsh.c:4742 src/virsh.c:4859 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "" -#: src/virsh.c:4743 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "" -#: src/virsh.c:4744 +#: src/virsh.c:4838 msgid "target network name" msgstr "" -#: src/virsh.c:4745 src/virsh.c:4860 +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4778 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4834 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4852 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "" -#: src/virsh.c:4853 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4898 src/virsh.c:4903 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "" -#: src/virsh.c:4911 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4933 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4939 src/virsh.c:5217 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "" -#: src/virsh.c:4944 src/virsh.c:5222 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4973 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4974 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4980 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4981 src/virsh.c:5145 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4982 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4983 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4984 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4985 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:5016 src/virsh.c:5025 src/virsh.c:5032 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5121 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5138 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5139 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5180 src/virsh.c:5185 src/virsh.c:5192 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "" -#: src/virsh.c:5211 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5230 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5257 +#: src/virsh.c:5351 #, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "" -#: src/virsh.c:5268 +#: src/virsh.c:5362 #, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "" -#: src/virsh.c:5275 +#: src/virsh.c:5369 #, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "" -#: src/virsh.c:5284 +#: src/virsh.c:5378 #, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "" -#: src/virsh.c:5314 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5321 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5328 +#: src/virsh.c:5422 #, c-format msgid "asprintf: could not create editing command: %s" msgstr "" -#: src/virsh.c:5336 +#: src/virsh.c:5430 #, c-format msgid "%s: edit command failed: %s" msgstr "" -#: src/virsh.c:5342 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5357 +#: src/virsh.c:5451 #, c-format msgid "%s: failed to read temporary file: %s" msgstr "" -#: src/virsh.c:5369 +#: src/virsh.c:5463 msgid "edit XML configuration for a domain" msgstr "" -#: src/virsh.c:5370 +#: src/virsh.c:5464 msgid "Edit the XML configuration for a domain." msgstr "" -#: src/virsh.c:5420 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5436 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5446 +#: src/virsh.c:5540 #, c-format msgid "Domain %s XML configuration edited.\n" msgstr "" -#: src/virsh.c:5472 +#: src/virsh.c:5566 msgid "edit XML configuration for a network" msgstr "" -#: src/virsh.c:5473 +#: src/virsh.c:5567 msgid "Edit the XML configuration for a network." msgstr "" -#: src/virsh.c:5490 +#: src/virsh.c:5584 msgid "edit XML configuration for a storage pool" msgstr "" -#: src/virsh.c:5491 +#: src/virsh.c:5585 msgid "Edit the XML configuration for a storage pool." msgstr "" -#: src/virsh.c:5508 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "" -#: src/virsh.c:5686 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "" -#: src/virsh.c:5687 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "" -#: src/virsh.c:5714 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "" -#: src/virsh.c:5722 +#: src/virsh.c:5819 msgid " NAME\n" msgstr "" -#: src/virsh.c:5726 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" msgstr "" -#: src/virsh.c:5733 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" msgstr "" -#: src/virsh.c:5737 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" msgstr "" -#: src/virsh.c:5744 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "" -#: src/virsh.c:5746 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "" -#: src/virsh.c:5890 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "" -#: src/virsh.c:5922 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "" -#: src/virsh.c:5935 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "" -#: src/virsh.c:5959 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "" -#: src/virsh.c:5972 src/virsh.c:6018 +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" msgstr "" -#: src/virsh.c:5996 +#: src/virsh.c:6093 #, c-format msgid "failed to get pool '%s'" msgstr "" -#: src/virsh.c:6013 +#: src/virsh.c:6110 msgid "undefined vol name" msgstr "" -#: src/virsh.c:6049 +#: src/virsh.c:6146 #, c-format msgid "failed to get vol '%s'" msgstr "" -#: src/virsh.c:6080 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -5874,128 +6270,128 @@ msgid "" "\n" msgstr "" -#: src/virsh.c:6154 +#: src/virsh.c:6251 msgid "missing \"" msgstr "" -#: src/virsh.c:6215 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "" -#: src/virsh.c:6220 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "" -#: src/virsh.c:6227 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "" -#: src/virsh.c:6242 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "" -#: src/virsh.c:6245 +#: src/virsh.c:6342 msgid "number" msgstr "" -#: src/virsh.c:6245 +#: src/virsh.c:6342 msgid "string" msgstr "" -#: src/virsh.c:6251 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "" -#: src/virsh.c:6273 +#: src/virsh.c:6370 msgid "OPTION" msgstr "" -#: src/virsh.c:6273 +#: src/virsh.c:6370 msgid "DATA" msgstr "" -#: src/virsh.c:6324 src/virsh.c:6346 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6326 +#: src/virsh.c:6423 msgid "paused" msgstr "" -#: src/virsh.c:6328 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "" -#: src/virsh.c:6330 +#: src/virsh.c:6427 msgid "shut off" msgstr "" -#: src/virsh.c:6332 +#: src/virsh.c:6429 msgid "crashed" msgstr "" -#: src/virsh.c:6344 +#: src/virsh.c:6441 msgid "offline" msgstr "" -#: src/virsh.c:6363 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "" -#: src/virsh.c:6410 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "" -#: src/virsh.c:6412 +#: src/virsh.c:6509 msgid "error: " msgstr "" -#: src/virsh.c:6434 src/virsh.c:6446 src/virsh.c:6459 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "" -#: src/virsh.c:6473 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "" -#: src/virsh.c:6502 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "" -#: src/virsh.c:6534 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "" -#: src/virsh.c:6539 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6546 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6614 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "" -#: src/virsh.c:6629 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "" -#: src/virsh.c:6806 +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "" -#: src/virsh.c:6824 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6014,26 +6410,26 @@ msgid "" " commands (non interactive mode):\n" msgstr "" -#: src/virsh.c:6842 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" "\n" msgstr "" -#: src/virsh.c:6938 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "" -#: src/virsh.c:7024 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "" -#: src/virsh.c:7027 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6048,837 +6444,916 @@ msgstr "" msgid "error" msgstr "" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "" -#: src/virterror.c:502 -#, c-format -msgid "failed to serialize S-Expr: %s" -msgstr "" - -#: src/virterror.c:504 -msgid "failed to serialize S-Expr" -msgstr "" - -#: src/virterror.c:508 -msgid "could not use Xen hypervisor entry" -msgstr "" - #: src/virterror.c:510 #, c-format -msgid "could not use Xen hypervisor entry %s" +msgid "failed to serialize S-Expr: %s" msgstr "" -#: src/virterror.c:514 -msgid "could not connect to Xen Store" +#: src/virterror.c:512 +msgid "failed to serialize S-Expr" msgstr "" #: src/virterror.c:516 +msgid "could not use Xen hypervisor entry" +msgstr "" + +#: src/virterror.c:518 +#, c-format +msgid "could not use Xen hypervisor entry %s" +msgstr "" + +#: src/virterror.c:522 +msgid "could not connect to Xen Store" +msgstr "" + +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "" -#: src/virterror.c:519 +#: src/virterror.c:527 #, c-format -msgid "failed Xen syscall %s %d" +msgid "failed Xen syscall %s" msgstr "" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "" -#: src/virterror.c:682 +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "" -#: src/virterror.c:684 +#: src/virterror.c:692 #, c-format msgid "invalid MAC address: %s" msgstr "" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "" -#: src/virterror.c:694 +#: src/virterror.c:702 msgid "Storage pool not found" msgstr "" -#: src/virterror.c:696 +#: src/virterror.c:704 #, c-format msgid "Storage pool not found: %s" msgstr "" -#: src/virterror.c:700 +#: src/virterror.c:708 msgid "Storage volume not found" msgstr "" -#: src/virterror.c:702 +#: src/virterror.c:710 #, c-format msgid "Storage volume not found: %s" msgstr "" -#: src/virterror.c:706 +#: src/virterror.c:714 msgid "invalid storage pool pointer in" msgstr "" -#: src/virterror.c:708 +#: src/virterror.c:716 #, c-format msgid "invalid storage pool pointer in %s" msgstr "" -#: src/virterror.c:712 +#: src/virterror.c:720 msgid "invalid storage volume pointer in" msgstr "" -#: src/virterror.c:714 +#: src/virterror.c:722 #, c-format msgid "invalid storage volume pointer in %s" msgstr "" -#: src/virterror.c:718 +#: src/virterror.c:726 msgid "Failed to find a storage driver" msgstr "" -#: src/virterror.c:720 +#: src/virterror.c:728 #, c-format msgid "Failed to find a storage driver: %s" msgstr "" -#: src/xen_internal.c:1282 +#: src/virterror.c:732 +msgid "Failed to find a node driver" +msgstr "" + +#: src/virterror.c:734 +#, c-format +msgid "Failed to find a node driver: %s" +msgstr "" + +#: src/virterror.c:738 +msgid "invalid node device pointer" +msgstr "" + +#: src/virterror.c:740 +#, c-format +msgid "invalid node device pointer in %s" +msgstr "" + +#: src/virterror.c:744 +msgid "Node device not found" +msgstr "" + +#: src/virterror.c:746 +#, c-format +msgid "Node device not found: %s" +msgstr "" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +msgid "Error looking up domain" +msgstr "" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +msgid "failed to allocate configInfoList" +msgstr "" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1292 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2481 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "" -#: src/xend_internal.c:133 +#: src/xend_internal.c:136 msgid "failed to create a socket" msgstr "" -#: src/xend_internal.c:155 +#: src/xend_internal.c:158 msgid "failed to connect to xend" msgstr "" -#: src/xend_internal.c:202 src/xend_internal.c:205 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "" -#: src/xend_internal.c:393 +#: src/xend_internal.c:396 #, c-format msgid "xend_get: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:443 src/xend_internal.c:446 src/xend_internal.c:454 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:712 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "" -#: src/xend_internal.c:845 +#: src/xend_internal.c:848 #, c-format msgid "gethostbyname failed: %s" msgstr "" -#: src/xend_internal.c:966 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "" -#: src/xend_internal.c:1007 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "" -#: src/xend_internal.c:1013 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "" -#: src/xend_internal.c:1018 src/xend_internal.c:1065 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "" -#: src/xend_internal.c:1057 src/xend_internal.c:2159 src/xend_internal.c:2166 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "" -#: src/xend_internal.c:1146 +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" msgstr "" -#: src/xend_internal.c:1200 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" -#: src/xend_internal.c:1264 +#: src/xend_internal.c:1267 msgid "Unknown char device type" msgstr "" -#: src/xend_internal.c:1298 src/xend_internal.c:1338 src/xend_internal.c:1354 -#: src/xend_internal.c:1493 src/xend_internal.c:1521 src/xend_internal.c:1537 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1421 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1466 +#: src/xend_internal.c:1469 #, c-format msgid "unknown chr device type '%s'" msgstr "" -#: src/xend_internal.c:1628 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "" -#: src/xend_internal.c:1639 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "" -#: src/xend_internal.c:1648 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" -#: src/xend_internal.c:1663 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" -#: src/xend_internal.c:1803 +#: src/xend_internal.c:1806 #, c-format msgid "malformed mac address '%s'" msgstr "" -#: src/xend_internal.c:1880 +#: src/xend_internal.c:1883 #, c-format msgid "unexpected sound model %s" msgstr "" -#: src/xend_internal.c:2055 +#: src/xend_internal.c:2058 #, c-format msgid "unknown graphics type '%s'" msgstr "" -#: src/xend_internal.c:2146 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "" -#: src/xend_internal.c:2215 src/xend_internal.c:2225 src/xend_internal.c:2235 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, c-format msgid "unknown lifecycle type %s" msgstr "" -#: src/xend_internal.c:2556 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "" -#: src/xend_internal.c:2610 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "" -#: src/xend_internal.c:2674 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3156 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3778 src/xend_internal.c:4253 src/xm_internal.c:1597 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 msgid "failed to build sexpr" msgstr "" -#: src/xend_internal.c:3880 +#: src/xend_internal.c:3884 msgid "unsupported device type" msgstr "" -#: src/xend_internal.c:3983 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4024 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4032 +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" msgstr "" -#: src/xend_internal.c:4043 +#: src/xend_internal.c:4049 msgid "no memory" msgstr "" -#: src/xend_internal.c:4049 +#: src/xend_internal.c:4055 msgid "sexpr2string failed" msgstr "" -#: src/xend_internal.c:4054 +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" msgstr "" -#: src/xend_internal.c:4059 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4090 -#, c-format -msgid "gethostname failed: %s" -msgstr "" - #: src/xend_internal.c:4096 #, c-format +msgid "gethostname failed: %s" +msgstr "" + +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4137 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4149 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4162 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4167 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4181 src/xend_internal.c:4203 src/xend_internal.c:4211 -#: src/xend_internal.c:4437 src/xend_internal.c:4444 src/xml.c:70 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4194 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4247 +#: src/xend_internal.c:4253 msgid "failed to parse domain description" msgstr "" -#: src/xend_internal.c:4263 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" -#: src/xend_internal.c:4419 src/xend_internal.c:4495 src/xend_internal.c:4585 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4431 +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" msgstr "" -#: src/xend_internal.c:4449 src/xend_internal.c:4543 src/xend_internal.c:4655 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" msgstr "" -#: src/xend_internal.c:4508 src/xend_internal.c:4598 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" msgstr "" -#: src/xend_internal.c:4521 src/xend_internal.c:4634 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" msgstr "" -#: src/xend_internal.c:4526 src/xend_internal.c:4643 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" msgstr "" -#: src/xend_internal.c:4701 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4722 +#: src/xend_internal.c:4728 #, c-format msgid "%s: invalid path" msgstr "" -#: src/xend_internal.c:4730 +#: src/xend_internal.c:4736 #, c-format msgid "failed to open for reading: %s: %s" msgstr "" -#: src/xend_internal.c:4742 +#: src/xend_internal.c:4748 #, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "" -#: src/xend_internal.c:4825 src/xend_internal.c:4871 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, c-format msgid "unexpected graphics type %d" msgstr "" -#: src/xend_internal.c:4914 +#: src/xend_internal.c:4920 msgid "unexpected chr device type" msgstr "" -#: src/xend_internal.c:5088 src/xm_internal.c:1759 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, c-format msgid "unsupported network type %d" msgstr "" -#: src/xend_internal.c:5258 src/xend_internal.c:5265 src/xend_internal.c:5272 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, c-format msgid "unexpected lifecycle value %d" msgstr "" -#: src/xend_internal.c:5289 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5491 +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" msgstr "" -#: src/xm_internal.c:175 src/xm_internal.c:206 src/xm_internal.c:211 -#: src/xm_internal.c:234 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, c-format msgid "config value %s was malformed" msgstr "" -#: src/xm_internal.c:256 src/xm_internal.c:269 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:262 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:490 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:728 +#: src/xm_internal.c:783 #, c-format msgid "unexpected value %s for on_poweroff" msgstr "" -#: src/xm_internal.c:736 +#: src/xm_internal.c:791 #, c-format msgid "unexpected value %s for on_reboot" msgstr "" -#: src/xm_internal.c:744 +#: src/xm_internal.c:799 #, c-format msgid "unexpected value %s for on_crash" msgstr "" -#: src/xm_internal.c:1422 +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "" -#: src/xm_internal.c:1427 +#: src/xm_internal.c:1484 msgid "not inactive domain" msgstr "" -#: src/xm_internal.c:1432 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1437 +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" msgstr "" -#: src/xm_internal.c:1931 src/xm_internal.c:1940 src/xm_internal.c:1949 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, c-format msgid "unexpected lifecycle action %d" msgstr "" -#: src/xm_internal.c:2219 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2225 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2236 src/xm_internal.c:2243 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" msgstr "" -#: src/xm_internal.c:2252 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2264 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2270 +#: src/xm_internal.c:2333 msgid "unable to get current time" msgstr "" -#: src/xm_internal.c:2279 src/xm_internal.c:2286 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" msgstr "" -#: src/xm_internal.c:2474 src/xm_internal.c:2589 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" msgstr "" -#: src/xml.c:57 +#: src/xm_internal.c:2703 +#, c-format +msgid "failed to check autostart link %s: %s" +msgstr "" + +#: src/xm_internal.c:2732 +#, c-format +msgid "failed to create link %s: %s" +msgstr "" + +#: src/xm_internal.c:2740 +#, c-format +msgid "failed to remove link %s: %s" +msgstr "" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:98 src/xml.c:140 src/xml.c:195 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:253 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:291 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:333 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:353 +#: src/xml.c:354 #, c-format msgid "allocate string array size %lu" msgstr "" @@ -6935,6 +7410,34 @@ msgstr "" msgid "allocate new context" msgstr "" -#: src/xs_internal.c:301 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "" + +#: src/xs_internal.c:317 +msgid "failed to allocate activeDomainList" +msgstr "" + +#: src/xs_internal.c:326 +msgid "failed to allocate xsWatchList" +msgstr "" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" + +#: src/xs_internal.c:1073 +msgid "reallocating list" +msgstr "" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +msgid "failed to allocate domids" +msgstr "" diff --git a/po/lo.po b/po/lo.po index b0f327a746..0a900de28d 100644 --- a/po/lo.po +++ b/po/lo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/lt.po b/po/lt.po index b0f327a746..0a900de28d 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/lv.po b/po/lv.po index b0f327a746..0a900de28d 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/mk.po b/po/mk.po index ae8d2ddb61..66144e6e06 100644 --- a/po/mk.po +++ b/po/mk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-07-28 23:55+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" @@ -19,310 +19,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "ż²¸şÑ‚ ş½ ħ¸ħğ¸Ñ‚µş°Ñ‚° ½µ усżµ°, ĵĥµħ¸ ½µ µ ż´´Ñ€ĥ°½" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "ĵµ½Ñƒ²° °ğş°Ñ†¸Ñ˜° ½° ĵµĵр¸Ñ˜°" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "³Ñ€µÑˆş° ² с¸Ñ. ż²¸ş" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "µż·½°Ñ‚" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "½µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ Xen-´°µĵ½Ñ‚" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "°ğц¸Ñ€°ĵ ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "“Ñ€µÑˆş° żÑ€¸ °ğц¸Ñ€°Ñšµ ½° ĵµĵр¸Ñ˜°: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "½µÑ‡µşÑƒ²°½ ј°·ğ с ²Ñ€µ´½ÑÑ‚" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "µ усżµ°² ´° сµ ż²Ñ€·°ĵ с х¸żµÑ€²¸·Ñ€Ñ‚" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -330,450 +330,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "µ усżµ°² ´° ј° ст°Ñ€Ñ‚у²°ĵ ĵрµĥ°Ñ‚° %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° GET ½µ усżµ°: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "µ усżµ°² ´° ³ żÑ€´ğĥ°ĵ ´ĵµ½Ñ‚ %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" -msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ´ĵµ½Ñ‚ ´ %s" +msgstr "µ усżµ°² ´° ј° şÑ€µ¸Ñ€°ĵ ĵрµĥ°Ñ‚° ´ %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "´ħ¸² ½µż·½°Ñ‚ ş´ ·° HTTP-³Ñ€µÑˆş° %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "´³²Ñ€Ñ‚ ´ сµÑ€²µÑ€Ñ‚ ·° °½°ğ¸·° ½µ усżµ°" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ż²Ñ€·Ñƒ²°Ñšµ ²" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "½µĵ° ĵµĵр¸Ñ˜°" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "½µĵ° ĵµĵр¸Ñ˜°" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½ %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½ %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -812,8 +840,8 @@ msgstr "сµ чµşÑƒ²°Ñˆµ р°·´µğу²°Ñ‡" msgid "expecting an assignment" msgstr "сµ чµşÑƒ²°Ñˆµ ´´µğу²°Ñšµ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "°ğц¸Ñ€°ĵ ½² ħ°Ñ„µÑ€" @@ -856,929 +884,985 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸ĵµ ½° ´ĵµ½Ñ‚" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "½µÑ‡µşÑƒ²°½¸ ż´°Ñ‚ц¸ „%s“" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "żÑ€µĵ½³Ñƒ ´ĵµ½¸" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "żÑ€¸ş°Ñƒ²° ĵрµĥµ½ урµ´" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "żÑ€µĵ½³Ñƒ ´ĵµ½¸" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "µ усżµ°² ´° ³ сусżµ½´¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "½µÑ‡µşÑƒ²°½ ј°·ğ с ²Ñ€µ´½ÑÑ‚" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "°ğц¸Ñ€°ĵ ż²Ñ€·Ñƒ²°Ñšµ" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "°ğц¸Ñ€°ĵ ½² ´ĵµ½" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "½µ усżµ°² ´° ³ ´´°´°ĵ ´ĵµ½Ñ‚ ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "´ĵµ½Ñ‚ ½µ´ÑÑ‚°ÑÑƒ²° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "°ğц¸Ñ€°ĵ ĵрµĥ°" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "½µ усżµ°² ´° ј° ´´°´°ĵ ĵрµĥ°Ñ‚° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "ĵрµĥ°Ñ‚° ½µ´ÑÑ‚°ÑÑƒ²° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "°ğц¸Ñ€°ĵ ј°·ğ" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "½µ усżµ°² ´° ј° ´´°´°ĵ ĵрµĥ°Ñ‚° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "´ĵµ½Ñ‚ ½µ´ÑÑ‚°ÑÑƒ²° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "°ğц¸Ñ€°ĵ ј°·ğ" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "½µ усżµ°² ´° ј° ´´°´°ĵ ĵрµĥ°Ñ‚° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "´ĵµ½Ñ‚ ½µ´ÑÑ‚°ÑÑƒ²° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "°ğц¸Ñ€°ĵ ј°·ğ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "şż¸Ñ€°ĵ с´Ñ€ĥ¸½° ½° ј°·ğ" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "½µ усżµ°² ´° ј° ´´°´°ĵ ĵрµĥ°Ñ‚° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "´ĵµ½Ñ‚ ½µ´ÑÑ‚°ÑÑƒ²° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "¸·²Ñ€ ·° урµ´Ñ‚ ·° ´¸Ñş" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "½µż·½°Ñ‚° ½°Ñ€µ´ħ°: „%s“" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´Ñ€µ´¸ÑˆÑ‚µ ·° урµ´Ñ‚" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸ĵµ ½° ´ĵµ½Ñ‚" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ² %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ UUID-т ½° ĵрµĥ°" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "½µÑ‡µşÑƒ²°½¸ ż´°Ñ‚ц¸ „%s“" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "żÑ€¸ş°Ñƒ²° ĵрµĥµ½ урµ´" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "½µ усżµ°² ´° ј° ·°Ñ‡Ñƒ²°ĵ с´Ñ€ĥ¸½°Ñ‚°" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "½µÑ‡µşÑƒ²°½ ј°·ğ с ²Ñ€µ´½ÑÑ‚" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "µ усżµ°² ´° ј° şÑ€µ¸Ñ€°ĵ ĵрµĥ°Ñ‚° ´ %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "°ğц¸Ñ€°ĵ ż²Ñ€·Ñƒ²°Ñšµ" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "µ усżµ°² ´° ј° ст°Ñ€Ñ‚у²°ĵ ĵрµĥ°Ñ‚° %s" +msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µżÑ€°²¸ğ½°, domid ½µ µ ½ÑƒĵµÑ€¸Ñ‡ş¸" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µżÑ€°²¸ğ½°, domid ½µ µ ½ÑƒĵµÑ€¸Ñ‡ş¸" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "°ğц¸Ñ€°ĵ ½¸·° с ²Ñ€µ´½ÑÑ‚¸" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½ %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" +msgstr "µ усżµ°² ´° ³ ´´µÑ„¸½¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" +msgstr "µ усżµ°² ´° у½¸ÑˆÑ‚°ĵ ´ĵµ½ %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° ³ żÑ€¸ş°Ñ‡°ĵ урµ´Ñ‚ ´ %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" +msgstr "½µ усżµ°² ´° ј° т²Ñ€°ĵ %s ·° ч¸Ñ‚°Ñšµ" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ´ĵµ½Ñ‚ ´ %s" +msgstr "µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" +msgstr "½µ усżµ°² ´° ј° т²Ñ€°ĵ %s ·° ч¸Ñ‚°Ñšµ" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "°ğц¸Ñ€°ĵ ½¸·° с ²Ñ€µ´½ÑÑ‚¸" +msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ´ĵµ½Ñ‚ ´ %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "µ усżµ°² ´° ³ ·°Ñ‚²Ñ€°ĵ żÑ€¸şğуч½¸şÑ‚ %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° ³ ·°Ñ‚²Ñ€°ĵ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "µ усżµ°² ´° у½¸ÑˆÑ‚°ĵ ´ĵµ½ %s" +msgstr "½µ усżµ°² ´° ј° ´ħ¸Ñ˜°ĵ ĵрµĥ°Ñ‚° „%s“" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" +msgstr "µ ĵĥ°ĵ ´° ј° сĵµ½°ĵ MaxMemorySize" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" +msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ż²Ñ€·Ñƒ²°Ñšµ ² %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "¸´. ½° ´ĵµ½ ¸ğ¸ uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" +msgstr "´´µÑ„¸½¸Ñ€° ½µ°şÑ‚¸²µ½ ´ĵµ½" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "сşÑ€¸żÑ‚° шт сµ şÑ€¸ÑÑ‚¸ ·° ż²Ñ€·Ñƒ²°Ñšµ ½° ĵрµĥ½¸ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ¸ ² ĵст" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "µ усżµ°² ´° ³ żÑ€¸ş°Ñ‡°ĵ урµ´Ñ‚ ´ %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° ³ żÑ€¸ş°Ñ‡°ĵ урµ´Ñ‚ ´ %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" +msgstr "µ усżµ°² ´° ³ żÑ€¸ş°Ñ‡°ĵ урµ´Ñ‚ ´ %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ żÑ€¸şğуч½¸şÑ‚ %d\n" +msgstr "µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "½µ усżµ°² ´° сµ ż²Ñ€·°ĵ с Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "¸ĵµ ½° ´ĵµ½" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "¸´. ½° ´ĵµ½ ¸ğ¸ uuid" +msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "´ħ¸² ½µż·½°Ñ‚ ş´ ·° HTTP-³Ñ€µÑˆş° %d" +msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "µ усżµ°² ´° ³ żÑ€´ğĥ°ĵ ´ĵµ½Ñ‚ %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1789,8 +1873,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1800,1638 +1884,1791 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "с¸½Ñ‚°şÑ¸Ñ‡ş° ³Ñ€µÑˆş° ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "µ усżµ°² ´° ј° ст°Ñ€Ñ‚у²°ĵ ĵрµĥ°Ñ‚° %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "½µĵ° ĵµĵр¸Ñ˜°" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "½µĵ° ĵµĵр¸Ñ˜°" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "½µ усżµ°² ´° ј° т²Ñ€°ĵ %s ·° ч¸Ñ‚°Ñšµ" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "½µ усżµ°² ´° ј° ´ħ¸Ñ˜°ĵ ĵрµĥ°Ñ‚° „%s“" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "”ĵµ½Ñ‚ сѐ уштµ р°ħт¸" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ĵрµĥ° ² XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "µ ĵĥ°ĵ ´° ј° ´ħ¸Ñ˜°ĵ ²µÑ€·¸Ñ˜°Ñ‚° ½° °şÑ‚¸²½¸Ñ‚ х¸żµÑ€²¸·Ñ€ %s\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "´°Ñ‚Ñ‚µş° ·° р°·Ñ€µÑˆÑƒ²°Ñšµ ´ĵµ½¸" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "MAC-°´Ñ€µÑ°" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC-°´Ñ€µÑ°" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 #, fuzzy msgid "popen failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "с¸½Ñ‚°şÑ¸Ñ‡ş° ³Ñ€µÑˆş° ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" +msgstr "" -#: src/openvz_conf.c:375 -#, fuzzy, c-format +#: src/openvz_conf.c:426 +#, c-format msgid "Cound not read config for container %d" -msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" +msgstr "" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "”ĵµ½Ñ‚ сѐ уштµ р°ħт¸" +msgstr "”ĵµ½Ñ‚ %s µ ´´µÑ„¸½¸Ñ€°½\n" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 msgid "only one filesystem supported" msgstr "" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/openvz_driver.c:249 -#, fuzzy, c-format +#: src/openvz_driver.c:257 +#, c-format msgid "cannot read cputime for domain %d" -msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" +msgstr "" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 #, fuzzy msgid "domain is not in running state" msgstr "”ĵµ½Ñ‚ сѐ уштµ р°ħт¸" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "³ ĵµ½Ñƒ²° ħрјт ½° ²¸Ñ€Ñ‚уµğ½¸ żÑ€Ñ†µÑÑ€¸" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "”ĵµ½Ñ‚ сѐ уштµ р°ħт¸" +msgstr "" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "µ усżµ°² ´° ³ ·°Ñ‚²Ñ€°ĵ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "“Ñ€µÑˆş° ² şĵу½¸ş°Ñ†¸Ñ˜°Ñ‚° с żÑ€şÑ¸Ñ‚: ´ħ¸² %d ħ°Ñ˜Ñ‚¸ ´ %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "“Ñ€µÑˆş° ² şĵу½¸ş°Ñ†¸Ñ˜°Ñ‚° с żÑ€şÑ¸Ñ‚: сµ чµşÑƒ²°° %d ħ°Ñ˜Ñ‚¸, ° ´ħ¸² %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "“Ñ€µÑˆş° ² şĵу½¸ş°Ñ†¸Ñ˜°Ñ‚° с żÑ€şÑ¸Ñ‚: ´ħ¸² ż°şµÑ‚ ´ %d ħ°Ñ˜Ñ‚¸\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "“Ñ€µÑˆş° ² şĵу½¸ş°Ñ†¸Ñ˜°Ñ‚° с żÑ€şÑ¸Ñ‚: ğш фрĵ¸Ñ€°½ ż°şµÑ‚\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "´ħ¸² °Ñ¸½Ñ…Ñ€½ ż°şµÑ‚ с ħрј %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 #, fuzzy msgid "failed to allocate vncTLSx509certdir" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, fuzzy, c-format msgid "Network '%s' not found" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" +msgid "Network '%s' is not active" msgstr "œÑ€µĥ°Ñ‚° %s µ ст°Ñ€Ñ‚у²°½°\n" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, fuzzy, c-format msgid "Network type %d is not supported" msgstr "œÑ€µĥ°Ñ‚° %s µ ст°Ñ€Ñ‚у²°½°\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format +#: src/qemu_conf.c:585 +#, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, fuzzy, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:612 #, fuzzy msgid "failed to allocate space for tapfds string" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format msgid "unsupported usb disk type for '%s'" -msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" +msgstr "" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, fuzzy, c-format msgid "unsupported disk type '%s'" -msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" +msgstr "½µÑ‡µşÑƒ²°½¸ ż´°Ñ‚ц¸ „%s“" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" +msgstr "" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 #, fuzzy msgid "failed to allocate space for argv string" -msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/qemu_driver.c:91 -#, fuzzy +#: src/qemu_driver.c:88 src/uml_driver.c:94 msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" +msgstr "" -#: src/qemu_driver.c:106 -#, fuzzy +#: src/qemu_driver.c:103 msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "½µ усżµ°² ´° ј° °½°ğ¸·¸Ñ€°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° Xend-´ĵµ½" +msgstr "" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "µ усżµ°² ´° ј° ст°Ñ€Ñ‚у²°ĵ ĵрµĥ°Ñ‚° %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "½µĵ° ĵµĵр¸Ñ˜°" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "½µĵ° ĵµĵр¸Ñ˜°" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "°ğц¸Ñ€°ĵ ½² ş½Ñ‚µşÑÑ‚" +msgstr "°ğц¸Ñ€°ĵ ½² ħ°Ñ„µÑ€" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ ´ĵµ½Ñ‚ „%s“" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "½µ усżµ°² ´° ј° ´ħ¸Ñ˜°ĵ ĵрµĥ°Ñ‚° „%s“" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" +msgstr "µ усżµ°² ´° ³ ·°Ñ‚²Ñ€°ĵ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "½µ усżµ°² ´° ј° т²Ñ€°ĵ %s ·° ч¸Ñ‚°Ñšµ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "½µ усżµ°² ´° ј° ´ħ¸Ñ˜°ĵ ĵрµĥ°Ñ‚° „%s“" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" +msgstr "½µ усżµ°² ´° ³¸ ´ħ¸Ñ˜°ĵ сżÑħ½ÑÑ‚¸Ñ‚µ" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "šÑ€¸ÑÑ‚µ½° ĵµĵр¸Ñ˜°:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "´ĵµ½Ñ‚ %s ²µÑœµ żÑÑ‚¸ " -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "´ĵµ½Ñ‚ %s ²µÑœµ żÑÑ‚¸ " -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "”ĵµ½Ñ‚ сѐ уштµ р°ħт¸" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "µ усżµ°² ´° ³ сусżµ½´¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ UUID ½° ´ĵµ½Ñ‚" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² żÑ€¸şğуч½¸şÑ‚ %d\n" +msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² żÑ€¸şğуч½¸şÑ‚ %d\n" +msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "½µĵ° ĵµĵр¸Ñ˜°" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" +msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²µ½ ´ĵµ½." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "´´µÑ„¸½¸Ñ€° ½µ°şÑ‚¸²µ½ ´ĵµ½" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ż²¸şÑ‚ ş½ ħ¸ħğ¸Ñ‚µş°Ñ‚° ½µ усżµ°, ĵĥµħ¸ ½µ µ ż´´Ñ€ĥ°½" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "²Ñ‡¸Ñ‚у²°ĵ ´°Ñ‚Ñ‚µş° ·° ´µÑ„¸½¸Ñ†¸Ñ˜° ½° ´ĵµ½" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "½µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ Xen-´°µĵ½Ñ‚" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" +msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ UUID-т ½° ĵрµĥ°" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "µ усżµ°² ´° ³ żÑ€´ğĥ°ĵ ´ĵµ½Ñ‚ %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "´ĵµ½Ñ‚ %s ²µÑœµ żÑÑ‚¸ " + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "²Ñ‡¸Ñ‚у²°ĵ ´°Ñ‚Ñ‚µş° ·° ´µÑ„¸½¸Ñ†¸Ñ˜° ½° сµÑ€²µÑ€" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "²Ñ‡¸Ñ‚у²°ĵ ´°Ñ‚Ñ‚µş° ·° ´µÑ„¸½¸Ñ†¸Ñ˜° ½° сµÑ€²µÑ€" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "´´µÑ„¸½¸Ñ€° ½µ°şÑ‚¸²µ½ ´ĵµ½" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "½µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ј°·ğт" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "µ усżµ°² ´° ³ тş°Ñ‡°ĵ урµ´Ñ‚ ´ %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" +msgstr "°²Ñ‚ĵ. ст°Ñ€Ñ‚ ½° ´ĵµ½" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "”ĵµ½Ñ‚ µ ²Ñ€°Ñ‚µ½ ´ %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "¸ĵµ ½° ´ĵµ½" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ĵрµĥ° ² XML" +msgid "could not generate random UUID" +msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ UUID ½° ´ĵµ½Ñ‚" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" +msgid "failed to start listening VM" +msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" +msgid "migrate failed: %s" +msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ żÑ€¸şğуч½¸şÑ‚ %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ URI" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "“Ñ€µÑˆş° żÑ€¸ °ğц¸Ñ€°Ñšµ ½° ĵµĵр¸Ñ˜°: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "°ğц¸Ñ€°ĵ ½² ´ĵµ½" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "°ğц¸Ñ€°ĵ żÑ€¸²°Ñ‚½¸ ż´°Ñ‚ц¸" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "µ²°ğ¸´½° ²Ñ€µ´½ÑÑ‚ %d ·° ³ğµĵ¸½°Ñ‚° ½° ĵµĵр¸Ñ˜°Ñ‚°" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "µ ĵĥ°ĵ ´° ј° ²µÑ€¸Ñ„¸şÑƒ²°ĵ тµş²½°Ñ‚° MemorySize" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "µ²°ğ¸´½° ²Ñ€µ´½ÑÑ‚ %d ·° ³ğµĵ¸½°Ñ‚° ½° ĵµĵр¸Ñ˜°Ñ‚°" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "żÑ€µĵ½³Ñƒ ż²Ñ€·Ñƒ²°Ñš°" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "żÑ€µĵ½³Ñƒ ´ĵµ½¸" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "żÑ€µĵ½³Ñƒ ´ĵµ½¸" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "ĵµ½Ñƒ²° °ğş°Ñ†¸Ñ˜° ½° ĵµĵр¸Ñ˜°" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "żÑ€µĵ½³Ñƒ ż²Ñ€·Ñƒ²°Ñš°" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" +msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" +msgstr "½µ усżµ°² ´° ³ сµÑ€¸Ñ˜°ğ¸·¸Ñ€°ĵ S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½ %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "²°° фу½şÑ†¸Ñ˜° ½µ µ ż´´Ñ€ĥ°½° ´ х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" +msgstr "½µ усżµ°² ´° ј° ·°Ñ‡Ñƒ²°ĵ с´Ñ€ĥ¸½°Ñ‚°" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" +msgstr "µ усżµ°² ´° сµ ż²Ñ€·°ĵ с х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "½µ усżµ°² ´° şż¸Ñ€°ĵ ½¸·° ·½°Ñ†¸" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "˜½Ñ‚µÑ€½° ³Ñ€µÑˆş° %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" +msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ² %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ² %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "¸ĵµ ½° ´ĵµ½" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3460,588 +3697,761 @@ msgstr "żÑ€¸ş°ĥу²° ²µÑ€·¸Ñ˜°" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "˜ĵµ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" +msgstr "µ усżµ°² ´° ´µÑ„¸½¸Ñ€°ĵ ´ĵµ½ ´ %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "µ усżµ°² ´° ³ тş°Ñ‡°ĵ урµ´Ñ‚ ´ %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "¸ĵµ ½° ´ĵµ½" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "°ğц¸Ñ€°ĵ żÑ€¸²°Ñ‚½¸ ż´°Ñ‚ц¸" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "°ğц¸Ñ€°ĵ ĵрµĥ°" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "°ğц¸Ñ€°ĵ ј°·ğ" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "½µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ј°·ğт" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "¸ĵµ ½° ´ĵµ½" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "°ğц¸Ñ€°ĵ ј°·ğ" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "żÑ€µĵ½³Ñƒ ´ĵµ½¸" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "ħğş¸Ñ€°½" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚ %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "¸ĵµ ½° ´ĵµ½" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´Ñ€µ´¸ÑˆÑ‚µ ·° урµ´Ñ‚" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "°ğц¸Ñ€°ĵ ј°·ğ" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" +msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸ĵµ ½° ´ĵµ½Ñ‚" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "˜ĵµ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "ż°Ñ‚µş°Ñ‚° ·° ´½µ²½¸şÑ‚ ½µ µ ´°Ñ‚Ñ‚µş°" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "żÑ€µ·µĵ°ĵ ²Ñ€µĵµ ² ´µ½Ñ‚" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "²Ñ‡¸Ñ‚у²°ĵ ´°Ñ‚Ñ‚µş° ·° ´µÑ„¸½¸Ñ†¸Ñ˜° ½° сµÑ€²µÑ€" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "сµÑ€²µÑ€" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "ј°·ğ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "şÑ€µ¸Ñ€°ĵ xpath-ş½Ñ‚µşÑÑ‚" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "żÑ€Ñ†µÑÑ€Ñş¸ numa-ј°·ğ¸ ½° ј°·ğт" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "ğµĥ¸ÑˆÑ‚° ·° żÑ€Ñ†µÑÑ€¸ ½° ј°·ğт" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "żÑ€Ñ†µÑÑ€Ñş¸ ј°´Ñ€° ½° ј°·ğт" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "żÑ€Ñ†µÑÑ€Ñş¸ ½¸Ñˆş¸ ½° ј°·ğт" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "°şÑ‚¸²µ½ żÑ€Ñ†µÑÑ€ ½° ј°·ğт" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "фрµş²µ½Ñ†¸Ñ˜° ½° żÑ€Ñ†µÑÑ€ ½° ј°·ğт" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "ĵµĵр¸Ñ˜° ½° ј°·ğт" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "´°Ñ‚Ñ‚µş° ·° р°·Ñ€µÑˆÑƒ²°Ñšµ ´ĵµ½¸" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "´°Ñ‚Ñ‚µş° ·° р°·Ñ€µÑˆÑƒ²°Ñšµ ´ĵµ½¸" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "´°Ñ‚Ñ‚µş° ·° р°·Ñ€µÑˆÑƒ²°Ñšµ ´ĵµ½¸" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ½°²µ´µÑ‚µ ż°Ñ‚µş° ¸ğ¸ şÑ€¸ÑÑ‚µÑ‚µ test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "´ĵµ½Ñ‚ %s ²µÑœµ żÑÑ‚¸ " -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "”ĵµ½Ñ‚ сѐ уштµ р°ħт¸" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "°²Ñ‚ĵ. ст°Ñ€Ñ‚ ½° ´ĵµ½" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "½µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ Xen-´°µĵ½Ñ‚" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "”ĵµ½Ñ‚ ²µÑœµ р°ħт¸" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "”ĵµ½Ñ‚ сѐ уштµ р°ħт¸" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "”ĵµ½Ñ‚ сѐ уштµ р°ħт¸" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "”ĵµ½Ñ‚ ²µÑœµ р°ħт¸" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "½µ усżµ°² ´ ³ ´ħ¸Ñ˜°ĵ ¸ĵµÑ‚ ½° сµÑ€²µÑ€Ñ‚" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "½µ усżµ°² ´ ³ ´ħ¸Ñ˜°ĵ ¸ĵµÑ‚ ½° сµÑ€²µÑ€Ñ‚" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "½µ усżµ°² ´ ³ ´ħ¸Ñ˜°ĵ ¸ĵµÑ‚ ½° сµÑ€²µÑ€Ñ‚" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "µ усżµ°² ´° ј° şÑ€µ¸Ñ€°ĵ ĵрµĥ°Ñ‚° ´ %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "½µĵ° ĵµĵр¸Ñ˜°" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "ğµĥ¸ÑˆÑ‚° ·° żÑ€Ñ†µÑÑ€¸ ½° ј°·ğт" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "½µż·½°Ñ‚° ½°Ñ€µ´ħ°: „%s“" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² żÑ€¸şğуч½¸şÑ‚ %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "½µ усżµ°² ´° ј° °½°ğ¸·¸Ñ€°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş° %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "½µ усżµ°² ´° ј° °½°ğ¸·¸Ñ€°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş° %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "µ усżµ°² ´° ³ ´´µÑ„¸½¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "³Ñ€µÑˆş°: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "żĵш ·° żµÑ‡°Ñ‚µÑšµ" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "ŸµÑ‡°Ñ‚¸ ³ğħ°ğ½° ¸ğ¸ żĵш сżµÑ†¸Ñ„¸Ñ‡½° ·° ½°Ñ€µ´ħ°." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "¸ĵµ ½° ½°Ñ€µ´ħ°" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4049,322 +4459,326 @@ msgstr "" "°Ñ€µ´ħ¸:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "°²Ñ‚ĵ. ст°Ñ€Ñ‚ ½° ´ĵµ½" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "“ ş½Ñ„¸³ÑƒÑ€¸Ñ€° ´ĵµ½Ñ‚ °²Ñ‚ĵ°Ñ‚сş¸ ´° сµ ст°Ñ€Ñ‚у²° żÑ€¸ ż´¸³°Ñšµ." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "¸ĵµ, id ¸ğ¸ uuid ½° ´ĵµ½" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "½µ²·ĵĥ¸ °²Ñ‚ĵ. ст°Ñ€Ñ‚" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "µ усżµ°² ´° ³ ħµğµĥ°ĵ ´ĵµ½Ñ‚ %s ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "µ усżµ°² ´° ³ ´ħµğµĥ°ĵ ´ĵµ½Ñ‚ %s ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "”ĵµ½Ñ‚ %s µ ħµğµĥ°½ ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "”ĵµ½Ñ‚ %s µ ´ħµğµĥ°½ ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "ż²Ñ€·Ñƒ²°Ñšµ (ż²Ñ‚Ñ€½) с х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "Ÿ²Ñ€·Ñƒ²°Ñšµ ½° ğş°ğ½¸Ñ‚ х¸żµÑ€²¸·Ñ€. ž²° µ ²³Ñ€°´µ½° ½°Ñ€µ´ħ° ż ст°Ñ€Ñ‚у²°ÑšµÑ‚ " "½° шşğş°Ñ‚°." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI ·° ż²Ñ€·Ñƒ²°Ñšµ с х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "ż²Ñ€·Ñƒ²°Ñšµ с°ĵ ·° ч¸Ñ‚°Ñšµ" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "µ усżµ°² ´° żÑ€µş¸½°ĵ ²Ñ€Ñş° с х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "µ усżµ°² ´° сµ ż²Ñ€·°ĵ с х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "ż²Ñ€·Ñƒ²°Ñšµ с ş½·ğ°Ñ‚° ½° ³ÑÑ‚¸½Ñ‚" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Ħµ ż²Ñ€·Ñƒ²° с ²¸Ñ€Ñ‚уµğ½°Ñ‚° сµÑ€¸Ñş° ş½·ğ° ½° ³ÑÑ‚¸½Ñ‚" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "µĵ° ´ÑÑ‚°ż½° ş½·ğ° ·° ´ĵµ½Ñ‚\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "´°²° ğ¸ÑÑ‚° ½° ´ĵµ½¸Ñ‚µ" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "’Ñ€°Ñœ° ğ¸ÑÑ‚° ½° ´ĵµ½¸Ñ‚µ." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "´°²° ğ¸ÑÑ‚° ½° ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "´°²° ğ¸ÑÑ‚° ½° °şÑ‚¸²½¸Ñ‚µ ¸ ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ °şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "˜´." -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "˜ĵµ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Ħстјħ°" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "½µĵ° сстјħ°" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "сстјħ° ½° ´ĵµ½" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "ˆ° ²Ñ€°Ñœ° сстјħ°Ñ‚° ½° ´ĵµ½ шт сµ ¸·²Ñ€ÑˆÑƒ²°." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "ˆ° ²Ñ€°Ñœ° сстјħ°Ñ‚° ½° ´ĵµ½ шт сµ ¸·²Ñ€ÑˆÑƒ²°." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "ħğş¸Ñ€°½" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "тş°Ñ‡Ñƒ²° ĵрµĥµ½ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "ˆ° ²Ñ€°Ñœ° сстјħ°Ñ‚° ½° ´ĵµ½ шт сµ ¸·²Ñ€ÑˆÑƒ²°." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "сусżµ½´¸Ñ€° ´ĵµ½" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Ħусżµ½´¸Ñ€° ´ĵµ½ шт сµ ¸·²Ñ€ÑˆÑƒ²°." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "”ĵµ½Ñ‚ %s µ сусżµ½´¸Ñ€°½\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "µ усżµ°² ´° ³ сусżµ½´¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "şÑ€µ¸Ñ€° ´ĵµ½ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "šÑ€µ¸Ñ€° ´ĵµ½." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "”°Ñ‚Ñ‚µş°Ñ‚° шт ³ с´Ñ€ĥ¸ ż¸ÑÑ‚ ½° XML-´ĵµ½" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "”ĵµ½Ñ‚ %s µ şÑ€µ¸Ñ€°½ ´ %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ´ĵµ½Ñ‚ ´ %s" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "´µÑ„¸½¸Ñ€° (½ ½µ ст°Ñ€Ñ‚у²°) ´ĵµ½ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "”µÑ„¸½¸Ñ€° ´ĵµ½." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "”ĵµ½Ñ‚ %s µ ´µÑ„¸½¸Ñ€°½ ´ %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "µ усżµ°² ´° ´µÑ„¸½¸Ñ€°ĵ ´ĵµ½ ´ %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "´´µÑ„¸½¸Ñ€° ½µ°şÑ‚¸²µ½ ´ĵµ½" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²µ½ ´ĵµ½." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "¸ĵµ ¸ğ¸ uuid ½° ´ĵµ½" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "”ĵµ½Ñ‚ %s µ ´´µÑ„¸½¸Ñ€°½\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "µ усżµ°² ´° ³ ´´µÑ„¸½¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "ст°Ñ€Ñ‚у²° (żÑ€µÑ‚Ñ…´½ ´µÑ„¸½¸Ñ€°½) ½µ°şÑ‚¸²µ½ ´ĵµ½" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Ħт°Ñ€Ñ‚у²° ´ĵµ½." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "”ĵµ½Ñ‚ µ ²µÑœµ °şÑ‚¸²µ½" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "”ĵµ½Ñ‚ %s µ ст°Ñ€Ñ‚у²°½\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "ј° ·°Ñ‡Ñƒ²Ñƒ²° сстјħ°Ñ‚° ½° ´ĵµ½Ñ‚ ² ´°Ñ‚Ñ‚µş°" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "—°Ñ‡Ñƒ²Ñƒ²° ´ĵµ½ шт сµ ¸·²Ñ€ÑˆÑƒ²°." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "ş°´µ ´° сµ ·°Ñ‡Ñƒ²°°Ñ‚ ż´°Ñ‚ц¸Ñ‚µ" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "”ĵµ½Ñ‚ %s µ ·°Ñ‡Ñƒ²°½ ² %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "żÑ€¸ş°ĥу²°/żÑÑ‚°²Ñƒ²° ż°Ñ€°ĵµÑ‚Ñ€¸ ½° р°ÑżÑ€µ´Ñƒ²°Ñ‡Ñ‚" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "ŸÑ€¸ş°ĥу²°/żÑÑ‚°²Ñƒ²° ż°Ñ€°ĵµÑ‚Ñ€¸ ½° р°ÑżÑ€µ´Ñƒ²°Ñ‡Ñ‚." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "тµĥ¸½° ·° XEN_CREDIT" @@ -4373,285 +4787,293 @@ msgstr "тµĥ¸½° ·° XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "сżÑħ½ÑÑ‚ ·° XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "µ²°ğ¸´½° ²Ñ€µ´½ÑÑ‚ %d ·° ³ğµĵ¸½°Ñ‚° ½° ĵµĵр¸Ñ˜°Ñ‚°" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "µ²°ğ¸´½° ²Ñ€µ´½ÑÑ‚ %d ·° ³ğµĵ¸½°Ñ‚° ½° ĵµĵр¸Ñ˜°Ñ‚°" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "µ²°ğ¸´½° ²Ñ€µ´½ÑÑ‚ %d ·° ³ğµĵ¸½°Ñ‚° ½° ĵµĵр¸Ñ˜°Ñ‚°" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr " °ÑżÑ€µ´Ñƒ²°Ñ‡" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "µż·½°Ñ‚" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "’Ñ€°Ñœ° ´ĵµ½ ´ ·°Ñ‡Ñƒ²°½° сстјħ° ² ´°Ñ‚Ñ‚µş°" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "’Ñ€°Ñœ° ´ĵµ½." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "сстјħ°Ñ‚° шт трµħ° ´° сµ ²Ñ€°Ñ‚¸" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "”ĵµ½Ñ‚ µ ²Ñ€°Ñ‚µ½ ´ %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "µ усżµ°² ´° ³ ²Ñ€°Ñ‚°ĵ ´ĵµ½Ñ‚ ´ %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "½°żÑ€°²¸ ´°ĵż ´ ј°Ñ€´Ñ€Ñ‚ ½° ´ĵµ½Ñ‚ ² ´°Ñ‚Ñ‚µş° ·° °½°ğ¸·°" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "°żÑ€°²¸ ´°ĵż ·° ´ĵµ½Ñ‚." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "ş°´µ ´° сµ ½°żÑ€°²¸ ´°ĵż ½° ј°´Ñ€Ñ‚" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "”ĵµ½Ñ‚ %s µ ·°Ñ‡Ñƒ²°½ ² %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "żÑ€´ğĥу²° ´ĵµ½" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "ŸÑ€´ğĥу²° żÑ€µÑ‚Ñ…´½ сусżµ½´¸Ñ€°½ ´ĵµ½." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "”ĵµ½Ñ‚ %s µ żÑ€´ğĥµ½\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "µ усżµ°² ´° ³ żÑ€´ğĥ°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "³ ³°Ñ¸ ´ĵµ½Ñ‚ ż ĵ¸Ñ€µ½ ż°Ñ‚" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "şÑ‚¸²¸Ñ€° ³°ÑµÑšµ ½° цµğ½¸Ñ‚ ´ĵµ½." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "”ĵµ½Ñ‚ %s сµ ³°Ñ¸\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "µ усżµ°² ´° ³ ¸·³°Ñ°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "рµÑÑ‚°Ñ€Ñ‚¸Ñ€° ´ĵµ½" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "şÑ‚¸²¸Ñ€° рµÑÑ‚°Ñ€Ñ‚¸Ñ€°Ñšµ ½° цµğ½¸Ñ‚ ´ĵµ½." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "”ĵµ½Ñ‚ %s сµ рµÑÑ‚°Ñ€Ñ‚¸Ñ€°\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "µ усżµ°² ´° ³ рµÑÑ‚°Ñ€Ñ‚¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "у½¸ÑˆÑ‚у²° ´ĵµ½" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "£½¸ÑˆÑ‚у²° ´°´µ½ ´ĵµ½." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "”ĵµ½Ñ‚ %s µ у½¸ÑˆÑ‚µ½\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "µ усżµ°² ´° у½¸ÑˆÑ‚°ĵ ´ĵµ½ %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "’Ñ€°Ñœ° с½²½¸ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ´ĵµ½Ñ‚." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "˜´.:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "˜ĵµ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "˘¸ż ½° žĦ:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Ħстјħ°:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "ŸÑ€Ñ†µÑÑ€¸:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "ŸÑ€Ñ†. ²Ñ€µĵµ:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "œ°şÑ. ĵµĵр¸Ñ˜°:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "½µĵ° ³Ñ€°½¸Ñ‡Ñƒ²°Ñšµ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "šÑ€¸ÑÑ‚µ½° ĵµĵр¸Ñ˜°:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "²Ñ‚ĵ. ст°Ñ€Ñ‚" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "˜ĵµ" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "šÑ€¸ÑÑ‚µ½° ĵµĵр¸Ñ˜°:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA-ќµğ¸¸:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸ ½° ´ĵµ½" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "’Ñ€°Ñœ° с½²½¸ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸ ½° ´ĵµ½Ñ‚." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "’¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "ŸÑ€Ñ†µÑÑ€:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Ñ„¸½¸Ñ‚µÑ‚ ½° żÑ€Ñ†µÑÑ€:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "”ĵµ½Ñ‚ µ ¸·³°Ñµ½, ½µĵ° żÑ€¸ÑÑƒÑ‚½¸ ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "ş½Ñ‚р𰠷° °Ñ„¸½¸Ñ‚µÑ‚Ñ‚ ½° ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸ ·° ´ĵµ½Ñ‚" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "" "“¸ ²Ñ€·Ñƒ²° ²¸Ñ€Ñ‚уµğ½¸Ñ‚µ żÑ€Ñ†µÑÑ€¸ ½° ´ĵµ½Ñ‚ ·° ф¸·¸Ñ‡ş¸Ñ‚µ żÑ€Ñ†µÑÑ€¸ ½° " "´ĵ°Ñœ¸½Ñ‚" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "ħрј ½° ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "ħрј ½° żÑ€Ñ†µÑÑ€¸ ½° ´ĵ°Ñœ¸½Ñ‚ (р°·´µğµ½¸ с ·°ż¸Ñ€ş°)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "½µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ј°·ğт" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: ½µ²°ğ¸´µ½ фрĵ°Ñ‚. ŸÑ€°·½° ½¸·°." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4659,7 +5081,7 @@ msgstr "" "cpulist: %s: ½µ²°ğ¸´µ½ фрĵ°Ñ‚. Ħµ чµşÑƒ²°Ñˆµ ц¸Ñ„Ñ€° ½° ż·¸Ñ†¸Ñ˜° %d (ħğ¸ÑşÑƒ ´ " "„%c“)." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4668,1355 +5090,1392 @@ msgstr "" "cpulist: %s: ½µ²°ğ¸´µ½ фрĵ°Ñ‚. Ħµ чµşÑƒ²°Ñˆµ ц¸Ñ„Ñ€° ¸ğ¸ ·°ż¸Ñ€ş° ½° ż·¸Ñ†¸Ñ˜° %d " "(ħğ¸ÑşÑƒ ´ „%c“)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: ½µ²°ğ¸´µ½ фрĵ°Ñ‚. šÑ€°Ñ˜½° ·°ż¸Ñ€ş° ½° ż·¸Ñ†¸Ñ˜° %d" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "¤¸·¸Ñ‡ş¸Ñ‚ żÑ€Ñ†µÑÑ€ %d ½µ żÑÑ‚¸." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "³ ĵµ½Ñƒ²° ħрјт ½° ²¸Ñ€Ñ‚уµğ½¸ żÑ€Ñ†µÑÑ€¸" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "" "“ ĵµ½Ñƒ²° ħрјт ½° ²¸Ñ€Ñ‚уµğ½¸ żÑ€Ñ†µÑÑ€¸ шт сµ °şÑ‚¸²½¸ ² ´ĵµ½Ñ‚ ½° " "³ÑÑ‚¸½Ñ‚." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "ħрј ½° ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "µ²°ğ¸´µ½ ħрј ½° ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "ŸÑ€µĵ½³Ñƒ ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "ĵµ½Ñƒ²° °ğş°Ñ†¸Ñ˜° ½° ĵµĵр¸Ñ˜°" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "ˆ° ĵµ½Ñƒ²° тµş²½°Ñ‚° °ğş°Ñ†¸Ñ˜° ½° ĵµĵр¸Ñ˜° ² ´ĵµ½Ñ‚ ½° ³ÑÑ‚¸½Ñ‚." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "ħрј ½° ş¸ğħ°Ñ˜Ñ‚¸ ĵµĵр¸Ñ˜°" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "µ²°ğ¸´½° ²Ñ€µ´½ÑÑ‚ %d ·° ³ğµĵ¸½°Ñ‚° ½° ĵµĵр¸Ñ˜°Ñ‚°" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "µ ĵĥ°ĵ ´° ј° ²µÑ€¸Ñ„¸şÑƒ²°ĵ MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "³ ĵµ½Ñƒ²° ³Ñ€°½¸Ñ‡Ñƒ²°ÑšµÑ‚ ½° ĵ°şÑ. ĵµĵр¸Ñ˜°" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "" "“ ĵµ½Ñƒ²° ³Ñ€°½¸Ñ‡Ñƒ²°ÑšµÑ‚ ½° °ğş°Ñ†¸Ñ˜° ½° ĵ°şÑ. ĵµĵр¸Ñ˜° ² ´ĵµ½Ñ‚ ½° " "³ÑÑ‚¸½Ñ‚." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "³Ñ€°½¸Ñ‡Ñƒ²°Ñšµ ½° ĵ°şÑ. ĵµĵр¸Ñ˜° ² ş¸ğħ°Ñ˜Ñ‚¸" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "µ ĵĥ°ĵ ´° ј° ²µÑ€¸Ñ„¸şÑƒ²°ĵ тµş²½°Ñ‚° MemorySize" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "µ ĵĥ°ĵ ´° ј° сĵ°ğ°ĵ тµş²½°Ñ‚° MemorySize" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "µ ĵĥ°ĵ ´° ј° сĵµ½°ĵ MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ј°·ğ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "’Ñ€°Ñœ° с½²½¸ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ј°·ğт." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "½µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ј°·ğт" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "œ´µğ ½° żÑ€Ñ†µÑÑ€:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "¤Ñ€µş²µ½Ñ†¸Ñ˜° ½° żÑ€Ñ†µÑÑ€:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "ŸÑ€Ñ†µÑÑ€Ñş¸ ğµĥ¸ÑˆÑ‚°:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "ˆ°´Ñ€° ż ğµĥ¸ÑˆÑ‚°:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "¸Ñˆş¸ ż ј°´Ñ€:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA-ќµğ¸¸:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "“ğµĵ¸½° ½° ĵµĵр¸Ñ˜°:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "сżÑħ½ÑÑ‚¸" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "“¸ ²Ñ€°Ñœ° сżÑħ½ÑÑ‚¸Ñ‚µ ½° х¸żµÑ€²¸·Ñ€Ñ‚/уżÑ€°²Ñƒ²°Ñ‡Ñ‚." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "½µ усżµ°² ´° ³¸ ´ħ¸Ñ˜°ĵ сżÑħ½ÑÑ‚¸Ñ‚µ" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½ ² XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "ˆ° ´°²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ ½° ст°½´°Ñ€´½¸Ñ‚ ¸·ğµ· ş°ş XML." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ş½²µÑ€Ñ‚¸Ñ€° ¸´. ½° ´ĵµ½ ¸ğ¸ UUID ² ¸ĵµ ½° ´ĵµ½" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "¸´. ½° ´ĵµ½ ¸ğ¸ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "ş½²µÑ€Ñ‚¸Ñ€° ¸ĵµ ½° ´ĵµ½ ¸ğ¸ UUID ² ¸´. ½° ´ĵµ½" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "ş½²µÑ€Ñ‚¸Ñ€° ¸ĵµ ¸ğ¸ ¸´. ½° ´ĵµ½ ² UUID ½° ´ĵµ½" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "¸ĵµ ¸ğ¸ ¸´. ½° ´ĵµ½" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ UUID ½° ´ĵµ½Ñ‚" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 #, fuzzy msgid "live migration" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ј°·ğ" -#: src/virsh.c:2227 +#: src/virsh.c:2258 #, fuzzy msgid "connection URI of the destination host" msgstr "ż²Ñ€·Ñƒ²°Ñšµ с ş½·ğ°Ñ‚° ½° ³ÑÑ‚¸½Ñ‚" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "°²Ñ‚ĵ. ст°Ñ€Ñ‚у²° ĵрµĥ°" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "ˆ° ş½Ñ„¸³ÑƒÑ€¸Ñ€° ĵрµĥ°Ñ‚° °²Ñ‚ĵ°Ñ‚сş¸ ´° сµ ст°Ñ€Ñ‚у²° ½° ż´¸³°Ñšµ." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "½µ усżµ°² ´° ј° ·½°Ñ‡°ĵ ĵрµĥ°Ñ‚° %s ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½°" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "½µ усżµ°² ´° ј° ´ħµğµĥ°ĵ ĵрµĥ°Ñ‚° %s ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½°" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "œÑ€µĥ°Ñ‚° %s µ ·½°Ñ‡µ½° ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½°\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "œÑ€µĥ°Ñ‚° %s µ ´ħµğµĥ°½° ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½°\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "şÑ€µ¸Ñ€° ĵрµĥ° ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "šÑ€µ¸Ñ€° ĵрµĥ°." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "XML-´°Ñ‚Ñ‚µş°Ñ‚° с ż¸ÑÑ‚ ½° ĵрµĥ°Ñ‚°" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "œÑ€µĥ°Ñ‚° %s µ şÑ€µ¸Ñ€°½° ´ %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "µ усżµ°² ´° ј° şÑ€µ¸Ñ€°ĵ ĵрµĥ°Ñ‚° ´ %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "´µÑ„¸½¸Ñ€° (½ ½µ ст°Ñ€Ñ‚у²°) ĵрµĥ° ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "”µÑ„¸½¸Ñ€° ĵрµĥ°." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "œÑ€µĥ°Ñ‚° %s µ ´µÑ„¸½¸Ñ€°½° ´ %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "µ усżµ°² ´° ´µÑ„¸½¸Ñ€°ĵ ĵрµĥ° ´ %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "у½¸ÑˆÑ‚у²° ĵрµĥ°" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "£½¸ÑˆÑ‚у²° ´°´µ½° ĵрµĥ°." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "¸ĵµ, ¸´. ¸ğ¸ uuid ½° ĵрµĥ°" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "œÑ€µĥ°Ñ‚° %s µ у½¸ÑˆÑ‚µ½°\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "µ усżµ°² ´° ј° у½¸ÑˆÑ‚°ĵ ĵрµĥ°Ñ‚° %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ĵрµĥ° ² XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "ˆ° ´°²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ĵрµĥ°Ñ‚° ½° ст°½´°Ñ€´½¸Ñ‚ ¸·ğµ· ş°ş XML." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "´°²° ğ¸ÑÑ‚° ½° ĵрµĥ¸" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "ˆ° ²Ñ€°Ñœ° ğ¸ÑÑ‚°Ñ‚° ½° с¸Ñ‚µ ĵрµĥ¸." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "´°²° ğ¸ÑÑ‚° ½° ½µ°şÑ‚¸²½¸Ñ‚µ ĵрµĥ¸" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "ˆ° ²Ñ€°Ñœ° ğ¸ÑÑ‚°Ñ‚° ½° °şÑ‚¸²½¸Ñ‚µ ¸ ½µ°şÑ‚¸²½¸Ñ‚µ ĵрµĥ¸." -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ °şÑ‚¸²½¸Ñ‚µ ĵрµĥ¸" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ ½µ°şÑ‚¸²½¸Ñ‚µ ĵрµĥ¸" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "²Ñ‚ĵ. ст°Ñ€Ñ‚" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ħµ· °²Ñ‚ĵ. ст°Ñ€Ñ‚" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "°şÑ‚¸²½°" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "½µ°şÑ‚¸²½°" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "ş½²µÑ€Ñ‚¸Ñ€° UUID ½° ĵрµĥ° ² ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid ½° ĵрµĥ°" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "ст°Ñ€Ñ‚у²° (żÑ€µÑ‚Ñ…´½ ´µÑ„¸½¸Ñ€°½°) ½µ°şÑ‚¸²½° ĵрµĥ°" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Ħт°Ñ€Ñ‚у²° ĵрµĥ°." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "¸ĵµ ½° ½µ°şÑ‚¸²½°Ñ‚° ĵрµĥ°" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "œÑ€µĥ°Ñ‚° %s µ ст°Ñ€Ñ‚у²°½°\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "µ усżµ°² ´° ј° ст°Ñ€Ñ‚у²°ĵ ĵрµĥ°Ñ‚° %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "´´µÑ„¸½¸Ñ€° ½µ°şÑ‚¸²½° ĵрµĥ°" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²½° ĵрµĥ°." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "œÑ€µĥ°Ñ‚° %s µ ´´µÑ„¸½¸Ñ€°½°\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "µ усżµ°² ´° ј° ´´µÑ„¸½¸Ñ€°ĵ ĵрµĥ°Ñ‚° %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "ş½²µÑ€Ñ‚¸Ñ€° ¸ĵµ ½° ĵрµĥ° ² UUID ½° ĵрµĥ°" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ UUID-т ½° ĵрµĥ°" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "°²Ñ‚ĵ. ст°Ñ€Ñ‚ ½° ´ĵµ½" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "“ ş½Ñ„¸³ÑƒÑ€¸Ñ€° ´ĵµ½Ñ‚ °²Ñ‚ĵ°Ñ‚сş¸ ´° сµ ст°Ñ€Ñ‚у²° żÑ€¸ ż´¸³°Ñšµ." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "¸ĵµ ¸ğ¸ uuid ½° ´ĵµ½" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "½µ усżµ°² ´° ј° ·½°Ñ‡°ĵ ĵрµĥ°Ñ‚° %s ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½°" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "½µ усżµ°² ´° ј° ´ħµğµĥ°ĵ ĵрµĥ°Ñ‚° %s ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½°" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "”ĵµ½Ñ‚ %s µ ħµğµĥ°½ ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "”ĵµ½Ñ‚ %s µ ´ħµğµĥ°½ ş°ş °²Ñ‚ĵ. ст°Ñ€Ñ‚у²°½\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "şÑ€µ¸Ñ€° ´ĵµ½ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "šÑ€µ¸Ñ€° ´ĵµ½." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "”°Ñ‚Ñ‚µş°Ñ‚° шт ³ с´Ñ€ĥ¸ ż¸ÑÑ‚ ½° XML-´ĵµ½" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "”ĵµ½Ñ‚ %s µ şÑ€µ¸Ñ€°½ ´ %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ´ĵµ½Ñ‚ ´ %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "şÑ€µ¸Ñ€° ´ĵµ½ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "”ĵµ½Ñ‚ %s µ şÑ€µ¸Ñ€°½ ´ %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ´ĵµ½Ñ‚ ´ %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "´µÑ„¸½¸Ñ€° (½ ½µ ст°Ñ€Ñ‚у²°) ´ĵµ½ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "”µÑ„¸½¸Ñ€° ´ĵµ½." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "”ĵµ½Ñ‚ %s µ ´µÑ„¸½¸Ñ€°½ ´ %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "µ усżµ°² ´° ´µÑ„¸½¸Ñ€°ĵ ´ĵµ½ ´ %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "”ĵµ½Ñ‚ %s µ ´µÑ„¸½¸Ñ€°½ ´ %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "µ усżµ°² ´° ³ ´´µÑ„¸½¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "µ усżµ°² ´° ³ сусżµ½´¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "у½¸ÑˆÑ‚у²° ´ĵµ½" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "£½¸ÑˆÑ‚у²° ´°´µ½ ´ĵµ½." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "”ĵµ½Ñ‚ %s µ у½¸ÑˆÑ‚µ½\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "µ усżµ°² ´° у½¸ÑˆÑ‚°ĵ ´ĵµ½ %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "£½¸ÑˆÑ‚у²° ´°´µ½ ´ĵµ½." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "”ĵµ½Ñ‚ %s µ у½¸ÑˆÑ‚µ½\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "µ усżµ°² ´° у½¸ÑˆÑ‚°ĵ ´ĵµ½ %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "”ĵµ½Ñ‚ %s µ żÑ€´ğĥµ½\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "µ усżµ°² ´° ³ żÑ€´ğĥ°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½ ² XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "ˆ° ´°²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ ½° ст°½´°Ñ€´½¸Ñ‚ ¸·ğµ· ş°ş XML." -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "´°²° ğ¸ÑÑ‚° ½° ´ĵµ½¸Ñ‚µ" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "’Ñ€°Ñœ° ğ¸ÑÑ‚° ½° ´ĵµ½¸Ñ‚µ." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "´°²° ğ¸ÑÑ‚° ½° ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "´°²° ğ¸ÑÑ‚° ½° °şÑ‚¸²½¸Ñ‚µ ¸ ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ °şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ² %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "½µĵ° ĵµĵр¸Ñ˜°" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "µ усżµ°² ´° ³ ´´µÑ„¸½¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" +msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ј°·ğ" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "’Ñ€°Ñœ° с½²½¸ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ј°·ğт." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "р°ħт¸" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "°ğц¸Ñ€°ĵ ½² ´ĵµ½" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "ş½²µÑ€Ñ‚¸Ñ€° UUID ½° ĵрµĥ° ² ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "uuid ½° ´ĵµ½" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "ст°Ñ€Ñ‚у²° (żÑ€µÑ‚Ñ…´½ ´µÑ„¸½¸Ñ€°½) ½µ°şÑ‚¸²µ½ ´ĵµ½" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Ħт°Ñ€Ñ‚у²° ´ĵµ½." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "”ĵµ½Ñ‚ %s µ ст°Ñ€Ñ‚у²°½\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "şÑ€µ¸Ñ€° ´ĵµ½ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "šÑ€µ¸Ñ€° ´ĵµ½." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "¸ĵµÑ‚ ½° ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "”ĵµ½Ñ‚ %s µ şÑ€µ¸Ñ€°½ ´ %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "´´µÑ„¸½¸Ñ€° ½µ°şÑ‚¸²µ½ ´ĵµ½" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²µ½ ´ĵµ½." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "”ĵµ½Ñ‚ %s µ ´´µÑ„¸½¸Ñ€°½\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "µ усżµ°² ´° ³ ´´µÑ„¸½¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "ş½²µÑ€Ñ‚¸Ñ€° ¸ĵµ ½° ĵрµĥ° ² UUID ½° ĵрµĥ°" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ UUID ½° ´ĵµ½Ñ‚" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "şÑ€µ¸Ñ€° ´ĵµ½ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "”°Ñ‚Ñ‚µş°Ñ‚° шт ³ с´Ñ€ĥ¸ ż¸ÑÑ‚ ½° XML-´ĵµ½" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "”ĵµ½Ñ‚ %s µ şÑ€µ¸Ñ€°½ ´ %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ´ĵµ½Ñ‚ ´ %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "£½¸ÑˆÑ‚у²° ´°´µ½ ´ĵµ½." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "”ĵµ½Ñ‚ %s µ у½¸ÑˆÑ‚µ½\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "µ усżµ°² ´° у½¸ÑˆÑ‚°ĵ ´ĵµ½ %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ј°·ğ" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "’Ñ€°Ñœ° с½²½¸ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ј°·ğт." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "˘¸ż ½° žĦ:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "ħğş¸Ñ€°½" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½ ² XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "ˆ° ´°²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ ½° ст°½´°Ñ€´½¸Ñ‚ ¸·ğµ· ş°ş XML." -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "´°²° ğ¸ÑÑ‚° ½° ´ĵµ½¸Ñ‚µ" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "’Ñ€°Ñœ° ğ¸ÑÑ‚° ½° ´ĵµ½¸Ñ‚µ." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ °şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "ş½²µÑ€Ñ‚¸Ñ€° UUID ½° ĵрµĥ° ² ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "ş½²µÑ€Ñ‚¸Ñ€° UUID ½° ĵрµĥ° ² ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "uuid ½° ´ĵµ½" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "ş½²µÑ€Ñ‚¸Ñ€° UUID ½° ĵрµĥ° ² ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "żÑ€¸ş°ĥу²° ²µÑ€·¸Ñ˜°" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "ŸÑ€¸ş°ĥу²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ²µÑ€·¸Ñ˜°Ñ‚° ½° с¸ÑÑ‚µĵт." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ т¸żÑ‚ ½° х¸żµÑ€²¸·Ñ€" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "šĵż¸ğ¸Ñ€°½ с ħ¸ħğ¸Ñ‚µş°Ñ‚°: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "½µ усżµ°² ´° ј° ´ħ¸Ñ˜°ĵ ²µÑ€·¸Ñ˜°Ñ‚° ½° ħ¸ħğ¸Ñ‚µş°Ñ‚°" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "šÑ€¸ÑÑ‚°ĵ ħ¸ħğ¸Ñ‚µş°: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "šÑ€¸ÑÑ‚°ĵ API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "½µ усżµ°² ´° ј° ´ħ¸Ñ˜°ĵ ²µÑ€·¸Ñ˜°Ñ‚° ½° х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "µ ĵĥ°ĵ ´° ј° ´ħ¸Ñ˜°ĵ ²µÑ€·¸Ñ˜°Ñ‚° ½° °şÑ‚¸²½¸Ñ‚ х¸żµÑ€²¸·Ñ€ %s\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "şÑ‚¸²µ½ х¸żµÑ€²¸·Ñ€: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "сżÑħ½ÑÑ‚¸" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "µ усżµ°² ´° сµ ż²Ñ€·°ĵ с х¸żµÑ€²¸·Ñ€Ñ‚" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "ˆ° ´°²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ĵрµĥ°Ñ‚° ½° ст°½´°Ñ€´½¸Ñ‚ ¸·ğµ· ş°ş XML." + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "³ żµÑ‡°Ñ‚¸ ¸ĵµÑ‚ ½° сµÑ€²µÑ€Ñ‚ ½° х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "½µ усżµ°² ´ ³ ´ħ¸Ñ˜°ĵ ¸ĵµÑ‚ ½° сµÑ€²µÑ€Ñ‚" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "³ żµÑ‡°Ñ‚¸ ş°½½ÑşÑ‚ URI ½° х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc-µşÑ€°½" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "“¸ żµÑ‡°Ñ‚¸ IP-°´Ñ€µÑ°Ñ‚° ¸ ħрјт ½° żÑ€Ñ‚° ·° VNC-µşÑ€°½Ñ‚." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "ŸÑ€¸ş°Ñ‡Ñƒ²° урµ´ ´ XML <´°Ñ‚Ñ‚µş°>." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "µ усżµ°² ´° ³ żÑ€¸ş°Ñ‡°ĵ урµ´Ñ‚ ´ %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "тş°Ñ‡Ñƒ²° урµ´ ´ XML-´°Ñ‚Ñ‚µş°" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "žÑ‚ş°Ñ‡Ñƒ²° урµ´ ´ XML <´°Ñ‚Ñ‚µş°>" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "µ усżµ°² ´° ³ тş°Ñ‡°ĵ урµ´Ñ‚ ´ %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "żÑ€¸ş°Ñƒ²° ĵрµĥµ½ урµ´" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "ŸÑ€¸ş°Ñ‡Ñƒ²° ½² ĵрµĥµ½ урµ´." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "т¸ż ½° ĵрµĥµ½ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "¸·²Ñ€ ½° ĵрµĥµ½ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "¸ĵµ ½° ´Ñ€µ´¸Ñˆ½° ĵрµĥ°" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC-°´Ñ€µÑ°" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "сşÑ€¸żÑ‚° шт сµ şÑ€¸ÑÑ‚¸ ·° ż²Ñ€·Ñƒ²°Ñšµ ½° ĵрµĥ½¸ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ¸ ² ĵст" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "µĵ° ż´´Ñ€Ñˆş° ·° %s ² ½°Ñ€µ´ħ°Ñ‚° „attach-interface“" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "тş°Ñ‡Ñƒ²° ĵрµĥµ½ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "žÑ‚ş°Ñ‡Ñƒ²° ĵрµĥµ½ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸½Ñ‚µÑ€Ñ„µÑ˜ÑÑ‚" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "µĵ° żÑ€½°Ñ˜´µ½ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ с т¸ż %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "µĵ° żÑ€½°Ñ˜´µ½ ¸½Ñ‚µÑ€Ñ„µÑ˜Ñ ч¸Ñ˜° MAC-°´Ñ€µÑ° µ %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "żÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "ŸÑ€¸ş°Ñ‡Ñƒ²° урµ´ ·° ½² ´¸Ñş." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "¸·²Ñ€ ·° урµ´Ñ‚ ·° ´¸Ñş" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "´Ñ€µ´¸ÑˆÑ‚µ ·° урµ´Ñ‚ ·° ´¸Ñş" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "уżÑ€°²Ñƒ²°Ñ‡ ·° урµ´Ñ‚ ·° ´¸Ñş" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "ż´ÑƒżÑ€°²Ñƒ²°Ñ‡ ·° урµ´Ñ‚ ·° ´¸Ñş" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "рµĥ¸ĵ ½° урµ´Ñ‚ ·° ч¸Ñ‚°Ñšµ ¸ ·°ż¸ÑˆÑƒ²°Ñšµ" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "µĵ° ż´´Ñ€Ñˆş° ·° %s ² ½°Ñ€µ´ħ°Ñ‚° „attach-disk“" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "тş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "žÑ‚ş°Ñ‡Ñƒ²° урµ´ ·° ´¸Ñş." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´¸ÑşÑ‚" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "µ µ żÑ€½°Ñ˜´µ½ ´¸Ñş ч¸µ ´Ñ€µ´¸ÑˆÑ‚µ µ %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½ %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "¸ĵµ ½° ´ĵµ½" +msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²µ½ ´ĵµ½." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²µ½ ´ĵµ½." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "½µ усżµ°² ´° ј° żÑ€Ñ‡¸Ñ‚°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²½° ĵрµĥ°." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²½° ĵрµĥ°." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²µ½ ´ĵµ½." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "ˆ° ´´µÑ„¸½¸Ñ€° ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜°Ñ‚° ·° ½µ°şÑ‚¸²µ½ ´ĵµ½." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "³ ½°żÑƒÑˆÑ‚° ²Ñ˜ ¸½Ñ‚µÑ€°şÑ‚¸²µ½ тµÑ€ĵ¸½°ğ" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "½°Ñ€µ´ħ°Ñ‚° „%s“ ¸ĵ° żÑ‚Ñ€µħ° ´ żÑ†¸Ñ˜°Ñ‚° <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "½°Ñ€µ´ħ°Ñ‚° „%s“ ¸ĵ° żÑ‚Ñ€µħ° ´ żÑ†¸Ñ˜°Ñ‚° --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "½°Ñ€µ´ħ°Ñ‚° „%s“ ½µ żÑÑ‚¸" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " ˜œ•\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6024,7 +6483,7 @@ msgstr "" "\n" " š ˘žš Ÿ •“›•”\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6032,7 +6491,7 @@ msgstr "" "\n" " žŸ˜Ħ\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6040,55 +6499,55 @@ msgstr "" "\n" " žŸĤ˜˜\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s <ħрј>" -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s <½¸·°_´_·½°Ñ†¸>" -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "½µ´µÑ„¸½¸Ñ€°½ ¸ĵµ ¸ğ¸ ¸´. ½° ´ĵµ½" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ ´ĵµ½Ñ‚ „%s“" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "½µ´µÑ„¸½¸Ñ€°½ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "½µ усżµ°² ´° ј° ´ħ¸Ñ˜°ĵ ĵрµĥ°Ñ‚° „%s“" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "½µ´µÑ„¸½¸Ñ€°½ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ ´ĵµ½Ñ‚ „%s“" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "½µ´µÑ„¸½¸Ñ€°½ ¸ĵµ ½° ĵрµĥ°" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "½µ усżµ°² ´° ³ ´ħ¸Ñ˜°ĵ ´ĵµ½Ñ‚ „%s“" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6099,130 +6558,129 @@ msgstr "" "(’Ñ€µĵµ: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "½µ´ÑÑ‚°ÑÑƒ²° \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "½µÑ‡µşÑƒ²°½ тşµ½ (¸ĵµ ½° şĵ°½´°): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "½µż·½°Ñ‚° ½°Ñ€µ´ħ°: „%s“" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "½°Ñ€µ´ħ°Ñ‚° „%s“ ½µ ј° ż´´Ñ€ĥу²° żÑ†¸Ñ˜°Ñ‚° --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "сµ чµşÑƒ²°Ñˆµ с¸½Ñ‚°şÑ°: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "ħрј" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "½¸·° ´ ·½°Ñ†¸" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "½µÑ‡µşÑƒ²°½¸ ż´°Ñ‚ц¸ „%s“" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "žŸĤ˜ˆ" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "Ÿž”˘žĤ˜" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML-´°Ñ‚Ñ‚µş°" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "ż°Ñƒ·¸Ñ€°½" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "сµ ³°Ñ¸" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "¸·³°Ñµ½" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "ż°´½°Ñ‚" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "ħµ· ĵрµĥ°" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "½µĵ° ²°ğ¸´½ ż²Ñ€·Ñƒ²°Ñšµ" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: ³Ñ€µÑˆş°: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "³Ñ€µÑˆş°: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: ½µ усżµ°² ´° °ğц¸Ñ€°ĵ %d ħ°Ñ˜Ñ‚¸" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: ½µ усżµ°² ´° °ğц¸Ñ€°ĵ %lu ħ°Ñ˜Ñ‚¸" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "½µ усżµ°² ´° сµ ż²Ñ€·°ĵ ½° х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "½µ усżµ°² ´° ³¸ ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸¸Ñ‚µ ´ ´½µ²½¸şÑ‚" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "ż°Ñ‚µş°Ñ‚° ·° ´½µ²½¸şÑ‚ ½µ µ ´°Ñ‚Ñ‚µş°" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ ´½µ²½¸şÑ‚. ŸÑ€²µÑ€µÑ‚µ ј° ż°Ñ‚µş°Ñ‚° ´ ´°Ñ‚Ñ‚µş°Ñ‚°" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ´½µ²½¸şÑ‚" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "µ усżµ°² ´° żÑ€µş¸½°ĵ ²Ñ€Ñş° с х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6255,7 +6713,7 @@ msgstr "" "\n" " ½°Ñ€µ´ħ¸ (½µ¸½Ñ‚µÑ€°şÑ‚¸²µ½ рµĥ¸ĵ):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6266,12 +6724,12 @@ msgstr "" " (·°´°Ñ˜Ñ‚µ --help ·° ´µÑ‚°ğ¸ ·° ½°Ñ€µ´ħ°Ñ‚°)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "½µż´´Ñ€ĥ°½° żÑ†¸Ñ˜° „-%c“. ’¸´µÑ‚µ --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6280,7 +6738,7 @@ msgstr "" "”ħрµ´Ñ˜´²Ñ‚µ ² %s, ¸½Ñ‚µÑ€°şÑ‚¸²½¸Ñ‚ тµÑ€ĵ¸½°ğ ·° ²¸Ñ€Ñ‚уµğ¸·°Ñ†¸Ñ˜°.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6298,881 +6756,964 @@ msgstr "żÑ€µ´ÑƒżÑ€µ´Ñƒ²°Ñšµ" msgid "error" msgstr "³Ñ€µÑˆş°" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "µĵ° ·°´°´µ½° żÑ€°ş° ·° ³Ñ€µÑˆş°" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "˜½Ñ‚µÑ€½° ³Ñ€µÑˆş° %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "˜½Ñ‚µÑ€½° ³Ñ€µÑˆş°" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "²°° фу½şÑ†¸Ñ˜° ½µ µ ż´´Ñ€ĥ°½° ´ х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "²°° фу½şÑ†¸Ñ˜° ½µ µ ż´´Ñ€ĥ°½° ´ х¸żµÑ€²¸·Ñ€Ñ‚: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ż²Ñ€·Ñƒ²°Ñšµ ²" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ż²Ñ€·Ñƒ²°Ñšµ ² %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ² %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° GET ½µ усżµ°: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° GET ½µ усżµ°" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° POST ½µ усżµ°: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° POST ½µ усżµ°" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "´ħ¸² ½µż·½°Ñ‚ ş´ ·° HTTP-³Ñ€µÑˆş° %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "½µż·½°Ñ‚ сµÑ€²µÑ€" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "½µ усżµ°² ´° ³ сµÑ€¸Ñ˜°ğ¸·¸Ñ€°ĵ S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "½µ усżµ°² ´° ³ сµÑ€¸Ñ˜°ğ¸·¸Ñ€°ĵ S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "½µ ĵĥ°ĵ ´° ³ şÑ€¸ÑÑ‚°ĵ ·°ż¸ÑÑ‚ ·° Xen-х¸żµÑ€²¸·Ñ€Ñ‚" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "½µ ĵĥ°ĵ ´° ³ şÑ€¸ÑÑ‚°ĵ ·°ż¸ÑÑ‚ ·° Xen-х¸żµÑ€²¸·Ñ€Ñ‚ %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "½µ ĵĥµ² ´° сµ ż²Ñ€·°ĵ с Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "½µ усżµ° с¸Ñ. ż²¸ş ·° Xen %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şµÑ€½µğт" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´ ² %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚ %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´Ñ€µ´¸ÑˆÑ‚µ ·° урµ´Ñ‚" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´Ñ€µ´¸ÑˆÑ‚µ ·° урµ´Ñ‚ %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸ĵµ ½° ´ĵµ½Ñ‚" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸ĵµ ½° ´ĵµ½Ñ‚ ² %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° żµÑ€°Ñ‚¸²½¸Ñ‚ с¸ÑÑ‚µĵ" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° żµÑ€°Ñ‚¸²½¸Ñ‚ с¸ÑÑ‚µĵ ² %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° урµ´¸Ñ‚µ" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° урµ´¸Ñ‚µ ·° %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "żÑ€µĵ½³Ñƒ рµ³¸ÑÑ‚Ñ€¸Ñ€°½¸ уżÑ€°²Ñƒ²°Ñ‡¸ ² %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ż²¸şÑ‚ ş½ ħ¸ħğ¸Ñ‚µş°Ñ‚° ½µ усżµ°, ĵĥµħ¸ ½µ µ ż´´Ñ€ĥ°½" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "ż²¸şÑ‚ %s ş½ ħ¸ħğ¸Ñ‚µş°Ñ‚° ½µ усżµ°, ĵĥµħ¸ ½µ µ ż´´Ñ€ĥ°½" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML-ż¸ÑÑ‚ ½µ µ ´ħр фрĵ¸Ñ€°½ ¸ğ¸ ½µ µ ²°ğ¸´µ½" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "XML-ż¸ÑÑ‚ ·° %s ½µ µ ´ħр фрĵ¸Ñ€°½ ¸ğ¸ ½µ µ ²°ğ¸´µ½" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "²Ñ˜ ´ĵµ½ ²µÑœµ żÑÑ‚¸" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "´ĵµ½Ñ‚ %s ²µÑœµ żÑÑ‚¸ " -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° µ ·°ħр°½µÑ‚° ·° żÑ€¸ÑÑ‚°ż с°ĵ ·° ч¸Ñ‚°Ñšµ" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° %s µ ·°ħр°½µÑ‚° ·° żÑ€¸ÑÑ‚°ż с°ĵ ·° ч¸Ñ‚°Ñšµ" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "½µ усżµ°² ´° ј° т²Ñ€°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş° ·° ч¸Ñ‚°Ñšµ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "½µ усżµ°² ´° ј° т²Ñ€°ĵ %s ·° ч¸Ñ‚°Ñšµ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "½µ усżµ°² ´° ј° żÑ€Ñ‡¸Ñ‚°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "½µ усżµ°² ´° ј° żÑ€Ñ‡¸Ñ‚°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş° %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "½µ усżµ°² ´° ј° °½°ğ¸·¸Ñ€°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "½µ усżµ°² ´° ј° °½°ğ¸·¸Ñ€°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş° %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "с¸½Ñ‚°şÑ¸Ñ‡ş° ³Ñ€µÑˆş° ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "с¸½Ñ‚°şÑ¸Ñ‡ş° ³Ñ€µÑˆş° ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "³Ñ€µÑˆş° ² °½°ğ¸·°Ñ‚рт" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ²" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ² %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ĵрµĥ°Ñ‚° ²µÑœµ żÑÑ‚¸" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "ĵрµĥ°Ñ‚° %s ²µÑœµ żÑÑ‚¸" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "³Ñ€µÑˆş° ² с¸Ñ. ż²¸ş" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC-³Ñ€µÑˆş°" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "³Ñ€µÑˆş° ² GNUTLS-ż²¸şÑ‚" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "”ĵµ½Ñ‚ µ ²Ñ€°Ñ‚µ½ ´ %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "œÑ€µĥ°Ñ‚° %s µ şÑ€µ¸Ñ€°½° ´ %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "MAC-°´Ñ€µÑ°" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "œÑ€µĥ°Ñ‚° %s µ şÑ€µ¸Ñ€°½° ´ %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "œÑ€µĥ°Ñ‚° %s µ şÑ€µ¸Ñ€°½° ´ %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ²" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ² %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ²" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ĵрµĥ° ² %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ² %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´ĵµ½" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "”ĵµ½Ñ‚ µ ²Ñ€°Ñ‚µ½ ´ %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "°ğц¸Ñ€°ĵ ½² ´ĵµ½" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "°ğц¸Ñ€°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° %d ´ĵµ½¸" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "½µ усżµ°² ´° сµ ż²Ñ€·°ĵ с Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "½µ усżµ°² ´° żÑ€Ñ‡¸Ñ‚°ĵ ´ Xen-´°µĵ½Ñ‚" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "µ усżµ°² ´° ³ żÑ€´ğĥ°ĵ ´ĵµ½Ñ‚ %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "°ğц¸Ñ€°ĵ ½² ħ°Ñ„µÑ€" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µżÑ€°²¸ğ½°, domid ½µ µ ½ÑƒĵµÑ€¸Ñ‡ş¸" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° ¸ĵµ" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° ¸ĵµ" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° şµÑ€½µğ ¸ ż´¸³°Ñ‡ ½° " "с¸ÑÑ‚µĵт" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" +msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" +msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½ ½µ µ şĵżğµÑ‚½°, vbd ½µĵ° dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½ ½µ µ şĵżğµÑ‚½°, vbd ½µĵ° ¸·²Ñ€" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" "½µ ĵĥ°ĵ ´° ³ °½°ğ¸·¸Ñ€°ĵ ¸ĵµÑ‚ ½° ´°Ñ‚Ñ‚µş° ·° vbd, ½µ´ÑÑ‚°ÑÑƒ²° ¸ĵµ ½° " "уżÑ€°²Ñƒ²°Ñ‡" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" "½µ ĵĥ°ĵ ´° ³ °½°ğ¸·¸Ñ€°ĵ ¸ĵµÑ‚ ½° ´°Ñ‚Ñ‚µş° ·° vbd, ½µ´ÑÑ‚°ÑÑƒ²° т¸ż ½° " "уżÑ€°²Ñƒ²°Ñ‡" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "½µ усżµ°² ´° ј° °½°ğ¸·¸Ñ€°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° Xend-´ĵµ½" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "с¸½Ñ‚°şÑ¸Ñ‡ş° ³Ñ€µÑˆş° ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "½µ усżµ°² ´° ј° °½°ğ¸·¸Ñ€°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° Xend-´ĵµ½" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "µ усżµ°² ´° ³ сусżµ½´¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" +msgstr "½µ усżµ°² ´° ³ сµÑ€¸Ñ˜°ğ¸·¸Ñ€°ĵ S-Expr" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "½µÑ‡µşÑƒ²°½ ј°·ğ с ²Ñ€µ´½ÑÑ‚" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "ĵµĵр¸Ñ˜° ½° ј°·ğт" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "µ усżµ°² ´° ³ ´´µÑ„¸½¸Ñ€°ĵ ´ĵµ½Ñ‚ %s" +msgstr "µ усżµ°² ´° ј° ´´µÑ„¸½¸Ñ€°ĵ ĵрµĥ°Ñ‚° %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "½µ усżµ°² ´ ³ ´ħ¸Ñ˜°ĵ ¸ĵµÑ‚ ½° сµÑ€²µÑ€Ñ‚" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "½µ усżµ°² ´° ј° °½°ğ¸·¸Ñ€°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° Xend-´ĵµ½" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ½µ°şÑ‚¸²½¸Ñ‚ ´ĵµ½ %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° ¸ĵµ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "µż·½°Ñ‚" +msgstr " °ÑżÑ€µ´Ñƒ²°Ñ‡" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "½µ усżµ°² ´ ³ ´ħ¸Ñ˜°ĵ ¸ĵµÑ‚ ½° сµÑ€²µÑ€Ñ‚" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜°Ñ‚° ·° ´ĵµ½Ñ‚ µ ½µÑ†µğс½°, ½µ´ÑÑ‚°ÑÑƒ²° uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ² %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "½µ усżµ°² ´° ј° т²Ñ€°ĵ %s ·° ч¸Ñ‚°Ñšµ" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgstr "½µ усżµ°² ´° ј° żÑ€Ñ‡¸Ñ‚°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş° %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "½µÑ‡µşÑƒ²°½ ј°·ğ с ²Ñ€µ´½ÑÑ‚" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "ğ¸ÑÑ‚° ½° ´ĵµ½¸ ½° ј°·ğт" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "ż²¸şÑ‚ ş½ ħ¸ħğ¸Ñ‚µş°Ñ‚° ½µ усżµ°, ĵĥµħ¸ ½µ µ ż´´Ñ€ĥ°½" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "с¸½Ñ‚°şÑ¸Ñ‡ş° ³Ñ€µÑˆş° ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "½µÑ‡µşÑƒ²°½ ј°·ğ с ²Ñ€µ´½ÑÑ‚" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "½µÑ‡µşÑƒ²°½ ј°·ğ с ²Ñ€µ´½ÑÑ‚" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "½µÑ‡µşÑƒ²°½ ј°·ğ с ²Ñ€µ´½ÑÑ‚" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "ż²Ñ€·Ñƒ²°Ñšµ с°ĵ ·° ч¸Ñ‚°Ñšµ" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "´°²° ğ¸ÑÑ‚° ½° ½µ°şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "½µÑ‡µşÑƒ²°½ dict-ј°·ğ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "µ усżµ°² ´° ³ ²Ñ€°Ñ‚°ĵ ´ĵµ½Ñ‚ ´ %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "µ ĵĥ°ĵ ´° ј° ²µÑ€¸Ñ„¸şÑƒ²°ĵ тµş²½°Ñ‚° MemorySize" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "½µ усżµ°² ´° ј° żÑ€Ñ‡¸Ñ‚°ĵ ş½Ñ„¸³. ´°Ñ‚Ñ‚µş° %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "µż·½°Ñ‚ т¸ż ½° žĦ" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "µ усżµ°² ´° ³ şÑ€µ¸Ñ€°ĵ ´ĵµ½Ñ‚ ´ %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "°ğц¸Ñ€°ĵ ½¸·° с ·½°Ñ†¸" #: src/xmlrpc.c:53 @@ -7217,6 +7758,10 @@ msgstr "´³²Ñ€ ´ °ğş°Ñ†¸Ñ˜°Ñ‚°" msgid "read response" msgstr "´³²Ñ€ ´ ч¸Ñ‚°ÑšµÑ‚" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "°ğц¸Ñ€°ĵ ½¸·° с ·½°Ñ†¸" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "´³²Ñ€Ñ‚ ´ сµÑ€²µÑ€Ñ‚ ·° °½°ğ¸·° ½µ усżµ°" @@ -7225,305 +7770,45 @@ msgstr "´³²Ñ€Ñ‚ ´ сµÑ€²µÑ€Ñ‚ ·° °½°ğ¸·° ½µ усż msgid "allocate new context" msgstr "°ğц¸Ñ€°ĵ ½² ş½Ñ‚µşÑÑ‚" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "½µ усżµ°² ´° сµ ż²Ñ€·°ĵ с Xen Store" -#~ msgid "blocked" -#~ msgstr "ħğş¸Ñ€°½" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "т¸ż ½° ´Ñ€µ´¸Ñˆ½¸Ñ‚ урµ´" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "¸ĵµ ½° ´Ñ€µ´¸Ñˆ½° ĵрµĥ°" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "µ ĵĥ°ĵ ´° ј° ²µÑ€¸Ñ„¸şÑƒ²°ĵ тµş²½°Ñ‚° MemorySize" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´Ñ€µ´¸ÑˆÑ‚µ ·° урµ´Ñ‚" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "½µ²°ğ¸´µ½ °Ñ€³Ñƒĵµ½Ñ‚ ²" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "µ²°ğ¸´½° ²Ñ€µ´½ÑÑ‚ %d ·° ³ğµĵ¸½°Ñ‚° ½° ĵµĵр¸Ñ˜°Ñ‚°" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸ĵµ ½° ´ĵµ½Ñ‚" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "µ усżµ°² ´° ј° şÑ€µ¸Ñ€°ĵ ĵрµĥ°Ñ‚° ´ %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" +msgid "failed to allocate activeDomainList" +msgstr "µ усżµ°² ´° ³¸ żÑ€¸ş°ĥ°ĵ °şÑ‚¸²½¸Ñ‚µ ´ĵµ½¸" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgid "failed to allocate xsWatchList" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "½µ усżµ°² ´° ¸·²Ñ€Ñˆ°ĵ %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "µ ĵĥ°ĵ ´° ј° ²µÑ€¸Ñ„¸şÑƒ²°ĵ тµş²½°Ñ‚° MemorySize" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "½µ усżµ°² ´° ј° т²Ñ€°ĵ %s ·° ч¸Ñ‚°Ñšµ" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "µ усżµ°² ´° ³ ст°Ñ€Ñ‚у²°ĵ ´ĵµ½Ñ‚ %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "żµÑ€°Ñ†¸Ñ˜°Ñ‚° ½µ усżµ°: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ´Ñ€µ´¸ÑˆÑ‚µ ·° урµ´Ñ‚" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸ĵµ ½° ´ĵµ½Ñ‚" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸ĵµ ½° ´ĵµ½Ñ‚" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ²" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "°ğц¸Ñ€°ĵ ½¸·° с ²Ñ€µ´½ÑÑ‚¸" - -#~ msgid "failed to exec %s\n" -#~ msgstr "½µ усżµ°² ´° ¸·²Ñ€Ñˆ°ĵ %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "½µ усżµ°² ´° ´ħ¸Ñ˜°ĵ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ·° ј°·ğт" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "°ğц¸Ñ€°ĵ żÑ€¸²°Ñ‚½¸ ż´°Ñ‚ц¸" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "½µÑ‡µşÑƒ²°½ mime-т¸ż" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "¸ĵµ ¸ğ¸ ¸´. ½° ´ĵµ½" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ² %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ¸·²Ñ€ ·° урµ´Ñ‚" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "½µ²°ğ¸´µ½ żş°ĥу²°Ñ‡ ş½ ´ĵµ½ ² %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "¸ĵµ ¸ğ¸ uuid ½° ´ĵµ½" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ј°·ğ" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸ ½° ´ĵµ½" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° ²¸Ñ€Ñ‚. żÑ€Ñ†µÑÑ€¸ ½° ´ĵµ½" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "µ усżµ°² ´° °ğц¸Ñ€°ĵ ĵµĵр¸Ñ˜°" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "¸ĵµ ½° ĵрµĥ° ¸ğ¸ uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "½µ усżµ°² ´° ј° ´´°´°ĵ ĵрµĥ°Ñ‚° ² hash-т°ħµğ°Ñ‚° ½° ż²Ñ€·Ñƒ²°Ñš°" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "°ğц¸Ñ€°ĵ ż°Ñ‚µş°" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "µ усżµ°² ´° şÑ€µ¸Ñ€°ĵ XML" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: %s" +msgid "reallocating list" +msgstr "°ğц¸Ñ€°ĵ ż°Ñ‚µş°" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "µ усżµ°² ´° ³ ·°Ñ‡Ñƒ²°ĵ ´ĵµ½Ñ‚ %s ² %s" +msgid "failed to allocate domids" +msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" #~ msgid "domain" #~ msgstr "´ĵµ½" -#~ msgid "domain name" -#~ msgstr "¸ĵµ ½° ´ĵµ½" - -#~ msgid "domain uuid" -#~ msgstr "uuid ½° ´ĵµ½" - #~ msgid "domain memory" #~ msgstr "ĵµĵр¸Ñ˜° ½° ´ĵµ½Ñ‚" @@ -7561,60 +7846,8 @@ msgstr "½µ усżµ°² ´° сµ ż²Ñ€·°ĵ с Xen Store" #~ msgid "load network definition file" #~ msgstr "²Ñ‡¸Ñ‚у²°ĵ ´°Ñ‚Ñ‚µş° ·° ´µÑ„¸½¸Ñ†¸Ñ˜° ½° ´ĵµ½" -#~ msgid "too many domains" -#~ msgstr "żÑ€µĵ½³Ñƒ ´ĵµ½¸" - -#, fuzzy -#~ msgid "too many networks" -#~ msgstr "żÑ€µĵ½³Ñƒ ż²Ñ€·Ñƒ²°Ñš°" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "²Ñ‡¸Ñ‚у²°ĵ ´°Ñ‚Ñ‚µş° ·° ´µÑ„¸½¸Ñ†¸Ñ˜° ½° ´ĵµ½" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "½µ´ÑÑ‚°ÑÑƒ²° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° ·° şÑ€µ½²¸Ñ‚ урµ´" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "´ĵµ½Ñ‚ %s ²µÑœµ żÑÑ‚¸ " - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "şÑ€µ¸Ñ€°ĵ xpath-ş½Ñ‚µşÑÑ‚" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "½µ усżµ°² ´° ·°ż¸Ñˆ°ĵ ² ş½Ñ„¸³. ´°Ñ‚Ñ‚µş°" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "½µ усżµ°² ´° °ğц¸Ñ€°ĵ ј°·ğ" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "µ усżµ°² ´° ј° żÑ€½°Ñ˜´°ĵ ĵрµĥ°Ñ‚°: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "ĵµ½Ñƒ²° °ğş°Ñ†¸Ñ˜° ½° ĵµĵр¸Ñ˜°" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "´³²Ñ€ ´ °ğş°Ñ†¸Ñ˜°Ñ‚°" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "˜½Ñ‚µÑ€½° ³Ñ€µÑˆş° %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "°ğц¸Ñ€°ĵ ½² ħ°Ñ„µÑ€" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "µ усżµ°² ´° ³ т²Ñ€°ĵ „%s“: żÑ€Ñ‡¸Ñ‚°½ %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "½µ усżµ°² ´° ¸·²Ñ€Ñˆ°ĵ %s\n" diff --git a/po/ml.po b/po/ml.po index 435a3b2097..2f39032d16 100644 --- a/po/ml.po +++ b/po/ml.po @@ -1,16 +1,16 @@ -# translation of ml.po to Malayalam -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of libvirt.HEAD.ml.po to +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # Ani Peter , 2006, 2007. msgid "" msgstr "" -"Project-Id-Version: ml\n" +"Project-Id-Version: libvirt.HEAD.ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-12-11 09:53+0530\n" -"Last-Translator: Ani Peter \n" -"Language-Team: Malayalam\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-27 17:25+0530\n" +"Last-Translator: \n" +"Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -18,760 +18,781 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" -msgstr "" +msgstr "à´ıോസ്à´ħ്à´ħà´¨àµ†à´Żà´żà´à´żà´¨àµà´³àµà´³ à´µà´żà´²à´à´¸ കുടുംà´Ĵà´¤àµà´¤à´żà´¨àµà´³àµà´³ à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²." + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "à´¨àµ†à´Żà´żà´‚ à´ħà´żà´¸à´²àµà´Żàµ‚à´·à´¨à´żà´²àµâ€ à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´• à´Şà´°à´à´œà´Żà´‚" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flags-ല്‍ തെà´ħ്à´ħà´à´Ż à´àµ‚à´²àµà´²àµà´Żà´‚" + +#: gnulib/lib/gai_strerror.c:44 +msgid "Non-recoverable failure in name resolution" +msgstr "à´¨àµ†à´Żà´żà´‚ à´ħà´żà´¸à´²àµà´Żàµ‚à´·à´¨à´żà´²àµâ€ à´•à´£àµà´Ÿàµà´Şà´żà´Ÿà´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Şà´żà´´à´µàµ" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family-à´Żàµà´•àµà´•àµà´³àµà´³ à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "à´ıോസ്à´ħ്à´ħàµà´¨àµ†à´Żà´żà´à´żà´¨àµŠà´Şàµà´Şà´‚ à´µà´żà´²à´à´¸à´‚ à´²à´­àµà´Żà´à´²àµà´²" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "ലൈà´Ĵ്രà´ħà´ż കോള്‍ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ, à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" +msgid "Name or service not known" +msgstr "à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ സേവനം à´…à´Şà´°à´żà´šà´żà´¤à´‚" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "à´àµ†à´àµà´à´ħà´ż അലോക്കേഷന്‍ à´à´à´ħ്à´ħുക" +msgid "Servname not supported for ai_socktype" +msgstr "ai_socktype-ല്‍ Servname-നുള്ള à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype-നുള്ള à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "à´¸à´żà´¸àµà´ħ്à´ħം à´Şà´żà´ĥക് " #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµà´ħ് à´Ĵà´Ğര്‍ വളരെ ചെà´ħുത്" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "à´¸à´żà´¸àµà´ħ്à´ħം à´•àµ‹à´³à´żà´²àµâ€ à´Şà´żà´ĥക് " +msgid "Processing request in progress" +msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´¨àµà´³àµà´³ à´…à´­àµà´Żà´°àµâ€à´¤àµà´à´¨ നടക്കുന്നു" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "ആവà´ĥàµà´Żà´‚ à´ħà´Ĥ്à´Ĥà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "ആവà´ĥàµà´Żà´‚ à´ħà´Ĥ്à´Ĥà´à´•àµà´•à´żà´Żà´żà´Ÿàµà´Ÿà´żà´²àµà´²" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "എല്ലഠആവà´ĥàµà´Żà´™àµà´™à´³àµà´Ÿàµ† à´Şàµ‚à´°àµâ€à´¤àµà´¤à´żà´Żà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "ഒരു à´¸à´żà´—àµà´¨à´²àµâ€ à´¤à´Ÿà´¸àµà´¸à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨àµ" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "à´Şà´°à´à´àµ€à´ħ്à´ħര്‍ à´¸àµà´Ÿàµà´°à´żà´™àµ à´ĥà´°à´żà´Żà´à´Żà´ż എന്‍കോà´Ħà´żà´™àµ à´šàµ†à´Żàµà´¤à´żà´Ÿàµà´Ÿà´żà´²àµà´²" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´‚" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Şà´żà´ĥക്" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s'-ലേക്ക് à´Şàµà´°à´µàµ‡à´ĥà´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen à´Ħെà´à´£à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´¸à´żà´—àµà´¨à´²àµâ€ à´Şàµˆà´Şàµà´Şà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "SIGHUP à´šàµ†à´Żàµà´Żàµà´àµà´Şàµ‹à´³àµâ€ ക്രà´à´żà´•à´°à´£à´‚ വീണ്ടും à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨àµ" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "à´àµ†à´àµà´à´ħà´ż അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´żà´ĥക്: %s " +msgstr "à´Ħ്രൈവà´ħുകള്‍ വീണ്ടും à´²à´­àµà´Żà´à´à´•àµà´•àµà´àµà´Şàµ‹à´³àµâ€ à´Şà´żà´ĥക്" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "%d à´¸à´żà´—àµà´¨à´²à´żà´²àµâ€ അടച്ചു à´Şàµ‚à´Ÿàµà´Ÿàµà´¨àµà´¨àµ" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż value നോà´Ħ്" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec à´Ğà´Żà´²àµâ€ à´Ħà´żà´¸àµà´•àµà´°à´żà´Şàµà´Ÿà´°àµâ€ à´Ğ്ലà´à´—് ക്രà´à´żà´•à´°à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "Failed to set non-blocking file descriptor flag" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "pid à´Ğà´Żà´²àµâ€ '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "fdopen pid à´Ğà´Żà´²àµâ€ '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "pid à´Ğà´Żà´²àµâ€ '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "pid à´Ğà´Żà´²àµâ€ '%s' à´…à´Ÿà´Żàµà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "struct qemud_socket-നു് à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "സോക്കà´ħ്à´ħ് %d à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "സോക്കà´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "സോക്കà´ħ്à´ħ് '%s'-ലേക്കു് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "'%s'-ലുള്ള കണക്ഷനുകള്‍ à´•àµ‡à´³àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "സര്‍വര്‍ ഇവന്à´ħ് കോള്‍à´Ĵà´à´•àµà´•àµ à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "സോക്കà´ħ്à´ħ്: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "bind: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "listen: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "uid '%d'-നുള്ള à´Żàµ‚à´¸à´°àµâ€ à´ħà´żà´•àµà´•àµ‹à´°àµâ€à´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "qemudInitPaths()-ലുള്ള à´Ĵà´Ğà´ħà´żà´²àµâ€ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨ à´Şà´à´àµà´•à´³àµâ€ വളരെ വലുതà´à´•àµà´¨àµà´¨àµ" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "struct qemud_server-നുള്ള à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "SASL à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ %s à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit auth-നുള്ള à´¸à´żà´¸àµà´ħ്à´ħം à´Ĵà´¸à´żà´²àµ‡à´•àµà´•àµàµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" #: qemud/qemud.c:955 +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" + +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s ആകുന്നു ക്ലൈന്à´ħ് DN" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: ക്ലൈന്à´ħ് à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് à´µà´żà´ĥàµà´µà´¸à´¨àµ€à´Żà´à´²àµà´²." + +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +msgstr "remoteCheckCertificate: ക്ലൈന്à´ħ് à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് à´¨à´²àµâ€à´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨à´¤àµ ആരെന്ന് à´…à´µàµà´Żà´•àµà´¤à´‚." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: the client certificate has been revoked." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: the client certificate uses an insecure algorithm." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് X.509 അല്ല" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: à´Şà´żà´Żà´ħുകള്‍ à´²à´­àµà´Żà´à´²àµà´²" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: ക്ലൈന്à´ħ് à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħà´żà´¨àµà´ħെ കà´à´²à´à´µà´§à´ż à´•à´´à´żà´žàµà´žà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: ക്ലൈà´ħ്à´ħ് à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് à´¨à´żà´²à´µà´żà´²àµâ€ സജീവà´à´²àµà´²" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: client's Distinguished Name is not on the list of " +"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " +"-text' to view the Distinguished Name field in the client certificate, or " +"run this daemon with --verbose option." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: ക്ലൈന്à´ħà´żà´¨àµà´ħെ à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് ഉà´ħà´Şàµà´Şà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate is set so the bad " +"certificate is ignored" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" +msgstr "Failed to verify client credentials: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "കണക്ഷന്‍ à´¸àµà´µàµ€à´•à´°à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "Turn off polkit auth for privileged client %d" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "TLS à´ıà´à´¨àµâ€à´Ħàµà´·àµ†à´Żà´żà´•àµà´•àµ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "à´²à´­àµà´Żà´à´à´•àµà´•àµà´•: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "എഴുതുക: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "à´¸à´żà´—àµà´¨à´²àµâ€ à´ıà´à´¨àµâ€à´Ħà´żà´²à´°àµâ€ %d à´Şà´żà´´à´µàµà´•à´³àµâ€ à´°àµ‡à´–à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ: അവസà´à´¨ à´Şà´żà´´à´µàµ: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "%s കോണ്‍à´Ğà´żà´—àµ à´²à´żà´¸àµà´ħ്à´ħà´żà´¨àµà´³àµà´³ à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "%s കോണ്‍à´Ğà´żà´—àµ à´²à´żà´¸àµà´ħ്à´ħ് à´àµ‚à´²àµà´²àµà´Żà´¤àµà´¤à´żà´¨àµà´³àµà´³ à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" +"remoteReadConfigFile: %s: %s: à´¸àµà´Ÿàµà´°à´żà´™àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ à´¸àµà´Ÿàµà´°à´żà´™àµà´•à´³àµà´Ÿàµ† à´Şà´Ÿàµà´Ÿà´żà´•à´Żà´à´Żà´żà´°à´żà´•àµà´•à´£à´‚\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: തെà´ħ്à´ħà´à´Ż തരം: %s à´²à´­àµà´Żà´à´à´Żà´ż; à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´šàµà´šà´¤àµàµ %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s-ലേക്ക് à´Ħà´‚à´¨àµà´Şàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ auth %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "Cannot set group when not running as root" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "à´—àµà´°àµ‚à´Şàµà´Şàµ'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "à´àµ‹à´Ħ് '%s' à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "à´Ħെà´à´£àµâ€ à´†à´Żà´ż à´Ğോര്‍ക്ക് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "à´Şàµˆà´Şàµà´Şàµ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s-നുള്ള à´—àµà´°àµ‚à´Şàµà´Şàµ ഉടà´à´¸àµà´à´à´µà´•à´à´ĥം à´à´à´ħ്à´ħàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "Failed to register callback for signal pipe" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "program mismatch (actual %x, expected %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "version mismatch (actual %x, expected %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "direction (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "à´¨à´żà´²à´µà´à´°à´‚ (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ ആവà´ĥàµà´Żà´à´à´£àµàµ" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż HTTP à´Şà´żà´ĥക് കോà´Ħ് %d à´²à´­à´żà´šàµà´šàµ" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Şàµà´°à´•àµà´°à´żà´Ż: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "à´Şà´à´°àµâ€à´¸àµ സര്‍വà´ħà´żà´¨àµâ€à´ħെ à´à´ħàµà´Şà´Ÿà´ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şà´à´°àµâ€à´¸àµ à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµà´ħുകള്‍ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "internal error - dispatch function returned invalid code %d" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "dummy length" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "serialise reply header" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "serialise return struct" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "serialise return error" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "serialise return length" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "connection already open" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "തെà´ħ്à´ħà´à´Ż കണക്ഷന്‍ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +msgstr "കണക്ഷന്‍ തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" +msgstr "strdup-ല്‍ à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams too large" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´°àµ€à´¤à´ż" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "size > maximum buffer size" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് à´²à´­àµà´Żà´à´²àµà´²" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "Cannot resolve address %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "client tried invalid SASL init request" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "à´Ĵàµà´³àµ‹à´•àµà´•à´żà´¨àµà´°àµ† à´…à´µà´¸àµà´ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" +msgstr "സോക്ക് à´µà´żà´²à´à´¸à´‚ %d (%s) à´²à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ " -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" +msgstr "à´Şà´żà´Żà´°àµâ€ à´µà´żà´²à´à´¸à´‚ %d (%s) à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´żà´ĥക്" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl context setup failed %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "cannot TLS get cipher size" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "cannot set SASL external SSF %d (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "cannot set SASL security props %d (%s)" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "cannot list SASL mechanisms %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "cannot allocate mechlist" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "cannot query SASL ssf on connection %d (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "negotiated SSF %d was not strong enough" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "cannot query SASL username on connection %d (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "no client username was found" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" +msgstr "out of memory copying username" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL client %s not allowed in whitelist" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "client tried invalid SASL start request" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl start failed %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl start reply data too long %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl step failed %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl step reply data too long %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "client tried unsupported SASL init request" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "client tried unsupported SASL start request" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "client tried unsupported SASL step request" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "client tried invalid PolicyKit init request" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "cannot get peer socket identity" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "Checking PID %d running as %d" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "Failed to lookup policy kit caller: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "à´¨à´żà´·àµà´•àµà´ħà´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "à´Şàµ‹à´³àµâ€à´•à´żà´ħ്à´ħ് à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´ż %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "à´¨à´żà´·àµà´•àµà´ħà´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" - -#: qemud/remote.c:2841 -#, c-format -msgid "Policy kit failed to check authorization %d %s" -msgstr "" - -#: qemud/remote.c:2857 -#, c-format -msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" - -#: qemud/remote.c:2865 -#, c-format -msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" - -#: qemud/remote.c:2884 -msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "à´Şàµ‹à´³àµâ€à´•à´żà´ħ്à´ħ് കോണ്‍ടെക്സ്à´ħ്à´ħ് %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" #: qemud/remote.c:2939 +#, c-format +msgid "Policy kit failed to check authorization %d %s" +msgstr "Policy kit failed to check authorization %d %s" + +#: qemud/remote.c:2955 +#, 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:2963 +#, 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:2982 +msgid "client tried unsupported PolicyKit init request" +msgstr "client tried unsupported PolicyKit init request" + +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "സ്à´ħ്à´ħോà´ħേജ് _à´Şàµ‚à´³àµâ€ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "സ്à´ħ്à´ħോà´ħേജ് _വോള്‍ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´²àµà´²: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "തെà´ħ്à´ħà´à´Ż uuid എലà´àµ†à´¨àµà´ħ്" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (length word)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (length word)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -795,9 +816,8 @@ msgid "expecting a separator in list" msgstr "à´²à´żà´¸àµà´ħ്à´ħà´żà´²àµâ€ ഒരു à´¸àµ†à´Şà´ħേà´ħ്à´ħര്‍ à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨àµ" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" -msgstr "à´²à´żà´¸àµà´ħ്à´ħà´żà´¨àµâ€à´ħെ അവസà´à´¨à´‚ ] ഇല്ല" +msgstr "à´²à´żà´¸àµà´ħ്à´ħà´żà´¨àµà´ħെ അവസà´à´¨à´‚ ] ഇല്ല" #: src/conf.c:521 msgid "expecting a name" @@ -811,8 +831,8 @@ msgstr "ഒരു à´¸àµ†à´Şàµà´Şà´ħേà´ħ്à´ħര്‍ à´Şàµà´°à´¤àµ€à´•àµ msgid "expecting an assignment" msgstr "ഒരു അസ്സൈന്‍à´àµ†à´¨àµâ€à´ħ് à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "à´Ĵà´Ğര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" @@ -825,3219 +845,3554 @@ msgid "failed to save content" msgstr "ഉള്ളടക്കം à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "tty %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "unable to get tty attributes: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "unable to set tty attributes: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "failure waiting for I/O: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "failure reading input: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "failure writing output: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "കണക്ഷന്‍ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "‍à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "നോà´Ħ് അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´²àµà´²" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ à´Şàµ‚à´³àµâ€ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ ഉളളടക്കം à´Şà´•à´°àµâ€à´¤àµà´¤àµà´¨àµà´¨àµ" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´°àµ€à´¤à´ż %s" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ĵൂട്ട് à´Ħà´żà´µàµˆà´¸àµ '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "Invalid floppy device name: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "Invalid harddisk device name: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "Invalid bus type '%s' for floppy disk" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" +msgstr "Invalid bus type '%s' for floppy disk" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +"No 'network' attribute specified with " -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr "No 'dev' attribute specified with " + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "No 'port' attribute specified with socket interface" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr "Cannot parse 'port' attribute with socket interface" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "No 'address' attribute specified with socket interface" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "Model name contains invalid characters" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "à´•àµà´Żà´à´ħക്ടര്‍ à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµà´ħെ à´Şà´à´àµ à´µà´żà´ĥേഷത" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "à´•àµà´Żà´à´ħക്ടര്‍ à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµà´ħെ à´ıോസ്à´ħ്à´ħ് à´µà´żà´ĥേഷത" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "à´•àµà´Żà´à´ħക്ടര്‍ à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµà´ħെ സേവന à´µà´żà´ĥേഷത" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "à´‡à´¨àµâ€à´Şàµà´Ÿàµà´Ÿàµ à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ĵൂട്ട് à´Ħà´żà´µàµˆà´¸àµ '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 bus does not support %s input device" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "unsupported input bus %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" +msgstr "xen bus does not support %s input device" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "à´‡à´¨àµâ€à´Şàµà´Ÿàµà´Ÿàµ à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ħà´żà´µàµˆà´¸àµ à´°àµ€à´¤à´ż" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "cannot remove config for %s" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ĥà´Ĵ്à´Ĥ à´à´à´¤àµƒà´• à´°àµ€à´¤à´ż" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ħà´Żà´ħക്ടà´ħà´ż %s à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ħà´żà´µàµˆà´¸àµ %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "%s à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "à´Ħà´żà´µàµˆà´¸àµ %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "\" à´²à´­àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സോഴ്സ് à´ıോസ്à´ħ്à´ħ് à´²à´­àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ĵൂട്ട് à´Ħà´żà´µàµˆà´¸àµ '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ĵൂട്ട് à´Ħà´żà´µàµˆà´¸àµ '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സോഴ്സ് à´ıോസ്à´ħ്à´ħ് à´²à´­àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ıോസ്à´ħ്à´ħ് %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż ഓà´à´¨àµà´ħà´żà´•àµà´•àµ‡à´·à´¨àµâ€ തരം %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "à´ħൂട്ട് എലà´àµ†à´¨àµà´ħ് à´²à´­àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ħà´żà´µàµˆà´¸àµ à´°àµ€à´¤à´ż" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "xmlXPathContext-നുള്ള സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´Şàµ‡à´°à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´µà´żà´ĥേഷത" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +msgstr "തെà´ħ്à´ħà´à´Ż à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "UUID à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "malformed uuid element" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "missing memory element" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħേà´ħ്à´ħà´ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "OS à´°àµ€à´¤à´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "unsupported architecture" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ĵൂട്ട് à´Ħà´żà´µàµˆà´¸àµ '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "bind: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ıോസ്à´ħ്à´ħ് %s" +msgstr "incorrect root element" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "à´Ÿàµ‹à´Şàµ‹à´³à´œà´żà´Żàµà´Ÿàµ† cpuset-ല്‍ à´¸à´żà´¨àµà´°à´à´•àµà´¸à´żà´²àµâ€ à´Şà´żà´ĥക്" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż dict നോà´Ħ്" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż value നോà´Ħ്" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "cannot create config directory %s: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "ക്രà´à´żà´•à´°à´£ à´Ğà´Żà´²àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "ക്രà´à´żà´•à´°à´£ à´Ğà´Żà´²àµâ€ %s എഴുതുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "cannot save config file %s: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ħà´Żà´ħക്ടà´ħà´ż '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "cannot remove config for %s" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż virt à´°àµ€à´¤à´ż" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "കണക്ഷന്‍ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "‍à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "നോà´Ħ് അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´²àµà´²" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "നോà´Ħ് അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "നോà´Ħ് അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²à´żà´²àµâ€ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ '" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "സോക്കà´ħ്à´ħ് %d-ലേക്ക് à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Ħà´Żà´ħക്ടà´ħà´ż %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "iptables à´¨à´żà´Żà´à´™àµà´™à´³àµâ€ %s-ലേക്കു à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" -msgstr "" +msgstr "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "URI കണക്ഷന്‍ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "കണക്ഷന്‍ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "കണക്ഷന്‍ à´¸àµà´µàµ€à´•à´°à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ തെà´ħ്à´ħà´à´£àµ, domid à´…à´•àµà´•à´¤àµà´¤à´żà´²à´²àµà´²" +msgstr "domainMigratePrepare à´Żàµà´†à´°àµâ€à´ സജ്ജà´à´à´•àµà´•à´żà´Żà´żà´²àµà´²" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare à´Żàµà´†à´°àµâ€à´ സജ്ജà´à´à´•àµà´•à´żà´Żà´żà´²àµà´²" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "path is NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "flags must be zero" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "buffer is NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "flags parameter must be VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "buffer is NULL but size is non-zero" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "à´Ħ്രൈവà´ħുകള്‍ വീണ്ടും à´²à´­àµà´Żà´à´à´•àµà´•àµà´àµà´Şàµ‹à´³àµâ€ à´Şà´żà´ĥക്" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "setsid à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "à´àµ‚à´²àµà´²àµà´Żà´àµà´³à´³ അà´ħേ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" +msgstr "ioctl(TIOCSTTY) failed: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "dup2(stdin) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "dup2(stdout) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "dup2(stderr) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´•à´£àµà´Ÿàµ†à´Żà´żà´¨à´°àµâ€ à´¨àµ†à´Żà´żà´‚ à´¸àµà´Ÿàµà´°à´żà´™àµ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "à´¨à´żà´·àµà´•àµà´ħà´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "സോക്കà´ħ്à´ħ് '%s'-ലേക്കു് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "'%s' ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "സോക്കà´ħ്à´ħ് '%s'-ലേക്കു് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´•à´£àµà´Ÿàµ†à´Żà´żà´¨à´ħà´żà´¨à´à´Żà´ż /proc à´àµŒà´£àµà´Ÿàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´•à´£àµà´Ÿàµ†à´Żà´żà´¨à´ħà´żà´¨à´à´Żà´ż /proc à´àµŒà´£àµà´Ÿàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "%s ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´•à´£àµà´Ÿàµ†à´Żà´żà´¨à´ħà´żà´¨à´à´Żà´ż %s %s-ല്‍ à´àµŒà´£àµà´Ÿàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ħà´Żà´ħക്ടà´ħà´ż '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´•à´£àµà´Ÿàµ†à´Żà´żà´¨à´ħà´żà´¨à´à´Żà´ż /proc à´àµŒà´£àµà´Ÿàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() passed invalid vm definition" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "open(%s) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "à´àµ‚à´²àµà´²àµà´Żà´àµà´³à´³ അà´ħേ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" +msgstr "clone() à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´µàµ‹à´³àµà´Żà´‚ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "സോക്കà´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "സോക്കà´ħ്à´ħ് %d à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "സോക്കà´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "സോക്കà´ħ്à´ħ് '%s'-ലേക്കു് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "സോക്കà´ħ്à´ħ് '%s'-ലേക്കു് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "fd %d à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤àµàµ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "fd %d-ലേക്കു് എഴുതുന്നതു് à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "epoll_create(2) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "epoll_ctl(fd1) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "epoll_ctl(fd1) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "error event %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "epoll_wait() à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´µàµ‹à´³àµà´Żà´‚ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "unlockpt à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "pid à´Ğà´Żà´²àµâ€ '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "%d ലോഗ് à´Ğà´Żà´²à´żà´²àµ‡à´•àµà´•àµàµ argv à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "%d ലോഗ് à´Ğà´Żà´²àµâ€ à´…à´Ÿà´Żàµà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "ഒരു സ്à´ħ്à´ħോà´ħേജ് à´Ħ്രൈവര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "à´µà´żà´Žà´‚ à´¨àµ†à´Żà´żà´‚ à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµàµ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ id à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +msgstr "ചേരുന്ന uuid-à´Żàµà´³àµà´³ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "സജീവà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµ†à´Ÿàµà´Ÿà´ż à´à´à´ħ്à´ħുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "സജീവà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµ†à´Ÿàµà´Ÿà´ż à´à´à´ħ്à´ħുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "waitpid failed to wait for container %d: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "à´¸à´‚à´Żàµ‹à´œà´• ഘടകുà´à´à´Żà´ż à´Ĵà´¨àµà´§à´Şàµà´Şàµ†à´Ÿàµà´¨àµà´¨à´¤à´żà´¨àµà´³à´³ à´¸àµà´•àµà´°à´żà´Şàµà´ħ്à´ħ്" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ ചേà´ħàµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ " -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "സോക്കà´ħ്à´ħ് '%s'-ലേക്കു് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´•àµà´Żà´à´°à´•àµà´Ÿà´°àµâ€ à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "സോക്കà´ħ്à´ħ് %d à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "സോക്കà´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen സ്à´ħ്à´ħോà´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "tty pid à´Ğà´Żà´²àµâ€ %s à´…à´Ÿà´Żàµà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "cannot stat file '%s': %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "ലോഗ് à´Ħà´Żà´ħക്ടà´ħà´ż %s ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ħà´Żà´ħക്ടà´ħà´ż '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "pid à´Ğà´Żà´²àµâ€ '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ id à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +msgid "no domain named %s" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "ഐà´Ħà´ż %d à´†à´Żà´żà´Ÿàµà´Ÿàµà´³àµà´³ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "à´Şàµ‡à´°àµà´•à´³àµâ€" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż HTTP à´Şà´żà´ĥക് കോà´Ħ് %d à´²à´­à´żà´šàµà´šàµ" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Şàµà´°à´•àµà´°à´żà´Ż: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "തെà´ħ്à´ħà´à´Ż à´Şà´à´àµ: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode()-ലേക്കുള്ള തെà´ħ്à´ħà´à´Ż à´Şà´°à´à´àµ€à´ħ്à´ħര്‍" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "Cannot resolve address %d: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "Cannot resolve address %d: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "Cannot resolve address %d: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´ıെà´Ħര്‍ '%s' à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "Forwarding requested, but no IPv4 address/netmask provided" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "ഓട്ടോസ്à´ħ്à´ħà´à´°àµâ€à´Ÿàµà´Ÿàµ à´Ħà´Żà´ħക്ടà´ħà´ż %s ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് കോണ്‍à´Ğà´żà´—àµ à´¨à´à´à´‚ '%s' നെà´ħ്à´ħ്‌വര്‍ക്ക് à´¨à´à´à´µàµà´à´à´Żà´ż '%s' à´šàµ‡à´°àµà´¨àµà´¨à´żà´²àµà´²" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s-നുള്ള ക്രà´à´żà´•à´°à´£ à´Ğà´Żà´²àµâ€ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് '%s' à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d'-നുള്ള à´Żàµ‚à´¸à´°àµâ€ à´ħà´żà´•àµà´•àµ‹à´°àµâ€à´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptabes à´¨à´żà´Żà´à´™àµà´™à´³àµâ€ വീണ്ടും à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨àµ" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv-à´Żàµà´•àµà´•àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "cannot start dhcp daemon without IP address for server" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "failed to add iptables rule to allow forwarding from '%s' : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "failed to add iptables rule to allow forwarding to '%s' : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "failed to add iptables rule to enable masquerading : %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "failed to add iptables rule to allow routing from '%s' : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "failed to add iptables rule to allow routing to '%s' : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP ടേà´Ĵà´żà´³àµâ€à´•àµà´•àµà´³àµà´³ à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "failed to add iptables rule to allow DHCP requests from '%s' : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "failed to add iptables rule to allow DNS requests from '%s' : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "failed to add iptables rule to block outbound traffic from '%s' : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "failed to add iptables rule to block inbound traffic to '%s' : %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്കു് à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "cannot initialize bridge support: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "cannot create bridge '%s' : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "cannot set IP address on bridge '%s' to '%s' : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "cannot set netmask on bridge '%s' to '%s' : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "'%s' à´Ĵàµà´°à´żà´Ħ്ജ് സജീവà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ : %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP à´Ğോര്‍വേര്‍à´Ħà´żà´™àµ സജ്ജà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "à´Ĵàµà´°à´żà´Ħ്ജ് '%s' à´¨à´żà´°àµâ€à´œàµà´œàµ€à´µà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to delete bridge '%s' : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് '%s' à´…à´Ÿà´šàµà´šàµà´Şàµ‚à´Ÿàµà´Ÿàµà´¨àµà´¨àµ" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq-നു് à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Żà´ż pid à´²à´­à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "ചേരുന്ന uuid-à´Żàµà´³àµà´³ നെà´ħ്à´ħ്‌വര്‍ക്ക് à´²à´­àµà´Żà´à´²àµà´²" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "ചേരുന്ന à´¨à´à´à´àµà´³àµà´³ നെà´ħ്à´ħ്‌വര്‍ക്ക് à´²à´­àµà´Żà´à´²àµà´²" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്കു് à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "ചേരുന്ന id-à´Żàµà´³àµà´³ നെà´ħ്à´ħ്‌വര്‍ക്ക് à´²à´­àµà´Żà´à´²àµà´²" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate space for network bridge string" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "symlink '%s' -> '%s' ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "symlink '%s' à´µàµ†à´Ÿàµà´Ÿà´ż à´¨àµ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "à´ŞàµŠà´°àµà´¤àµà´¤à´àµà´³àµà´³ à´Şàµ‡à´°àµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²àµà´³à´³ %s à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´¨àµâ€à´ħെ വേര്‍ഷന്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´²àµà´²\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²à´żà´²àµâ€ à´¸à´żà´¨àµâ€à´ħ്à´ħà´à´•àµà´¸àµ à´Şà´żà´ĥക്: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "URI കണക്ഷന്‍ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "URI കണക്ഷന്‍ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് à´Ğà´Żà´²à´żà´¨àµà´°àµ† à´¨à´à´à´‚ à´Şà´°à´żà´ıà´°à´żà´•àµà´•àµà´•" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" -msgstr "തെà´ħ്à´ħà´à´Ż MAC adress" +msgstr "തെà´ħ്à´ħà´à´Ż MAC adress " -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC à´µà´żà´²à´à´¸à´‚" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "popen à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "Failed to parse vzlist output" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²à´żà´²àµâ€ à´¸à´żà´¨àµâ€à´ħ്à´ħà´à´•àµà´¸àµ à´Şà´żà´ĥക്: %s" +msgstr "UUID in config file malformed" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "URI കണക്ഷന്‍ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "cannot remove config for %s" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´‡à´Şàµà´Şàµ‹à´´àµà´‚ à´Şàµà´ħà´µà´ħàµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "invalid filesystem type" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%s-ലേക്ക് കണക്ട് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "സജീവà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµ†à´Ÿàµà´Ÿà´ż à´à´à´ħ്à´ħുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´‡à´Şàµà´Şàµ‹à´´àµà´‚ à´Şàµà´ħà´µà´ħàµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´•àµà´•àµà´¨àµà´¨ അവസ്à´à´Żà´żà´²à´²àµà´²" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s-ലേക്ക് കണക്ട് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "URI കണക്ഷന്‍ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%s-ലേക്ക് കണക്ട് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "cannot remove config for %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "Already an OPENVZ VM active with the id '%s'" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "URI കണക്ഷന്‍ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "à´µà´żà´°àµâ€à´šàµà´šàµà´µà´²àµâ€ CPU-കളുടെ എണ്ണം à´à´à´ħ്à´ħുക" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "Already an OPENVZ VM defined with the id '%d'" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "no domain with matching id" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´‡à´Şàµà´Şàµ‹à´´àµà´‚ à´Şàµà´ħà´µà´ħàµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +msgstr "domain is not in shutoff state" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "URI കണക്ഷന്‍ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´°àµ€à´¤à´ż %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "URI കണക്ഷന്‍ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "സോക്കà´ħ്à´ħ് %d à´…à´Ÿà´Żàµà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "സോക്കà´ħ്à´ħ് %d à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "സോക്കà´ħ്à´ħ് %d-ലേക്ക് à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "à´Şàµà´°àµ‹à´•àµà´¸à´żà´Żàµà´à´à´Żàµà´³à´³ ആà´ĥà´Żà´µà´żà´¨à´żà´à´Żà´¤àµà´¤à´żà´²àµâ€ à´Şà´żà´ĥക്: %d-ല്‍ %d à´Ĵൈà´ħ്à´ħ്സ് à´²à´­àµà´Żà´à´à´Żà´ż\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "à´Şàµà´°àµ‹à´•àµà´¸à´żà´Żàµà´à´à´Żàµà´³à´³ ആà´ĥà´Żà´µà´żà´¨à´żà´à´Żà´¤àµà´¤à´żà´²àµâ€ à´Şà´żà´ĥക്: %d à´Ĵൈà´ħ്à´ħ്സ് à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´šàµà´šàµ, à´²à´­àµà´Żà´à´à´Żà´¤àµ %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "à´Şàµà´°àµ‹à´•àµà´¸à´żà´Żàµà´à´à´Żàµà´³à´³ ആà´ĥà´Żà´µà´żà´¨à´żà´à´Żà´¤àµà´¤à´żà´²àµâ€ à´Şà´żà´ĥക്: %d à´Ĵൈà´ħ്à´ħ്സ് à´Şà´à´•àµà´•à´ħ്à´ħ് à´²à´­àµà´Żà´à´à´Żà´ż\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "à´Şàµà´°àµ‹à´•àµà´¸à´żà´Żàµà´à´à´Żàµà´³à´³ ആà´ĥà´Żà´µà´żà´¨à´żà´à´Żà´¤àµà´¤à´żà´²àµâ€ à´Şà´żà´ĥക്: തെà´ħ്à´ħà´à´Ż à´Şà´à´•àµà´•à´ħ്à´ħ്\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "à´…à´¸à´żà´¨àµâ€à´•àµà´°àµŠà´£à´¸àµ à´Şà´à´•àµà´•à´ħ്à´ħ് നംà´Ĵര്‍ %d à´²à´­à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "à´Ĵà´Ğà´ħ്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "vncTLSx509certdir അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¤àµà´Ÿà´™àµà´™à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¤àµà´Ÿà´™àµà´™à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "Unexpected exit status from qemu %d pid %lu" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "Unexpected exit status '%d', qemu probably failed" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Cannot find QEMU binary %s: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് '%s' à´²à´­àµà´Żà´à´²àµà´²" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് '%s' സജീവà´à´²àµà´²" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് തരം %d-à´Żàµà´•àµà´•àµà´³àµà´³ à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/qemu_conf.c:585 +#, 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:589 +#, 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:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħà´żà´¸àµà´•àµ തരം '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħà´żà´¸àµà´•àµ തരം '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +msgstr "invalid sound model" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "argv à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "close-on-exec à´Ğà´Żà´²àµâ€ à´Ħà´żà´¸àµà´•àµà´°à´żà´Şàµà´Ÿà´°àµâ€ à´Ğ്ലà´à´—് ക്രà´à´żà´•à´°à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şà´à´°àµâ€à´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "Failed to set non-blocking file descriptor flag" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´µà´żà´Žà´‚ '%s' à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" +msgstr "qemudStartup: à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"%s à´†à´°à´‚à´­à´żà´šàµà´š à´¸à´à´Żà´¤àµà´¤àµàµ QEMU അവസà´à´¨à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "Failure while reading %s startup output: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "Timed out while reading %s startup output" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "Failure while reading %s startup output" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "Out of space while reading %s startup output" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "Unable to open monitor path %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "Unable to set monitor close-on-exec flag" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "Unable to put monitor into non-blocking mode" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "VM കണ്‍സോള്‍ à´Ħേà´ħ്à´ħà´à´Żà´żà´²àµ‡à´•àµà´•àµàµ ലോഗ് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "à´Şàµà´¤à´żà´Ż കോണ്‍ടോക്സ്à´ħ്à´ħ് à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´•" +msgstr "cpumap അനുവà´Ĥà´żà´•àµà´•àµà´•" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "cannot run monitor command to fetch CPU thread info" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "CPU അà´Ğà´żà´¨à´żà´ħ്à´ħà´ż %s സജ്ജà´à´•àµà´•àµà´µà´à´¨àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤àµàµ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +msgstr "à´µà´żà´Žà´‚ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "à´‰à´Şà´Żàµ‹à´—à´¤àµà´¤à´żà´²à´żà´²àµà´²à´à´¤àµà´¤ ഒരു VNC à´Şàµ‹à´°àµâ€à´Ÿàµà´Ÿàµ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "config file path too long: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "%s ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "VM logfile close-on-exec à´Ğ്ലà´à´—് സജ്ജà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´² %s" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "Cannot find QEMU binary %s: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "%d ലോഗ് à´Ğà´Żà´²à´żà´²àµ‡à´•àµà´•àµàµ argv à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "%d ലോഗ് à´Ğà´Żà´²à´żà´²àµ‡à´•àµà´•àµàµ argv à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "VM '%s' അടച്ചു à´Şàµ‚à´Ÿàµà´Ÿàµà´¨àµà´¨àµ" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "%d ലോഗ് à´Ğà´Żà´²àµâ€ à´…à´Ÿà´Żàµà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż dict നോà´Ħ്" +msgstr "Got unexpected pid, damn" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż %s തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż dict നോà´Ħ്" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "tty %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´¸à´µà´żà´ĥേഷതകള്‍ക്കുള്ള à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "ഈ à´ıോസ്à´ħ്à´ħà´żà´²àµâ€ NUMA à´Şà´żà´¨àµà´¤àµà´£ à´¨à´²àµâ€à´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "NUMA-à´Żà´żà´²àµâ€ à´‰à´Şà´Żàµ‹à´—à´¤àµà´¤à´żà´²à´żà´²àµà´²à´à´¤àµà´¤ à´àµ†à´àµà´à´ħà´ż:" +msgstr "NUMA-à´Żà´żà´²àµâ€ à´‰à´Şà´Żàµ‹à´—à´¤àµà´¤à´żà´²à´żà´²àµà´²à´à´¤àµà´¤ à´àµ†à´àµà´à´ħà´żà´Żàµ†à´Şàµà´Şà´ħ്à´ħà´ż ചോà´Ĥà´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "ചേരുന്ന id %d ഉള്ള à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´‡à´Şàµà´Şàµ‹à´´àµà´‚ à´Şàµà´ħà´µà´ħàµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´¸à´¸àµà´Şàµ†à´¨àµâ€à´Ħ് à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´…à´Ÿà´šàµà´šàµà´Şàµ‚à´Ÿàµà´Ÿàµà´¨àµà´¨ à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "ostype-നുള്ള സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "ചേരുന്ന uuid '%s' ഉള്ള à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" +"à´¨à´żà´²à´µà´żà´²àµà´³àµà´³ à´àµ†à´àµà´à´ħà´żà´Żàµ‡à´•àµà´•à´à´³àµâ€ à´¨à´²àµâ€à´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨ ഏà´ħ്à´ħവും കുà´ħഞ്ഞ à´àµ†à´àµà´à´ħà´ż സജ്ജà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "സജീവà´à´à´Ż ഒരു à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµàµ à´àµ†à´àµà´à´ħà´ż സജ്ജà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "à´¨à´²àµâ€à´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨ ഏà´ħ്à´ħവും കൂടുതല്‍ à´àµ†à´àµà´à´ħà´żà´Żàµ‡à´•àµà´•à´à´³àµâ€ സജ്ജà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ UUID à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ xml à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "'%s' ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "സോക്കà´ħ്à´ħ് %d-ലേക്ക് à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "സേവ് à´ıെà´Ħര്‍ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "സോക്കà´ħ്à´ħ് %d-ലേക്ക് à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "xml à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´à´à´ħ്à´ħുന്ന à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "qemu 'info blockstats'-നുള്ള à´Şà´żà´¨àµà´¤àµà´£ à´¨à´²àµâ€à´•àµà´¨àµà´¨à´żà´²àµà´²" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "ഒരു സജീവà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨à´żà´²àµâ€ vcpu കൌണ്ടു് à´à´à´ħ്à´ħുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµà´³àµà´³ ഏà´ħ്à´ħവും കൂടുതല്‍ vcpus à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, 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:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²" +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´¨à´żà´²àµâ€ vcpus à´Şà´żà´¨àµâ€ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu à´¨à´àµà´Şà´°àµâ€ à´Şà´°à´żà´§à´żà´Żàµà´•àµà´•àµàµ à´Şàµà´ħത്തു് %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "അà´Ğà´żà´¨à´żà´ħ്à´ħà´ż സജ്ജà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ലൈà´Ĵ്രà´ħà´ż കോള്‍ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ, à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "cpu അà´Ğà´żà´¨à´żà´ħ്à´ħà´ż à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "അà´Ğà´żà´¨à´żà´ħ്à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu അà´Ğà´żà´¨à´żà´ħ്à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€ ലോà´Ħ് à´šàµ†à´Żàµà´Żàµà´•" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ '%d'-ല്‍ à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż virt തരം" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "നോà´Ħ് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´żà´¸àµà´ħ്à´ħ്" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഇà´àµ‡à´œàµ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen à´Ħെà´à´£à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "qemu à´ıെà´Ħര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "ഇà´àµ‡à´œàµ à´à´à´œà´żà´•àµ തെà´ħ്à´ħà´à´£àµàµ" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "ഇà´àµ‡à´œàµ à´Şà´¤à´żà´Şàµà´Şà´żà´¨àµà´³àµà´³ à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´² (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ '%s' à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "à´Şàµà´¤à´żà´Ż à´µà´żà´Žà´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "à´µà´żà´Žà´‚ à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħà´żà´¸àµà´•àµ തരം '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "à´¸à´żà´Ħà´żà´ħോം à´àµ€à´Ħà´żà´Żà´ à´à´à´ħ്à´ħുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "à´¸à´żà´Ħà´żà´ħോം à´àµ€à´Ħà´żà´Żà´ à´à´à´ħ്à´ħുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%s à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "%s à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "à´ıോസ്à´ħ്à´ħ് à´Ħെà´Ğà´¨à´żà´·à´¨àµâ€ à´Ğà´Żà´²àµâ€ ലോà´Ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "à´ıോസ്à´ħ്à´ħ് à´Ħെà´Ğà´¨à´żà´·à´¨àµâ€ à´Ğà´Żà´²àµâ€ ലോà´Ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²" +msgstr "à´¨à´żà´°àµâ€à´œàµà´œàµ€à´µà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨à´żà´²àµâ€ à´Ħà´żà´µàµˆà´¸àµ à´•àµ‚à´Ÿàµà´Ÿà´żà´šàµà´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµàµ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "à´¸à´żà´Ħà´żà´ħോം à´Ħà´żà´¸àµà´•àµ à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´à´à´¤àµà´°à´àµ‡ à´•àµ‚à´Ÿàµà´Ÿà´żà´šàµà´šàµ‡à´°àµâ€à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§à´żà´•àµà´•àµ‚" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ à´¨àµ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ " + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "à´¸à´żà´Ħà´żà´ħോം à´Ħà´żà´¸àµà´•àµ à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´à´à´¤àµà´°à´àµ‡ à´•àµ‚à´Ÿàµà´Ÿà´żà´šàµà´šàµ‡à´°àµâ€à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§à´żà´•àµà´•àµ‚" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "സജീവà´à´à´Ż ഒരു à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµàµ à´àµ†à´àµà´à´ħà´ż സജ്ജà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "symlink '%s' -> '%s' ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµâ€à´ħ്" +msgstr "തെà´ħ്à´ħà´à´Ż à´Şà´à´àµ: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥം à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "qemu 'info blockstats'-നുള്ള à´Şà´żà´¨àµà´¤àµà´£ à´¨à´²àµâ€à´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²: %s" +msgstr "à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´²àµà´²: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ à´ĥàµ‚à´¨àµà´Żà´à´à´Ż à´Şà´à´àµ" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż à´Şà´à´àµ, '%s' à´²à´­àµà´Żà´à´à´Ż ഒരു à´¸à´‚à´Żàµ‹à´œà´•à´˜à´Ÿà´à´•à´²àµà´²" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµâ€à´ħ്" +msgstr "തെà´ħ്à´ħà´à´Ż à´Şà´à´àµ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU driver only supports virtual memory addrs" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ" +msgstr "lvs à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥം à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "നോà´Ħ് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´żà´¸àµà´ħ്à´ħ്" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +msgid "could not generate random UUID" +msgstr "UUID à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XML-ലുളള നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ '%s' à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgid "failed to start listening VM" +msgstr "à´µà´żà´Žà´‚ à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "ചേരുന്ന à´Şàµ‡à´°àµà´³àµà´³ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "tried to use a closed or uninitialised handle" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "libvirtd à´Ĵൈനà´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" +"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: for 'ext' transport, command is required" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "tty %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "tty %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "tty %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "സോക്കà´ħ്à´ħ് %d à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "സോക്കà´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "സോക്കà´ħ്à´ħ് %d à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +msgstr "സോക്കà´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "transport methods unix, ssh, ext à´Žà´¨àµà´¨à´żà´µà´Żàµà´•àµà´•àµà´³àµà´³ à´Şà´żà´¨àµà´¤àµà´£ à´µà´żà´¨àµâ€à´Ħോസ് à´¨à´²àµâ€à´•àµà´¨àµà´¨à´żà´²àµà´²" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "‍à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´•à´£àµà´Ÿàµ†à´Żà´żà´¨à´°àµâ€ സ്à´ħ്à´ħà´à´•àµà´•àµ അനുവà´Ĥà´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "VM കണ്‍സോള്‍ à´Ħേà´ħ്à´ħà´à´Żà´żà´²àµ‡à´•àµà´•àµàµ ലോഗ് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "SASL ലൈà´Ĵ്രà´ħà´ż à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "unable to set tty attributes: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "unable to set tty attributes: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" +msgstr "Failed to verify client credentials: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "tty %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "സര്‍വര്‍ ഉà´ħà´Şàµà´Şà´à´•àµà´•à´²àµâ€ (സര്‍ട്ടീà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħà´żà´¨àµà´ħെ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ IP à´µà´żà´²à´à´¸à´¤àµà´¤à´żà´¨àµà´ħെ) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" +msgstr "Failed to verify client credentials: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµˆà´Şàµà´Şàµ ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "കà´à´Şàµà´Şà´żà´¨àµà´ħെ à´àµ‚à´²àµà´²àµà´Żà´‚ തെà´ħ്à´ħà´à´£àµ" +msgstr "തെà´ħ്à´ħà´à´Ż à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´Ħà´żà´µàµˆà´¸àµ: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨ സജ്ജà´à´²àµà´²" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: ക്ലൈന്à´ħ് à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് à´¨à´²àµâ€à´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨à´¤àµ ആരെന്ന് à´…à´µàµà´Żà´•àµà´¤à´‚." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "സര്‍ട്ടീà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħà´żà´¨àµà´ħെ കà´à´²à´à´µà´§à´ż à´•à´´à´żà´žàµà´žà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: the client certificate uses an insecure algorithm." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "സര്‍ട്ടീà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് X.509 അല്ല" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "SASL à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ %s à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "tty %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "സര്‍ട്ടീà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħà´żà´¨àµà´ħെ കà´à´²à´à´µà´§à´ż à´•à´´à´żà´žàµà´žà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħ് à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨ സജ്ജà´à´²àµà´²" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "à´¸à´°àµâ€à´Ÿàµà´Ÿà´żà´Ğà´żà´•àµà´•àµ‡à´ħ്à´ħà´żà´¨àµà´ħെ ഉടà´à´¸àµà´à´¨àµà´‚ à´ıോസ്à´ħ്à´ħàµà´¨àµ†à´Żà´żà´àµà´‚ (%s) à´ŞàµŠà´°àµà´¤àµà´¤à´Şàµà´Şàµ†à´Ÿàµà´¨àµà´¨à´żà´²àµà´²" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "à´…à´¨à´µà´§à´ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകള്‍" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ NUMA സെല്ലുകള്‍: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "à´…à´¨à´µà´§à´ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ à´ħà´żà´àµ‹à´Ÿàµà´Ÿàµ IDs: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "map length greater than maximum: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU count exceeds maximum: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU map buffer length exceeds maximum: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ vCPUs എന്നു് à´ıോസ്à´ħ്à´ħ് à´°àµ‡à´–à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨àµ: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "host reports map buffer length exceeds maximum: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "à´…à´¨à´µà´§à´ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ à´ħà´żà´àµ‹à´Ÿàµà´Ÿàµ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµà´•à´³àµâ€: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: à´¤à´żà´°à´żà´•àµ† à´²à´­à´żà´šàµà´š à´Şà´°à´à´àµ€à´ħ്à´ħà´ħുകലുടെ എണ്ണം " +"à´•àµ‚à´Ÿà´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Şà´°à´à´àµ€à´ħ്à´ħര്‍ തരം" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "à´àµ†à´àµà´à´ħà´ż അലോക്കേഷന്‍ à´à´à´ħ്à´ħുക" +msgstr "out of memory allocating array" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Şà´°à´à´àµ€à´ħ്à´ħര്‍ à´°àµ€à´¤à´ż" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "block peek request too large for remote protocol, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "à´¤à´żà´°à´żà´•àµ† à´²à´­à´żà´šàµà´š à´Ĵà´Ğà´ħà´żà´¨àµà´ħെ à´µàµà´Żà´à´Şàµà´¤à´ż ആവà´ĥàµà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´¤à´żà´¨àµàµ à´¤àµà´²àµà´²àµà´Żà´à´²àµà´²" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "memory peek request too large for remote protocol, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "à´…à´¨à´µà´§à´ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകള്‍" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ à´ħà´żà´àµ‹à´Ÿàµà´Ÿàµ നെà´ħ്à´ħ്‌വര്‍ക്കുകള്‍: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "à´…à´¨à´µà´§à´ż à´Ħ്രൈവà´ħുകള്‍ à´°à´œà´żà´¸àµà´Ÿà´°àµâ€ à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ à´Şàµ‚à´³àµà´•à´³àµâ€ ആവà´ĥàµà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "à´…à´¨à´µà´§à´ż à´Ħ്രൈവà´ħുകള്‍ à´°à´œà´żà´¸àµà´Ÿà´°àµâ€ à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ à´Şàµ‚à´³àµà´•à´³àµâ€ à´²à´­à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "à´…à´¨à´µà´§à´ż à´Ħ്രൈവà´ħുകള്‍ à´°à´œà´żà´¸àµà´Ÿà´°àµâ€ à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´àµà´•à´³àµâ€ ആവà´ĥàµà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "à´…à´¨à´µà´§à´ż à´Ħ്രൈവà´ħുകള്‍ à´°à´œà´żà´¸àµà´Ÿà´°àµâ€ à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´àµà´•à´³àµâ€ à´²à´­à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´àµà´•à´³àµâ€ ആവà´ĥàµà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´àµà´•à´³àµâ€ à´²à´­à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´àµà´•à´³àµâ€ ആവà´ĥàµà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´àµà´•à´³àµâ€ à´²à´­à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż ഓà´à´¨àµà´ħà´żà´•àµà´•àµ‡à´·à´¨àµâ€ തരം %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "à´¨à´żà´·àµà´•àµà´ħà´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€à´µàµˆà´¸à´ħà´żà´¨àµ à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" +msgstr "ആവà´ĥàµà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿ ഓà´à´¨àµà´ħà´żà´•àµà´•àµ‡à´·à´¨àµâ€ തരം %s à´¨à´żà´·àµ‡à´§à´żà´šàµà´šàµ" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "à´Şà´żà´¨àµà´¤àµà´£à´Żà´żà´²àµà´²à´à´¤àµà´¤ ഓà´à´¨àµà´ħà´żà´•àµà´•àµ‡à´·à´¨àµâ€ തരം %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL ലൈà´Ĵ്രà´ħà´ż à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "Failed to create SASL client context: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµâ€à´ħ്" +msgid "invalid cipher size for TLS session" +msgstr "TLS സെഷനുള്ള തെà´ħ്à´ħà´à´Ż à´¸à´żà´Ğര്‍ à´µàµà´Żà´à´Şàµà´¤à´ż" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "എക്സ്à´ħ്à´ħേര്‍ണല്‍ SSF %d (%s) ക്രà´à´żà´•à´°à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "cannot set security props %d (%s)" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL mechanism %s not supported by server" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "Failed to start SASL negotiation: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "Failed to make auth credentials" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL negotiation data too long: %d bytes" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "Failed SASL step: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "negotiation SSF %d was not strong enough" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "Failed to collect auth credentials" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "marshalling args" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (length word)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (length word, reply)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "സര്‍വà´ħà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´²à´­à´żà´šàµà´š à´Şà´à´•àµà´•à´ħ്à´ħ് വളരെ വലുതà´à´£àµàµ" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "à´à´ħàµà´Şà´Ÿà´żà´Żà´żà´²àµâ€ തെà´ħ്à´ħà´à´Ż à´ıെà´Ħര്‍" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Şàµà´°àµ‹à´—àµà´°à´à´‚ (%x à´²à´­à´żà´šàµà´šàµ, à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´šàµà´šà´¤àµàµ %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´¸à´àµà´Şàµà´°à´Ĥà´à´Ż à´Şà´¤à´żà´Şàµà´Şàµàµ (%x à´²à´­à´żà´šàµà´šàµ, à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´šàµà´šà´¤àµàµ %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Şàµà´°à´•àµà´°à´żà´Ż (%x à´²à´­à´żà´šàµà´šàµ, à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´šàµà´šà´¤àµàµ %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ĥà´żà´ĥ (%x à´²à´­à´żà´šàµà´šàµ, à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´šàµà´šà´¤àµàµ %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´¸àµ€à´°à´żà´Żà´²àµâ€ (%x à´²à´­à´żà´šàµà´šàµ, à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´šàµà´šà´¤àµàµ %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż അവസ്ഠ(%x à´²à´­à´żà´šàµà´šàµ)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Żà´ż സോക്കà´ħ്à´ħ് à´…à´Ÿà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "à´à´ħàµà´Şà´Ÿà´żà´Żà´żà´²àµâ€ തെà´ħ്à´ħà´à´Ż à´ıെà´Ħര്‍" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "ഒരു à´¸àµà´Ÿàµà´°à´żà´™àµ à´Şà´•à´°àµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "à´Şàµ‚à´³àµâ€ à´°àµ€à´¤à´ż %d-നുള്ള à´Ĵà´à´•àµà´•àµ†à´¨àµâ€à´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´µàµ‹à´³àµà´Żà´‚ '%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "cannot stat file '%s': %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "à´Ğà´Żà´²àµâ€ '%s'-ന്à´ħെ അവസസà´à´¨à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "à´Ğà´Żà´²àµâ€ '%s'-ന്à´ħെ അവസസà´à´¨à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "à´Ğà´Żà´²àµâ€ '%s'-ന്à´ħെ അവസസà´à´¨à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s-നുള്ള à´Ğà´Żà´²àµâ€ കോണ്‍ടെക്സ്à´ħ്à´ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "ഉള്ളടക്കം" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "à´Ħà´Żà´ħക്ടà´ħà´ż %s à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "path" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "path" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "regex %s à´•à´‚à´Şàµˆà´²àµâ€ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex à´—àµà´°àµ‚à´Şàµà´Şàµà´•à´³àµâ€" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥà´¤àµà´¤à´żà´¨à´à´Żà´ż കà´à´¤àµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥം അവസà´à´¨à´żà´šàµà´šà´¤àµ à´ĥà´°à´żà´Żà´à´Żà´żà´Ÿàµà´Ÿà´²àµà´²" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns വളരെ വലുതà´à´£àµàµ" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "à´†à´¨àµà´¤à´°à´żà´• à´Şà´żà´ĥക് %s" +msgstr "à´ħീà´Ħ് à´Şà´żà´ĥക്: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "non-zero exit status from command %d" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: à´¸à´à´•àµà´·à´à´¤àµà´•à´°à´żà´šàµà´šà´żà´Ÿàµà´Ÿà´żà´²àµà´²\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "à´µàµ‹à´³àµà´Żà´‚" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "à´µàµ‹à´³àµà´Żà´‚ എക്സ്à´ħ്à´ħെന്‍à´Ħുകള്‍" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´ħെ ആരംഭ സ്à´à´à´¨à´‚ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´ħെ അവസà´à´¨ സ്à´à´à´¨à´‚ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "എക്സ്à´ħ്à´ħെന്‍à´Ħുകള്‍" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "à´à´¤à´żà´Żà´à´Ż à´µà´²à´żà´Ż à´‰à´Şà´Żàµ‹à´—à´¤àµà´¤à´żà´²à´żà´²àµà´²à´à´¤àµà´¤ എക്സ്à´ħ്à´ħെന്‍à´Ħുകള്‍ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "à´Şà´à´àµ '%s' ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "à´ıെà´Ħര്‍ '%s' à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµâ€à´ħ്" +msgstr "തെà´ħ്à´ħà´à´Ż à´Şà´à´àµ: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "missing mount source" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" -msgstr "ആകà´àµŠà´¤àµà´¤à´‚" +msgstr "à´Şàµ‹à´°àµâ€à´Ÿàµà´Ÿà´²àµâ€" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%s à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സോഴ്സ് à´ıോസ്à´ħ്à´ħ് à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സോഴ്സ് à´Şà´à´àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "സോഴ്സ്" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സോഴ്സ് à´Ħà´Żà´ħക്ടà´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "à´Şà´à´àµ '%s' ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "'%s' à´Şà´à´àµ തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "cannot statvfs path '%s': %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "à´Şà´à´àµ '%s' à´…à´£àµâ€à´²à´żà´™àµà´•àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "ടà´à´°àµâ€à´—െà´ħ്à´ħ്" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ കീ" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "à´Ğà´Żà´²àµâ€ '%s' à´¨à´żà´ħà´Żàµà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "à´Ğà´Żà´²àµâ€ '%s' എക്സ്à´ħ്à´ħെന്‍à´Ħ് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "à´Şà´à´àµ '%s' à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´°àµ€à´¤à´ż %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "à´Şà´żà´¨àµà´¤àµà´£à´Żà´żà´²àµà´²à´à´¤àµà´¤ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ തരം %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "creation of non-raw images is not supported without qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ğà´Żà´²àµâ€ ഉടà´à´¸àµà´à´¨àµâ€ '%s' ക്രà´à´żà´•à´°à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ğà´Żà´²àµâ€ à´àµ‹à´Ħ് '%s' ക്രà´à´żà´•à´°à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "à´Ğà´Żà´²àµâ€ '%s' à´…à´Ÿà´Żàµà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "à´Ğà´Żà´²àµâ€ '%s' à´…à´£àµâ€à´²à´żà´™àµà´•àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "à´ıോസ്à´ħ്à´ħ് à´²àµà´•àµà´•à´Şàµà´Şàµ† à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "ടà´à´°àµâ€à´—à´ħ്à´ħ് %s-നുള്ള IP à´µà´żà´²à´à´¸à´‚ à´²à´­àµà´Żà´à´²àµà´²" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "%s-നുള്ള ip addr à´Ğോര്‍à´à´à´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "വേര്‍ഷന്‍ കà´à´£à´żà´•àµà´•àµà´•" +msgstr "സെഷന്‍" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "സെഷന്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "à´Şàµ‡à´°àµ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "àµİ" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "%s തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "കീ" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "Failed to opendir sysfs path %s: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "sysfs à´Şà´à´àµ %s/%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ ടà´à´°àµâ€à´—à´ħ്à´ħ് à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "സെഷന്‍ %s-നുള്ള à´à´¤àµ†à´™àµà´•à´żà´²àµà´‚ LUN à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "%u:%u:%u:%u ഒരു à´Ħൈà´ħക്ട്-ആക്സെസ്സ് LUN ആണു് എന്നു് à´•à´£àµà´Ÿàµà´Şà´żà´Ÿà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ à´¨àµ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ " +msgstr "lun %d-നുള്ള à´Ħà´żà´µàµˆà´¸àµ à´²à´żà´™àµà´•àµ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "à´Ĵàµà´³àµ‹à´•àµà´•à´żà´¨àµà´°àµ† à´…à´µà´¸àµà´ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" +msgstr "à´Ĵ്ലോക്ക് à´Şà´à´àµ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s " -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "scsidev-നുള്ള à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/storage_backend_iscsi.c:554 -#, fuzzy +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "ആകà´àµŠà´¤àµà´¤à´‚" +msgstr "à´Şàµ‹à´°àµâ€à´Ÿàµà´Ÿà´²àµâ€" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż à´µàµ‹à´³àµà´Żà´‚ എക്സ്à´ħ്à´ħെന്à´ħ് ഓà´Ğ്‌സെà´ħ്à´ħà´żà´¨àµà´ħെ à´àµ‚à´²àµà´²àµà´Żà´‚" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż à´µàµ‹à´³àµà´Żà´‚ എക്സ്à´ħ്à´ħെന്à´ħ് à´¨àµ€à´³à´¤àµà´¤à´żà´¨àµà´ħെ à´àµ‚à´²àµà´²àµà´Żà´‚" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż à´µàµ‹à´³àµà´Żà´‚ എക്സ്à´ħ്à´ħെന്à´ħ് à´µàµà´Żà´à´Şàµà´¤à´żà´Żàµà´Ÿàµ† à´àµ‚à´²àµà´²àµà´Żà´‚" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ" +msgstr "lvs à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥം à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "exitstatus %d à´†à´Żà´ż lvs à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥം à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ" +msgid "allocating pvname or vgname" +msgstr "priv->hostname അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "നോà´Ħ് അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "നോà´Ħ് അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "ഒരു സോക്കà´ħ്à´ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "കà´à´à´¨àµâ€à´Ħ് ലൈന്‍" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "à´Ħà´żà´µàµˆà´¸àµ %s തുà´ħക്കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "à´Ħà´żà´µàµˆà´¸àµ à´ıെà´Ħര്‍ %s à´µàµ†à´Ÿà´żà´Şàµà´Şà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "à´Ħà´żà´µàµˆà´¸àµ %s à´…à´Ÿà´Żàµà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "cannot remove ttyPidFile %s: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "à´Şàµà´¤àµà´¤à´à´Żà´ż ഉണ്ടà´à´•àµà´•à´żà´Ż à´µàµ‹à´³àµà´Żà´‚ '%s' à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "auth host à´†à´Ÿàµà´°à´żà´Ĵàµà´Żàµ‚à´Ÿàµà´Ÿàµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "auth passwd à´†à´Ÿàµà´°à´żà´Ĵàµà´Żàµ‚à´Ÿàµà´Ÿàµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż ഒക്ടല്‍ à´àµ‹à´Ħ്" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż ഓണര്‍ എലà´àµ†à´¨àµà´ħ്" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż à´—àµà´°àµ‚à´Şàµà´Şàµ എലà´àµ†à´¨àµà´ħ്" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "നോà´Ħ് അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´²àµâ€ നല്‍കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ıോസ്à´ħ്à´ħ് %s" +msgid "unknown root element for storage pool" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ħൂട്ട് എലà´àµ†à´¨àµà´ħ്" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´°àµ€à´¤à´ż %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "à´¨àµ†à´Żà´żà´‚ എലà´àµ†à´¨àµà´ħ് à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +msgstr "uuid à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´ıോസ്à´ħ്à´ħ് à´¨à´à´à´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" +msgstr "സോഴ്സ് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "à´Ĵ്ളോക്ക് à´Ħà´żà´µàµˆà´¸àµ" +msgstr "à´Ħà´żà´µàµˆà´¸àµ" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´Ħà´żà´µàµˆà´¸àµ à´Şà´à´àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സോഴ്സ് à´Şà´à´àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ" +msgstr "à´Şàµ‚à´³à´żà´¨àµà´ħെ à´Şàµ‡à´°àµ" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´²à´•àµà´·àµà´Żà´¸àµà´à´à´¨à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "à´²à´•àµà´·àµà´Żà´¸àµà´à´à´¨à´¤àµà´¤à´żà´¨àµà´ħെ à´Şà´à´àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Şàµ‚à´³àµâ€ à´°àµ€à´¤à´ż %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Şàµ‚à´³àµâ€ à´°àµ€à´¤à´ż" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "ഓണര്‍ എലà´àµ†à´¨àµà´ħ് à´²à´­àµà´Żà´à´²àµà´²" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ıോസ്à´ħ്à´ħ് %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´µàµà´Żà´Şàµà´¤à´żà´Żàµà´Ÿàµ† à´Żàµ‚à´£à´żà´ħ്à´ħുകള്‍ '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "à´•à´Şà´à´¸à´żà´ħ്à´ħà´ż എലà´àµ†à´¨àµà´ħ് തെà´ħ്à´ħà´à´£àµàµ" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "à´•à´Şà´à´¸à´żà´ħ്à´ħà´ż എലà´àµ†à´¨àµà´ħ് à´àµ‚à´²àµà´²àµà´Żà´‚ വളരെ വലുതà´à´£àµàµ" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "നോà´Ħ് അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ നല്‍കുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ıോസ്à´ħ്à´ħ് %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ħൂട്ട് എലà´àµ†à´¨àµà´ħ്" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "à´¨àµ†à´Żà´żà´‚ എലà´àµ†à´¨àµà´ħ് à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "à´•à´Şà´à´¸à´żà´ħ്à´ħà´ż എലà´àµ†à´¨àµà´ħ് à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´µàµ‹à´³àµà´Żà´‚ à´°àµ€à´¤à´ż %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "à´Şàµ‚à´³àµâ€" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "cannot construct config file path" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "cannot construct autostart link path" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "കോണ്‍à´Ğà´żà´—àµ à´Ğà´Żà´²àµâ€" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "cannot remove config for %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "ചേരുന്ന uuid-à´Żàµà´³àµà´³ à´Şàµ‚à´³àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "ചേരുന്ന à´Şàµ‡à´°àµà´³àµà´³ à´Şàµ‚à´³àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "à´Şàµ‡à´°àµ" +msgstr "à´Şàµ‡à´°àµà´•à´³àµâ€" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµàµ" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "ചേരുന്ന uuid-à´Żàµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "à´Şàµ‚à´³àµâ€ à´‡à´Şàµà´Şàµ‹à´´àµà´‚ സജീവà´à´à´£àµàµ" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +msgstr "à´Şàµ‚à´³àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 -#, fuzzy +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "ലോഗ് à´Şà´à´àµ ഒരു à´Ğà´Żà´²àµâ€ അല്ല" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ സജീവà´à´²àµà´²" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´‡à´Şàµà´Şàµ‹à´´àµà´‚ സജീവà´à´à´£àµàµ" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "à´µàµ‹à´³àµà´Żà´‚ à´µàµ†à´Ÿàµà´Ÿà´ż à´à´à´ħ്à´ħുന്നതു് à´Şàµ‚à´³àµâ€ à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "à´Şàµ‚à´³à´żà´¨àµàµ കോണ്‍à´ħà´żà´—àµ à´Ğà´Żà´²àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "à´ŞàµŠà´°àµà´¤àµà´¤à´àµà´³àµà´³ à´Şàµ‡à´°àµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "à´ŞàµŠà´°àµà´¤àµà´¤à´àµà´³àµà´³ à´•àµ€à´Żàµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "ഈ à´Şà´à´à´żà´¨àµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´µàµ‹à´³àµà´Żà´‚ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤àµàµ à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´µàµ‹à´³àµà´Żà´‚ നീക്കം à´šàµ†à´Żàµà´Żà´²àµâ€ à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "à´ŞàµŠà´°àµà´¤àµà´¤à´àµà´³àµà´³ à´Şàµ‡à´°àµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ സജീവà´à´²àµà´²" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "ഇന്നത്തെ à´¸à´à´Żà´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨àµ" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "à´ıോസ്à´ħ്à´ħ് à´Ħെà´Ğà´¨à´żà´·à´¨àµâ€ à´Ğà´Żà´²àµâ€ ലോà´Ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "à´ıോസ്à´ħ്à´ħ്" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "നോà´Ħ്" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath കോണ്‍ടെക്സ്à´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨àµ" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "നോà´Ħ് cpu സോക്കà´ħ്à´ħുകള്‍" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "നോà´Ħ് cpu കോര്‍സ്" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "നോà´Ħ് cpu ത്രെà´Ħ്സ്" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "നോà´Ħ് ആക്à´ħ്à´ħീവ് cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "നോà´Ħ് cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "നോà´Ħ് à´àµ†à´àµà´à´ħà´ż" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "നോà´Ħ് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´żà´¸àµà´ħ്à´ħ്" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Ğà´Żà´²àµâ€à´¨àµ†à´Żà´żà´‚ à´ħà´żà´¸àµ‹à´³àµâ€à´µàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "നോà´Ħ് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´żà´¸àµà´ħ്à´ħ്" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് à´Ğà´Żà´²à´żà´¨àµà´°àµ† à´¨à´à´à´‚ à´Şà´°à´żà´ıà´°à´żà´•àµà´•àµà´•" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "നോà´Ħ് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´żà´¸àµà´ħ്à´ħ്" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Ğà´Żà´²àµâ€à´¨àµ†à´Żà´żà´‚ à´ħà´żà´¸àµ‹à´³àµâ€à´µàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ഒരു à´Şà´à´àµ നല്‍കുക à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ test:///default à´‰à´Şà´Żàµ‹à´—à´żà´•àµà´•àµà´•" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´‡à´Şàµà´Şàµ‹à´´àµà´‚ à´Şàµà´ħà´µà´ħàµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "à´àµ†à´ħ്à´ħà´à´Ħേà´ħ്à´ħà´à´Żàµà´•àµà´•àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´µà´à´¨à´à´Żà´żà´²àµà´²" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുക" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "നോà´Ħ് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´żà´¸àµà´ħ്à´ħ്" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´²à´à´¤àµà´¤ സേവ് à´ıെà´Ħര്‍" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "à´ŞàµŠà´°àµà´¤àµà´¤à´à´żà´²àµà´²à´à´¤àµà´¤ à´ıെà´Ħര്‍ à´à´à´œà´żà´•àµ" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "Xen à´Ħെà´à´£à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´àµ†à´ħ്à´ħà´à´Ħേà´ħ്à´ħà´à´Żàµà´Ÿàµ† à´µàµà´Żà´à´¸à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "à´àµ†à´ħ്à´ħà´à´Ħേà´ħ്à´ħà´à´Żàµà´Ÿàµ† à´µàµà´Żà´à´Şàµà´¤à´ż à´Şà´°à´żà´§à´żà´Żàµà´•àµà´•àµàµ à´Şàµà´ħത്തു്" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "à´Şàµ‚à´°àµâ€à´¤àµà´¤à´żà´Żà´à´•à´à´¤àµà´¤ à´àµ†à´ħ്à´ħà´Ħേà´ħ്à´ħà´" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s-ലേക്ക് à´Ħà´‚à´¨àµà´Şàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "നോà´Ħ് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´żà´¸àµà´ħ്à´ħ്" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "à´²à´­àµà´Żà´à´à´Ż സെല്ലുകളേക്കà´à´³àµâ€ à´Şà´°à´żà´§à´ż കൂടുന്നു" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ " -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´‡à´Şàµà´Şàµ‹à´´àµà´‚ à´Şàµà´ħà´µà´ħàµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´‡à´Şàµà´Şàµ‹à´´àµà´‚ à´Şàµà´ħà´µà´ħàµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ " -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "à´ŞàµŠà´°àµà´¤àµà´¤à´àµà´³àµà´³ à´•àµ€à´Żàµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "ഈ à´Şà´à´à´żà´¨àµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "à´•àµà´Żà´à´°à´•àµà´Ÿà´°àµâ€ à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "à´Şà´żà´¨àµà´¤àµà´£à´Żà´żà´²àµà´²à´à´¤àµà´¤ à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´‡à´¨àµâ€à´Şàµà´Ÿàµà´Ÿàµ à´Ħà´żà´µàµˆà´¸àµ %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "cannot initialize bridge support: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "à´Ħà´Żà´ħക്ടà´ħà´ż %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "%s ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "%s തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "സെഷന്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "à´Ğà´Żà´²àµâ€ à´àµ‹à´Ħ് '%s' ക്രà´à´żà´•à´°à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%s à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "à´Ħà´Żà´ħക്ടà´ħà´ż %s à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Cannot find QEMU binary %s: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "ലോഗ് à´Ħà´Żà´ħക്ടà´ħà´ż %s ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥà´¤àµà´¤à´żà´¨à´à´Żà´ż കà´à´¤àµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "Got unexpected pid, damn" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ğà´Żà´²àµâ€ '%s' à´…à´Ÿà´Żàµà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµˆà´Şàµà´Şàµ ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "ചൈള്‍à´Ħ് à´Şàµà´°à´•àµà´°à´żà´Ż à´Ğോര്‍ക്ക് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ğà´Żà´²àµâ€ '%s' à´…à´£àµâ€à´²à´żà´™àµà´•àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "à´ıോസ്à´ħ്à´ħà´żà´¨àµâ€à´ħെ à´¨à´à´à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "à´ıോസ്à´ħ്à´ħà´żà´¨àµâ€à´ħെ à´¨à´à´à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "à´ıോസ്à´ħ്à´ħà´żà´¨àµâ€à´ħെ à´¨à´à´à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "à´Ħà´żà´µàµˆà´¸àµ à´ıെà´Ħര്‍ %s à´µàµ†à´Ÿà´żà´Şàµà´Şà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgid "cannot change to root directory: %s" +msgstr "ഓട്ടോസ്à´ħ്à´ħà´à´°àµâ€à´Ÿàµà´Ÿàµ à´Ħà´Żà´ħക്ടà´ħà´ż %s ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "strdup à´ıോസ്à´ħ്à´ħàµà´¨àµ†à´Żà´żà´‚ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "strdup à´ıോസ്à´ħ്à´ħàµà´¨àµ†à´Żà´żà´‚ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "strdup à´ıോസ്à´ħ്à´ħàµà´¨àµ†à´Żà´żà´‚ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "à´Ğà´Żà´²àµâ€ '%s' എക്സ്à´ħ്à´ħെന്‍à´Ħ് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "കà´à´à´¨àµâ€à´Ħ് ലൈന്‍" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "à´ħീà´Ħ് à´Şà´żà´ĥക്: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -msgstr "" +msgstr "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "à´¸à´ıà´à´Żà´‚ à´Şàµà´°à´żà´¨àµâ€à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "ഗ്ലോà´Ĵല്‍ à´¸à´ıà´à´Żà´‚ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ കà´à´à´¨àµâ€à´Ħ് à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨ à´¸à´ıà´à´Żà´‚ à´Şàµà´°à´żà´¨àµâ€à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "കà´à´à´¨àµâ€à´Ħà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4045,318 +4400,322 @@ msgstr "" "കà´à´à´¨àµâ€à´Ħുകള്‍:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുക" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "à´Ĵൂട്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´Şàµ‹à´³àµâ€ ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ക്à´ħà´à´żà´•à´°à´żà´•àµà´•àµà´•." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ, id à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "ഓട്ടോസ്à´ħ്à´ħà´à´ħàµâ€à´Ÿàµà´Ÿà´żà´™àµ à´¨à´żà´·àµà´•àµà´ħà´żà´Żà´à´à´•àµà´•àµà´•" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż സ്à´ħ്à´ħà´à´ħ്‍ട്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ എന്ന് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "" "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż സ്à´ħ്à´ħà´à´ħ്‍ട്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ എന്ന് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´²àµâ€ à´à´à´ħ്à´ħàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുന്നു എന്ന് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുന്നു എന്ന് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´²àµâ€ à´à´à´ħ്à´ħà´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "വീണ്ടും à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "ലോക്കല്‍ à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´•. ഷെല്‍ à´†à´°à´‚à´­à´żà´šàµà´š à´ĥേഷà´àµà´³à´³ à´Ĵà´żà´³àµâ€à´Ÿàµà´Ÿàµ-ഇന്‍ കà´à´à´¨àµâ€à´Ħ് à´†à´£à´żà´¤àµ." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´°àµâ€ കണക്ഷനുളള URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "à´ħീà´Ħ്-à´’à´£àµâ€à´²à´ż കണക്ഷന്‍" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ കണക്ഷന്‍ ഛേà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "ഗസ്à´ħ്à´ħ് à´•à´£àµâ€à´¸àµ‹à´³à´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "ഗസ്à´ħ്à´ħà´żà´¨àµà´³à´³ à´µà´żà´ħ്‍ച്ച്വല്‍ à´¸àµ€à´°à´żà´Żà´²àµâ€ കണ്‍സോള്‍ കണക്ട് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµ കണ്‍സോള്‍ à´²à´­àµà´Żà´à´²àµà´²\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "ഈ à´Şàµà´³à´à´ħ്à´ħ്à´Ğോà´à´żà´²àµâ€ കണ്‍സോള്‍ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´²à´żà´¸àµà´ħ്à´ħ് നല്‍കുന്നു." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "സജീവà´à´à´Żà´¤àµà´‚ അല്ലà´à´¤àµà´¤à´¤àµà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "സജീവà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "à´Şàµ‡à´°àµ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "അവസ്à´" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "അവസ്à´à´Żà´żà´²àµà´²" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ അവസ്à´" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´•àµà´•àµà´¨àµà´¨ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµâ€à´ħെ അവസ്ഠനല്‍കുന്നു." +msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµà´ħെ അവസ്ഠനല്‍കുന്നു." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµà´³àµà´³ à´Ħà´żà´µàµˆà´¸àµ à´Ĵàµà´³àµ‹à´•àµà´•à´żà´¨àµà´ħെ à´…à´µà´¸àµà´ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨àµ" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´•àµà´•àµà´¨àµà´¨ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµâ€à´ħെ à´Ħà´żà´µàµˆà´¸àµ à´Ĵàµà´³àµ‹à´•àµà´•à´żà´¨àµâ€à´ħെ അവസ്ഠനല്‍കുന്നു." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "à´Ĵ്ളോക്ക് à´Ħà´żà´µàµˆà´¸àµ" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "à´Ĵàµà´³àµ‹à´•àµà´•à´żà´¨àµà´°àµ† à´…à´µà´¸àµà´ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµà´³àµà´³ നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´¸à´‚à´Żàµ‹à´œà´• ഘടകം à´…à´µà´¸àµà´ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´•àµà´•àµà´¨àµà´¨ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨à´żà´¨àµâ€à´ħെ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´…à´µà´¸àµà´ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨àµ." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "ഇന്à´ħà´ħ്‍à´Ğàµ†à´Żà´żà´¸àµ à´Ħà´żà´µàµˆà´¸àµ" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´•" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²àµà´³à´³ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´•." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "%s à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´•" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´•." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "ഒരു XML à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´£à´‚ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´·àµà´•à´°àµâ€à´ĥà´żà´•àµà´•àµà´• (à´†à´°à´‚à´­à´żà´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´·à´żà´•àµà´•àµà´•." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´ĥà´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´†à´°à´‚à´­à´żà´•àµà´•àµà´•" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ തുടങ്ങുക." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ അവസ്ഠഒരു à´Ğà´Żà´²à´żà´²àµ‡à´•àµà´•àµ à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´•" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²àµà´³à´³ ഒരു à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´•." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "à´Ħേà´ħ്à´ħà´ à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµ‡à´£àµà´Ÿà´¤àµ à´Žà´µà´żà´Ÿàµ† എന്ന്" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s à´†à´Żà´ż à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "ഷെà´Ħàµà´Żàµ‚à´³à´ħ്‍ à´Şà´à´°à´àµ€à´ħ്à´ħà´ħുകള്‍ കà´à´£à´żà´•àµà´•àµà´•/ക്à´ħà´à´żà´•à´°à´żà´•àµà´•àµà´•." -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "ഷെà´Ħàµà´Żàµ‚à´³à´ħ്‍ à´Şà´à´°à´àµ€à´ħ്à´ħà´ħുകള്‍ കà´à´£à´żà´•àµà´•àµà´•/ക്à´ħà´à´żà´•à´°à´żà´•àµà´•àµà´•." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "à´àµ‚à´²àµà´²àµà´Żà´‚ അനുവà´Ĥà´żà´•àµà´•àµà´•" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT-നുളള à´µàµ†à´Żà´żà´ħ്à´ħ്" @@ -4365,285 +4724,291 @@ msgstr "XEN_CREDIT-നുളള à´µàµ†à´Żà´żà´ħ്à´ħ്" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT-നുളള കà´à´Şàµà´Şàµ" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "à´µàµà´Żà´à´Şàµà´¤à´żà´Żàµà´Ÿàµ† à´àµ‚à´²àµà´²àµà´Żà´‚ തെà´ħ്à´ħà´à´£àµ" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "കà´à´Şàµà´Şà´żà´¨àµà´ħെ à´àµ‚à´²àµà´²àµà´Żà´‚ തെà´ħ്à´ħà´à´£àµ" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "കà´à´Şàµà´Şà´żà´¨àµà´ħെ à´àµ‚à´²àµà´²àµà´Żà´‚ തെà´ħ്à´ħà´à´£àµ" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "ഷെà´Ħàµà´Żàµ‚à´³à´ħ്‍" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´‚" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "ഒരു à´Ğà´Żà´²à´żà´²àµâ€ à´¸àµ‚à´•àµà´·à´żà´šàµà´š അവസ്à´à´Żà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ വീണ്ടെടുക്കുക" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ വീണ്ടെടുക്കുക." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "വീണ്ടെടുക്കേണ്ട അവസ്à´" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµ€à´£àµà´Ÿàµ†à´Ÿàµà´¤àµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµ€à´£àµà´Ÿàµ†à´Ÿàµà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "à´Ğà´Żà´²àµâ€ à´¨à´żà´°àµ€à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ കോà´ħ്‍ à´Ħà´¨àµà´Şàµ à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ കോà´ħ്‍ à´Ħà´¨àµà´Şàµ à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "കോà´ħ്‍ à´Ħà´‚à´¨àµà´Şàµ à´šàµ†à´Żàµà´Żàµ‡à´£àµà´Ÿà´¤àµ à´Žà´µà´żà´Ÿàµ† എന്ന്" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s-ലേക്ക് à´Ħà´‚à´¨àµà´Şàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s-നെ %s-ലേക്ക് à´Ħà´‚à´¨àµà´Şàµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´•" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "à´àµà´¨àµà´Şàµ à´¨à´żà´°àµâ€à´¤àµà´¤à´żà´Żà´żà´°àµà´¨àµà´¨ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´•." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അടച്ചു à´Şàµ‚à´Ÿàµà´Ÿàµà´•" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "ടà´à´°àµâ€à´—െà´ħ്à´ħ് à´Ħൊà´àµ†à´Żà´żà´¨à´żà´²àµâ€ shutdown കà´à´à´¨àµâ€à´Ħ് à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´Şàµà´Şà´żà´•àµà´•àµà´•." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s അടച്ചു à´Şàµ‚à´Ÿàµà´Ÿàµà´¨àµà´¨àµ\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s അടച്ചു à´Şàµ‚à´Ÿàµà´Ÿàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´ħീà´Ĵൂട്ട് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "ടà´à´°àµâ€à´—െà´ħ്à´ħ് à´Ħൊà´àµ†à´Żà´żà´¨à´żà´²àµâ€ reboot കà´à´à´¨àµâ€à´Ħ് à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´Şàµà´Şà´żà´•àµà´•àµà´•." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´ħീà´Ĵൂട്ട് à´šàµ†à´Żàµà´Żà´Şàµà´Şàµ†à´Ÿàµà´¨àµà´¨àµ\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´ħീà´Ĵൂട്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഇല്ലà´à´¤à´à´•àµà´•àµà´•" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "à´¤à´¨àµà´¨à´żà´°à´żà´•àµà´•àµà´¨àµà´¨ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഇല്ലà´à´¤à´à´•àµà´•àµà´•." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഇല്ലà´à´¤à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´™àµà´™à´³àµâ€" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ സംà´Ĵà´¨àµà´§à´żà´šàµà´šàµà´³à´³ à´…à´Ÿà´żà´¸àµà´à´à´¨ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨àµ." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "à´Şàµ‡à´°àµ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "ഏത് തരം OS:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "അവസ്à´:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU à´¸à´à´Żà´‚:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "ഏà´ħ്à´ħവും കൂടുതല്‍ à´àµ†à´àµà´à´ħà´ż:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "à´Şà´°à´żà´§à´żà´Żà´żà´²àµà´²" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "à´‰à´Şà´Żàµ‹à´—à´¤àµà´¤à´żà´²àµà´³à´³ à´àµ†à´àµà´à´ħà´ż:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "ഓട്ടോസ്à´ħ്à´ħà´à´ħ്‍ട്ട് " +msgstr "à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´•:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "à´Şàµ‡à´°àµ" +msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨ സജ്ജà´à´à´•àµà´•àµà´•" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨ à´°à´ıà´żà´¤à´à´à´•àµà´•àµà´•" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "NUMA-à´Żà´żà´²àµâ€ à´‰à´Şà´Żàµ‹à´—à´¤àµà´¤à´żà´²à´żà´²àµà´²à´à´¤àµà´¤ à´àµ†à´àµà´à´ħà´ż:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "NUMA à´¸àµ†à´²à´żà´²àµâ€ à´²à´­àµà´Żà´à´à´Ż à´‰à´Şà´Żàµ‹à´—à´¤àµà´¤à´żà´²à´żà´²àµà´²à´à´¤àµà´¤ à´àµ†à´àµà´à´ħà´ż à´Ĥൃà´ĥàµà´Żà´à´à´•àµà´•àµà´•." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "NUMA സെല്‍ നംà´Ĵര്‍:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "ആകà´àµŠà´¤àµà´¤à´‚" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ vcpu à´µà´żà´µà´°à´‚" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´°àµâ€à´šàµà´šàµà´µà´²àµâ€ CPU സംà´Ĵà´¨àµà´§à´żà´šàµà´šàµà´³à´³ à´…à´Ÿà´żà´¸àµà´à´à´¨ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨àµ." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU അà´Ğà´żà´¨à´żà´ħ്à´ħà´ż:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അടച്ചു à´Şàµ‚à´Ÿàµà´Ÿà´ż, à´µà´żà´ħ്‍ച്ച്വല്‍ CPUs à´²à´­àµà´Żà´à´²àµà´²." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ vcpu അà´Ğà´żà´¨à´żà´ħ്à´ħà´ż à´¨à´żà´Żà´¨àµà´¤àµà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "à´Ğà´żà´¸à´żà´•àµà´•à´²àµâ€ CPU-കള്‍ à´ıോസ്à´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ VCPU-കള്‍ à´Şà´żà´¨àµâ€ à´šàµ†à´Żàµà´Żàµà´•." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu നംà´Ĵര്‍" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "à´ıോസ്à´ħ്à´ħ് cpu നംà´Ĵര്‍ (കോà´à´ à´‰à´Şà´Żàµ‹à´—à´żà´šàµà´šàµ à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: തെà´ħ്à´ħà´à´Ż à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ vCPU à´¨à´àµà´Şà´°àµâ€." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: cpulist à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "vcpupin: à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: തെà´ħ്à´ħà´à´Ż vCPU à´¨à´àµà´Şà´°àµâ€." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: തെà´ħ്à´ħà´à´Ż à´°àµ€à´¤à´ż. à´¸àµà´Ÿàµà´°à´żà´™àµ കà´à´²à´żà´Żà´à´•àµà´•àµà´•." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: തെà´ħ്à´ħà´à´Ż à´°àµ€à´¤à´ż. %d (near '%c') സ്à´à´à´¨à´¤àµà´¤àµ അക്കം à´Şàµà´ħà´¤àµ€à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨àµ." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4652,1350 +5017,1337 @@ msgstr "" "cpulist: %s: തെà´ħ്à´ħà´à´Ż à´°àµ€à´¤à´ż. %d (near '%c') സ്à´à´à´¨à´¤àµà´¤àµ അക്കം à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ കോà´à´ " "à´Şàµà´ħà´¤àµ€à´•àµà´·à´żà´•àµà´•àµà´¨àµà´¨àµ." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: തെà´ħ്à´ħà´à´Ż à´°àµ€à´¤à´ż. Trailing comma at position %d." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "à´Ğà´żà´¸à´żà´•àµà´•à´²àµâ€ CPU %d à´¨à´żà´²à´µà´żà´²à´żà´²àµà´²." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "à´µà´żà´°àµâ€à´šàµà´šàµà´µà´²àµâ€ CPU-കളുടെ എണ്ണം à´à´à´ħ്à´ħുക" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." msgstr "ഗസ്à´ħ്à´ħ് à´Ħൊà´àµ†à´Żà´żà´¨à´żà´²àµâ€ സജീവà´à´à´Ż à´µà´żà´°àµâ€à´šàµà´šàµà´µà´²àµâ€ CPU-കളുടെ എണ്ണം à´à´à´ħ്à´ħുക." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "à´µà´żà´°àµâ€à´šàµà´šàµà´µà´²àµâ€ CPU-കളുടെ എണ്ണം" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "à´µà´żà´°àµâ€à´šàµà´šàµà´µà´²àµâ€ CPU-കളുടെ എണ്ണം അസà´à´§àµà´µà´à´£àµ" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "വളരെ à´…à´§à´żà´•à´‚ à´µà´żà´°àµâ€à´šàµà´šàµà´µà´²àµâ€ CPU-കള്‍. " -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "à´àµ†à´àµà´à´ħà´ż അലോക്കേഷന്‍ à´à´à´ħ്à´ħുക" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "ഗസ്à´ħ്à´ħ് à´Ħൊà´àµ†à´Żà´żà´¨à´żà´²àµâ€ à´¨à´żà´²à´µà´żà´²àµâ€ à´²à´­àµà´Żà´à´à´Ż à´àµ†à´àµà´à´ħà´ż à´à´à´ħ്à´ħുക." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† അളവ് à´•à´żà´²àµ‹à´Ĵൈà´ħ്à´ħà´żà´²àµâ€" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´µàµà´Żà´à´Şàµà´¤à´żà´Żàµà´Ÿàµ† à´àµ‚à´²àµà´²àµà´Żà´‚ %d തെà´ħ്à´ħà´à´£àµ" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "MaxMemorySize ഉà´ħà´Şàµà´Şà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† ഏà´ħ്à´ħവും കൂടുതലà´à´Ż à´²à´żà´à´żà´ħ്à´ħ് à´à´à´ħ്à´ħുക" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "ഗസ്à´ħ്à´ħ് à´Ħൊà´àµ†à´Żà´żà´¨à´żà´²àµà´³à´³ à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† ഏà´ħ്à´ħവും കൂടുതലà´à´Ż à´²à´żà´à´żà´ħ്à´ħ് à´à´à´ħ്à´ħുക" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "à´Şà´°à´à´à´µà´§à´ż à´àµ†à´àµà´à´ħà´ż (à´•à´żà´²àµ‹à´Ĵൈà´ħ്à´ħàµà´¸à´żà´²àµâ€)" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "à´¨à´żà´²à´µà´żà´²àµà´³à´³ à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´µàµà´Żà´à´Şàµà´¤à´ż ഉà´ħà´Şàµà´Şà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "à´¨à´żà´²à´µà´żà´²àµà´³à´³ à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´µàµà´Żà´à´Şàµà´¤à´ż കുà´ħà´Żàµà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´µàµà´Żà´à´Şàµà´¤à´ż à´à´à´ħ്à´ħുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´…à´Ÿà´żà´¸àµà´à´à´¨ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ നല്‍കുന്നു." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU à´àµ‹à´Ħല്‍:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU à´Ğàµà´°àµ€à´•àµà´µà´¨àµâ€à´¸à´ż:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU സോക്കà´ħ്à´ħ്:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "ഓരോ സോക്കà´ħ്à´ħà´żà´²àµà´‚ ഉളള കോര്‍:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "ഓരോ കോà´ħà´żà´²àµà´‚ ഉളള ത്രെà´Ħ്:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA സെല്ല്:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´µà´²à´żà´Şàµà´Şà´‚:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "à´¸à´µà´żà´ĥേഷതകള്‍" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "à´ıàµˆà´Şàµà´Şà´ħ്‍വൈസà´ħ്‍/à´Ħ്à´ħൈവà´ħà´żà´¨àµâ€à´ħെ à´µà´żà´ĥേഷതകള്‍ നല്‍കുക." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "à´¸à´µà´żà´ĥേഷതകള്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML-ലുളള à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "ഒരു XML à´Ħà´¨àµà´Şà´à´Żà´ż stdout-ലേക്ക് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•. " -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ id à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ UUID à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ id à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ UUID à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ id à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ id à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ UUID à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ id à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ à´Şàµ‡à´°àµ" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ UUID à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "à´à´ħ്à´ħൊരു à´ıോസ്à´ħ്à´ħà´żà´²àµ‡à´•àµà´•àµ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´à´à´ħ്à´ħുക" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" "à´à´ħ്à´ħൊരു à´ıോസ്à´ħ്à´ħà´żà´²àµ‡à´•àµà´•àµ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´à´à´ħ്à´ħുക. à´à´à´ħ്à´ħം ഉടന്‍ à´¸à´‚à´­à´µà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż --live ചേര്‍ക്കുക." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "live migration" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "à´²à´•àµà´·àµà´Żà´¸àµà´à´à´¨à´¤àµà´¤àµà´³àµà´³ à´ıോസ്à´ħ്à´ħà´żà´²àµ‡à´•àµà´•à´żà´¨àµà´°àµ† കണക്ഷന്‍ URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "നീക്കം à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´¨àµà´³àµà´³ URI, à´¸à´à´§à´à´°à´£ ആവà´ĥàµà´Żà´à´żà´²àµà´²" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migrate: desturi à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ഓട്ടോസ്à´ħ്à´ħà´à´ħ്‍ട്ട് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "à´Ĵൂട്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´Şàµ‹à´³àµâ€ ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ക്à´ħà´à´żà´•à´°à´żà´•àµà´•àµà´•." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s ഓട്ടോസ്à´ħ്à´ħà´à´ħ്‍ട്ട് à´†à´Żà´ż à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s ഓട്ടോസ്à´ħ്à´ħà´à´ħ്‍ട്ട് à´†à´Żà´ż à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨à´¤àµ നീക്കം à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുന്നു എന്ന് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുന്നു എന്ന് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´¤àµ à´¨àµ€à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ഉണ്ടà´à´•àµà´•àµà´•" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ഉണ്ടà´à´•àµà´•àµà´•." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "XML നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´µà´żà´µà´°à´£à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´żà´·àµà´•à´°àµâ€à´ĥà´żà´•àµà´•àµà´• (à´†à´°à´‚à´­à´żà´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´·à´żà´•àµà´•àµà´•." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´ĥà´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ഇല്ലà´à´¤à´à´•àµà´•àµà´•" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "à´¤à´¨àµà´¨à´żà´°à´żà´•àµà´•àµà´¨àµà´¨ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ഇല്ലà´à´¤à´à´•àµà´•àµà´•." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´à´à´‚ , id à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s ഇല്ലà´à´¤à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML-ലുളള നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "ഒരു XML à´Ħà´¨àµà´Şà´à´Żà´ż stdout-ലേക്ക് നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകള്‍ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകളുടെ à´²à´żà´¸àµà´ħ്à´ħ് നല്‍കുന്നു." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകള്‍ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "സജീവà´à´à´Żà´¤àµà´‚ അല്ലà´à´¤àµà´¤à´¤àµà´à´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകള്‍ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "സജീവà´à´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകള്‍ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകള്‍ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "ഓട്ടോസ്à´ħ്à´ħà´à´ħ്‍ട്ട് " -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ഓട്ടോസ്à´ħ്à´ħà´à´ħ്‍ട്ട് à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "സജീവം" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "à´¨à´żà´ħ്‍ജ്ജീവം" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് UUID നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‡à´°àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´†à´°à´‚à´­à´żà´•àµà´•àµà´•" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് തുടങ്ങുക." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¤àµà´Ÿà´™àµà´™à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´à´à´‚ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് UUID à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "à´¨àµ†à´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ UUID à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുക" +msgstr "ഒരു à´Şàµ‚à´³àµâ€ à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´•" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "à´Ĵൂട്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´Şàµ‹à´³àµâ€ ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ക്à´ħà´à´żà´•à´°à´żà´•àµà´•àµà´•." +msgstr "à´Ĵൂട്ട് à´šàµ†à´Żàµà´Żàµà´àµà´Şàµ‹à´³àµâ€ à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż ഒരു à´Şàµ‚à´³àµâ€ ക്രà´à´żà´•à´°à´żà´•àµà´•àµà´•." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +msgstr "à´Şàµ‚à´³à´żà´¨àµà´ħെ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s ഓട്ടോസ്à´ħ്à´ħà´à´ħ്‍ട്ട് à´†à´Żà´ż à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´à´Żà´ż à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് %s ഓട്ടോസ്à´ħ്à´ħà´à´ħ്‍ട്ട് à´†à´Żà´ż à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨à´¤àµ നീക്കം à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´à´Żà´ż à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤àµà´¨àµà´¨à´¤àµàµ നീക്കം à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുന്നു എന്ന് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨àµ എന്നു് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഓട്ടോà´à´à´ħ്à´ħà´żà´•àµà´•à´à´Żà´ż തുടങ്ങുന്നു എന്ന് à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´²àµâ€ à´à´à´ħ്à´ħà´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´•" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´•." - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "ഒരു XML à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´£à´‚ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¸àµà´µà´Żà´‚ à´†à´°à´‚à´­à´żà´•àµà´•àµà´¤à´à´Żàµà´³àµà´³ à´…à´Ÿà´Żà´à´³à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´²àµâ€ à´à´à´ħ്à´ħà´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Şàµ‚à´³àµâ€ ഉണ്ടà´à´•àµà´•àµà´•" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "ഒരു à´Şàµ‚à´²àµâ€ ഉണ്ടà´à´•àµà´•àµà´•." + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "ഒരു XML à´Şàµ‚à´³àµâ€ à´µà´żà´µà´°à´£à´‚ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Şàµ‚à´³àµâ€ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Şàµ‚à´³àµâ€ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´•" +msgstr "args-കളുടെ à´Şà´Ÿàµà´Ÿà´żà´•à´Żà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Şàµ‚à´³àµâ€ ഉണ്ടà´à´•àµà´•àµà´•" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "à´Şàµ‚à´³à´żà´¨àµà´ħെ à´Şàµ‡à´°àµ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "à´Şàµ‚à´³àµâ€ ഏതു് തരം" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "source-host for underlying storage" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "source path for underlying storage" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "source device for underlying storage" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "target for underlying storage" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "à´Ĵà´Ğà´ħ്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "XML à´Ĵà´Ğര്‍ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´·àµà´•à´°àµâ€à´ĥà´żà´•àµà´•àµà´• (à´†à´°à´‚à´­à´żà´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²)" +msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Şàµ‚à´³àµâ€ à´¨à´żà´·àµà´•à´°àµâ€à´ĥà´żà´•àµà´•àµà´• (à´†à´°à´‚à´­à´żà´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²)" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´·à´żà´•àµà´•àµà´•." +msgstr "ഒരു à´Şàµ‚à´³àµâ€ à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´·à´żà´•àµà´•àµà´•." -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´ĥà´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Şàµ‚à´³àµâ€ %s à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´ĥà´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Şàµ‚à´³àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "args-കളുടെ à´Şà´Ÿàµà´Ÿà´żà´•à´Żà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Şàµ‚à´³àµâ€ à´¨à´żà´·àµà´•à´°àµâ€à´·à´żà´•àµà´•àµà´•" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "source path for underlying storage" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´ĥà´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¨à´żà´°àµâ€à´·àµà´•à´°àµâ€à´ĥà´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "ഒരു à´Şàµ‚à´³àµâ€ à´Ĵà´żà´³àµâ€à´Ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "à´¨à´²àµâ€à´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨ à´Şàµ‚à´³àµâ€ à´Ĵà´żà´³àµâ€à´Ħ് à´šàµ†à´Żàµà´Żàµà´•." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "à´Şàµ‚à´³àµâ€ %s à´Ĵà´żà´³àµâ€à´Ħ് à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഇല്ലà´à´¤à´à´•àµà´•àµà´•" +msgstr "ഒരു à´Şàµ‚à´³àµâ€ à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´•" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "à´¤à´¨àµà´¨à´żà´°à´żà´•àµà´•àµà´¨àµà´¨ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഇല്ലà´à´¤à´à´•àµà´•àµà´•." +msgstr "à´¤à´¨àµà´¨à´żà´°à´żà´•àµà´•àµà´¨àµà´¨ ഒരു à´Şàµ‚à´³àµâ€ à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´•" -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഇല്ലà´à´¤à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "ഒരു à´Şàµ‚à´³àµâ€ à´µàµ†à´Ÿàµà´Ÿà´ż à´à´à´ħ്à´ħുക" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "à´¤à´¨àµà´¨à´żà´°à´żà´•àµà´•àµà´¨àµà´¨ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഇല്ലà´à´¤à´à´•àµà´•àµà´•." +msgstr "à´¤à´¨àµà´¨à´żà´°à´żà´•àµà´•àµà´¨àµà´¨ ഒരു à´Şàµ‚à´³àµâ€ ഇല്ലà´à´¤à´à´•àµà´•àµà´•." -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഇല്ലà´à´¤à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s ഇല്ലà´à´¤à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "ഒരു à´Şàµ‚à´³àµâ€ à´Şà´°à´żà´·àµà´•à´°à´żà´•àµà´•àµà´•." -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "à´¨à´²àµâ€à´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨ ഒരു à´Şàµ‚à´³àµâ€ à´Şà´°à´żà´·àµà´•à´°à´żà´•àµà´•àµà´•." -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s à´Şàµà´¨à´°àµà´œàµà´œàµ€à´µà´żà´Şàµà´Şà´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµ‚à´³àµâ€ %s à´Şàµà´¨à´°àµà´œàµà´œàµ€à´µà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XML-ലുളള à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚" +msgstr "XML-ലുളള à´Şàµ‚à´³àµâ€ à´µà´żà´µà´°à´‚" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "ഒരു XML à´Ħà´¨àµà´Şà´à´Żà´ż stdout-ലേക്ക് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•. " +msgstr "ഒരു XML à´Ħംà´àµà´Şà´à´Żà´ż stdout-ലേക്ക് à´Şàµ‚à´³àµâ€ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•. " -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" +msgstr "à´Şàµ‚à´³àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´²à´żà´¸àµà´ħ്à´ħ് നല്‍കുന്നു." +msgstr "à´Şàµ‚à´³àµà´•à´³àµà´Ÿàµ† à´²à´żà´¸àµà´ħ്à´ħ് നല്‍കുന്നു." -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Şàµ‚à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "സജീവà´à´à´Żà´¤àµà´‚ അല്ലà´à´¤àµà´¤à´¤àµà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" +msgstr "സജീവà´à´à´Żà´¤àµà´‚ അല്ലà´à´¤àµà´¤à´¤àµà´à´à´Ż à´Şàµ‚à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "സജീവà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "സജീവà´à´à´Ż à´Şàµ‚à´³àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Şàµ‚à´³àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´Şàµ‹à´Żà´żà´¨àµà´ħര്‍" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "à´…à´¨à´µà´§à´ż à´Ħ്രൈവà´ħുകള്‍ à´°à´œà´żà´¸àµà´Ÿà´°àµâ€ à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ à´Şàµ‚à´³àµà´•à´³àµâ€ à´²à´­à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "à´…à´¨à´µà´§à´ż à´Ħ്രൈവà´ħുകള്‍ à´°à´œà´żà´¸àµà´Ÿà´°àµâ€ à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "à´’à´°àµà´Şà´à´Ÿàµàµ à´Şàµ‚à´³àµà´•à´³àµâ€ à´²à´­à´żà´šàµà´šà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´µà´żà´µà´°à´‚" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´…à´Ÿà´żà´¸àµà´à´à´¨ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ നല്‍കുന്നു." +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³à´żà´¨àµà´ħെ à´…à´Ÿà´żà´¸àµà´à´à´¨ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ നല്‍കുന്നു." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" -msgstr "" +msgstr "à´Ĵà´żà´³àµâ€à´Ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨àµ" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" -msgstr "" +msgstr "à´Ħീഗ്രേà´Ħ് à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" -msgstr "" +msgstr "à´µàµà´Żà´à´Şàµà´¤à´ż:" -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" -msgstr "‍à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´µ:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" -msgstr "" - -#: src/virsh.c:3664 -#, fuzzy -msgid "convert a pool UUID to pool name" -msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് UUID നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‡à´°àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" - -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ uuid" - -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´†à´°à´‚à´­à´żà´•àµà´•àµà´•" - -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ തുടങ്ങുക." +msgstr "à´²à´­àµà´Żà´à´à´Żà´¤àµàµ:" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "ഒരു à´Şàµ‚à´³àµâ€ UUID à´Şàµ‚à´³àµâ€ à´Şàµ‡à´°àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "à´Şàµ‚à´³àµâ€ uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Şàµ‚à´³àµâ€ (à´àµà´àµà´Şàµ à´¨à´żà´·àµà´•à´°àµâ€à´·à´żà´šàµà´šà´żà´Ÿàµà´Ÿàµà´³àµà´³) à´†à´°à´‚à´­à´żà´•àµà´•àµà´•" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "ഒരു à´Şàµ‚à´³àµâ€ തുടങ്ങുക." + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Şàµ‚à´³à´żà´¨àµà´ħെ à´Şàµ‡à´°àµ" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¤àµà´Ÿà´™àµà´™à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµ‚à´³àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´•" +msgstr "à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµà´ħുകളുടെ à´•àµ‚à´Ÿàµà´Ÿà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´µàµ‹à´³àµà´Żà´‚ ഉണ്ടà´à´•àµà´•àµà´•" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´•." +msgstr "ഒരു à´µàµ‹à´³àµà´Żà´‚ ഉണ്ടà´à´•àµà´•àµà´•." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "à´¨à´żà´·àµà´•àµà´°à´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgstr "à´µàµ‹à´³àµà´Żà´¤àµà´¤à´żà´¨àµà´ħ് à´Şàµ‡à´°àµ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "size of the vol with optional k,M,G,T suffix" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "initial allocation size with optional k,M,G,T suffix" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "à´Ğà´Żà´²àµâ€ à´°àµ€à´¤à´żà´•à´³àµâ€ raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż à´µàµà´Żà´à´Şàµà´¤à´ż %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´µàµ‹à´³àµà´Żà´‚ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´µàµ‹à´³àµà´Żà´‚ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²" +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Şàµ‚à´³àµâ€â€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Şàµ‚à´³à´żà´²àµâ€ ക്രà´à´żà´•à´°à´£à´‚ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´Şàµ‚à´³àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´à´à´‚ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് UUID à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" +msgstr "ഒരു à´Şàµ‚à´³àµâ€ à´¨à´à´à´‚ à´Şàµ‚à´³àµâ€ UUID à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ UUID à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµ‚à´³àµâ€ UUID à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´•" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "ഒരു XML à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´£à´‚ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€" +msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ ഒരു à´µàµ‹à´³àµà´Żà´‚ ഉണ്ടà´à´•àµà´•àµà´•" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "ഒരു XML à´µàµ‹à´³àµà´Żà´‚ à´µà´żà´µà´°à´£à´‚ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "à´¤à´¨àµà´¨à´żà´°à´żà´•àµà´•àµà´¨àµà´¨ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഇല്ലà´à´¤à´à´•àµà´•àµà´•." - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´µàµ‹à´³àµà´Żà´‚ %s ഉണ്ടà´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´µàµ‹à´³àµà´Żà´‚ ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "ഒരു à´µàµ‹à´³àµà´Żà´‚ à´µàµ†à´Ÿàµà´Ÿà´żà´à´à´ħ്à´ħുക" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "à´¤à´¨àµà´¨à´żà´°à´żà´•àµà´•àµà´¨àµà´¨ ഒരു à´µàµ‹à´³àµà´Żà´‚ ഇല്ലà´à´¤à´à´•àµà´•àµà´•." + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "à´µàµ‹à´³àµà´Żà´‚ à´Şàµ‡à´°àµ, കീ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ à´Şà´à´àµ" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഇല്ലà´à´¤à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" +msgstr "à´µàµ‹à´³àµà´Żà´‚ %s ഇല്ലà´à´¤à´à´•àµà´•à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´µàµ‹à´³àµà´Żà´‚ %s à´¨à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´¤àµà´¤à´żà´¨àµà´ħെ à´µà´żà´µà´°à´™àµà´™à´³àµâ€" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´…à´Ÿà´żà´¸àµà´à´à´¨ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ നല്‍കുന്നു." +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´¤àµà´¤à´żà´¨àµà´ħെ à´…à´Ÿà´żà´¸àµà´à´à´¨ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ നല്‍കുന്നു." -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "ഏത് തരം OS:" +msgstr "ഏത് തരം:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML à´Ğà´Żà´²àµâ€" +msgstr "à´Ğà´Żà´²àµâ€" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" -msgstr "à´¤à´Ÿà´¸àµà´¸à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" +msgstr "à´Ĵ്ലോക്ക്" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XML-ലുളള à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚" +msgstr "XML-ലുളള à´µàµ‹à´³àµà´Żà´‚ à´µà´żà´µà´°à´‚" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "ഒരു XML à´Ħà´¨àµà´Şà´à´Żà´ż stdout-ലേക്ക് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•. " +msgstr "ഒരു XML à´Ħംà´àµà´Şà´à´Żà´ż stdout-ലേക്ക് à´µàµ‹à´³àµà´Żà´‚ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•. " -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" +msgstr "à´µàµ‹à´³àµà´Żà´àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ à´²à´żà´¸àµà´ħ്à´ħ് നല്‍കുന്നു." +msgstr "à´µàµ‹à´³àµà´Żà´àµà´•à´³àµà´Ÿàµ† à´Şà´Ÿàµà´Ÿà´żà´• à´Şàµ‚à´³àµâ€ à´µà´´à´ż നല്‍കുന്നു." -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "സജീവà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "സജീവà´à´à´Ż à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "à´Şà´à´àµ" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് UUID നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‡à´°àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" +msgstr "ഒരു à´µàµ‹à´³àµà´Żà´‚ UUID à´µàµ‹à´³àµà´Żà´‚ à´Şàµ‡à´°àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "à´µàµ‹à´³àµà´Żà´‚ കീ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ à´Şà´à´àµ" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് UUID നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‡à´°àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" +msgstr "ഒരു à´µàµ‹à´³àµà´Żà´‚ UUID à´µàµ‹à´³àµà´Żà´‚ കീ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ uuid" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് UUID നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‡à´°àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "à´µàµ‹à´³àµà´Żà´‚ uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "ഒരു à´µàµ‹à´³àµà´Żà´‚ UUID à´µàµ‹à´³àµà´Żà´‚ à´Şà´à´àµ à´†à´Żà´ż à´µàµ‡à´°àµâ€à´¤à´żà´°à´żà´•àµà´•àµà´•" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "à´µàµ‹à´³àµà´Żà´‚ à´Şàµ‡à´°àµàµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ കീ" + +#: src/virsh.c:4347 msgid "show version" msgstr "വേര്‍ഷന്‍ കà´à´£à´żà´•àµà´•àµà´•" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "à´¸à´żà´¸àµà´ħ്à´ħà´¤àµà´¤à´żà´¨àµâ€à´ħെ വേര്‍ഷന്‍ സംà´Ĵà´¨àµà´§à´żà´šàµà´šàµà´³àµà´³ à´µà´żà´µà´°à´‚ à´Şàµà´°à´Ĥര്‍à´ĥà´żà´Şàµà´Şà´żà´•àµà´•àµà´•." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "ഏത് തരം à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´°àµâ€ എന്ന് à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "ലൈà´Ĵ്രà´ħà´żà´Żàµà´•àµ à´Žà´¤à´żà´°àµ† à´•à´‚à´Şàµˆà´²àµâ€ à´šàµ†à´Żàµà´¤àµ: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "ലൈà´Ĵ്രà´ħà´żà´Żàµà´Ÿàµ† വേര്‍ഷന്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "ലൈà´Ĵ്രà´ħà´ż à´‰à´Şà´Żàµ‹à´—à´żà´•àµà´•àµà´¨àµà´¨àµ: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API à´‰à´Şà´Żàµ‹à´—à´żà´•àµà´•àµà´¨àµà´¨àµ: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´¨àµâ€à´ħെ വേര്‍ഷന്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²àµà´³à´³ %s à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´¨àµâ€à´ħെ വേര്‍ഷന്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´²àµà´²\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€à´µàµˆà´¸à´ħ്‍ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨àµ: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "ഈ à´ıോസ്à´ħ്à´ħà´żà´²àµâ€ NUMA à´Şà´żà´¨àµà´¤àµà´£ à´¨à´²àµâ€à´•àµà´¨àµà´¨à´żà´²àµà´²" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "à´¸à´µà´żà´ĥേഷതകള്‍" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "ഒരു XML à´Ħംà´àµà´Şà´à´Żà´ż stdout-ലേക്ക് à´µàµ‹à´³àµà´Żà´‚ à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•. " + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "à´Ħà´żà´µàµˆà´¸àµ" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "à´ıàµˆà´Şàµà´Şà´ħ്‍വൈസà´ħà´żà´¨àµâ€à´ħെ à´ıോസ്à´ħ്à´ħ് à´¨à´à´à´‚ à´Şàµà´ħà´żà´¨àµâ€à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "à´ıോസ്à´ħ്à´ħà´żà´¨àµâ€à´ħെ à´¨à´à´à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "à´ıàµˆà´Şàµà´Şà´ħ്‍വൈസà´ħà´żà´¨àµâ€à´ħെ കà´à´¨àµ‹à´£à´żà´•àµà´•à´²àµâ€ URI à´Şàµà´ħà´żà´¨àµâ€à´ħ് à´šàµ†à´Żàµà´Żàµà´•" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc display" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC à´Ħà´żà´¸àµà´Şàµà´³àµ†à´Żàµà´•àµà´•àµ ആവà´ĥàµà´Żà´àµà´³à´³ IP à´µà´żà´²à´à´¸à´µàµà´‚ à´Şàµ‹à´ħ്‍ട്ട് à´¨à´¨àµà´Şà´ħും നല്‍കുന്നു." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty കണ്‍സോള്‍" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY à´•à´£àµâ€à´¸àµ‹à´³à´żà´¨àµà´³àµà´³ à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ ചേà´ħ്‍ക്കുക" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "ഒരു XML -à´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ ചേà´ħ്‍ക്കുക. " -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML à´Ğà´Żà´²àµâ€" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device: à´à´šàµà´›à´żà´•à´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ ചേà´ħàµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ " -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "ഒരു XML à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ നീക്കുക" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "ഒരു XML -à´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ നീക്കുക " -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device: à´à´šàµà´›à´żà´•à´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħà´żà´µàµˆà´¸àµ à´¨àµ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ " -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´¸à´‚à´Żàµ‹à´œà´• ഘടകം ചേà´ħ്‍ക്കുക" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµà´¤à´żà´Ż à´¸à´‚à´Żàµ‹à´œà´• ഘടകം ചേà´ħ്‍ക്കുക." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´¸à´‚à´Żàµ‹à´œà´• ഘടകം ഏത് തരം" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´¸à´‚à´Żàµ‹à´œà´• ഘടകം à´Žà´µà´żà´Ÿàµ† à´¨à´żà´¨àµà´¨àµ" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC à´µà´żà´²à´à´¸à´‚" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "à´¸à´‚à´Żàµ‹à´œà´• ഘടകുà´à´à´Żà´ż à´Ĵà´¨àµà´§à´Şàµà´Şàµ†à´Ÿàµà´¨àµà´¨à´¤à´żà´¨àµà´³à´³ à´¸àµà´•àµà´°à´żà´Şàµà´ħ്à´ħ്" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "'attach-interface' എന്ന കà´à´à´¨àµâ€à´Ħà´żà´¨àµ %s എന്ന à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´¸à´‚à´Żàµ‹à´œà´• ഘടകം à´à´à´ħ്à´ħുക" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "à´¸à´‚à´Żàµ‹à´œà´• ഘടകം വേà´ħàµâ€à´Şàµ†à´Ÿàµà´¤àµà´¤àµà´•." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "à´¸à´‚à´Żàµ‹à´œà´• à´˜à´Ÿà´•à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "%s എന്ന à´¤à´°à´¤àµà´¤à´żà´²àµà´³à´³ à´¸à´‚à´Żàµ‹à´œà´• ഘടകം à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "%s എന്ന MAC à´µà´żà´²à´à´¸à´àµà´³à´³ à´¸à´‚à´Żàµ‹à´œà´• ഘടകം à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "à´Ħà´żà´¸àµà´•àµ à´Ħà´żà´µàµˆà´¸àµ ചേà´ħ്‍ക്കുക" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "à´Şàµà´¤à´żà´Ż à´Ħà´żà´¸àµà´•àµ à´Ħà´żà´µàµˆà´¸àµ ചേà´ħ്‍ക്കുക" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "à´Ħà´żà´¸àµà´•àµ à´Ħà´żà´µàµˆà´¸à´żà´¨àµâ€à´ħെ ഉà´ħà´µà´żà´Ÿà´‚" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "à´Ħà´żà´¸àµà´•àµ à´Ħà´żà´µàµˆà´¸à´żà´¨àµâ€à´ħെ à´²à´•àµà´·àµà´Żà´‚" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "à´Ħà´żà´¸àµà´•àµ à´Ħà´żà´µàµˆà´¸à´żà´¨àµâ€à´ħെ à´Ħ്à´ħൈവà´ħ്‍" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "à´Ħà´żà´¸àµà´•àµ à´Ħà´żà´µàµˆà´¸à´żà´¨àµâ€à´ħെ à´¸à´Ĵ് à´Ħ്à´ħൈവà´ħ്‍" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "mode of device reading and writing" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "'attach-disk' കà´à´à´¨àµâ€à´Ħà´żà´¨àµ %s à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "à´Ħà´żà´¸àµà´•à´żà´¨àµâ€à´ħെ à´Ħà´żà´µàµˆà´¸àµ à´à´à´ħ്à´ħുക" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "à´Ħà´żà´¸àµà´•à´żà´¨àµâ€à´ħെ à´Ħà´żà´µàµˆà´¸àµ à´à´à´ħ്à´ħുക" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "à´Ħà´żà´¸àµà´•à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "%s à´²à´•àµà´·àµà´Żà´à´à´Ż à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "failed to calloc memory for init string: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "à´¨à´żà´·àµà´•àµà´ħà´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ" +msgstr "lvs à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥം à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "exitstatus %d à´†à´Żà´ż lvs à´¨à´żà´°àµâ€à´Ĥ്à´Ĥേà´ĥം à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Şàµ‚à´³à´żà´²àµâ€ ക്രà´à´żà´•à´°à´£à´‚ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Ħൊà´àµ†à´Żà´żà´¨àµâ€à´ħെ കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ ഒരു à´Şàµ‚à´³à´żà´²àµâ€ ക്രà´à´żà´•à´°à´£à´‚ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´żà´²àµà´²." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "ഈ ഇന്‍à´ħà´ħà´à´•àµà´ħ്à´ħീവ് ടെര്‍à´à´żà´¨à´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´Şàµà´ħത്ത് കടക്കുക" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "കà´à´à´¨àµâ€à´Ħ് '%s'-ന് à´‰à´Şà´à´§à´ż <%s> ആവà´ĥàµà´Żà´àµà´£àµà´Ÿàµ" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "കà´à´à´¨àµâ€à´Ħ് '%s'-ന് à´‰à´Şà´à´§à´ż --%s ആവà´ĥàµà´Żà´àµà´£àµà´Ÿàµ" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "കà´à´à´¨àµâ€à´Ħ് '%s' à´¨à´żà´²à´µà´żà´²à´żà´²àµà´²" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " à´Şàµ‡à´°àµ\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6003,7 +6355,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6011,7 +6363,7 @@ msgstr "" "\n" " à´µà´żà´µà´°à´£à´‚\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6019,55 +6371,53 @@ msgstr "" "\n" " à´‰à´Şà´à´§à´żà´•à´³àµâ€\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "à´…à´µàµà´Żà´•àµà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "à´…à´µàµà´Żà´•àµà´¤à´à´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´à´à´‚" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "à´…à´µàµà´Żà´•àµà´¤à´à´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´à´à´‚" +msgstr "à´…à´µàµà´Żà´•àµà´¤à´à´à´Ż à´Şàµ‚à´³àµâ€ à´¨à´à´à´‚" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´Şàµ‚à´³àµâ€ '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "à´…à´µàµà´Żà´•àµà´¤à´à´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´à´à´‚" +msgstr "à´…à´µàµà´Żà´•àµà´¤à´à´à´Ż à´µàµ‹à´³àµà´Żà´‚ à´¨à´à´à´‚" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´µàµ‹à´³àµà´Żà´‚ '%s' à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6078,130 +6428,129 @@ msgstr "" "(à´¸à´à´Żà´‚: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "\" à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż ടോക്കന്‍ (കà´à´à´¨àµâ€à´Ħà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż കà´à´à´¨àµâ€à´Ħ്: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "കà´à´à´¨àµâ€à´Ħ് '%s' à´‰à´Şà´à´§à´ż --%s-നെ à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "à´ĥà´°à´żà´Żà´à´Ż à´¸à´żà´¨àµâ€à´ħ്à´ħà´à´•àµà´¸àµ: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "നംà´Ĵര്‍" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "à´¸àµà´Ÿàµà´°à´żà´™àµ" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħേà´ħ്à´ħà´ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML à´Ğà´Żà´²àµâ€" +msgstr "à´Ğà´Żà´²àµâ€" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "à´¤à´à´²àµâ€à´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "അടച്ചു à´Şàµ‚à´Ÿàµà´Ÿàµà´¨àµà´¨àµ" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "അടച്ചു à´Şàµ‚à´Ÿàµà´Ÿàµà´•" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "തകര്‍ന്നു" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "ഓà´Ğ്‍ലൈന്‍" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "à´ĥà´°à´żà´Żà´à´Ż കണക്ഷന്‍ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: à´Şà´żà´ĥക്: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "à´Şà´żà´ĥക്: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d à´Ĵൈà´ħ്à´ħുകള്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu à´Ĵൈà´ħ്à´ħുകള്‍ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "ലോഗ് à´Ğà´Żà´²à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "ലോഗ് à´Şà´à´àµ ഒരു à´Ğà´Żà´²àµâ€ അല്ല" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "ലോഗ് à´Ğà´Żà´²àµâ€ തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚. ലോഗ് à´Ğà´Żà´²à´żà´¨àµâ€à´ħെ à´Şà´à´àµ à´Şà´°à´żà´ĥàµ‹à´§à´żà´•àµà´•àµà´•" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" -msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ കണക്ഷന്‍ ഛേà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€à´µàµˆà´¸à´ħà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ കണക്ഷന്‍ ഛേà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6234,7 +6583,7 @@ msgstr "" "\n" " കà´à´à´¨àµâ€à´Ħുകള്‍ (നോണ്‍-ഇന്‍à´ħà´ħà´à´•àµà´ħ്à´ħീവ് à´àµ‹à´Ħ്):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6244,12 +6593,12 @@ msgstr "" " (കà´à´à´¨àµâ€à´Ħ് സംà´Ĵà´¨àµà´§à´żà´šàµà´šàµà´³à´³ à´µà´żà´ĥà´Ĥà´µà´żà´µà´°à´™àµà´™à´³àµâ€à´•àµà´•àµ help എന്ന് നല്‍കുക)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "à´Şà´żà´¨àµà´¤àµà´£à´Żà´żà´²àµà´²à´à´¤àµà´¤ à´‰à´Şà´à´§à´ż '-%c'. --help കà´à´£àµà´•." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6258,7 +6607,7 @@ msgstr "" "à´µà´żà´°àµâ€à´šàµà´šàµà´µà´²àµˆà´¸àµ‡à´·à´¨àµâ€ ഇന്‍à´ħà´ħà´à´•àµà´ħ്à´ħീവ് ടെര്‍à´à´żà´¨à´²àµâ€ à´†à´Ż %s-ലേക്ക് സ്വà´à´—തം.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6276,876 +6625,937 @@ msgstr "à´àµà´¨àµà´¨à´ħà´żà´Żà´żà´Şàµà´Şàµ" msgid "error" msgstr "à´Şà´żà´ĥക്" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "à´Şà´żà´ĥക് കà´à´£à´żà´•àµà´•àµà´¨àµà´¨ സന്à´Ĥേà´ĥം à´²à´­àµà´Żà´à´²àµà´²" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "à´†à´¨àµà´¤à´°à´żà´• à´Şà´żà´ĥക് %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "à´†à´¨àµà´¤à´°à´żà´• à´Şà´żà´ĥക് " -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€à´µàµˆà´¸à´ħà´żà´¨àµ à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€à´µàµˆà´¸à´ħ്‍ ഈ à´Ğംഗ്ഷന്‍ à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´¨àµà´¨à´żà´²àµà´²: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "à´ıàµˆà´Şàµà´Şà´°àµâ€â€à´µàµˆà´¸à´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s-ലേക്ക് കണക്ട് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "തെà´ħ്à´ħà´à´Ż കണക്ഷന്‍ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż കണക്ഷന്‍ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "തെà´ħ്à´ħà´à´Ż à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµâ€à´ħ്" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµâ€à´ħ്" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż HTTP à´Şà´żà´ĥക് കോà´Ħ് %d à´²à´­à´żà´šàµà´šàµ" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ıോസ്à´ħ്à´ħ് %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´ıോസ്à´ħ്à´ħ്" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr à´¸àµ€à´°à´żà´Żà´²àµˆà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr à´¸àµ€à´°à´żà´Żà´²àµˆà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen hypervisor à´Žà´¨àµâ€à´Ÿàµà´°à´ż à´‰à´Şà´Żàµ‹à´—à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen hypervisor à´Žà´¨àµâ€à´Ÿàµà´°à´ż %s à´‰à´Şà´Żàµ‹à´—à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen സ്à´ħ്à´ħോà´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen സ്à´ħ്à´ħോര്‍ %s-ലേക്ക് കണക്ട് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´² " -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "കേര്‍ണല്‍ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s-ല്‍ à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "à´Ħà´żà´µàµˆà´¸àµ %s-നുളള à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´²à´•àµà´·àµà´Żà´¸àµà´à´à´¨à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "à´Ħà´żà´µàµˆà´¸àµ %s-നുള്ള à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´²à´•àµà´·àµà´Żà´¸àµà´à´à´¨à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´Şàµ‡à´°à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s-ലുളള à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´Şàµ‡à´°à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´“à´Şàµà´Şà´ħേà´ħ്à´ħà´żà´™àµ à´¸à´żà´¸àµà´ħ്à´ħà´à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s-നുളള à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´“à´Şàµà´Şà´ħേà´ħ്à´ħà´żà´™àµ à´¸à´żà´¸àµà´ħ്à´ħà´à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ħà´żà´µàµˆà´¸àµà´•à´³àµà´Ÿàµ† à´µà´żà´µà´°à´‚" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s-നുളള à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ħà´żà´µàµˆà´¸àµà´•à´³àµà´Ÿàµ† à´µà´żà´µà´°à´‚" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "à´…à´¨à´µà´§à´ż à´Ħ്രൈവà´ħുകള്‍ à´°à´œà´żà´¸àµà´Ÿà´°àµâ€ à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s-ല്‍ à´…à´¨à´µà´§à´ż à´Ħ്രൈവà´ħുകള്‍ à´°à´œà´żà´¸àµà´Ÿà´°àµâ€ à´šàµ†à´Żàµà´¤à´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ലൈà´Ĵ്രà´ħà´ż കോള്‍ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ, à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "ലൈà´Ĵ്രà´ħà´ż കോള്‍ %s à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ, à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML à´µà´żà´µà´°à´£à´‚ തെà´ħ്à´ħà´à´£àµ അല്ലേല്‍ à´ĥà´°à´żà´Żà´à´Żà´ż ക്രà´à´żà´•à´°à´żà´šàµà´šà´żà´Ÿàµà´Ÿà´żà´²àµà´²" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s-നുളള XML à´µà´żà´µà´°à´£à´‚ തെà´ħ്à´ħà´à´£àµ അല്ലേല്‍ à´ĥà´°à´żà´Żà´à´Żà´ż ക്രà´à´żà´•à´°à´żà´šàµà´šà´żà´Ÿàµà´Ÿà´żà´²àµà´²" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ഈ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "%s à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "à´ħീà´Ħ് à´’à´£àµâ€à´²à´żà´Żàµà´•àµà´•àµ à´à´à´¤àµà´°à´‚ à´Şàµà´°à´•àµà´°à´żà´Ż അനുവà´Ĥà´¨àµ€à´Żà´à´²àµà´²" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "à´ħീà´Ħ് à´’à´£àµâ€à´²à´żà´Żàµà´•àµà´•àµ à´à´à´¤àµà´°à´‚ à´Şàµà´°à´•àµà´°à´żà´Ż %s അനുവà´Ĥà´¨àµ€à´Żà´à´²àµà´²" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż %s തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ %s à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ %s à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²à´żà´²àµâ€ à´¸à´żà´¨àµâ€à´ħ്à´ħà´à´•àµà´¸àµ à´Şà´żà´ĥക്" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²à´żà´²àµâ€ à´¸à´żà´¨àµâ€à´ħ്à´ħà´à´•àµà´¸àµ à´Şà´żà´ĥക്: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "à´Şà´à´´àµà´¸à´ħà´żà´²àµà´³à´³ à´Şà´żà´ĥക് " -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "തെà´ħ്à´ħà´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ഈ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "%s നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "à´¸à´żà´¸àµà´ħ്à´ħം à´•àµ‹à´³à´żà´²àµâ€ à´Şà´żà´ĥക് " -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC à´Şà´żà´ĥക്" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS à´•àµ‹à´³à´żà´²àµâ€ à´Şà´żà´ĥക് " -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²: %s" -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" -msgstr "തെà´ħ്à´ħà´à´Ż MAC adress" +msgstr "തെà´ħ്à´ħà´à´Ż MAC adress " -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "തെà´ħ്à´ħà´à´Ż MAC adress: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "à´¤à´żà´°à´żà´šàµà´šà´ħà´żà´Żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" - -#: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²: %s" - -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" - #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²: %s" +msgid "Storage pool not found" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "തെà´ħ്à´ħà´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²: %s" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +msgid "Storage volume not found" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "തെà´ħ്à´ħà´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´²à´­àµà´Żà´à´à´Żà´żà´²àµà´²: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +msgid "invalid storage pool pointer in" +msgstr "തെà´ħ്à´ħà´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´Şàµ‹à´Żà´żà´¨àµà´ħര്‍" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´Şàµ‚à´³àµâ€ à´Şàµ‹à´Żà´żà´¨àµà´ħര്‍" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgid "invalid storage volume pointer in" +msgstr "തെà´ħ്à´ħà´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´Şàµ‹à´Żà´żà´¨àµà´ħര്‍" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´Şàµ‹à´Żà´żà´¨àµà´ħര്‍" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Ħ്രൈവര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "ഒരു സ്à´ħ്à´ħോà´ħേജ് à´Ħ്രൈവര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "സ്à´ħ്à´ħോà´ħേജ് à´Ħ്രൈവര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "ഒരു സ്à´ħ്à´ħോà´ħേജ് à´Ħ്രൈവര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "തെà´ħ്à´ħà´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ à´Şàµ‹à´Żà´żà´¨àµà´ħര്‍" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´²àµà´²: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "à´Ħà´żà´µàµˆà´¸àµ à´²à´­àµà´Żà´à´²àµà´²: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "‍à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് കോണ്‍à´Ğà´żà´—àµ '%s' à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´żà´ĥക് : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s കോണ്‍à´Ğà´żà´—àµ à´²à´żà´¸àµà´ħ്à´ħà´żà´¨àµà´³àµà´³ à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് കോണ്‍à´Ğà´żà´—àµ '%s' à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´żà´ĥക് : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "ക്à´ħെà´Ħà´żà´ħ്à´ħ് ഷെà´Ħàµà´Żàµ‚à´³à´ħ്‍ à´µàµ†à´Żà´żà´ħ്à´ħ് à´Şà´°à´à´àµ€à´ħ്à´ħà´ħà´żà´¨àµâ€à´ħെ (%d) à´Şà´°à´żà´§à´ż (1-65535) à´•à´´à´żà´žàµà´žà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "ക്à´ħെà´Ħà´żà´ħ്à´ħ് ഷെà´Ħàµà´Żàµ‚à´³à´ħ്‍ കà´à´Şàµà´Şàµ à´Şà´°à´à´àµ€à´ħ്à´ħà´ħà´żà´¨àµâ€à´ħെ (%d) à´Şà´°à´żà´§à´ż (0-65535) à´•à´´à´żà´žàµà´žà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨àµ" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "ഒരു സോക്കà´ħ്à´ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "Xen സ്à´ħ്à´ħോà´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "Xen-ലേക്ക് കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen à´Ħെà´à´£à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s വീണ്ടും à´†à´°à´‚à´­à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "xend_get: xen à´Ħെà´à´£à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´Şà´żà´ĥക്: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen à´Ħെà´à´£à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´Şà´żà´ĥക്: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "à´Şàµà´¤à´żà´Ż à´Ĵà´Ğര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "gethostbyname à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², domid à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ തെà´ħ്à´ħà´à´£àµ, domid à´…à´•àµà´•à´¤àµà´¤à´żà´²à´²àµà´²" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², uuid à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², à´Şàµ‡à´°àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², à´Şàµ‡à´°àµ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², HVM ലോà´Ħര്‍ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², കേര്‍ണലും à´Ĵൂട്ട് ലോà´Ħà´ħും à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´•àµà´Żà´à´°àµâ€ à´Ħà´żà´µàµˆà´¸àµ തരം" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "തെà´ħ്à´ħà´à´Ż à´•àµà´Żà´à´°àµâ€ à´Ħà´żà´µàµˆà´¸àµ à´¸àµà´Ÿàµà´°à´żà´™àµ" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "à´•àµà´Żà´à´°àµâ€ à´Ħà´żà´µàµˆà´¸àµ കോണ്‍à´Ğà´żà´—à´żà´²àµâ€ à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´•àµà´Żà´à´°àµâ€ à´Ħà´żà´µàµˆà´¸àµ തരം" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², vbd-à´Żàµà´•àµà´•àµ dev à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², vbd-à´Żàµà´•àµà´•àµ src à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd à´Ğà´Żà´²àµâ€ à´¨àµ†à´Żà´żà´‚ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´², à´Ħ്à´ħൈവà´ħà´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd à´Ğà´Żà´²àµâ€ à´¨àµ†à´Żà´żà´‚ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´², à´Ħ്à´ħൈവà´ħà´żà´¨àµâ€à´ħെ à´Ÿàµˆà´Şàµà´Şàµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "തെà´ħ്à´ħà´à´Ż MAC adress: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż dict നോà´Ħ്" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż auth à´°àµ€à´¤à´ż '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², id à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "à´Ÿàµ‹à´Şàµ‹à´³à´œà´ż à´µà´żà´µà´°à´™àµà´™à´³àµâ€ à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "à´Ÿàµ‹à´Şàµ‹à´³à´œà´żà´Żàµà´Ÿàµ† à´¸à´żà´¨àµà´°à´à´•àµà´¸à´żà´²àµâ€ à´Şà´żà´ĥക്" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şà´à´°àµâ€à´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "ഈ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ xenDaemonDomainDumpXMLByName à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤à´à´²àµâ€à´•àµà´•à´à´²à´żà´•à´à´à´Żà´ż à´¨à´żà´°àµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Şàµ‚à´³àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" +msgstr "à´Şà´żà´¨àµà´¤àµà´£à´Żà´żà´²àµà´²à´à´¤àµà´¤ à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´‡à´¨àµâ€à´Şàµà´Ÿàµà´Ÿàµ à´Ħà´żà´µàµˆà´¸àµ %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "ഈ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ xenDaemonGetAutostartà´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "ഈ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ xenDaemonSetAutostart à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż value നോà´Ħ്" +msgstr "on_xend_start à´¨à´żà´¨àµà´¨àµà´‚ à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´àµ‚à´²àµà´²àµà´Żà´‚" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "നോà´Ħ് à´àµ†à´àµà´à´ħà´ż" +msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "sexpr2string à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´…à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "sexpr വീണ്ടും à´¨à´żà´·àµà´•à´°àµâ€à´·à´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "sexpr-ല്‍ on_xend_start à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +msgstr "gethostname à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "à´ıോസ്à´ħ്à´ħà´żà´¨àµâ€à´ħെ à´¨à´à´à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "strdup à´ıോസ്à´ħ്à´ħàµà´¨àµ†à´Żà´żà´‚ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" +"xenDaemonDomainMigrate: xenDaemonDomainMigrate: à´à´à´ħ്à´ħുന്ന à´¸à´à´Żà´¤àµà´¤àµ Xen à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµà´Ÿàµ† " +"à´Şàµ‡à´°àµàµ à´à´à´ħ്à´ħàµà´¨àµà´¨à´¤à´żà´¨àµà´³àµà´³ à´Şà´żà´¨àµà´¤àµà´£ നല്‍കുന്നതല്ല" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" -msgstr "" +msgstr "xenDaemonDomainMigrate: à´à´à´ħ്à´ħുന്ന à´¸à´à´Żà´¤àµà´¤àµ Xen à´Ĵà´à´¨àµâ€à´Ħ് à´µà´żà´Ħàµà´¤à´żà´¨àµà´³àµà´³ à´Şà´żà´¨àµà´¤àµà´£ നല്‍കുന്നതല്ല" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ğ്ലà´à´—്" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: തെà´ħ്à´ħà´à´Ż à´Żàµà´†à´°àµâ€à´" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" -msgstr "" +msgstr "xenDaemonDomainMigrate: xenmigr:// à´à´à´ħ്à´ħങ്ങള്‍ à´à´à´¤àµà´°à´àµ‡ Xen-ല്‍ à´Şà´żà´¨àµà´¤àµà´£à´Żàµà´•àµà´•àµà´¨àµà´¨àµà´³àµà´³àµ‚." -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: à´Żàµà´†à´°àµâ€à´à´²àµâ€ ഒരു à´ıോസ്à´ħ്à´ħ്നà´à´à´‚ നല്‍കേണ്ടതà´à´£àµàµ" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: തെà´ħ്à´ħà´à´Ż à´Şàµ‹à´°àµâ€à´Ÿàµà´Ÿàµ à´¨à´àµà´Şà´°àµâ€" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şà´à´°àµâ€à´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şà´à´°àµâ€à´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "à´¨à´żà´·àµà´•àµà´ħà´żà´Żà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4-ല്‍ à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², à´Şàµ‡à´°àµ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "നോà´Ħ് à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², ഷെà´Ħàµà´Żàµ‚à´³à´ħà´żà´¨àµà´ħെ à´Şàµ‡à´°àµ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´‚" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż ഷെà´Ħàµà´Żàµ‚à´³à´°àµâ€" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "à´ıോസ്à´ħ്à´ħà´żà´¨àµâ€à´ħെ à´¨à´à´à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" +msgstr "ഷെà´Ħàµà´Żàµ‚à´³à´ħà´żà´¨àµà´ħെ à´¨à´à´à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², uuid à´²à´­àµà´Żà´à´²àµà´²" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², cpu_weight à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², uuid à´²à´­àµà´Żà´à´²àµà´²" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´µà´°à´‚ à´Şàµ‚à´°àµâ€à´£àµà´£à´à´²àµà´², cpu_cap à´²à´­àµà´Żà´à´²àµà´²" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "dom0-നു് domainBlockPeek-നുള്ള à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: തെà´ħ്à´ħà´à´Ż à´Şà´à´àµ" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµâ€à´ħ്" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż %s തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ğà´Żà´²à´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ lseek à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ read à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´°àµ€à´¤à´ż %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" +msgstr "à´Şà´żà´¨àµà´¤àµà´£à´Żà´żà´²àµà´²à´à´¤àµà´¤ സ്à´ħ്à´ħോà´ħേജ് à´µàµ‹à´³àµà´Żà´‚ തരം %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż value നോà´Ħ്" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "നോà´Ħ് à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´²à´żà´¸àµà´ħ്à´ħ്" +msgstr "HVM à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ലോà´Ħര്‍ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "ലൈà´Ĵ്രà´ħà´ż കോള്‍ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ, à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" +msgstr "ai_socktype-നുള്ള à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²à´żà´²àµâ€ à´¸à´żà´¨àµâ€à´ħ്à´ħà´à´•àµà´¸àµ à´Şà´żà´ĥക്: %s" +msgstr "UUID in config file malformed" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "à´¨àµ†à´Żà´żà´‚ കോണ്‍à´Ğà´żà´—àµ à´Şà´°à´à´àµ€à´ħ്à´ħര്‍ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "cannot stat file '%s': %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż value നോà´Ħ്" +msgstr "on_xend_start à´¨à´żà´¨àµà´¨àµà´‚ à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´àµ‚à´²àµà´²àµà´Żà´‚" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż value നോà´Ħ്" +msgstr "on_xend_start à´¨à´żà´¨àµà´¨àµà´‚ à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´àµ‚à´²àµà´²àµà´Żà´‚" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż value നോà´Ħ്" +msgstr "on_xend_start à´¨à´żà´¨àµà´¨àµà´‚ à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż à´àµ‚à´²àµà´²àµà´Żà´‚" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" -msgstr "à´ħീà´Ħ്-à´’à´£àµâ€à´²à´ż കണക്ഷന്‍" +msgstr "à´ħീà´Ħ്-à´’à´£àµâ€à´²à´ż കണക്ഷന്‍ " -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´•" +msgstr "സജീവà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അല്ല" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµà´³àµà´³ കോണ്‍à´Ğà´żà´—àµ à´Ğà´Żà´²àµâ€ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż dict നോà´Ħ്" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "à´¤à´żà´°àµà´¤àµà´¤à´ż à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´³àµà´³ കോണ്‍à´Ğà´żà´—àµ à´Ğà´Żà´²àµâ€à´¨à´à´à´‚ à´²à´­àµà´Żà´à´²àµà´²" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "à´¤à´żà´°àµà´¤àµà´¤à´ż à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´³àµà´³ കോണ്‍à´Ğà´żà´—àµ à´Žà´¨àµâ€à´Ÿàµà´°à´ż à´²à´­àµà´Żà´à´²àµà´²" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµ€à´£àµà´Ÿàµ†à´Ÿàµà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "കോണ്‍à´Ğà´żà´—àµ à´à´à´Şàµà´Şà´żà´²àµâ€ à´¨à´żà´¨àµà´¨àµà´‚ à´Şà´´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ നീക്കം à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "ക്രà´à´żà´•à´°à´£ à´Ğà´Żà´²àµâ€ à´¨à´à´à´‚ വളരെ വലുതà´à´£àµàµ" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "കോണ്‍à´Ğà´żà´—àµ" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "à´¨à´żà´²à´µà´żà´²àµà´³à´³ à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´µàµà´Żà´à´Şàµà´¤à´ż ഉà´ħà´Şàµà´Şà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´•àµà´¨àµà´¨à´żà´²àµà´²" +msgstr "à´¨à´żà´²à´µà´żà´²àµà´³à´³ à´¸à´à´Żà´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ %s à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +msgstr "കോണ്‍à´Ğà´żà´—àµ à´Ğà´Żà´²àµâ€ à´ıà´à´Ħà´żà´²àµâ€ à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż OS à´°àµ€à´¤à´ż" +msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż à´Ħà´żà´µàµˆà´¸àµ" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "ഓട്ടോസ്à´ħ്à´ħà´à´°àµâ€à´Ÿàµà´Ÿàµ à´²à´żà´™àµà´•àµ '%s' à´µàµ†à´Ÿàµà´Ÿà´żà´¨àµ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "%s ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "%s ലോഗ് à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString()-ലേക്കുള്ള തെà´ħ്à´ħà´à´Ż à´Şà´°à´à´àµ€à´ħ്à´ħര്‍" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "IvirXPathNumber()-ലേക്കുള്ള തെà´ħ്à´ħà´à´Ż à´Şà´°à´à´àµ€à´ħ്à´ħര്‍" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean()-ലേക്കുള്ള തെà´ħ്à´ħà´à´Ż à´Şà´°à´à´àµ€à´ħ്à´ħര്‍" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode()-ലേക്കുള്ള തെà´ħ്à´ħà´à´Ż à´Şà´°à´à´àµ€à´ħ്à´ħര്‍" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet()-ലേക്കു് തെà´ħ്à´ħà´à´Ż à´Şà´°à´à´àµ€à´ħ്à´ħര്‍" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "à´¸àµà´Ÿàµà´°à´żà´™àµ അà´ħàµ†à´Żàµ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "à´àµ‚à´²àµà´²àµà´Żà´àµà´³à´³ അà´ħേ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" +msgstr "à´àµ‚à´²àµà´²àµà´Żà´‚ അനുവà´Ĥà´żà´•àµà´•àµà´•" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7156,9 +7566,8 @@ msgid "allocate value array" msgstr "à´àµ‚à´²àµà´²àµà´Żà´àµà´³à´³ അà´ħേ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "à´Şàµà´¤à´żà´Ż കോണ്‍ടോക്സ്à´ħ്à´ħ് à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´•" +msgstr "dict അനുവà´Ĥà´żà´•àµà´•àµà´•" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7184,6 +7593,10 @@ msgstr "à´à´ħàµà´Şà´Ÿà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" msgid "read response" msgstr "à´à´ħàµà´Şà´Ÿà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "à´¸àµà´Ÿàµà´°à´żà´™àµ അà´ħàµ†à´Żàµ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "à´Şà´à´°àµâ€à´¸àµ സര്‍വà´ħà´żà´¨àµâ€à´ħെ à´à´ħàµà´Şà´Ÿà´ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" @@ -7192,306 +7605,376 @@ msgstr "à´Şà´à´°àµâ€à´¸àµ സര്‍വà´ħà´żà´¨àµâ€à´ħെ à´à´ħàµà´Ş msgid "allocate new context" msgstr "à´Şàµà´¤à´żà´Ż കോണ്‍ടോക്സ്à´ħ്à´ħ് à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´•" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen സ്à´ħ്à´ħോà´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#~ msgid "blocked" -#~ msgstr "à´¤à´Ÿà´¸àµà´¸à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż ‍à´Ħà´żà´µàµˆà´¸àµ ഏത് തരം" +msgid "failed to allocate activeDomainList" +msgstr "സജീവà´à´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€ à´²à´żà´¸àµà´ħ്à´ħ് à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "à´²à´•àµà´·àµà´Żà´à´à´Ż നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ" +msgid "failed to allocate xsWatchList" +msgstr "ostype-നുള്ള സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "à´¨à´żà´²à´µà´żà´²àµà´³à´³ à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´µàµà´Żà´à´Şàµà´¤à´ż ഉà´ħà´Şàµà´Şà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´•àµà´¨àµà´¨à´żà´²àµà´²" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "à´Şàµ‚à´³àµâ€ à´¨à´żà´²à´żà´µà´żà´²àµâ€ à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´żà´²à´à´£àµ" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "‍à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "%d à´¸à´żà´—àµà´¨à´²àµâ€ à´²à´­àµà´Żà´à´à´Żà´ż, à´Ħ്രൈവà´ħുകള്‍ക്ക് നല്‍കുന്നു" + +#~ msgid "allocating conn->name" +#~ msgstr "conn->name അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" + +#~ msgid "missing filesystem type" +#~ msgstr "missing filesystem type" + +#~ msgid "empty or invalid mount source" +#~ msgstr "empty or invalid mount source" + #~ msgid "missing mount target" -#~ msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´²à´•àµà´·àµà´Żà´¸àµà´à´à´¨à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +#~ msgstr "missing mount target" + +#~ msgid "empty or invalid mount target" +#~ msgstr "empty or invalid mount target" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +#~ msgstr "uuid à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "തെà´ħ്à´ħà´à´Ż à´†à´°àµâ€à´—àµà´Żàµà´àµ†à´¨àµâ€à´ħ്" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +#~ msgstr "init എലà´àµ†à´¨àµà´ħ് à´²à´­àµà´Żà´à´²àµà´² à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ തെà´ħ്à´ħà´à´£àµàµ" + +#~ msgid "init string too long" +#~ msgstr "init string too long" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "കà´à´Şàµà´Şà´żà´¨àµà´ħെ à´àµ‚à´²àµà´²àµà´Żà´‚ തെà´ħ്à´ħà´à´£àµ" +#~ msgstr "à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´àµ‚à´²àµà´²àµà´Żà´‚ തെà´ħ്à´ħà´à´£àµàµ" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´ħൂട്ട് എലà´àµ†à´¨àµà´ħ്" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´Şàµ‡à´°à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +#~ msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ ഐà´Ħà´ż" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "Can't redefine active VM with name %s" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "error checking container process: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s-ല്‍ à´¨à´żà´¨àµà´¨àµà´‚ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +#~ msgstr "ക്രà´à´żà´•à´°à´£ à´Ħà´Żà´ħക്ടà´ħà´ż %s തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +#~ msgstr "cannot create lxc state directory %s: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "cannot construct tty pid file path" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +#~ msgstr "cannot create tty pid file %s: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +#~ msgstr "cannot fdopen tty pid file %s: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +#~ msgstr "cannot write tty pid file %s: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +#~ msgstr "cannot open tty pid file %s: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +#~ msgstr "cannot read tty pid file %s: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "%s à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" +#~ msgstr "execl failed to exec init: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "à´¨à´żà´²à´µà´żà´²àµà´³à´³ à´àµ†à´àµà´à´ħà´żà´Żàµà´Ÿàµ† à´µàµà´Żà´à´Şàµà´¤à´ż ഉà´ħà´Şàµà´Şà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´•àµà´¨àµà´¨à´żà´²àµà´²" +#~ msgstr "vm tty à´Şàµ‡à´°à´żà´¨àµà´³àµà´³ സ്à´ħ്à´ħോà´ħേജ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +#~ msgstr "posix_openpt à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +#~ msgstr "ptsname_r à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +#~ msgstr "epoll_ctl(fd2) à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "à´µà´à´Żà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´¨à´à´Żà´ż %s തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "unable to fork tty forwarding process: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +#~ msgstr "sending SIGTERM failed: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +#~ msgstr "sending SIGKILL to tty process failed: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "waitpid failed to wait for tty %d: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "à´Şàµà´°à´•àµà´°à´żà´Ż à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" +#~ msgstr "SIGKILL à´…à´Żà´Żàµà´•àµà´•àµà´¨àµà´¨à´¤àµàµ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´²à´•àµà´·àµà´Żà´¸àµà´à´à´¨à´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "Error already an active OPENVZ VM having id '%s'" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´Şàµ‡à´°à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´Şàµ‡à´°à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µà´żà´ĥേഷത" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµàµ" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID Error (must be an integer greater than 100" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "No IP address in the given xml config file '%s'" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress length too long" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' à´°àµ‚à´Şà´¤àµà´¤à´żà´¨àµàµ à´àµ†à´àµà´à´ħà´ż ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "No Netmask address in the given xml config file '%s'" + +#~ msgid "netmask length too long" +#~ msgstr "netmask length too long" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "No hostname in the given xml config file '%s'" + +#~ msgid "hostname length too long" +#~ msgstr "hostname length too long" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "No Gateway address in the given xml config file '%s'" + +#~ msgid "gateway length too long" +#~ msgstr "gateway length too long" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "No Nameserver address inthe given xml config file '%s'" + +#~ msgid "nameserver length too long" +#~ msgstr "nameserver length too long" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' à´°àµ‚à´Şà´¤àµà´¤à´żà´¨àµàµ à´àµ†à´àµà´à´ħà´ż ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#~ msgid "profile length too long" +#~ msgstr "profile length too long" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "à´àµ‚à´²àµà´²àµà´Żà´àµà´³à´³ അà´ħേ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" +#~ msgstr "calloc à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "Error in parsing Options to OPENVZ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "Error creating OPENVZ VM" #~ msgid "failed to exec %s\n" #~ msgstr "%s à´Şàµà´°à´µà´°àµâ€à´¤àµà´¤à´żà´Şàµà´Şà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "‍à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "à´…à´Şàµà´°à´¤àµ€à´•àµà´·à´żà´¤à´à´à´Ż mime à´°àµ€à´¤à´ż" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ id à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ à´Şàµ‡à´°àµ" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´¸à´żà´Ħà´żà´ħോം à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´ħെ à´Şàµ‡à´°àµàµ: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´¤à´°à´¤àµà´¤à´żà´²àµà´³àµà´³ à´Ĵസ്: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +#~ msgstr "നെà´ħ്à´ħàµâ€Œà´µà´°àµâ€à´•àµà´•à´żà´¨àµà´ħെ à´Şàµ‡à´°àµàµ '%s' വളരെ വലുതà´à´£àµàµ" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP interface name '%s' is too long" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP script path '%s' is too long" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP bridge path '%s' is too long" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP address '%s' is too long" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +#~ msgstr "Model name '%s' is too long" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "à´…à´¨à´µà´§à´ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€" +#~ msgstr "à´…à´¨à´µà´§à´ż à´•àµà´Żà´à´°à´•àµà´Ÿà´°àµâ€ à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "à´Ħà´żà´µàµˆà´¸à´żà´¨àµà´³à´³ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഉà´ħà´µà´żà´Ÿà´¤àµà´¤à´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +#~ msgstr "missing sound model" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s-ല്‍ തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´ĥà´Ĵ്à´Ĥ à´à´à´¤àµƒà´•'%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµà´ħെ à´Şàµ‡à´°à´żà´¨àµà´ħെ à´µà´²à´żà´Şàµà´Şà´‚ കൂടുതലà´à´£àµàµ" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "നോà´Ħà´żà´¨àµâ€à´ħെ à´µà´żà´µà´°à´‚" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´àµ†à´àµà´à´ħà´ż à´µà´żà´µà´°à´‚" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ vcpu à´µà´żà´µà´°à´‚" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´µà´żà´¸à´żà´Şà´żà´Żàµ à´µà´żà´µà´°à´‚" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ vcpu à´µà´żà´µà´°à´‚" +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´µà´żà´¸à´żà´Şà´żà´Żàµ à´à´à´¸àµà´•àµ à´µà´żà´µà´°à´‚" + +#~ msgid "architecture type too long" +#~ msgstr "architecture type too long" + +#~ msgid "machine type too long" +#~ msgstr "machine type too long" + +#~ msgid "kernel path too long" +#~ msgstr "kernel path too long" + +#~ msgid "initrd path too long" +#~ msgstr "initrd path too long" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline arguments too long" + +#~ msgid "unsupported guest type" +#~ msgstr "à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ ഗസ്à´ħ്à´ħ് à´°àµ€à´¤à´ż" + +#~ msgid "emulator path too long" +#~ msgstr "emulator path too long" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "Unsupported graphics type %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "à´Ħà´żà´¸àµà´•àµ à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "നെà´ħ്à´ħ് à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "à´‡à´¨àµâ€à´Şàµà´Ÿàµà´Ÿàµ à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "à´Ħെവ് à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "vm à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "range à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "network_def à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "xmlXPathContext à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "നെà´ħ്à´ħ്‌വà´ħàµâ€à´•àµà´•à´żà´¨àµâ€à´ħെ à´Şàµ‡à´°àµ à´…à´²àµà´²àµ†à´™àµà´•à´żà´²àµâ€ uuid" +#~ msgstr "നെà´ħ്à´ħàµâ€Œà´µà´°àµâ€à´•àµà´•à´żà´¨àµà´ħെ à´Şàµ‡à´°àµàµ വളരെ വലുതà´à´£àµàµ" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "forward device name '%s' is too long" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് à´¸àµà´Ÿàµà´°à´żà´™à´żà´¨àµà´³àµà´³ സ്à´à´²à´‚ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "Error parsing QEMU guest config '%s' : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG: unknown error - please report it\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU guest config filename '%s' does not match guest name '%s'" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "Failed to load QEMU guest config '%s': out of memory" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "കണക്ഷന്‍ à´ıà´à´·àµ ടേà´Ĵà´żà´³à´żà´²àµ‡à´•àµà´•àµ നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´šàµ‡à´°àµâ€à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" +#~ msgstr "നെà´ħ്à´ħ്‌വര്‍ക്ക് കോണ്‍à´Ğà´żà´—àµ '%s' à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "കോണ്‍à´Ğà´żà´—àµ à´Ğà´Żà´²àµâ€à´¨à´à´à´‚ '%s/%s' വളരം വലുതà´à´£àµàµ" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "Autostart link path '%s/%s' is too long" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "‍à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" +#~ msgstr "à´¸à´żà´Şà´żà´Żàµ à´à´à´¸àµà´•àµ അനുവà´Ĥà´żà´•àµà´•àµà´¨àµà´¨àµ" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "XML à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: à´àµ†à´àµà´à´ħà´ż à´²à´­àµà´Żà´à´²àµà´²" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "Resulting path to long for buffer in qemudInitPaths()" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "à´Ĵàµà´³àµ‹à´•àµà´•à´żà´¨àµà´°àµ† à´…à´µà´¸àµà´ à´²à´­àµà´Żà´à´à´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚ %s %s" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "%d-ലേക്കുള്ള à´Ĵàµà´°à´żà´Ħ്ജ് à´Ğോര്‍à´Ħ് à´Ħà´żà´²àµ‡ സജ്ജà´à´à´•àµà´•àµà´¨àµà´¨à´šà´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "%s-ലേക്കുള്ള à´Ĵàµà´°à´żà´Ħ്ജ് à´Žà´¸àµâ€Œà´Ÿà´żà´Şà´ż സജ്ജà´à´à´•àµà´•àµà´¨àµà´¨à´šà´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "à´¸à´żà´Ħà´żà´ħോം à´•àµ‚à´Ÿàµà´Ÿà´żà´šàµ‡à´°àµâ€à´¤àµà´¤à´żà´Ÿàµà´Ÿà´żà´²àµà´², à´àµ€à´Ħà´żà´Żà´ à´à´à´ħ്à´ħുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´à´Żà´żà´²àµà´²" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´Ĵà´à´•àµà´•àµ†à´¨àµâ€à´Ħ് à´°àµ€à´¤à´ż %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "à´…à´Şà´°à´żà´šà´żà´¤à´à´à´Ż സ്à´ħ്à´ħോà´ħേജ് à´Ĵà´à´•àµà´•àµ†à´¨àµâ€à´Ħ് à´°àµ€à´¤à´ż %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´Şàµ‚à´³àµâ€ à´°àµ€à´¤à´ż %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²à´à´¤àµà´¤ à´µàµ‹à´³àµà´Żà´‚ à´°àµ€à´¤à´ż %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "à´Ħà´żà´¸àµà´•àµ à´Şàµ‚à´³àµà´•à´³àµâ€ à´¨à´żà´²à´µà´żà´²àµâ€ à´Şà´żà´¨àµà´¤àµà´£ à´²à´­àµà´Żà´à´²àµà´²" + +#~ msgid "volume name" +#~ msgstr "à´µàµ‹à´³àµà´Żà´à´żà´¨àµà´ħെ à´Şàµ‡à´°àµ" + +#~ msgid "volume key" +#~ msgstr "à´µàµ‹à´³àµà´Żà´‚ കീ" + +#~ msgid "malformed xml document" +#~ msgstr "തെà´ħ്à´ħà´à´Ż xml രേഖ" #~ msgid "domain" #~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€" -#~ msgid "domain name" -#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‡à´°àµ" - #~ msgid "domain uuid" #~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ uuid" @@ -7534,64 +8017,65 @@ msgstr "Xen സ്à´ħ്à´ħോà´ħà´żà´²àµ‡à´•àµà´•àµ കണക്ട് ചെ #~ msgid "too many domains" #~ msgstr "à´…à´¨à´µà´§à´ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€" +#~ msgid "cannot save domain" +#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#~ msgid "cannot write header" +#~ msgstr "à´ıെà´Ħര്‍ എഴുതുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#~ msgid "cannot write metadata length" +#~ msgstr "à´àµ†à´ħ്à´ħà´à´Ħേà´ħ്à´ħà´à´Żàµà´Ÿàµ† നീളം എഴുതുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#~ msgid "cannot write metadata" +#~ msgstr "à´àµ†à´ħ്à´ħà´à´Ħേà´ħ്à´ħഠഎഴുതുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#~ msgid "cannot save domain data" +#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Ħേà´ħ്à´ħà´ à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#~ msgid "cannot save domain core" +#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ കോര്‍ à´¸àµ‚à´•àµà´·à´żà´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + #~ msgid "too many networks" #~ msgstr "à´…à´¨à´µà´§à´ż നെà´ħ്à´ħ്‌വà´ħ്‍ക്കുകള്‍" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "à´¤à´Ÿà´¸àµà´¸à´Şàµà´Şàµ†à´Ÿàµà´¤àµà´¤à´żà´Żà´żà´°à´żà´•àµà´•àµà´¨àµà´¨àµ" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "soundhw à´Şà´à´´àµà´¸àµ à´šàµ†à´Żàµà´Żàµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ." + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "ഈ à´Ħൊà´àµ†à´Żà´żà´²àµâ€ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ xenDaemonDomainDumpXMLByID à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: à´Şàµ‡à´°àµàµ" + #~ msgid "cannot read XML domain definition" -#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€ ലോà´Ħ് à´šàµ†à´Żàµà´Żàµà´•" +#~ msgstr "XML à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´µàµà´Żà´•àµà´¤à´à´à´•àµà´•àµà´¨àµà´¨ à´Ğà´Żà´²àµâ€ ലോà´Ħ് à´šàµ†à´Żàµà´Żàµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "à´ħൂട്ട് à´Ħà´żà´µàµˆà´¸àµ à´µà´żà´µà´°à´‚ à´²à´­àµà´Żà´à´²àµà´²" +#~ msgstr "à´Ÿàµ‹à´Şàµà´Şàµ ലവല്‍ à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ എലà´àµ†à´¨àµà´ħ് à´²à´­àµà´Żà´à´²àµà´²" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "%s à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´¨à´żà´²à´µà´żà´²àµà´£àµà´Ÿàµ" +#~ msgstr "à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ തരം തെà´ħ്à´ħà´à´£àµàµ" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xpath കോണ്‍ടെക്സ്à´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´¨àµà´¨àµ" +#~ msgstr "XPath കോണ്‍ടെക്സ്à´ħ്à´ħ് ഉണ്ടà´à´•àµà´•àµà´µà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid കോണ്‍à´Ğà´żà´—àµ à´Şà´°à´à´àµ€à´ħ്à´ħര്‍ à´²à´­àµà´Żà´à´²àµà´²" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "കോണ്‍à´Ğà´żà´—à´ħേഷന്‍ à´Ğà´Żà´²àµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "കോണ്‍à´Ğà´żà´—àµ à´Ğà´Żà´²àµâ€ എഴുതുവà´à´¨àµâ€ à´¸à´à´§àµà´Żà´à´²àµà´²" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "ഒരു നോà´Ħ് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚" +#~ msgstr "à´ĥà´Ĵ്à´Ĥà´¤àµà´¤à´żà´¨àµà´³àµà´³ à´¸àµà´Ÿàµà´°à´żà´™àµ à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ" + +#~ msgid "no model for sound device" +#~ msgstr "à´ĥà´Ĵ്à´Ĥ à´Ħà´żà´µàµˆà´¸à´żà´¨àµàµ à´à´à´¤àµƒà´• à´²à´­àµà´Żà´à´²àµà´²" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "à´…à´¨à´µà´§à´ż à´Ħൊà´àµ†à´Żà´żà´¨àµà´•à´³àµâ€" +#~ msgstr "à´…à´¨à´µà´§à´ż à´Ĵൂട്ട് à´Ħà´żà´µàµˆà´¸àµà´•à´³àµâ€" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "തെà´ħ്à´ħà´à´Ż à´Ħൊà´àµ†à´Żà´żà´¨àµâ€ à´Şàµ‹à´Żà´żà´¨àµâ€à´ħര്‍" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "നെà´ħ്à´ħ്‌വà´ħ്‍ക്ക് à´²à´­àµà´Żà´à´à´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´Şàµà´Şàµ†à´Ÿàµà´Ÿàµ: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "à´àµ†à´àµà´à´ħà´ż അലോക്കേഷന്‍ à´à´à´ħ്à´ħുക" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "à´à´ħàµà´Şà´Ÿà´ż à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "à´†à´¨àµà´¤à´°à´żà´• à´Şà´żà´ĥക് %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "à´Şàµà´¤à´żà´Ż à´Ĵà´Ğര്‍ à´²à´­àµà´Żà´à´à´•àµà´•àµà´•" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' തുà´ħà´•àµà´•àµà´¨àµà´¨à´¤à´żà´²àµâ€ à´Şà´°à´à´œà´Żà´‚: കà´à´£àµà´•: %s " +#~ msgstr "തെà´ħ്à´ħà´à´Ż à´‡à´¨àµâ€à´Şàµà´Ÿàµà´Ÿàµ à´Ħà´żà´µàµˆà´¸àµ" diff --git a/po/mr.po b/po/mr.po index 2630974c7a..313914ea8a 100644 --- a/po/mr.po +++ b/po/mr.po @@ -1,791 +1,803 @@ -# translation of mr.po to marathi -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of libvirt.HEAD.mr.po to marathi +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # Rahul Bhalerao , 2006. # Rahul Bhalerao , 2007. -# sandeep shedmake , 2007. +# sandeep shedmake , 2007, 2008. +# Sandeep Shedmake , 2008. msgid "" msgstr "" -"Project-Id-Version: mr\n" +"Project-Id-Version: libvirt.HEAD.mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-12-10 10:53+0530\n" -"Last-Translator: sandeep shedmake \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-10 03:35+0530\n" +"Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -"\n" -"\n" -"\n" -"\n" -"\n" -"\n" -"\n" -"\n" + +#: gnulib/lib/gai_strerror.c:41 +msgid "Address family for hostname not supported" +msgstr "à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ करà€à¤¤à¤ à¤Şà¤¤àà¤¤à¤ सà¤àà¤ı सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "नà¤à¤µ à¤¨à¤żà¤°àà¤§à¤à¤°à¤£ अंतरàà¤—त तà¤à¤¤àà¤Şà‚रàà¤¤à‡ à¤…à¤Şà¤Żà¤ĥ à¤†à¤˘à¤³à¤²à‡" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flags करà€à¤¤à¤ à¤…à¤Żà‹à¤—àà¤Ż à¤àà¤²àà¤Ż" #: gnulib/lib/gai_strerror.c:44 -msgid "Address family for hostname not supported" -msgstr "" +msgid "Non-recoverable failure in name resolution" +msgstr "नà¤à¤µ à¤¨à¤żà¤°àà¤§à¤à¤°à¤£ अंतरàà¤—त à¤µà¤żà¤¨à¤-à¤Şàà¤°à¤à¤Şàà¤Żà¤œà‹à¤—à€ अà¤Ħचण" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤…à¤Şà¤Żà¤ĥ" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ सà¤ı कàà¤ à¤²à¤à¤ıà€ à¤Şà¤¤àà¤¤à¤ संà¤Ĵà¤‚à¤§à¤żà¤¤ नà¤à¤ıà€" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "लà¤à¤Żà¤Ĵàà¤°à¤°à€ कà‰à¤² à¤…à¤Şà¤Żà¤ĥà€, à¤Ĵà¤ıàà¤Ĥठसà¤à¤°àà¤à¤żà¤¤ नसà¤à¤µà¤" +msgid "Name or service not known" +msgstr "नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ à¤¸à‡à¤µà¤ à¤Şà¤°à¤żà¤šà€à¤¤ नà¤à¤ıà€" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤Ĵà¤Ĥलà¤" +msgid "Servname not supported for ai_socktype" +msgstr "ai_socktype करà€à¤¤à¤ Servname सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "à¤Şàà¤°à¤£à¤à¤²à€ तàà¤°àà¤Ÿà€" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "à¤Ĵà¤à¤Ĵ à¤Ĵà¤Ğर खà‚à¤Şà¤š लà¤ıà¤à¤¨ आà¤ıà‡" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "à¤Şàà¤°à¤£à¤à¤²à€à¤•à¤Ħà‚न à¤ıà¤à¤• à¤Ĥà‡à¤¤à‡à¤µà‡à¤³à€ तàà¤°à‚टà€" +msgid "Processing request in progress" +msgstr "à¤µà¤żà¤¨à¤‚à¤¤à€ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤£ à¤Şàà¤°à¤—तà€à¤¤ आà¤ıà‡" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "à¤µà¤żà¤¨à¤‚à¤¤à€ à¤°à¤Ĥàà¤Ĥ कà‡à¤²à€" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "à¤µà¤żà¤¨à¤‚à¤¤à€ à¤°à¤Ĥàà¤Ĥ कà‡à¤²à€ नà¤à¤ıà€" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "सरàà¤µ à¤µà¤żà¤¨à¤‚à¤¤à€ à¤Şà‚रàà¤£ झà¤à¤²à‡" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "संकà‡à¤¤ à¤Ĥàà¤µà¤à¤°à‡ वàà¤Żà¤¤àà¤Żà¤Ż अंतरàà¤­à‚त कà‡à¤²à‡" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "घटक अकàà¤·à¤°à¤à¤à¤³à¤ à¤Żà‹à¤—àà¤Żà¤°à¤żà¤¤àà¤Żà¤ एनकà‹à¤Ħ कà‡à¤²à‡ गà‡à¤²à‡ नà¤à¤ıà€" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ तàà¤°àà¤Ÿà€" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s' करà€à¤¤à¤ à¤Şàà¤°à¤µà‡à¤ĥ नà¤à¤ıà€: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen à¤Ħà€à¤à¤¨à¤Şà¤à¤¸à‚न वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤Şà¤à¤‡à¤Ş à¤Şà¤à¤¸à‚न वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "वàà¤Żà‚à¤ıरचनठवà¤à¤Ÿà¤¤ आà¤ıà‡" +msgstr "SIGHUP वà‡à¤³à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Şàà¤¨àà¤ı à¤Ĥà¤à¤–ल करà¤" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "सàà¤àƒà¤¤àà¤¤à€ वà¤à¤Ÿà¤¤ असतà‡à¤µà‡à¤³à€ तàà¤°à‚टà€: %s" +msgstr "à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şàà¤¨àà¤ıà¤Ĥà¤à¤–ल करतà‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "संकà‡à¤¤ %d à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²àà¤Żà¤à¤µà¤° à¤Ĵंà¤Ĥ à¤ıà‹à¤¤ आà¤ıà‡" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec à¤Ğà¤à¤‡à¤² वरàà¤£à¤¨ à¤Ĵà¤à¤Ĵ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "à¤µà¤żà¤¨à¤-à¤Ĵàà¤²à‰à¤• करणà¤à¤°à‡ à¤Ğà¤à¤‡à¤² वरàà¤£à¤¨ à¤Ĵà¤à¤Ĵ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ : %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "fdopen pid à¤Ğà¤à¤‡à¤² '%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ : %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' à¤Ĵंà¤Ĥ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ : %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "struct qemud_socket करà€à¤¤à¤ सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "'%s' करà€à¤¤à¤ सà‰à¤•à‡à¤Ÿ à¤Ĵà¤à¤‚à¤§à¤£à€ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "'%s' वरà€à¤² जàà¤³à¤µà¤£à€ करà€à¤¤à¤ ऐकणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "सरàà¤µà¤° घटनठकà‰à¤²à¤Ĵà…क जà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "सà‰à¤•à‡à¤Ÿ: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "à¤Ĵà¤à¤‚धणà€: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "ऐकà¤:%s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" +msgstr "uid '%d' करà€à¤¤à¤ वà¤à¤Şà¤°à¤•à¤°àà¤¤à¤ रà‡à¤•à‰à¤°àà¤Ħ à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "qemudInitPaths() अंतरàà¤—त à¤Ĵà¤Ğर करà€à¤¤à¤ à¤à¤à¤°àà¤— खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "struct qemud_server à¤šà‡ à¤µà¤à¤Ÿà¤Ş कणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" +msgstr "SASL à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ %s à¤Şàà¤°à¤à¤°à¤‚भ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ करà€à¤¤à¤ à¤Şàà¤°à¤£à¤à¤²à€ à¤Ĵसà¤ĥà€ à¤œàà¤³à¤µà¤£à€ सàà¤à¤à¤Şà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" #: qemud/qemud.c:955 -msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:960 -msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" - -#: qemud/qemud.c:966 -msgid "" -"remoteCheckCertificate: the client certificate uses an insecure algorithm." -msgstr "" - -#: qemud/qemud.c:975 -msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" - -#: qemud/qemud.c:980 -msgid "remoteCheckCertificate: no peers" -msgstr "" +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" #: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: à¤…à¤Şà¤Żà¤ĥà€: कàà¤²à¤à¤à¤‚ट DN %s आà¤ıà‡" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: à¤¤à¤Şà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤µà¤żà¤ĥàà¤µà¤à¤¸à¤°àà¤ı." + +#: qemud/qemud.c:1020 +msgid "remoteCheckCertificate: the client certificate has unknown issuer." +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤°à¤•à¤Ħà‡ à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĥà‡à¤Żàà¤Żà¤• à¤†à¤˘à¤³à¤²à‡." + +#: qemud/qemud.c:1025 +msgid "remoteCheckCertificate: the client certificate has been revoked." +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤Şàà¤¨àà¤ıà¤ à¤Şà¤à¤ à¤µà¤żà¤²à‡ गà‡à¤²à‡." + +#: qemud/qemud.c:1031 +msgid "" +"remoteCheckCertificate: the client certificate uses an insecure algorithm." +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤à¤£à¤Şà¤¤àà¤° असàà¤°à¤•àà¤·à¤żà¤¤ अलàà¤—à‹à¤°à¤żà¤Ĥà¤à¤šà¤ वà¤à¤Şà¤° करतà‹." + +#: qemud/qemud.c:1040 +msgid "remoteCheckCertificate: certificate is not X.509" +msgstr "remoteCheckCertificate: à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° X.509 नà¤à¤ıà€" + +#: qemud/qemud.c:1045 +msgid "remoteCheckCertificate: no peers" +msgstr "remoteCheckCertificate: à¤Şà¤°à¤¸àà¤Şà¤° घटक नà¤à¤ıà€" + +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° कà¤à¤²à¤Ĵà¤à¤ıàà¤Ż झà¤à¤²à‡" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° अजà‚नà¤ıà€ à¤¸à¤•àà¤°à€à¤Ż कà‡à¤²à‡ गà‡à¤²à‡ नà¤à¤ıà€" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: कàà¤²à¤à¤à¤‚à¤Ÿà¤šà‡ à¤µà¤żà¤¸àà¤¤àƒà¤¤ नà¤à¤µ à¤Şà¤°à¤µà¤à¤¨à¤—à€à¤Ż कàà¤²à¤à¤à¤‚टचàà¤Żà¤ à¤Żà¤à¤Ĥà€à¤¤ " +"(tls_allowed_dn_list) à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€. कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° अंतरàà¤—त à¤µà¤żà¤¸àà¤¤àƒà¤¤ नà¤à¤µ गàà¤£à¤µà¤żà¤ĥà‡à¤· " +"à¤Şà¤ıà¤à¤£àà¤Żà¤à¤•à¤°à€à¤¤à¤ 'openssl x509 -in clientcert.pem -text' चठवà¤à¤Şà¤° करà¤, à¤•à¤żà¤‚à¤µà¤ à¤Żà¤ " +"à¤Ħà€à¤à¤¨à¤²à¤ --verbose à¤Şà¤°àà¤Żà¤à¤Żà¤¸à¤ı चà¤à¤²à¤µà¤." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚à¤Ÿà¤šà‡ à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤¤à¤Şà¤à¤¸à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ कà‡à¤²àà¤Żà¤à¤àà¤³à‡ à¤…à¤Żà‹à¤—àà¤Ż " +"à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤Ĥàà¤°àà¤²à¤•àà¤· कà‡à¤²à‡ गà‡à¤²à‡certificate is ignored" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ आकà¤Ħà‡à¤µà¤à¤°à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥ" +msgstr "कàà¤²à¤à¤à¤‚ट à¤ĥàà¤°à‡à¤Ż à¤¤à¤Şà¤à¤¸à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "संजà¤à¤³ %s सàà¤°à‚ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "जàà¤³à¤µà¤£à€ सàà¤µà€à¤•à¤à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "à¤Şà¤°à¤µà¤à¤¨à¤—à€à¤Ż कàà¤²à¤à¤à¤‚ट %d करà€à¤¤à¤ polkit à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¤à¤ अकà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करà¤" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "TLS à¤ıनàà¤Ħà¤ĥàˆà¤• à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "वà¤à¤šà¤¨: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "लà‡à¤–न: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "संकà‡à¤¤ à¤ıà…नàà¤Ħà¤²à¤°à¤¨à‡ %d तàà¤°àà¤Ÿà€ à¤Ĥरàà¤ĥà¤µà¤żà¤²à‡: à¤ĥà‡à¤µà¤Ÿà¤šà€ तàà¤°àà¤Ÿà€: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "%s à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Żà¤à¤Ĥà€ à¤•à¤°à€à¤¤à¤ सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "%s à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Żà¤à¤Ĥà€ à¤àà¤²àà¤Ż करà€à¤¤à¤ सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: अकàà¤·à¤°à¤à¤à¤³à¤ à¤•à¤żà¤‚à¤µà¤ à¤…à¤•àà¤·à¤°à¤à¤à¤³à¤ à¤Żà¤à¤Ĥà€ à¤…à¤¸à¤à¤Żà¤²à¤ à¤ıवà€\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: अवàˆà¤§ à¤Şàà¤°à¤•à¤à¤°: %s à¤Şàà¤°à¤à¤Şàà¤¤; à¤…à¤Şà‡à¤•àà¤·à€à¤¤ %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s लठ%s वर कà‹à¤° à¤Ħà¤àà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: असà¤à¤°àà¤à€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "रà‚ट नàà¤°à‚à¤Ş कà¤à¤°àà¤Żà¤°à¤¤ असतà‡à¤µà‡à¤³à€ गट नàà¤°à‚à¤Ş à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "सà¤àà¤ı '%s' à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "à¤Şà¤Ĥàà¤§à¤¤à€ '%s' वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "à¤Ħà¤żà¤à¤¨ नàà¤°à‚à¤Ş à¤µà¤żà¤­à¤à¤œà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "à¤Şà¤à¤‡à¤Ş à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s à¤šà‡ à¤¸à¤àà¤ı à¤à¤à¤²à¤•à€ à¤Ĵà¤Ĥà¤²à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "एक à¤Şà¤à¤‡à¤Ş करà€à¤¤à¤ कà‰à¤²à¤Ĵà…क à¤Şà¤‚à¤œà€à¤•àƒà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "कà¤à¤°àà¤Żà¤•àà¤°à¤ सà¤à¤œàà¤³à¤µà¤£à€ नà¤à¤ıà€ (à¤Şàà¤°à¤¤àà¤Żà¤•àà¤· %x, à¤…à¤Şà‡à¤•àà¤·à€à¤¤ %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "आवàƒà¤¤àà¤¤à€ सà¤à¤œàà¤³à¤µà¤£à€ नà¤à¤ıà€ (à¤Şàà¤°à¤¤àà¤Żà¤•àà¤· %x, à¤…à¤Şà‡à¤•àà¤·à€à¤¤ %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "à¤Ĥà¤żà¤ĥठ(%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "सàà¤à¤żà¤¤à€ (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ आवà¤ĥàà¤Żà¤•" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ HTTP चà‚क संकà‡à¤¤ %d à¤à¤żà¤³à¤à¤²à¤" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "सà‡à¤µà¤• à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ à¤•à¤°à¤£à‡ à¤…à¤¸à¤Ğल" +msgstr "à¤Ĵà¤à¤Ĵ वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "à¤†à¤‚à¤¤à¤°à¤żà¤• तàà¤°àà¤Ÿà€ - dispatch कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€à¤¨à‡ अवàˆà¤§ कà‹à¤Ħ à¤Şà¤à¤ à¤µà¤żà¤²à‡ %d" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "चà¤à¤šà¤£à€ लà¤à¤‚à¤Ĵà€" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ à¤ĥà¤żà¤°àà¤·à¤• à¤¸à¤żà¤°à€à¤…लà¤à¤‡à¤œ करà¤" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "return struct à¤¸à¤żà¤°à€à¤…लà¤à¤‡à¤œ करà¤" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "return तàà¤°àà¤Ÿà€ à¤¸à¤żà¤°à€à¤…लà¤à¤‡à¤œ करà¤" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "return लà¤à¤‚à¤Ĵà€ à¤¸à¤żà¤°à€à¤…लà¤à¤‡à¤œ करà¤" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ à¤†à¤§à¤żà¤Şà¤à¤¸à‚न उघà¤Ħà‡ à¤†à¤ıà‡" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "अवàˆà¤§ जà‹à¤Ħà¤£à€ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" +msgstr "जàà¤³à¤µà¤£à€ उघà¤Ħà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "सàà¤àƒà¤¤à€à¤Ĵà¤à¤ıà‡à¤°" +msgstr "strdup अंतरàà¤—त à¤…à¤¤à¤żà¤°à¤żà¤•àà¤¤ सàà¤àƒà¤¤à€ नà¤à¤ıà€" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" -msgstr "कàà¤·à‡à¤¤àà¤° सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams खà‚à¤Şà¤š à¤à‹à¤ à‡ आà¤ıà‡" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Şàà¤°à¤•à¤à¤°" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "आकà¤à¤° > कà¤à¤à¤² à¤Ĵà¤Ğर आकà¤à¤°" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "संजà¤à¤³ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Şà¤¤àà¤¤à¤ %d à¤šà‡ à¤¨à¤żà¤°àà¤§à¤à¤°à¤£ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "कàà¤²à¤à¤à¤‚à¤Ÿà¤¨à‡ अवàˆà¤§ SASL init à¤µà¤żà¤¨à¤‚à¤¤à€ à¤•à¤°à€à¤¤à¤ à¤Şàà¤°à¤Żà¤¤àà¤¨ कà‡à¤²à‡" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "à¤Ĵàà¤²à‰à¤• सàà¤¤à¤żà¤à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Şà¤¤àà¤¤à¤ %d (%s) à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ आकà¤Ħà‡à¤µà¤à¤°à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥ" +msgstr "à¤Şà¤°à¤¸àà¤Şà¤° à¤Şà¤¤àà¤¤à¤ %d (%s) à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl संà¤Ĥरàà¤­ à¤à¤à¤‚à¤Ħà¤£à€ à¤…à¤Şà¤Żà¤ĥà€ %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "TLS लठसà€à¤Ğर आकà¤à¤° à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡ नà¤à¤ıà€" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL करà€à¤¤à¤ à¤Ĵà¤à¤ıà‡à¤°à€à¤² SSF %d (%s) à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL सàà¤°à¤•àà¤·à¤ गàà¤£à¤§à¤°àà¤ %d (%s) à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ %d (%s) à¤Żà¤à¤Ĥà€à¤¤ à¤Ĥरàà¤ĥà¤µà‚ à¤ĥकत नà¤à¤ıà€" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ à¤Żà¤à¤Ĥà€à¤šà‡ वà¤à¤Ÿà¤Ş à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ %d (%s) सàà¤à¤à¤Şà€à¤¤ झà¤à¤²àà¤Żà¤à¤µà¤° SASL ssf लठअà¤Ħà¤šà¤£à€ à¤µà¤żà¤šà¤à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "à¤à¤§àà¤Żà¤¸àà¤à€ SSF %d जà¤à¤¸àà¤¤ सकàà¤·à¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ %d (%s) सàà¤à¤à¤Şà€à¤¤ झà¤à¤²àà¤Żà¤à¤µà¤° SASL वà¤à¤Şà¤°à¤•à¤°àà¤¤àà¤Żà¤à¤²à¤ अà¤Ħà¤šà¤£à€ à¤µà¤żà¤šà¤à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "कàà¤²à¤à¤à¤‚ट वà¤à¤Şà¤°à¤•à¤°àà¤¤à¤à¤¨à¤à¤µ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "सàà¤àƒà¤¤à€à¤Ĵà¤à¤ıà‡à¤°" +msgstr "वà¤à¤Şà¤°à¤•à¤°àà¤¤à¤à¤¨à¤à¤µ à¤Şàà¤°à¤¤à¤żà¤•àƒà¤¤ करतà‡à¤µà‡à¤³à€ à¤…à¤¤à¤żà¤°à¤żà¤•àà¤¤ सàà¤àƒà¤¤à€ à¤†à¤˘à¤³à¤²à€ à¤¨à¤à¤ıà€" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL कàà¤²à¤à¤à¤‚ट %s लठwhitelist अंतरàà¤—त à¤Şà¤°à¤µà¤à¤¨à¤—à€ नà¤à¤ıà€" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "कàà¤²à¤à¤à¤‚à¤Ÿà¤¨à‡ अवàˆà¤§ SASL start à¤µà¤żà¤¨à¤‚à¤¤à€ à¤µà¤à¤Şà¤°à‚न à¤Şà¤à¤ıà¤żà¤²à€" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl start à¤…à¤Şà¤Żà¤ĥà€ %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl start à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ à¤à¤à¤ıà¤żà¤¤à€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡ %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl step à¤…à¤Şà¤Żà¤ĥà€ %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl step à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ à¤à¤à¤ıà¤żà¤¤à€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡ %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "कàà¤²à¤à¤à¤‚à¤Ÿà¤¨à‡ असà¤à¤°àà¤à€à¤¤ SASL init à¤µà¤żà¤¨à¤‚à¤¤à€ à¤µà¤à¤Şà¤°à‚न à¤Şà¤à¤ıà¤żà¤²à€" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "कàà¤²à¤à¤à¤‚à¤Ÿà¤¨à‡ असà¤à¤°àà¤à€à¤¤ SASL start à¤µà¤żà¤¨à¤‚à¤¤à€ à¤µà¤à¤Şà¤°à‚न à¤Şà¤à¤ıà¤żà¤²à€" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "कàà¤²à¤à¤à¤‚à¤Ÿà¤¨à‡ असà¤à¤°àà¤à€à¤¤ SASL step à¤µà¤żà¤¨à¤‚à¤¤à€ à¤µà¤à¤Şà¤°à‚न à¤Şà¤à¤ıà¤żà¤²à€" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "कàà¤²à¤à¤à¤‚à¤Ÿà¤¨à‡ अवàˆà¤§ PolicyKit init à¤µà¤żà¤¨à¤‚à¤¤à€ à¤µà¤à¤Şà¤°à‚न à¤Şà¤à¤ıà¤żà¤²à€" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "à¤Şà¤°à¤¸àà¤Şà¤° सà‰à¤•à‡à¤Ÿ ओळख à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "PID %d à¤šà‡ à¤¤à¤Şà¤à¤¸ करà€à¤¤ आà¤ıà‡ à¤œà‡ %d नàà¤°à‚à¤Ş कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "policy kit कà‰à¤²à¤°à¤²à¤ à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "à¤¨à¤żà¤·à¤•àà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° %s à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "polkit कàà¤°à¤żà¤Żà¤ %s à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "à¤¨à¤żà¤·à¤•àà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° %s à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" - -#: qemud/remote.c:2841 -#, c-format -msgid "Policy kit failed to check authorization %d %s" -msgstr "" - -#: qemud/remote.c:2857 -#, c-format -msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" - -#: qemud/remote.c:2865 -#, c-format -msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" - -#: qemud/remote.c:2884 -msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "polkit संà¤Ĥरàà¤­ %s à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" #: qemud/remote.c:2939 +#, c-format +msgid "Policy kit failed to check authorization %d %s" +msgstr " à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ %d %s à¤¤à¤Şà¤à¤¸à¤£àà¤Żà¤à¤•à¤°à€à¤¤à¤ Policy kit à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡" + +#: qemud/remote.c:2955 +#, 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:2963 +#, 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:2982 +msgid "client tried unsupported PolicyKit init request" +msgstr "कàà¤²à¤à¤à¤‚à¤Ÿà¤¨à‡ असà¤à¤°àà¤à€à¤¤ PolicyKit init à¤µà¤żà¤¨à¤‚à¤¤à€ à¤µà¤à¤Şà¤°à‚न à¤Şà¤à¤ıà¤żà¤²à€" + +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€ (_p)" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€ (_v)" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "सà¤à¤§à¤¨ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "अवàˆà¤§ uuid घटक" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (लà¤à¤‚à¤Ĵà€ word)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (लà¤à¤‚à¤Ĵà€ word)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" -msgstr "वàà¤Żà‚à¤ıरचनठवà¤à¤Ÿà¤¤ आà¤ıà‡" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ वà¤à¤Ÿà¤¤ आà¤ıà‡" #: src/conf.c:347 msgid "unterminated number" @@ -804,9 +816,8 @@ msgid "expecting a separator in list" msgstr "à¤Żà¤à¤Ĥà€à¤à¤§àà¤Żà‡ à¤µà¤żà¤²à¤—à¤• à¤…à¤Şà‡à¤•àà¤·à¤żà¤¤" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" -msgstr "à¤Żà¤à¤Ĥà€ ] à¤¨à‡ à¤Ĵंà¤Ĥ कà‡à¤²à‡à¤²à€ नà¤à¤ıà€" +msgstr "à¤Żà¤à¤Ĥà€ ] à¤Ĥàà¤µà¤à¤°à‡ à¤Ĵंà¤Ĥ कà‡à¤²à‡ गà‡à¤²à‡ नà¤à¤ıà€" #: src/conf.c:521 msgid "expecting a name" @@ -820,8 +831,8 @@ msgstr "à¤µà¤żà¤²à¤—à¤• à¤…à¤Şà‡à¤•àà¤·à¤żà¤¤" msgid "expecting an assignment" msgstr "सà‹à¤Şà¤µà¤£à€ à¤…à¤Şà‡à¤•àà¤·à¤żà¤¤" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "à¤Ĵà¤Ğà¤°à¤šà‡ à¤µà¤żà¤­à¤à¤œà¤¨ करà¤" @@ -834,3219 +845,3560 @@ msgid "failed to save content" msgstr "सà¤à¤à¤µà¤żà¤·àà¤Ÿà‡ सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "tty %s उघà¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty गàà¤£à¤§à¤°àà¤ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty गàà¤£à¤§à¤°àà¤ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "I/O करà€à¤¤à¤ à¤Şàà¤°à¤¤à¤żà¤•àà¤·à¤ करतà‡à¤µà‡à¤³à€ à¤…à¤Şà¤Ż: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "इनàà¤Şàà¤Ÿ वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "à¤†à¤Šà¤Ÿà¤Şàà¤Ÿ वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "जà‹à¤Ħà¤£à€ à¤µà¤à¤Ÿà¤¤ आà¤ıà‡" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Ÿà¤¤ आà¤ıà‡" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "जà‹à¤Ħà¤£à€ à¤ıà…à¤ĥ तकàà¤¤àà¤Żà¤à¤¤ à¤Ħà‹à¤à‡à¤¨ जà¤à¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "जà‹à¤Ħà¤£à€ à¤ıà…à¤ĥ तकàà¤¤àà¤Żà¤à¤à¤§à‚न à¤Ħà‹à¤à‡à¤¨ à¤ıà¤°à¤µà¤²à€ à¤†à¤ıà‡" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "संजà¤à¤³ à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ करत आà¤ıà‡" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "à¤ıà…à¤ĥ टà‡à¤Ĵललठसंजà¤à¤³à¤à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "जà‹à¤Ħà¤£à€ à¤•à¤°à€à¤¤à¤ à¤ıà…à¤ĥ टà‡à¤Ĵलà¤à¤Şà¤à¤¸à‚न संजà¤à¤³ सà¤à¤Şà¤Ħत नà¤à¤ıà€" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ıà¤šà‡ à¤µà¤à¤Ÿà¤Ş करà€à¤¤ आà¤ıà‡" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "जàà¤³à¤µà¤£à€à¤œà‹à¤—à€ à¤ıà…à¤ĥ टà‡à¤Ĵल करà€à¤¤à¤ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı जà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "जàà¤³à¤µà¤£à€à¤œà‹à¤—à€ à¤ıà…à¤ĥ टà‡à¤Ĵल अंतरàà¤—क संगàà¤°à¤ı à¤†à¤˘à¤³à¤²à¤ à¤¨à¤à¤ıà€" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħà¤à¤šà‡ वà¤à¤Ÿà¤Ş करत आà¤ıà‡" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "जàà¤³à¤µà¤£à€à¤œà‹à¤—à€ à¤ıà…à¤ĥ टà‡à¤Ĵल करà€à¤¤à¤ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı जà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "जàà¤³à¤µà¤£à€à¤œà‹à¤—à€ à¤ıà…à¤ĥ टà‡à¤Ĵल अंतरàà¤—त खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħà¤à¤šà‡ वà¤à¤Ÿà¤Ş करत आà¤ıà‡" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "नà‹à¤Ħ à¤à¤œà¤•à‚र à¤Şàà¤°à¤¤à¤żà¤²à¤żà¤Şà€ करत आà¤ıà‡" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "जàà¤³à¤µà¤£à€à¤œà‹à¤—à€ à¤ıà…à¤ĥ टà‡à¤Ĵल करà€à¤¤à¤ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı जà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "जàà¤³à¤µà¤£à€à¤œà‹à¤—à€ à¤ıà…à¤ĥ टà‡à¤Ĵल अंतरàà¤—त खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĵà‚ट सà¤à¤§à¤¨ '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "अवàˆà¤§ à¤Ğàà¤²à‰à¤Şà€ सà¤à¤§à¤¨ नà¤à¤µ: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "अवàˆà¤§ à¤ıà¤à¤°àà¤Ħà¤Ħà¤żà¤¸àà¤• सà¤à¤§à¤¨ नà¤à¤µ: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "à¤Ğàà¤²à‰à¤Şà€ à¤Ħà¤żà¤¸àà¤• करà€à¤¤à¤ अवàˆà¤§ à¤Ĵस à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤Ğàà¤²à‰à¤Şà€ à¤Ħà¤żà¤¸àà¤• करà€à¤¤à¤ अवàˆà¤§ à¤Ĵस à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +" 'network' गàà¤£à¤µà¤żà¤ĥà‡à¤· à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ कà‡à¤²à‡ गà‡à¤²à‡ नà¤à¤ıà€, सà¤ı" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr " 'dev' गàà¤£à¤µà¤żà¤ĥà‡à¤· à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ कà‡à¤²à‡ गà‡à¤²à‡ नà¤à¤ıà€, सà¤ı" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "सà‰à¤•à‡à¤Ÿ संवà¤à¤Ĥसà¤ı 'à¤Şà‹à¤°àà¤Ÿ' गàà¤£à¤µà¤żà¤ĥà‡à¤· à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà€à¤¤ नà¤à¤ıà€" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr "सà‰à¤•à‡à¤Ÿ संवà¤à¤Ĥसà¤ı 'à¤Şà‹à¤°àà¤Ÿ' गàà¤£à¤µà¤żà¤ĥà‡à¤· वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "सà‰à¤•à‡à¤Ÿ संवà¤à¤Ĥसà¤ı 'à¤Şà¤¤àà¤¤à¤' गàà¤£à¤µà¤żà¤ĥà‡à¤· à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà€à¤¤ नà¤à¤ıà€" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤°à‚à¤Ş नà¤à¤µ अंतरàà¤—त अवàˆà¤§ अकàà¤·à¤° सà¤à¤à¤µà¤żà¤·àà¤Ÿà€à¤¤ आà¤ıà‡" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "char सà¤à¤§à¤¨ करà€à¤¤à¤ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤°àà¤— गàà¤£à¤µà¤żà¤ĥà‡à¤· à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "char सà¤à¤§à¤¨ करà€à¤¤à¤ सàà¤¤àà¤°à‹à¤¤ à¤Żà¤œà¤à¤à¤¨ गàà¤£à¤µà¤żà¤ĥà‡à¤· à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "char सà¤à¤§à¤¨ करà€à¤¤à¤ सàà¤¤àà¤°à‹à¤¤ सà‡à¤µà¤ गàà¤£à¤µà¤żà¤ĥà‡à¤· à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +msgstr "इनàà¤Şàà¤Ÿ सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĵà‚ट सà¤à¤§à¤¨ '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 à¤Ĵस %s इनàà¤Şàà¤Ÿ सà¤à¤§à¤¨ करà€à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤µà¤żà¤¤ नà¤à¤ıà€" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "असà¤à¤°àà¤à€à¤¤ इनàà¤Şàà¤Ÿ सà¤à¤§à¤¨ %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" +msgstr "xen à¤Ĵस %s इनàà¤Şàà¤Ÿ सà¤à¤§à¤¨ करà€à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤µà¤żà¤¤ नà¤à¤ıà€" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +msgstr "इनàà¤Şàà¤Ÿ सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "%s करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ कà¤à¤˘à‚न टà¤à¤•à‚ à¤ĥकत नà¤à¤ıà€" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ आवà¤à¤œ à¤Şàà¤°à¤à¤°à‚à¤Ş à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤¸à¤‚à¤šà¤Żà€à¤•à¤ %s वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "सà¤à¤§à¤¨ %s उघà¤Ħà‚ à¤ĥकत नà¤à¤ıà€" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "%s वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सà¤à¤§à¤¨ %s उघà¤Ħà‚ à¤ĥकत नà¤à¤ıà€" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "à¤ıरवलà‡à¤²à¤ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ à¤Żà¤œà¤à¤à¤¨" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĵà‚ट सà¤à¤§à¤¨ '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĵà‚ट सà¤à¤§à¤¨ '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ à¤Żà¤œà¤à¤à¤¨" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ à¤Żà¤œà¤à¤à¤¨ %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Żà¤œà¤à¤à¤¨ %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ रà‚ट घटक" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "xmlXPathContext करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "à¤ıरवलà‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤à¤à¤ıà¤żà¤¤à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° गàà¤£à¤µà¤żà¤ĥà‡à¤·" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" +msgstr "अवàˆà¤§ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "UUID à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ uuid घटक" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +msgstr "सàà¤àƒà¤¤à€ घटक à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤Ħà‡à¤Ÿà¤ '%s'" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤Ħà‡à¤Ÿà¤ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "OS à¤Şàà¤°à¤•à¤à¤° नà¤à¤ıà€" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "असà¤à¤°àà¤à€à¤¤ à¤à¤à¤‚à¤Ħणà€" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĵà‚ट सà¤à¤§à¤¨ '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Ĵà¤à¤‚धणà€: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कàà¤·à‡à¤¤àà¤° सàà¤¤à¤Ĵàà¤§ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ à¤Żà¤œà¤à¤à¤¨ %s" +msgstr "à¤…à¤Żà‹à¤—àà¤Ż रà‚ट घटक" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "cpuset à¤°à¤šà¤¨à¤ à¤¨à¤żà¤Żà¤à¤à¤µà¤²à€ तàà¤°à‚टà€" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤¸à¤‚à¤šà¤Żà€à¤•à¤ %s à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² %s à¤Ĵà¤¨à¤µà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² %s à¤²à¤żà¤ıà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² %s à¤¸à¤‚à¤šà¤Żà€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤¸à¤‚à¤šà¤Żà€à¤•à¤ '%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +msgstr "%s करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ कà¤à¤˘à‚न टà¤à¤•à‚ à¤ĥकत नà¤à¤ıà€" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ virt à¤Şàà¤°à¤•à¤à¤°" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "जà‹à¤Ħà¤£à€ à¤µà¤à¤Ÿà¤¤ आà¤ıà‡" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Ÿà¤¤ आà¤ıà‡" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "जà‹à¤Ħà¤£à€ à¤ıà…à¤ĥ तकàà¤¤àà¤Żà¤à¤¤ à¤Ħà‹à¤à‡à¤¨ जà¤à¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "जà‹à¤Ħà¤£à€ à¤ıà…à¤ĥ तकàà¤¤àà¤Żà¤à¤à¤§à‚न à¤Ħà‹à¤à‡à¤¨ à¤ıà¤°à¤µà¤²à€ à¤†à¤ıà‡" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "संजà¤à¤³ à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ करत आà¤ıà‡" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "à¤ıà…à¤ĥ टà‡à¤Ĵललठसंजà¤à¤³à¤à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "जà‹à¤Ħà¤£à€ à¤•à¤°à€à¤¤à¤ à¤ıà…à¤ĥ टà‡à¤Ĵलà¤à¤Şà¤à¤¸à‚न संजà¤à¤³ सà¤à¤Şà¤Ħत नà¤à¤ıà€" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "संजà¤à¤³ à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ करत आà¤ıà‡" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "à¤ıà…à¤ĥ टà‡à¤Ĵललठसंजà¤à¤³à¤à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "जà‹à¤Ħà¤£à€ à¤ıà…à¤ĥ तकàà¤¤àà¤Żà¤à¤à¤§à‚न à¤Ħà‹à¤à‡à¤¨ à¤ıà¤°à¤µà¤²à€ à¤†à¤ıà‡" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "संजà¤à¤³ à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ करत आà¤ıà‡" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "à¤ıà…à¤ĥ टà‡à¤Ĵललठसंजà¤à¤³à¤à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "जà‹à¤Ħà¤£à€ à¤ıà…à¤ĥ तकàà¤¤àà¤Żà¤à¤à¤§à‚न à¤Ħà‹à¤à‡à¤¨ à¤ıà¤°à¤µà¤²à€ à¤†à¤ıà‡" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "चà¤à¤²à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ '" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "सà‰à¤•à‡à¤Ÿ %d वर à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "करà€à¤¤à¤ à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ " -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s à¤Şà¤à¤¸à‚न संजà¤à¤³ à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤¸à¤‚à¤šà¤Żà€à¤•à¤ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ %s : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "%s करà€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤¸à¤‚à¤šà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" +"iptables à¤¨à¤żà¤Żà¤ '%s' कà¤à¤˘à‚न टà¤à¤•à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€, चàˆà¤¨ '%s' à¤Şà¤à¤¸à‚नचà‡, तकàà¤¤à¤ '%s' अंतरàà¤—त: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "iptables à¤¨à¤żà¤Żà¤ '%s' जà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€, चàˆà¤¨ '%s' करà€à¤¤à¤, तकàà¤¤à¤ '%s' अंतरàà¤—त: %s" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "जàà¤³à¤µà¤£à€ URI वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "जà‹à¤Ħà¤£à€ à¤µà¤à¤Ÿà¤¤ आà¤ıà‡" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "संजà¤à¤³ %s सàà¤°à‚ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "जàà¤³à¤µà¤£à€ सàà¤µà€à¤•à¤à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Żà‹à¤—àà¤Ż domid सà¤à¤‚खàà¤Żà€à¤• नà¤à¤ıà€" +msgstr "domainMigratePrepare à¤¨à‡ uri à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ कà‡à¤²à‡ नà¤à¤ıà€" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare à¤¨à‡ uri à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ कà‡à¤²à‡ नà¤à¤ıà€" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "à¤à¤à¤°àà¤— NULL आà¤ıà‡" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "à¤Ĵà¤à¤Ĵ à¤ĥà‚नàà¤Ż असà¤à¤Żà¤²à¤ à¤ıवà‡" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "à¤Ĵà¤Ğर NULL आà¤ıà‡" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "à¤Ĵà¤à¤Ĵ घटक VIR_MEMORY_VIRTUAL असà¤à¤Żà¤²à¤ à¤ıवà‡" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "à¤Ĵà¤Ğर NULL आà¤ıà‡ à¤Şà¤°à¤‚à¤¤à à¤†à¤•à¤à¤° à¤µà¤żà¤¨à¤-à¤ĥà‚नàà¤Ż आà¤ıà‡" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şàà¤¨àà¤ıà¤Ĥà¤à¤–ल करतà‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "setsid à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "à¤à‚लàà¤Ż à¤…à¤°à‡ à¤µà¤à¤Ÿà¤Ş करà¤" +msgstr "ioctl(TIOCSTTY) à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "dup2(stdin) à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "dup2(stdout) à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "dup2(stderr) à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कनàà¤Ÿà‡à¤¨à¤° नà¤à¤µ अकàà¤·à¤°à¤à¤à¤³à¤à¤šà‡ वà¤à¤Ÿà¤Ş à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "à¤¨à¤żà¤·à¤•àà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° %s à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "'%s' करà€à¤¤à¤ सà‰à¤•à‡à¤Ÿ à¤Ĵà¤à¤‚à¤§à¤£à€ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "'%s' à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "'%s' करà€à¤¤à¤ सà‰à¤•à‡à¤Ÿ à¤Ĵà¤à¤‚à¤§à¤£à€ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कनàà¤Ÿà‡à¤¨à¤° करà€à¤¤à¤ /proc à¤…à¤¸à‡ à¤†à¤°à‹à¤ıन à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कनàà¤Ÿà‡à¤¨à¤° करà€à¤¤à¤ /proc à¤…à¤¸à‡ à¤†à¤°à‹à¤ıन à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "लà‰à¤—à¤Ğà¤à¤‡à¤² à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ %s à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कनàà¤Ÿà‡à¤¨à¤° करà€à¤¤à¤ %s लठ%s à¤…à¤¸à‡ à¤†à¤°à‹à¤ıà€à¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤¸à¤‚à¤šà¤Żà€à¤•à¤ '%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कनàà¤Ÿà‡à¤¨à¤° करà€à¤¤à¤ /proc à¤…à¤¸à‡ à¤†à¤°à‹à¤ıन à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() à¤¨à‡ à¤…à¤µàˆà¤§ vm वàà¤Żà¤à¤–àà¤Żà¤ à¤Şà¤à¤ à¤µà¤żà¤²à‡" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "open(%s) à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "à¤à‚लàà¤Ż à¤…à¤°à‡ à¤µà¤à¤Ÿà¤Ş करà¤" +msgstr "clone() à¤…à¤Şà¤Żà¤ĥà€, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s à¤Şà¤à¤¸à‚न खंà¤Ħ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "'%s' करà€à¤¤à¤ सà‰à¤•à‡à¤Ÿ à¤Ĵà¤à¤‚à¤§à¤£à€ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "'%s' करà€à¤¤à¤ सà‰à¤•à‡à¤Ÿ à¤Ĵà¤à¤‚à¤§à¤£à€ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "fd %d à¤šà‡ à¤µà¤à¤šà¤¨ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "fd %d करà€à¤¤à¤ लà‡à¤–न à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "epoll_create(2) à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "epoll_ctl(fd1) à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "epoll_ctl(fd1) à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "तàà¤°àà¤Ÿà€ घटनठ%d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "epoll_wait() à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ आकà¤Ħà‡à¤µà¤à¤°à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥ" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "खंà¤Ħ %s कà¤à¤˘à‚न टà¤à¤•à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "unlockpt à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %d करà€à¤¤à¤ argv à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %d à¤Ĵंà¤Ĥ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" +msgstr "संगàà¤°à¤ı à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "VM नà¤à¤µ अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ à¤à‹à¤•à¤³à€ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤•à¤żà¤‚à¤µà¤ uuid" +msgstr "सà¤à¤œàà¤³à¤µà¤£à€ uuid सà¤ı कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "सकàà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° कà¤à¤˘à‚न टà¤à¤•à¤²à‡ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "सकàà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° कà¤à¤˘à‚न टà¤à¤•à¤²à‡ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कंटà‡à¤¨à¤° %d करà€à¤¤à¤ à¤Şàà¤°à¤¤à¤żà¤•àà¤·à¤ करतà‡à¤µà‡à¤³à€ waitpid à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "संजà¤à¤³ संवà¤à¤Ĥà¤Şà¤Ÿ सà‹à¤Şà‡ करणàà¤Żà¤à¤¸à¤à¤ à€ सàà¤•àà¤°à€à¤Şàà¤Ÿ वà¤à¤Şà¤°à¤" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s सà¤à¤ à€ सà¤à¤§à¤¨ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "'%s' करà€à¤¤à¤ सà‰à¤•à‡à¤Ÿ à¤Ĵà¤à¤‚à¤§à¤£à€ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "char सà¤à¤§à¤¨ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen सàà¤Ÿà‹à¤°à¤ĥà€ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "tty pid à¤Ğà¤à¤‡à¤² %s à¤Ĵंà¤Ĥ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤šà€ à¤¸àà¤à¤żà¤¤à€ à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ अकàà¤·à¤: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +msgstr "लà‰à¤— à¤¸à¤‚à¤šà¤Żà€à¤• à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€ %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤¸à¤‚à¤šà¤Żà€à¤•à¤ '%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "pid à¤Ğà¤à¤‡à¤² '%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤•à¤żà¤‚à¤µà¤ uuid" +msgid "no domain named %s" +msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %d सà¤ı कàà¤·à‡à¤¤àà¤° नà¤à¤ıà€" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "नà¤à¤µ" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ HTTP चà‚क संकà‡à¤¤ %d à¤à¤żà¤³à¤à¤²à¤" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "अवàˆà¤§ à¤à¤à¤°àà¤—: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode() करà€à¤¤à¤ अवàˆà¤§ à¤Ĵà¤à¤Ĵ" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Şà¤¤àà¤¤à¤ %d à¤šà‡ à¤¨à¤żà¤°àà¤§à¤à¤°à¤£ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Şà¤¤àà¤¤à¤ %d à¤šà‡ à¤¨à¤żà¤°àà¤§à¤à¤°à¤£ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Şà¤¤àà¤¤à¤ %d à¤šà‡ à¤¨à¤żà¤°àà¤§à¤à¤°à¤£ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤ĥà¤żà¤°àà¤·à¤• '%s' वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "à¤Ğà‰à¤°à¤µà¤°àà¤Ħà€à¤‚ग à¤µà¤żà¤¨à¤‚à¤¤à€à¤•àƒà¤¤ कà‡à¤²à‡, à¤Şà¤°à¤‚à¤¤à IPv4 à¤Şà¤¤àà¤¤à¤/नà‡à¤Ÿà¤à¤à¤¸àà¤• à¤Şàà¤°à¤µà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "सàà¤µà¤‚à¤Żà¤Şàà¤°à¤à¤°à¤‚भ à¤¸à¤‚à¤šà¤Żà€à¤•à¤ %s à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "संजà¤à¤³ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ '%s' संजà¤à¤³ नà¤à¤µ '%s' सà¤ı जàà¤³à¤¤ नà¤à¤ıà€" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² नà¤à¤ıà€" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "संजà¤à¤³ '%s' सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d' करà€à¤¤à¤ वà¤à¤Şà¤°à¤•à¤°àà¤¤à¤ रà‡à¤•à‰à¤°àà¤Ħ à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf अंतरàà¤—त à¤…à¤¤à¤żà¤°à¤żà¤•àà¤¤ सàà¤àƒà¤¤à€ नà¤à¤ıà€" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: à¤…à¤¤à¤żà¤°à€à¤•àà¤¤ सàà¤àƒà¤¤à€ नà¤à¤ıà€" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables à¤¨à¤żà¤Żà¤ à¤Şàà¤¨àà¤ıठà¤Ĥà¤à¤–ल करत आà¤ıà‡" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "सरàà¤µà¤° करà€à¤¤à¤ IP à¤Şà¤¤àà¤¤à¤ à¤µà¤żà¤¨à¤ dhcp à¤Ħà¤żà¤à¤¨ सàà¤°à‚ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"'%s' à¤Şà¤à¤¸à‚न à¤Ğà‰à¤°à¤µà¤°àà¤Ħà€à¤‚ग कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"'%s' करà€à¤¤à¤ à¤Ğà‰à¤°à¤µà¤°àà¤Ħà€à¤‚ग कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "à¤à¤à¤¸àà¤•àà¤Żà‚रà‡à¤Ħà€à¤‚ग कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"'%s' à¤Şà¤à¤¸à‚न रà¤à¤‰à¤Ÿà€à¤‚ग कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"'%s' करà€à¤¤à¤ रà¤à¤‰à¤Ÿà€à¤‚ग कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP टà‡à¤Ĵल सà¤à¤°àà¤à¤¨ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"'%s' à¤Şà¤à¤¸à‚न DHCP à¤µà¤żà¤¨à¤‚à¤¤à€ à¤•à¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"'%s' à¤Şà¤à¤¸à‚न DNS à¤µà¤żà¤¨à¤‚à¤¤à€ à¤•à¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "'%s' à¤Şà¤à¤¸à‚न à¤Ĵà¤à¤ıà‡à¤°à€à¤² टàà¤°à¤à¤Ğà€à¤• रà‹à¤–णàà¤Żà¤à¤¸à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "'%s' करà€à¤¤à¤ à¤Ĵà¤à¤ıà‡à¤°à€à¤² टàà¤°à¤à¤Ğà€à¤• रà‹à¤–णàà¤Żà¤à¤¸à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"'%s' वरà€à¤² कàà¤°à‰à¤¸ à¤Ĵàà¤°à€à¤œà टàà¤°à¤à¤Ğà€à¤• कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ iptables à¤¨à¤żà¤Żà¤ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: " +"%s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "संजà¤à¤³ à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच सकàà¤°à€à¤Ż आà¤ıà‡" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "à¤Ĵàà¤°à€à¤œà सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤à¤°à¤‚भ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "à¤Ĵàà¤°à€à¤œà '%s' à¤Ĵà¤¨à¤µà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "'%s' करà€à¤¤à¤ à¤Ĵàà¤°à€à¤œà '%s' वरà€à¤² IP à¤Şà¤¤àà¤¤à¤ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "'%s' करà€à¤¤à¤ à¤Ĵàà¤°à€à¤œà '%s' वरà€à¤² नà‡à¤Ÿà¤à¤à¤¸àà¤• à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "à¤Ĵàà¤°à€à¤œà '%s' लठसकàà¤°à€à¤Ż करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP à¤Ğà‰à¤°à¤µà¤°àà¤Ħà€à¤‚ग कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "à¤Ĵàà¤°à€à¤œà '%s' à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "à¤Ĵàà¤°à€à¤œà '%s' कà¤à¤˘à‚न टà¤à¤•à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "संजà¤à¤³ '%s' à¤Ĵंà¤Ĥ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq करà€à¤¤à¤ à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ pid à¤†à¤˘à¤³à¤²à‡" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "जàà¤³à¤µà¤£à€ uuid सà¤ı संजà¤à¤³ à¤‰à¤Şà¤²à¤Ĵàà¤§ नà¤à¤ıà€" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "जàà¤³à¤µà¤£à€ नà¤à¤µ सà¤ı संजà¤à¤³ à¤‰à¤Şà¤²à¤Ĵàà¤§ नà¤à¤ıà€" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "संजà¤à¤³ à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच सकàà¤°à€à¤Ż आà¤ıà‡" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "जàà¤³à¤µà¤£à€à¤œà‹à¤—à€ id रà¤ıà€à¤¤ संजà¤à¤³ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "संजà¤à¤³ à¤Ĵàà¤°à€à¤œà अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "सà¤à¤œàà¤³à¤µà¤£à€ '%s' à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€, '%s' करà€à¤¤à¤: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "सà¤à¤œàà¤³à¤µà¤£à€ '%s' कà¤à¤˘à‚न टà¤à¤•à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "जàà¤³à¤µà¤£à€ नà¤à¤µ सà¤ı à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "चà¤à¤²à‚ %s à¤ıà¤à¤‡à¤Şà¤°à¤µà¤à¤‡à¤œà¤° आवàƒà¤¤àà¤¤à€ कà¤à¤˘à‚ à¤ĥकत नà¤à¤ıà€\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Żà¤°à¤šà¤¨à¤ चà‚क: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "जàà¤³à¤µà¤£à€ URI वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "जàà¤³à¤µà¤£à€ URI वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "संजà¤à¤³ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ à¤¨à¤żà¤°àà¤§à¤à¤°à€à¤¤ करत आà¤ıà‡" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "अवàˆà¤§ MAC à¤Şà¤¤àà¤¤à¤" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC à¤Şà¤¤àà¤¤à¤" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल" +msgstr "popen à¤…à¤Şà¤Żà¤ĥà€" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "vzlist à¤†à¤Šà¤Ÿà¤Şàà¤Ÿ वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Żà¤°à¤šà¤¨à¤ चà‚क: %s" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² अंतरàà¤—त UUID" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "जàà¤³à¤µà¤£à€ URI वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" +msgstr "%s करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ कà¤à¤˘à‚न टà¤à¤•à‚ à¤ĥकत नà¤à¤ıà€" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "कàà¤·à‡à¤¤àà¤° आतठसàà¤Ĥàà¤§à¤ कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" +msgstr "कàà¤·à‡à¤¤àà¤° कà¤à¤°àà¤Żà¤°à¤¤ नà¤à¤ıà€" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "अवàˆà¤§ à¤Ğà¤à¤‡à¤²à¤Şàà¤°à¤£à¤à¤²à€ à¤Şàà¤°à¤•à¤à¤°" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%s जà‹à¤Ħà‚ à¤ĥà¤•à¤²à‹ à¤¨à¤à¤ıà€" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "सकàà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° कà¤à¤˘à‚न टà¤à¤•à¤²à‡ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "कàà¤·à‡à¤¤àà¤° आतठसàà¤Ĥàà¤§à¤ कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" +msgstr "कàà¤·à‡à¤¤àà¤° कà¤à¤°àà¤Żà¤°à¤¤ सàà¤à¤żà¤¤à€à¤¤ नà¤à¤ıà€" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s जà‹à¤Ħà‚ à¤ĥà¤•à¤²à‹ à¤¨à¤à¤ıà€" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "जàà¤³à¤µà¤£à€ URI वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%s जà‹à¤Ħà‚ à¤ĥà¤•à¤²à‹ à¤¨à¤à¤ıà€" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%s करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ कà¤à¤˘à‚न टà¤à¤•à‚ à¤ĥकत नà¤à¤ıà€" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच OPENVZ VM, id '%s' सà¤ı सकàà¤°à€à¤Ż आà¤ıà‡" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "जàà¤³à¤µà¤£à€ URI वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "आभà¤à¤¸à€ CPUs à¤šà€ à¤¸à¤‚à¤–àà¤Żà¤ à¤Ĵà¤Ĥलà¤" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच OPENVZ VM, id '%d' सà¤ı वàà¤Żà¤à¤–àà¤Żà€à¤¤ आà¤ıà‡" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ id सà¤ı कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "कàà¤·à‡à¤¤àà¤° आतठसàà¤Ĥàà¤§à¤ कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" +msgstr "कàà¤·à‡à¤¤àà¤° à¤Ĵंà¤Ĥ करठसàà¤à¤° à¤à¤§àà¤Żà‡ नà¤à¤ıà€" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "जàà¤³à¤µà¤£à€ URI वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "जàà¤³à¤µà¤£à€ URI वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "सà‰à¤•à‡à¤Ÿ %d à¤Ĵंà¤Ĥ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "सà‰à¤•à‡à¤Ÿ %d वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "सà‰à¤•à‡à¤Ÿ %d वर à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "à¤Şàà¤°à‰à¤•àà¤à€à¤¸à¤ı संवà¤à¤Ĥà¤à¤¤ चà‚क: %d à¤Ĵà¤à¤‡à¤Ÿàà¤¸ à¤à¤żà¤³à¤à¤²à‡ %d à¤Şàˆà¤•à€\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "à¤Şàà¤°à‰à¤•àà¤à€à¤¸à¤ı संवà¤à¤Ĥà¤à¤¤ चà‚क: %d à¤Ĵà¤à¤‡à¤Ÿàà¤¸ à¤…à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤à¤żà¤³à¤à¤²à‡ %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "à¤Şàà¤°à‰à¤•àà¤à€à¤¸à¤ı संवà¤à¤Ĥà¤à¤¤ चà‚क: %d à¤Ĵà¤à¤‡à¤Ÿàà¤¸ à¤Şà…कà‡à¤Ÿ à¤à¤żà¤³à¤à¤²à‡\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "à¤Şàà¤°à‰à¤•àà¤à€à¤¸à¤ı संवà¤à¤Ĥà¤à¤¤ चà‚क: à¤Ĵà¤żà¤˜à¤Ħलà‡à¤²à‡ à¤Şà…कà‡à¤Ÿ\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "à¤…à¤¸à¤żà¤‚à¤•àà¤°à‹à¤¨à¤¸ à¤Şà…कà‡à¤Ÿ संखàà¤Żà¤ %d à¤à¤żà¤³à¤à¤²à€\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "à¤Ĵà¤Ğर वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "vncTLSx509certdir à¤šà‡ à¤µà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "संजà¤à¤³ %s सàà¤°à‚ झà¤à¤²à€\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "संजà¤à¤³ %s सàà¤°à‚ झà¤à¤²à€\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "qemu %d pid %lu à¤Şà¤à¤¸à‚à¤¨à¤šà‡ à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ एकàà¤œà€à¤Ÿà सàà¤à¤żà¤¤à€" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ एकàà¤œà€à¤Ÿà सàà¤à¤żà¤¤à€ '%d', qemu संभà¤à¤µàà¤Żà¤°à¤żà¤¤àà¤Żà¤ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU à¤Ĵà¤à¤Żà¤¨à¤°à€ %s à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "संजà¤à¤³ '%s' à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "संजà¤à¤³ '%s' सकàà¤°à€à¤Ż नà¤à¤ıà€" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "संजà¤à¤³ à¤Şàà¤°à¤•à¤à¤° %d सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "टà…à¤Ş संवà¤à¤Ĥ '%s' जà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€, à¤Ĵàà¤°à€à¤œ '%s' वरà€à¤² : %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" +msgstr "असà¤à¤°àà¤à€à¤¤ à¤Ħà¤żà¤¸àà¤• à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" +msgstr "असà¤à¤°àà¤à€à¤¤ à¤Ħà¤żà¤¸àà¤• à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" +msgstr "अवàˆà¤§ आवà¤à¤œ à¤Şàà¤°à¤à¤°à‚à¤Ş" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "argv अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "close-on-exec à¤Ğà¤à¤‡à¤² वरàà¤£à¤¨ à¤Ĵà¤à¤Ĵ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤µà¤żà¤¨à¤-à¤Ĵàà¤²à‰à¤• करणà¤à¤°à‡ à¤Ğà¤à¤‡à¤² वरàà¤£à¤¨ à¤Ĵà¤à¤Ĵ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "संजà¤à¤³ %s सàà¤°à‚ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "VM '%s' à¤Żà¤à¤¸ सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "सàà¤àƒà¤¤à€à¤Ĵà¤à¤ıà‡à¤°" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "सàà¤àƒà¤¤à€à¤Ĵà¤à¤ıà‡à¤°" +msgstr "qemudStartup: à¤…à¤¤à¤żà¤°à€à¤•àà¤¤ सàà¤àƒà¤¤à€ नà¤à¤ıà€" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"%s à¤Şàà¤°à¤à¤°à¤‚भवà‡à¤³à€ QEMU à¤Ĵà¤à¤ıà‡à¤° à¤Şà¤Ħलà‡\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s à¤Şàà¤°à¤à¤°à¤‚भ à¤†à¤Šà¤Ÿà¤Şàà¤Ÿ वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s à¤Şàà¤°à¤à¤°à¤‚भ à¤†à¤Šà¤Ÿà¤Şàà¤Ÿ वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ कà¤à¤²à¤Ĵà¤à¤ıàà¤Ż झà¤à¤²à‡" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s à¤Şàà¤°à¤à¤°à¤‚भ à¤†à¤Šà¤Ÿà¤Şàà¤Ÿ वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€ à¤†à¤˘à¤³à¤²à€" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s à¤Şàà¤°à¤à¤°à¤‚भ à¤†à¤Šà¤Ÿà¤Şàà¤Ÿ वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ à¤…à¤¤à¤żà¤°à¤żà¤•àà¤¤ जà¤à¤—à¤ à¤†à¤˘à¤³à¤²à€ à¤¨à¤à¤ıà€" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤à‰à¤¨à€à¤Ÿà¤° à¤à¤à¤°àà¤— %s उघà¤Ħà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "close-on-exec à¤Ĵà¤à¤Ĵ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "à¤µà¤żà¤¨à¤-à¤Ĵàà¤²à‰à¤•à€à¤‚ग à¤Şà¤Ĥàà¤§à¤¤à€à¤¤ à¤à‰à¤¨à€à¤Ÿà¤° à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "VM कनàà¤¸à‹à¤² à¤à¤à¤ıà¤żà¤¤à€ à¤•à¤°à€à¤¤à¤ à¤Ĥà¤à¤–लन à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "à¤¨à¤µà¤żà¤¨ संà¤Ĥरàà¤­ वà¤à¤Ÿà¤Ş" +msgstr "cpumap à¤šà‡ à¤µà¤à¤Ÿà¤Ş करà¤" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU à¤àà¤°à‡à¤Ħ à¤à¤à¤ıà¤żà¤¤à€ à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤•à¤°à€à¤¤à¤ monitor आà¤Ĥà‡à¤ĥ चà¤à¤²à¤µà‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ '%s' à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "CPU à¤¸à¤‚à¤Şà¤°àà¤• %s à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल" +msgstr "à¤Şàà¤¨àà¤ıà¤Şàà¤°à¤à¤°à¤‚भ कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "à¤Ħà‹à¤à‡à¤¨ आधà€à¤š सकàà¤°à€à¤Ż" +msgstr "VM à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच सकàà¤°à€à¤Ż आà¤ıà‡" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "न वà¤à¤Şà¤°à¤²à‡à¤²à‡ VNC à¤Şà‹à¤°àà¤Ÿ à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² à¤à¤à¤°àà¤— खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "लà‰à¤—à¤Ğà¤à¤‡à¤² à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ %s à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "VM लà‰à¤—à¤Ğà¤à¤‡à¤² close-on-exec à¤Ĵà¤à¤Ĵ %s à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "QEMU à¤Ĵà¤à¤Żà¤¨à¤°à€ %s à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %d करà€à¤¤à¤ argv à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %d करà€à¤¤à¤ argv à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "संजà¤à¤³ '%s' à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "VM '%s' à¤Ĵंà¤Ĥ करत आà¤ıà‡" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² %d à¤Ĵंà¤Ĥ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ pid à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "à¤Ħà‹à¤à‡à¤¨ आधà€à¤š सकàà¤°à€à¤Ż" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "%s वà¤à¤šà¤£àà¤Żà¤à¤¸à¤à¤ à€ उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "संजà¤à¤³ '%s' à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "tty %s उघà¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कàà¤·à¤à¤¤à¤ सà¤à¤°àà¤à¤¨ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "à¤Żà¤ à¤Żà¤œà¤à¤à¤¨ वरà€à¤² NUMA सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "NUMA à¤°à¤żà¤•à¤à¤à€ सàà¤àƒà¤¤à€" +msgstr "NUMA à¤à‹à¤•à¤³à€ सàà¤àƒà¤¤à€ करà€à¤¤à¤ अà¤Ħचन à¤µà¤żà¤šà¤à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "à¤Ħà‹à¤à‡à¤¨ %s आधà€à¤š असàà¤¤à¤żà¤¤àà¤µà¤à¤¤" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "à¤Ħà‹à¤à‡à¤¨ %s आधà€à¤š असàà¤¤à¤żà¤¤àà¤µà¤à¤¤" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "सà¤à¤œàà¤³à¤µà¤£à€ id %d नàà¤°à‚à¤Ş कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "कàà¤·à‡à¤¤àà¤° आतठसàà¤Ĥàà¤§à¤ कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" +msgstr "कàà¤·à‡à¤¤àà¤° कà¤à¤°àà¤Żà¤°à¤¤ नà¤à¤ıà€" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल" +msgstr "ससàà¤Şà‡à¤‚à¤Ħ कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल" +msgstr "à¤ĥटà¤Ħà¤à¤Šà¤¨ कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "ostype करà€à¤¤à¤ à¤à‹à¤•à¤³à€ जà¤à¤—à¤à¤šà‡ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "सà¤à¤œàà¤³à¤µà¤£à€ uuid '%s' सà¤ı कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "वरàà¤¤à¤à¤à¤¨ सàà¤àƒà¤¤à€à¤Şà‡à¤•àà¤·à¤ कà¤à¤à¤² सàà¤àƒà¤¤à€ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "सकàà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤°à¤à¤šà€ सàà¤àƒà¤¤à€ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "कà¤à¤à¤² सàà¤àƒà¤¤à€ à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ सàà¤àƒà¤¤à€ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कàà¤·à‡à¤¤àà¤° सàà¤¤à¤Ĵàà¤§ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "à¤Ħà‹à¤à‡à¤¨ UUID à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कàà¤·à‡à¤¤àà¤° xml à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "'%s' à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "सà‰à¤•à‡à¤Ÿ %d वर à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "à¤¸à¤‚à¤Żà¤šà€à¤¤ à¤ĥà¤żà¤°àà¤·à¤• à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "सà‰à¤•à‡à¤Ÿ %d वर à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "xml à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "सàà¤àƒà¤¤à€à¤Ĵà¤à¤ıà‡à¤°" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल" +msgstr "सàà¤à¤à¤¨à¤à¤‚तरन कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "'info blockstats' à¤Żà¤ qemu à¤Ĥàà¤µà¤à¤°à‡ सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "सकàà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤°à¤à¤šà‡ vcpu à¤Şàà¤°à¤à¤à¤£ à¤Ĵà¤Ĥà¤²à¤µà‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "कàà¤·à‡à¤¤àà¤° करà€à¤¤à¤ कà¤à¤à¤² vcpus à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" -msgstr "" +msgstr "कàà¤·à‡à¤¤àà¤° करà€à¤¤à¤ à¤µà¤żà¤¨à¤‚à¤¤à€à¤•àƒà¤¤ vcpus कà¤à¤à¤² à¤Şà¤°à¤µà¤à¤¨à¤—à€à¤Ż vcpus à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ आà¤ıà‡: %d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤" +msgstr "असकàà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° वर vcpus à¤²à¤ à¤Şà€à¤¨ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu कàà¤°à¤à¤à¤‚क कàà¤·à‡à¤¤àà¤°à¤šàà¤Żà¤ à¤Ĵà¤à¤ıà‡à¤° %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "संà¤Ĵंध à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "लà¤à¤Żà¤Ĵàà¤°à¤°à€ कà‰à¤² à¤…à¤Şà¤Żà¤ĥà€, à¤Ĵà¤ıàà¤Ĥठसà¤à¤°àà¤à¤żà¤¤ नसà¤à¤µà¤" +msgstr "cpu संà¤Ĵंध करà€à¤¤à¤ सà¤à¤°àà¤à¤¨ नà¤à¤ıà€" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संà¤Ĵंध à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu संà¤Ĵंध à¤‰à¤Şà¤²à¤Ĵàà¤§ नà¤à¤ıà€" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "à¤Ħà‹à¤à‡à¤¨ वàà¤Żà¤à¤–àà¤Żà¤ तकàà¤¤à¤ भà¤à¤°à¤żà¤¤ करà¤" +msgstr "कàà¤·à‡à¤¤àà¤° वàà¤Żà¤à¤–àà¤Żà¤ '%d' अंतरàà¤—त à¤…à¤Şà¤°à¤żà¤šà€à¤¤ virt à¤Şàà¤°à¤•à¤à¤°" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€" +msgstr "कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤¤à¤żà¤à¤ वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen à¤Ħà€à¤à¤¨à¤Şà¤à¤¸à‚न वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "qemu à¤ĥà¤żà¤°àà¤·à¤• वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "à¤Şàà¤°à¤¤à¤żà¤à¤ जà¤à¤Ĥà‚ à¤…à¤Żà‹à¤—àà¤Ż आà¤ıà‡" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "à¤Şàà¤°à¤¤à¤żà¤à¤ आवàƒà¤¤àà¤¤à€ सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€ (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "कàà¤·à‡à¤¤àà¤° à¤†à¤§à¤żà¤Şà¤à¤¸à‚न '%s' नàà¤°à‚à¤Ş सकàà¤°à€à¤Ż आà¤ıà‡" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "à¤¨à¤µà¤żà¤¨ VM लà¤à¤—à‚ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM सàà¤°à‚ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "कàà¤·à‡à¤¤àà¤°à¤¸à¤ı à¤Şàà¤¨àà¤ıà¤¸à¤‚à¤Şà¤°àà¤• करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "à¤Ħà‹à¤à‡à¤¨ आधà€à¤š सकàà¤°à€à¤Ż" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" +msgstr "असà¤à¤°àà¤à€à¤¤ à¤Ħà¤żà¤¸àà¤• à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom à¤à¤żà¤Ħà€à¤Żà¤ à¤Ĵà¤Ĥà¤²à¤µà‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom à¤à¤żà¤Ħà€à¤Żà¤ à¤Ĵà¤Ĥà¤²à¤µà‚ à¤ĥकत नà¤à¤ıà€" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच असàà¤¤à¤żà¤¤àà¤µà¤à¤¤ आà¤ıà‡" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%s वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "à¤Ħà‹à¤à‡à¤¨ %s आधà€à¤š असàà¤¤à¤żà¤¤àà¤µà¤à¤¤" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "à¤Żà¤œà¤à¤à¤¨ वàà¤Żà¤à¤–àà¤Żà¤ à¤Ğà¤à¤‡à¤² भà¤à¤°à¤żà¤¤ करत आà¤ıà‡" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "à¤Żà¤œà¤à¤à¤¨ वàà¤Żà¤à¤–àà¤Żà¤ à¤Ğà¤à¤‡à¤² भà¤à¤°à¤żà¤¤ करत आà¤ıà‡" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° वरà€à¤² सà¤à¤§à¤¨ जàà¤³à¤µà‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "à¤Ğकàà¤¤ CDROM à¤Ħà¤żà¤¸àà¤• सà¤à¤§à¤¨ जà‹à¤Ħà¤²à‡ à¤œà¤à¤Š à¤ĥकतà‡" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "कàà¤·à‡à¤¤àà¤°à¤¸à¤ı à¤Şàà¤¨àà¤ıà¤¸à¤‚à¤Şà¤°àà¤• करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s à¤Şà¤à¤¸à‚न सà¤à¤§à¤¨ à¤µà¤żà¤Żàà¤•àà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "à¤Ğकàà¤¤ CDROM à¤Ħà¤żà¤¸àà¤• सà¤à¤§à¤¨ जà‹à¤Ħà¤²à‡ à¤œà¤à¤Š à¤ĥकतà‡" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "सकàà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤°à¤à¤šà€ सàà¤àƒà¤¤à€ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "सà¤à¤œàà¤³à¤µà¤£à€ '%s' à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€, '%s' करà€à¤¤à¤: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "अवàˆà¤§ आरàà¤—àà¤Żà‚à¤à‡à¤‚ट %s à¤à¤§àà¤Żà‡" +msgstr "अवàˆà¤§ à¤à¤à¤°àà¤—: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' आà¤Ĥà‡à¤ĥ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' à¤Żà¤ qemu à¤Ĥàà¤µà¤à¤°à‡ सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "कàà¤·à‡à¤¤àà¤° सà¤à¤Şà¤Ħलठनà¤à¤ıà€: %s" +msgstr "सà¤à¤§à¤¨ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL à¤•à¤żà¤‚à¤µà¤ à¤°à¤żà¤•à¤à¤à‡ à¤à¤à¤°àà¤—" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "अवàˆà¤§ à¤à¤à¤°àà¤—, '%s' à¤Şà¤°à¤żà¤šà€à¤¤ संवà¤à¤Ĥ नà¤à¤ıà€" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "अवàˆà¤§ आरàà¤—àà¤Żà‚à¤à‡à¤‚ट %s à¤à¤§àà¤Żà‡" +msgstr "अवàˆà¤§ à¤à¤à¤°àà¤—" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Ğकàà¤¤ आभà¤à¤¸à€ सàà¤àƒà¤¤à€ à¤Şà¤¤àà¤¤à¤ करà€à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤µà¤żà¤¤à‹" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ" +msgstr "lvs आà¤Ĥà‡à¤ĥ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "à¤Ħà‹à¤à‡à¤¨ आधà€à¤š सकàà¤°à€à¤Ż" +msgid "could not generate random UUID" +msgstr "UUID à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XML à¤à¤§àà¤Żà‡ संजà¤à¤³à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "कàà¤·à‡à¤¤àà¤° à¤†à¤§à¤żà¤Şà¤à¤¸à‚न '%s' नàà¤°à‚à¤Ş सकàà¤°à€à¤Ż आà¤ıà‡" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ" +msgid "failed to start listening VM" +msgstr "VM सàà¤°à‚ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "जàà¤³à¤µà¤£à€ नà¤à¤µà¤à¤¸à¤ı कàà¤·à‡à¤¤àà¤° नà¤à¤ıà€" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "à¤Ĵंà¤Ĥ à¤•à¤żà¤‚à¤µà¤ à¤µà¤żà¤¨à¤à¤Şàà¤°à¤à¤°à¤‚भà€à¤Ż à¤ıà…नàà¤Ħल वà¤à¤Şà¤°à¤£àà¤Żà¤à¤šà¤ à¤Şàà¤°à¤Żà¤¤àà¤¨ कà‡à¤²à¤" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "libvirtd à¤Ĵà¤à¤Żà¤¨à¤°à€ à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" +"remote_open: URL अंतरàà¤—त transport अनà‹à¤³à¤–à‡ आà¤ıà‡ (tls|unix|ssh|ext|tcp असà¤à¤Żà¤²à¤ à¤ıवà‡)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' transport करà€à¤¤à¤, आà¤Ĥà‡à¤ĥ आवà¤ĥàà¤Żà¤• आà¤ıà‡" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "tty %s उघà¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "tty %s उघà¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "tty %s उघà¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "सà‰à¤•à‡à¤Ÿ %d वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "टàà¤°à¤à¤¨àà¤¸à¤Şà‹à¤°àà¤Ÿ à¤Şà¤Ĥàà¤§à¤¤à€ unix, ssh व ext Windows अंतरàà¤—त सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Ÿà¤¤ आà¤ıà‡" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कनàà¤Ÿà‡à¤¨à¤° सàà¤Ÿà…à¤•à¤šà‡ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "VM कनàà¤¸à‹à¤² à¤à¤à¤ıà¤żà¤¤à€ à¤•à¤°à€à¤¤à¤ à¤Ĥà¤à¤–लन à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" +msgstr "SASL लà¤à¤Żà¤Ĵàà¤°à¤°à€ à¤Şàà¤°à¤à¤°à¤‚भ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty गàà¤£à¤§à¤°àà¤ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "tty गàà¤£à¤§à¤°àà¤ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ आकà¤Ħà‡à¤µà¤à¤°à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥ" +msgstr "कàà¤²à¤à¤à¤‚ट à¤ĥàà¤°à‡à¤Ż à¤¤à¤Şà¤à¤¸à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "tty %s उघà¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "सरàà¤µà¤° à¤¤à¤Şà¤à¤¸à¤£à€ (आà¤à¤šà‡ à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤•à¤żà¤‚à¤µà¤ IP à¤Şà¤¤àà¤¤à¤) à¤…à¤Şà¤Żà¤ĥà€\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ आकà¤Ħà‡à¤µà¤à¤°à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥ" +msgstr "कàà¤²à¤à¤à¤‚ट à¤ĥàà¤°à‡à¤Ż à¤¤à¤Şà¤à¤¸à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤Şà¤à¤‡à¤Ş à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "कà…à¤Şà¤šà‡ अवàˆà¤§ à¤àà¤²àà¤Ż" +msgstr "अवàˆà¤§ सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤°: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° अजà‚नà¤ıà€ à¤¸à¤•àà¤°à€à¤Ż कà‡à¤²à‡ गà‡à¤²à‡ नà¤à¤ıà€" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤°à¤•à¤Ħà‡ à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĥà‡à¤Żàà¤Żà¤• à¤†à¤˘à¤³à¤²à‡." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° कà¤à¤²à¤Ĵà¤à¤ıàà¤Ż झà¤à¤²à‡" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" -msgstr "" +msgstr "remoteCheckCertificate: कàà¤²à¤à¤à¤‚ट à¤Şàà¤°à¤à¤à¤à¤£à¤Şà¤¤àà¤° असàà¤°à¤•àà¤·à¤żà¤¤ अलàà¤—à‹à¤°à¤żà¤Ĥà¤à¤šà¤ वà¤à¤Şà¤° करतà‹." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° X.509 नà¤à¤ıà€" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers à¤…à¤Şà¤Żà¤ĥà€" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" +msgstr "SASL à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ %s à¤Şàà¤°à¤à¤°à¤‚भ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "tty %s उघà¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° कà¤à¤²à¤Ĵà¤à¤ıàà¤Ż झà¤à¤²à‡" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° अजà‚नà¤ıà€ à¤¸à¤•àà¤°à€à¤Ż कà‡à¤²à‡ गà‡à¤²à‡ नà¤à¤ıà€" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "à¤Şàà¤°à¤à¤à¤£à¤Şà¤¤àà¤° à¤à¤à¤²à¤•à¤à¤šà€ जàà¤³à¤µà¤£à€ à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µà¤ĥà€ à¤œàà¤³à¤¤ नà¤à¤ıà€ (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "गरजà‡à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ संजà¤à¤³" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ NUMA ककàà¤·: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "जरठजà¤à¤¸àà¤¤à¤š à¤Ħà‹à¤à‡à¤¨" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤Ĥà‚रàà¤°à¤¸àà¤ कàà¤·à‡à¤¤àà¤° IDs: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "à¤à…à¤Ş लà¤à¤‚à¤Ĵà€ à¤•à¤à¤à¤² à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ आà¤ıà‡: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU à¤Şàà¤°à¤à¤à¤£ कà¤à¤à¤²à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ आà¤ıà‡: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU à¤à…à¤Ş à¤Ĵà¤Ğर लà¤à¤‚à¤Ĵà€ à¤•à¤à¤à¤² à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ आà¤ıà‡: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "à¤Żà¤œà¤à¤à¤¨à¤¨à‡ à¤Ĵरà‡à¤šà¤ĥà‡ vCPUs à¤†à¤˘à¤³à¤£àà¤Żà¤à¤šà‡ à¤¤à¤Şà¤ĥà€à¤² à¤Şà¤à¤ à¤µà¤żà¤²à¤ आà¤ıà‡: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "à¤Żà¤œà¤à¤à¤¨ à¤¤à¤Şà¤ĥà€à¤² à¤à…à¤Ğ à¤Ĵà¤Ğà¤°à¤šà€ à¤²à¤à¤‚à¤Ĵà€ à¤•à¤à¤à¤² à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ आà¤ıà‡ à¤…à¤¸à‡ à¤Ĥरàà¤ĥà¤µà¤żà¤¤à‡: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "जरठजà¤à¤¸àà¤¤à¤š à¤Ħà‹à¤à‡à¤¨" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤Ĥà‚रàà¤°à¤¸àà¤ कàà¤·à‡à¤¤àà¤° नà¤à¤µ: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: à¤Şàà¤¨àà¤ıà¤ à¤Şà¤à¤ à¤µà¤żà¤²à‡à¤²à‡ à¤Ĵà¤à¤Ĵ à¤à¤°àà¤Żà¤à¤Ĥà¤à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ आà¤ıà‡à¤¤" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĵà¤à¤Ĵ à¤Şàà¤°à¤•à¤à¤°" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤Ĵà¤Ĥलà¤" +msgstr "कà¤à€ सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş अरàà¤°à‡" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Ĵà¤à¤Ĵ à¤Şàà¤°à¤•à¤à¤°" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à¤Ĥà‚रàà¤°à¤¸àà¤ à¤ĥà¤żà¤·àà¤Ÿà¤à¤šà¤à¤° करà€à¤¤à¤ à¤Ĵàà¤²à‰à¤• कà¤à¤à¤² à¤µà¤żà¤¨à¤‚à¤¤à€ à¤–à‚à¤Şà¤š जà¤à¤¸àà¤¤ आà¤ıà‡, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "à¤Şà¤à¤ à¤żà¤µà¤²à‡à¤²à‡ à¤Ĵà¤Ğर à¤µà¤żà¤¨à¤‚à¤¤à€à¤•àƒà¤¤ आकà¤à¤°à¤à¤šà‡ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à¤Ĥà‚रàà¤°à¤¸àà¤ à¤ĥà¤żà¤·àà¤Ÿà¤à¤šà¤à¤° करà€à¤¤à¤ सàà¤àƒà¤¤à€ कà¤à¤à¤² à¤µà¤żà¤¨à¤‚à¤¤à€ à¤–à‚à¤Şà¤š जà¤à¤¸àà¤¤ आà¤ıà‡, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "गरजà‡à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ संजà¤à¤³" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤Ĥà‚रàà¤°à¤¸àà¤ संजà¤à¤³: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "खà‚à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤° नà‹à¤‚à¤Ĥवलà‡à¤²à‡" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤µà¤żà¤¨à¤‚à¤¤à€à¤•àƒà¤¤ कà‡à¤²à‡" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "खà‚à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤° नà‹à¤‚à¤Ĥवलà‡à¤²à‡" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "खà‚à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤° नà‹à¤‚à¤Ĥवलà‡à¤²à‡" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤µà¤żà¤¨à¤‚à¤¤à€à¤•àƒà¤¤ कà‡à¤²à‡" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "खà‚à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤° नà‹à¤‚à¤Ĥवलà‡à¤²à‡" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤µà¤żà¤¨à¤‚à¤¤à€à¤•àƒà¤¤ कà‡à¤²à‡" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤µà¤żà¤¨à¤‚à¤¤à€à¤•àƒà¤¤ कà‡à¤²à‡" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "à¤¨à¤żà¤·à¤•àà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° %s à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "à¤ıàà¤Żà¤ कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€à¤¸ à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤•à¤°à€à¤¤à¤ आधà¤à¤° नà¤à¤ıà€" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ आकà¤Ħà‡à¤µà¤à¤°à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥ" +msgstr "à¤µà¤żà¤¨à¤‚à¤¤à€à¤•àƒà¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° %s नकà¤à¤°à¤²à‡ गà‡à¤²à‡" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "असà¤à¤°àà¤à€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL लà¤à¤Żà¤Ĵàà¤°à¤°à€ à¤Şàà¤°à¤à¤°à¤‚भ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ आकà¤Ħà‡à¤µà¤à¤°à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥ" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL कàà¤²à¤à¤à¤‚ट संà¤Ĥरàà¤­ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "अवàˆà¤§ आरàà¤—àà¤Żà‚à¤à‡à¤‚ट %s à¤à¤§àà¤Żà‡" +msgid "invalid cipher size for TLS session" +msgstr "TLS सतàà¤° करà€à¤¤à¤ अवàˆà¤§ सà€à¤Ğर आकà¤à¤°" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "à¤Ĵà¤à¤ıà‡à¤°à€à¤² SSF %d (%s) à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "सàà¤°à¤•àà¤·à¤ गàà¤£à¤§à¤°àà¤ %d (%s) à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ %s à¤Żà¤ à¤¸à¤°àà¤µà¤° à¤Ĥàà¤µà¤à¤°à‡ सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL à¤¸à¤‚à¤Şà¤°àà¤• à¤Şàà¤°à¤à¤°à¤‚भ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤ĥàà¤°à‡à¤Ż à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL à¤à¤§àà¤Żà¤¸àà¤à€ à¤à¤à¤ıà¤żà¤¤à€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡: %d à¤Ĵà¤à¤ˆà¤Ÿà¤¸à" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "SASL à¤Şà¤Ĥàà¤§à¤¤ à¤…à¤Şà¤Żà¤ĥà€: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "à¤à¤§àà¤Żà¤¸àà¤à€ SSF %d à¤…à¤Şà‡à¤•àà¤·à€à¤¤à¤°à¤żà¤¤àà¤Żà¤ सकàà¤·à¤ à¤†à¤˘à¤³à‡ à¤¨à¤à¤ıà€" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤ĥàà¤°à‡à¤Ż à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header à¤…à¤Şà¤Żà¤ĥà€" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "marshalling à¤Ĵà¤à¤Ĵ" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (लà¤à¤‚à¤Ĵà€ word)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (लà¤à¤‚à¤Ĵà€ word, à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "सरàà¤µà¤° à¤Şà¤à¤¸à‚न à¤Şàà¤°à¤à¤Şàà¤Ż à¤Şà…कà‡à¤Ÿ खà‚à¤Şà¤š à¤à‹à¤ à‡ आà¤ıà‡" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ अंतरàà¤—त अवàˆà¤§ à¤ĥà¤żà¤°àà¤·à¤•" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ कà¤à¤°àà¤Żà¤•àà¤°à¤ (à¤Şàà¤°à¤à¤Şàà¤¤ %x, à¤…à¤Şà‡à¤•àà¤·à€à¤¤ %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤ĥà¤żà¤·àà¤Ÿà¤à¤šà¤à¤° आवàƒà¤¤àà¤¤à€ (à¤Şàà¤°à¤à¤Şàà¤¤ %x, à¤…à¤Şà‡à¤•àà¤·à€à¤¤ %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ (à¤Şàà¤°à¤à¤Şàà¤¤ %x, à¤…à¤Şà‡à¤•àà¤·à€à¤¤ %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥन (à¤Şàà¤°à¤à¤Şàà¤¤ %x, à¤…à¤Şà‡à¤•àà¤·à€à¤¤ %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤¸à¤żà¤°à€à¤Żà¤² (à¤Şàà¤°à¤à¤Şàà¤¤ %x, à¤…à¤Şà‡à¤•àà¤·à€à¤¤ %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "unmarshalling à¤Ĥà‚रàà¤°à¤¸àà¤_तàà¤°àà¤Ÿà€" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€ à¤¸àà¤à¤żà¤¤à€ (à¤Şàà¤°à¤à¤Şàà¤¤ %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "सà‰à¤•à‡à¤Ÿ à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤à¤°à¤żà¤¤àà¤Żà¤ à¤Ĵंà¤Ĥ झà¤à¤²à‡" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ अंतरàà¤—त अवàˆà¤§ à¤ĥà¤żà¤°àà¤·à¤•" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "एक ओळ à¤Şàà¤°à¤¤à¤żà¤²à¤żà¤Şà€ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "संगàà¤°à¤ı à¤Şàà¤°à¤•à¤à¤° %d करà€à¤¤à¤ न à¤†à¤˘à¤³à¤²à‡à¤²à‡ à¤Ĵà…कएनàà¤Ħ" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "खंà¤Ħ '%s' उघà¤Ħà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤šà€ à¤¸àà¤à¤żà¤¤à€ à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ अकàà¤·à¤: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' सà¤à¤à¤à¤Şàà¤¤à€ à¤Şà¤°àà¤Żà¤‚त सà€à¤• à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' सà¤à¤à¤à¤Şàà¤¤à€ à¤Şà¤°àà¤Żà¤‚त सà€à¤• à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' सà¤à¤à¤à¤Şàà¤¤à€ à¤Şà¤°àà¤Żà¤‚त सà€à¤• à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s à¤šà‡ à¤Ğà¤à¤‡à¤² संà¤Ĥरàà¤­ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "संà¤Ĥरàà¤­" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "à¤¸à¤‚à¤šà¤Żà€à¤•à¤ %s वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "à¤à¤à¤°àà¤—" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "à¤à¤à¤°àà¤—" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "regex %s à¤•à¤‚à¤Şà¤à¤ˆà¤¨ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex गट" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "आà¤Ĥà‡à¤ĥ करà€à¤¤à¤ à¤Şàà¤°à¤¤à¤żà¤•àà¤·à¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "आà¤Ĥà‡à¤ĥ à¤Żà‹à¤—àà¤Żà¤°à¤żà¤¤àà¤Żà¤ कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ झà¤à¤²à‡ नà¤à¤ıà€" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "सàà¤¤à¤‚à¤­à¤šà€ संखàà¤Żà¤ खà‚à¤Ş à¤à‹à¤ à‡ आà¤ıà‡ (_c)" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "अंतरàà¤—त चà‚क %s" +msgstr "वà¤à¤šà¤¨ तàà¤°àà¤Ÿà€: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "आà¤Ĥà‡à¤ĥ %d à¤Şà¤à¤¸à‚à¤¨à¤šà‡ à¤µà¤żà¤¨à¤-à¤ĥà‚नàà¤Ż एकàà¤œà€à¤Ÿ सàà¤à¤żà¤¤à€" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: लà¤à¤—à‚ कà‡à¤²à‡ गà‡à¤²à‡ नà¤à¤ıà€\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "खंà¤Ħ" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "खंà¤Ħ à¤à¤°àà¤Żà¤à¤Ĥà¤" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "सà¤à¤§à¤¨à¤à¤šà‡ à¤Şàà¤°à¤à¤°à¤‚भ सàà¤à¤à¤¨ वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "सà¤à¤§à¤¨à¤à¤šà‡ सà¤à¤à¤Şàà¤¤à€ सàà¤à¤à¤¨ वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "à¤à¤°àà¤Żà¤à¤Ĥà¤" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "à¤à‹à¤•à¤³à€ जà¤à¤—à¤ à¤Şàà¤°à‡à¤ĥà€ à¤¨à¤à¤ıà€" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "à¤à¤à¤°àà¤— à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€ '%s': %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "à¤ĥà¤żà¤°àà¤·à¤• '%s' वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "अवàˆà¤§ आरàà¤—àà¤Żà‚à¤à‡à¤‚ट %s à¤à¤§àà¤Żà‡" +msgstr "अवàˆà¤§ à¤à¤à¤°àà¤—: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s à¤à¤§à€à¤² अवàˆà¤§ संजà¤à¤³ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ आरà‹à¤ıन सàà¤¤àà¤°à‹à¤¤" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" -msgstr "एकà‚ण" +msgstr "à¤Şà‹à¤°àà¤Ÿà¤²" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%s वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ à¤Żà¤œà¤à¤à¤¨" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤°àà¤—" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "सàà¤¤àà¤°à‹à¤¤" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤¸à¤‚à¤šà¤Żà€à¤•à¤" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "à¤à¤à¤°àà¤— à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€ '%s': %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤à¤à¤°àà¤— '%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "statvfs à¤à¤à¤°àà¤— '%s' à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "à¤à¤à¤°àà¤— '%s' करà€à¤¤à¤ à¤²à¤żà¤‚à¤• कà¤à¤˘à‚न टà¤à¤•à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "लकàà¤·àà¤Ż" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤•à¤ż" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' भरà€à¤µ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "à¤à¤à¤°àà¤— '%s' वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "असà¤à¤°àà¤à€à¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "à¤Şàà¤°à¤¤à¤żà¤à¤ à¤¨à¤żà¤°àà¤à¤à¤£ करà€à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤µà¤żà¤¨à¤ qemu-img à¤Şàà¤°à¤µà¤żà¤²à‡ जà¤à¤¤ नà¤à¤ıà€" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Ğà¤à¤‡à¤² à¤à¤à¤²à¤•à€ '%s' à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Ğà¤à¤‡à¤² à¤Şà¤Ĥàà¤§à¤¤à€ '%s' à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤Ĵंà¤Ĥ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² '%s' करà€à¤¤à¤ à¤²à¤żà¤‚à¤• असंलगàà¤¨ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "à¤Żà¤œà¤à¤à¤¨ लàà¤•à¤…à¤Ş à¤…à¤Şà¤Żà¤ĥà€ %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "लकàà¤·àà¤Ż %s करà€à¤¤à¤ IP à¤Şà¤¤àà¤¤à¤ à¤†à¤˘à¤³à¤²à¤ à¤¨à¤à¤ıà€" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "%s करà€à¤¤à¤ ip à¤Şà¤¤àà¤¤à¤ à¤†à¤˘à¤³à¤¨à‡ à¤¨à¤à¤ıà€" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "आवàƒà¤¤àà¤¤à€ à¤Ĥà¤à¤–वà¤" +msgstr "सतàà¤°" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "सतàà¤° à¤ĥà‹à¤§à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "नà¤à¤µ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "सà¤à¤§à¤¨ à¤à¤à¤°àà¤—" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "%s उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "à¤•à¤ż" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "sysfs à¤à¤à¤°àà¤— %s उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "sysfs à¤à¤à¤°àà¤— %s/%s à¤Şà¤à¤¸à‚न लकàà¤·àà¤Ż वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" +msgstr "सतàà¤° %s करà€à¤¤à¤ कàà¤ à¤²à‡à¤ıà€ LUNs à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "%u:%u:%u:%u à¤Żà¤à¤‚स à¤Şàà¤°à¤¤àà¤Żà¤•àà¤·-à¤Şàà¤°à¤µà‡à¤ĥ LUN नàà¤°à‚à¤Ş ओळखणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "%s à¤Şà¤à¤¸à‚न सà¤à¤§à¤¨ à¤µà¤żà¤Żàà¤•àà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "lun %d करà€à¤¤à¤ सà¤à¤§à¤¨ à¤²à¤żà¤‚à¤• à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "à¤Ĵàà¤²à‰à¤• सàà¤¤à¤żà¤à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤Ĵàà¤²à‰à¤• à¤à¤à¤°àà¤— %s वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "scsidev करà€à¤¤à¤ सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_backend_iscsi.c:554 -#, fuzzy +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "एकà‚ण" +msgstr "à¤Şà‹à¤°àà¤Ÿà¤²" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ खंà¤Ħ à¤à¤°àà¤Żà¤à¤Ĥठऑà¤Ğसà‡à¤Ÿ à¤àà¤²àà¤Ż" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ खंà¤Ħ à¤à¤°àà¤Żà¤à¤Ĥठलà¤à¤‚à¤Ĵà€ à¤àà¤²àà¤Ż" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ खंà¤Ħ à¤à¤°àà¤Żà¤à¤Ĥठआकà¤à¤° à¤àà¤²àà¤Ż" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ" +msgstr "lvs आà¤Ĥà‡à¤ĥ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs आà¤Ĥà‡à¤ĥ एकàà¤œà€à¤Ÿà सàà¤à¤żà¤¤à€ %d à¤Ĥàà¤µà¤à¤°à‡ à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ" +msgid "allocating pvname or vgname" +msgstr "वàà¤Żà¤•àà¤¤à¤żà¤—त->à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µà¤šà‡ वà¤à¤Ÿà¤Ş करत आà¤ıà‡" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "संजà¤à¤³ à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ करत आà¤ıà‡" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "संजà¤à¤³ à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ करत आà¤ıà‡" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "आà¤Ĥà‡à¤ĥ ओळ" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "सà¤à¤§à¤¨ %s उघà¤Ħà‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "सà¤à¤§à¤¨ à¤ĥà¤żà¤°àà¤·à¤• %s नषàà¤Ÿ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "सà¤à¤§à¤¨ %s à¤Ĵंà¤Ĥ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +msgstr "ttyPidFile %s कà¤à¤˘à‚न टà¤à¤•à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "à¤¨à¤µà¤żà¤¨ à¤Ĵà¤¨à¤µà¤żà¤²à‡à¤²à‡ खंà¤Ħ '%s' à¤ĥà‹à¤§à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "à¤Żà¤œà¤à¤à¤¨ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ गàà¤£à¤§à¤°àà¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "गàà¤Şàà¤¤à¤ĥà¤Ĵàà¤Ĥ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ गàà¤£à¤§à¤°àà¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ ऑकàà¤Ÿà¤²à à¤Şà¤Ĥàà¤§à¤¤à€" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ à¤à¤à¤²à¤• घटक" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ गट घटक" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "संजà¤à¤³ à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ करत आà¤ıà‡" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ıà¤à¤šà‡ वà¤à¤Ÿà¤Ş à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ à¤Żà¤œà¤à¤à¤¨ %s" +msgid "unknown root element for storage pool" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ रà‚ट घटक" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şàà¤°à¤•à¤à¤° %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +msgstr "नà¤à¤µ घटक à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "संजà¤à¤³à¤šà‡ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" +msgstr "uuid à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ à¤Żà¤œà¤à¤à¤¨ नà¤à¤µ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" +msgstr "सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "à¤Ĵàà¤²à‰à¤• सà¤à¤§à¤¨" +msgstr "सà¤à¤§à¤¨" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨ à¤à¤à¤°àà¤—" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤°àà¤—" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ" +msgstr "संगàà¤°à¤ı नà¤à¤µ" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "à¤ıरवलà‡à¤²à€ लकàà¤·àà¤Ż à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ लकàà¤·àà¤Ż à¤à¤à¤°àà¤—" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "असà¤à¤°àà¤à€à¤¤ संगàà¤°à¤ı सàà¤µà¤°à‚à¤Ş %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ संगàà¤°à¤ı à¤Şàà¤°à¤•à¤à¤°" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "à¤à¤à¤²à¤• घटक à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ à¤Żà¤œà¤à¤à¤¨ %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ आकà¤à¤° à¤Żà‚नà€à¤Ÿ '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ कàà¤·à¤à¤¤à¤ घटक" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "कàà¤·à¤à¤¤à¤ घटक à¤àà¤²àà¤Ż खà‚à¤Şà¤š à¤à‹à¤ à‡ आà¤ıà‡" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "संजà¤à¤³ à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ करत आà¤ıà‡" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ वà¤à¤Ÿà¤Ş à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ à¤Żà¤œà¤à¤à¤¨ %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ रà‚ट घटक" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +msgstr "नà¤à¤µ घटक à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "कàà¤·à¤à¤¤à¤ घटक à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "असà¤à¤°àà¤à€à¤¤ खंà¤Ħ सàà¤µà¤°à‚à¤Ş %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "संगàà¤°à¤ı" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² à¤à¤à¤°àà¤— à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ à¤²à¤żà¤‚à¤• à¤à¤à¤°àà¤— à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤²" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ कà¤à¤˘à‚न टà¤à¤•à‚ à¤ĥकत नà¤à¤ıà€" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ uuid सà¤ı संगàà¤°à¤ı à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ नà¤à¤µ सà¤ı संगàà¤°à¤ı à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "नà¤à¤µ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच असàà¤¤à¤żà¤¤àà¤µà¤à¤¤ आà¤ıà‡" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ uuid सà¤ı à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "संगàà¤°à¤ı अजà‚नà¤ıà€ à¤¸à¤•àà¤°à€à¤Ż आà¤ıà‡" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "à¤Ħà‹à¤à‡à¤¨ आधà€à¤š सकàà¤°à€à¤Ż" +msgstr "संगàà¤°à¤ı à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच सकàà¤°à€à¤Ż" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "à¤Ħà‹à¤à‡à¤¨ आधà€à¤š सकàà¤°à€à¤Ż" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच सकàà¤°à€à¤Ż आà¤ıà‡" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 -#, fuzzy +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "लà‰à¤— à¤à¤à¤°àà¤— à¤Ğà¤à¤‡à¤² नà¤à¤ıà€" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı सकàà¤°à€à¤Ż नà¤à¤ıà€" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı अजà‚नà¤ıà€ à¤¸à¤•àà¤°à€à¤Ż आà¤ıà‡" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "खंà¤Ħ कà¤à¤˘à‚न टà¤à¤•à¤£à‡ करà€à¤¤à¤ संगàà¤°à¤ı सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤µà¤żà¤¤ नà¤à¤ıà€" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "संगàà¤°à¤ıकà¤Ħà‡ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² नà¤à¤ıà€" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ नà¤à¤µ सà¤ı à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ à¤•à¤ż सà¤ı à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "जàà¤³à¤µà¤£à€ à¤à¤à¤°àà¤— सà¤ı à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच असàà¤¤à¤żà¤¤àà¤µà¤à¤¤ आà¤ıà‡" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı खंà¤Ħ à¤¨à¤żà¤°àà¤à¤à¤£ करà€à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤µà¤żà¤¤ नà¤à¤ıà€" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı खंà¤Ħ कà¤à¤˘à‚न टà¤à¤•à¤£à‡ करà€à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤µà¤żà¤¤ नà¤à¤ıà€" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "जàà¤³à¤µà¤£à€ नà¤à¤µ सà¤ı à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı सकàà¤°à€à¤Ż नà¤à¤ıà€" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच सकàà¤°à€à¤Ż आà¤ıà‡" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "à¤Ĥà¤żà¤µà¤¸à¤à¤šà€ वà‡à¤³ à¤à¤żà¤³à¤µà¤¤ आà¤ıà‡" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "à¤Żà¤œà¤à¤à¤¨ वàà¤Żà¤à¤–àà¤Żà¤ à¤Ğà¤à¤‡à¤² भà¤à¤°à¤żà¤¤ करत आà¤ıà‡" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "à¤Żà¤œà¤à¤à¤¨" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "नà‹à¤Ħ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath संà¤Ĥरàà¤­ à¤¨à¤żà¤°àà¤à¤à¤£ करत आà¤ıà‡" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "नà‹à¤Ħ cpu numa नà‹à¤Ħàà¤¸" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "नà‹à¤Ħ cpu सà‰à¤•à‡à¤Ÿàà¤¸" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "नà‹à¤Ħ cpu कà‹à¤°à¤¸à" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "नà‹à¤Ħ cpu à¤àà¤°à‡à¤Ħàà¤¸" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "नà‹à¤Ħ सकàà¤°à€à¤Ż cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "नà‹à¤Ħ cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "नà‹à¤Ħ सàà¤àƒà¤¤à€" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ सà‹à¤Ħवत आà¤ıà‡" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "संजà¤à¤³ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ à¤¨à¤żà¤°àà¤§à¤à¤°à€à¤¤ करत आà¤ıà‡" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ सà‹à¤Ħवत आà¤ıà‡" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: à¤à¤à¤°àà¤— à¤Şàà¤°à¤µà¤ à¤•à¤żà¤‚à¤µà¤ :///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "कàà¤·à‡à¤¤àà¤° सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "कàà¤·à‡à¤¤àà¤° आतठसàà¤Ĥàà¤§à¤ कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "कàà¤·à‡à¤¤àà¤° कà¤à¤°àà¤Żà¤°à¤¤ नà¤à¤ıà€" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤µà¤¤à¤ƒ सàà¤°à‚ करà¤" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "à¤…à¤Şà‚रàà¤£ à¤¸à¤‚à¤šà¤Żà¤¨ à¤ĥà¤żà¤°àà¤·à¤•" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "à¤…à¤Żà‹à¤—àà¤Ż à¤ĥà¤żà¤°àà¤·à¤•à¤šà€ जà¤à¤Ĥà‚" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "Xen à¤Ħà€à¤à¤¨à¤Şà¤à¤¸à‚न वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ à¤à¤à¤ıà¤żà¤¤à€ à¤µà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "à¤…à¤Şà‚रàà¤£ à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Ħà¤àà¤Ş कà‡à¤²à€ %s वर\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "कàà¤·à‡à¤¤àà¤° à¤‰à¤Şà¤²à¤Ĵàà¤§ ककàà¤·à¤à¤šàà¤Żà¤ à¤à¤°àà¤Żà¤à¤Ĥà¤ à¤Şà¤²à€à¤•à¤Ħà‡ à¤œà¤à¤¤à‡" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "कàà¤·à‡à¤¤àà¤° आधà€à¤Şà¤à¤¸à‚नच कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "कàà¤·à‡à¤¤àà¤° आतठसàà¤Ĥàà¤§à¤ कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "संजà¤à¤³ अजà‚नà¤ıà€ à¤•à¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "संजà¤à¤³ आधà€à¤Şà¤à¤¸à‚नच कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "जàà¤³à¤µà¤£à€ à¤•à¤ż सà¤ı à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "जàà¤³à¤µà¤£à€ à¤à¤à¤°àà¤— सà¤ı à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "char सà¤à¤§à¤¨ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "असà¤à¤°àà¤à€à¤¤ इनàà¤Şàà¤Ÿ सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤° %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "à¤Ĵàà¤°à€à¤œà सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤à¤°à¤‚भ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "à¤¸à¤‚à¤šà¤Żà€à¤•à¤ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ %s : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: à¤…à¤¤à¤żà¤°à€à¤•àà¤¤ सàà¤àƒà¤¤à€ नà¤à¤ıà€" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "लà‰à¤—à¤Ğà¤à¤‡à¤² à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ %s à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "%s उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "सतàà¤° à¤ĥà‹à¤§à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "à¤Ğà¤à¤‡à¤² à¤Şà¤Ĥàà¤§à¤¤à€ '%s' à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%s वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "à¤¸à¤‚à¤šà¤Żà€à¤•à¤ %s वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU à¤Ĵà¤à¤Żà¤¨à¤°à€ %s à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "लà‰à¤— à¤¸à¤‚à¤šà¤Żà€à¤• à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€ %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "आà¤Ĥà‡à¤ĥ करà€à¤¤à¤ à¤Şàà¤°à¤¤à¤żà¤•àà¤·à¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ pid à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤Ĵंà¤Ĥ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤Şà¤à¤‡à¤Ş à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤‰à¤Ş कàà¤°à¤żà¤Żà¤ à¤µà¤żà¤­à¤à¤œà€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' करà€à¤¤à¤ à¤²à¤żà¤‚à¤• असंलगàà¤¨ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "à¤Żà¤œà¤à¤à¤¨à¤à¤šà‡ नà¤à¤µ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "à¤Żà¤œà¤à¤à¤¨à¤à¤šà‡ नà¤à¤µ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "à¤Żà¤œà¤à¤à¤¨à¤à¤šà‡ नà¤à¤µ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "सà¤à¤§à¤¨ à¤ĥà¤żà¤°àà¤·à¤• %s नषàà¤Ÿ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +msgid "cannot change to root directory: %s" +msgstr "सàà¤µà¤‚à¤Żà¤Şàà¤°à¤à¤°à¤‚भ à¤¸à¤‚à¤šà¤Żà€à¤•à¤ %s à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "strdup à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "strdup à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "strdup à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤µà¤żà¤¸àà¤¤à¤à¤°à€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "आà¤Ĥà‡à¤ĥ ओळ" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "वà¤à¤šà¤¨ तàà¤°àà¤Ÿà€: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" +"à¤µà¤żà¤¨à¤à¤•àà¤°à¤ UUID करà€à¤¤à¤ à¤Şà‹à¤ıà¤šà¤£à‡ à¤ĥकàà¤Ż नà¤à¤ıà€, à¤µà¤żà¤¨à¤à¤•àà¤°à¤à¤µà¤à¤°à€ à¤Ĵà¤à¤‡à¤Ÿà¤¸à à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "à¤à¤Ĥत छà¤à¤Şà¤" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "वàˆà¤ĥàà¤µà¤żà¤• à¤à¤Ĥत à¤•à¤żà¤‚à¤µà¤ à¤†à¤Ĥà‡à¤ĥ संà¤Ĵà¤‚à¤§à¤żà¤¤ à¤à¤Ĥत छà¤à¤Şà¤." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "आà¤Ĥà‡à¤ĥà¤à¤šà‡ नà¤à¤µ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4054,316 +4406,320 @@ msgstr "" "आà¤Ĥà‡à¤ĥ:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤µà¤¤à¤ƒ सàà¤°à‚ करà¤" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." -msgstr "à¤Ĵà‚टवà‡à¤³à€ à¤†à¤Şà‹à¤†à¤Ş सàà¤°à‚ à¤ıà‹à¤£à¤à¤°à‡ कàà¤·à‡à¤¤àà¤° संरचà€à¤¤ करà¤." +msgstr "à¤Ĵà‚टवà‡à¤³à€ à¤†à¤Şà‹à¤†à¤Ş सàà¤°à‚ à¤ıà‹à¤£à¤à¤°à‡ कàà¤·à‡à¤¤àà¤° à¤¸à¤‚à¤Żà‹à¤œà€à¤¤ करà¤." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ, id à¤•à¤żà¤‚à¤µà¤ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "सàà¤µà¤¤à¤ƒ सàà¤°à à¤ıà‹à¤£à¤Żà¤à¤¸ अकà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करà¤" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "%s कàà¤·à‡à¤¤àà¤° सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "%s कàà¤·à‡à¤¤àà¤° सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "%s कàà¤·à‡à¤¤àà¤° सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ कà‡à¤²à‡\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "%s कàà¤·à‡à¤¤àà¤° सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ कà‡à¤²à‡ नà¤à¤ıà€\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤²à¤ (à¤Şàà¤¨àà¤ıà¤) जà‹à¤Ħà¤" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "सàà¤à¤à¤¨à¤żà¤• à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤²à¤ जà‹à¤Ħà¤. à¤ĥà‡à¤² आरंभà¤à¤¨à¤‚तर à¤ıà€ à¤‡à¤¨-à¤Ĵà¤żà¤²àà¤Ÿ आजàà¤žà¤ आà¤ıà‡." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤° जà‹à¤Ħà¤£à€ URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "à¤Ğकàà¤¤-वà¤à¤šà¤¨ जà‹à¤Ħणà€" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤Şà¤à¤¸à‚न जà‹à¤Ħà¤£à€ à¤¤à‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "à¤…à¤¤à¤żà¤à€ कंसà‹à¤²à¤ĥà€ à¤œà‹à¤Ħà¤" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "à¤…à¤¤à¤żà¤à€ खà¤à¤¤àà¤Żà¤à¤•à¤°à€à¤¤à¤ आभà¤à¤¸à€ कàà¤°à¤à¤à¤‚कà€à¤¤ कंसà‹à¤² à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "कàà¤·à‡à¤¤àà¤°à¤à¤¸ कंसà‹à¤² à¤‰à¤Şà¤²àà¤Ĵध नà¤à¤ıà€\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "à¤Żà¤ à¤•à¤à¤°àà¤Żà¤°à¤šà¤¨à¤à¤µà¤° कंसà‹à¤² कà¤à¤°àà¤Żà¤°à€à¤¤ करà‚न à¤Şà¤à¤ıà¤żà¤²à‡ à¤¨à¤à¤ıà€" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "à¤Ħà‹à¤à‡à¤¨à¤šà€ à¤Żà¤à¤Ĥà€ à¤Şà¤°à¤¤ à¤Ĥà‡à¤¤à‡." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤†à¤£à¤ż सकàà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "सकàà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "नà¤à¤µ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "सàà¤à¤żà¤¤à€" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "सàà¤à¤żà¤¤à€ नà¤à¤ıà€" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤à¤żà¤¤à€" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "चà¤à¤²à¤¤àà¤Żà¤ à¤Ħà‹à¤à‡à¤¨à¤µà¤żà¤·à¤Żà€ सàà¤à¤żà¤¤à€ à¤Şà¤°à¤¤ करतà‡." +msgstr "कàà¤·à‡à¤¤àà¤°à¤à¤šà‡ सàà¤¤à¤° à¤Şà¤à¤ à¤µà¤żà¤¤à‹." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "कàà¤·à‡à¤¤àà¤°à¤•à¤°à€à¤¤à¤ सà¤à¤§à¤¨ à¤Ĵàà¤²à‰à¤• सàà¤¤à¤żà¤à€ à¤à¤żà¤³à¤µà¤" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "कà¤à¤°àà¤Żà¤°à¤¤ कàà¤·à‡à¤¤àà¤°à¤à¤µà¤żà¤·à¤Żà€ सà¤à¤§à¤¨ à¤Ĵàà¤²à‰à¤• सàà¤à¤żà¤¤à€ à¤à¤żà¤³à¤²à€." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "à¤Ĵàà¤²à‰à¤• सà¤à¤§à¤¨" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "à¤Ĵàà¤²à‰à¤• सàà¤¤à¤żà¤à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "कàà¤·à‡à¤¤àà¤°à¤à¤¸ संजà¤à¤³ संवà¤à¤Ĥà¤Şà¤Ÿ सàà¤¤à¤żà¤à€ à¤à¤żà¤³à¤µà¤" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "कà¤à¤°àà¤Żà¤°à¤¤ कàà¤·à‡à¤¤àà¤°à¤à¤Şà¤à¤¸à‚न संजà¤à¤³ संवà¤à¤Ĥà¤Şà¤Ÿ सàà¤¤à¤żà¤à€ à¤à¤żà¤³à¤µà¤." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤§à¤¨" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "संवà¤à¤Ĥà¤Şà¤Ÿ आकà¤Ħà‡à¤µà¤à¤°à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥ" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤ करà¤" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "चà¤à¤²à¤¤à€ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤ करà¤." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "XML कàà¤·à‡à¤¤àà¤° वरàà¤£à¤¨ सà¤à¤à¤à¤µà¤żà¤·àà¤Ÿà€à¤¤ असणà¤à¤°à€ à¤Ğà¤à¤‡à¤²" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न à¤¨à¤żà¤°àà¤à¤à¤£ कà‡à¤²à€\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करठ(à¤Şà¤£ सàà¤°à‚ à¤•à¤°à‚ à¤¨à¤•à¤)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "à¤Ħà‹à¤à‡à¤¨ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न वàà¤Żà¤à¤–àà¤Żà€à¤¤\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ कà‡à¤²à€ गà‡à¤²à€\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ (à¤†à¤§à€ à¤µàà¤Żà¤à¤–àà¤Żà€à¤¤) सàà¤°à‚ करà¤" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤°à‚ करà¤." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "à¤Ħà‹à¤à‡à¤¨ आधà€à¤š सकàà¤°à€à¤Ż" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ झà¤à¤²à€\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤à¤żà¤¤à€ à¤Ğआइलà¤à¤§àà¤Żà‡ सàà¤°à¤•àà¤·à¤żà¤¤ करà¤" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "चà¤à¤²à¤¤à€ à¤Ħà‹à¤à‡à¤¨ सàà¤°à¤•àà¤·à¤żà¤¤ करà¤." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "à¤Ħà‡à¤Ÿà¤ कàà¤ à‡ सàà¤°à¤•àà¤·à¤żà¤¤ करà¤à¤µà¤" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s वर सàà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "वà‡à¤³à¤¨à¤żà¤Żà¤‚तàà¤°à¤• गàà¤£à¤§à¤°àà¤ à¤Ĥरàà¤ĥवà¤/à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करà¤" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "वà‡à¤³à¤¨à¤żà¤Żà¤‚तàà¤° गàà¤£à¤§à¤°àà¤ à¤Ĥरàà¤ĥवà¤/à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करà¤." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "à¤àà¤²àà¤Żà¤šà‡ वà¤à¤Ÿà¤Ş करà¤" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT करà€à¤¤à¤ à¤à‚लàà¤Ż" @@ -4372,285 +4728,291 @@ msgstr "XEN_CREDIT करà€à¤¤à¤ à¤à‚लàà¤Ż" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT करà€à¤¤à¤ कà…à¤Şà¤ĥन" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "अवàˆà¤§ गàà¤£à¤à¤‚कà¤à¤šà‡ à¤àà¤²àà¤Ż" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "कà…à¤Şà¤šà‡ अवàˆà¤§ à¤àà¤²àà¤Ż" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "कà…à¤Şà¤šà‡ अवàˆà¤§ à¤àà¤²àà¤Ż" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "वà‡à¤³à¤¨à¤żà¤Żà¤‚तàà¤°à¤•" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "à¤Ğà¤à¤‡à¤²à¤à¤§à€à¤² सàà¤°à¤•àà¤·à¤żà¤¤ सàà¤à¤żà¤¤à€à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤¨à¤ƒà¤°à¤•àà¤·à¤żà¤¤ करà¤" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤¨à¤ƒà¤°à¤•àà¤·à¤żà¤¤ करà¤." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "à¤Şàà¤¨à¤ƒà¤°à¤•àà¤·à¤żà¤¤ करà¤à¤Żà¤šà€ सàà¤à¤żà¤¤à€" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न à¤Şàà¤¨à¤ƒà¤°à¤•àà¤·à¤żà¤¤\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न à¤Şàà¤¨à¤ƒà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "à¤Ħà‹à¤à‡à¤¨à¤šà€ कà‹à¤° à¤à€à¤à¤à¤‚सठकरणàà¤Żà¤à¤¸à¤à¤ à€ à¤Ğà¤à¤‡à¤²à¤µà¤° à¤Ħà¤àà¤Ş करà¤" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "कà‹à¤° à¤Ħà¤àà¤Ş à¤Ħà‹à¤à‡à¤¨." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "कà‹à¤° कàà¤ à‡ à¤Ħà¤àà¤Ş करà¤à¤µà¤" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Ħà¤àà¤Ş कà‡à¤²à€ %s वर\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s लठ%s वर कà‹à¤° à¤Ħà¤àà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ करà¤" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "à¤†à¤§à€ à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤ कà‡à¤²à‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ à¤Şàà¤¨àà¤ıठसàà¤°à‚ करà¤." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ कà‡à¤²à€\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "à¤Ħà‹à¤à‡à¤¨ चà¤à¤‚गलàà¤Żà¤à¤Şàà¤°à¤•à¤à¤°à‡ à¤ĥटà¤Ħà¤à¤‰à¤¨ करà¤" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "à¤ĥटà¤Ħà¤à¤‰à¤¨ लकàà¤·àà¤Ż à¤Ħà‹à¤à‡à¤¨à¤à¤§àà¤Żà‡ चà¤à¤²à¤µà¤." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤ĥटà¤Ħà¤à¤‰à¤¨ à¤ıà‹à¤¤ आà¤ıà‡\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤ĥटà¤Ħà¤à¤‰à¤¨ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥ" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "à¤Ħà‹à¤à‡à¤¨ रà€à¤Ĵà‚ट करà¤" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "रà€à¤Ĵà‚ट आà¤Ĥà‡à¤ĥ लकàà¤·àà¤Ż à¤Ħà‹à¤à‡à¤¨à¤à¤§àà¤Żà‡ चà¤à¤²à¤µà¤." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s रà€à¤Ĵà‚ट à¤ıà‹à¤¤ आà¤ıà‡\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s रà€à¤Ĵà‚ट करणàà¤Żà¤à¤¤ असà¤Ğल" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" -msgstr "à¤Ħà‹à¤à‡à¤¨ उधàà¤µà¤¸àà¤¤ करà¤" +msgstr "à¤Ħà‹à¤à‡à¤¨ नषàà¤Ÿ करà¤" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." -msgstr "à¤Ĥà¤żà¤²à‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ उधàà¤µà¤¸àà¤¤ करà¤." +msgstr "à¤Ĥà¤żà¤²à‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ नषàà¤Ÿ करà¤." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "à¤Ħà‹à¤à‡à¤¨à¤µà¤żà¤·à¤Żà€ à¤Şà¤à¤Żà¤à¤­à‚त à¤à¤à¤ıà¤żà¤¤à€ à¤Şà¤°à¤¤ करतà‡." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "नà¤à¤µ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS à¤Şàà¤°à¤•à¤à¤°:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "सàà¤à¤żà¤¤à€:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU वà‡à¤³:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "à¤…à¤§à¤żà¤•à¤à¤§à¤żà¤• सàà¤àƒà¤¤à€:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "सà€à¤à¤ नà¤à¤ıà€" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "वà¤à¤Şà¤°à¤²à‡à¤²à€ सàà¤àƒà¤¤à€:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "सàà¤µà¤šà¤à¤²à€à¤¤" +msgstr "सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "नà¤à¤µ" +msgstr "कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करà¤" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "अकà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ करà¤" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "NUMA à¤°à¤żà¤•à¤à¤à€ सàà¤àƒà¤¤à€" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "NUMA ककàà¤·à¤ à¤‰à¤Şà¤²à¤Ĵàà¤§ à¤°à¤żà¤•àà¤¤ सàà¤àƒà¤¤à€ à¤Ĥरàà¤ĥवà¤." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "NUMA ककàà¤· कàà¤°à¤à¤à¤‚क" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "एकà‚ण" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "à¤Ħà‹à¤à‡à¤¨ vcpu à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "à¤Ħà‹à¤à‡à¤¨ आभà¤à¤¸à€ CPUs à¤µà¤żà¤·à¤Żà€ à¤Şà¤à¤Żà¤à¤­à‚त à¤à¤à¤ıà¤żà¤¤à€ à¤Şà¤°à¤¤ करतà‡." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU आकरàà¤·à¤£:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "कàà¤·à‡à¤¤àà¤° à¤Ĵंà¤Ĥ झà¤à¤²à‡, आभà¤à¤¸à€ CPUs अनàà¤Şà¤²à¤Ĵàà¤§." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "à¤Ħà‹à¤à‡à¤¨ vcpu आकरàà¤·à¤£ à¤¨à¤żà¤Żà¤‚à¤¤àà¤°à¤żà¤¤ करà¤" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "à¤Ħà‹à¤à‡à¤¨ VCPUs नठभàŒà¤¤à¤żà¤• CPU à¤Żà¤œà¤à¤à¤¨ करणàà¤Żà¤à¤¸à¤à¤ à€ à¤Şà¤żà¤¨ करà¤." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu कàà¤°à¤à¤à¤‚क" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "à¤Żà¤œà¤à¤à¤¨ cpu कàà¤°à¤à¤à¤‚क (सàà¤µà¤²àà¤Şà¤µà¤żà¤°à¤à¤à¤à¤¨à‡ à¤µà¤żà¤²à¤—)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: vCPU कàà¤°à¤à¤à¤‚क अवàˆà¤§ à¤•à¤żà¤‚à¤µà¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: cpulist à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "नà‹à¤Ħ à¤à¤à¤ıà¤żà¤¤à€ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "vcpupin: कàà¤·à‡à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€ à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: अवàˆà¤§ vCPU कàà¤°à¤à¤à¤‚क." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: अवàˆà¤§ à¤Şàà¤°à¤•à¤à¤°. रà€à¤•àà¤¤ à¤ĥà¤Ĵàà¤Ĥà¤à¤‚च." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: अवàˆà¤§ à¤Şàà¤°à¤•à¤à¤°. %d सàà¤à¤à¤¨à¤à¤µà¤°à€à¤² अंक à¤…à¤Şà‡à¤•àà¤·à€à¤¤ à¤ıà‹à¤¤à¤ ('%c' सà¤à‹à¤°)." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4659,1351 +5021,1338 @@ msgstr "" "cpulist: %s: अवàˆà¤§ à¤Şàà¤°à¤•à¤à¤°. %d सàà¤à¤à¤¨à¤à¤µà¤°à€à¤² अंक à¤•à¤żà¤‚à¤µà¤ à¤¸àà¤µà¤²àà¤Şà¤µà¤żà¤°à¤à¤ à¤…à¤Şà‡à¤•àà¤·à€à¤¤ à¤ıà‹à¤¤à¤ ('%c' " "सà¤à‹à¤°)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: अवàˆà¤§ à¤Şàà¤°à¤•à¤à¤°. %d सàà¤à¤à¤¨à¤à¤µà¤° à¤Şà¤à¤ à‹à¤Şà¤à¤  सàà¤µà¤²àà¤Şà¤µà¤żà¤°à¤à¤." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "à¤Şàà¤°à¤¤àà¤Żà¤•àà¤·à¤°à‚à¤Şà€ CPU %d असàà¤¤à¤żà¤¤àà¤µà¤à¤¤ नà¤à¤ıà€." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "आभà¤à¤¸à€ CPUs à¤šà€ à¤¸à¤‚à¤–àà¤Żà¤ à¤Ĵà¤Ĥलà¤" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "à¤Şà¤à¤ıàà¤£àà¤Żà¤ à¤Ħà‹à¤à‡à¤¨à¤à¤§àà¤Żà‡ सकàà¤°à€à¤Ż आभà¤à¤¸à€ CPUs à¤šà€ à¤¸à¤‚à¤–àà¤Żà¤ à¤Ĵà¤Ĥलà¤." +msgstr "à¤…à¤¤à¤żà¤à€ कàà¤·à‡à¤¤àà¤° अंतरàà¤—त आभà¤à¤¸à€ CPUs à¤šà€ à¤¸à¤‚à¤–àà¤Żà¤ à¤Ĵà¤Ĥलवà¤." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "आभà¤à¤¸à€ CPUs à¤šà€ à¤¸à¤‚à¤–àà¤Żà¤" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "आभà¤à¤¸à€ CPUs à¤šà€ à¤…à¤µàˆà¤§ संखàà¤Żà¤." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "à¤—à¤°à¤œà‡ à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ आभà¤à¤¸à€ CPUs." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤Ĵà¤Ĥलà¤" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." -msgstr "à¤Şà¤à¤ıàà¤£àà¤Żà¤ à¤Ħà‹à¤à‡à¤¨à¤à¤§à€à¤² सà¤Ĥàà¤Ż सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤Ĵà¤Ĥलà¤." +msgstr "à¤…à¤¤à¤żà¤à€ à¤Ħà‹à¤à‡à¤¨à¤à¤§à€à¤² सà¤Ĥàà¤Ż सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤Ĵà¤Ĥलà¤." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "सàà¤àƒà¤¤à€à¤šàà¤Żà¤ à¤•à¤żà¤²à‹à¤Ĵà¤à¤‡à¤Ÿàà¤¸à¤šà€ संखàà¤Żà¤" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "सàà¤àƒà¤¤à€ आकà¤à¤°à¤à¤•à¤°à€à¤¤à¤ %d à¤šà€ à¤…à¤µàˆà¤§ संखàà¤Żà¤" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "कà¤à¤à¤² सàà¤àƒà¤¤àà¤¤à€ आकà¤à¤° à¤¤à¤Şà¤à¤¸à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "कà¤à¤à¤¨ सàà¤àƒà¤¤à€ à¤à¤°àà¤Żà¤à¤Ĥठà¤Ĵà¤Ĥलà¤" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." -msgstr "à¤Şà¤à¤ıàà¤£àà¤Żà¤ à¤Ħà‹à¤à‡à¤¨à¤à¤§à€à¤² कà¤à¤à¤² सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤à¤°àà¤Żà¤à¤Ĥठà¤Ĵà¤Ĥलà¤." +msgstr "à¤…à¤¤à¤żà¤à€ à¤Ħà‹à¤à‡à¤¨à¤à¤§à€à¤² कà¤à¤à¤² सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤à¤°àà¤Żà¤à¤Ĥठà¤Ĵà¤Ĥलà¤." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "कà¤à¤à¤² सàà¤àƒà¤¤à€ à¤à¤°àà¤Żà¤à¤Ĥठकà€à¤²à‹à¤Ĵà¤à¤‡à¤Ÿàà¤¸ à¤à¤§àà¤Żà‡" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "सधàà¤Żà¤à¤šà‡ सàà¤àƒà¤¤à€ आकà¤à¤° à¤¤à¤Şà¤à¤¸à‚न à¤Şà¤à¤ıणàà¤Żà¤à¤¸ असà¤à¤°àà¤" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "सधàà¤Żà¤à¤šà‡ सàà¤àƒà¤¤à€ आकà¤à¤° छà‹à¤Ÿà‡ करणàà¤Żà¤à¤¸ असà¤à¤°àà¤" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "कà¤à¤à¤² सàà¤àƒà¤¤à€ आकà¤à¤° à¤Ĵà¤Ĥलवणàà¤Żà¤à¤¸ असà¤à¤°àà¤" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "नà‹à¤Ħ à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "नà‹à¤Ħà¤µà¤żà¤·à¤Żà€ à¤Şà¤à¤Żà¤à¤­à‚त à¤à¤à¤ıà¤żà¤¤à€ à¤Şà¤°à¤¤ करतà‹." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "नà‹à¤Ħ à¤à¤à¤ıà¤żà¤¤à€ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU नà¤àà¤¨à¤:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU वà¤à¤°à¤‚वà¤à¤°à¤¤à¤:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU सà‰à¤•à‡à¤Ÿ:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "कà‹à¤° à¤Şàà¤°à¤¤à€ सà‰à¤•à‡à¤Ÿ:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "à¤àà¤°à‡à¤Ħàà¤¸ à¤Şàà¤°à¤¤à€ कà‹à¤°:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA सà‡à¤²àà¤¸:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "सàà¤àƒà¤¤à€ आकà¤à¤°:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "कàà¤·à¤à¤¤à¤" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°/à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤šà€ à¤•àà¤·à¤à¤¤à¤ à¤Şà¤à¤ à¤µà¤żà¤¤à‹." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "कàà¤·à¤à¤¤à¤ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML à¤à¤§àà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "stdout करà€à¤¤à¤ कàà¤·à‡à¤¤àà¤°à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€ XML à¤Ħà¤‚à¤Ş सàà¤µà¤°à‚à¤Şà€ à¤¨à¤żà¤°àà¤—त करà¤." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤•à¤żà¤‚à¤µà¤ UUID लठà¤Ħà‹à¤à‡à¤¨ नà¤à¤µà¤à¤¤ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤•à¤żà¤‚à¤µà¤ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ UUID à¤Ħà‹à¤à‡à¤¨ id à¤à¤§àà¤Żà‡ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ id à¤Ħà‹à¤à‡à¤¨ UUID à¤à¤§àà¤Żà‡ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤•à¤żà¤‚à¤µà¤ à¤¨à¤à¤µ" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "à¤Ħà‹à¤à‡à¤¨ UUID à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "कàà¤·à‡à¤¤àà¤°à¤à¤¸ à¤Ĥà‚सà¤ħàà¤Żà¤ à¤Żà¤œà¤à¤à¤¨à¤à¤µà¤° सàà¤à¤à¤¨à¤à¤‚तरà€à¤¤ करà¤" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" "कàà¤·à‡à¤¤àà¤°à¤à¤¸ à¤Ĥà‚सà¤ħàà¤Żà¤ à¤Żà¤œà¤à¤à¤¨à¤à¤µà¤° सàà¤à¤à¤¨à¤à¤‚तरà€à¤¤ करà¤. चà¤à¤²à‚ सàà¤à¤à¤¨à¤à¤‚तरन करà€à¤¤à¤ --live सà¤à¤à¤µà¤żà¤·àà¤Ÿà€à¤¤ " "करà¤." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "चà¤à¤²à‚ सàà¤à¤à¤¨à¤à¤‚तरन" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "लकàà¤·àà¤Żà¤°à‚à¤Şà€ à¤Żà¤œà¤à¤à¤¨à¤à¤šà‡ URI जà‹à¤Ħणà€" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "सàà¤à¤à¤¨à¤à¤‚तरन URI, सà¤ıसठवगळलàà¤Żà¤ जà¤à¤Š à¤ĥकतà‹" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "सàà¤à¤à¤¨à¤à¤‚तर: desturi à¤‰à¤Şà¤²à¤Ĵàà¤§ नà¤à¤ıà€" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "संजà¤à¤³ à¤†à¤Şà‹à¤†à¤Ş सàà¤°à‚ करà¤" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." -msgstr "à¤Ĵà‚टचàà¤Żà¤à¤µà‡à¤³à€ à¤†à¤Şà‹à¤†à¤Ş सàà¤°à‚ à¤ıà‹à¤£àà¤Żà¤à¤¸ संजà¤à¤³ संरचà€à¤¤ करà¤." +msgstr "à¤Ĵà‚टचàà¤Żà¤à¤µà‡à¤³à€ à¤†à¤Şà‹à¤†à¤Ş सàà¤°à‚ à¤ıà‹à¤£àà¤Żà¤à¤¸ संजà¤à¤³ à¤¸à¤‚à¤Żà‹à¤œà€à¤¤ करà¤." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "संजà¤à¤³à¤šà‡ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "%s संजà¤à¤³ सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "%s संजà¤à¤³ सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "संजà¤à¤³ %s सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ कà‡à¤²à‡\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "संजà¤à¤³ %s सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ कà‡à¤²à‡ नà¤à¤ıà€\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न संजà¤à¤³ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "संजà¤à¤³ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "XML संजà¤à¤³ वरàà¤£à¤¨ सà¤à¤à¤à¤µà¤²à‡à¤²à€ à¤Ğà¤à¤‡à¤²" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "%s à¤Şà¤à¤¸à‚न %s संजà¤à¤³ à¤¨à¤żà¤°àà¤à¤à¤£ कà‡à¤²à‡\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s à¤Şà¤à¤¸à‚न संजà¤à¤³ à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न संजà¤à¤³ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करठ(à¤Şà¤£ सàà¤°à‚ à¤•à¤°à‚ à¤¨à¤•à¤)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "संजà¤à¤³ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "%s संजà¤à¤³ %s à¤Şà¤à¤¸à‚न वàà¤Żà¤à¤–àà¤Żà€à¤¤\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s à¤Şà¤à¤¸à‚न संजà¤à¤³ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" -msgstr "संजà¤à¤³ उधàà¤µà¤¸àà¤¤ करà¤" +msgstr "संजà¤à¤³ नषàà¤Ÿ करà¤" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." -msgstr "à¤Ĥà¤żà¤²à‡à¤²à€ संजà¤à¤³ उधàà¤µà¤¸àà¤¤ करà¤." +msgstr "à¤Ĥà¤żà¤²à‡à¤²à€ संजà¤à¤³ नषàà¤Ÿ करà¤." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "संजà¤à¤³à¤à¤šà‡ नà¤à¤µ, id à¤•à¤żà¤‚à¤µà¤ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "संजà¤à¤³ %s उधàà¤µà¤¸àà¤¤\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "संजà¤à¤³ %s उधàà¤µà¤¸àà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML à¤à¤§àà¤Żà‡ संजà¤à¤³à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "stdout करà€à¤¤à¤ संजà¤à¤³à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€ XML à¤Ħà¤‚à¤Ş सàà¤µà¤°à‚à¤Şà€ à¤¨à¤żà¤°àà¤—त करà¤." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "संजà¤à¤³à¤šà€ à¤Żà¤à¤Ĥà€ à¤Ĥरàà¤ĥवà¤" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "संजà¤à¤³à¤à¤šà€ à¤Żà¤à¤Ĥà€ à¤Şà¤°à¤¤ à¤Ĥà‡à¤¤à‹." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤³à¤à¤šà€ à¤Żà¤à¤Ĥà€ à¤¤à¤Żà¤à¤° करà¤" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤†à¤£à¤ż सकàà¤°à€à¤Ż संजà¤à¤³à¤à¤šà€ à¤Żà¤à¤Ĥà€ à¤Ĵनवà¤" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "सकàà¤°à€à¤Ż संजà¤à¤³ à¤Żà¤à¤Ĥà€ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤³ à¤Żà¤à¤Ĥà€ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "सàà¤µà¤šà¤à¤²à€à¤¤" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "सàà¤µà¤šà¤à¤²à€à¤¤ नà¤à¤ıà€" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "सकàà¤°à€à¤Ż" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "à¤¨à¤żà¤·à¤•àà¤°à€à¤Ż" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "संजà¤à¤³ UUID लठसंजà¤à¤³ नà¤à¤µà¤à¤¤ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "संजà¤à¤³ uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤³ (à¤Şà‚रàà¤µà€à¤Şà¤à¤¸à‚न वàà¤Żà¤à¤–àà¤Żà€à¤¤) सàà¤°à‚ करà¤" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "संजà¤à¤³ सàà¤°à‚ करà¤." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤³à¤à¤šà‡ नà¤à¤µ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "संजà¤à¤³ %s सàà¤°à‚ झà¤à¤²à€\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "संजà¤à¤³ %s सàà¤°à‚ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤³ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤²à¤à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤²à¤à¤¸à¤à¤ à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "संजà¤à¤³ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ कà‡à¤²à€ गà‡à¤²à€\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "संजà¤à¤³ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "संजà¤à¤³à¤à¤šà‡ नà¤à¤µ संजà¤à¤³ UUID à¤à¤§àà¤Żà‡ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "संजà¤à¤³ नà¤à¤µ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "संजà¤à¤³ UUID à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤µà¤¤à¤ƒ सàà¤°à‚ करà¤" +msgstr "संगàà¤°à¤ı सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ करà¤" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "à¤Ĵà‚टवà‡à¤³à€ à¤†à¤Şà‹à¤†à¤Ş सàà¤°à‚ à¤ıà‹à¤£à¤à¤°à‡ कàà¤·à‡à¤¤àà¤° संरचà€à¤¤ करà¤." +msgstr "à¤Ĵà‚टवà‡à¤³à€ à¤†à¤Şà‹à¤†à¤Ş सàà¤°à‚ à¤ıà‹à¤£à¤à¤°à‡ संगàà¤°à¤ı à¤¸à¤‚à¤Żà‹à¤œà€à¤¤ करà¤." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" +msgstr "संगàà¤°à¤ı नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "%s संजà¤à¤³ सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ नàà¤°à‚à¤Ş à¤šà¤żà¤¨àà¤ıà¤à¤•àƒà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "%s संजà¤à¤³ सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s à¤Żà¤à¤‚स सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ नàà¤°à‚à¤Ş à¤šà¤żà¤¨àà¤ıà¤à¤•àƒà¤¤ न करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "%s कàà¤·à‡à¤¤àà¤° सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ कà‡à¤²à‡\n" +msgstr "संगàà¤°à¤ı %s सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ à¤àà¤ıणà‚न à¤šà¤żà¤¨àà¤ıà¤à¤•àƒà¤¤ कà‡à¤²à‡\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "%s कàà¤·à‡à¤¤àà¤° सàà¤µà¤šà¤à¤²à€à¤¤ करणàà¤Żà¤à¤Şà¤à¤¸à‚न ओळखखà‚ण सकàà¤·à¤ कà‡à¤²à‡ नà¤à¤ıà€\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤." - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "XML कàà¤·à‡à¤¤àà¤° वरàà¤£à¤¨ सà¤à¤à¤à¤µà¤żà¤·àà¤Ÿà€à¤¤ असणà¤à¤°à€ à¤Ğà¤à¤‡à¤²" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न à¤¨à¤żà¤°àà¤à¤à¤£ कà‡à¤²à€\n" +msgstr "संगàà¤°à¤ı %s सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ नàà¤°à‚à¤Ş à¤µà¤żà¤¨à¤ à¤šà¤żà¤¨àà¤ıà¤à¤•àƒà¤¤ कà‡à¤²à‡\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न संगàà¤°à¤ı à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "संगàà¤°à¤ı à¤Ĵनवà¤." + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "XML संगàà¤°à¤ı वरàà¤£à¤¨ सà¤à¤à¤à¤µà¤żà¤·àà¤Ÿà€à¤¤ à¤Ğà¤à¤‡à¤²" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "संगàà¤°à¤ı %s à¤Ĵà¤¨à¤µà¤żà¤²à‡, %s à¤Şà¤à¤¸à‚न\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "%s à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "%s à¤Şà¤à¤¸à‚न संगàà¤°à¤ı à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" +msgstr "à¤Ĵà¤à¤Ĵ संच à¤Şà¤à¤¸à‚न संगàà¤°à¤ı à¤Ĵनवà¤" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "संगàà¤°à¤ıà¤à¤šà‡ नà¤à¤µ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "संगàà¤°à¤ıà¤à¤šà‡ à¤Şàà¤°à¤•à¤à¤°" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "अंतरàà¤­à‚तà€à¤Ż à¤¸à¤‚à¤šà¤Żà¤¨ करà€à¤¤à¤à¤šà‡ सàà¤¤àà¤°à‹à¤¤ à¤Żà¤œà¤à¤à¤¨" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "अंतरàà¤­à‚तà€à¤Ż à¤¸à¤‚à¤šà¤Żà¤¨ करà€à¤¤à¤à¤šà‡ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤°àà¤—" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "अंतरàà¤­à‚तà€à¤Ż à¤¸à¤‚à¤šà¤Żà¤¨ करà€à¤¤à¤à¤šà‡ सàà¤¤àà¤°à‹à¤¤ सà¤à¤§à¤¨" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "अंतरàà¤­à‚तà€à¤Ż à¤¸à¤‚à¤šà¤Żà¤¨ करà€à¤¤à¤à¤šà‡ लकàà¤·àà¤Ż" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "à¤Ĵà¤Ğर वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "XML à¤Ĵà¤Ğà¤°à¤šà‡ à¤µà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न à¤¨à¤żà¤°àà¤à¤à¤£ कà‡à¤²à€\n" +msgstr "संगàà¤°à¤ı %s à¤Ĵà¤¨à¤µà¤żà¤²à‡\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "%s à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करठ(à¤Şà¤£ सàà¤°à‚ à¤•à¤°à‚ à¤¨à¤•à¤)" +msgstr "XML à¤Ğà¤à¤‡à¤² à¤Şà¤à¤¸à‚न संगàà¤°à¤ı वàà¤Żà¤à¤–àà¤Żà€à¤¤ करठ(à¤Şà¤£ सàà¤°à‚ à¤•à¤°à‚ à¤¨à¤•à¤)" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "à¤Ħà‹à¤à‡à¤¨ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "संगàà¤°à¤ı वàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न वàà¤Żà¤à¤–àà¤Żà€à¤¤\n" +msgstr "संगàà¤°à¤ı %s वàà¤Żà¤à¤–àà¤Żà€à¤¤, %s à¤Şà¤à¤¸à‚न\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "%s à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ वàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "%s à¤Şà¤à¤¸à‚न संगàà¤°à¤ı वàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "à¤Ĵà¤à¤Ĵ संच à¤Şà¤à¤¸à‚न संगàà¤°à¤ı वàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "अंतरàà¤­à‚तà€à¤Ż à¤¸à¤‚à¤šà¤Żà¤¨ करà€à¤¤à¤à¤šà‡ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤°àà¤—" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न वàà¤Żà¤à¤–àà¤Żà€à¤¤\n" +msgstr "संगàà¤°à¤ı %s वàà¤Żà¤à¤–àà¤Żà€à¤¤ कà‡à¤²à‡\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s वàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "संगàà¤°à¤ı à¤Ĵà¤żà¤²àà¤Ħà à¤•à¤°à¤" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "ठरà¤à¤µà¤żà¤• संगàà¤°à¤ı à¤Ĵनवà¤." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "संगàà¤°à¤ı %s à¤Ĵनवà‚न झà¤à¤²à‡\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s à¤Ĵà¤żà¤²àà¤Ħà à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "à¤Ħà‹à¤à‡à¤¨ उधàà¤µà¤¸àà¤¤ करà¤" +msgstr "संगàà¤°à¤ı नषàà¤Ÿ करà¤" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "à¤Ĥà¤żà¤²à‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ उधàà¤µà¤¸àà¤¤ करà¤." +msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ संगàà¤°à¤ı नषàà¤Ÿ करà¤." -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤\n" +msgstr "संगàà¤°à¤ı %s नषàà¤Ÿ कà‡à¤²à‡\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s नषàà¤Ÿ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "संगàà¤°à¤ı कà¤à¤˘à‚न टà¤à¤•à¤" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "à¤Ĥà¤żà¤²à‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ उधàà¤µà¤¸àà¤¤ करà¤." +msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ संगàà¤°à¤ı नषàà¤Ÿ करà¤." -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤\n" +msgstr "संगàà¤°à¤ı %s नषàà¤Ÿ कà‡à¤²à‡\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s कà¤à¤˘à‚न टà¤à¤•à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "संगàà¤°à¤ı à¤Şàà¤¨àà¤ı à¤Ĥà¤à¤–ल करà¤" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ संगàà¤°à¤ı à¤Şàà¤¨àà¤ı à¤Ĥà¤à¤–ल करà¤." -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ कà‡à¤²à€\n" +msgstr "संगàà¤°à¤ı %s à¤Şàà¤¨àà¤ıठà¤Ĥà¤à¤–ल कà‡à¤²à‡\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s à¤Şàà¤¨àà¤ı à¤Ĥà¤à¤–ल करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XML à¤à¤§àà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€" +msgstr "XML अंतरàà¤—त संगàà¤°à¤ı à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "stdout करà€à¤¤à¤ कàà¤·à‡à¤¤àà¤°à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€ XML à¤Ħà¤‚à¤Ş सàà¤µà¤°à‚à¤Şà€ à¤¨à¤żà¤°àà¤—त करà¤." +msgstr "संगàà¤°à¤ı à¤à¤à¤ıà¤żà¤¤à€ XML à¤Ħà¤‚à¤Ş नàà¤°à‚à¤Ş stdout à¤Żà‡à¤à‡ à¤Ĥरàà¤ĥवà¤." -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤" +msgstr "संगàà¤°à¤ı à¤Żà¤à¤Ĥà€à¤¤ à¤Ĥरàà¤ĥवà¤" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "à¤Ħà‹à¤à‡à¤¨à¤šà€ à¤Żà¤à¤Ĥà€ à¤Şà¤°à¤¤ à¤Ĥà‡à¤¤à‡." +msgstr "संगàà¤°à¤ıà¤à¤šà€ à¤Żà¤à¤Ĥà€ à¤Şàà¤°à¤µà¤żà¤¤à‹." -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संगàà¤°à¤ı à¤Żà¤à¤Ĥà€à¤¤ à¤Ĥरàà¤ĥवà¤" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤†à¤£à¤ż सकàà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż व सकàà¤°à€à¤Ż संगàà¤°à¤ı à¤Żà¤à¤Ĥà€à¤¤" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "सकàà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "सकàà¤°à€à¤Ż संगàà¤°à¤ı à¤Żà¤à¤Ĥà€à¤¤ à¤Ĥरàà¤ĥà¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संगàà¤°à¤ı à¤Żà¤à¤Ĥà€à¤¤ à¤Ĥरàà¤ĥà¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%s à¤à¤§à€à¤² अवàˆà¤§ संजà¤à¤³ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक" +msgstr "%s अंतरàà¤—त अवàˆà¤§ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤Şà‰à¤ˆà¤¨àà¤Ÿà¤°" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "खà‚à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤° नà‹à¤‚à¤Ĥवलà‡à¤²à‡" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "सàà¤àƒà¤¤à€à¤Ĵà¤à¤ıà‡à¤°" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s वàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "खà‚à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤° नà‹à¤‚à¤Ĥवलà‡à¤²à‡" +msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "नà‹à¤Ħ à¤à¤à¤ıà¤żà¤¤à€" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "नà‹à¤Ħà¤µà¤żà¤·à¤Żà€ à¤Şà¤à¤Żà¤à¤­à‚त à¤à¤à¤ıà¤żà¤¤à€ à¤Şà¤°à¤¤ करतà‹." - -#: src/virsh.c:3627 -msgid "building" -msgstr "" - -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 -msgid "running" -msgstr "चà¤à¤²à‚ आà¤ıà‡" - -#: src/virsh.c:3635 -msgid "degraded" -msgstr "" - -#: src/virsh.c:3642 src/virsh.c:4068 -msgid "Capacity:" -msgstr "" - -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy -msgid "Allocation:" -msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Ÿà¤¤ आà¤ıà‡" - -#: src/virsh.c:3648 -msgid "Available:" -msgstr "" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤µà¤żà¤·à¤Żà€ à¤àà¤²à¤­à‚त à¤à¤à¤ıà¤żà¤¤à€ à¤Şàà¤°à¤µà¤żà¤¤à‹." #: src/virsh.c:3664 -#, fuzzy -msgid "convert a pool UUID to pool name" -msgstr "संजà¤à¤³ UUID लठसंजà¤à¤³ नà¤à¤µà¤à¤¤ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" +msgid "building" +msgstr "à¤Ĵà¤żà¤²àà¤Ħà à¤¸àà¤°à‚ आà¤ıà‡" -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "à¤Ħà‹à¤à‡à¤¨ uuid" +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 +msgid "running" +msgstr "कà¤à¤°àà¤Żà¤°à¤¤ आà¤ıà‡" -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ (à¤†à¤§à€ à¤µàà¤Żà¤à¤–àà¤Żà€à¤¤) सàà¤°à‚ करà¤" +#: src/virsh.c:3672 +msgid "degraded" +msgstr "वà¤à¤Şà¤°à¤£à€à¤¤ नà¤à¤ıà€" -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "à¤Ħà‹à¤à‡à¤¨ सàà¤°à‚ करà¤." +#: src/virsh.c:3679 src/virsh.c:4105 +msgid "Capacity:" +msgstr "कàà¤·à¤à¤¤à¤:" + +#: src/virsh.c:3682 src/virsh.c:4108 +msgid "Allocation:" +msgstr "वà¤à¤Ÿà¤Ş:" + +#: src/virsh.c:3685 +msgid "Available:" +msgstr "à¤‰à¤Şà¤²à¤Ĵàà¤§:" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "संगàà¤°à¤ı UUID लठसंजà¤à¤³ नà¤à¤µà¤à¤¤ रàà¤Şà¤à¤‚तरà€à¤¤ करà¤" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "संगàà¤°à¤ı uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संगàà¤°à¤ı (à¤Şà‚रàà¤µ वàà¤Żà¤à¤–àà¤Żà€à¤¤) सàà¤°à‚ करà¤" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "संगàà¤°à¤ı सàà¤°à‚ करà¤." + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संगàà¤°à¤ıà¤šà‡ à¤¨à¤à¤µ" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ झà¤à¤²à€\n" +msgstr "संगàà¤°à¤ı %s सàà¤°à‚ झà¤à¤²à‡\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s सàà¤°à‚ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" +msgstr "à¤Ĵà¤à¤Ĵ संच à¤Şà¤à¤¸à‚न खंà¤Ħ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤." +msgstr "खंà¤Ħ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤šà‡ नà¤à¤µ" +msgstr "खंà¤Ħà¤à¤šà‡ नà¤à¤µ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "वàˆà¤•àà¤²à¤Şà¤żà¤• k,M,G,T सà¤Ğà€à¤•àà¤¸à सà¤ı खंà¤Ħà¤à¤šà‡ आकà¤à¤°" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "वàˆà¤•àà¤²à¤Şà¤żà¤• k,M,G,T सà¤Ğà€à¤•àà¤¸à सà¤ı à¤Şàà¤°à¤à¤°à¤‚à¤­à¤żà¤• वà¤à¤Ÿà¤Şà¤šà‡ आकà¤à¤°" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "à¤Ğà¤à¤‡à¤² सàà¤µà¤°à‚à¤Ş à¤Şàà¤°à¤•à¤à¤° raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ आकà¤à¤° %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न à¤¨à¤żà¤°àà¤à¤à¤£ कà‡à¤²à€\n" +msgstr "खंà¤Ħ %s à¤Ĵà¤¨à¤µà¤żà¤²à‡\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "खंà¤Ħ %s à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संगàà¤°à¤ı अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संगàà¤°à¤ı करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ कà‡à¤²à€ गà‡à¤²à€\n" +msgstr "कàà¤·à‡à¤¤àà¤° %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ कà‡à¤²à‡ गà‡à¤²à‡\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कàà¤·à‡à¤¤àà¤° %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "संजà¤à¤³à¤à¤šà‡ नà¤à¤µ संजà¤à¤³ UUID à¤à¤§àà¤Żà‡ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" +msgstr "संगàà¤°à¤ı नà¤à¤µ à¤Żà¤à¤¸ संगàà¤°à¤ı UUID अंतरàà¤—त रàà¤Şà¤à¤‚तरà€à¤¤ कà‡à¤²à‡ गà‡à¤²à‡" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "à¤Ħà‹à¤à‡à¤¨ UUID à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı UUID à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "XML कàà¤·à‡à¤¤àà¤° वरàà¤£à¤¨ सà¤à¤à¤à¤µà¤żà¤·àà¤Ÿà€à¤¤ असणà¤à¤°à€ à¤Ğà¤à¤‡à¤²" +msgstr "XML à¤Ğà¤à¤‡à¤² à¤Şà¤à¤¸à‚न खंà¤Ħ à¤¨à¤żà¤°àà¤à¤à¤£ करà¤" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "XML खंà¤Ħ वरàà¤£à¤¨ सà¤à¤à¤à¤µà¤żà¤·àà¤Ÿà€à¤¤ à¤Ğà¤à¤‡à¤²" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "%s à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न à¤¨à¤żà¤°àà¤à¤à¤£ कà‡à¤²à€\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "%s à¤Şà¤à¤¸à‚न à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "à¤Ĥà¤żà¤²à‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ उधàà¤µà¤¸àà¤¤ करà¤." - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "खंà¤Ħ %s à¤Şà¤à¤¸à‚न %s à¤¨à¤żà¤°àà¤à¤à¤£ कà‡à¤²à‡\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "%s à¤Şà¤à¤¸à‚न खंà¤Ħ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "खंà¤Ħ कà¤à¤˘à‚न टà¤à¤•à¤" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ खंà¤Ħ नषàà¤Ÿ करà¤." + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "खंà¤Ħ नà¤à¤µ, à¤•à¤ż à¤•à¤żà¤‚à¤µà¤ à¤à¤à¤°àà¤—" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤\n" +msgstr "खंà¤Ħ %s नषàà¤Ÿ कà‡à¤²à‡\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s उधàà¤µà¤¸àà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "खंà¤Ħ %s कà¤à¤˘à‚न टà¤à¤•à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "नà‹à¤Ħ à¤à¤à¤ıà¤żà¤¤à€" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "नà‹à¤Ħà¤µà¤żà¤·à¤Żà€ à¤Şà¤à¤Żà¤à¤­à‚त à¤à¤à¤ıà¤żà¤¤à€ à¤Şà¤°à¤¤ करतà‹." +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤µà¤żà¤·à¤Żà€ à¤àà¤²à¤­à‚त à¤à¤à¤ıà¤żà¤¤à€ à¤Şàà¤°à¤µà¤żà¤¤à‹." -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "OS à¤Şàà¤°à¤•à¤à¤°:" +msgstr "à¤Şàà¤°à¤•à¤à¤°:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML à¤Ğà¤à¤‡à¤²" +msgstr "à¤Ğà¤à¤‡à¤²" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" -msgstr "अà¤Ħवलà‡à¤²à‡" +msgstr "à¤Ĵàà¤²à‰à¤•" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XML à¤à¤§àà¤Żà‡ à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€" +msgstr "XML अंतरàà¤—त खंà¤Ħ à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "stdout करà€à¤¤à¤ कàà¤·à‡à¤¤àà¤°à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€ XML à¤Ħà¤‚à¤Ş सàà¤µà¤°à‚à¤Şà€ à¤¨à¤żà¤°àà¤—त करà¤." +msgstr "stdout करà€à¤¤à¤ खंà¤Ħ à¤à¤à¤ıà¤żà¤¤à€ XML à¤Ħà¤‚à¤Ş नàà¤°à‚à¤Ş à¤Şàà¤°à¤Ĥरàà¤ĥà¤żà¤¤ करà¤." -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤" +msgstr "खंà¤Ħà¤à¤šà€ à¤Żà¤à¤Ĥà€" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "à¤Ħà‹à¤à‡à¤¨à¤šà€ à¤Żà¤à¤Ĥà€ à¤Şà¤°à¤¤ à¤Ĥà‡à¤¤à‡." +msgstr "संगàà¤°à¤ı नàà¤°à‚à¤Ş खंà¤Ħà¤à¤šà€ à¤Żà¤à¤Ĥà€ à¤Şàà¤°à¤µà¤żà¤¤à‡." -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "सकàà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "सकàà¤°à€à¤Ż खंà¤Ħ à¤Żà¤à¤Ĥà€à¤¤ à¤Ĥरàà¤ĥà¤µà¤żà¤£àà¤Żà¤ à¤Şà¤à¤¸à‚न à¤…à¤Şà¤Żà¤ĥà€" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "à¤à¤à¤°àà¤—" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "संजà¤à¤³ UUID लठसंजà¤à¤³ नà¤à¤µà¤à¤¤ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" +msgstr "खंà¤Ħ UUID लठखंà¤Ħ नà¤à¤µ à¤…à¤¸à‡ à¤°àà¤Şà¤à¤‚तरà€à¤¤ करà¤" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "खंà¤Ħ à¤•à¤ż à¤•à¤żà¤‚à¤µà¤ à¤à¤à¤°àà¤—" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "संजà¤à¤³ UUID लठसंजà¤à¤³ नà¤à¤µà¤à¤¤ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" +msgstr "खंà¤Ħ UUID लठखंà¤Ħ à¤•à¤ż à¤…à¤¸à‡ à¤°àà¤Şà¤à¤‚तरà€à¤¤ करà¤" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "à¤Ħà‹à¤à‡à¤¨ uuid" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "संजà¤à¤³ UUID लठसंजà¤à¤³ नà¤à¤µà¤à¤¤ रàà¤Şà¤à¤‚à¤¤à¤°à¤żà¤¤ करà¤" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "खंà¤Ħ uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "खंà¤Ħ UUID लठखंà¤Ħ à¤à¤à¤°àà¤— à¤…à¤¸à‡ à¤°àà¤Şà¤à¤‚तरà€à¤¤ करà¤" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "खंà¤Ħ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ à¤•à¤ż" + +#: src/virsh.c:4347 msgid "show version" msgstr "आवàƒà¤¤àà¤¤à€ à¤Ĥà¤à¤–वà¤" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "à¤Şàà¤°à¤£à¤à¤²à€ आवàƒà¤¤àà¤¤à€ à¤à¤à¤ıà¤żà¤¤à€ à¤Ĥà¤à¤–वà¤." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤à¤‡à¤œà¤° à¤Şàà¤°à¤•à¤à¤° à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "à¤Żà¤ à¤²à¤à¤Żà¤Ĵàà¤°à¤°à€à¤µà¤żà¤°à‚à¤Ĥàà¤§ à¤•à¤‚à¤Şà¤à¤‡à¤² कà‡à¤²à‡: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "लà¤à¤Żà¤Ĵàà¤°à¤°à€ आवàƒà¤¤àà¤¤à€ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "लà¤à¤Żà¤Ĵàà¤°à¤°à€ वà¤à¤Şà¤°à¤¤ आà¤ıà‡: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API वà¤à¤Şà¤°à¤¤ आà¤ıà‡: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤à¤‡à¤œà¤° आवàƒà¤¤àà¤¤à€ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "चà¤à¤²à‚ %s à¤ıà¤à¤‡à¤Şà¤°à¤µà¤à¤‡à¤œà¤° आवàƒà¤¤àà¤¤à€ कà¤à¤˘à‚ à¤ĥकत नà¤à¤ıà€\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "चà¤à¤²à‚ à¤ıà¤à¤‡à¤Şà¤°à¤µà¤à¤‡à¤œà¤°: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "à¤Żà¤ à¤Żà¤œà¤à¤à¤¨ वरà€à¤² NUMA सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "कàà¤·à¤à¤¤à¤" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "stdout करà€à¤¤à¤ खंà¤Ħ à¤à¤à¤ıà¤żà¤¤à€ XML à¤Ħà¤‚à¤Ş नàà¤°à‚à¤Ş à¤Şàà¤°à¤Ĥरàà¤ĥà¤żà¤¤ करà¤." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "सà¤à¤§à¤¨" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤à¤‡à¤œà¤° à¤Żà¤œà¤à¤à¤¨à¤à¤šà‡ नà¤à¤µ छà¤à¤Şà¤" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "à¤Żà¤œà¤à¤à¤¨à¤à¤šà‡ नà¤à¤µ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤° कà…नà‹à¤¨à€à¤•à¤² URI छà¤à¤Şà¤" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc à¤Ĥरàà¤ĥन" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC à¤Ĥरàà¤ĥनà¤à¤•à¤°à€à¤¤à¤ IP à¤Şà¤¤àà¤¤à¤ व à¤Şà‹à¤°àà¤Ÿ कàà¤°à¤à¤à¤‚क à¤¨à¤żà¤°àà¤—त करà¤." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty कंसà‹à¤²" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY कंसà‹à¤²à¤•à¤°à€à¤¤à¤ सà¤à¤§à¤¨ à¤¨à¤żà¤°àà¤—त करà¤." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न सà¤à¤§à¤¨ à¤¸à¤‚à¤Żàà¤•àà¤¤ करà¤" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "XML à¤Şà¤à¤¸à‚न सà¤à¤§à¤¨ à¤¸à¤‚à¤Żàà¤•àà¤¤ करà¤." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML à¤Ğà¤à¤‡à¤²" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "सà¤à¤§à¤¨ जà‹à¤Ħà¤: à¤Şà¤°àà¤Żà¤à¤Ż à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s सà¤à¤ à€ सà¤à¤§à¤¨ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न सà¤à¤§à¤¨ à¤µà¤żà¤Żàà¤•àà¤¤ करà¤" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "XML à¤Ğà¤à¤‡à¤²à¤Şà¤à¤¸à‚न सà¤à¤§à¤¨ à¤µà¤żà¤Żàà¤•àà¤¤ करà¤" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "सà¤à¤§à¤¨ à¤µà¤żà¤Żàà¤•àà¤¤ करà¤: à¤Şà¤°àà¤Żà¤à¤Ż à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s à¤Şà¤à¤¸à‚न सà¤à¤§à¤¨ à¤µà¤żà¤Żàà¤•àà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "अवàˆà¤§ संजà¤à¤³ संवà¤à¤Ĥà¤Şà¤Ÿ" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "à¤¨à¤µà¤żà¤¨ नà‡à¤Ÿà¤µà¤°àà¤• संवà¤à¤Ĥà¤Şà¤Ÿ जà‹à¤Ħà¤." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "संजà¤à¤³ संवà¤à¤Ĥà¤Şà¤Ÿ à¤Şàà¤°à¤•à¤à¤°" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "संजà¤à¤³ संवà¤à¤œà¤Şà¤Ÿà¤à¤šà‡ सàà¤¤àà¤°à‹à¤¤" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "लकàà¤·àà¤Ż संजà¤à¤³ नà¤à¤µ" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC à¤Şà¤¤àà¤¤à¤" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "संजà¤à¤³ संवà¤à¤Ĥà¤Şà¤Ÿ सà‹à¤Şà‡ करणàà¤Żà¤à¤¸à¤à¤ à€ सàà¤•àà¤°à€à¤Şàà¤Ÿ वà¤à¤Şà¤°à¤" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "'attach-interface' आà¤Ĥà‡à¤ĥà¤à¤¸ %s आधà¤à¤° नà¤à¤ıà€" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "संजà¤à¤³ संवà¤à¤Ĥà¤Şà¤Ÿ à¤µà¤żà¤Żàà¤•àà¤¤ करà¤" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "संजà¤à¤³ संवà¤à¤Ĥà¤Şà¤Ÿ à¤µà¤żà¤Żàà¤•àà¤¤ करà¤." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "संवà¤à¤Ĥà¤Şà¤Ÿà¤à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" -msgstr "%s à¤Şàà¤°à¤•à¤à¤° असलà‡à¤²à¤ संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "%s à¤Şàà¤°à¤•à¤à¤° असलà‡à¤²à¤ संवà¤à¤Ĥà¤Şà¤Ÿ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" -msgstr "%s MAC à¤Şà¤¤àà¤¤à¤ असलà‡à¤²à¤ संवà¤à¤Ĥà¤Şà¤Ÿ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "%s MAC à¤Şà¤¤àà¤¤à¤ असलà‡à¤²à¤ संवà¤à¤Ĥà¤Şà¤Ÿ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "à¤Ħà€à¤¸àà¤• सà¤à¤§à¤¨ जà‹à¤Ħà¤" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "à¤¨à¤µà¤żà¤¨ à¤Ħà€à¤¸àà¤• सà¤à¤§à¤¨ जà‹à¤Ħà¤." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "à¤Ħà€à¤¸àà¤• सà¤à¤§à¤¨à¤à¤šà‡ सàà¤¤àà¤°à‹à¤¤" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "à¤Ħà€à¤¸àà¤• सà¤à¤§à¤¨à¤à¤šà‡ लकàà¤·àà¤Ż" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "à¤Ħà€à¤¸àà¤• सà¤à¤§à¤¨à¤à¤šà‡ à¤Ħàà¤°à¤à¤‡à¤µà¤°" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "à¤Ħà€à¤¸àà¤• सà¤à¤§à¤¨à¤à¤šà‡ à¤‰à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤°" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "सà¤à¤§à¤¨à¤à¤šà‡ à¤à¤à¤§àà¤Żà¤ वà¤à¤šà¤¤ व à¤²à¤żà¤ıà€à¤¤ आà¤ıà‡" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "'attach-disk' आà¤Ĥà‡à¤ĥà¤à¤¸ %s चठआधà¤à¤° नà¤à¤ıà€" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "à¤Ħà€à¤¸àà¤• सà¤à¤§à¤¨ à¤µà¤żà¤Żàà¤•àà¤¤ करà¤" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "à¤Ħà€à¤¸àà¤• सà¤à¤§à¤¨ à¤µà¤żà¤Żàà¤•àà¤¤ करà¤." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "à¤Ħà€à¤¸àà¤• à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" -msgstr "%s लकàà¤·àà¤Ż असलà‡à¤²à¤ à¤Ħà€à¤¸àà¤• सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "%s लकàà¤·àà¤Ż असलà‡à¤²à¤ à¤Ħà€à¤¸àà¤• à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "init अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ सàà¤àƒà¤¤à€ calloc करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "à¤¨à¤żà¤·à¤•àà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° %s à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ" +msgstr "lvs आà¤Ĥà‡à¤ĥ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs आà¤Ĥà‡à¤ĥ एकàà¤œà€à¤Ÿà सàà¤à¤żà¤¤à€ %d à¤Ĥàà¤µà¤à¤°à‡ à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤²à¤à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤²à¤à¤¸à¤à¤ à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤²à¤à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संजà¤à¤²à¤à¤¸à¤à¤ à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संगàà¤°à¤ı करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨à¤¸à¤à¤ à€ वàà¤Żà‚à¤ıरचनठअवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż संगàà¤°à¤ı करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करà¤." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "à¤ıà‡ à¤¸à¤‚à¤µà¤à¤Ĥà€ à¤Ÿà¤°àà¤à¤żà¤¨à¤² सà‹à¤Ħà¤" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "आà¤Ĥà‡à¤ĥ '%s' लठ<%s> à¤Şà¤°àà¤Żà¤à¤Żà¤à¤šà€ गरज" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "आà¤Ĥà‡à¤ĥ '%s' लठ--%s à¤Şà¤°àà¤Żà¤à¤Żà¤à¤šà€ गरज" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "आà¤Ĥà‡à¤ĥ '%s' असàà¤¤à¤żà¤¤àà¤µà¤à¤¤ नà¤à¤ıà€" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6011,7 +6360,7 @@ msgstr "" "\n" " सà¤à¤°à¤à¤‚à¤ĥ\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6019,7 +6368,7 @@ msgstr "" "\n" " वरàà¤£à¤¨\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6027,55 +6376,53 @@ msgstr "" "\n" " à¤Şà¤°àà¤Żà¤à¤Ż\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "अवàà¤Żà¤à¤–àà¤Żà¤żà¤¤ à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "à¤Ħà‹à¤à‡à¤¨ '%s' à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "अवàà¤Żà¤à¤–àà¤Żà¤żà¤¤ संजà¤à¤³ नà¤à¤µ" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "संजà¤à¤³ '%s' à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "अवàà¤Żà¤à¤–àà¤Żà¤żà¤¤ संजà¤à¤³ नà¤à¤µ" +msgstr "अवàà¤Żà¤à¤–àà¤Żà€à¤¤ संगàà¤°à¤ı नà¤à¤µ" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "à¤Ħà‹à¤à‡à¤¨ '%s' à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı '%s' à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸à¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "अवàà¤Żà¤à¤–àà¤Żà¤żà¤¤ संजà¤à¤³ नà¤à¤µ" +msgstr "अवàà¤Żà¤à¤–àà¤Żà€à¤¤ खंà¤Ħ नà¤à¤µ" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "à¤Ħà‹à¤à‡à¤¨ '%s' à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "खंà¤Ħ '%s' à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6086,130 +6433,129 @@ msgstr "" "(वà‡à¤³: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "à¤ıरवलà‡à¤²à¤ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ टà‹à¤•à¤¨ (आà¤Ĥà‡à¤ĥ नà¤à¤µ): '%s'" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ टà‹à¤•à¤¨ (आà¤Ĥà‡à¤ĥ नà¤à¤µ): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ आà¤Ĥà‡à¤ĥ: '%s'" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ आà¤Ĥà‡à¤ĥ: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "आà¤Ĥà‡à¤ĥ '%s' à¤Şà¤°àà¤Żà¤à¤Ż --%s सà¤à¤°àà¤à¤żà¤¤ करत नà¤à¤ıà€" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "à¤…à¤Şà‡à¤•àà¤·à¤żà¤¤ सàà¤µà¤°à‚à¤Ş: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "संखàà¤Żà¤" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "ओळ" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤Ħà‡à¤Ÿà¤ '%s'" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤Ħà‡à¤Ÿà¤ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "à¤Şà¤°àà¤Żà¤à¤Ż" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "à¤à¤à¤ıà¤żà¤¤à€" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML à¤Ğà¤à¤‡à¤²" +msgstr "à¤Ğà¤à¤‡à¤²" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "à¤à¤à¤‚à¤Ĵलà‡" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "à¤ĥटà¤Ħà¤à¤‰à¤¨à¤à¤§àà¤Żà‡" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "à¤Ĵंà¤Ĥ करà¤" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "कàà¤°à…à¤ĥ झà¤à¤²à‡" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "ऑà¤Ğलà¤à¤‡à¤¨" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "वàˆà¤§ जà‹à¤Ħà¤£à€ à¤¨à¤à¤ıà€" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: चà‚क: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "चà‚क : " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d à¤Ĵà¤à¤‡à¤Ÿàà¤¸ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu à¤Ĵà¤à¤‡à¤Ÿàà¤¸ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "à¤ıà¤à¤‡à¤Şà¤°à¤µà¤à¤‡à¤œà¤°à¤²à¤ जà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤²à¤µà¤żà¤·à¤Żà€ à¤à¤à¤ıà¤żà¤¤à€ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "लà‰à¤— à¤à¤à¤°àà¤— à¤Ğà¤à¤‡à¤² नà¤à¤ıà€" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² उघà¤Ħà‚ à¤ĥकलठनà¤à¤ıà€. लà‰à¤— à¤Ğà¤à¤‡à¤²à¤šà¤ à¤à¤à¤°àà¤— à¤¤à¤Şà¤à¤¸à‚न à¤Şà¤ıà¤" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: लà‰à¤— à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" -msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤Şà¤à¤¸à‚न जà‹à¤Ħà¤£à€ à¤¤à‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤° à¤Şà¤à¤¸à‚न जà‹à¤Ħà¤£à€ à¤¤à‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6242,7 +6588,7 @@ msgstr "" "\n" " आà¤Ĥà‡à¤ĥ (असंवà¤à¤Ĥà€ à¤°à€à¤¤):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6252,12 +6598,12 @@ msgstr "" " (आà¤Ĥà‡à¤ĥà¤à¤µà¤żà¤·à¤Żà€ à¤¤à¤Şà¤ĥà€à¤²à¤à¤‚सà¤à¤ à€ à¤à¤Ĥत à¤Ĥरàà¤ĥवà¤)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "असà¤à¤°àà¤à¤żà¤¤ à¤Şà¤°àà¤Żà¤à¤Ż '-%c'. --help à¤Şà¤ıà¤." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6266,7 +6612,7 @@ msgstr "" "%s à¤à¤§àà¤Żà‡ सàà¤¸àà¤µà¤à¤—तà¤, आभà¤à¤¸à€à¤•à¤°à¤£ संवà¤à¤Ĥà€ à¤Ÿà¤°àà¤à¤żà¤¨à¤².\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6284,876 +6630,938 @@ msgstr "सàà¤šà¤¨à¤" msgid "error" msgstr "चà‚क" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "चà‚क संà¤Ĥà‡à¤ĥ à¤Şàà¤°à¤µà¤²à¤ नà¤à¤ıà€" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "अंतरàà¤—त चà‚क %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "अंतरàà¤—त चà‚क " -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "à¤ıàà¤Żà¤ कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€à¤¸ à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤•à¤°à€à¤¤à¤ आधà¤à¤° नà¤à¤ıà€" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤° à¤ıठकà¤à¤°àà¤Żà¤•àà¤°à¤à¤à¤¸ आधà¤à¤° à¤Ĥà‡à¤¤ नà¤à¤ıà€: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤°à¤²à¤ जà‹à¤Ħà‚ à¤ĥà¤•à¤²à‹ à¤¨à¤à¤ıà€" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s जà‹à¤Ħà‚ à¤ĥà¤•à¤²à‹ à¤¨à¤à¤ıà€" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "अवàˆà¤§ जà‹à¤Ħà¤£à€ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "अवàˆà¤§ जà‹à¤Ħà¤£à€ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक %s à¤à¤§àà¤Żà‡" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक %s à¤à¤§àà¤Żà‡" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "अवàˆà¤§ आरàà¤—àà¤Żà‚à¤à‡à¤‚ट à¤Żà¤à¤¤" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "अवàˆà¤§ आरàà¤—àà¤Żà‚à¤à‡à¤‚ट %s à¤à¤§àà¤Żà‡" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "कà¤à¤°àà¤Ż असà¤Ğल" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET कà¤à¤°àà¤Ż असà¤Ğल: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET कà¤à¤°àà¤Ż असà¤Ğल" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST कà¤à¤°àà¤Ż असà¤Ğल: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST कà¤à¤°àà¤Ż असà¤Ğल" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ HTTP चà‚क संकà‡à¤¤ %d à¤à¤żà¤³à¤à¤²à¤" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ HTTP चà‚क संकà‡à¤¤ %d à¤à¤żà¤³à¤à¤²à¤" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ à¤Żà¤œà¤à¤à¤¨ %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Żà¤œà¤à¤à¤¨ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ à¤Żà¤œà¤à¤à¤¨" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤Żà¤œà¤à¤à¤¨" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr à¤²à¤ à¤¸à¤żà¤°à€à¤Żà¤²à¤à¤‡à¤œ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr à¤²à¤ à¤¸à¤żà¤°à€à¤Żà¤²à¤à¤‡à¤œ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤° à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ वà¤à¤Şà¤°à‚ à¤ĥà¤•à¤²à‹ à¤¨à¤à¤ıà€" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen à¤ıà¤à¤Żà¤Şà¤°à¤µà¤à¤Żà¤œà¤° à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ %s वà¤à¤Şà¤°à‚ à¤ĥà¤•à¤²à‹ à¤¨à¤à¤ıà€" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen सàà¤Ÿà‹à¤°à¤²à¤ जà‹à¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen सàà¤Ÿà‹à¤° %s लठजà‹à¤Ħà¤¤à¤ à¤†à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d à¤…à¤Şà¤Żà¤ĥà€" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ OS à¤Şàà¤°à¤•à¤à¤°" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "à¤ıरवलà‡à¤²à€ करàà¤¨à¤² à¤à¤à¤ıà¤żà¤¤à€" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€ %s à¤à¤§àà¤Żà‡" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤° %s सà¤à¤ à€" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "à¤ıरवलà‡à¤²à€ लकàà¤·àà¤Ż à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "à¤ıरवलà‡à¤²à€ लकàà¤·àà¤Ż à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤° %s सà¤à¤ à€" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "à¤ıरवलà‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤à¤à¤ıà¤żà¤¤à€" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "à¤ıरवलà‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤à¤à¤ıà¤żà¤¤à€ %s à¤à¤§àà¤Żà‡" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "à¤ıरवलà‡à¤²à€ कà¤à¤°àà¤Żà¤•à¤à¤°à€ à¤Şàà¤°à¤£à¤à¤²à€ à¤à¤à¤ıà¤żà¤¤à€" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "à¤ıरवलà‡à¤²à€ कà¤à¤°àà¤Żà¤•à¤à¤°à€ à¤Şàà¤°à¤£à¤à¤²à€ à¤à¤à¤ıà¤żà¤¤à€ %s à¤à¤§àà¤Żà‡" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "à¤ıरवलà‡à¤²à€ à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "à¤ıरवलà‡à¤²à€ à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€ %s à¤à¤§àà¤Żà‡" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "खà‚à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤° नà‹à¤‚à¤Ĥवलà‡à¤²à‡" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "खà‚à¤Ş à¤Ħàà¤°à¤à¤‡à¤µà¤° नà‹à¤‚à¤Ĥवलà‡à¤²à‡ %s à¤à¤§àà¤Żà‡" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "लà¤à¤Żà¤Ĵàà¤°à¤°à€ कà‰à¤² à¤…à¤Şà¤Żà¤ĥà€, à¤Ĵà¤ıàà¤Ĥठसà¤à¤°àà¤à¤żà¤¤ नसà¤à¤µà¤" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "लà¤à¤Żà¤Ĵàà¤°à¤°à€ कà‰à¤² %s à¤…à¤Şà¤Żà¤ĥà€, à¤Ĵà¤ıàà¤Ĥठसà¤à¤°àà¤à¤żà¤¤ नसà¤à¤µà¤" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML वरàà¤£à¤¨ वàà¤Żà¤µà¤¸àà¤à¤żà¤¤ न à¤Ĵनलà‡à¤²à‡ à¤•à¤żà¤‚à¤µà¤ à¤…à¤µàˆà¤§" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "XML वरàà¤£à¤¨ %s सà¤à¤ à€ वàà¤Żà¤µà¤¸àà¤à¤żà¤¤ न à¤Ĵनलà‡à¤²à‡ à¤•à¤żà¤‚à¤µà¤ à¤…à¤µàˆà¤§" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "à¤ıà€ à¤Ħà‹à¤à‡à¤¨ आधà€à¤š असàà¤¤à¤żà¤¤àà¤µà¤à¤¤" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "à¤Ħà‹à¤à‡à¤¨ %s आधà€à¤š असàà¤¤à¤żà¤¤àà¤µà¤à¤¤" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "कà¤à¤°àà¤Ż à¤Ğकàà¤¤ वà¤à¤šà¤£àà¤Żà¤à¤œà‹à¤—àà¤Żà¤ à¤Şàà¤°à¤µà‡à¤ĥà¤à¤¸à¤à¤ à€ à¤¨à¤żà¤·à¤żà¤Ĥàà¤§" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "कà¤à¤°àà¤Ż %s à¤Ğकàà¤¤ वà¤à¤šà¤£àà¤Żà¤à¤œà‹à¤—àà¤Żà¤ à¤Şàà¤°à¤µà‡à¤ĥà¤à¤¸à¤à¤ à€ à¤¨à¤żà¤·à¤żà¤Ĥàà¤§" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² वà¤à¤šà¤£àà¤Żà¤à¤¸à¤à¤ à€ उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² वà¤à¤šà¤£àà¤Żà¤à¤¸à¤à¤ à€ उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "%s वà¤à¤šà¤£àà¤Żà¤à¤¸à¤à¤ à€ उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² %s वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ " - -#: src/virterror.c:610 -msgid "failed to parse configuration file" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥ" - -#: src/virterror.c:612 -#, c-format -msgid "failed to parse configuration file %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² %s à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥ" - -#: src/virterror.c:616 -msgid "configuration file syntax error" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Żà¤°à¤šà¤¨à¤ चà‚क" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² %s वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ " #: src/virterror.c:618 -#, c-format -msgid "configuration file syntax error: %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Żà¤°à¤šà¤¨à¤ चà‚क: %s" +msgid "failed to parse configuration file" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥ" -#: src/virterror.c:622 -msgid "failed to write configuration file" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤" +#: src/virterror.c:620 +#, c-format +msgid "failed to parse configuration file %s" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² %s à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥ" #: src/virterror.c:624 +msgid "configuration file syntax error" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Żà¤°à¤šà¤¨à¤ चà‚क" + +#: src/virterror.c:626 +#, c-format +msgid "configuration file syntax error: %s" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Żà¤°à¤šà¤¨à¤ चà‚क: %s" + +#: src/virterror.c:630 +msgid "failed to write configuration file" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤" + +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "वà¤à¤šà¤•à¤à¤•à¤Ħà‚न तàà¤°à‚टà€" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "à¤Żà¤à¤¤à€à¤² अवàˆà¤§ संजà¤à¤³ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s à¤à¤§à€à¤² अवàˆà¤§ संजà¤à¤³ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "à¤ıठसंजà¤à¤³ à¤Şà¤ıà¤żà¤²à‡à¤Şà¤à¤¸à‚नच असàà¤¤à€à¤¤àà¤µà¤à¤¤ आà¤ıà‡" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "%s संजà¤à¤³ à¤Şà¤ıà¤żà¤²à‡à¤Şà¤à¤¸à‚नच असàà¤¤à€à¤¤àà¤µà¤à¤¤ आà¤ıà‡" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "à¤Şàà¤°à¤£à¤à¤²à€à¤•à¤Ħà‚न à¤ıà¤à¤• à¤Ĥà‡à¤¤à‡à¤µà‡à¤³à€ तàà¤°à‚टà€" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC तàà¤°à‚टà€" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS तरàà¤Ğà‡ à¤ıà¤à¤• à¤Ĥà‡à¤¤à‡à¤µà‡à¤³à€ तàà¤°à‚टà€" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" -msgstr "कàà¤·à‡à¤¤àà¤° सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" -msgstr "कàà¤·à‡à¤¤àà¤° सà¤à¤Şà¤Ħलठनà¤à¤ıà€: %s" +msgstr "कàà¤·à‡à¤¤àà¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" +msgstr "संजà¤à¤³ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€: %s" +msgstr "संजà¤à¤³ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s" -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "अवàˆà¤§ MAC à¤Şà¤¤àà¤¤à¤" -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "अवàˆà¤§ MAC à¤Şà¤¤àà¤¤à¤: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤…à¤Şà¤Żà¤ĥà€" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" - -#: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€: %s" - -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€" - #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "संजà¤à¤³ सà¤à¤Şà¤Ħलठनà¤à¤ıà€: %s" +msgid "Storage pool not found" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "à¤Żà¤à¤¤à€à¤² अवàˆà¤§ संजà¤à¤³ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%s à¤à¤§à€à¤² अवàˆà¤§ संजà¤à¤³ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक" +msgid "Storage volume not found" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "à¤Żà¤à¤¤à€à¤² अवàˆà¤§ संजà¤à¤³ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%s à¤à¤§à€à¤² अवàˆà¤§ संजà¤à¤³ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक" +msgid "invalid storage pool pointer in" +msgstr "अवàˆà¤§ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤Şà‰à¤ˆà¤¨àà¤Ÿà¤°" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%s अंतरàà¤—त अवàˆà¤§ à¤¸à¤‚à¤šà¤Żà¤¨ संगàà¤°à¤ı à¤Şà‰à¤ˆà¤¨àà¤Ÿà¤°" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" +msgid "invalid storage volume pointer in" +msgstr "अवàˆà¤§ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şà‰à¤ˆà¤¨àà¤Ÿà¤°" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%s अंतरàà¤—त अवàˆà¤§ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şà‰à¤ˆà¤¨àà¤Ÿà¤°" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "संगàà¤°à¤ı à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "संगàà¤°à¤ı à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "संगàà¤°à¤ı à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "संगàà¤°à¤ı à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "अवàˆà¤§ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şà‰à¤ˆà¤¨àà¤Ÿà¤°" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक %s à¤à¤§àà¤Żà‡" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "सà¤à¤§à¤¨ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "सà¤à¤§à¤¨ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Ÿà¤¤ आà¤ıà‡" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "संजà¤à¤³ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ '%s' वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€ à¤†à¤˘à¤³à¤²à€: %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Żà¤à¤Ĥà€ à¤•à¤°à€à¤¤à¤ सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "संजà¤à¤³ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ '%s' वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€ à¤†à¤˘à¤³à¤²à€: %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "à¤ĥàà¤°à‡à¤Ż à¤¨à¤żà¤Żà¤‚à¤¤àà¤°à¤• à¤àà¤²àà¤Ż गàà¤£à¤§à¤°àà¤ (%d) à¤à¤°àà¤Żà¤à¤Ĥà‡à¤šàà¤Żà¤ (1-65535) à¤Şà¤²à€à¤•à¤Ħà‡ à¤—à‡à¤²à¤ आà¤ıà‡" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "à¤ĥàà¤°à‡à¤Ż à¤¨à¤żà¤Żà¤‚à¤¤àà¤°à¤• कà…à¤Şà¤ĥन गàà¤£à¤§à¤°àà¤ (%d) à¤à¤°àà¤Żà¤à¤Ĥà‡à¤šàà¤Żà¤ (0-65535) à¤Şà¤²à€à¤•à¤Ħà‡ à¤—à‡à¤²à¤ आà¤ıà‡" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤µà¤à¤Ÿà¤¤ आà¤ıà‡" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "सà‰à¤•à‡à¤Ÿ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "Xen सàà¤Ÿà‹à¤°à¤ĥà€ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "xend à¤ĥà€ à¤œàà¤³à¤µà¤£à€ सàà¤à¤à¤Şà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen à¤Ħà€à¤à¤¨à¤Şà¤à¤¸à‚न वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şàà¤¨àà¤ıठचà¤à¤²à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "xend_get: xen à¤Ħà€à¤à¤¨ à¤Şà¤à¤¸à‚न तàà¤°àà¤Ÿà€ à¤†à¤˘à¤³à¤²à€: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen à¤Ħà€à¤à¤¨ à¤Şà¤à¤¸à‚न तàà¤°àà¤Ÿà€ à¤†à¤˘à¤³à¤²à€: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "à¤¨à¤µà¤żà¤¨ à¤Ĵà¤Ğर वà¤à¤Ÿà¤¤ आà¤ıà‡" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "gethostbyname à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "urlencode S-Expr à¤¨à¤żà¤°àà¤à¤à¤£ à¤•à¤°à¤£à‡ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, domid à¤ıरवलà‡à¤²à¤" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Żà‹à¤—àà¤Ż domid सà¤à¤‚खàà¤Żà€à¤• नà¤à¤ıà€" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, uuid à¤ıरवलà‡à¤²à¤" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, नà¤à¤µ à¤ıरवलà‡à¤²à‡" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, नà¤à¤µ à¤ıरवलà‡à¤²à‡" +msgstr "कàà¤·à‡à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, HVM à¤Ĥà¤à¤–लकरàà¤¤à¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "कàà¤·à‡à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, करàà¤¨à¤² व à¤Ĵà‚ट à¤Ĥà¤à¤–लक सà¤à¤Şà¤Ħत नà¤à¤ıà€" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ char सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤°" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ char सà¤à¤§à¤¨ अकàà¤·à¤°à¤à¤à¤³à¤" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "सà¤à¤§à¤¨ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ करà€à¤¤à¤ सàà¤àƒà¤¤à€ à¤†à¤˘à¤³à¤²à€ à¤¨à¤à¤ıà€" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ char सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤°" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, vbd लठdev नà¤à¤ıà€" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रà€. vbd लठकà‹à¤£à¤¤à¤à¤ıà€ src नà¤à¤ıà€" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€, à¤ıरवलà‡à¤²à‡ à¤Ħàà¤°à¤à¤‡à¤µà¤° नà¤à¤µ" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€, à¤ıरवलà‡à¤²à¤ à¤Ħàà¤°à¤à¤‡à¤µà¤° à¤Şàà¤°à¤•à¤à¤°" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "अवàˆà¤§ MAC à¤Şà¤¤àà¤¤à¤: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤…à¤§à¤żà¤Şàà¤°à¤à¤à¤£à¤¨ à¤Şàà¤°à¤•à¤à¤° '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "कàà¤·à‡à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, id सà¤à¤Şà¤Ħत नà¤à¤ıà€" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ OS à¤Şàà¤°à¤•à¤à¤° %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "रचà¤à¤¨à¤à¤¤àà¤à¤• à¤à¤à¤ıà¤żà¤¤à€ à¤µà¤à¤šà¤£àà¤¸à¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "à¤°à¤šà¤¨à¤ à¤¨à¤żà¤Żà¤à¤à¤µà¤²à€ तàà¤°à‚टà€" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName à¤ıà‡ à¤•àà¤·à‡à¤¤àà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤¨à¤żà¤²à¤‚à¤Ĵà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "संगàà¤°à¤ı %s à¤Ĵà¤żà¤²àà¤Ħà à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" +msgstr "असà¤à¤°àà¤à€à¤¤ इनàà¤Şàà¤Ÿ सà¤à¤§à¤¨ à¤Şàà¤°à¤•à¤à¤° %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart à¤ıà‡ à¤•àà¤·à‡à¤¤àà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonSetAutostart à¤ıà‡ à¤•àà¤·à‡à¤¤àà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" +msgstr "on_xend_start à¤Şà¤à¤¸à‚न à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤àà¤²àà¤Ż" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "नà‹à¤Ħ सàà¤àƒà¤¤à€" +msgstr "सàà¤àƒà¤¤à€ नà¤à¤ıà€" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल" +msgstr "sexpr2string à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s अवàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "sexpr à¤Şàà¤¨àà¤ıवàà¤Żà¤à¤–àà¤Żà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "sexpr अंतरàà¤—त on_xend_start à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +msgstr "gethostname à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "à¤Żà¤œà¤à¤à¤¨à¤à¤šà‡ नà¤à¤µ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "strdup à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ à¤…à¤Şà¤Żà¤ĥà€: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen सàà¤à¤à¤¨à¤à¤‚तरनवà‡à¤³à€ कàà¤·à‡à¤¤àà¤°à¤šà‡ à¤Şàà¤¨àà¤ıनà¤à¤à¤à¤‚कन करà€à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤µà¤żà¤¤ " +"नà¤à¤ıà€" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen सàà¤à¤à¤¨à¤à¤‚तरनवà‡à¤³à€ à¤Ĵà…नàà¤Ħà¤µà¤żà¤Ħà¤à à¤à¤°àà¤Żà¤à¤Ĥठकरà€à¤¤à¤ सà¤à¤°àà¤à¤¨ à¤Şàà¤°à¤µà¤żà¤¤ नà¤à¤ıà€" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: असà¤à¤°àà¤à€à¤¤ à¤Ĵà¤à¤Ĵ" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: अवàˆà¤§ URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" -msgstr "" +msgstr "xenDaemonDomainMigrate: à¤Ğकàà¤¤ xenmigr:// सàà¤à¤à¤¨à¤à¤‚तरन Xen à¤Ĥàà¤µà¤à¤°à‡ सà¤à¤°àà¤à€à¤¤ कà‡à¤²à‡ जà¤à¤¤à‡" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: URI अंतरàà¤—त à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥà€à¤¤ कà‡à¤²à‡ à¤Şà¤à¤ıà¤żà¤œà‡" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: अवàˆà¤§ à¤Şà‹à¤°àà¤Ÿ कàà¤°à¤à¤à¤‚क" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "कàà¤·à‡à¤¤àà¤° वरàà¤£à¤¨ वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "à¤¨à¤żà¤·à¤•àà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° %s à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4 अंतरàà¤—त सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, नà¤à¤µ à¤ıरवलà‡à¤²à‡" +msgstr "नà‹à¤Ħ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şàà¤°à‡, वà‡à¤³à¤¨à¤żà¤Żà¤‚तàà¤°à¤• नà¤à¤µ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ वà‡à¤³à¤¨à¤żà¤Żà¤‚तàà¤°à¤•" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "à¤Żà¤œà¤à¤à¤¨à¤à¤šà‡ नà¤à¤µ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "वà‡à¤³à¤¨à¤żà¤Żà¤‚तàà¤°à¤• नà¤à¤µ à¤Şàà¤°à¤à¤Şàà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, uuid à¤ıरवलà‡à¤²à¤" +msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, cpu_weight à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "à¤Ħà‹à¤à‡à¤¨ à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şà‚रàà¤£, uuid à¤ıरवलà‡à¤²à¤" +msgstr "कàà¤·à‡à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€ à¤…à¤Şàà¤°à‡, cpu_cap à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "dom0 करà€à¤¤à¤ domainBlockPeek सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: अवàˆà¤§ à¤à¤à¤°àà¤—" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "अवàˆà¤§ आरàà¤—àà¤Żà‚à¤à‡à¤‚ट %s à¤à¤§àà¤Żà‡" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "%s वà¤à¤šà¤£àà¤Żà¤à¤¸à¤à¤ à€ उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +msgstr "à¤Ğà¤à¤‡à¤² à¤Şà¤à¤¸à‚न lseek à¤•à¤żà¤‚à¤µà¤ à¤µà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ mime à¤Şàà¤°à¤•à¤à¤°" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "असà¤à¤°àà¤à€à¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ खंà¤Ħ à¤Şàà¤°à¤•à¤à¤° %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "नà‹à¤Ħ à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€" +msgstr "HVM कàà¤·à‡à¤¤àà¤° à¤Ĥà¤à¤–लकरàà¤¤à¤ नà¤à¤ıà€" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "लà¤à¤Żà¤Ĵàà¤°à¤°à€ कà‰à¤² à¤…à¤Şà¤Żà¤ĥà€, à¤Ĵà¤ıàà¤Ĥठसà¤à¤°àà¤à¤żà¤¤ नसà¤à¤µà¤" +msgstr "ai_socktype सà¤à¤°àà¤à€à¤¤ नà¤à¤ıà€" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² वà¤à¤•àà¤Żà¤°à¤šà¤¨à¤ चà‚क: %s" +msgstr "सà¤Ĥà‹à¤·à€à¤¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² अंतरàà¤—त UUID" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "नà¤à¤µ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ĵà¤à¤Ĵ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "à¤Ğà¤à¤‡à¤² '%s' à¤šà€ à¤¸àà¤à¤żà¤¤à€ à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ अकàà¤·à¤: %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" +msgstr "on_xend_start à¤Şà¤à¤¸à‚न à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤àà¤²àà¤Ż" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" +msgstr "on_xend_start à¤Şà¤à¤¸à‚न à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤àà¤²àà¤Ż" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" +msgstr "on_xend_start à¤Şà¤à¤¸à‚न à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤àà¤²àà¤Ż" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" -msgstr "à¤Ğकàà¤¤-वà¤à¤šà¤¨ जà‹à¤Ħणà€" +msgstr "à¤Ğकàà¤¤ वà¤à¤šà¤£à¤œà‹à¤—à€ जà‹à¤Ħणà€" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤" +msgstr "à¤¨à¤żà¤·àà¤•àà¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° नà¤à¤ıà€" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +msgstr "कàà¤·à‡à¤¤àà¤° करà€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "कàà¤·à‡à¤¤àà¤°à¤¸à¤à¤ à€ खà‹à¤Ħà‚न à¤Şàà¤¨àà¤ıà¤ à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤•à¤°à€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ à¤Şàà¤¨àà¤ı à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "कàà¤·à‡à¤¤àà¤°à¤¸à¤à¤ à€ खà‹à¤Ħà‚न à¤Şàà¤¨àà¤ıà¤ à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤•à¤°à€à¤¤à¤ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ नà‹à¤‚à¤Ĥà¤£à€ à¤Şàà¤¨àà¤ı à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "à¤Ħà‹à¤à‡à¤¨ %s à¤Şà¤à¤¸à‚न à¤Şàà¤¨à¤ƒà¤°à¤•àà¤·à¤żà¤¤ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ नकàà¤·à¤ à¤Şà¤à¤¸à‚न जàà¤¨à‡ कàà¤·à‡à¤¤àà¤° कà¤à¤˘à‚न टà¤à¤•à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² नà¤à¤µ खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "config" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "सधàà¤Żà¤à¤šà‡ सàà¤àƒà¤¤à€ आकà¤à¤° à¤¤à¤Şà¤à¤¸à‚न à¤Şà¤à¤ıणàà¤Żà¤à¤¸ असà¤à¤°àà¤" +msgstr "वरàà¤¤à¤à¤à¤¨ वà‡à¤³ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² %s वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ " +msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² à¤ıà…नàà¤Ħà¤²à à¤¸à¤‚à¤šà¤Żà€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "à¤…à¤Şà¤°à¤żà¤šà¤żà¤¤ OS à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ सà¤à¤§à¤¨" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ à¤²à¤żà¤‚à¤• '%s' कà¤à¤˘à‚न टà¤à¤•à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "लà‰à¤—à¤Ğà¤à¤‡à¤² à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ %s à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "लà‰à¤—à¤Ğà¤à¤‡à¤² à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ %s à¤…à¤Şà¤Żà¤ĥà€: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString() करà€à¤¤à¤ अवàˆà¤§ à¤Ĵà¤à¤Ĵ" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber() करà€à¤¤à¤ अवàˆà¤§ à¤Ĵà¤à¤Ĵ" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean() करà€à¤¤à¤ अवàˆà¤§ à¤Ĵà¤à¤Ĵ" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode() करà€à¤¤à¤ अवàˆà¤§ à¤Ĵà¤à¤Ĵ" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet() करà€à¤¤à¤ अवàˆà¤§ à¤Ĵà¤à¤Ĵ" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "सàà¤Ÿàà¤°à€à¤‚ग à¤…à¤°à‡ à¤µà¤à¤Ÿà¤" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "à¤à‚लàà¤Ż à¤…à¤°à‡ à¤µà¤à¤Ÿà¤Ş करà¤" +msgstr "à¤àà¤²àà¤Żà¤šà‡ वà¤à¤Ÿà¤Ş करà¤" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7161,20 +7569,19 @@ msgstr "नà‹à¤Ħ à¤à¤œà¤•à‚र à¤Şàà¤°à¤¤à¤żà¤²à¤żà¤Şà€ करत आà¤ı #: src/xmlrpc.c:162 msgid "allocate value array" -msgstr "à¤à‚लàà¤Ż à¤…à¤°à‡ à¤µà¤à¤Ÿà¤Ş करà¤" +msgstr "à¤àà¤²àà¤Ż à¤…à¤°à‡ à¤µà¤à¤Ÿà¤Ş करà¤" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "à¤¨à¤µà¤żà¤¨ संà¤Ĥरàà¤­ वà¤à¤Ÿà¤Ş" +msgstr "à¤Ħà¤żà¤•àà¤Ÿà¤šà‡ वà¤à¤Ÿà¤Ş करà¤" #: src/xmlrpc.c:196 msgid "unexpected dict node" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤Ħà¤żà¤•àà¤Ÿ नà‹à¤Ħ" #: src/xmlrpc.c:267 msgid "unexpected value node" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ à¤à‚लàà¤Ż नà‹à¤Ħ" #: src/xmlrpc.c:427 msgid "send request" @@ -7182,7 +7589,7 @@ msgstr "à¤µà¤żà¤¨à¤‚à¤¤à€ à¤Şà¤à¤ à¤µà¤" #: src/xmlrpc.c:433 msgid "unexpected mime type" -msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" +msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à€à¤¤ mime à¤Şàà¤°à¤•à¤à¤°" #: src/xmlrpc.c:439 msgid "allocate response" @@ -7192,6 +7599,10 @@ msgstr "à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ वà¤à¤Ÿà¤Ş" msgid "read response" msgstr "à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ वà¤à¤šà¤" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "सàà¤Ÿàà¤°à€à¤‚ग à¤…à¤°à‡ à¤µà¤à¤Ÿà¤" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "सà‡à¤µà¤• à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ à¤•à¤°à¤£à‡ à¤…à¤¸à¤Ğल" @@ -7200,306 +7611,376 @@ msgstr "सà‡à¤µà¤• à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ à¤µà¤żà¤ĥàà¤²à‡à¤·à¤żà¤¤ कर msgid "allocate new context" msgstr "à¤¨à¤µà¤żà¤¨ संà¤Ĥरàà¤­ वà¤à¤Ÿà¤Ş" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen सàà¤Ÿà‹à¤°à¤ĥà€ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#~ msgid "blocked" -#~ msgstr "अà¤Ħवलà‡à¤²à‡" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "लकàà¤·àà¤Ż सà¤à¤§à¤¨à¤à¤šà¤ à¤Şàà¤°à¤•à¤à¤°" +msgid "failed to allocate activeDomainList" +msgstr "सकàà¤°à€à¤Ż à¤Ħà‹à¤à‡à¤¨ à¤Żà¤à¤Ĥà€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "लकàà¤·àà¤Ż संजà¤à¤³ नà¤à¤µ" +msgid "failed to allocate xsWatchList" +msgstr "ostype करà€à¤¤à¤ à¤à‹à¤•à¤³à€ जà¤à¤—à¤à¤šà‡ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "सधàà¤Żà¤à¤šà‡ सàà¤àƒà¤¤à€ आकà¤à¤° à¤¤à¤Şà¤à¤¸à‚न à¤Şà¤à¤ıणàà¤Żà¤à¤¸ असà¤à¤°àà¤" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "संगàà¤°à¤ı à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच सकàà¤°à€à¤Ż" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Ÿà¤¤ आà¤ıà‡" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "संकà‡à¤¤ %d à¤Şàà¤°à¤à¤Şàà¤¤ झà¤à¤²à‡, à¤Ħàà¤°à¤à¤‡à¤µà¤° सकàà¤°à€à¤Ż करत आà¤ıà‡" + +#~ msgid "allocating conn->name" +#~ msgstr "जàà¤³à¤µà¤£à€->नà¤à¤µ à¤Żà¤à¤šà‡ वà¤à¤Ÿà¤Ş करत आà¤ıà‡" + +#~ msgid "missing filesystem type" +#~ msgstr "à¤Ğà¤à¤‡à¤²à¤Şàà¤°à¤£à¤à¤²à€ à¤Şàà¤°à¤•à¤à¤° à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#~ msgid "empty or invalid mount source" +#~ msgstr "à¤°à¤żà¤•à¤à¤à‡ à¤•à¤żà¤‚à¤µà¤ à¤…à¤µàˆà¤§ आरà‹à¤ıन सàà¤¤àà¤°à‹à¤¤" + #~ msgid "missing mount target" -#~ msgstr "à¤ıरवलà‡à¤²à€ लकàà¤·àà¤Ż à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +#~ msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ आरà‹à¤ıन लकàà¤·àà¤Ż" + +#~ msgid "empty or invalid mount target" +#~ msgstr "à¤°à¤żà¤•à¤à¤à‡ à¤•à¤żà¤‚à¤µà¤ à¤…à¤µàˆà¤§ आरà‹à¤ıन लकàà¤·àà¤Ż" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "संजà¤à¤³à¤šà‡ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" +#~ msgstr "uuid à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "अवàˆà¤§ आरàà¤—àà¤Żà‚à¤à‡à¤‚ट à¤Żà¤à¤¤" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +#~ msgstr "अवàˆà¤§ à¤•à¤żà¤‚à¤µà¤ à¤¨ à¤†à¤˘à¤³à¤²à‡à¤²à‡ init घटक" + +#~ msgid "init string too long" +#~ msgstr "init अकàà¤·à¤°à¤à¤à¤³à¤ खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "कà…à¤Şà¤šà‡ अवàˆà¤§ à¤àà¤²àà¤Ż" +#~ msgstr "अवàˆà¤§ सàà¤àƒà¤¤à€ à¤àà¤²àà¤Ż" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +#~ msgstr "अवàˆà¤§ रà‚ट घटक" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "à¤ıरवलà‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤à¤à¤ıà¤żà¤¤à€" +#~ msgstr "न à¤†à¤˘à¤³à¤²à‡à¤²à‡ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤°" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" +#~ msgstr "अवàˆà¤§ कàà¤·à‡à¤¤àà¤° id" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "सकàà¤°à€à¤Ż VM à¤Żà¤à¤‚स नà¤à¤µ %s सà¤ı à¤Şàà¤¨àà¤ıवàà¤Żà¤à¤–àà¤Żà€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "कंटà‡à¤¨à¤° à¤Şà¤Ĥàà¤§à¤¤à€ à¤¤à¤Şà¤à¤¸à¤¤à‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€ à¤†à¤˘à¤³à¤²à€: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s à¤Şà¤à¤¸à‚न संजà¤à¤³ à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤¸à¤‚à¤šà¤Żà€à¤•à¤ %s उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +#~ msgstr "lxc सàà¤à¤żà¤¤à€ à¤¸à¤‚à¤šà¤Żà€à¤•à¤ %s à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² à¤à¤à¤°àà¤— à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² %s à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +#~ msgstr " tty pid à¤Ğà¤à¤‡à¤² %s fdopen à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² %s à¤²à¤żà¤ıà‚ à¤ĥकत नà¤à¤ıà€: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² %s उघà¤Ħà‚ à¤ĥकत नà¤à¤ıà€: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤: %s" +#~ msgstr "tty pid à¤Ğà¤à¤‡à¤² %s वà¤à¤šà‚ à¤ĥकत नà¤à¤ıà€: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "%s चà¤à¤²à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" +#~ msgstr "execl init कà¤à¤°àà¤Żà¤à¤¨àà¤µà€à¤¤ à¤•à¤°à‚ à¤ĥकलठनà¤à¤ıà€: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "सधàà¤Żà¤à¤šà‡ सàà¤àƒà¤¤à€ आकà¤à¤° à¤¤à¤Şà¤à¤¸à‚न à¤Şà¤à¤ıणàà¤Żà¤à¤¸ असà¤à¤°àà¤" +#~ msgstr "vm tty नà¤à¤µ करà€à¤¤à¤ à¤¸à¤‚à¤šà¤Żà¤¨ à¤Şàà¤°à¤à¤Şàà¤¤ à¤•à¤°à‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +#~ msgstr "posix_openpt à¤…à¤Şà¤Żà¤ĥà€: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +#~ msgstr "ptsname_r à¤…à¤Şà¤Żà¤ĥà€: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +#~ msgstr "epoll_ctl(fd2) à¤…à¤Şà¤Żà¤ĥà€: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "%s वà¤à¤šà¤£àà¤Żà¤à¤¸à¤à¤ à€ उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "tty à¤Ğà‰à¤°à¤µà¤°àà¤Ħà€à¤‚ग कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€à¤¸ à¤µà¤żà¤­à¤à¤œà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +#~ msgstr "SIGTERM à¤Şà¤à¤ à¤µà¤żà¤£à‡ à¤…à¤Şà¤Żà¤ĥà€: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +#~ msgstr "tty कà¤à¤°àà¤Żà¤Şà¤Ĥàà¤§à¤¤à€ करà€à¤¤à¤ SIGKILL à¤Şà¤à¤ à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ %s सàà¤°à‚ करणàà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "tty %d करà€à¤¤à¤ à¤Şàà¤°à¤¤à¤żà¤•àà¤·à¤ करतà‡à¤µà‡à¤³à€ waitpid à¤…à¤Şà¤Żà¤ĥà€ à¤à¤à¤²à‡: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "कà¤à¤°àà¤Ż असà¤Ğल: %s" +#~ msgstr "SIGKILL à¤Şà¤à¤ à¤µà¤żà¤£à‡ à¤…à¤Şà¤Żà¤ĥà€: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "à¤ıरवलà‡à¤²à€ लकàà¤·àà¤Ż à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "id '%s' सà¤à¤à¤µà¤żà¤·àà¤Ÿà€à¤¤ सकàà¤°à€à¤Ż OPENVZ VMid अंतरàà¤—त à¤†à¤§à¤żà¤Şà¤à¤¸à‚नच तàà¤°àà¤Ÿà€ à¤†à¤˘à¤³à¤²à€" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "à¤ıरवलà‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤à¤à¤ıà¤żà¤¤à€" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "à¤ıरवलà‡à¤²à€ à¤Ħà‹à¤à‡à¤¨ नà¤à¤ à¤à¤à¤ıà¤żà¤¤à€" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" +#~ msgstr "अवàˆà¤§ कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° गàà¤£à¤µà¤żà¤ĥà‡à¤·" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" +#~ msgstr "अवàˆà¤§ कàà¤·à‡à¤¤àà¤° नà¤à¤µ" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID तàà¤°àà¤Ÿà€ (इनàà¤Ÿà€à¤œà¤° 100 à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ असà¤à¤Żà¤²à¤ à¤ıवà‡" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ xml à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² '%s' अंतरàà¤—त IP à¤Şà¤¤àà¤¤à¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress लà¤à¤‚à¤Ĵà€ à¤–à‚à¤Şà¤Ÿ लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' à¤à¤à¤‚à¤Ħà¤£à€ à¤•à¤°à€à¤¤à¤ सàà¤àƒà¤¤à€ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ xml à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² '%s' अंतरàà¤—त नà‡à¤Ÿà¤à¤à¤¸àà¤• à¤Şà¤¤àà¤¤à¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#~ msgid "netmask length too long" +#~ msgstr "नà‡à¤Ÿà¤à¤à¤¸àà¤• लà¤à¤‚à¤Ĵà€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ xml à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² '%s' अंतरàà¤—त à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#~ msgid "hostname length too long" +#~ msgstr "à¤Żà¤œà¤à¤à¤¨à¤¨à¤à¤µ लà¤à¤‚à¤Ĵà€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ xml à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² '%s' अंतरàà¤—त गà‡à¤Ÿà¤µà‡ à¤Şà¤¤àà¤¤à¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#~ msgid "gateway length too long" +#~ msgstr "गà‡à¤Ÿà¤µà‡ लà¤à¤‚à¤Ĵà€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "à¤Şàà¤°à¤µà¤żà¤·àà¤Ÿ xml à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² '%s' अंतरàà¤—त नà¤à¤µà¤¸à¤°àà¤µà¤° à¤Şà¤¤àà¤¤à¤ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" + +#~ msgid "nameserver length too long" +#~ msgstr "नà¤à¤µà¤¸à¤°àà¤µà¤°à¤šà€ लà¤à¤‚à¤Ĵà€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' à¤à¤à¤‚à¤Ħà¤£à€ à¤•à¤°à€à¤¤à¤ सàà¤àƒà¤¤à€ à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#~ msgid "profile length too long" +#~ msgstr "à¤Şàà¤°à‹à¤Ğà¤à¤‡à¤² लà¤à¤‚à¤Ĵà€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "à¤à‚लàà¤Ż à¤…à¤°à‡ à¤µà¤à¤Ÿà¤Ş करà¤" +#~ msgstr "calloc à¤…à¤Şà¤Żà¤ĥà€" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZ करà€à¤¤à¤ à¤Şà¤°àà¤Żà¤à¤Ż वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€ à¤†à¤˘à¤³à¤²à€" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM à¤Ĵनवà€à¤¤à‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€" #~ msgid "failed to exec %s\n" #~ msgstr "%s चà¤à¤²à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "नà‹à¤Ħ à¤à¤à¤ıà¤żà¤¤à€ à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Ÿà¤¤ आà¤ıà‡" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "à¤…à¤¨à¤Şà‡à¤•àà¤·à¤żà¤¤ mime à¤Şàà¤°à¤•à¤à¤°" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ id à¤•à¤żà¤‚à¤µà¤ à¤¨à¤à¤µ" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक %s à¤à¤§àà¤Żà‡" -#, fuzzy +#~ msgid "Invalid bus type: %s" +#~ msgstr "अवàˆà¤§ à¤Ĵस à¤Şà¤¤àà¤¤à¤: %s" + #~ msgid "Network name '%s' too long" -#~ msgstr "संजà¤à¤³à¤šà‡ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" +#~ msgstr "संजà¤à¤³ नà¤à¤µ '%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP संवà¤à¤Ĥ नà¤à¤µ '%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP सàà¤•àà¤°à€à¤Şàà¤Ÿ à¤à¤à¤°àà¤— '%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP à¤Ĵàà¤°à€à¤œà à¤à¤à¤°àà¤— '%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP à¤Şà¤¤àà¤¤à¤ '%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "संजà¤à¤³à¤šà‡ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" +#~ msgstr "à¤Şàà¤°à¤à¤°à‚à¤Ş नà¤à¤µ '%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "जरठजà¤à¤¸àà¤¤à¤š à¤Ħà‹à¤à‡à¤¨" +#~ msgstr "खà‚à¤Ş जà¤à¤¸àà¤¤ अकàà¤·à¤° सà¤à¤§à¤¨" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "à¤ıरवलà‡à¤²à€ सàà¤¤àà¤°à‹à¤¤ à¤à¤à¤ıà¤żà¤¤à€ à¤Żà¤‚à¤¤àà¤°à¤à¤¸à¤à¤ à€" +#~ msgstr "आवà¤à¤œ à¤Şàà¤°à¤à¤°à‚à¤Ş à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक %s à¤à¤§àà¤Żà‡" +#~ msgstr "अवàˆà¤§ आवà¤à¤œ à¤Şàà¤°à¤à¤°à‚à¤Ş '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" +#~ msgstr "कàà¤·à‡à¤¤àà¤° नà¤à¤µ लà¤à¤‚à¤Ĵà€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "नà‹à¤Ħ à¤à¤à¤ıà¤żà¤¤à€" +#~ msgstr "सà¤Ĥà‹à¤·à€à¤¤ सàà¤àƒà¤¤à€ à¤à¤à¤ıà¤żà¤¤à€" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ vcpu à¤à¤à¤ıà¤żà¤¤à€" +#~ msgstr "सà¤Ĥà‹à¤·à€à¤¤ vcpu à¤à¤à¤ıà¤żà¤¤à€" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ vcpu à¤à¤à¤ıà¤żà¤¤à€" +#~ msgstr "सà¤Ĥà‹à¤·à€à¤¤ vcpu à¤à¤à¤¸àà¤• à¤à¤à¤ıà¤żà¤¤à€" + +#~ msgid "architecture type too long" +#~ msgstr "à¤à¤à¤‚à¤Ħà¤£à€ à¤Şàà¤°à¤•à¤à¤° खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "machine type too long" +#~ msgstr "à¤à¤ĥà€à¤¨ à¤Şàà¤°à¤•à¤à¤° खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "kernel path too long" +#~ msgstr "करàà¤¨à¤² à¤à¤à¤°àà¤— खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "initrd path too long" +#~ msgstr "initrd à¤à¤à¤°àà¤— खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline à¤Ĵà¤à¤Ĵ खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "unsupported guest type" +#~ msgstr "असà¤à¤°àà¤à€à¤¤ à¤…à¤¤à¤żà¤à€ à¤Şàà¤°à¤•à¤à¤°" + +#~ msgid "emulator path too long" +#~ msgstr "एà¤àà¤Żàà¤²à‡à¤Ÿà¤° à¤à¤à¤°àà¤— खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "असà¤à¤°àà¤à€à¤¤ à¤šà¤żà¤¤àà¤°à¤²à‡à¤–à€à¤Ż à¤Şàà¤°à¤•à¤à¤° %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "à¤Ħà¤żà¤¸àà¤• अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "नà‡à¤Ÿ अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "इनàà¤Şàà¤Ÿ अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "आवà¤à¤œ सà¤à¤§à¤¨ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "vm अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "कàà¤·à‡à¤¤àà¤° अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "network_def अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—à¤à¤šà‡ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "xmlXPathContext करà€à¤¤à¤ जà¤à¤—à¤à¤šà‡ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "संजà¤à¤³à¤šà‡ नà¤à¤µ à¤•à¤żà¤‚à¤µà¤ uuid" +#~ msgstr "संजà¤à¤³ नà¤à¤µ लà¤à¤‚à¤Ĵà€ à¤–à‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "à¤Ğà‰à¤°à¤µà¤°àà¤Ħ सà¤à¤§à¤¨ नà¤à¤µ '%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "संजà¤à¤³ अकàà¤·à¤°à¤à¤à¤³à¤ करà€à¤¤à¤ जà¤à¤—ठवà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU à¤…à¤¤à¤żà¤à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ '%s' वà¤à¤šà¤¤à‡à¤µà‡à¤³à€ तàà¤°àà¤Ÿà€: %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "à¤Ĵग: à¤…à¤Şà¤°à¤żà¤šà€à¤¤ तàà¤°àà¤Ÿà€ - कàƒà¤Şà¤Żà¤ à¤¤à¤Şà¤ĥà€à¤² à¤Şà¤à¤ à¤µà¤\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU à¤…à¤¤à¤żà¤à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ '%s' à¤…à¤¤à¤żà¤à€ नà¤à¤µ '%s' सà¤ı जàà¤³à€à¤¤ नà¤à¤ıà€" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU à¤…à¤¤à¤żà¤à€ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ '%s' à¤Ĥà¤à¤–ल करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: à¤…à¤¤à¤żà¤°à¤żà¤•àà¤¤ सàà¤àƒà¤¤à€ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "à¤ıà…à¤ĥ टà‡à¤Ĵललठसंजà¤à¤³à¤à¤ĥà€ à¤œà‹à¤Ħà¤£à€ à¤•à¤°à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "संजà¤à¤³ à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ '%s' à¤Ĥà¤à¤–ल करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: à¤…à¤¤à¤żà¤°à€à¤•àà¤¤ सàà¤àƒà¤¤à€ नà¤à¤ıà€" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤²à¤¨à¤à¤µ '%s/%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "सàà¤µà¤Żà¤‚à¤Şàà¤°à¤à¤°à¤‚भ à¤²à¤żà¤‚à¤• à¤à¤à¤°àà¤— '%s/%s' खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ वà¤à¤Ÿà¤¤ आà¤ıà‡" +#~ msgstr "cpu à¤à¤à¤¸àà¤•à¤šà‡ वà¤à¤Ÿà¤Ş करत आà¤ıà‡" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML à¤¨à¤żà¤°àà¤à¤à¤£ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "XML à¤Ĵà¤¨à¤µà¤żà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: à¤…à¤¤à¤żà¤°à€à¤•àà¤¤ सàà¤àƒà¤¤à€ नà¤à¤ıà€" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "qemudInitPaths() अंतरàà¤—त à¤¸à¤‚à¤šà¤Żà¤¨ करà€à¤¤à¤à¤šà‡ à¤à¤à¤°àà¤— खà‚à¤Şà¤š लà¤à¤‚à¤Ĵ आà¤ıà‡" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "à¤Ĵàà¤²à‰à¤• सàà¤¤à¤żà¤à€ %s %s à¤à¤żà¤³à¤µà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "%d करà€à¤¤à¤ à¤Ĵàà¤°à€à¤œà à¤Ğà‰à¤°à¤µà¤°àà¤Ħ à¤µà¤żà¤²à¤‚à¤Ĵ à¤¨à¤żà¤ĥàà¤šà¤żà¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "%s करà€à¤¤à¤ STP जàà¤³à¤µà¤£à€ सàà¤à¤à¤Şà€à¤¤ करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM जàà¤³à¤²à‡à¤²à‡ नà¤à¤ıà€, à¤à¤żà¤Ħà€à¤Żà¤ à¤Ĵà¤Ĥà¤²à¤µà‚ à¤ĥकत नà¤à¤ıà€" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ à¤Ĵà…कएनàà¤Ħ à¤Şàà¤°à¤•à¤à¤° %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "à¤…à¤Şà¤°à¤żà¤šà€à¤¤ à¤¸à¤‚à¤šà¤Żà¤¨ à¤Ĵà…कएनàà¤Ħ à¤Şàà¤°à¤•à¤à¤° %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "असà¤à¤°àà¤à€à¤¤ संगàà¤°à¤ı सàà¤µà¤°à‚à¤Ş %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "असà¤à¤°àà¤à€à¤¤ खंà¤Ħ सàà¤µà¤°à‚à¤Ş %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "à¤Ħà¤żà¤¸àà¤• संगàà¤°à¤ı करà€à¤¤à¤ अजà‚नà¤ıà€ à¤¸à¤à¤°àà¤à¤¨ नà¤à¤ıà€" + +#~ msgid "volume name" +#~ msgstr "खंà¤Ħ नà¤à¤µ" + +#~ msgid "volume key" +#~ msgstr "खंà¤Ħ à¤•à¤ż" + +#~ msgid "malformed xml document" +#~ msgstr "सà¤Ĥà‹à¤·à€à¤¤ xml घटक" #~ msgid "domain" #~ msgstr "à¤Ħà‹à¤à‡à¤¨" -#~ msgid "domain name" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ नà¤à¤µ" - #~ msgid "domain uuid" #~ msgstr "à¤Ħà‹à¤à‡à¤¨ uuid" @@ -7542,64 +8023,65 @@ msgstr "Xen सàà¤Ÿà‹à¤°à¤ĥà€ à¤œà‹à¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" #~ msgid "too many domains" #~ msgstr "जरठजà¤à¤¸àà¤¤à¤š à¤Ħà‹à¤à‡à¤¨" +#~ msgid "cannot save domain" +#~ msgstr "कàà¤·à‡à¤¤àà¤° à¤¸à¤‚à¤šà¤Żà€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#~ msgid "cannot write header" +#~ msgstr "à¤ĥà¤żà¤°àà¤·à¤• à¤²à¤żà¤ıà‚ à¤ĥकत नà¤à¤ıà€" + +#~ msgid "cannot write metadata length" +#~ msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ लà¤à¤‚à¤Ĵà€ à¤²à¤żà¤ıà‚ à¤ĥकत नà¤à¤ıà€" + +#~ msgid "cannot write metadata" +#~ msgstr "à¤à‡à¤Ÿà¤à¤Ħà‡à¤Ÿà¤ à¤²à¤żà¤ıà‚ à¤ĥकत नà¤à¤ıà€" + +#~ msgid "cannot save domain data" +#~ msgstr "कàà¤·à‡à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€ à¤¸à¤‚à¤šà¤Żà€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + +#~ msgid "cannot save domain core" +#~ msgstr "कàà¤·à‡à¤¤àà¤° कà‹à¤° à¤¸à¤‚à¤šà¤Żà€à¤¤ à¤•à¤°à‚ à¤ĥकत नà¤à¤ıà€" + #~ msgid "too many networks" #~ msgstr "गरजà‡à¤Şà‡à¤•àà¤·à¤ जà¤à¤¸àà¤¤ संजà¤à¤³" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "अà¤Ħवलà‡à¤²à‡" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "soundhw अकàà¤·à¤° वà¤à¤šà¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€." + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID à¤ıà‡ à¤•àà¤·à‡à¤¤àà¤° à¤ĥà‹à¤§à¤£àà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€ à¤ à¤°à¤²à‡" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: नà¤à¤µ" + #~ msgid "cannot read XML domain definition" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ वàà¤Żà¤à¤–àà¤Żà¤ तकàà¤¤à¤ भà¤à¤°à¤żà¤¤ करà¤" +#~ msgstr "XML कàà¤·à‡à¤¤àà¤° वàà¤Żà¤à¤–àà¤Żà¤ वà¤à¤šà‚ à¤ĥà¤•à¤²à‡ à¤¨à¤à¤ıà€" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "à¤ıरवलà‡à¤²à€ रà‚ट à¤Żà¤‚à¤¤àà¤° à¤à¤à¤ıà¤żà¤¤à€" +#~ msgstr "उचàà¤š सàà¤¤à¤°à€à¤Ż कàà¤·à‡à¤¤àà¤° घटक à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "à¤Ħà‹à¤à‡à¤¨ %s आधà€à¤š असàà¤¤à¤żà¤¤àà¤µà¤à¤¤" +#~ msgstr "कàà¤·à‡à¤¤àà¤° à¤Şàà¤°à¤•à¤à¤° अवàˆà¤§ आà¤ıà‡" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xpath संà¤Ĥरàà¤­ à¤¨à¤żà¤°àà¤à¤à¤£ करत आà¤ıà‡" +#~ msgstr "XPath संà¤Ĥरàà¤­ à¤Ĵà¤¨à¤µà‚ à¤ĥकत नà¤à¤ıà€" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ĵà¤à¤Ĵ à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "वàà¤Żà‚à¤ıरचनठà¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà€à¤£àà¤Żà¤à¤¸ असà¤à¤°àà¤" +#~ msgstr "à¤¸à¤‚à¤Żà‹à¤œà¤¨à¤ à¤Ğà¤à¤‡à¤² à¤²à¤żà¤ıà‚ à¤ĥकत नà¤à¤ıà€" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "नà‹à¤Ħ वà¤à¤Ÿà¤£àà¤Żà¤à¤¤ à¤…à¤Şà¤Żà¤ĥà€" +#~ msgstr "आवà¤à¤œ अकàà¤·à¤°à¤à¤à¤³à¤ वà¤à¤Ÿà¤Ş करणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€" + +#~ msgid "no model for sound device" +#~ msgstr "आवà¤à¤œ सà¤à¤§à¤¨ करà€à¤¤à¤ à¤Şàà¤°à¤à¤°à‚à¤Ş à¤†à¤˘à¤³à¤²à‡ à¤¨à¤à¤ıà€" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "जरठजà¤à¤¸àà¤¤à¤š à¤Ħà‹à¤à‡à¤¨" +#~ msgstr "खà‚à¤Şà¤š जà¤à¤¸àà¤¤ à¤Ĵà‚ट सà¤à¤§à¤¨" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "अवàˆà¤§ à¤Ħà‹à¤à‡à¤¨ à¤¨à¤żà¤°àà¤Ĥà‡à¤ĥक à¤Żà¤à¤¤" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "संजà¤à¤³ à¤ĥà‹à¤§à¤¤à‡à¤µà‡à¤³à€ à¤…à¤Şà¤Żà¤ĥ: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "सàà¤àƒà¤¤à€ वà¤à¤Ÿà¤Ş à¤Ĵà¤Ĥलà¤" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "à¤Şàà¤°à¤¤à¤żà¤¸à¤à¤Ĥ वà¤à¤Ÿà¤Ş" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "अंतरàà¤—त चà‚क %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "à¤¨à¤µà¤żà¤¨ à¤Ĵà¤Ğर वà¤à¤Ÿà¤¤ आà¤ıà‡" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' उघà¤Ħणàà¤Żà¤à¤¸ à¤…à¤Şà¤Żà¤ĥà€:वà¤à¤šà¤: %s" +#~ msgstr "अवàˆà¤§ इनàà¤Şàà¤Ÿ सà¤à¤§à¤¨" diff --git a/po/ms.po b/po/ms.po index 07c71821ce..4e24c144e9 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-08-03 01:24+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: ms \n" @@ -15,309 +15,309 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "Saiz _memori tersendiri" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "Ralat sistem tidak diketahui" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "Entah" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "tidak dapat membaca fail tetapan `%s': %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "mengumpukkan tetapan" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Ralat membaca maklumat memori sistem:" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Gagal untuk membuka %s: %s\n" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Gagal untuk membuka %s: %s\n" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Gagal untuk membuka %s: %s\n" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Gagal untuk membuka %s: %s\n" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Gagal untuk membaca soket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Gagal menjumpai program dipilih." -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Gagal menjumpai program dipilih." -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Tidak dapat menyambung ke RHN..." -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -325,450 +325,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "Mendapatkan subrentetan %d gagal (%d)." -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, 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:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Gagal untuk membuka %s: %s\n" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Gagal untuk membuka %s: %s\n" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Mengikat ke domain NIS: " -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Gagal mencipta direktori %s" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "gagal untuk menyimpan kandungan" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "Operasi antaramuka HTTP gagal\n" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "arahan tidak diketahui: '%s'" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "SSLv23_server_method() gagal." -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "aksara tidak sah pada %s pada rentetan mod %s" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "Memori tidak cukup." -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "CD Tidak Dijumpai" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "Jenis data tidak diketahui: %s\n" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "CD Tidak Dijumpai" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "gagal untuk menyimpan kandungan" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "Memori tidak cukup." -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Gagal mencipta direktori %s" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Gagal mencipta direktori %s" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "CD Tidak Dijumpai" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "CD Tidak Dijumpai" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "CD Tidak Dijumpai" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "hujah tidak sah %s untuk %s" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "Operasi antaramuka HTTP gagal\n" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -807,8 +835,8 @@ msgstr "menjangka pemisah" msgid "expecting an assignment" msgstr "menjangka umpukan" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "Selit ke dalam buffer baru" @@ -851,933 +879,986 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "Pilih Jenis Peranti" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "Parameter tidak mencukupi 'device' (arg 1)" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "Pilih Jenis Peranti" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "Parameter tidak mencukupi 'device' (arg 1)" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Gagal mencipta direktori %s" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "hilang \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "Hos tidak diketahui" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "Parameter tidak mencukupi 'device' (arg 1)" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "Tiada nod utk buang" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "Set nama domain NIS %s: " - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Gagal mencipta direktori %s" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "Parameter tidak mencukupi 'device' (arg 1)" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "data tidak dijangka '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "Pilih Jenis Peranti" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "Terlalu banyak gantian" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Jadikan Peranti RAID." - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "Pilih Jenis Peranti" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "Ulangtetap antaramuka rangkaian" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "Terlalu banyak gantian" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Jadikan Peranti RAID." - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Jadikan Peranti RAID." - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "Jadikan Peranti RAID." - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Mengikat ke domain NIS: " - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "Hos tidak diketahui" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "Pelayan Kamus Dict" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "Jenis tetikus dikesan: %s" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 #, fuzzy msgid "allocating connection" msgstr "Sambungan Masatamat:" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 #, fuzzy msgid "allocating domain" msgstr "mengumpukkan maklumat domain %d" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "Konfigurasi Rangkaian" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "pada nod %s" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "pada nod %s" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "pada nod %s" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "Log Pemecut Kandungan" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "Ralat bila cuba menulis ke fail konfigurasi." + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "Ralat bila cuba menulis ke fail konfigurasi." + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "Sumber Cekera Jurupacu" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "Menentukan maklumat IP bagi ${DEVICE}..." + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "Menentukan maklumat IP bagi ${DEVICE}..." + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "Menentukan maklumat IP bagi ${DEVICE}..." + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "Pilih Jenis Peranti" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "Parameter tidak mencukupi 'device' (arg 1)" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "arahan tidak diketahui: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Pilih Jenis Peranti" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "hilang \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "hilang \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "Hos tidak diketahui" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "Hos tidak diketahui" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "Menentukan maklumat IP bagi ${DEVICE}..." + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "Hos tidak diketahui" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "Parameter tidak mencukupi 'device' (arg 1)" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "Tiada nod utk buang" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "Set nama domain NIS %s: " + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "aksara tidak sah pada %s pada rentetan mod %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Gagal menukar maklumat usia untuk %s: %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "data tidak dijangka '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "Parameter tidak mencukupi 'device' (arg 1)" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "Hos tidak diketahui" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Jadikan Peranti RAID." + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "Ulangtetap antaramuka rangkaian" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "Jadikan Peranti RAID." + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Jadikan Peranti RAID." + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Jadikan Peranti RAID." + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "Jadikan Peranti RAID." + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "gagal untuk menyimpan kandungan" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "Pelayan Kamus Dict" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "Pelayan Kamus Dict" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "Pelayan Kamus Dict" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "Pelayan Kamus Dict" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "Jenis tetikus dikesan: %s" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "Ralat bila cuba menulis ke fail konfigurasi." + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "Ralat bila cuba menulis ke fail konfigurasi." + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Gagal mencipta direktori %s" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Gagal mencipta direktori %s" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Gagal untuk menulis ke soket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "gagal untuk menyimpan kandungan" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "Tidak dapat menulis ke fail %s." -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "Sambungan Masatamat:" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Ralat, tidak dapat memulakan pelayan X." +msgstr "Tidak dapat menulis ke fail %s." -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +msgid "domainMigratePrepare2 did not set uri" +msgstr "" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "Mesti nyatakan nilai" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Gagal mencipta direktori %s" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Gagal menjumpai program dipilih." -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Gagal mencipta direktori %s" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "gagal untuk menyimpan kandungan" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Ralat, tidak dapat memulakan pelayan X." +msgstr "Mengikat ke domain NIS: " -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Ralat, tidak dapat memulakan pelayan X." +msgstr "Mengikat ke domain NIS: " -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Gagal menaikkan ${DEVICE}." -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Ralat, tidak dapat memulakan pelayan X." +msgstr "xinetd gagal untuk mengulangmuat untuk" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." +msgstr "Gagal untuk membaca soket %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Ralat, tidak dapat memulakan pelayan X." +msgstr "xinetd gagal untuk mengulangmuat untuk" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "Mesti nyatakan nilai" +msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Gagal untuk menutup soket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Gagal untuk membaca soket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Gagal untuk membaca soket %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Gagal untuk menutup soket %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "Operasi antaramuka HTTP gagal\n" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Mengikat ke domain NIS: " +msgstr "gagal untuk mendapatkan rangkaian '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "Tiada nod utk buang" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "gagal untuk menulis ke fail log" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "gagal untuk menulis ke fail log" +msgstr "Tidak dapat menukar ke uid %d." -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "gagal untuk menulis ke fail log" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Gagal menjumpai program dipilih." +msgstr "aksara tidak sah pada %s pada rentetan mod %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "Tiada nod utk buang" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" msgstr "" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "Sistem Nama Domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "Sistem Nama Domain" +msgstr "domain NIS default" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Ralat, tidak dapat memulakan pelayan X." +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Gagal menaikkan ${DEVICE}." -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "Tiada nod utk buang" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Gagal menaikkan ${DEVICE}." -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." +msgstr "Gagal menaikkan ${DEVICE}." -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Gagal untuk membaca soket %d\n" +msgstr "Gagal untuk menulis ke soket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" -msgstr "Gagal untuk membaca soket %d\n" +msgstr "gala untuk menyambung ke hipervisor" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "aksara tidak sah pada %s pada rentetan mod %s" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "Nama Domain" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "" -"Pengunaan: %s FAIL\n" -" atau: %s OPSYEN\n" +msgstr "penggunaan: %s --list [nama]\n" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "arahan tidak diketahui: '%s'" +msgstr "Hos tidak diketahui" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Mengikat ke domain NIS: " + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "hujah tidak sah %s untuk %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "hujah tidak sah %s untuk %s" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Alamat MAC dibenarkan" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1788,8 +1869,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "Jenis data tidak diketahui: %s\n" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1638 +1880,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "Ralat Permulaan Fail Tetapan DNS %s:" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "Namafail imej _bulan:" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "Alamat MAC dibenarkan" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "Alamat MAC" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "Operasi antaramuka HTTP gagal\n" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "Ralat Permulaan Fail Tetapan DNS %s:" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "autorun sedang berjalan!\n" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "Sistem Nama Domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "autorun sedang berjalan!\n" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "nombor peranti major tidak sah %s" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "autorun sedang berjalan!\n" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "Tidak dapat menulis ke fail %s." - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Gagal untuk menutup soket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Gagal untuk membaca soket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Gagal untuk menulis ke soket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "Tiada nod utk buang" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "gagal untuk memperuntukkan penimbal" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "CD Tidak Dijumpai" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "[Rangkaian tidak dimulakan]\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "[Rangkaian tidak dimulakan]\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "Tiada nod utk buang" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "Pilih Jenis Peranti" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "Pilih Jenis Peranti" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "gagal untuk menulis ke fail log" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Mengikat ke domain NIS: " - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Gagal menjumpai program dipilih." -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "Memori tidak cukup." -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "Memori tidak cukup." + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "Tiada nod utk buang" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "Tiada nod utk buang" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "autorun sedang berjalan!\n" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "xinetd gagal untuk mengulangmuat untuk" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "gagal untuk mendapatkan rangkaian '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "autorun sedang berjalan!\n" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "Sila penuhkan maklumat rangkaian" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "Tiada nod utk buang" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "gagal untuk menyimpan kandungan" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +msgid "Cound not extract vzctl version" +msgstr "" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "Namafail imej _bulan:" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "Alamat MAC dibenarkan" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "Alamat MAC" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "Operasi antaramuka HTTP gagal\n" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "%s: Direktori telah ditukarnama" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "autorun sedang berjalan!\n" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "nombor peranti major tidak sah %s" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Gagal untuk menutup soket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Gagal untuk membaca soket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Gagal untuk menulis ke soket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "Tiada nod utk buang" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "Tiada nod utk buang" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "Tiada nod utk buang" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "CD Tidak Dijumpai" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "[Rangkaian tidak dimulakan]\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "[Rangkaian tidak dimulakan]\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, 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:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "Tiada nod utk buang" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "data tidak dijangka '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "Tiada nod utk buang" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "Memori tidak cukup." -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "gagal untuk menulis ke fail log" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "Konteks pengguna tidak diketahui" +msgstr "Selit ke dalam buffer baru" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "gagal untuk mendapatkan domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "autorun sedang berjalan!\n" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "gagal untuk mendapatkan rangkaian '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "gagal untuk menulis ke fail log" +msgstr "Gagal untuk menutup soket %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Pelayan Kamus Dict" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "Tiada nod utk buang" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "Tiada nod utk buang" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "gagal untuk menyimpan kandungan" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "autorun sedang berjalan!\n" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "xinetd gagal untuk mengulangmuat untuk" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "gagal untuk mendapatkan rangkaian '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "Pelayan Kamus Dict" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." +msgstr "gagal mendapatkan atribut bagi %s" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memori Rendah" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "Profil \"%s\" telah wujud!" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "Profil \"%s\" telah wujud!" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "autorun sedang berjalan!\n" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "Tiada nod utk buang" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Sistem Nama Domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Mengikat ke domain NIS: " -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "gagal untuk mendapatkan domain '%s'" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Gagal untuk menulis ke soket %d\n" +msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Gagal untuk menulis ke soket %d\n" +msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 #, fuzzy msgid "out of memory" msgstr "Memori tidak cukup." -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 -#, fuzzy +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "Sistem Nama Domain" +msgstr "" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "domain NIS default" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "[Rangkaian tidak dimulakan]\n" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Gagal mencipta direktori %s" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "Tidak dapat memuatkan fail!" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "penggunaan: %s --list [nama]\n" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" -msgstr "Gagal mencipta direktori %s" +msgstr "Gagal untuk membaca soket %d\n" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "autorun sedang berjalan!\n" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Gagal mencipta direktori %s" +msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Mengikat ke domain NIS: " -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "Jadikan Peranti RAID." +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "Pilih Jenis Peranti" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "Jadikan Peranti RAID." +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "Profil \"%s\" telah wujud!" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "Jadikan Peranti RAID." -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "domain NIS default" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "CD Tidak Dijumpai" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Gagal menukar maklumat usia untuk %s: %s\n" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Gagal menaikkan ${DEVICE}." + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "Sistem Nama Domain" +msgstr "_Domain NIS:" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "hujah tidak sah %s untuk %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "CD Tidak Dijumpai" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "hujah tidak sah %s untuk %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "Nama Domain" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "penggunaan: %s --list [nama]\n" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "autorun sedang berjalan!\n" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "Sila penuhkan maklumat rangkaian" +msgid "could not generate random UUID" +msgstr "Tidak dapat menulis ke fail %s." -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "Tiada nod utk buang" +msgid "failed to start listening VM" +msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "gagal untuk menyimpan kandungan" +msgid "migrate failed: %s" +msgstr "Operasi antaramuka HTTP gagal\n" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Gagal menjumpai program dipilih." -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Tidak dapat menulis ke fail %s." -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Gagal untuk membaca soket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Gagal untuk membaca soket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "gagal mendapatkan atribut bagi %s" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Ralat membaca maklumat memori sistem:" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "mengumpukkan maklumat domain %d" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "Ralat Dengan Data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "Tiada nod utk buang" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "gagal untuk menulis ke fail log" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Gagal menjumpai program dipilih." - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Gagal mencipta direktori %s" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "Gagal menukar maklumat usia untuk %s: %s\n" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "Gagal menukar maklumat usia untuk %s: %s\n" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Gagal mencipta direktori %s" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "Nilai tidak sah bagi record_size" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, c-format +msgid "unable to verify server certificate: %s" +msgstr "" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "Nilai tidak sah bagi record_size" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Gagal menjumpai program dipilih." +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "Terlalu banyak gantian" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "Terlalu banyak gantian" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "Terlalu banyak gantian" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "Saiz _memori tersendiri" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "Jenis data tidak diketahui: %s\n" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "Terlalu banyak gantian" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "Terlalu banyak fail salinan?" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "Terlalu banyak fail salinan?" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "Terlalu banyak fail salinan?" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "Terlalu banyak fail salinan?" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "Terlalu banyak fail salinan?" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "Terlalu banyak fail salinan?" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "Terlalu banyak fail salinan?" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "Jenis data tidak diketahui: %s\n" +msgstr "Operasi antaramuka HTTP gagal\n" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Gagal menjumpai program dipilih." +msgstr "Gagal untuk melekapkan partisyen." -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Gagal mencipta direktori %s" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "Antaramuka untuk sokongan kebolehcapaian." -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "Gagal menukar maklumat usia untuk %s: %s\n" +msgstr "gagal untuk menyimpan kandungan" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "Gagal menukar maklumat usia untuk %s: %s\n" +msgstr "Tidak dapat menyambung ke RHN..." -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "hujah tidak sah %s untuk %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "hujah tidak sah %s untuk %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "aksara tidak sah pada %s pada rentetan mod %s" + +#: src/sexpr.c:43 #, fuzzy msgid "failed to allocate a node" msgstr "Tiada nod utk buang" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 #, fuzzy msgid "failed to copy a string" msgstr "salinan [%s] gagal (md5sum tidak sepadan)" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "Jenis data tidak diketahui: %s\n" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "Ralat dalaman.\n" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "hujah tidak sah %s untuk %s" +msgstr "Sila penuhkan maklumat rangkaian" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "Sila penuhkan maklumat rangkaian" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "Operasi antaramuka HTTP gagal\n" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "Nama Domain" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "Jenis data tidak diketahui: %s\n" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3459,955 +3691,1130 @@ msgstr "versi alternatif %s\n" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Nama" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "gagal untuk menyimpan kandungan" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Gagal menjumpai program dipilih." +msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Gagal menaikkan ${DEVICE}." -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "gagal untuk menyimpan kandungan" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "Nama Domain" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "Ralat Dengan Data" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "Konfigurasi Rangkaian" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "pada nod %s" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "Gagal menukar maklumat usia untuk %s: %s\n" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "Nama Domain" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "pada nod %s" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "Hos tidak diketahui" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "Parameter tidak mencukupi 'device' (arg 1)" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "" "Pengunaan: %s FAIL\n" " atau: %s OPSYEN\n" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "Terlalu banyak gantian" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "Sumber Cekera Jurupacu" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "Parameter tidak mencukupi 'device' (arg 1)" - -#: src/storage_conf.c:324 -#, fuzzy -msgid "missing storage pool source path" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:513 +msgid "missing storage pool source path" +msgstr "" + +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "Nama Domain" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "Jenis data tidak diketahui: %s\n" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "Menentukan maklumat IP bagi ${DEVICE}..." +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "Jenis tetikus dikesan: %s" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "Hos tidak diketahui" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "pada nod %s" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "Hos tidak diketahui" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "Parameter tidak mencukupi 'device' (arg 1)" +msgstr "Set nama domain NIS %s: " -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "Jenis data tidak diketahui: %s\n" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Gagal mencipta direktori %s" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Nama" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "autorun sedang berjalan!\n" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "autorun sedang berjalan!\n" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "laluan log adalah bukan fail" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "autorun sedang berjalan!\n" + +#: src/test.c:281 src/test.c:961 #, fuzzy msgid "getting time of day" msgstr "Tak dapat perolehi masa bagi hari" -#: src/test.c:329 -msgid "loading host definition file" -msgstr "" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" +msgstr "Tidak dapat memuatkan fail!" -#: src/test.c:336 +#: src/test.c:400 #, fuzzy msgid "host" msgstr "Hos" -#: src/test.c:344 +#: src/test.c:408 #, fuzzy msgid "node" msgstr "Nod" -#: src/test.c:350 +#: src/test.c:415 #, fuzzy msgid "creating xpath context" msgstr "Konteks pengguna tidak diketahui" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "" -#: src/test.c:373 +#: src/test.c:438 #, fuzzy msgid "node cpu sockets" msgstr "Monitor frekuensi CPU" -#: src/test.c:381 +#: src/test.c:446 #, fuzzy msgid "node cpu cores" msgstr "Monitor frekuensi CPU" -#: src/test.c:389 +#: src/test.c:454 #, fuzzy msgid "node cpu threads" msgstr "Monitor frekuensi CPU" -#: src/test.c:400 +#: src/test.c:465 #, fuzzy msgid "node active cpu" msgstr "Monitor frekuensi CPU" -#: src/test.c:407 +#: src/test.c:472 #, fuzzy msgid "node cpu mhz" msgstr "Monitor frekuensi CPU" -#: src/test.c:422 +#: src/test.c:487 #, fuzzy msgid "node memory" msgstr "Memori Rendah" -#: src/test.c:428 +#: src/test.c:493 #, fuzzy msgid "node domain list" msgstr "penggunaan: %s --list [nama]\n" -#: src/test.c:439 +#: src/test.c:504 #, fuzzy msgid "resolving domain filename" msgstr "Namafail imej _bulan:" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "penggunaan: %s --list [nama]\n" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "Namafail imej _bulan:" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "penggunaan: %s --list [nama]\n" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "Namafail imej _bulan:" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "CD Tidak Dijumpai" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "Profil \"%s\" telah wujud!" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "autorun sedang berjalan!\n" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "_Domain NIS:" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "penggunaan: %s --list [nama]\n" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" -msgstr "Tiada nod utk buang" +msgstr "tidak dapat membaca fail tetapan `%s': %s" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "penggunaan: %s --list [nama]\n" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Mengikat ke domain NIS: " -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "gagal untuk menulis ke fail log" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "autorun sedang berjalan!\n" -#: src/test.c:1215 -#, fuzzy -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "autorun sedang berjalan!\n" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "autorun sedang berjalan!\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "autorun sedang berjalan!\n" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Gagal mencipta direktori %s" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Gagal untuk membuka %s: %s\n" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "gagal mendapatkan atribut bagi %s" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "gagal mendapatkan atribut bagi %s" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "gagal mendapatkan atribut bagi %s" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "Memori tidak cukup." + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Monitor frekuensi CPU" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "arahan tidak diketahui: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Gagal untuk menulis ke soket %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "terap perubahan ke fail tetapan" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "terap perubahan ke fail tetapan" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Mengikat ke domain NIS: " + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "ralat:" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 #, fuzzy msgid "print help" msgstr "-h cetak bantuan ini\n" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "" -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr " Pilihan Arahan\n" -#: src/virsh.c:359 +#: src/virsh.c:358 #, fuzzy msgid "" "Commands:\n" "\n" msgstr "Arahan" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "_Domain NIS:" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 #, fuzzy msgid "disable autostarting" msgstr "Matikan firewall" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Automounter dimulakan: %s\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Automounter dimulakan: %s\n" -#: src/virsh.c:425 +#: src/virsh.c:424 #, fuzzy msgid "(re)connect to hypervisor" msgstr "Tidak dapat menyambung ke RHN..." -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" -#: src/virsh.c:432 +#: src/virsh.c:431 #, fuzzy msgid "hypervisor connection URI" msgstr "Permintaan per Sambungan" -#: src/virsh.c:433 +#: src/virsh.c:432 #, fuzzy msgid "read-only connection" msgstr "Mod lihat (baca sahaja)" -#: src/virsh.c:445 +#: src/virsh.c:444 #, fuzzy msgid "Failed to disconnect from the hypervisor" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:463 +#: src/virsh.c:462 #, fuzzy msgid "Failed to connect to the hypervisor" msgstr "Tidak dapat menyambung ke RHN..." -#: src/virsh.c:473 +#: src/virsh.c:472 #, fuzzy msgid "connect to the guest console" msgstr "Tidak dapat menyambung ke RHN..." -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 #, fuzzy msgid "No console available for domain\n" msgstr "Tiada log sambungan untuk %1 %2 didapati" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 #, fuzzy msgid "list domains" msgstr "Domain Failover" -#: src/virsh.c:551 +#: src/virsh.c:550 #, fuzzy msgid "Returns list of domains." msgstr "penggunaan: %s --list [nama]\n" -#: src/virsh.c:556 +#: src/virsh.c:555 #, fuzzy msgid "list inactive domains" msgstr "penggunaan: %s --list [nama]\n" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nama" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Keadaan" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 #, fuzzy msgid "no state" msgstr "keadaan tidak diketahui" -#: src/virsh.c:668 +#: src/virsh.c:667 #, fuzzy msgid "domain state" msgstr "keadaan tidak diketahui" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "penggunaan: %s --list [nama]\n" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "domain NIS default" -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "Sumber Cekera Jurupacu" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "Ulangtetap antaramuka rangkaian" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/virsh.c:829 +#: src/virsh.c:828 #, fuzzy msgid "suspend a domain" msgstr "_Domain NIS:" -#: src/virsh.c:830 +#: src/virsh.c:829 #, fuzzy msgid "Suspend a running domain." msgstr "domain NIS default" -#: src/virsh.c:853 +#: src/virsh.c:852 #, fuzzy, c-format msgid "Domain %s suspended\n" msgstr "_Domain NIS:" -#: src/virsh.c:855 +#: src/virsh.c:854 #, fuzzy, c-format msgid "Failed to suspend domain %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "" -#: src/virsh.c:869 +#: src/virsh.c:868 #, fuzzy msgid "Create a domain." msgstr "_Domain NIS:" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "" -#: src/virsh.c:901 +#: src/virsh.c:900 #, fuzzy, c-format msgid "Domain %s created from %s\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:905 +#: src/virsh.c:904 #, fuzzy, c-format msgid "Failed to create domain from %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "" -#: src/virsh.c:917 +#: src/virsh.c:916 #, fuzzy msgid "Define a domain." msgstr "_Domain NIS:" -#: src/virsh.c:949 +#: src/virsh.c:948 #, fuzzy, c-format msgid "Domain %s defined from %s\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:953 +#: src/virsh.c:952 #, fuzzy, c-format msgid "Failed to define domain from %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:964 +#: src/virsh.c:963 #, fuzzy msgid "undefine an inactive domain" msgstr "domain NIS default" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 #, fuzzy msgid "domain name or uuid" msgstr "" "Pengunaan: %s FAIL\n" " atau: %s OPSYEN\n" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, fuzzy, c-format msgid "Domain %s has been undefined\n" msgstr "%s: Direktori telah ditukarnama" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, fuzzy, c-format msgid "Failed to undefine domain %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "" -#: src/virsh.c:1020 +#: src/virsh.c:1019 #, fuzzy msgid "Start a domain." msgstr "_Domain NIS:" -#: src/virsh.c:1025 +#: src/virsh.c:1024 #, fuzzy msgid "name of the inactive domain" msgstr "Sistem Nama Domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 #, fuzzy msgid "Domain is already active" msgstr "autorun sedang berjalan!\n" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, fuzzy, c-format msgid "Domain %s started\n" msgstr "Automounter dimulakan: %s\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, fuzzy, c-format msgid "Failed to start domain %s" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/virsh.c:1064 +#: src/virsh.c:1063 #, fuzzy msgid "save a domain state to a file" msgstr "Pilih lokasi untuk menyimpan fail" -#: src/virsh.c:1065 +#: src/virsh.c:1064 #, fuzzy msgid "Save a running domain." msgstr "domain NIS default" -#: src/virsh.c:1071 +#: src/virsh.c:1070 #, fuzzy msgid "where to save the data" msgstr "Memerlukan kekunci untuk menyimpan data anda" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, fuzzy, c-format msgid "Domain %s saved to %s\n" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, fuzzy, c-format msgid "Failed to save domain %s to %s" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:1108 +#: src/virsh.c:1107 #, fuzzy msgid "show/set scheduler parameters" msgstr "Menetapkan parameter cakera keras" -#: src/virsh.c:1109 +#: src/virsh.c:1108 #, fuzzy msgid "Show/Set scheduler parameters." msgstr "Menetapkan parameter cakera keras" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4416,1716 +4823,1760 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "Nilai tidak sah bagi record_size" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "Nilai tidak sah bagi record_size" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Nilai tidak sah bagi record_size" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "Entah" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "" -#: src/virsh.c:1260 +#: src/virsh.c:1291 #, fuzzy msgid "Restore a domain." msgstr "_Domain NIS:" -#: src/virsh.c:1265 +#: src/virsh.c:1296 #, fuzzy msgid "the state to restore" msgstr "pergi ke keadaan %d\n" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, fuzzy, c-format msgid "Domain restored from %s\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, fuzzy, c-format msgid "Failed to restore domain from %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "" -#: src/virsh.c:1298 +#: src/virsh.c:1329 #, fuzzy msgid "Core dump a domain." msgstr "Direktori Lambakan _Core :" -#: src/virsh.c:1304 +#: src/virsh.c:1335 #, fuzzy msgid "where to dump the core" msgstr "Nyatakan fail untuk menyimpan lambakan" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, fuzzy, c-format msgid "Failed to core dump domain %s to %s" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:1342 +#: src/virsh.c:1373 #, fuzzy msgid "resume a domain" msgstr "_Domain NIS:" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, fuzzy, c-format msgid "Domain %s resumed\n" msgstr "_Domain NIS:" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, fuzzy, c-format msgid "Failed to resume domain %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:1381 +#: src/virsh.c:1412 #, fuzzy msgid "gracefully shutdown a domain" msgstr "domain NIS default" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, fuzzy, c-format msgid "Domain %s is being shutdown\n" msgstr "nama domain adalah panjangnya sifar" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, fuzzy, c-format msgid "Failed to shutdown domain %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:1420 +#: src/virsh.c:1451 #, fuzzy msgid "reboot a domain" msgstr "_Domain NIS:" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, fuzzy, c-format msgid "Domain %s is being rebooted\n" msgstr "nama domain adalah panjangnya sifar" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, fuzzy, c-format msgid "Failed to reboot domain %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:1459 +#: src/virsh.c:1490 #, fuzzy msgid "destroy a domain" msgstr "_Domain NIS:" -#: src/virsh.c:1460 +#: src/virsh.c:1491 #, fuzzy msgid "Destroy a given domain." msgstr "domain NIS default" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, fuzzy, c-format msgid "Domain %s destroyed\n" msgstr "_Domain NIS:" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, fuzzy, c-format msgid "Failed to destroy domain %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:1498 +#: src/virsh.c:1529 #, fuzzy msgid "domain information" msgstr "Maklumat tidak sah" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nama:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 #, fuzzy msgid "OS Type:" msgstr "Jenis Pemasangan" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Keadaan:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 #, fuzzy msgid "CPU(s):" msgstr "cpu # " -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 #, fuzzy msgid "CPU time:" msgstr "Waktu Alaska" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 #, fuzzy msgid "Max memory:" msgstr "Memori Rendah" -#: src/virsh.c:1557 +#: src/virsh.c:1588 #, fuzzy msgid "no limit" msgstr "Had media:" -#: src/virsh.c:1559 +#: src/virsh.c:1590 #, fuzzy msgid "Used memory:" msgstr "Memori Rendah" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Tiada katalaluan" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Nama" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Memori Rendah" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 #, fuzzy msgid "domain vcpu information" msgstr "Membaca maklumat pakej..." -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 #, fuzzy msgid "CPU Affinity:" msgstr "Model CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "" -#: src/virsh.c:1716 +#: src/virsh.c:1747 #, fuzzy msgid "vcpu number" msgstr "Numbor peranti" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "$0: peranti microcode $DEVICE tidak wujud?" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "" -#: src/virsh.c:1844 +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." msgstr "" -#: src/virsh.c:1850 +#: src/virsh.c:1881 #, fuzzy msgid "number of virtual CPUs" msgstr "Hos maya default" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "nombor peranti major tidak sah %s" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "Terlalu banyak fail salinan?" -#: src/virsh.c:1900 +#: src/virsh.c:1931 #, fuzzy msgid "change memory allocation" msgstr "Saiz _memori tersendiri" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "" -#: src/virsh.c:1907 +#: src/virsh.c:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "Saiz _memori tersendiri" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 #, fuzzy msgid "Unable to verify MaxMemorySize" msgstr "Tidak boleh untuk akses ke CDROM" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "Saiz _memori tersendiri" -#: src/virsh.c:2004 +#: src/virsh.c:2035 #, fuzzy msgid "Unable to change MaxMemorySize" msgstr "Tidak dapat menukar ke uid %d." -#: src/virsh.c:2017 +#: src/virsh.c:2048 #, fuzzy msgid "node information" msgstr "Maklumat tidak sah" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "" -#: src/virsh.c:2031 +#: src/virsh.c:2062 #, fuzzy msgid "failed to get node information" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Model CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 #, fuzzy msgid "CPU frequency:" msgstr "Monitor frekuensi CPU" -#: src/virsh.c:2037 +#: src/virsh.c:2068 #, fuzzy msgid "CPU socket(s):" msgstr "#1 socket() gagal." -#: src/virsh.c:2038 +#: src/virsh.c:2069 #, fuzzy msgid "Core(s) per socket:" msgstr "Ralat mencipta soket" -#: src/virsh.c:2039 +#: src/virsh.c:2070 #, fuzzy msgid "Thread(s) per core:" msgstr "Direktori Lambakan _Core :" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "" -#: src/virsh.c:2041 +#: src/virsh.c:2072 #, fuzzy msgid "Memory size:" msgstr "Saiz _memori tersendiri" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "gagal mendapatkan atribut bagi %s" -#: src/virsh.c:2079 +#: src/virsh.c:2110 #, fuzzy msgid "domain information in XML" msgstr "Sila isikan maklumat pengesahan" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, fuzzy msgid "Output the domain information as an XML dump to stdout." msgstr "Sila isikan maklumat pengesahan" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "" -#: src/virsh.c:2189 +#: src/virsh.c:2220 #, fuzzy msgid "domain id or name" msgstr "" "Pengunaan: %s FAIL\n" " atau: %s OPSYEN\n" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 #, fuzzy msgid "live migration" msgstr "Maklumat tidak sah" -#: src/virsh.c:2227 +#: src/virsh.c:2258 #, fuzzy msgid "connection URI of the destination host" msgstr "Tidak dapat menyambung ke RHN..." -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Konfigurasi Rangkaian" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "" "Pengunaan: %s FAIL\n" " atau: %s OPSYEN\n" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Automounter dimulakan: %s\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Automounter dimulakan: %s\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Konfigurasi Rangkaian" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "" -#: src/virsh.c:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Konfigurasi Rangkaian" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "Konfigurasi Rangkaian" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Konfigurasi Rangkaian bagi %s" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "" "Pengunaan: %s FAIL\n" " atau: %s OPSYEN\n" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Konfigurasi Rangkaian" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "akses ke alatan rangkaian" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "Sila penuhkan maklumat rangkaian" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, fuzzy msgid "Output the network information as an XML dump to stdout." msgstr "Sila penuhkan maklumat rangkaian" -#: src/virsh.c:2510 +#: src/virsh.c:2546 #, fuzzy msgid "list networks" msgstr "Senarai Dibenarkan" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Cari rangkaian tanpawayar" -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "Cari rangkaian tanpawayar" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "penggunaan: %s --list [nama]\n" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "Tiada katalaluan" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 #, fuzzy msgid "active" msgstr "Aktif" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "tidak aktif" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "" -#: src/virsh.c:2639 +#: src/virsh.c:2675 #, fuzzy msgid "network uuid" msgstr "VG UUID: " -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Konfigurasi Rangkaian" -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "Konfigurasi Rangkaian bagi %s" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "[Rangkaian tidak dimulakan]\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "Konfigurasi Rangkaian bagi %s" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "%s: Direktori telah ditukarnama" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "akses ke alatan rangkaian" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "" -#: src/virsh.c:2748 +#: src/virsh.c:2784 #, fuzzy msgid "network name" msgstr "Nama Pengguna" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "_Domain NIS:" -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "" "Pengunaan: %s FAIL\n" " atau: %s OPSYEN\n" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Automounter dimulakan: %s\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Automounter dimulakan: %s\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 msgid "create a pool from an XML file" msgstr "" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "_Domain NIS:" -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "Sistem Nama Domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "gagal untuk memperuntukkan penimbal" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:2968 +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" msgstr "" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "_Domain NIS:" -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "_Domain NIS:" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "domain NIS default" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "_Domain NIS:" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "domain NIS default" -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "_Domain NIS:" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "_Domain NIS:" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "Sila isikan maklumat pengesahan" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "Sila isikan maklumat pengesahan" -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "Domain Failover" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "penggunaan: %s --list [nama]\n" -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "penggunaan: %s --list [nama]\n" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "penggunaan: %s --list [nama]\n" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "Sila penuhkan maklumat rangkaian" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "Terlalu banyak fail salinan?" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "Memori tidak cukup." -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Mengikat ke domain NIS: " +msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "Terlalu banyak fail salinan?" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "Maklumat tidak sah" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "terlaksana" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "mengumpukkan maklumat domain %d" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "VG UUID: " -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "_Domain NIS:" -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "Sistem Nama Domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Automounter dimulakan: %s\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/virsh.c:3734 +#: src/virsh.c:3771 msgid "create a volume from a set of args" msgstr "" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "_Domain NIS:" -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "Sistem Nama Domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Gagal mencipta direktori %s" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "domain NIS default" -#: src/virsh.c:3857 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "%s: Direktori telah ditukarnama" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/virsh.c:3933 +#: src/virsh.c:3970 msgid "create a vol from an XML file" msgstr "" -#: src/virsh.c:3940 +#: src/virsh.c:3977 msgid "file containing an XML vol description" msgstr "" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Benarkan hos dari:" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "domain NIS default" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "_Domain NIS:" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Mengikat ke domain NIS: " -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "Maklumat tidak sah" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "" -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "Jenis Pemasangan" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "Menyalin Fail" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" msgstr "" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "Sila isikan maklumat pengesahan" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "Sila isikan maklumat pengesahan" -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "Domain Failover" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "penggunaan: %s --list [nama]\n" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "gagal untuk menyimpan kandungan" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "VG UUID: " -#: src/virsh.c:4273 +#: src/virsh.c:4310 msgid "convert a vol UUID to vol path" msgstr "" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 #, fuzzy msgid "show version" msgstr "versi alternatif %s\n" -#: src/virsh.c:4311 +#: src/virsh.c:4348 #, fuzzy msgid "Display the system version information." msgstr "Maklumat sistem bunyi ALSA" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, fuzzy, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Pustaka pemeriksaan katalaluan." -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, fuzzy, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Guna KFeeder" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, fuzzy, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "%s terlaksana.\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Tidak dapat menyambung ke RHN..." + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Gagal menaikkan ${DEVICE}." + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "Sila penuhkan maklumat rangkaian" + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "tak dapat menentukan namahos" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "gagal mendapatkan atribut bagi %s" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "Permintaan per Sambungan" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "gagal mendapatkan atribut bagi %s" -#: src/virsh.c:4448 +#: src/virsh.c:4574 #, fuzzy msgid "vnc display" msgstr "Pengurus Paparan X." -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 #, fuzzy msgid "XML file" msgstr "Menyalin Fail" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, fuzzy, c-format msgid "Failed to attach device from %s" msgstr "Gagal menaikkan ${DEVICE}." -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, fuzzy, c-format msgid "Failed to detach device from %s" msgstr "Gagal menaikkan ${DEVICE}." -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 #, fuzzy msgid "attach network interface" msgstr "Ulangtetap antaramuka rangkaian" -#: src/virsh.c:4704 +#: src/virsh.c:4830 #, fuzzy msgid "Attach new network interface." msgstr "Mengesan melalui antaramuka rangkaian:" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 #, fuzzy msgid "network interface type" msgstr "Ulangtetap antaramuka rangkaian" -#: src/virsh.c:4711 +#: src/virsh.c:4837 #, fuzzy msgid "source of network interface" msgstr "Ulangtetap antaramuka rangkaian" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Nama Volum _Logikal:" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "Alamat MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "Ulangtetap antaramuka rangkaian" -#: src/virsh.c:4821 +#: src/virsh.c:4947 #, fuzzy msgid "Detach network interface." msgstr "Ulangtetap antaramuka rangkaian" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Gagal mencipta direktori %s" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 #, fuzzy msgid "attach disk device" msgstr "Jadikan Peranti RAID." -#: src/virsh.c:4942 +#: src/virsh.c:5068 #, fuzzy msgid "Attach new disk device." msgstr "Tambah Jenis Peranti baru" -#: src/virsh.c:4948 +#: src/virsh.c:5074 #, fuzzy msgid "source of disk device" msgstr "Sumber Cekera Jurupacu" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 #, fuzzy msgid "target of disk device" msgstr "Jadikan Peranti RAID." -#: src/virsh.c:4950 +#: src/virsh.c:5076 #, fuzzy msgid "driver of disk device" msgstr "Membaca cakera jurupacu..." -#: src/virsh.c:4951 +#: src/virsh.c:5077 #, fuzzy msgid "subdriver of disk device" msgstr "Jadikan Peranti RAID." -#: src/virsh.c:4952 +#: src/virsh.c:5078 #, fuzzy msgid "target device type" msgstr "Pilih Jenis Peranti" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 #, fuzzy msgid "detach disk device" msgstr "Jadikan Peranti RAID." -#: src/virsh.c:5107 +#: src/virsh.c:5233 #, fuzzy msgid "Detach disk device." msgstr "Jadikan Peranti RAID." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "Gagal untuk melekapkan cakera jurupacu" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." +msgstr "Tiada nod utk buang" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "gagal untuk menulis ke fail log" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "gagal untuk menulis ke fail log" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "gagal untuk menulis ke fail log" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Gagal mencipta direktori %s" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "Nama Domain" +msgstr "gagal untuk menulis ke fail log" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "gagal untuk menulis ke fail log" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "tidak dapat membaca fail tetapan `%s': %s" -#: src/virsh.c:5338 +#: src/virsh.c:5464 msgid "Edit the XML configuration for a domain." msgstr "" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "tidak dapat membaca fail tetapan `%s': %s" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Ralat Permulaan Fail Tetapan DNS %s:" -#: src/virsh.c:5441 +#: src/virsh.c:5567 msgid "Edit the XML configuration for a network." msgstr "" -#: src/virsh.c:5458 +#: src/virsh.c:5584 msgid "edit XML configuration for a storage pool" msgstr "" -#: src/virsh.c:5459 +#: src/virsh.c:5585 msgid "Edit the XML configuration for a storage pool." msgstr "" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, fuzzy, c-format msgid "command '%s' requires <%s> option" msgstr "Ralat Pilihan s s" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, fuzzy, c-format msgid "command '%s' requires --%s option" msgstr "Ralat Pilihan s s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, fuzzy, c-format msgid "command '%s' doesn't exist" msgstr "Peranti '$device' tidak wujud" -#: src/virsh.c:5690 +#: src/virsh.c:5819 #, fuzzy msgid " NAME\n" msgstr " Nama : " -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6133,7 +6584,7 @@ msgstr "" "\n" " SINOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6141,7 +6592,7 @@ msgstr "" "\n" " HURAIAN\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6149,55 +6600,55 @@ msgstr "" "\n" " PILIHAN\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "gagal untuk mendapatkan domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nama rangkaian tidak ditakrif" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "gagal untuk mendapatkan rangkaian '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "nama rangkaian tidak ditakrif" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "gagal untuk mendapatkan domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "nama rangkaian tidak ditakrif" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "gagal untuk mendapatkan domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6208,130 +6659,129 @@ msgstr "" "(Masa: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "hilang \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "token tidak dijangka (nama arahan): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "arahan tidak diketahui: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "arahan '%s' tidak menyokong pilihan --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "sintaks dijangka: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nombor" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "rentetan" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "data tidak dijangka '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "PILIHAN" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "Menyalin Fail" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "dalam dimatikan" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "matikan" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "luartalian" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "tiada sambungan sah" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: ralat:" -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "ralat:" -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: gagal untuk mengumpukkan %d byte" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: gagal untuk mengumpukkan %lu byte" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "gala untuk menyambung ke hipervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "gagal untuk mendapatkan maklumat fail log" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "laluan log adalah bukan fail" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "gagal untuk menulis ke fail log" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "gagal untuk menulis ke fail log" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6350,26 +6800,26 @@ msgid "" " commands (non interactive mode):\n" msgstr "" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" "\n" msgstr "" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6384,913 +6834,994 @@ msgstr "amaran" msgid "error" msgstr "ralat" -#: src/virterror.c:381 +#: src/virterror.c:389 #, fuzzy msgid "No error message provided" msgstr "Terdapat ralat RPM. Mesejnya ialah:\n" -#: src/virterror.c:436 +#: src/virterror.c:444 #, fuzzy, c-format msgid "internal error %s" msgstr "Ralat dalaman.\n" -#: src/virterror.c:438 +#: src/virterror.c:446 #, fuzzy msgid "internal error" msgstr "Ralat dalaman.\n" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "Antaramuka untuk sokongan kebolehcapaian." -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "Antaramuka untuk sokongan kebolehcapaian." -#: src/virterror.c:451 +#: src/virterror.c:459 #, fuzzy msgid "could not connect to hypervisor" msgstr "Tidak dapat menulis ke fail %s." -#: src/virterror.c:453 +#: src/virterror.c:461 #, fuzzy, c-format msgid "could not connect to %s" msgstr "Tidak dapat menulis ke fail %s." -#: src/virterror.c:457 +#: src/virterror.c:465 #, fuzzy msgid "invalid connection pointer in" msgstr "aksara tidak sah pada %s pada rentetan mod %s" -#: src/virterror.c:459 +#: src/virterror.c:467 #, fuzzy, c-format msgid "invalid connection pointer in %s" msgstr "aksara tidak sah pada %s pada rentetan mod %s" -#: src/virterror.c:463 +#: src/virterror.c:471 #, fuzzy msgid "invalid domain pointer in" msgstr "aksara tidak sah pada %s pada rentetan mod %s" -#: src/virterror.c:465 +#: src/virterror.c:473 #, fuzzy, c-format msgid "invalid domain pointer in %s" msgstr "aksara tidak sah pada %s pada rentetan mod %s" -#: src/virterror.c:469 +#: src/virterror.c:477 #, fuzzy msgid "invalid argument in" msgstr "hujah tidak sah %s untuk %s" -#: src/virterror.c:471 +#: src/virterror.c:479 #, fuzzy, c-format msgid "invalid argument in %s" msgstr "hujah tidak sah %s untuk %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, fuzzy, c-format msgid "operation failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/virterror.c:477 +#: src/virterror.c:485 #, fuzzy msgid "operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/virterror.c:481 +#: src/virterror.c:489 #, fuzzy, c-format msgid "GET operation failed: %s" msgstr "Mendapatkan subrentetan %d gagal (%d)." -#: src/virterror.c:483 +#: src/virterror.c:491 #, fuzzy msgid "GET operation failed" msgstr "Mendapatkan subrentetan %d gagal (%d)." -#: src/virterror.c:487 +#: src/virterror.c:495 #, fuzzy, c-format msgid "POST operation failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/virterror.c:489 +#: src/virterror.c:497 #, fuzzy msgid "POST operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "" -#: src/virterror.c:496 +#: src/virterror.c:504 #, fuzzy, c-format msgid "unknown host %s" msgstr "Hos tidak diketahui" -#: src/virterror.c:498 +#: src/virterror.c:506 #, fuzzy msgid "unknown host" msgstr "Hos tidak diketahui" -#: src/virterror.c:502 +#: src/virterror.c:510 #, fuzzy, c-format msgid "failed to serialize S-Expr: %s" msgstr "Gagal untuk melekapkan partisyen." -#: src/virterror.c:504 +#: src/virterror.c:512 #, fuzzy msgid "failed to serialize S-Expr" msgstr "Gagal untuk melekapkan partisyen." -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "" -#: src/virterror.c:519 +#: src/virterror.c:527 #, fuzzy, c-format -msgid "failed Xen syscall %s %d" +msgid "failed Xen syscall %s" msgstr "/xen/demo.img" -#: src/virterror.c:523 +#: src/virterror.c:531 #, fuzzy msgid "unknown OS type" msgstr "Jenis data tidak diketahui: %s\n" -#: src/virterror.c:525 +#: src/virterror.c:533 #, fuzzy, c-format msgid "unknown OS type %s" msgstr "Jenis data tidak diketahui: %s\n" -#: src/virterror.c:528 +#: src/virterror.c:536 #, fuzzy msgid "missing kernel information" msgstr "Membaca maklumat pakej..." -#: src/virterror.c:532 +#: src/virterror.c:540 #, fuzzy msgid "missing root device information" msgstr "Parameter tidak mencukupi 'device' (arg 1)" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "" -#: src/virterror.c:538 +#: src/virterror.c:546 #, fuzzy msgid "missing source information for device" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/virterror.c:540 +#: src/virterror.c:548 #, fuzzy, c-format msgid "missing source information for device %s" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/virterror.c:544 +#: src/virterror.c:552 #, fuzzy msgid "missing target information for device" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/virterror.c:546 +#: src/virterror.c:554 #, fuzzy, c-format msgid "missing target information for device %s" msgstr "Menentukan maklumat IP bagi ${DEVICE}..." -#: src/virterror.c:550 +#: src/virterror.c:558 #, fuzzy msgid "missing domain name information" msgstr "Set nama domain NIS %s: " -#: src/virterror.c:552 +#: src/virterror.c:560 #, fuzzy, c-format msgid "missing domain name information in %s" msgstr "Domain Nama s dalam" -#: src/virterror.c:556 +#: src/virterror.c:564 #, fuzzy msgid "missing operating system information" msgstr "Maklumat sistem bunyi ALSA" -#: src/virterror.c:558 +#: src/virterror.c:566 #, fuzzy, c-format msgid "missing operating system information for %s" msgstr "tak dapat membaca maklumat sistem fail bagi %s" -#: src/virterror.c:562 +#: src/virterror.c:570 #, fuzzy msgid "missing devices information" msgstr "Membaca maklumat pakej..." -#: src/virterror.c:564 +#: src/virterror.c:572 #, fuzzy, c-format msgid "missing devices information for %s" msgstr "Maklumat logmasuk untuk RHN yang diperlukan tiada: %s" -#: src/virterror.c:568 +#: src/virterror.c:576 #, fuzzy msgid "too many drivers registered" msgstr "Terlalu banyak fail salinan?" -#: src/virterror.c:570 +#: src/virterror.c:578 #, fuzzy, c-format msgid "too many drivers registered in %s" msgstr "terlalu banyak spesifikasi penukaran %% pada suffiks" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "" -#: src/virterror.c:586 +#: src/virterror.c:594 #, fuzzy msgid "this domain exists already" msgstr "Direktori bernama %s telah wujud." -#: src/virterror.c:588 +#: src/virterror.c:596 #, fuzzy, c-format msgid "domain %s exists already" msgstr "Profil \"%s\" telah wujud!" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "" -#: src/virterror.c:600 +#: src/virterror.c:608 #, fuzzy, c-format msgid "failed to open %s for reading" msgstr "xinetd gagal untuk mengulangmuat untuk" -#: src/virterror.c:604 +#: src/virterror.c:612 #, fuzzy msgid "failed to read configuration file" msgstr "tidak dapat membaca fail tetapan `%s': %s" -#: src/virterror.c:606 +#: src/virterror.c:614 #, fuzzy, c-format msgid "failed to read configuration file %s" msgstr "tidak dapat membaca fail tetapan `%s': %s" -#: src/virterror.c:610 +#: src/virterror.c:618 #, fuzzy msgid "failed to parse configuration file" msgstr "terap perubahan ke fail tetapan" -#: src/virterror.c:612 +#: src/virterror.c:620 #, fuzzy, c-format msgid "failed to parse configuration file %s" msgstr "terap perubahan ke fail tetapan" -#: src/virterror.c:616 +#: src/virterror.c:624 #, fuzzy msgid "configuration file syntax error" msgstr "Ralat Permulaan Fail Tetapan DNS %s:" -#: src/virterror.c:618 +#: src/virterror.c:626 #, fuzzy, c-format msgid "configuration file syntax error: %s" msgstr "Ralat Permulaan Fail Tetapan DNS %s:" -#: src/virterror.c:622 +#: src/virterror.c:630 #, fuzzy msgid "failed to write configuration file" msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/virterror.c:624 +#: src/virterror.c:632 #, fuzzy, c-format msgid "failed to write configuration file: %s" msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/virterror.c:628 +#: src/virterror.c:636 #, fuzzy msgid "parser error" msgstr "Ralat Tidak Diketahui" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "Sila penuhkan maklumat rangkaian" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "Sila penuhkan maklumat rangkaian" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "Direktori bernama %s telah wujud." -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "Profil \"%s\" telah wujud!" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "Ralat sistem tidak diketahui" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "Ralat Tidak Diketahui" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "Ralat Menyimpan Cekupanskrin" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Gagal menjumpai program dipilih." -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Gagal menjumpai program dipilih." -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "CD Tidak Dijumpai" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "CD Tidak Dijumpai" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "CD Tidak Dijumpai" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "CD Tidak Dijumpai" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "Alamat MAC dibenarkan" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "Alamat MAC dibenarkan" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "CD Tidak Dijumpai" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "CD Tidak Dijumpai" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "CD Tidak Dijumpai" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "CD Tidak Dijumpai" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "Sila penuhkan maklumat rangkaian" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "Sila penuhkan maklumat rangkaian" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "Sila penuhkan maklumat rangkaian" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "Sila penuhkan maklumat rangkaian" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Gagal menjumpai program dipilih." -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Gagal menjumpai program dipilih." -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Gagal menjumpai program dipilih." + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Gagal menjumpai program dipilih." + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "aksara tidak sah pada %s pada rentetan mod %s" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "aksara tidak sah pada %s pada rentetan mod %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "CD Tidak Dijumpai" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "CD Tidak Dijumpai" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "mengumpukkan maklumat domain %d" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "Tiada nod utk buang" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "mengumpukkan maklumat domain %d" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "Tiada nod utk buang" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "gala untuk menyambung ke hipervisor" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Mengikat ke domain NIS: " +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 #, fuzzy msgid "allocate new buffer" msgstr "Selit ke dalam buffer baru" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "Jenis data tidak diketahui: %s\n" +msgstr "Pilih Jenis Peranti" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "Jenis data tidak diketahui: %s\n" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 #, fuzzy msgid "domain information incomplete, vbd has no src" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "Alamat MAC dibenarkan" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "Pelayan Kamus Dict" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "Jenis data tidak diketahui: %s\n" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "Jenis data tidak diketahui: %s\n" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "Ralat Permulaan Fail Tetapan DNS %s:" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Mengikat ke domain NIS: " +msgstr "Gagal untuk melekapkan partisyen." -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "Pilih Jenis Peranti" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "Memori Rendah" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Mengikat ke domain NIS: " +msgstr "akses ke alatan rangkaian" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "gagal mendapatkan atribut bagi %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "Mengikat ke domain NIS: " -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Gagal mencipta direktori %s" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "Entah" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "gagal mendapatkan atribut bagi %s" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "hujah tidak sah %s untuk %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "xinetd gagal untuk mengulangmuat untuk" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Gagal untuk membuka %s: %s\n" +msgstr "tidak dapat membaca fail tetapan `%s': %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "Jenis tetikus dikesan: %s" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "Jenis tetikus dikesan: %s" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "Jenis tetikus dikesan: %s" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, 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:5295 #, fuzzy msgid "no HVM domain loader" msgstr "penggunaan: %s --list [nama]\n" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "[Rangkaian tidak dimulakan]\n" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "Ralat Permulaan Fail Tetapan DNS %s:" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "Mod lihat (baca sahaja)" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "penggunaan: %s --list [nama]\n" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "Ralat bila cuba menulis ke fail konfigurasi." +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "Pelayan Kamus Dict" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "Saiz _memori tersendiri" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "tidak dapat membaca fail tetapan `%s': %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "Jenis data tidak diketahui: %s\n" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "gagal untuk menyimpan kandungan" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -#, fuzzy -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "Rentetan IP tidak sah" #: src/xmlrpc.c:53 @@ -7343,6 +7874,11 @@ msgstr "Jawapan tidak sah telah diterima." msgid "read response" msgstr "Baca-Saja" +#: src/xmlrpc.c:478 +#, fuzzy +msgid "allocate string array" +msgstr "Rentetan IP tidak sah" + #: src/xmlrpc.c:601 #, fuzzy msgid "parse server response failed" @@ -7353,316 +7889,45 @@ msgstr "SSLv23_server_method() gagal." msgid "allocate new context" msgstr "Konteks pengguna tidak diketahui" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "" +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "Pilih Jenis Peranti" +msgid "failed to allocate activeDomainList" +msgstr "Gagal mencipta direktori %s" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "Nama Volum _Logikal:" +msgid "failed to allocate xsWatchList" +msgstr "Tiada nod utk buang" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "Saiz _memori tersendiri" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "" -#~ "Pengunaan: %s FAIL\n" -#~ " atau: %s OPSYEN\n" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "hujah tidak sah %s untuk %s" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "Parameter tidak mencukupi 'device' (arg 1)" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Nilai tidak sah bagi record_size" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "Parameter tidak mencukupi 'device' (arg 1)" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "Set nama domain NIS %s: " - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Gagal untuk memuatkan cakera pemandu daripada fail." - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Gagal untuk membuka %s: %s\n" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Gagal untuk membuka %s: %s\n" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "gagal untuk melaksanakan %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "Saiz _memori tersendiri" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "Operasi antaramuka HTTP gagal\n" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "Operasi antaramuka HTTP gagal\n" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "Operasi antaramuka HTTP gagal\n" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "Operasi antaramuka HTTP gagal\n" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "xinetd gagal untuk mengulangmuat untuk" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "Operasi antaramuka HTTP gagal\n" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "Operasi antaramuka HTTP gagal\n" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Ralat, tidak dapat memulakan pelayan X." - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "Operasi antaramuka HTTP gagal\n" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "Set nama domain NIS %s: " - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "Set nama domain NIS %s: " +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "Mesti nyatakan nilai" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#~ msgid "failed to exec %s\n" -#~ msgstr "gagal untuk melaksanakan %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "Gagal menukar maklumat usia untuk %s: %s\n" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Gagal untuk membuka %s: %s\n" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "Ralat Dengan Data" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "Jenis tetikus dikesan: %s" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Gagal mencipta direktori %s" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "" -#~ "Pengunaan: %s FAIL\n" -#~ " atau: %s OPSYEN\n" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "" -#~ "Pengunaan: %s FAIL\n" -#~ " atau: %s OPSYEN\n" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "" -#~ "Pengunaan: %s FAIL\n" -#~ " atau: %s OPSYEN\n" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "Menentukan maklumat IP bagi ${DEVICE}..." - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "aksara tidak sah pada %s pada rentetan mod %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "" -#~ "Pengunaan: %s FAIL\n" -#~ " atau: %s OPSYEN\n" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "Maklumat tidak sah" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "Membaca maklumat pakej..." - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "Membaca maklumat pakej..." - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "Tiada nod utk buang" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "Tiada nod utk buang" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "Tiada nod utk buang" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "Tiada nod utk buang" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "Tiada nod utk buang" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "" -#~ "Pengunaan: %s FAIL\n" -#~ " atau: %s OPSYEN\n" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "Tiada nod utk buang" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "Laluan SFS" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Gagal mencipta direktori %s" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Gagal untuk membuka %s: %s\n" +msgid "reallocating list" +msgstr "Laluan SFS" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "gagal untuk menyimpan kandungan" +msgid "failed to allocate domids" +msgstr "Tiada nod utk buang" #~ msgid "domain" #~ msgstr "domain" -#, fuzzy -#~ msgid "domain name" -#~ msgstr "Nama Domain" - -#, fuzzy -#~ msgid "domain uuid" -#~ msgstr "VG UUID: " - #, fuzzy #~ msgid "domain memory" #~ msgstr "Memori Rendah" @@ -7687,10 +7952,6 @@ msgstr "" #~ msgid "domain crash behaviour" #~ msgstr "Simpan Longgokan Musnah" -#, fuzzy -#~ msgid "load domain definition file" -#~ msgstr "Tidak dapat memuatkan fail!" - #, fuzzy #~ msgid "network" #~ msgstr "Nama Pengguna" @@ -7707,62 +7968,9 @@ msgstr "" #~ msgid "load network definition file" #~ msgstr "Tidak dapat memuatkan fail!" -#, fuzzy -#~ msgid "too many domains" -#~ msgstr "Terlalu banyak gantian" - -#, fuzzy -#~ msgid "too many networks" -#~ msgstr "Terlalu banyak gantian" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "Tidak dapat memuatkan fail!" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "Parameter tidak mencukupi 'device' (arg 1)" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "Profil \"%s\" telah wujud!" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "Konteks pengguna tidak diketahui" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "Ralat bila cuba menulis ke fail konfigurasi." - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "Tiada nod utk buang" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Gagal menjumpai program dipilih." - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Gagal menjumpai program dipilih." - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "Saiz _memori tersendiri" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "Jawapan tidak sah telah diterima." - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "Ralat dalaman.\n" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "Selit ke dalam buffer baru" - #, fuzzy #~ msgid "Failed to open '%s': read: %s" #~ msgstr "Gagal membaca direktori %s: %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "gagal untuk melaksanakan %s\n" diff --git a/po/my.po b/po/my.po index b0f327a746..0a900de28d 100644 --- a/po/my.po +++ b/po/my.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/nb.po b/po/nb.po index c5bcaa42c6..91aaa925c6 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-10-04 14:21+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian/Bokmaal \n" @@ -17,309 +17,309 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "bibliotekskall feilet, muligens ikke st¸ttet" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "operasjon feilet" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "feil i systemkall" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "ukjent vert" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "feil ved lesing av konfigurasjonsfil %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" msgstr "" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allokerer nettverk" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 +#: qemud/qemud.c:290 #, c-format -msgid "Received signal %d, dispatching to drivers" +msgid "Received unexpected signal %d" msgstr "" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "Kunne ikke vise aktive nettverk" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Kunne ikke opprette domenet fra %s" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Kunne ikke definere domenet fra %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "Kunne ikke vise aktive nettverk" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Kunne ikke definere domenet fra %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operasjon feilet: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,449 +327,477 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Kunne ikke starte nettverket %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET-operasjon feilet: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "Kunne ikke vise aktive nettverk" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "Kunne ikke vise aktive nettverk" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Kunne ikke starte domenet %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Kunne ikke opprette domenet fra %s" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Kunne ikke opprette domenet fra %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operasjon feilet" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "fikk ukjent HTTP-feilkode %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "operasjon feilet" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 msgid "connection not open" msgstr "" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "slutt p minne" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "Domene ikke funnet" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "ukjent OS-type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "Nettverk ikke funnet" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Kunne ikke lagre domenet %s til %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "slutt p minne" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Kunne ikke vise inaktive domener" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Kunne ikke vise inaktive domener" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "Nettverk ikke funnet" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "Nettverk ikke funnet" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domene ikke funnet" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ugyldig argument i" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "operasjon feilet" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -808,8 +836,8 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "Kunne ikke vise aktive nettverk" @@ -852,924 +880,974 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ugyldig argument i" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "ugyldig argument i %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "ukjent OS-type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Kunne ikke opprette domenet fra %s" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "mangler \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "ukjent vert %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -msgid "missing root element" -msgstr "" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "ukjent OS-type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "Kunne ikke vise aktive nettverk" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "mangler informasjon om domenenavn" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "ugyldig argument i" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Kunne ikke opprette domenet fra %s" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "ukjent OS-type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "operasjon feilet" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "for mange domener" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "mangler kildeinformasjon for enhet" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "ukjent OS-type %s" - -#: src/domain_conf.c:1924 -msgid "cannot extract disk devices" -msgstr "" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "operasjon feilet" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "nettverksnavn" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "for mange domener" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "ugyldig argument i" - -#: src/domain_conf.c:2090 -msgid "cannot extract graphics devices" -msgstr "" - -#: src/domain_conf.c:2126 -msgid "cannot extract sound devices" -msgstr "" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "filen inneholder en beskrivelse om et XML-domene" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "ukjent vert %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "udefinert domenenavn eller -id" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "ukjent OS-type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allokerer tilkobling" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "allokerer nettverk" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allokerer nettverk" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allokerer nettverk" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allokerer nettverk" + +#: src/datatypes.c:816 +msgid "copying node dev name" +msgstr "" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "kunne ikke skrive til konfigurasjonsfil" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "kunne ikke skrive til konfigurasjonsfil" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "ukjent OS-type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "ukjent kommando: '%s'" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "ukjent OS-type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "ukjent OS-type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "ukjent OS-type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "mangler kildeinformasjon for enhet" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "mangler kildeinformasjon for enhet" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "mangler kildeinformasjon for enhet" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "mangler informasjon om enheter" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "ukjent OS-type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "ukjent OS-type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +msgid "missing graphics device type" +msgstr "" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "ukjent OS-type %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "ukjent kommando: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, c-format +msgid "cannot parse device %s" +msgstr "" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "ukjent OS-type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "mangler \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "mangler \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "ukjent vert %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "ukjent vert %s" + +#: src/domain_conf.c:1558 +msgid "missing type in hostdev" +msgstr "" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "ukjent vert %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +msgid "missing root element" +msgstr "" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "ukjent OS-type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "Kunne ikke vise aktive nettverk" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "mangler informasjon om domenenavn" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "ugyldig argument i %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "kunne ikke lagre innhold" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, c-format +msgid "unexpected feature %s" +msgstr "" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "ukjent OS-type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "mangler kildeinformasjon for enhet" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "ukjent vert %s" + +#: src/domain_conf.c:1932 +msgid "cannot extract disk devices" +msgstr "" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "nettverksnavn" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +msgid "cannot extract input devices" +msgstr "" + +#: src/domain_conf.c:2091 +msgid "cannot extract graphics devices" +msgstr "" + +#: src/domain_conf.c:2132 +msgid "cannot extract sound devices" +msgstr "" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "kunne ikke lagre innhold" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, c-format +msgid "unexpected lifecycle type %d" +msgstr "" + +#: src/domain_conf.c:2546 +#, c-format +msgid "unexpected disk type %d" +msgstr "" + +#: src/domain_conf.c:2551 +#, c-format +msgid "unexpected disk device %d" +msgstr "" + +#: src/domain_conf.c:2556 +#, c-format +msgid "unexpected disk bus %d" +msgstr "" + +#: src/domain_conf.c:2606 +#, c-format +msgid "unexpected filesystem type %d" +msgstr "" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, c-format +msgid "unexpected net type %d" +msgstr "" + +#: src/domain_conf.c:2725 +#, c-format +msgid "unexpected char type %d" +msgstr "" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, c-format +msgid "unexpected sound model %d" +msgstr "" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, c-format +msgid "unexpected input type %d" +msgstr "" + +#: src/domain_conf.c:2849 +#, c-format +msgid "unexpected input bus type %d" +msgstr "" + +#: src/domain_conf.c:2931 +#, c-format +msgid "unexpected hostdev mode %d" +msgstr "" + +#: src/domain_conf.c:2938 +#, c-format +msgid "unexpected hostdev type %d" +msgstr "" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "udefinert domenenavn eller -id" + +#: src/domain_conf.c:3061 +#, c-format +msgid "unexpected boot device type %d" +msgstr "" + +#: src/domain_conf.c:3079 +#, c-format +msgid "unexpected feature %d" +msgstr "" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "ukjent OS-type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Kunne ikke opprette domenet fra %s" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Kunne ikke opprette domenet fra %s" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "kunne ikke koble til %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allokerer tilkobling" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Kunne ikke starte nettverket %s" +msgstr "kunne ikke koble til %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +msgid "domainMigratePrepare2 did not set uri" +msgstr "" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "Kunne ikke vise aktive nettverk" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "Kunne ikke vise aktive nettverk" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Kunne ikke vise inaktive domener" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "Kunne ikke definere domenet fra %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Kunne ikke starte domenet %s" +msgstr "feil ved pning av %s for lesing" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Kunne ikke starte domenet %s" +msgstr "Kunne ikke definere domenet fra %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format -msgid "failed to mount %s at %s for container: %s" -msgstr "Kunne ikke starte domenet %s" - -#: src/lxc_container.c:412 -#, fuzzy, c-format -msgid "failed to read /proc/mounts: %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, fuzzy, c-format +msgid "failed to mount %s at %s for container: %s" +msgstr "feil ved pning av %s for lesing" + +#: src/lxc_container.c:411 +#, fuzzy, c-format +msgid "failed to read /proc/mounts: %s" +msgstr "feil ved lesing av konfigurasjonsfil %s" + +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Kunne ikke starte domenet %s" +msgstr "feil ved pning av %s for lesing" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "Kunne ikke vise aktive nettverk" +msgstr "operasjon feilet: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 #, fuzzy, c-format -msgid "failed to create server socket %s: %s" +msgid "Unable to create cgroup for %s\n" msgstr "Kunne ikke opprette domenet fra %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/lxc_controller.c:140 +#, fuzzy, c-format +msgid "failed to create server socket %s: %s" +msgstr "feil ved pning av konfigurasjonfil for lesing" + +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "operasjon feilet: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "operasjon feilet: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Kunne ikke starte domenet %s" +msgstr "kunne ikke lagre innhold" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operasjon feilet: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "Kunne ikke vise aktive nettverk" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/lxc_controller.c:564 -#, fuzzy, c-format +#: src/lxc_controller.c:630 +#, c-format msgid "Unable to change to root dir: %s\n" -msgstr "kunne ikke skrive til konfigurasjonsfil" +msgstr "" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "kunne ikke skrive til konfigurasjonsfil" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Kunne ikke definere domenet fra %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "Kunne ikke vise aktive nettverk" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domene-id eller -uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "Kunne ikke vise aktive domener" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 -#, fuzzy +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 msgid "cannot undefine transient domain" -msgstr "Kunne ikke vise aktive domener" +msgstr "" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Kunne ikke starte domenet %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "kunne ikke lagre innhold" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Kunne ikke opprette domenet fra %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "Kunne ikke vise aktive nettverk" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "Kunne ikke opprette domenet fra %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "Kunne ikke vise aktive nettverk" +msgstr "Kunne ikke opprette domenet fra %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" -msgstr "Kunne ikke opprette domenet fra %s" +msgstr "kunne ikke lagre innhold" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, c-format msgid "invalid PID %d for container" msgstr "" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "domene-id eller -uuid" +msgid "no domain named %s" +msgstr "domenenavn" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" +msgid "no domain with id %d" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, c-format +msgid "uname(): %s" +msgstr "" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "fikk ukjent HTTP-feilkode %d" +msgstr "ukjent vert %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "vis domener" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ugyldig argument i %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "ugyldig argument i" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "ugyldig MAC-adresse: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1780,8 +1858,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ukjent OS-type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1791,1628 +1869,1779 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "kunne ikke koble til %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "kunne ikke koble til %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "udefinert nettverksnavn" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "ugyldig MAC-adresse" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "IP-adresse" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operasjon feilet" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/openvz_conf.c:363 -msgid "UUID in config file malformed" -msgstr "" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "kunne ikke koble til %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domenet kj¸rer fremdeles" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "kunne ikke koble til %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "Kunne ikke vise aktive domener" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domenet kj¸rer fremdeles" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "kunne ikke koble til %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "kunne ikke koble til %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "kunne ikke koble til %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "endre antall virtuelle CPUer" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domenet kj¸rer fremdeles" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "kunne ikke koble til %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "ukjent OS-type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "kunne ikke koble til %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "Kunne ikke vise aktive nettverk" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "Kunne ikke vise aktive nettverk" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "Nettverk ikke funnet" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Nettverket %s er startet\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Nettverket %s er startet\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "feil ved pning av %s for lesing" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "operasjon feilet" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "operasjon feilet" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "domenenavn" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "Kunne ikke vise aktive nettverk" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "kunne ikke skrive til konfigurasjonsfil" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "filen inneholder en beskrivelse om et XML-domene" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Kunne ikke starte nettverket %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Kunne ikke definere domenet fra %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "slutt p minne" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "slutt p minne" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "Kunne ikke vise aktive nettverk" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "Kunne ikke vise aktive nettverk" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domenet er allerede aktivt" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "feil ved pning av %s for lesing" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "kunne ikke lagre innhold" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Nettverket kj¸rer fremdeles" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domeneinformasjon i XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "Kunne ikke opprette domenet fra %s" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +msgid "Cound not extract vzctl version" +msgstr "" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "udefinert nettverksnavn" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ugyldig MAC-adresse" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "ugyldig MAC-adresse" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operasjon feilet" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domene ikke funnet" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "kunne ikke koble til %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domenet kj¸rer fremdeles" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "kunne ikke koble til %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "kunne ikke koble til %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "kunne ikke koble til %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "endre antall virtuelle CPUer" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "kunne ikke koble til %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "ukjent OS-type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "kunne ikke koble til %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "Kunne ikke vise aktive nettverk" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "Kunne ikke vise aktive nettverk" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "Kunne ikke vise aktive nettverk" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "Nettverk ikke funnet" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Nettverket %s er startet\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Nettverket %s er startet\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, 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:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "feil ved pning av %s for lesing" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format +msgid "unsupported disk type '%s'" +msgstr "" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "feil ved pning av %s for lesing" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "slutt p minne" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "kunne ikke skrive til konfigurasjonsfil" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "Kunne ikke starte domenet %s" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operasjon feilet" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domenet er allerede aktivt" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "kunne ikke lagre innhold" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 msgid "Got unexpected pid, damn\n" msgstr "" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "Kunne ikke vise aktive nettverk" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "Kunne ikke vise aktive nettverk" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domenet er allerede aktivt" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "feil ved pning av %s for lesing" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "kunne ikke lagre innhold" - -#: src/qemu_driver.c:1625 -msgid "Got unexpected pid for dnsmasq\n" -msgstr "" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "Kunne ikke vise aktive nettverk" +msgstr "kunne ikke pne fil" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Brukt minne:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domenet %s eksisterer allerede" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domenet %s eksisterer allerede" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domenet kj¸rer fremdeles" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operasjon feilet" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operasjon feilet" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" msgstr "" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" -msgstr "filen inneholder en beskrivelse om et XML-domene" +msgstr "Kunne ikke starte domenet %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "kunne ikke lagre innhold" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "slutt p minne" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operasjon feilet" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 -#, fuzzy +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "vis aktive og inaktive domener" +msgstr "" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" -msgstr "vis aktive og inaktive domener" +msgstr "vis inaktive domener" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "bibliotekskall feilet, muligens ikke st¸ttet" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Kunne ikke opprette domenet fra %s" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "filen inneholder en beskrivelse om et XML-domene" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" -msgstr "Kunne ikke opprette domenet fra %s" +msgstr "kunne ikke lagre innhold" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domenet er allerede aktivt" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Kunne ikke opprette domenet fra %s" +msgstr "kunne ikke lagre innhold" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Kunne ikke starte domenet %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Kunne ikke starte domenet %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Kunne ikke vise aktive nettverk" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "operasjon feilet" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "vis aktive og inaktive domener" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domenet %s eksisterer allerede" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:3232 -#, fuzzy +#: src/qemu_driver.c:2808 msgid "cannot attach usb device" -msgstr "vis aktive og inaktive domener" +msgstr "" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "vis aktive og inaktive domener" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Domene ikke funnet" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "feil ved pning av konfigurasjonfil for lesing" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Kunne ikke opprette domenet fra %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "vis aktive og inaktive domener" +msgstr "Start et domene." -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ugyldig argument i %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domene ikke funnet: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "ugyldig argument i %s" +msgstr "ugyldig argument i" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "domenenavn" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +msgid "no domain XML passed" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Domenet er allerede aktivt" +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "domeneinformasjon i XML" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "Kunne ikke vise aktive nettverk" +msgid "could not generate random UUID" +msgstr "kunne ikke koble til %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "Kunne ikke starte domenet %s" + +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgid "migrate failed: %s" +msgstr "operasjon feilet: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Kunne ikke definere domenet fra %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "kunne ikke koble til %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "kunne ikke lagre innhold" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "allokerer nettverk" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allokerer nettverk" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 -#, fuzzy, c-format +#: src/remote_internal.c:962 +#, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "Kunne ikke vise aktive nettverk" +msgstr "" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "kunne ikke skrive til konfigurasjonsfil" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Kunne ikke definere domenet fra %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Kunne ikke opprette domenet fra %s" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "feil ved pning av konfigurasjonfil for lesing" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "feil ved pning av konfigurasjonfil for lesing" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Kunne ikke opprette domenet fra %s" - -#: src/remote_internal.c:1018 -msgid "Invalid certificate" -msgstr "" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, c-format +msgid "unable to verify server certificate: %s" +msgstr "" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +msgid "Invalid certificate" +msgstr "" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Kunne ikke definere domenet fra %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "for mange nettverk" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "for mange domener" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "for mange domener" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "slutt p minne" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "ukjent OS-type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "for mange nettverk" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "for manger drivere er registrert" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "for manger drivere er registrert" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "for manger drivere er registrert" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "for manger drivere er registrert" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "for manger drivere er registrert" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "for manger drivere er registrert" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "for manger drivere er registrert" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "ukjent OS-type %s" +msgstr "operasjon feilet: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operasjon feilet" -#: src/remote_internal.c:3923 -#, fuzzy, c-format +#: src/remote_internal.c:4341 +#, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Kunne ikke definere domenet fra %s" +msgstr "" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Kunne ikke vise inaktive domener" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "denne funksjonen er ikke st¸ttet av hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Kunne ikke starte domenet %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "feil ved pning av konfigurasjonfil for lesing" +msgstr "kunne ikke lagre innhold" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "Kunne ikke starte domenet %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "feil ved pning av konfigurasjonfil for lesing" +msgstr "Kunne ikke vise aktive domener" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "ugyldig argument i %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "ugyldig argument i" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ugyldig argument i" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "ukjent OS-type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "ukjent OS-type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Kunne ikke starte domenet %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "intern feil %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "ugyldig argument i %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "ugyldig argument i %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operasjon feilet" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "mangler kildeinformasjon for enhet" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "mangler kildeinformasjon for enhet" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "mangler kildeinformasjon for enhet" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "mangler kildeinformasjon for enhet" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "mangler kildeinformasjon for enhet" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domenenavn" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "ukjent OS-type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3441,584 +3670,758 @@ msgstr "vis versjon" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Navn" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Kunne ikke opprette domenet fra %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "Kunne ikke vise aktive nettverk" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "domenenavn" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allokerer nettverk" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allokerer nettverk" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allokerer nettverk" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "Kunne ikke opprette domenet fra %s" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domenenavn" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "allokerer nettverk" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "ukjent vert %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "ukjent OS-type %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "mangler kildeinformasjon for enhet" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "nettverksnavn eller uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "ukjent OS-type %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "mangler kildeinformasjon for enhet" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "for mange domener" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blokkert" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "mangler kildeinformasjon for enhet" +msgstr "mangler kildeinformasjon for enhet %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "mangler kildeinformasjon for enhet" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domenenavn" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "ukjent OS-type %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "mangler kildeinformasjon for enhet" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "ukjent vert %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "allokerer nettverk" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "ukjent vert %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "mangler kildeinformasjon for enhet" +msgstr "mangler informasjon om domenenavn" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "ukjent OS-type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Kunne ikke opprette domenet fra %s" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Navn" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domenet er allerede aktivt" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domenet er allerede aktivt" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domenet er allerede aktivt" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "henter tid p d¸gnet" -#: src/test.c:329 -msgid "loading host definition file" -msgstr "" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" +msgstr "Kunne ikke lesebeskrivelsesfilen %s" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "vert" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "nettverksnavn" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "udefinert nettverksnavn" -#: src/test.c:553 +#: src/test.c:566 +msgid "node pool list" +msgstr "" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "udefinert nettverksnavn" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Domene ikke funnet" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "domenet %s eksisterer allerede" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domenet kj¸rer fremdeles" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start et domene." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" -msgstr "Kunne ikke opprette domenet fra %s" +msgstr "feil ved lesing av konfigurasjonsfil" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "kunne ikke skrive til konfigurasjonsfil" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domenet kj¸rer allerede" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Domenet kj¸rer fremdeles" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Nettverket kj¸rer fremdeles" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domenet kj¸rer allerede" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Kunne ikke opprette domenet fra %s" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Kunne ikke lagre domenet %s til %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "kunne ikke lagre innhold" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "kunne ikke lagre innhold" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "kunne ikke lagre innhold" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Kunne ikke opprette domenet fra %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "slutt p minne" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/uml_driver.c:561 +#, c-format +msgid "cannot open socket %s" +msgstr "" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "ukjent kommando: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "kunne ikke koble til %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Kunne ikke definere domenet fra %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "feil: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4026,322 +4429,326 @@ msgstr "" "Kommandoer:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start et domene." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domenenavn, id eller uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "vis domener" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returner liste av domener." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "vis inaktive domener" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "vis aktive og inaktive domener" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Kunne ikke vise aktive domener" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Kunne ikke vise inaktive domener" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Navn" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Tilstand" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "ingen tilstand" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domenetilstand" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returnerer tilstand om et kj¸rende domene" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returnerer tilstand om et kj¸rende domene" -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blokkert" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "nettverksnavn" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returnerer tilstand om et kj¸rende domene" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Opprett et domene." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domene %s opprettet fra %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definer et domene." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domenet %s definert fra %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domenenavn eller uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start et domene." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domenet er allerede aktivt" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Kunne ikke starte domenet %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "lagre domenetilstanden til en fil" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Lagre et kj¸rende domene." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "hvor data skal lagres" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domenet %s lagret til %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4350,1654 +4757,1695 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "antall virtuelle CPUer" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "ukjent vert" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domenet %s lagret til %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "fortsett et domene" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "start et domene p nytt" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domeneinformasjon" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Navn:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS-type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Tilstand:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(er):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU-tid:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Maksimum minne:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Brukt minne:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "ingen tilstand" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Navn" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Brukt minne:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu-nummer:" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "kommando '%s' eksisterer ikke" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "endre antall virtuelle CPUer" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "endre antall virtuelle CPUer" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "antall virtuelle CPUer" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "antall virtuelle CPUer" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "For mange virtuelle CPUer" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "" -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "oppf¸rsel ved omstart av domene" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU-modell:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU-frekvens:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "kunne ikke pne fil" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domeneinformasjon i XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, fuzzy msgid "Output the domain information as an XML dump to stdout." msgstr "domeneinformasjon i XML" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "konverter et domene-id eller -uuid til domenenavn" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domene-id eller -uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "konverter et domenenavn eller -UUID til domene-id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "konverter et domenenavn eller -id til domene-UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domene-id eller -navn" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nettverksnavn eller uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "opprett et nettverk fra en XML-fil" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Opprett et nettverk." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domene %s opprettet fra %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Definer et domene." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domenet %s definert fra %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domenenavn, id eller uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Kunne ikke starte domenet %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domeneinformasjon i XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, fuzzy msgid "Output the network information as an XML dump to stdout." msgstr "domeneinformasjon i XML" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "vis nettverk" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Returner liste av nettverk." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "vis inaktive nettverk" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "vis aktive og inaktive nettverk" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Kunne ikke vise aktive nettverk" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Kunne ikke vise inaktive nettverk" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "ingen tilstand" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "aktiv" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "konverter et nettverks-UUID til nettverksnavn" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "nettverks-uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Start et nettverk." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Nettverket %s er startet\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Kunne ikke starte nettverket %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "udefinert domenenavn eller -id" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "konverter et nettverksnavn til nettverks-UUID" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "nettverksnavn" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "kunne ikke lagre innhold" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start et domene." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domenenavn eller uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Opprett et domene." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domene %s opprettet fra %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "Kunne ikke vise aktive nettverk" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domene %s opprettet fra %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definer et domene." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domenet %s definert fra %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domenet %s definert fra %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Kunne ikke starte domenet %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "" -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "Domenet %s er startet\n" +msgstr "" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Kunne ikke starte domenet %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domeneinformasjon i XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "domeneinformasjon i XML" -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "vis domener" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returner liste av domener." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "vis inaktive domener" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "vis aktive og inaktive domener" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Kunne ikke vise aktive domener" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Kunne ikke vise inaktive domener" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "ugyldig argument i %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "for manger drivere er registrert" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "slutt p minne" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Kunne ikke definere domenet fra %s" +msgstr "Kunne ikke lagre domenet %s til %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "for manger drivere er registrert" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "kj¸rer" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "konverter et nettverks-UUID til nettverksnavn" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domene-uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start et domene." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "Kunne ikke vise inaktive domener" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domenet %s er startet\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Kunne ikke starte domenet %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Opprett et domene." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "Kunne ikke vise inaktive domener" +msgstr "" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domene %s opprettet fra %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "udefinert domenenavn eller -id" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "konverter et nettverksnavn til nettverks-UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "kunne ikke lagre innhold" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domene %s opprettet fra %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 -#, fuzzy, c-format +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "Domene %s opprettet fra %s\n" +msgstr "" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Kunne ikke starte domenet %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "domeneinformasjon" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "" -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS-type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blokkert" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domeneinformasjon i XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "domeneinformasjon i XML" -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "vis domener" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returner liste av domener." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Kunne ikke vise aktive domener" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "konverter et nettverks-UUID til nettverksnavn" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "konverter et nettverks-UUID til nettverksnavn" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domene-uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "konverter et nettverks-UUID til nettverksnavn" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "vis versjon" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Kompilert med bibliotek: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Bruker bibliotek: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Kunne ikke opprette domenet fra %s" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Kunne ikke vise inaktive domener" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "domeneinformasjon i XML" + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "kunne ikke lagre innhold" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "kunne ikke lagre innhold" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 #, fuzzy msgid "attach device from an XML file" msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:4586 +#: src/virsh.c:4712 #, fuzzy msgid "Attach device from an XML ." msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, fuzzy, c-format msgid "Failed to attach device from %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 #, fuzzy msgid "detach device from an XML file" msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:4645 +#: src/virsh.c:4771 #, fuzzy msgid "Detach device from an XML " msgstr "opprett et domene fra en XML-fil" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, fuzzy, c-format msgid "Failed to detach device from %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 #, fuzzy msgid "attach network interface" msgstr "nettverksnavn" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 #, fuzzy msgid "network interface type" msgstr "nettverksnavn" -#: src/virsh.c:4711 +#: src/virsh.c:4837 #, fuzzy msgid "source of network interface" msgstr "udefinert nettverksnavn" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "nettverksnavn" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "IP-adresse" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "nettverksnavn" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "Kunne ikke vise aktive nettverk" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Kunne ikke opprette domenet fra %s" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "Kunne ikke vise aktive nettverk" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Kunne ikke vise inaktive domener" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "domenenavn" +msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "feil ved lesing av konfigurasjonsfil" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:5441 -#, fuzzy +#: src/virsh.c:5567 msgid "Edit the XML configuration for a network." -msgstr "feil ved pning av konfigurasjonfil for lesing" +msgstr "" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:5459 -#, fuzzy +#: src/virsh.c:5585 msgid "Edit the XML configuration for a storage pool." -msgstr "feil ved pning av konfigurasjonfil for lesing" +msgstr "" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "kommando '%s' krever <%s>-opsjonen" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "kommando '%s' eksisterer ikke" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAVN\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6006,7 +6454,7 @@ msgstr "" "\n" " VALG\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6014,7 +6462,7 @@ msgstr "" "\n" " BESKRIVELSE\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6022,55 +6470,55 @@ msgstr "" "\n" " VALG\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr " %s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "udefinert domenenavn eller -id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "udefinert nettverksnavn" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "kunne ikke lagre innhold" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "udefinert nettverksnavn" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "kunne ikke lagre innhold" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "udefinert nettverksnavn" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "kunne ikke lagre innhold" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6081,131 +6529,131 @@ msgstr "" "(Tid: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "mangler \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "ukjent kommando: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "kommando '%s' st¸tter ikke opsjonen --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nummer" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "streng" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "VALG" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pauset" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "sl av" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: feil: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "feil: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "kunne ikke koble til hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6236,7 +6684,7 @@ msgstr "" "\n" " kommandoer (ikke-interaktiv tilstand):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6247,19 +6695,19 @@ msgstr "" " (angi --help for detaljer om kommandoen)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "usupportert opsjon '%c'. Se --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6277,875 +6725,954 @@ msgstr "advarsel" msgid "error" msgstr "feil" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Ingen feilmelding gitt" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "intern feil %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "intern feil" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "denne funksjonen er ikke st¸ttet av hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, 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:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "kunne ikke koble til hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "kunne ikke koble til %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "ugyldig argument i" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "ugyldig argument i %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operasjon feilet: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operasjon feilet" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET-operasjon feilet: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET-operasjon feilet" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST-operasjon feilet: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST-operasjon feilet" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "fikk ukjent HTTP-feilkode %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "ukjent vert %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "ukjent vert" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "" -#: src/virterror.c:519 +#: src/virterror.c:527 #, c-format -msgid "failed Xen syscall %s %d" +msgid "failed Xen syscall %s" msgstr "" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "ukjent OS-type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "ukjent OS-type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "mangler kjerneinformasjon" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "mangler kildeinformasjon for enhet" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "mangler kildeinformasjon for enhet %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "mangler informasjon om domenenavn" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "mangler informasjon om domenenavn i %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "mangler informasjon om operativsystem" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "mangler informasjon om operativsystem for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "mangler informasjon om enheter" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "mangler informasjon om enheter for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "for manger drivere er registrert" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "for mange drivere er registrert i %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "bibliotekskall feilet, muligens ikke st¸ttet" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "bibliotekskall %s feilet, muligens ikke st¸ttet" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "dette domenet eksisterer allerede" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domenet %s eksisterer allerede" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "feil ved pning av %s for lesing" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "feil ved lesing av konfigurasjonsfil" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "feil ved lesing av konfigurasjonsfil %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 #, fuzzy msgid "parser error" msgstr "intern feil" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "ugyldig argument i" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "ugyldig argument i %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "dette nettverket eksisterer allerede" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "nettverk %s eksisterer allerede" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "feil i systemkall" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC-feil" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "feil i GNUTLS-kall" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Kunne ikke definere domenet fra %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Domene ikke funnet" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Domene ikke funnet: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Nettverk ikke funnet" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Nettverk ikke funnet: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "ugyldig MAC-adresse" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "ugyldig MAC-adresse: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operasjon feilet" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operasjon feilet: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "Nettverk ikke funnet" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Nettverk ikke funnet: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "Nettverk ikke funnet" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Nettverk ikke funnet: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "ugyldig argument i" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "ugyldig argument i %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "ugyldig argument i" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "ugyldig argument i %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Kunne ikke definere domenet fra %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Kunne ikke definere domenet fra %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Kunne ikke definere domenet fra %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Kunne ikke definere domenet fra %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ugyldig argument i" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "ugyldig argument i %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domene ikke funnet" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domene ikke funnet: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +msgid "Error looking up domain" +msgstr "" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "Kunne ikke vise aktive nettverk" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "Kunne ikke opprette domenet fra %s" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "kunne ikke lagre innhold" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Kunne ikke starte domenet %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operasjon feilet: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "ukjent OS-type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "ukjent OS-type" +msgstr "ukjent OS-type %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "ugyldig MAC-adresse: %s" +msgstr "" -#: src/xend_internal.c:1934 -#, fuzzy, c-format +#: src/xend_internal.c:1883 +#, c-format msgid "unexpected sound model %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "ukjent OS-type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ukjent OS-type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "feil ved pning av konfigurasjonfil for lesing" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Kunne ikke definere domenet fra %s" +msgstr "kunne ikke pne fil" -#: src/xend_internal.c:3926 -#, fuzzy +#: src/xend_internal.c:3884 msgid "unsupported device type" -msgstr "operasjon feilet" +msgstr "" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" msgstr "" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "slutt p minne" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operasjon feilet" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Kunne ikke definere domenet fra %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operasjon feilet: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "kunne ikke lagre innhold" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Kunne ikke vise inaktive domener" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "ukjent vert" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "kunne ikke lagre innhold" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "ugyldig argument i %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "feil ved pning av %s for lesing" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Kunne ikke lagre domenet %s til %s" +msgstr "feil ved lesing av konfigurasjonsfil %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 -#, fuzzy, c-format +#: src/xend_internal.c:4831 src/xend_internal.c:4877 +#, c-format msgid "unexpected graphics type %d" -msgstr "udefinert domenenavn eller -id" +msgstr "" -#: src/xend_internal.c:4963 -#, fuzzy +#: src/xend_internal.c:4920 msgid "unexpected chr device type" -msgstr "udefinert domenenavn eller -id" +msgstr "" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "operasjon feilet" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 -#, fuzzy, c-format +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 +#, c-format msgid "unexpected lifecycle value %d" -msgstr "udefinert domenenavn eller -id" +msgstr "" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "bibliotekskall feilet, muligens ikke st¸ttet" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, c-format msgid "config value %s was malformed" msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, c-format msgid "unexpected value %s for on_poweroff" msgstr "" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, c-format msgid "unexpected value %s for on_reboot" msgstr "" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, c-format msgid "unexpected value %s for on_crash" msgstr "" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "allokerer tilkobling" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "vis inaktive domener" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 -#, fuzzy, c-format +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 +#, c-format msgid "unexpected lifecycle action %d" -msgstr "udefinert domenenavn eller -id" +msgstr "" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Kunne ikke opprette domenet fra %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "oppf¸rsel ved omstart av domene" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "feil ved lesing av konfigurasjonsfil %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "ukjent OS-type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Kunne ikke opprette domenet fra %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, c-format +msgid "allocate string array size %lu" msgstr "" #: src/xmlrpc.c:53 @@ -7190,6 +7717,10 @@ msgstr "" msgid "read response" msgstr "les svar" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "" @@ -7198,278 +7729,45 @@ msgstr "" msgid "allocate new context" msgstr "" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "" -#~ msgid "blocked" -#~ msgstr "blokkert" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "ugyldig argument i %s" +msgid "failed to allocate activeDomainList" +msgstr "Kunne ikke vise aktive domener" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nettverksnavn" +msgid "failed to allocate xsWatchList" +msgstr "Kunne ikke vise aktive nettverk" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "oppf¸rsel ved omstart av domene" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "mangler kildeinformasjon for enhet" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "nettverksnavn eller uuid" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "ugyldig argument i" +msgid "reallocating list" +msgstr "allokerer nettverk" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "ukjent vert %s" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "mangler informasjon om domenenavn" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ugyldig argument i" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "ugyldig argument i" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Kunne ikke opprette domenet fra %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Kunne ikke lagre domenet %s til %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Kunne ikke lagre domenet %s til %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "Kunne ikke opprette domenet fra %s" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "oppf¸rsel ved omstart av domene" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "operasjon feilet: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "operasjon feilet: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "operasjon feilet: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "operasjon feilet: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "feil ved pning av %s for lesing" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "operasjon feilet: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "operasjon feilet: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Kunne ikke starte domenet %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "operasjon feilet: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "mangler kildeinformasjon for enhet" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "mangler informasjon om domenenavn" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "mangler informasjon om domenenavn" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "domenenavn" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "Kunne ikke lagre domenet %s til %s" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Kunne ikke lagre domenet %s til %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allokerer tilkobling" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Kunne ikke opprette domenet fra %s" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domene-id eller -navn" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "nettverksnavn eller uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "nettverksnavn eller uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "mangler kildeinformasjon for enhet" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "domenenavn eller uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "domeneinformasjon" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "domeneinformasjon" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "domeneinformasjon" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "feil ved pning av %s for lesing" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "nettverksnavn eller uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "Kunne ikke vise aktive nettverk" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "kunne ikke skrive til konfigurasjonsfil" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "allokerer tilkobling" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Kunne ikke opprette domenet fra %s" - -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Kunne ikke lagre domenet %s til %s" - -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Kunne ikke lagre domenet %s til %s" +msgid "failed to allocate domids" +msgstr "Kunne ikke vise aktive nettverk" #~ msgid "domain" #~ msgstr "domene" -#~ msgid "domain name" -#~ msgstr "domenenavn" - -#~ msgid "domain uuid" -#~ msgstr "domene-uuid" - #, fuzzy #~ msgid "domain current memory" #~ msgstr "oppf¸rsel ved omstart av domene" @@ -7484,62 +7782,9 @@ msgstr "" #~ msgid "network forward" #~ msgstr "nettverksnavn" -#~ msgid "ip address" -#~ msgstr "IP-adresse" - #~ msgid "ip netmask" #~ msgstr "nettverksmaske" -#, fuzzy -#~ msgid "load network definition file" -#~ msgstr "Kunne ikke lesebeskrivelsesfilen %s" - -#~ msgid "too many domains" -#~ msgstr "for mange domener" - -#~ msgid "too many networks" -#~ msgstr "for mange nettverk" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "filen inneholder en beskrivelse om et XML-domene" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "mangler informasjon om domenenavn" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "domenet %s eksisterer allerede" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "Kunne ikke vise inaktive domener" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "kunne ikke skrive til konfigurasjonsfil" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Kunne ikke definere domenet fra %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Kunne ikke definere domenet fra %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "slutt p minne" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "intern feil %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "Kunne ikke vise aktive nettverk" - #, fuzzy #~ msgid "Failed to open '%s': read: %s" #~ msgstr "feil ved pning av %s for lesing" diff --git a/po/nl.po b/po/nl.po index e827b5e25c..8e95e6822e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,317 +7,310 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-08-21 22:04+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-09-23 22:01+0200\n" "Last-Translator: Peter van Egdom \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:49 -#, fuzzy +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" -msgstr "geheugentoewijzing aanpassen" +msgstr "" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 -#, fuzzy +#: gnulib/lib/gai_strerror.c:51 msgid "System error" -msgstr "interne fout" +msgstr "Systeemfout" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "Onbekend" +msgstr "Onbekende fout" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "toewijzen van configuratie" +msgstr "" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 +#: qemud/qemud.c:290 #, c-format -msgid "Received signal %d, dispatching to drivers" +msgid "Received unexpected signal %d" msgstr "" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "socket: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, c-format msgid "Failed to initialize SASL authentication %s" msgstr "" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -325,445 +318,468 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, c-format msgid "Failed to verify client credentials: %s" msgstr "" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, c-format msgid "Failed to lookup group '%s'" msgstr "" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format msgid "Failed to parse mode '%s'" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: qemud/qemud.c:2158 -#, fuzzy, c-format +#: qemud/qemud.c:2243 +#, c-format msgid "Failed to fork as daemon: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format msgid "Failed to create pipe: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: qemud/qemud.c:2213 -#, fuzzy, c-format +#: qemud/qemud.c:2298 +#, c-format msgid "Failed to change group ownership of %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" -msgstr "" +msgstr "xdr_remote_message_header" -#: qemud/remote.c:110 +#: qemud/remote.c:117 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:117 +#: qemud/remote.c:124 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 msgid "authentication required" msgstr "" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "onbekend commando: '%s'" +msgstr "onbekende procedure: %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 msgid "parse args failed" msgstr "" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 msgid "connection not open" msgstr "" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "geheugentoewijzing aanpassen" - -#: qemud/remote.c:608 -msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy -msgid "domain not found" -msgstr "Domein niet gevonden" +#: qemud/remote.c:643 +msgid "maxCells > REMOTE_NODE_MAX_CELLS" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 +msgid "domain not found" +msgstr "domein niet gevonden" + +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "onbekend commando: '%s'" +msgstr "" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "Netwerk niet gevonden" +msgstr "netwerk niet gevonden" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, c-format msgid "Cannot resolve address %d: %s" msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 msgid "out of memory copying username" msgstr "" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "Netwerk niet gevonden" - -#: qemud/remote.c:3369 -msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3467 +msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" + +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "Netwerk niet gevonden" +msgstr "storage_vol niet gevonden" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "apparaat niet gevonden: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ongeldig pad" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -802,11 +818,10 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "nieuwe buffer toewijzen" +msgstr "buffer toewijzen" #: src/conf.c:899 msgid "failed to open file" @@ -846,912 +861,951 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "toewijzen van verbinding" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "toewijzen van domein" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "toewijzen van netwerk" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "toewijzen van netwerk" + +#: src/datatypes.c:816 +msgid "copying node dev name" +msgstr "" + +#: src/datatypes.c:822 +msgid "failed to add node dev to conn hash table" +msgstr "" + +#: src/datatypes.c:860 +msgid "dev missing from connection hash table" +msgstr "" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekend apparaat" -#: src/domain_conf.c:588 +#: src/domain_conf.c:602 #, c-format msgid "Invalid floppy device name: %s" msgstr "" -#: src/domain_conf.c:602 +#: src/domain_conf.c:617 #, c-format msgid "Invalid harddisk device name: %s" msgstr "" -#: src/domain_conf.c:609 +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" msgstr "" -#: src/domain_conf.c:638 -#, fuzzy, c-format +#: src/domain_conf.c:655 +#, c-format msgid "Invalid bus type '%s' for disk" -msgstr "ongeldig MAC-adres: %s" +msgstr "" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/domain_conf.c:792 -#, fuzzy, c-format +#: src/domain_conf.c:800 +#, c-format msgid "unknown interface type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " msgstr "" -#: src/domain_conf.c:907 +#: src/domain_conf.c:902 msgid "No 'port' attribute specified with socket interface" msgstr "" -#: src/domain_conf.c:912 +#: src/domain_conf.c:907 msgid "Cannot parse 'port' attribute with socket interface" msgstr "" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" msgstr "" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" msgstr "" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" msgstr "" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" msgstr "" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" msgstr "" -#: src/domain_conf.c:1247 +#: src/domain_conf.c:1242 msgid "missing input device type" msgstr "" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekend apparaat" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" msgstr "" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" msgstr "" -#: src/domain_conf.c:1286 +#: src/domain_conf.c:1281 #, c-format msgid "xen bus does not support %s input device" msgstr "" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 msgid "missing graphics device type" msgstr "" -#: src/domain_conf.c:1337 -#, fuzzy, c-format +#: src/domain_conf.c:1332 +#, c-format msgid "unknown graphics device type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "Domein niet gevonden: %s" +msgstr "kan %s niet openen: %s" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" msgstr "onbekend commando: '%s'" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "Domein niet gevonden: %s" +msgstr "kan %s niet openen: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "Domein niet gevonden: %s" +msgstr "kan %s niet openen: %s" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "Domein niet gevonden: %s" +msgstr "kan %s niet openen: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "kan %s niet openen: %s" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "\" ontbreekt" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" msgstr "\" ontbreekt" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 msgid "missing type in hostdev" msgstr "" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/domain_conf.c:1609 -#, fuzzy, c-format +#: src/domain_conf.c:1604 +#, c-format msgid "unknown lifecycle action %s" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" msgstr "" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: src/domain_conf.c:1706 +#: src/domain_conf.c:1711 msgid "missing domain type attribute" msgstr "" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "domein-id of naam" +msgstr "ongeldig domeinnaam" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" msgstr "" -#: src/domain_conf.c:1745 +#: src/domain_conf.c:1750 msgid "missing memory element" msgstr "" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, c-format msgid "unexpected feature %s" msgstr "" -#: src/domain_conf.c:1815 +#: src/domain_conf.c:1820 msgid "no OS type" msgstr "" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, c-format msgid "no supported architecture for os type '%s'" msgstr "" -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "te veel domeinen" - #: src/domain_conf.c:1899 -#, fuzzy +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 msgid "missing boot device" -msgstr "te veel domeinen" +msgstr "" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" msgstr "schijfapparaat toevoegen" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, c-format -msgid "duplicate disk target '%s'" -msgstr "" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 msgid "cannot extract filesystem devices" msgstr "" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "netwerk-interface toevoegen" +msgstr "netwerkinterface toevoegen" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 msgid "cannot extract parallel devices" msgstr "" -#: src/domain_conf.c:2014 -#, fuzzy +#: src/domain_conf.c:2009 msgid "cannot extract serial devices" -msgstr "te veel domeinen" +msgstr "" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" msgstr "schijfapparaat toevoegen" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" msgstr "schijfapparaat toevoegen" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" msgstr "schijfapparaat toevoegen" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" msgstr "schijfapparaat toevoegen" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "Domein niet gevonden: %s" +msgstr "kan %s niet openen: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "Starten van het domein %s is mislukt" +msgstr "openen van bestand is mislukt" -#: src/domain_conf.c:2293 src/network_conf.c:524 +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" msgstr "" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, c-format msgid "unexpected lifecycle type %d" msgstr "" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, c-format msgid "unexpected disk type %d" msgstr "" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" msgstr "schijfapparaat toevoegen" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, c-format msgid "unexpected disk bus %d" msgstr "" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, c-format msgid "unexpected filesystem type %d" msgstr "" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, c-format msgid "unexpected net type %d" msgstr "" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, c-format msgid "unexpected char type %d" msgstr "" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, c-format msgid "unexpected sound model %d" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, c-format msgid "unexpected input type %d" msgstr "" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, c-format msgid "unexpected input bus type %d" msgstr "" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, c-format msgid "unexpected hostdev mode %d" msgstr "" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, c-format msgid "unexpected hostdev type %d" msgstr "" -#: src/domain_conf.c:2974 +#: src/domain_conf.c:2976 #, c-format msgid "unexpected domain type %d" msgstr "" -#: src/domain_conf.c:3059 -#, fuzzy, c-format +#: src/domain_conf.c:3061 +#, c-format msgid "unexpected boot device type %d" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, c-format msgid "unexpected feature %d" msgstr "" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" msgstr "" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 #, c-format msgid "cannot create config file %s: %s" msgstr "" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "openen van bestand is mislukt" +msgstr "kan configuratiebestand %s niet schrijven: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" msgstr "" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "openen van bestand is mislukt" +msgstr "kan configuratiebestand %s niet schrijven: %s" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "toewijzen van verbinding" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "toewijzen van domein" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "toewijzen van netwerk" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "toewijzen van node" - -#: src/hash.c:1117 -msgid "failed to add storage pool to connection hash table" -msgstr "" - -#: src/hash.c:1156 -msgid "pool missing from connection hash table" -msgstr "" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "toewijzen van node" - -#: src/hash.c:1253 -msgid "failed to add storage vol to connection hash table" -msgstr "" - -#: src/hash.c:1293 -msgid "vol missing from connection hash table" -msgstr "" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "geen geldige connectie" +msgstr "" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "toewijzen van verbinding" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "toewijzen van verbinding" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +msgid "domainMigratePrepare2 did not set uri" +msgstr "" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "value array toewijzen" +msgstr "setsid mislukt: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "value array toewijzen" +msgstr "ioctl(TIOCSTTY) mislukt: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "value array toewijzen" +msgstr "dup2(stdin) mislukt: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "value array toewijzen" +msgstr "dup2(stdout) mislukt: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "value array toewijzen" +msgstr "dup2(stderr) mislukt: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: src/lxc_container.c:212 -#, fuzzy, c-format +#: src/lxc_container.c:211 +#, c-format msgid "Failed to read the container continue message: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Starten van het netwerk %s is mislukt" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "Xen systeemaanroep %s %d is mislukt" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Starten van het netwerk %s is mislukt" -#: src/lxc_container.c:334 -#, fuzzy, c-format +#: src/lxc_container.c:333 +#, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/lxc_container.c:348 -#, fuzzy, c-format +#: src/lxc_container.c:347 +#, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Starten van het netwerk %s is mislukt" - -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format -msgid "failed to mount %s at %s for container: %s" msgstr "Starten van het domein %s is mislukt" -#: src/lxc_container.c:412 +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format +msgid "failed to mount %s at %s for container: %s" +msgstr "" + +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Starten van het domein %s is mislukt" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "openen van bestand is mislukt" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "value array toewijzen" +msgstr "" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "value array toewijzen" +msgstr "clone() mislukt, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "" + +#: src/lxc_controller.c:113 #, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Starten van het netwerk %s is mislukt" + +#: src/lxc_controller.c:140 +#, c-format msgid "failed to create server socket %s: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/lxc_controller.c:82 -#, fuzzy, c-format +#: src/lxc_controller.c:152 +#, c-format msgid "failed to bind server socket %s: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/lxc_controller.c:88 -#, fuzzy, c-format +#: src/lxc_controller.c:158 +#, c-format msgid "failed to listen server socket %s: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "value array toewijzen" +msgstr "epoll_create(2) mislukt: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "value array toewijzen" +msgstr "epoll_ctl(fd1) mislukt: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "value array toewijzen" +msgstr "epoll_ctl(fd1) mislukt: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "value array toewijzen" +msgstr "epoll_wait() mislukt: %s" -#: src/lxc_controller.c:325 -#, fuzzy, c-format +#: src/lxc_controller.c:395 +#, c-format msgid "failed to move interface %s to ns %d" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "Starten van het netwerk %s is mislukt" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "value array toewijzen" +msgstr "unlockpt mislukt: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "Toewijzen van geheugen is mislukt" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "openen van bestand is mislukt" +msgstr "kan configuratiebestand %s niet schrijven: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "openen van bestand is mislukt" +msgstr "Niet in staat om MaxMemorySize aan te passen" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/lxc_controller.c:578 -#, fuzzy, c-format +#: src/lxc_controller.c:644 +#, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "domein-id of uuid" +msgstr "" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" msgstr "" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 -#, fuzzy +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 msgid "cannot undefine transient domain" -msgstr "een domein automatisch starten" +msgstr "" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/lxc_driver.c:464 -#, fuzzy +#: src/lxc_driver.c:461 msgid "failed to get bridge for interface" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/lxc_driver.c:475 -#, fuzzy, c-format +#: src/lxc_driver.c:472 +#, c-format msgid "failed to create veth device pair: %d" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "Toewijzen van geheugen is mislukt" -#: src/lxc_driver.c:494 -#, fuzzy, c-format +#: src/lxc_driver.c:491 +#, c-format msgid "failed to add %s device to %s: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/lxc_driver.c:503 -#, fuzzy, c-format +#: src/lxc_driver.c:500 +#, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Starten van het netwerk %s is mislukt" -#: src/lxc_driver.c:544 -#, fuzzy, c-format +#: src/lxc_driver.c:541 +#, c-format msgid "failed to connect to client socket: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, c-format msgid "invalid PID %d for container" msgstr "" -#: src/lxc_driver.c:577 -#, fuzzy, c-format +#: src/lxc_driver.c:574 +#, c-format msgid "failed to kill pid %d: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "openen van bestand is mislukt" +msgstr "kan %s niet openen: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "openen van bestand is mislukt" -#: src/lxc_driver.c:805 -#, fuzzy, c-format -msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "openen van bestand is mislukt" - -#: src/lxc_driver.c:939 src/lxc_driver.c:962 -#, fuzzy, c-format -msgid "no domain with id %d" -msgstr "domein-id of uuid" - -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:810 #, c-format -msgid "uname(): %m" +msgid "Failed to read pid file %s/%s.pid: %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "ongeldig domeinnaam" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 +#, c-format +msgid "no domain with id %d" +msgstr "" + +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "namen" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "onbekend commando: '%s'" +msgstr "onbekende procedure: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Starten van het domein %s is mislukt" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ongeldig pad: %s" + +#: src/lxc_driver.c:1206 +msgid "Invalid parameter count" +msgstr "" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "antwoord toewijzen" +msgstr "ongeldig MAC-adres: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "antwoord toewijzen" +msgstr "kan %s niet openen: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "antwoord toewijzen" +msgstr "kan %s niet openen: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "Domein niet gevonden: %s" +msgstr "kan %s niet openen: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1762,8 +1816,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "onbekend commando: '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1773,1613 +1827,1727 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format msgid "no config file for %s" -msgstr "syntaxisfout in configuratiebestand: %s" +msgstr "geen configuratiebestand voor %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "geen geldige connectie" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "geen geldige connectie" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "Niet in staat om huidige MemorySize te controleren" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "ongeldig MAC-adres" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "MAC-adres" - -#: src/openvz_conf.c:327 -msgid "popen failed" -msgstr "" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Starten van het domein %s is mislukt" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "syntaxisfout in configuratiebestand: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "geen geldige connectie" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "domein-id of uuid" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, c-format -msgid "Could not put argument to %s" -msgstr "" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "openen van bestand is mislukt" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "domein-id of uuid" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, c-format -msgid "Could not exec %s" -msgstr "" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "geen geldige connectie" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -msgid "Could not configure network" -msgstr "" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "aantal virtuele processors aanpassen" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "domein-id of uuid" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "geen geldige connectie" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "onbekend commando: '%s'" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "geen geldige connectie" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communicatiefout met proxy: %d bytes van %d verkregen\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communicatiefout met proxy: %d bytes verwacht, %d verkregen\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communicatiefout met proxy: %d bytes pakket verkregen\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communicatiefout met proxy: ongeldig pakket\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "Toewijzen van geheugen is mislukt" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "toewijzen van buffer is mislukt" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "Netwerk niet gevonden" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Netwerk niet gevonden" - -#: src/qemu_conf.c:564 -#, c-format -msgid "Network type %d is not supported" -msgstr "" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, c-format -msgid "cannot initialize bridge support: %s" -msgstr "" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "openen van bestand is mislukt" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "openen van bestand is mislukt" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "Toewijzen van geheugen is mislukt" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, c-format -msgid "unsupported disk type '%s'" -msgstr "" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "domein-id of naam" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "Toewijzen van geheugen is mislukt" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "openen van bestand is mislukt" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Starten van het domein %s is mislukt" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Starten van het netwerk %s is mislukt" -#: src/qemu_driver.c:166 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "" + +#: src/network_driver.c:143 +msgid "out of memory in asprintf\n" +msgstr "" + +#: src/network_driver.c:173 +msgid "networkStartup: out of memory\n" +msgstr "" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "netwerk is al actief" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:761 +#, c-format +msgid "Shutting down network '%s'\n" +msgstr "" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "netwerk is al actief" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +msgid "Cound not extract vzctl version" +msgstr "" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "netwerknaam" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ongeldig MAC-adres" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-adres" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +msgid "popen failed" +msgstr "" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "domein niet gevonden" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, c-format +msgid "Could not put argument to %s" +msgstr "" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +msgid "domain is not in running state" +msgstr "" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, c-format +msgid "Could not exec %s" +msgstr "" + +#: src/openvz_driver.c:524 +msgid "Could not configure network" +msgstr "" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +msgid "Could not set UUID" +msgstr "" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "aantal virtuele processors aanpassen" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +msgid "Could not read container config" +msgstr "" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format +msgid "unknown type '%s'" +msgstr "" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, c-format +msgid "Could not parse VPS ID %s" +msgstr "" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communicatiefout met proxy: %d bytes van %d verkregen\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communicatiefout met proxy: %d bytes verwacht, %d verkregen\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communicatiefout met proxy: %d bytes pakket verkregen\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communicatiefout met proxy: ongeldig pakket\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "Toewijzen van geheugen is mislukt" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +msgid "failed to allocate vncTLSx509certdir" +msgstr "" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "Toewijzen van geheugen is mislukt" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "Netwerk '%s' niet gevonden" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Netwerk '%s' niet actief" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format +msgid "unsupported disk type '%s'" +msgstr "" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +msgid "failed to allocate space for argv string" +msgstr "" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "Starten van het netwerk %s is mislukt" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "geheugentoewijzing aanpassen" - -#: src/qemu_driver.c:269 -#, fuzzy +#: src/qemu_driver.c:241 msgid "qemudStartup: out of memory\n" -msgstr "openen van bestand is mislukt" - -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "nieuwe context toewijzen" +msgstr "cpumap toewijzen" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "geheugentoewijzing aanpassen" +msgstr "" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "Domein is reeds actief" +msgstr "" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "kan configuratiebestand %s niet schrijven: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "openen van bestand is mislukt" +msgstr "kan configuratiebestand %s niet schrijven: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, c-format msgid "Shutting down VM '%s'\n" msgstr "" -#: src/qemu_driver.c:1051 -#, fuzzy, c-format +#: src/qemu_driver.c:1016 +#, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 msgid "Got unexpected pid, damn\n" msgstr "" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "Toewijzen van geheugen is mislukt" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "" - -#: src/qemu_driver.c:1274 -#, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "" - -#: src/qemu_driver.c:1284 -#, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Starten van het domein %s is mislukt" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Starten van het domein %s is mislukt" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "Toewijzen van geheugen is mislukt" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "" - -#: src/qemu_driver.c:1392 -#, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "openen van bestand is mislukt" - -#: src/qemu_driver.c:1407 -#, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domein is reeds actief" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "openen van bestand is mislukt" - -#: src/qemu_driver.c:1535 -#, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "" - -#: src/qemu_driver.c:1543 -#, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "openen van bestand is mislukt" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "Starten van het domein %s is mislukt" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "openen van bestand is mislukt" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Starten van het domein %s is mislukt" - -#: src/qemu_driver.c:1599 -#, c-format -msgid "Shutting down network '%s'\n" -msgstr "" - -#: src/qemu_driver.c:1625 -msgid "Got unexpected pid for dnsmasq\n" -msgstr "" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "openen van bestand is mislukt" +msgstr "kan %s niet openen: %s" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "Gebruikt geheugen:" +msgstr "" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" -msgstr "Domein is reeds actief" +msgstr "Domein is al actief" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, c-format msgid "domain with uuid '%s' is already defined" msgstr "" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "domein-id of uuid" +msgstr "" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 msgid "suspend operation failed" msgstr "" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" msgstr "" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" msgstr "" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "geheugentoewijzing aanpassen" +msgstr "" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" msgstr "" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "toewijzen van domein" +msgstr "" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy +#: src/qemu_driver.c:2241 msgid "failed to read XML" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2784 -#, fuzzy +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 msgid "failed to parse XML" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/qemu_driver.c:2797 -#, fuzzy, c-format +#: src/qemu_driver.c:2263 +#, c-format msgid "domain is already active as '%s'" -msgstr "Domein is reeds actief" +msgstr "" -#: src/qemu_driver.c:2806 -#, fuzzy +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 msgid "failed to assign new VM" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/qemu_driver.c:2819 -#, fuzzy +#: src/qemu_driver.c:2285 msgid "failed to start VM" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2831 -#, fuzzy +#: src/qemu_driver.c:2301 msgid "failed to resume domain" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Toewijzen van geheugen is mislukt" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "schijfapparaat toevoegen" +msgstr "" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "schijfapparaat toevoegen" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "kan %s niet openen: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, c-format +msgid "adding %s disk failed" +msgstr "" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "schijfapparaat toevoegen" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" msgstr "" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domein niet gevonden" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, c-format +msgid "failed to execute detach disk %s command" +msgstr "" + +#: src/qemu_driver.c:2945 +#, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "toewijzen van domein" +msgstr "een domein automatisch starten" -#: src/qemu_driver.c:3361 -#, fuzzy, c-format +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 +#, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Starten van het domein %s is mislukt" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "ongeldig MAC-adres: %s" +msgstr "ongeldig pad: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "Domein niet gevonden: %s" +msgstr "apparaat niet gevonden: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "ongeldig MAC-adres: %s" +msgstr "ongeldig pad" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "value array toewijzen" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +msgid "no domain XML passed" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Domein is reeds actief" - -#: src/qemu_driver.c:3937 -msgid "no network with matching id" +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "Toewijzen van geheugen is mislukt" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3547 +msgid "could not generate random UUID" +msgstr "" + +#: src/qemu_driver.c:3555 #, c-format -msgid "Failed to create symlink '%s' to '%s': %s" +msgid "domain with the same name or UUID already exists as '%s'" msgstr "" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "Starten van het domein %s is mislukt" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "gethostname mislukt: %s" + +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" msgstr "" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 -#, fuzzy, c-format +#: src/remote_internal.c:495 +#, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/remote_internal.c:507 src/remote_internal.c:587 -#, fuzzy, c-format +#: src/remote_internal.c:546 src/remote_internal.c:626 +#, c-format msgid "unable to connect to '%s': %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/remote_internal.c:528 -#, fuzzy, c-format +#: src/remote_internal.c:567 +#, c-format msgid "unable to lookup user '%d': %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/remote_internal.c:563 -#, fuzzy, c-format +#: src/remote_internal.c:602 +#, c-format msgid "unable to create socket %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/remote_internal.c:647 -#, fuzzy, c-format +#: src/remote_internal.c:686 +#, c-format msgid "unable to create socket pair %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 -#, fuzzy -msgid "struct private_data" -msgstr "toewijzen van persoonlijke gegevens" +#: src/remote_internal.c:741 +msgid "unable to auto-detect URI" +msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "toewijzen van domein" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 +msgid "struct private_data" +msgstr "" + +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, c-format msgid "unable to initialize TLS client: %s" msgstr "" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 -#, fuzzy, c-format +#: src/remote_internal.c:1044 +#, c-format msgid "unable to set certificate priority: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/remote_internal.c:937 -#, fuzzy, c-format +#: src/remote_internal.c:1054 +#, c-format msgid "unable to set session credentials: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/remote_internal.c:952 -#, fuzzy, c-format +#: src/remote_internal.c:1069 +#, c-format msgid "unable to complete TLS handshake: %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "Niet in staat om huidige MemorySize te controleren" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "kan %s niet openen: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "Het certificaat is nog niet geactiveerd" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "Het certificaat is nog niet geactiveerd" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "Het certificaat is verlopen" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" -msgstr "" +msgstr "Het certificaat is nog niet geactiveerd" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: src/remote_internal.c:1064 -#, fuzzy, c-format +#: src/remote_internal.c:1181 +#, c-format msgid "unable to import certificate: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "Het certificaat is verlopen" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "Het certificaat is nog niet geactiveerd" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "te veel netwerken" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "te veel domeinen" +msgstr "" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "te veel domeinen" +msgstr "" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "geheugentoewijzing aanpassen" +msgstr "" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "te veel netwerken" +msgstr "" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "te veel stuurprogramma's geregistreerd" +msgstr "" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "te veel stuurprogramma's geregistreerd" +msgstr "" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "te veel stuurprogramma's geregistreerd" +msgstr "" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" +msgstr "" + +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" msgstr "te veel stuurprogramma's geregistreerd" -#: src/remote_internal.c:3624 -#, fuzzy, c-format -msgid "unknown authentication type %s" -msgstr "onbekend commando: '%s'" +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "te veel stuurprogramma's geregistreerd" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "te veel stuurprogramma's geregistreerd" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 +#, c-format +msgid "unknown authentication type %s" +msgstr "" + +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, c-format msgid "unsupported authentication type %d" msgstr "" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "" -#: src/remote_internal.c:3971 -#, fuzzy, c-format +#: src/remote_internal.c:4389 +#, c-format msgid "Failed to create SASL client context: %d (%s)" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, c-format msgid "cannot set external SSF %d (%s)" msgstr "" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, c-format msgid "cannot set security props %d (%s)" msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, c-format msgid "SASL mechanism %s not supported by server" msgstr "" -#: src/remote_internal.c:4051 -#, fuzzy, c-format +#: src/remote_internal.c:4469 +#, c-format msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy +#: src/remote_internal.c:4487 src/remote_internal.c:4565 msgid "Failed to make auth credentials" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 -#, fuzzy, c-format +#: src/remote_internal.c:4551 +#, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 -#, fuzzy +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" -msgstr "openen van bestand is mislukt" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header mislukt" + +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 msgid "invalid header in reply" msgstr "" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +msgid "invalid header in event firing" +msgstr "" + +#: src/remote_internal.c:5598 +msgid "invalid proc in event firing" +msgstr "" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, c-format -msgid "unknown storage backend type %s" -msgstr "" - -#: src/storage_backend.c:166 -#, c-format -msgid "unknown storage backend type %d" -msgstr "" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, c-format msgid "cannot open volume '%s': %s" msgstr "" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "kan configuratiebestand %s niet schrijven: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "kan configuratiebestand %s niet schrijven: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "pad" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "pad" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "interne fout %s" +msgstr "leesfout: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Domein niet gevonden: %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "ongeldig MAC-adres: %s" +msgstr "ongeldig pad: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" -msgstr "ongeldig MAC-adres: %s" +msgstr "ongeldig pad: %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "geheugentoewijzing aanpassen" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 msgid "missing in spec" msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "bron" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -msgid "volume name" -msgstr "" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, c-format msgid "unknown storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, c-format msgid "cannot set file owner '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, c-format msgid "cannot set file mode '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3400,582 +3568,747 @@ msgid "cannot format ip addr for %s" msgstr "" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "versie tonen" +msgstr "sessie" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" -msgstr "Naam" +msgstr "naam" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "Domein niet gevonden: %s" +msgstr "kan %s niet openen: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "Toewijzen van geheugen is mislukt" +msgstr "" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 msgid "lvs command failed" msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "toewijzen van netwerk" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "toewijzen van netwerk" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "toewijzen van netwerk" + +#: src/storage_backend_logical.c:349 +msgid "failed to get source from sourceList" +msgstr "" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "openen van bestand is mislukt" +msgstr "kan %s niet openen: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "toewijzen van node" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "toewijzen van node" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "onbekende host %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" msgstr "" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "netwerknaam of uuid" - -#: src/storage_conf.c:290 -#, fuzzy -msgid "missing storage pool source host name" -msgstr "te veel stuurprogramma's geregistreerd" - -#: src/storage_conf.c:300 -#, fuzzy -msgid "cannot extract storage pool source devices" -msgstr "te veel domeinen" - -#: src/storage_conf.c:305 -msgid "device" msgstr "" -#: src/storage_conf.c:313 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "onbekende host %s" + +#: src/storage_conf.c:479 +msgid "missing storage pool source host name" +msgstr "" + +#: src/storage_conf.c:489 +msgid "cannot extract storage pool source devices" +msgstr "" + +#: src/storage_conf.c:494 +msgid "device" +msgstr "apparaat" + +#: src/storage_conf.c:502 msgid "missing storage pool source device path" -msgstr "te veel stuurprogramma's geregistreerd" +msgstr "" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "Domein is reeds actief" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "onbekend commando: '%s'" - -#: src/storage_conf.c:366 -#, fuzzy -msgid "missing storage pool target path" -msgstr "Domein is reeds actief" - -#: src/storage_conf.c:435 src/storage_conf.c:809 -msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:555 +msgid "missing storage pool target path" +msgstr "" + +#: src/storage_conf.c:624 src/storage_conf.c:1020 +msgid "xmlXPathContext" +msgstr "xmlXPathContext" + +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "onbekende procedure: %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" -msgstr "" +msgstr "xml" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 -#, fuzzy, c-format +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "toewijzen van node" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 msgid "missing volume name element" msgstr "" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "onbekend commando: '%s'" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "Naam" +msgstr "namen" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "Domein is reeds actief" +msgstr "" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "Domein is reeds actief" +msgstr "" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Netwerk '%s' niet actief" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "netwerk is al actief" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "" -#: src/test.c:329 -msgid "loading host definition file" -msgstr "" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" +msgstr "kan configuratiebestand %s niet schrijven: %s" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "netwerk uuid" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "" -#: src/test.c:553 +#: src/test.c:566 +msgid "node pool list" +msgstr "" + +#: src/test.c:578 +msgid "resolving pool filename" +msgstr "" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Domein niet gevonden" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "domein niet gevonden" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "domein-id of uuid" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "domein niet gevonden" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "een domein automatisch starten" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -msgid "cannot save domain data" -msgstr "" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "toewijzen van buffer is mislukt" +msgstr "" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -msgid "cannot save domain core" +#: src/test.c:1114 +#, c-format +msgid "domain '%s' coredump: failed to open %s: %s" msgstr "" -#: src/test.c:1181 +#: src/test.c:1120 +#, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" +msgstr "Domein is al actief" + +#: src/test.c:1305 +#, c-format +msgid "Domain '%s' is still running" msgstr "" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" +msgstr "Netwerk '%s' niet gevonden" + +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" +msgstr "netwerk is al actief" + +#: src/test.c:2011 +#, c-format +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" msgstr "" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" msgstr "" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Domein niet gevonden: %s" +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Starten van het domein %s is mislukt" +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Domein niet gevonden: %s" +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" -#: src/util.c:249 src/util.c:287 +#: src/uml_driver.c:344 #, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Domein niet gevonden: %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "openen van bestand is mislukt" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" +msgid "Failed to create monitor directory %s: %s" msgstr "Starten van het netwerk %s is mislukt" -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "Starten van het domein %s is mislukt" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "Starten van het domein %s is mislukt" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "Starten van het domein %s is mislukt" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "openen van bestand is mislukt" - -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/uml_driver.c:379 +msgid "umlStartup: out of memory\n" msgstr "" -#: src/uuid.c:103 +#: src/uml_driver.c:513 +#, c-format +msgid "failed to read pid: %s: %s" +msgstr "" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "kan %s niet openen: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "kan %s niet openen: %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "kan configuratiebestand %s niet schrijven: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "kan %s niet openen: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "kan %s niet openen: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "kan %s niet openen: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "kan configuratiebestand %s niet schrijven: %s" + +#: src/uml_driver.c:784 +#, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "kan %s niet openen: %s" + +#: src/util.c:203 +#, fuzzy, c-format +msgid "cannot block signals: %s" +msgstr "kan %s niet openen: %s" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, fuzzy, c-format +msgid "cannot unblock signals: %s" +msgstr "kan %s niet openen: %s" + +#: src/util.c:354 +#, fuzzy, c-format +msgid "cannot become session leader: %s" +msgstr "kan %s niet openen: %s" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "dup2(stdin) mislukt: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "dup2(stdout) mislukt: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "dup2(stderr) mislukt: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "kan %s niet openen: %s" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "leesfout: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "naam van commando" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -3983,315 +4316,320 @@ msgstr "" "Commando's:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "een domein automatisch starten" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Naam" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "" -#: src/virsh.c:669 +#: src/virsh.c:668 msgid "Returns state about a domain." msgstr "" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" -msgstr "Domein is reeds actief" +msgstr "Domein is al actief" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domein %s is gestart\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Starten van het domein %s is mislukt" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "waarde toewijzen" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4300,1596 +4638,1615 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +msgid "Invalid value of param" +msgstr "" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Onbekend" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domein %s is gestart\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domein-informatie" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Naam:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "Processor(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Processortijd:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "geen limiet" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Gebruikt geheugen:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "Automatisch starten" +msgstr "Automatisch starten:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Naam" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 -#, fuzzy +#: src/virsh.c:1611 msgid "NUMA free memory" -msgstr "Gebruikt geheugen:" +msgstr "" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" -msgstr "" +msgstr "Totaal" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "Processor:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Fysieke processor %d bestaat niet." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "aantal virtuele processors aanpassen" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "Het aantal actieve virtuele processors in het guest-domein aanpassen." +msgstr "" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "geheugentoewijzing aanpassen" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "Niet in staat om MaxMemorySize te controleren" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "maximum geheugenlimiet aanpassen" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "maximum geheugenlimiet in kilobytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Niet in staat om huidige MemorySize te controleren" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Niet in staat om huidige MemorySize te verkleinen" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Niet in staat om MaxMemorySize aan te passen" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Processormodel:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "Processorfrequentie:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "Processorsocket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Geheugengrootte:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "mogelijkheden" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domein-informatie in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domein-id of uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domein-id of naam" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "een netwerk automatisch starten" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "netwerknaam of uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "netwerknaam, id of uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Automatisch starten" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "actief" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inactief" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "netwerk uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Starten van het netwerk %s is mislukt" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "netwerknaam" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "een domein automatisch starten" +msgstr "" -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "netwerknaam of uuid" +msgstr "" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "" -#: src/virsh.c:2830 -#, fuzzy +#: src/virsh.c:2866 msgid "create a pool from an XML file" -msgstr "apparaat vanuit een XML-bestand toevoegen" +msgstr "" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "" -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, c-format msgid "Pool %s created from %s\n" msgstr "" -#: src/virsh.c:2866 -#, fuzzy, c-format +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "toewijzen van buffer is mislukt" +msgstr "" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:2968 +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" msgstr "" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "" -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "Starten van het netwerk %s is mislukt" +msgstr "" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "" -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "Domein %s is gestart\n" +msgstr "" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "" -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "Domein %s is gestart\n" +msgstr "" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "domein-informatie in XML" +msgstr "" -#: src/virsh.c:3271 +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." msgstr "" -#: src/virsh.c:3311 +#: src/virsh.c:3348 msgid "list pools" msgstr "" -#: src/virsh.c:3312 +#: src/virsh.c:3349 msgid "Returns list of pools." msgstr "" -#: src/virsh.c:3317 +#: src/virsh.c:3354 msgid "list inactive pools" msgstr "" -#: src/virsh.c:3318 +#: src/virsh.c:3355 msgid "list inactive & active pools" msgstr "" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3434 +#: src/virsh.c:3471 msgid "find potential storage pool sources" msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "te veel stuurprogramma's geregistreerd" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" -msgstr "Gebruikt geheugen:" +msgstr "geen geheugen" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 -#, fuzzy, c-format +#: src/virsh.c:3537 src/virsh.c:3589 +#, c-format msgid "Failed to find any %s pool sources" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "te veel stuurprogramma's geregistreerd" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "domein-informatie" +msgstr "" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "wordt uitgevoerd" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" -msgstr "" +msgstr "Capaciteit:" -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" -msgstr "toewijzen van domein" +msgstr "Toewijzing:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" -msgstr "" +msgstr "Beschikbaar:" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "" -#: src/virsh.c:3669 -#, fuzzy +#: src/virsh.c:3706 msgid "pool uuid" -msgstr "domein-uuid" +msgstr "" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "" -#: src/virsh.c:3696 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "" -#: src/virsh.c:3701 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "Domein %s is gestart\n" +msgstr "" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "apparaat vanuit een XML-bestand toevoegen" +msgstr "" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "" -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "naam van commando" +msgstr "" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "Domein %s is gestart\n" +msgstr "" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3856 +#: src/virsh.c:3893 msgid "undefine an inactive pool" msgstr "" -#: src/virsh.c:3857 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "apparaat vanuit een XML-bestand toevoegen" - -#: src/virsh.c:3940 -msgid "file containing an XML vol description" msgstr "" #: src/virsh.c:3977 +msgid "file containing an XML vol description" +msgstr "" + +#: src/virsh.c:4014 #, c-format msgid "Vol %s created from %s\n" msgstr "" -#: src/virsh.c:3981 -#, fuzzy, c-format +#: src/virsh.c:4018 +#, c-format msgid "Failed to create vol from %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 -#, fuzzy, c-format +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "Domein %s is gestart\n" +msgstr "" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "domein-informatie" +msgstr "" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "" -#: src/virsh.c:4063 +#: src/virsh.c:4100 msgid "Type:" msgstr "" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML-bestand" +msgstr "bestand" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" -msgstr "geblokkeerd" +msgstr "" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "domein-informatie in XML" +msgstr "" -#: src/virsh.c:4087 +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." msgstr "" -#: src/virsh.c:4128 +#: src/virsh.c:4165 msgid "list vols" msgstr "" -#: src/virsh.c:4129 +#: src/virsh.c:4166 msgid "Returns list of vols by pool." msgstr "" -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "Starten van het domein %s is mislukt" - -#: src/virsh.c:4170 -msgid "Path" msgstr "" #: src/virsh.c:4207 +msgid "Path" +msgstr "Pad" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "domein-uuid" - -#: src/virsh.c:4273 -msgid "convert a vol UUID to vol path" -msgstr "" - -#: src/virsh.c:4279 -msgid "vol name or key" msgstr "" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "" + +#: src/virsh.c:4347 msgid "show version" msgstr "versie tonen" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Gecompileerd tegen bibliotheek: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "mogelijkheden" + +#: src/virsh.c:4452 +msgid "Failed to count node devices" +msgstr "" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Starten van het netwerk %s is mislukt" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +msgid "Output the node device details as an XML dump to stdout." +msgstr "" + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "apparaat" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "apparaat vanuit een XML-bestand toevoegen" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." -msgstr "Apparaat vanuit een XML toevoegen." +msgstr "Apparaat vanuit een XML toevoegen." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML-bestand" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" -msgstr "netwerk-interface toevoegen" +msgstr "netwerkinterface toevoegen" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." -msgstr "Nieuwe netwerk-interface toevoegen." +msgstr "Nieuwe netwerkinterface toevoegen." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC-adres" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Toewijzen van geheugen is mislukt" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "schijfapparaat toevoegen" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Nieuw schijfapparaat toevoegen." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "Toewijzen van geheugen is mislukt" -#: src/virsh.c:5236 -#, fuzzy, c-format +#: src/virsh.c:5362 +#, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/virsh.c:5243 -#, fuzzy, c-format +#: src/virsh.c:5369 +#, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/virsh.c:5252 -#, fuzzy, c-format +#: src/virsh.c:5378 +#, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, c-format msgid "asprintf: could not create editing command: %s" msgstr "" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "value array toewijzen" +msgstr "setsid mislukt: %s" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 -#, fuzzy, c-format +#: src/virsh.c:5451 +#, c-format msgid "%s: failed to read temporary file: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/virsh.c:5337 +#: src/virsh.c:5463 msgid "edit XML configuration for a domain" msgstr "" -#: src/virsh.c:5338 +#: src/virsh.c:5464 msgid "Edit the XML configuration for a domain." msgstr "" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "toewijzen van configuratie" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "syntaxisfout in configuratiebestand" -#: src/virsh.c:5441 +#: src/virsh.c:5567 msgid "Edit the XML configuration for a network." msgstr "" -#: src/virsh.c:5458 +#: src/virsh.c:5584 msgid "edit XML configuration for a storage pool" msgstr "" -#: src/virsh.c:5459 +#: src/virsh.c:5585 msgid "Edit the XML configuration for a storage pool." msgstr "" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "commando '%s' vereist <%s> optie" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "commando '%s' vereist --%s optie" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "commando '%s' bestaat niet" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAAM\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -5897,7 +6254,7 @@ msgstr "" "\n" " OVERZICHT\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -5905,7 +6262,7 @@ msgstr "" "\n" " OMSCHRIJVING\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -5913,55 +6270,53 @@ msgstr "" "\n" " OPTIES\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "domein-id of naam" +msgstr "" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "domein-id of naam" +msgstr "" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -5972,129 +6327,129 @@ msgstr "" "(Tijd: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "\" ontbreekt" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "onbekend commando: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "commando '%s' heeft geen ondersteuning voor optie --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "verwachte syntaxis: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTIE" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "GEGEVENS" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML-bestand" +msgstr "bestand" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "gepauzeerd" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "geen geldige connectie" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: fout: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "fout: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/virsh.c:6774 +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6112,27 +6467,41 @@ msgid "" "\n" " commands (non interactive mode):\n" msgstr "" +"\n" +"%s [opties] [commando's]\n" +"\n" +" opties:\n" +" -c | --connect hypervisor connectie URI\n" +" -r | --readonly alleen-lezen verbinden\n" +" -d | --debug debug-niveau [0-5]\n" +" -h | --help deze hulp\n" +" -q | --quiet stille modus\n" +" -t | --timing timing-informatie weergeven\n" +" -l | --log logging naar bestand schrijven\n" +" -v | --version programmaversie\n" +"\n" +" commando's (niet-interactieve modus):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" "\n" msgstr "" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6147,870 +6516,928 @@ msgstr "waarschuwing" msgid "error" msgstr "fout" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "interne fout %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "interne fout" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" -msgstr "" +msgstr "onbekende host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" -msgstr "" +msgstr "onbekende host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen systeemaanroep %s %d is mislukt" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "te veel stuurprogramma's geregistreerd" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "te veel stuurprogramma's geregistreerd in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "syntaxisfout in configuratiebestand" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "syntaxisfout in configuratiebestand: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" -msgstr "" +msgstr "dit netwerk bestaat al" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC-fout" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Domein niet gevonden" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Domein niet gevonden: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Netwerk niet gevonden" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Netwerk niet gevonden: %s" -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "ongeldig MAC-adres" -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "ongeldig MAC-adres: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "" -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "Netwerk niet gevonden" - -#: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "Netwerk niet gevonden: %s" - -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "Netwerk niet gevonden" - #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "Netwerk niet gevonden: %s" +msgid "Storage pool not found" +msgstr "" -#: src/virterror.c:706 -msgid "invalid storage pool pointer in" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" msgstr "" #: src/virterror.c:708 +msgid "Storage volume not found" +msgstr "" + +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "" + +#: src/virterror.c:714 +msgid "invalid storage pool pointer in" +msgstr "" + +#: src/virterror.c:716 #, c-format msgid "invalid storage pool pointer in %s" msgstr "" -#: src/virterror.c:712 +#: src/virterror.c:720 msgid "invalid storage volume pointer in" msgstr "" -#: src/virterror.c:714 +#: src/virterror.c:722 #, c-format msgid "invalid storage volume pointer in %s" msgstr "" -#: src/virterror.c:718 -#, fuzzy +#: src/virterror.c:726 msgid "Failed to find a storage driver" +msgstr "" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" msgstr "Toewijzen van geheugen is mislukt" -#: src/virterror.c:720 +#: src/virterror.c:734 #, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "Starten van het domein %s is mislukt" +msgid "Failed to find a node driver: %s" +msgstr "Starten van het netwerk %s is mislukt" -#: src/xen_internal.c:1324 +#: src/virterror.c:738 +msgid "invalid node device pointer" +msgstr "" + +#: src/virterror.c:740 +#, c-format +msgid "invalid node device pointer in %s" +msgstr "" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "apparaat niet gevonden: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "apparaat niet gevonden: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "toewijzen van domein" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "Toewijzen van geheugen is mislukt" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "toewijzen van %d domein-informatie" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "toewijzen van buffer is mislukt" +msgstr "" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "nieuwe buffer toewijzen" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "value array toewijzen" +msgstr "gethostbyname mislukt: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domein-informatie onvolledig, domid ontbreekt" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domein-informatie onvolledig, uuid ontbreekt" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domein-informatie onvolledig, naam ontbreekt" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "domein-informatie onvolledig, naam ontbreekt" +msgstr "" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "domein-informatie onvolledig, kernel en bootloader ontbreken" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekend apparaat" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "ongeldig MAC-adres: %s" -#: src/xend_internal.c:1934 -#, fuzzy, c-format +#: src/xend_internal.c:1883 +#, c-format msgid "unexpected sound model %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "domein-informatie onvolledig, id ontbreekt" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" -msgstr "onbekend commando: '%s'" +msgstr "onbekende host %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "syntaxisfout in configuratiebestand" +msgstr "" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Starten van het domein %s is mislukt" +msgstr "openen van bestand is mislukt" -#: src/xend_internal.c:3926 -#, fuzzy +#: src/xend_internal.c:3884 msgid "unsupported device type" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" msgstr "" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "Gebruikt geheugen:" +msgstr "geen geheugen" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "geheugentoewijzing aanpassen" +msgstr "sexpr2string mislukt" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "value array toewijzen" +msgstr "gethostname mislukt: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: ongeldige URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" +msgstr "xenDaemonDomainMigrate: ongeldig poortnummer" + +#: src/xend_internal.c:4253 +msgid "failed to parse domain description" msgstr "" -#: src/xend_internal.c:4293 -#, fuzzy -msgid "failed to parse domain description" -msgstr "Starten van het domein %s is mislukt" - -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "domein-informatie onvolledig, naam ontbreekt" +msgstr "" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "Onbekend" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "Starten van het domein %s is mislukt" +msgstr "" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "domein-informatie onvolledig, uuid ontbreekt" +msgstr "domein-informatie onvolledig, cpu_weight ontbreekt" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "domein-informatie onvolledig, uuid ontbreekt" +msgstr "domein-informatie onvolledig, cpu_cap ontbreekt" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "ongeldig MAC-adres: %s" +msgstr "%s: ongeldig pad" -#: src/xend_internal.c:4779 -#, fuzzy, c-format +#: src/xend_internal.c:4736 +#, c-format msgid "failed to open for reading: %s: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#: src/xend_internal.c:4748 +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "openen van bestand is mislukt" +msgstr "" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, c-format msgid "unexpected graphics type %d" msgstr "" -#: src/xend_internal.c:4963 -#, fuzzy +#: src/xend_internal.c:4920 msgid "unexpected chr device type" -msgstr "onbekend commando: '%s'" +msgstr "" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, c-format msgid "unexpected lifecycle value %d" msgstr "" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "syntaxisfout in configuratiebestand: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "kan %s niet openen: %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, c-format msgid "unexpected value %s for on_poweroff" msgstr "" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, c-format msgid "unexpected value %s for on_reboot" msgstr "" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, c-format msgid "unexpected value %s for on_crash" msgstr "" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" -msgstr "toewijzen van verbinding" - -#: src/xm_internal.c:1447 -#, fuzzy -msgid "not inactive domain" -msgstr "toewijzen van domein" - -#: src/xm_internal.c:1452 -msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy -msgid "can't retrieve config file for domain" -msgstr "openen van bestand is mislukt" +#: src/xm_internal.c:1484 +msgid "not inactive domain" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1489 +msgid "virHashLookup" +msgstr "virHashLookup" + +#: src/xm_internal.c:1494 +msgid "can't retrieve config file for domain" +msgstr "" + +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, c-format msgid "unexpected lifecycle action %d" msgstr "" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" msgstr "" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "Niet in staat om huidige MemorySize te controleren" - -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy -msgid "unable to store config file handle" -msgstr "openen van bestand is mislukt" - -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -msgid "unknown device" msgstr "" -#: src/xml.c:76 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 +msgid "unable to store config file handle" +msgstr "" + +#: src/xm_internal.c:2546 src/xm_internal.c:2644 +msgid "unknown device" +msgstr "onbekend apparaat" + +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Starten van het domein %s is mislukt" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Starten van het domein %s is mislukt" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Starten van het domein %s is mislukt" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "string array toewijzen" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "value array toewijzen" +msgstr "waarde toewijzen" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7021,9 +7448,8 @@ msgid "allocate value array" msgstr "value array toewijzen" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "nieuwe context toewijzen" +msgstr "" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7049,6 +7475,10 @@ msgstr "antwoord toewijzen" msgid "read response" msgstr "" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "string array toewijzen" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "" @@ -7057,196 +7487,56 @@ msgstr "" msgid "allocate new context" msgstr "nieuwe context toewijzen" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "" -#~ msgid "blocked" -#~ msgstr "geblokkeerd" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "ongeldig MAC-adres: %s" +msgid "failed to allocate activeDomainList" +msgstr "Toewijzen van geheugen is mislukt" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "Niet in staat om huidige MemorySize te controleren" +msgid "failed to allocate xsWatchList" +msgstr "Toewijzen van geheugen is mislukt" -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "netwerknaam of uuid" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" + +#: src/xs_internal.c:1073 #, fuzzy +msgid "reallocating list" +msgstr "toewijzen van domein" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "Toewijzen van geheugen is mislukt" + #~ msgid "invalid domain id" -#~ msgstr "domein-uuid" +#~ msgstr "ongeldig domein-id" -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Starten van het netwerk %s is mislukt" +#~ msgid "posix_openpt failed: %s" +#~ msgstr "posix_openpt mislukt: %s" -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "Starten van het netwerk %s is mislukt" +#~ msgid "ptsname_r failed: %s" +#~ msgstr "ptsname_r mislukt: %s" -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "Starten van het domein %s is mislukt" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "openen van bestand is mislukt" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "openen van bestand is mislukt" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Domein niet gevonden: %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "openen van bestand is mislukt" - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "Starten van het domein %s is mislukt" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "Niet in staat om huidige MemorySize te controleren" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "value array toewijzen" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "value array toewijzen" +#~ msgstr "epoll_ctl(fd2) mislukt: %s" -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "Starten van het domein %s is mislukt" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Starten van het domein %s is mislukt" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "onbekend commando: '%s'" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "domein-id of naam" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "value array toewijzen" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "Starten van het domein %s is mislukt" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Starten van het domein %s is mislukt" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "toewijzen van persoonlijke gegevens" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "openen van bestand is mislukt" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domein-id of naam" - -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "netwerknaam of uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "netwerknaam of uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "domein-informatie" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "domein-informatie" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "domein-informatie" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "netwerknaam of uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "Toewijzen van geheugen is mislukt" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "toewijzen van pad" - -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Starten van het domein %s is mislukt" +#~ msgstr "netwerknaam '%s' te lang" #~ msgid "domain" #~ msgstr "domein" @@ -7266,22 +7556,8 @@ msgstr "" #~ msgid "too many networks" #~ msgstr "te veel netwerken" -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "nieuwe context toewijzen" +#~ msgid "blocked" +#~ msgstr "geblokkeerd" -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Starten van het domein %s is mislukt" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "geheugentoewijzing aanpassen" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "interne fout %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "nieuwe buffer toewijzen" +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: naam" diff --git a/po/nn.po b/po/nn.po index b0f327a746..0a900de28d 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/nso.po b/po/nso.po index b0f327a746..0a900de28d 100644 --- a/po/nso.po +++ b/po/nso.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/or.po b/po/or.po index 1849d3d7db..1f8a58458b 100644 --- a/po/or.po +++ b/po/or.po @@ -1,22 +1,23 @@ -# translation of or.po to Oriya -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of libvirt.HEAD.or.po to Oriya +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # Subhransu Behera , 2006. # Subhransu Behera , 2007. +# Manoj Kumar Giri , 2008. msgid "" msgstr "" -"Project-Id-Version: or\n" +"Project-Id-Version: libvirt.HEAD.or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-09-25 17:03+0530\n" -"Last-Translator: Subhransu Behera \n" -"Language-Team: Oriya \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-21 16:19+0530\n" +"Last-Translator: Manoj Kumar Giri \n" +"Language-Team: Oriya\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2;plural=(n!=1)\n" "\n" "\n" "\n" @@ -35,760 +36,780 @@ msgstr "" "\n" "\n" +#: gnulib/lib/gai_strerror.c:41 +msgid "Address family for hostname not supported" +msgstr "àĴ†àĴ§àĴàĴ°àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴ àĴ àĴżàĴ•àĴ£àĴ àĴŞàĴ°àĴżàĴĴàĴàĴ° àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "àĴ¨àĴàĴ àĴĴàĴżàĴ­à­‡àĴĤàĴ¨àĴ°à­‡ àĴ†àĴ¸à­àĴàĴୟୀ àĴĴàĴżàĴĞàĴ³àĴ¤àĴ" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "aiflags àĴŞàĴàĴ‡àĴ àĴ–àĴ°àĴàĴŞ àĴୂàĴ²à­àĴŻ (_f)" + #: gnulib/lib/gai_strerror.c:44 -msgid "Address family for hostname not supported" -msgstr "" +msgid "Non-recoverable failure in name resolution" +msgstr "àĴ¨àĴàĴ àĴĴàĴżàĴ­à­‡àĴĤàĴ¨àĴ°à­‡ àĴŞà­àĴ¨àĴƒ àĴŞà­àĴ°àĴàĴŞà­àĴ¤ àĴ…àĴŻà­‹àĴ—୍ୟ àĴĴàĴżàĴĞàĴ³àĴ¤àĴ" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "aifamily àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ (_f)" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ àĴżàĴ•àĴ£àĴ àĴ¸àĴĥ୍àĴ³àĴżàĴ·à­àĴŸ àĴ¨àĴàĴıàĴżàĴ" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€ àĴĦàĴàĴ•àĴ°àĴ àĴĴàĴżàĴĞàĴ³, àĴ¸àĴ୍àĴ­àĴĴàĴ¤àĴƒ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ" +msgid "Name or service not known" +msgstr "àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ àĴ¸àĴ°à­àĴ­àĴżàĴ¸ àĴœàĴ£àĴ àĴ¨àĴàĴıàĴżàĴ" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" +msgid "Servname not supported for ai_socktype" +msgstr "aisocktype àĴŞàĴàĴ‡àĴ àĴ¸àĴ°à­àĴ­àĴ° àĴ¨àĴàĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ (_s)" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "aisocktype àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ (_s)" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴ¤à­ƒàĴŸàĴż" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "àĴ¸à­à­ħàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ° àĴĴàĴĞàĴ°àĴŸàĴż àĴ–ୁàĴĴ àĴ›à­‹àĴŸ" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "system call àĴ¤à­ƒàĴŸàĴż" +msgid "Processing request in progress" +msgstr "àĴ¸àĴ‚àĴ¸àĴàĴ§àĴ¨ àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ†àĴ—àĴ‰àĴ…àĴ›àĴż" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴĴàĴàĴ¤àĴżàĴ² àĴıୋàĴ‡àĴ›àĴż" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴĴàĴàĴ¤àĴżàĴ² àĴıୋàĴ‡ àĴ¨àĴàĴıàĴżàĴ" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "àĴ¸àĴàĴ¸à­àĴ¤ àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ¸àĴàĴàĴŞà­àĴ¤ àĴıୋàĴ‡àĴ›àĴż" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¸àĴ‚àĴ•à­‡àĴ¤ àĴĤ୍à­ħàĴàĴ°àĴ àĴĴàĴàĴ§àĴàĴŞà­àĴ°àĴàĴŞà­àĴ¤ àĴıେàĴ²àĴ" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "àĴŞà­àĴ°àĴàĴšàĴ³ àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴ¸àĴ àĴżàĴ• àĴ­àĴàĴĴàĴ°à­‡ àĴ¸àĴàĴ‚àĴ•à­‡àĴ¤àĴżàĴ•àĴ°àĴ£ àĴıେàĴ‡àĴ¨àĴàĴıàĴżàĴ" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "àĴ…àĴœàĴ£àĴ" +msgstr "àĴ…àĴœàĴ£àĴ àĴ¤à­àĴ°à­àĴŸàĴż" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s' àĴàĴ§à­àĴŻàĴ°à­‡ àĴŞà­àĴ°àĴĴେàĴĥ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "àĴœà­‡àĴ¨ àĴĦେàĴàĴ¨àĴ°à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¸àĴ‚àĴ•à­‡àĴ¤ àĴŞàĴàĴ‡àĴŞàĴ°à­ àĴŞàĴ˘àĴĵàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" +msgstr "SIGHUPàĴ°à­‡ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴŞà­àĴ¨àĴ°à­àĴ§àĴàĴ°àĴ£ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴ¤à­ƒàĴŸàĴż: %s" +msgstr "àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞà­àĴ¨àĴ°à­àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴ¤à­ƒàĴŸàĴż: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "àĴ¸àĴ‚àĴ•à­‡àĴ¤ %d àĴŞàĴàĴ‡àĴ²àĴ àĴàĴàĴ¤à­àĴ°à­‡ àĴĴàĴ¨à­àĴĤ àĴıୋàĴ‡àĴŻàĴàĴ" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ àĴ¨à­‹àĴĦ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec àĴĞàĴàĴ‡àĴ² àĴ¨àĴżàĴ°à­‚àĴŞàĴ• àĴĞ୍àĴ²àĴàĴ— àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "àĴ…àĴŸàĴ•àĴàĴ‰àĴ¨àĴàĴżàĴĴàĴ àĴĞàĴàĴ‡àĴ² àĴ¨àĴżàĴ°à­‚àĴŞàĴ• àĴĞ୍àĴ²àĴàĴ— àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "pid àĴĞàĴàĴ‡àĴ²'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "pid àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "pid àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "pid àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴĴàĴ¨à­àĴĤàĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "struct qemudsocket àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ (_s)" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "àĴ¸àĴ•à­‡àĴŸ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "'%s' àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ•à­‡àĴŸ àĴĴàĴàĴ¨à­àĴ§àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "'%s' àĴ°à­‡ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "àĴ¸àĴ°à­àĴ­àĴ° àĴ˜àĴŸàĴ£àĴ àĴĦàĴàĴ•àĴ°àĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "àĴ¸àĴ•à­‡àĴŸ: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "àĴĴàĴ¨à­àĴ§àĴ¨: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "àĴ§à­à­ŸàĴàĴ¨ àĴĤàĴżàĴ…àĴ¨à­àĴ¤à­: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "uid '%d' àĴŞàĴàĴ‡àĴ àĴšàĴàĴ³àĴ• àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "qemudInitPaths() àĴ°à­‡ àĴĴàĴĞàĴ° àĴŞàĴàĴ‡àĴ àĴĞàĴ³àĴĴàĴ¤à­€ àĴŞàĴàĴŸàĴż àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "struct qemudserver àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ (_s)" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "SASL àĴĴୈàĴ§àĴżàĴ•àĴ°àĴ£ %s àĴ•à­ àĴ†àĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "hypervisor àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit auth àĴŞàĴàĴ‡àĴ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴĴàĴ¸ àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" #: qemud/qemud.c:955 -msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:960 -msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" - -#: qemud/qemud.c:966 -msgid "" -"remoteCheckCertificate: the client certificate uses an insecure algorithm." -msgstr "" - -#: qemud/qemud.c:975 -msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" - -#: qemud/qemud.c:980 -msgid "remoteCheckCertificate: no peers" -msgstr "" +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" #: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: àĴĴàĴżàĴĞàĴ³: àĴ—୍àĴ°àĴàĴıàĴ• DN àĴıେàĴ‰àĴ›àĴż %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: àĴŻàĴàĴžà­àĴš àĴĴàĴżàĴĞàĴ³: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴŸàĴż àĴĴàĴżàĴĥ୍à­ħàĴàĴ¸àĴ¨à­€à­Ÿ àĴ¨à­àĴıàĴ." + +#: qemud/qemud.c:1020 +msgid "remoteCheckCertificate: the client certificate has unknown issuer." +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴ° àĴĤàĴàĴ¤àĴ àĴ…àĴœàĴ£àĴ àĴ…àĴŸà­‡." + +#: qemud/qemud.c:1025 +msgid "remoteCheckCertificate: the client certificate has been revoked." +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°.àĴ¨àĴ·à­àĴŸàĴıୋàĴ‡àĴŻàĴàĴ‡àĴ›àĴż." + +#: qemud/qemud.c:1031 +msgid "" +"remoteCheckCertificate: the client certificate uses an insecure algorithm." +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ° àĴ—à­‹àĴŸàĴżàĴ àĴ…àĴ¸à­àĴ°àĴ•à­àĴ·àĴżàĴ¤ àĴ†àĴ²àĴ—à­‹àĴ°àĴżàĴĤàĴ àĴĴ୍ୟàĴĴàĴıàĴàĴ° àĴ•àĴ°à­‡." + +#: qemud/qemud.c:1040 +msgid "remoteCheckCertificate: certificate is not X.509" +msgstr "remoteCheckCertificate: àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴŸàĴż X.509 àĴ¨à­àĴıàĴ" + +#: qemud/qemud.c:1045 +msgid "remoteCheckCertificate: no peers" +msgstr "remoteCheckCertificate: àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¸àĴàĴàĴż àĴ¨àĴàĴıàĴżàĴ" + +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴ° àĴ¸àĴୟ àĴ¸àĴàĴàĴŞà­àĴ¤ àĴıୋàĴ‡àĴ—àĴ²àĴ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ° àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨ àĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴıୋàĴ‡àĴ¨àĴàĴıàĴżàĴ" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: client's Distinguished Name is not on the list of " +"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " +"-text' to view the Distinguished Name field in the client certificate, or " +"run this daemon with --verbose option." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate is set so the bad " +"certificate is ignored" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "%s àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "àĴĴàĴżàĴĥେàĴ·àĴàĴ§àĴżàĴ•à­ƒàĴ¤ àĴ—୍àĴ°àĴàĴıàĴ• àĴŞàĴàĴ‡àĴ polkit authàĴ•à­ àĴĴàĴ¨à­àĴĤàĴ•àĴ°àĴ¨à­àĴ¤à­ %d" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "TLS àĴ•àĴ°àĴàĴ°à­àĴĤ୍àĴĤàĴ¨ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "àĴŞàĴ˘àĴĵàĴ¨à­àĴ¤à­: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "àĴ²à­‡àĴ–àĴ¨à­àĴ¤à­: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "àĴ¸àĴ‚àĴ•à­‡àĴ¤ àĴ¨àĴżà­ŸàĴ¨à­àĴ¤à­àĴ°àĴ• %d àĴ¤à­àĴ°à­àĴŸàĴżàĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴ–àĴĴàĴ° àĴ•àĴ°àĴżàĴàĴàĴ: àĴ…àĴ¨à­àĴ¤àĴżàĴ àĴ¤à­àĴ°à­àĴŸàĴż: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s config àĴ¤àĴàĴ²àĴżàĴ•àĴ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s config àĴ¤àĴàĴ²àĴżàĴ•àĴ àĴୂàĴ²à­à­Ÿ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" +"remoteReadConfigFile: %s: %s: àĴ¨àĴżàĴĥ୍àĴšàĴżàĴ¤àĴ°à­‚àĴŞà­‡ àĴ—à­‹àĴŸàĴżàĴ àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦ àĴ•àĴżàĴ୍à­ħàĴ àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦàĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: àĴ…àĴĴୈàĴ§ àĴŞà­àĴ°àĴ•àĴàĴ°: %s àĴŞàĴàĴ‡àĴ²àĴ; %sàĴ•à­ àĴ†àĴĥàĴàĴ•àĴ°à­àĴ…àĴ›àĴż\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ•à­ àĴŞàĴ àĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ auth %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "àĴŞà­àĴ°àĴୁàĴ– àĴšàĴàĴ³àĴ• àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴàĴ²à­àĴ¨àĴàĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴĥ୍àĴ°à­‡àĴ£à­€ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "àĴĥ୍àĴ°à­‡àĴ£à­€ '%s' àĴ•à­ àĴĤେàĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "àĴ§àĴàĴ°àĴ '%s' àĴ•à­ àĴĴàĴżàĴĥ୍àĴ²à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "àĴĦେàĴàĴ¨ àĴŞàĴ°àĴż àĴĴàĴżàĴ­àĴàĴœàĴżàĴ¤ àĴıେàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "àĴŞàĴàĴ‡àĴŞ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%s àĴ° àĴĥ୍àĴ°à­‡àĴ£à­€ àĴ¸à­à­ħàĴàĴàĴżàĴ¤à­à­ħ àĴŞàĴ°àĴżàĴĴàĴ°à­àĴ¤à­àĴ¤àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "àĴ¸àĴ‚àĴ•à­‡àĴ¤ àĴŞàĴàĴ‡àĴŞ àĴŞàĴàĴ‡àĴ àĴĦàĴĵàĴàĴ• àĴŞàĴžà­àĴœàĴżàĴ•àĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "àĴŞà­àĴ°àĴ—୍àĴ°àĴàĴ àĴେàĴ³ àĴ–àĴàĴ‰àĴ¨àĴàĴıàĴżàĴ (àĴŞà­àĴ°àĴ•à­ƒàĴ¤ %x, àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£ àĴେàĴ³ àĴ–àĴàĴ‰àĴ¨àĴàĴıàĴżàĴ (àĴŞà­àĴ°àĴ•à­ƒàĴ¤ %x, àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "àĴ¸à­àĴàĴżàĴ¤àĴż (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ°àĴàĴ§àĴżàĴ•àĴ°àĴ£ àĴ†àĴĴàĴĥ୍ୟàĴ•" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "àĴ…àĴœàĴ£àĴ HTTP àĴ¤à­ƒàĴŸàĴż àĴ¸àĴ¨à­àĴĤେàĴĥ %d àĴŞàĴàĴ‡àĴ²àĴ" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ¸à­‡àĴĴàĴ•àĴ° àĴ‰àĴ¤à­àĴ¤àĴ° àĴĴàĴżàĴĞàĴ³" +msgstr "àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ args àĴĴàĴżàĴĞàĴ³" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "àĴ…àĴ¨à­àĴ¤àĴ°à­àĴ¨àĴżàĴıàĴżàĴ¤ àĴ¤à­àĴ°à­àĴŸàĴż - àĴŞàĴ àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ•àĴàĴ°à­àĴŻà­à­Ÿ àĴ…àĴĴୈàĴ§ àĴ¸àĴ‚àĴ•à­‡àĴ¤ àĴĞେàĴ°àĴàĴ‡àĴ²àĴ %d" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "àĴ¨àĴ•àĴ²àĴż àĴ²àĴ୍àĴĴ" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "àĴ•à­àĴ°àĴàĴżàĴ• àĴ‰àĴ¤à­àĴ¤àĴ° àĴĥàĴżàĴ°à­àĴ·àĴ•" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "àĴ•à­àĴ°àĴàĴżàĴ• struct àĴĞେàĴ°àĴàĴ‡àĴĴàĴ" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "àĴ•à­àĴ°àĴàĴżàĴ• àĴ¤à­àĴ°à­àĴŸàĴż àĴĞେàĴ°àĴàĴ‡àĴĴàĴ" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "àĴ•à­àĴ°àĴàĴżàĴ• àĴ²àĴ୍àĴĴ àĴĞେàĴ°àĴàĴ‡àĴĴàĴ" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ–à­‹àĴ²àĴàĴ…àĴ›àĴż" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸àĴ‚àĴŻà­‹àĴ—" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ–à­‹àĴ²àĴàĴ¨àĴàĴıàĴżàĴ" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴıàĴàĴ°à­‡" +msgstr "strdupàĴ°à­‡ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴżàĴ³à­ àĴ¨àĴàĴıàĴżàĴ" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴ•àĴàĴ°" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "àĴ†àĴ•àĴàĴ° > àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴĴàĴĞàĴ° àĴ†àĴ•àĴàĴ°" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴàĴżàĴ³à­ àĴ¨àĴàĴıàĴżàĴ" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ àĴżàĴ•àĴ£àĴ %dàĴ•à­ àĴ¸àĴàĴàĴ§àĴàĴ¨ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴ…àĴĴୈàĴ§ SASL init àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ•à­ àĴŞàĴ°à­€àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴ¸àĴàĴ°àĴżàĴ›àĴż" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "%s àĴ–àĴ£à­àĴĦàĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" +msgstr "àĴ àĴżàĴ•àĴ£àĴ %dàĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "%s àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" +msgstr "àĴ¸àĴàĴàĴż àĴ àĴżàĴ•àĴ£àĴ %dàĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴĴàĴżàĴĞàĴ³ %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "TLS cipher àĴ†àĴ•àĴàĴ° àĴŞàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL àĴĴàĴàĴı୍ୟ SSF %d àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL àĴ¸à­àĴ°àĴ•à­àĴ·àĴ àĴ§àĴ°à­àĴ %d àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ (%s)" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL àĴĴ୍ୟàĴĴàĴ¸à­àĴàĴàĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ­à­àĴ•à­àĴ¤ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "mechlist àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ—àĴ°à­‡ SASL ssf àĴ…àĴ¨à­àĴ¸àĴ¨à­àĴ§àĴàĴ¨ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ %d (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "àĴ¸à­àĴàĴżàĴ°àĴżàĴ•à­ƒàĴ¤ SSF %d àĴŸàĴż àĴŻàĴେàĴ·à­àĴŸ àĴĥàĴ•à­àĴ¤ àĴ¨à­àĴıàĴ" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "SASL àĴšàĴàĴ³àĴ• àĴ¨àĴàĴàĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— %dàĴ°à­‡ àĴ…àĴ¨à­àĴ¸àĴ¨à­àĴ§àĴàĴ¨ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "àĴ•à­ŒàĴ£àĴ¸àĴż àĴ—୍àĴ°àĴàĴıàĴ• àĴšàĴàĴ³àĴ• àĴ¨àĴàĴ àĴàĴżàĴ³à­àĴ¨àĴàĴıàĴżàĴ" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴıàĴàĴ°à­‡" +msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ àĴšàĴàĴ³àĴ• àĴ¨àĴàĴ àĴ¨àĴ•àĴ² àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "whitelist àĴ°à­‡ SASL àĴ—୍àĴ°àĴàĴıàĴ• %sàĴ•à­ àĴ…àĴ¨à­àĴàĴ¤àĴż àĴ¨àĴàĴıàĴżàĴ" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴ…àĴĴୈàĴ§ SASL àĴ†àĴ°àĴ୍àĴ­ àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴšà­‡àĴ·à­àĴŸàĴàĴ•àĴ°àĴżàĴàĴżàĴ²àĴ" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl àĴ†àĴ°àĴ୍àĴ­ àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl àĴ†àĴ°àĴ୍àĴ­ àĴ‰àĴ¤à­àĴ¤àĴ° àĴ¤àĴ୍ୟàĴŸàĴż àĴĴàĴıୁàĴ¤ àĴĴàĴĦàĴĵ %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl àĴŞàĴĤàĴ•à­àĴ·à­‡àĴŞ àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl àĴŞàĴĤàĴ•à­àĴ·à­‡àĴŞ àĴ‰àĴ¤à­àĴ¤àĴ° àĴ¤àĴ୍ୟàĴŸàĴż àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴĴàĴĦàĴĵ %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ SASL init àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ•à­ àĴŞàĴ°à­€àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴàĴżàĴ²àĴ" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ SASL àĴ†àĴ°àĴ୍àĴ­ àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ•à­ àĴŞàĴ°à­€àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴàĴżàĴ²àĴ" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ SASL àĴŞàĴĤàĴ•à­àĴ·à­‡àĴŞ àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ•à­ àĴŞàĴ°à­€àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴàĴżàĴ²àĴ" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴ…àĴĴୈàĴ§ PolicyKit init àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ•à­ àĴŞàĴ°à­€àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴàĴżàĴ²àĴ" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "àĴ¸àĴàĴàĴż àĴ¸àĴ•à­‡àĴŸ àĴŞàĴ°àĴżàĴšà­Ÿ àĴŞàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "%d àĴŞàĴ°àĴż àĴšàĴàĴ²à­àĴàĴżàĴĴàĴ PID %d àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "policy kit caller àĴ•à­ àĴĤେàĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "%s àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "polkit àĴ•àĴàĴ°à­àĴŻà­à­ŸàĴŞàĴ¨à­àĴàĴ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "%s àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" - -#: qemud/remote.c:2841 -#, c-format -msgid "Policy kit failed to check authorization %d %s" -msgstr "" - -#: qemud/remote.c:2857 -#, c-format -msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" - -#: qemud/remote.c:2865 -#, c-format -msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" - -#: qemud/remote.c:2884 -msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "polkit àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s\n" #: qemud/remote.c:2939 +#, c-format +msgid "Policy kit failed to check authorization %d %s" +msgstr "Policy kit àĴŞà­àĴ°àĴàĴ§àĴżàĴ•àĴ°àĴ£ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %d %s" + +#: qemud/remote.c:2955 +#, 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:2963 +#, c-format +msgid "Policy allowed action %s from pid %d, uid %d, result %s" +msgstr "àĴ¨à­€àĴ¤àĴż àĴ•àĴàĴ°à­àĴŻà­à­Ÿ %s àĴ•à­ pid %d, uid %d, àĴĞàĴ³àĴàĴĞàĴ³ %s àĴ°à­ àĴ…àĴ¨à­àĴàĴ¤àĴż àĴĤେàĴ‡àĴ›àĴż" + +#: qemud/remote.c:2982 +msgid "client tried unsupported PolicyKit init request" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ PolicyKit init àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ•à­ àĴŞàĴ°à­€àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴàĴżàĴ²àĴ" + +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴ˜àĴ° àĴàĴżàĴ³à­àĴ¨àĴàĴıàĴżàĴ (_p)" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴàĴżàĴ³à­àĴ¨àĴàĴıàĴżàĴ (_v)" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "àĴ…àĴĴୈàĴ§ uuid àĴ‰àĴŞàĴàĴĤàĴàĴ¨" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (àĴ²àĴ୍àĴĴ àĴĥàĴĴ୍àĴĤ)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (àĴ²àĴ୍àĴĴ àĴĥàĴĴ୍àĴĤ)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -812,9 +833,8 @@ msgid "expecting a separator in list" msgstr "àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ àĴĴàĴżàĴ­àĴàĴœàĴ•àĴ•à­ àĴ†àĴĥàĴ àĴ•àĴ°à­àĴ…àĴ›àĴż" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" -msgstr "àĴ¤àĴàĴ²àĴżàĴ•àĴàĴŸàĴż ] àĴĤ୍àĴĴàĴàĴ°àĴ àĴĴàĴ¨à­àĴĤ àĴıେàĴ‰àĴ¨àĴàĴıàĴżàĴ" +msgstr "àĴ¤àĴàĴ²àĴżàĴ•àĴàĴŸàĴż ] àĴĤ୍àĴĴàĴàĴ°àĴ àĴĴàĴ¨à­àĴĤ àĴıୋàĴ‡àĴ¨àĴàĴıàĴżàĴ" #: src/conf.c:521 msgid "expecting a name" @@ -828,11 +848,10 @@ msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴĴàĴżàĴ­àĴàĴœàĴ• àĴ†àĴĥàĴ àĴ•àĴ°à­àĴ…àĴ›àĴż" msgid "expecting an assignment" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ•àĴàĴ°à­àĴŻà­àĴŻ àĴ†àĴĥàĴ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "àĴ¨à­‚àĴ¤àĴ¨ àĴĴàĴĞàĴ° àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" +msgstr "àĴĴàĴĞàĴ° àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" #: src/conf.c:899 msgid "failed to open file" @@ -843,3218 +862,3550 @@ msgid "failed to save content" msgstr "àĴĴàĴżàĴ·à­Ÿ àĴĴàĴ¸à­àĴ¤à­àĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "tty %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty àĴ—ୁàĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty àĴ—ୁàĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "I/O àĴŞàĴàĴ‡àĴ àĴ…àĴŞà­‡àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "àĴ¨àĴżàĴĴେàĴĥ àĴŞàĴ˘àĴĵàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "àĴĞàĴ³àĴàĴĞàĴ³ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴ˜àĴ° àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°à­àĴ…àĴ›àĴż" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴ˜àĴ°àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­ àĴŞà­àĴ² àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°à­àĴ…àĴ›àĴż" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­ vol àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°à­àĴ…àĴ›àĴż" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "àĴ¨à­‹àĴĦ àĴĴàĴżàĴĴàĴ°àĴ£à­€àĴ•à­ àĴ¨àĴ•àĴ² àĴ•àĴ°à­àĴ…àĴ›àĴż" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­ vol àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" +msgstr "àĴ…àĴœàĴ£àĴ àĴĴୁàĴŸ àĴŻàĴ¨à­àĴ¤à­àĴ° '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "àĴ…àĴĴୈàĴ§ àĴĞ୍àĴ²àĴŞàĴż àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¨àĴàĴ: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "àĴ…àĴĴୈàĴ§ àĴıàĴàĴ°à­àĴĦ àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¨àĴàĴ: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "àĴĞ୍àĴ²àĴŞàĴż àĴĦàĴżàĴ¸à­àĴ• àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ àĴĴàĴ¸ àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴĞ୍àĴ²àĴŞàĴż àĴĦàĴżàĴ¸à­àĴ• àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ àĴĴàĴ¸ àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +"<àĴ‰àĴ¤à­àĴ¸> <àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴŞà­àĴ°àĴ•àĴàĴ°='àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ•'/> àĴ¸àĴıàĴżàĴ¤ àĴ‰àĴ²à­àĴ²à­‡àĴ– àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż 'àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ•' àĴ—ୁàĴ£ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr "<àĴ‰àĴ¤à­àĴ¸> <àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴŞà­àĴ°àĴ•àĴàĴ°='àĴĴ୍àĴ°àĴżàĴœ'/> àĴ¸àĴıàĴżàĴ¤ àĴ‰àĴ²à­àĴ²à­‡àĴ– àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż 'dev' àĴ—ୁàĴ£ àĴ¨àĴàĴıàĴżàĴ" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "<àĴ‰àĴ¤à­àĴ¸> àĴ¸àĴ•à­‡àĴŸ àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ¸àĴıàĴżàĴ¤ àĴ‰àĴ²à­àĴ²à­‡àĴ– àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż 'port' àĴ—ୁàĴ£ àĴ¨àĴàĴıàĴżàĴ" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr "<àĴ‰àĴ¤à­àĴ¸> àĴ¸àĴ•à­‡àĴŸ àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ¸àĴıàĴżàĴ¤ àĴ‰àĴ²à­àĴ²à­‡àĴ– àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ 'port' àĴ—ୁàĴ£àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "<àĴ‰àĴ¤à­àĴ¸> àĴ¸àĴ•à­‡àĴŸ àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ¸àĴıàĴżàĴ¤ àĴ‰àĴ²à­àĴ²à­‡àĴ– àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż 'àĴ àĴżàĴ•àĴ£àĴ' àĴ—ୁàĴ£ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "àĴàĴĦେàĴ² àĴ¨àĴàĴ àĴ…àĴĴୈàĴ§ àĴ…àĴ•à­àĴ·àĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴàĴàĴ" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "char àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴŞàĴ àĴ—ୁàĴ£" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "char àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ†àĴ§àĴàĴ° àĴŞàĴ àĴ—ୁàĴ£" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "char àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸àĴ°à­àĴ­àĴżàĴ¸ àĴ—ୁàĴ£" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ¨àĴżàĴĴେàĴĥ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ° àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴĴୁàĴŸ àĴŻàĴ¨à­àĴ¤à­àĴ° '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 bus àĴ¨àĴżàĴĴେàĴĥ àĴ‰àĴŞàĴ•àĴ°àĴ£ %s àĴ•à­ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ•àĴ°à­‡àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨àĴżàĴĴେàĴĥ àĴĴàĴ¸ %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "xen àĴĴàĴ¸ àĴ¨àĴżàĴĴେàĴĥ àĴ‰àĴŞàĴ•àĴ°àĴ£ %sàĴ•à­ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ•àĴ°à­‡ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ¨àĴżàĴĴେàĴĥ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ° àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴœàĴ£àĴ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "%s àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴ§à­à­ħàĴ¨à­€ àĴàĴĦେàĴ² àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "dir %s àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "%s àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "\" àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ†àĴ§àĴàĴ°" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴĴୁàĴŸ àĴŻàĴ¨à­àĴ¤à­àĴ° '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴĴୁàĴŸ àĴŻàĴ¨à­àĴ¤à­àĴ° '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ†àĴ§àĴàĴ°" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "àĴ…àĴœàĴ£àĴ àĴ†àĴ§àĴàĴ° %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴàĴ§àĴżàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ° %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴୂàĴ–୍ୟ àĴšàĴàĴ³àĴ• àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴœàĴ£àĴ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "xmlXPathContext àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° àĴ—ୁàĴ£ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" +msgstr "àĴ…àĴĴୈàĴ§ àĴĦàĴେàĴ¨ àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "UUID àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ uuid àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ‰àĴŞàĴàĴĤàĴàĴ¨ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴ¤àĴ୍àĴŻ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ•à­ŒàĴ£àĴ¸àĴż OS àĴŞà­àĴ°àĴ•àĴàĴ° àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴĴୁàĴŸ àĴŻàĴ¨à­àĴ¤à­àĴ° '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĴàĴ¨à­àĴ§àĴ¨: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "àĴ…àĴœàĴ£àĴ àĴ†àĴ§àĴàĴ° %s" +msgstr "àĴ­à­àĴ² àĴୂàĴ–୍ୟ àĴšàĴàĴ³àĴ• àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" -msgstr "" +msgstr "àĴ°à­‚àĴŞàĴ°à­‡àĴ–àĴ cpuset àĴĴàĴàĴ•à­à­Ÿ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ¤à­àĴ°à­àĴŸàĴż" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ dict àĴ¨à­‹àĴĦ" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ àĴ¨à­‹àĴĦ" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ %sàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ²à­‡àĴ–àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "dir '%s'àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "%s àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴœàĴ£àĴ virt àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴšàĴ²àĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞàĴ˘àĴĵàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s àĴ°à­ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ %s àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s àĴ°à­‡ iptables àĴ¨àĴżà­ŸàĴàĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" -msgstr "" +msgstr "àĴ¸àĴàĴ°àĴ£à­€ '%s'àĴ°à­‡ àĴĥୃàĴ™à­àĴ–àĴ³ '%s' àĴ°à­ iptables àĴ¨àĴżà­ŸàĴ '%s'àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "àĴ¸àĴàĴ°àĴ£à­€ '%s'àĴ°à­‡ àĴĥୃàĴ™à­àĴ–àĴ³ '%s' àĴ•à­ iptables àĴ¨àĴżà­ŸàĴ '%s' àĴ¸àĴıàĴżàĴ¤ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— URIàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ­à­‚àĴ² domid àĴ¸àĴ‚àĴ–୍àĴŻàĴàĴ¤à­àĴàĴ• àĴ¨à­àĴıେàĴ" +msgstr "domainMigratePrepare uri àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴ¨àĴàĴıàĴżàĴ" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare uri àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴ¨àĴàĴıàĴżàĴ" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "àĴŞàĴàĴŸàĴż NULL àĴ…àĴŸà­‡" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "àĴĞ୍àĴ²àĴàĴ—àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴĥୂàĴ¨à­à­Ÿ àĴıେàĴĴàĴ àĴ‰àĴšàĴżàĴ¤" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "àĴĴàĴĞàĴ°àĴŸàĴż NULL àĴ…àĴŸà­‡" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "àĴĞ୍àĴ²àĴàĴ— àĴŞà­àĴ°àĴàĴšàĴ³àĴŸàĴż àĴ¨àĴżàĴĥ୍àĴšàĴżàĴ¤ àĴ°à­‚àĴŞà­‡ VIR_MEMORY_VIRTUAL àĴıେàĴĴàĴ àĴ‰àĴšàĴżàĴ¤" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "àĴĴàĴĞàĴ°àĴŸàĴż NULL àĴ…àĴŸà­‡ àĴ•àĴżàĴ¨à­àĴ¤à­ àĴ†àĴ•àĴàĴ°àĴŸàĴż àĴĥୂàĴ¨à­à­Ÿ-àĴıୀàĴ¨" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞà­àĴ¨àĴ°à­àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴ¤à­ƒàĴŸàĴż: %s" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "setsid àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "àĴୂàĴ²à­àĴŻ àĴ§àĴàĴĦàĴż àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" +msgstr "ioctl(TIOCSTTY) àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "dup2(stdin) àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "dup2(stdout) àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "dup2(stderr) àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ§àĴàĴ°àĴ£ àĴŞàĴàĴ¤à­àĴ° àĴ¨àĴàĴ àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "%s àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "'%s' àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ•à­‡àĴŸ àĴĴàĴàĴ¨à­àĴ§àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "'%s' àĴ•à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "'%s' àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ•à­‡àĴŸ àĴĴàĴàĴ¨à­àĴ§àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ§àĴàĴ°àĴ£ àĴŞàĴàĴ¤à­àĴ° àĴŞàĴàĴ‡àĴ /proc àĴ•à­ àĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ§àĴàĴ°àĴ£ àĴŞàĴàĴ¤à­àĴ° àĴŞàĴàĴ‡àĴ /proc àĴ•à­ àĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s àĴ•à­ %s àĴ àĴàĴ°à­‡ àĴ§àĴàĴ°àĴ£ àĴŞàĴàĴ¤à­àĴ° àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "dir '%s'àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ§àĴàĴ°àĴ£ àĴŞàĴàĴ¤à­àĴ° àĴŞàĴàĴ‡àĴ /proc àĴ•à­ àĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() àĴ…àĴĴୈàĴ§ vm àĴĴ୍ୟàĴàĴ–୍ୟàĴàĴ•à­ àĴŞàĴàĴ¸ àĴ•àĴ°àĴżàĴ²àĴ" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ–à­‹àĴ²àĴżàĴĴàĴ(%s) àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "àĴୂàĴ²à­àĴŻ àĴ§àĴàĴĦàĴż àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" +msgstr "clone() àĴĴàĴżàĴĞàĴ³, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s àĴ°à­ vol àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "àĴ¸àĴ•à­‡àĴŸ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "àĴ¸àĴ•à­‡àĴŸ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "'%s' àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ•à­‡àĴŸ àĴĴàĴàĴ¨à­àĴ§àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "'%s' àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ•à­‡àĴŸ àĴĴàĴàĴ¨à­àĴ§àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "fd %d àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "fd %d àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "epoll_create(2) àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "epoll_ctl(fd1) àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "epoll_ctl(fd1) àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴż àĴ˜àĴŸàĴ£àĴ %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "epoll_wait() àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "%s àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "vol %s àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "unlockpt àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "pid àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "argv àĴ•à­ àĴ²àĴ—àĴĞàĴàĴ‡àĴ² %dàĴ°à­‡ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² %dàĴ•à­ àĴĴàĴ¨à­àĴĤàĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ°àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "VM àĴ¨àĴàĴ àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴ°àĴżàĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +msgstr "uuid àĴ¸àĴıàĴżàĴ¤ àĴେàĴ³ àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴıàĴżàĴ" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "waitpid àĴ§àĴàĴ°àĴ£ àĴŞàĴàĴ¤à­àĴ° %d àĴ•à­ àĴ…àĴŞà­‡àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴĴ୍àĴŻàĴĴàĴıୃàĴ¤ àĴ¸à­àĴ•à­àĴ°àĴŞà­àĴŸ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s àĴ°à­ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸àĴ‚àĴ²àĴ—୍àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "'%s' àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ•à­‡àĴŸ àĴĴàĴàĴ¨à­àĴ§àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "char àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "àĴ¸àĴ•à­‡àĴŸ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "àĴœà­‡àĴ¨ àĴ­àĴ£à­àĴĦàĴàĴ°àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "tty pid àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴĴàĴ¨à­àĴĤàĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴĴ୍ୟàĴàĴ–୍ୟàĴ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ²àĴ— àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ %s àĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "dir '%s'àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "pid àĴĞàĴàĴ‡àĴ²'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴ°àĴżàĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +msgid "no domain named %s" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %d àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴıàĴżàĴ" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "àĴ¨àĴàĴàĴ—ୁàĴĦàĴĵàĴżàĴ•" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "àĴ…àĴœàĴ£àĴ HTTP àĴ¤à­ƒàĴŸàĴż àĴ¸àĴ¨à­àĴĤେàĴĥ %d àĴŞàĴàĴ‡àĴ²àĴ" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "àĴ…àĴĴୈàĴ§ àĴŞàĴ: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode() àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ àĴŞà­àĴ°àĴàĴšàĴ³" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ àĴżàĴ•àĴ£àĴ %dàĴ•à­ àĴ¸àĴàĴàĴ§àĴàĴ¨ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ àĴżàĴ•àĴ£àĴ %dàĴ•à­ àĴ¸àĴàĴàĴ§àĴàĴ¨ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ àĴżàĴ•àĴ£àĴ %dàĴ•à­ àĴ¸àĴàĴàĴ§àĴàĴ¨ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĥୀàĴ°à­àĴ·àĴ• '%s' àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "àĴ†àĴ—à­‡àĴ‡àĴĴàĴ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż, àĴ•àĴżàĴ¨à­àĴ¤à­ àĴ•à­ŒàĴ£àĴ¸àĴż IPv4 àĴ àĴżàĴ•àĴ£àĴ/àĴ¨à­‡àĴŸàĴàĴàĴ¸à­àĴ• àĴĤàĴżàĴ†àĴŻàĴàĴ‡àĴ¨àĴàĴıàĴżàĴ" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "àĴ¸à­à­ħୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ %s àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴ '%s' àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴ¨àĴàĴ '%s' àĴ¸àĴıàĴżàĴ¤ àĴେàĴ³àĴ–àĴàĴ‰ àĴ¨àĴàĴıàĴżàĴ" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s àĴŞàĴàĴ‡àĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴıàĴżàĴ" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• '%s' àĴ•à­ àĴ¸à­à­ħୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d' àĴŞàĴàĴ‡àĴ àĴšàĴàĴ³àĴ• àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintfàĴ°à­‡ àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables àĴ¨àĴżà­ŸàĴàĴàĴĴàĴ³à­€àĴ•à­ àĴŞà­àĴ¨àĴ°à­àĴ§àĴàĴ°àĴ£ àĴ•àĴ°à­àĴ…àĴ›àĴż" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "àĴ¸àĴ°à­àĴ­àĴ° àĴŞàĴàĴ‡àĴ IP àĴ àĴżàĴ•àĴ£àĴ àĴĴàĴżàĴ¨àĴ dhcp àĴĦେàĴàĴ¨àĴ•à­ àĴ†àĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "'%s' àĴ°à­ àĴ†àĴ—àĴ•à­ àĴ¨à­‡àĴĴàĴ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴàĴ¤àĴż àĴĤେàĴ‡ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "'%s' àĴ°à­ àĴ†àĴ—àĴ•à­ àĴ¨à­‡àĴ‡ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "masqueradingàĴ•à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ•àĴ°àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "'%s' àĴ°à­ àĴ—àĴ¤àĴż àĴ•àĴ°àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴàĴ¤àĴż àĴĤେàĴ‡ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "'%s' àĴ•à­ àĴ—àĴ¤àĴż àĴ•àĴ°àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴàĴ¤àĴż àĴĤେàĴ‡ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP àĴ¸àĴàĴ°àĴ£à­€ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "'%s' àĴ°à­ DHCP àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ•à­ àĴ…àĴ¨à­àĴàĴ¤àĴż àĴĤେàĴ‡ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "'%s' àĴ°à­ DNS àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴ•à­ àĴ…àĴ¨à­àĴàĴ¤àĴż àĴĤେàĴ‡ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "'%s' àĴ°à­ àĴŻàĴàĴ‰àĴàĴżàĴĴàĴ àĴŻàĴàĴ¤àĴୟàĴàĴ¤àĴ•à­ àĴ…àĴŸàĴ•àĴàĴ‡àĴĴàĴ àĴŞàĴàĴ‡àĴ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "'%s' àĴ•à­ àĴ†àĴ¸à­àĴàĴżàĴĴàĴ àĴŻàĴàĴ¤àĴୟàĴàĴ¤àĴ•à­ àĴ…àĴŸàĴ•àĴàĴ‡àĴĴàĴ àĴŞàĴàĴ‡àĴ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"'%s' àĴ°à­‡ àĴĴ୍àĴ°àĴżàĴœ àĴšàĴàĴ°àĴżàĴŞàĴŸà­‡ àĴŻàĴàĴ¤àĴୟàĴàĴ¤àĴ•à­ àĴ…àĴŸàĴ•àĴàĴ‡àĴĴàĴ àĴŞàĴàĴ‡àĴ iptables àĴ¨àĴżà­ŸàĴ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ•àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "àĴĴ୍àĴ°àĴżàĴœ àĴ¸àĴàĴ°à­àĴàĴ¨àĴ•à­ àĴ†àĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "àĴĴ୍àĴ°àĴżàĴœ '%s' àĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "àĴĴ୍àĴ°àĴżàĴœ '%s' àĴ°à­ '%s' àĴ•à­ IP àĴ àĴżàĴ•àĴ£àĴ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "àĴĴ୍àĴ°àĴżàĴœ '%s' àĴ°à­ '%s' àĴ•à­ àĴ¨à­‡àĴŸàĴàĴàĴ¸à­àĴ• àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "àĴĴ୍àĴ°àĴżàĴœ '%s' àĴ•à­ àĴ‰àĴŞàĴ°àĴ•à­ àĴ†àĴ£àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP àĴ…àĴ—୍àĴ°àĴ—àĴୀàĴ•à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "àĴĴ୍àĴ°àĴżàĴœ '%s' àĴ•à­ àĴ¤àĴ³àĴ•à­ àĴ†àĴ£àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "àĴĴ୍àĴ°àĴżàĴœ '%s' àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• '%s' àĴ•à­ àĴĴàĴ¨à­àĴĤàĴ•àĴ°à­àĴ…àĴ›àĴż" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "dnsmasq àĴŞàĴàĴ‡àĴ àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ pid àĴŞàĴàĴ‡àĴ²àĴ" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "àĴେàĴ³ àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ uuid àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴ¨àĴàĴıàĴżàĴ" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "àĴ¸àĴàĴàĴ¨ àĴ¨àĴàĴ àĴĴàĴżàĴĥàĴżàĴ·à­àĴŸ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴ¨àĴàĴıàĴżàĴ" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ•àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "id àĴ¸àĴıàĴżàĴ¤ àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴ¨àĴàĴıàĴżàĴ" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴĴ୍àĴ°àĴżàĴœ àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "symlink '%s' àĴ•à­ '%s' àĴ°à­‡ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "symlink '%s' àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ¨àĴàĴ àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ¨àĴàĴıàĴżàĴ" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "%s hypervisor àĴšàĴ³àĴ¨à­àĴ¤àĴż àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£àĴ•à­ àĴ•àĴàĴ˘àĴżàĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴĴàĴàĴ•à­àĴŻ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ¤à­ƒàĴŸàĴż: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴàĴ•à­ àĴ¸àĴàĴàĴ§àĴàĴ¨ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "àĴ…àĴĴୈàĴ§ MAC àĴ àĴżàĴ•àĴ£àĴ" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC àĴ àĴżàĴ•àĴ£àĴ" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" +msgstr "popen àĴĴàĴżàĴĞàĴ³" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "vzlist àĴĞàĴ³àĴàĴĞàĴ³àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴĴàĴàĴ•à­àĴŻ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ¤à­ƒàĴŸàĴż: %s" +msgstr "config àĴĞàĴàĴ‡àĴ²àĴ°à­‡ àĴàĴżàĴĴàĴ UUID àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴıୋàĴ‡àĴ›àĴż" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "%s àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴàĴŞàĴż àĴšàĴàĴ²à­àĴ…àĴ›àĴż" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴšàĴàĴ²à­àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "àĴ…àĴĴୈàĴ§ àĴĞàĴàĴ‡àĴ² àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴàĴŞàĴż àĴšàĴàĴ²à­àĴ…àĴ›àĴż" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴšàĴàĴ²àĴżàĴĴàĴ àĴ…àĴĴàĴ¸à­àĴàĴàĴ°à­‡ àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%s àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "id '%s' àĴ¸àĴıàĴżàĴ¤ àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ—à­‹àĴŸàĴżàĴ OPENVZ VM àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— URIàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "àĴ†àĴ­àĴàĴ¸à­€ CPU àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¸àĴ‚àĴ–୍àĴŻàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "id '%d' àĴ¸àĴıàĴżàĴ¤ àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ—à­‹àĴŸàĴżàĴ OPENVZ VM àĴĴ୍ୟàĴàĴ–୍ୟàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "àĴେàĴ³ àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ id àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴàĴŞàĴż àĴšàĴàĴ²à­àĴ…àĴ›àĴż" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż shutoff àĴ…àĴĴàĴ¸à­àĴàĴàĴ°à­‡ àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— URIàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— URIàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "àĴŞà­àĴ°à­‹àĴ•à­àĴ¸àĴż àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ୍àĴĴàĴàĴĤ àĴĴàĴżàĴ¨àĴżàĴୟ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­ƒàĴŸàĴż: %d àĴĴàĴàĴ‡àĴŸ %d àĴĴàĴàĴ‡àĴŸàĴ°à­ àĴàĴżàĴ³àĴżàĴ²àĴ\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "àĴŞà­àĴ°à­‹àĴ•à­àĴ¸àĴż àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ୍àĴĴàĴàĴĤ àĴĴàĴżàĴ¨àĴżàĴୟ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­ƒàĴŸàĴż: %d àĴĴàĴàĴ‡àĴŸ àĴ†àĴĥàĴ àĴ•àĴ°àĴ àĴŻàĴàĴ‰àĴàĴżàĴ²àĴ %d àĴĴàĴàĴ‡àĴŸ àĴàĴżàĴ³àĴżàĴ²àĴ\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "àĴŞà­àĴ°à­‹àĴ•à­àĴ¸àĴż àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ୍àĴĴàĴàĴĤ àĴĴàĴżàĴ¨àĴżàĴୟ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­ƒàĴŸàĴż: %d àĴĴàĴàĴ‡àĴŸàĴ° àĴŞà­àĴŻàĴàĴ•à­‡àĴŸ àĴàĴżàĴ³àĴżàĴ²àĴ\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "àĴŞà­àĴ°à­‹àĴ•à­àĴ¸àĴż àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ୍àĴĴàĴàĴĤ àĴĴàĴżàĴ¨àĴżàĴୟ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­ƒàĴŸàĴż: àĴŞà­àĴŻàĴàĴ•à­‡àĴŸ àĴĴàĴżàĴ•à­ƒàĴ¤àĴż\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "àĴ¤àĴàĴ³àĴıୀàĴ¨ àĴŞà­àĴŻàĴàĴ•à­‡àĴŸ àĴ¸àĴ‚àĴ–୍àĴŻàĴ %d àĴàĴżàĴ³àĴżàĴ²àĴ\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴĴàĴĞàĴ° àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "vncTLSx509certdir àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "qemu %d pid %lu àĴ°à­ àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞà­àĴ°àĴ¸à­àĴàĴàĴ¨ àĴ¸à­àĴàĴżàĴ¤àĴż" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞà­àĴ°àĴ¸à­àĴàĴàĴ¨ àĴ¸à­àĴàĴżàĴ¤àĴż '%d', àĴ¸àĴ୍àĴ­àĴĴàĴ¤àĴƒ qemu àĴĴàĴżàĴĞàĴ³ àĴıୋàĴ‡àĴ›àĴż" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU àĴĤ୍à­ħàĴżàĴàĴżàĴ• %sàĴ•à­ àĴ–à­‹àĴœàĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• '%s' àĴàĴżàĴ³à­àĴ¨àĴàĴıàĴżàĴ" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• '%s' àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ¨àĴàĴıàĴżàĴ" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞà­àĴ°àĴ•àĴàĴ° %d àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "tap àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  '%s' àĴ•à­ àĴĴ୍àĴ°àĴżàĴœ '%s' àĴ¸àĴıàĴżàĴ¤ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴĦàĴżàĴ¸à­àĴ• àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴĦàĴżàĴ¸à­àĴ• àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" +msgstr "àĴ…àĴĴୈàĴ§ àĴ§à­à­ħàĴ¨à­€ àĴàĴĦେàĴ²" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "argv àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "close-on-exec àĴĞàĴàĴ‡àĴ² àĴ¨àĴżàĴ°à­‚àĴŞàĴ• àĴĞ୍àĴ²àĴàĴ— àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ…àĴŸàĴ•àĴàĴ‰àĴ¨àĴàĴżàĴĴàĴ àĴĞàĴàĴ‡àĴ² àĴ¨àĴżàĴ°à­‚àĴŞàĴ• àĴĞ୍àĴ²àĴàĴ— àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "VM '%s' àĴ•à­ àĴ¸à­à­ħୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴıàĴàĴ°à­‡" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴıàĴàĴ°à­‡" +msgstr "qemudStartup: àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"%s àĴ†àĴ°àĴ୍àĴ­ àĴıେàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ QEMU àĴŞà­àĴ°àĴ¸à­àĴàĴàĴ¨ àĴ•àĴ²àĴ\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s àĴ†àĴ°àĴ୍àĴ­ àĴĞàĴ³àĴàĴĞàĴ³àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴĴàĴżàĴĞàĴ³àĴ¤àĴ: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s àĴ†àĴ°àĴ୍àĴ­ àĴĞàĴ³àĴàĴĞàĴ³àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴ¸àĴୟ àĴ¸àĴàĴàĴŞà­àĴ¤" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s àĴ†àĴ°àĴ୍àĴ­ àĴĞàĴ³àĴàĴĞàĴ³àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴĴàĴżàĴĞàĴ³àĴ¤àĴ" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s àĴ†àĴ°àĴ୍àĴ­ àĴĞàĴ³àĴàĴĞàĴ³àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴżàĴ•àĴ àĴŞàĴ %sàĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴżàĴ•àĴ close-on-exec àĴĞ୍àĴ²àĴàĴ—àĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴżàĴ•àĴàĴ•à­ àĴĴàĴàĴ§àĴàĴıୀàĴ¨ àĴ…àĴĴàĴ¸à­àĴàĴàĴ°à­‡ àĴ°àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "VM àĴ•à­‹àĴ¨àĴ¸àĴ² àĴ¤àĴ୍ୟàĴ•à­ àĴ²àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "àĴ¨à­‚àĴ¤àĴ¨ àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" +msgstr "cpumap àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU àĴ¤àĴàĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ†àĴ¨à­ŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ•à­ àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴżàĴ•àĴ àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴšàĴ²àĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "'%s' àĴŞàĴ°àĴżàĴšà­ŸàĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "CPU àĴ¸àĴàĴĤୃàĴĥ୍ୟ %sàĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ¨àĴƒ àĴšàĴ³àĴ¨ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" +msgstr "VM àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ…àĴĴ୍ୟàĴĴàĴıୃàĴ¤ VNC àĴ¸àĴ‚àĴŻà­‹àĴ—àĴżàĴ•à­€ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "config àĴĞàĴàĴ‡àĴ² àĴŞàĴàĴŸàĴż àĴĴàĴıୁàĴ¤ àĴĴàĴĦàĴĵ: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "VM àĴ²àĴ—àĴĞàĴàĴ‡àĴ² close-on-exec àĴĞ୍àĴ²àĴàĴ— %s àĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "QEMU àĴĤ୍à­ħàĴżàĴàĴżàĴ• %sàĴ•à­ àĴ–à­‹àĴœàĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "argv àĴ•à­ àĴ²àĴ—àĴĞàĴàĴ‡àĴ² %dàĴ°à­‡ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "argv àĴ•à­ àĴ²àĴ—àĴĞàĴàĴ‡àĴ² %dàĴ°à­‡ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "'%s' àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "VM '%s'àĴ•à­ àĴĴàĴ¨à­àĴĤàĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² %dàĴ•à­ àĴĴàĴ¨à­àĴĤàĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ dict àĴ¨à­‹àĴĦ" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ pid, damn àĴŞàĴàĴ‡àĴ²à­‡" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "àĴŞàĴ˘àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "'%s' àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ dict àĴ¨à­‹àĴĦ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "tty %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¸àĴàĴàĴ°à­àĴ୍àĴŻ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "NUMA àĴàĴıàĴż àĴ†àĴ§àĴàĴ°àĴ°à­‡ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "àĴĴ୍àĴŻàĴĴàĴıୃàĴ¤ àĴ¸à­àĴୃàĴ¤àĴż:" +msgstr "NUMA àĴୁàĴ•à­àĴ¤ àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ°àĴıàĴżàĴ›àĴż" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ°àĴıàĴżàĴ›àĴż" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "id %d àĴ¸àĴıàĴżàĴ¤ àĴେàĴ³ àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴàĴŞàĴż àĴšàĴàĴ²à­àĴ…àĴ›àĴż" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴšàĴàĴ²à­àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¨àĴżàĴ²àĴ୍àĴĴàĴżàĴ¤ àĴŞà­àĴ°à­Ÿà­‹àĴ— àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴĴàĴ¨à­àĴĤàĴ•àĴ°àĴżàĴĴàĴ àĴŞà­àĴ°à­Ÿà­‹àĴ— àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "ostype àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "uuid '%s' àĴ¸àĴıàĴżàĴ¤ àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ•à­ àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨àĴ° àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴ…àĴŞà­‡àĴ•à­àĴ·àĴ àĴ•àĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ•à­ àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨àĴ° àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴ…àĴŞà­‡àĴ•à­àĴ·àĴ àĴ…àĴ§àĴżàĴ• àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° UUID àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° xml àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "'%s' àĴ•à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴĥୀàĴ°à­àĴ·àĴ•àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "xml àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴıàĴàĴ°à­‡" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ‰àĴŞà­àĴ°àĴĴàĴàĴ¸ àĴŞà­àĴ°à­Ÿà­‹àĴ— àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "'info blockstats' àĴàĴıàĴż qemu àĴĤ୍à­ħàĴàĴ°àĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° vcpu àĴıàĴżàĴ¸àĴàĴĴàĴ•à­ àĴŞàĴ°àĴżàĴĴàĴ°à­àĴ¤à­àĴ¤àĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• vcpus àĴ¨àĴżàĴ°à­àĴĤ୍àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" -msgstr "" +msgstr "àĴàĴıàĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴżàĴ¤ vcpus àĴŸàĴż àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ…àĴ¨à­àĴୋàĴĤàĴżàĴ¤ vcpus àĴ àĴàĴ°à­ àĴ…àĴ§àĴżàĴ•: %d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­‡ vcpus àĴ•à­ àĴŻà­‹àĴĦàĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu àĴ¸àĴ‚àĴ–୍ୟàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴıàĴàĴ°à­‡ %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ¸àĴàĴĤୃàĴĥ୍ୟ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€ àĴĦàĴàĴ•àĴ°àĴ àĴĴàĴżàĴĞàĴ³, àĴ¸àĴ୍àĴ­àĴĴàĴ¤àĴƒ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ" +msgstr "cpu àĴ¸àĴàĴĤୃàĴĥ୍ୟ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¸àĴàĴĤୃàĴĥ୍ୟ àĴŞàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu àĴ¸àĴàĴĤୃàĴĥ୍ୟ àĴ‰àĴŞàĴ²àĴĴ୍àĴ§ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸àĴ‚àĴœà­àĴžàĴ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸àĴ‚àĴœà­àĴžàĴ '%d'àĴ°à­‡ àĴ…àĴœàĴ£àĴ virt àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "àĴ¨à­‹àĴĦ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ¤àĴżàĴ›àĴĴàĴż àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "àĴœà­‡àĴ¨ àĴĦେàĴàĴ¨àĴ°à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "qemu àĴĥୀàĴ°à­àĴ·àĴ•àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "àĴŞà­àĴ°àĴ¤àĴżàĴ›àĴĴàĴż àĴàĴୟàĴàĴŸàĴż àĴ¸àĴ àĴżàĴ• àĴ¨à­àĴıàĴ" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "àĴŞà­àĴ°àĴ¤àĴżàĴ›àĴĴàĴż àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£àĴŸàĴż àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML àĴŞàĴ˘àĴĵàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż '%s' àĴŞàĴ°àĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "àĴ¨à­‚àĴ¤àĴ¨ VM àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤàĴżàĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴĦàĴżàĴ¸à­àĴ• àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom àĴ¸àĴžà­àĴšàĴàĴ° àĴàĴàĴ§à­àĴŻàĴ àĴŞàĴ°àĴżàĴĴàĴ°à­àĴ¤à­àĴ¤àĴ¨ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom àĴ¸àĴžà­àĴšàĴàĴ° àĴàĴàĴ§à­àĴŻàĴ àĴŞàĴ°àĴżàĴĴàĴ°à­àĴ¤à­àĴ¤àĴ¨ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤ àĴ…àĴ›àĴż" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%s àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ°àĴıàĴżàĴ›àĴż" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "àĴ†àĴ§àĴàĴ° àĴ¸àĴ‚àĴœà­àĴžàĴ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "àĴ†àĴ§àĴàĴ° àĴ¸àĴ‚àĴœà­àĴžàĴ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­‡ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "àĴ•à­‡àĴĴàĴ³ CDROM àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴŻà­‹àĴ— àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴżàĴ³à­ àĴ¨àĴàĴıàĴżàĴ" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s àĴ°à­ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ•à­ àĴŞà­ƒàĴàĴ• àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "àĴ•à­‡àĴĴàĴ³ CDROM àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴŻà­‹àĴ— àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "symlink '%s' àĴ•à­ '%s' àĴ°à­‡ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴĴàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°" +msgstr "àĴ…àĴĴୈàĴ§ àĴŞàĴ: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' àĴàĴıàĴż qemu àĴĤ୍à­ħàĴàĴ°àĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL àĴ•àĴżàĴ୍àĴĴàĴ àĴ–àĴàĴ²àĴż àĴŞàĴ" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "àĴ…àĴĴୈàĴ§ àĴŞàĴ, '%s' àĴŸàĴż àĴ—à­‹àĴŸàĴżàĴ àĴœàĴ£àĴ àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ¨à­àĴıàĴ" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴĴàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°" +msgstr "àĴ…àĴĴୈàĴ§ àĴŞàĴ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴ•à­‡àĴĴàĴ³ àĴ†àĴ­àĴàĴ¸à­€ àĴ¸à­àĴୃàĴ¤àĴż àĴ àĴżàĴ•àĴ£àĴàĴ•à­ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ•àĴ°à­‡" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" +msgstr "lvs àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "àĴ¨à­‹àĴĦ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" +msgid "could not generate random UUID" +msgstr "UUID àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XML àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ¨àĴ" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż '%s' àĴŞàĴ°àĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgid "failed to start listening VM" +msgstr "VM àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "àĴେàĴ³ àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ¨àĴàĴ àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴıàĴżàĴ" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴĴàĴ¨à­àĴĤ àĴ•àĴżàĴ୍àĴĴàĴ àĴ†àĴ°àĴ୍àĴ­ àĴıୋàĴ‡àĴ¨àĴàĴżàĴĴàĴ àĴ¨àĴżà­ŸàĴ¨à­àĴ¤à­àĴ°àĴ£àĴ•à­ àĴĴ୍ୟàĴĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴšà­‡àĴ·à­àĴŸàĴ àĴ•àĴ°à­àĴ…àĴ›àĴż" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "libvirtd àĴĤ୍à­ħàĴżàĴàĴżàĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" -msgstr "" +msgstr "remote_open:URL àĴ°à­‡ àĴŞàĴ°àĴżàĴĴàĴıàĴ¨ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ¨à­àĴıàĴ (tls|unix|ssh|ext|tcp àĴıେàĴĴàĴ àĴ‰àĴšàĴżàĴ¤)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' àĴŞàĴ°àĴżàĴĴàĴıàĴ¨ àĴŞàĴàĴ‡àĴ, àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴ†àĴĴàĴĥ୍ୟàĴ•" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "tty %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "tty %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "tty %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "àĴ¸àĴ•à­‡àĴŸ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "%d àĴ¸àĴ•à­‡àĴŸàĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +msgstr "àĴ¸àĴ•à­‡àĴŸ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "àĴŞàĴ°àĴżàĴĴàĴıàĴ¨ àĴŞà­àĴ°àĴ£àĴàĴ³à­€ unix, ssh àĴàĴĴàĴ‚ ext àĴ—ୁàĴĦàĴĵàĴżàĴ• WindowsàĴ°à­‡ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "ୟୁ.àĴ†àĴ°.àĴ†àĴ‡. àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ§àĴàĴ°àĴ£ àĴŞàĴàĴ¤à­àĴ° àĴàĴàĴ•àĴ•à­ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "VM àĴ•à­‹àĴ¨àĴ¸àĴ² àĴ¤àĴ୍ୟàĴ•à­ àĴ²àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "SASL àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€àĴ•à­ àĴ†àĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty àĴ—ୁàĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "tty àĴ—ୁàĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "%s àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "tty %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "àĴ¸àĴ°à­àĴ­àĴ° àĴŻàĴàĴžà­àĴš (àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ° àĴ•àĴżàĴ୍àĴĴàĴ IP àĴ àĴżàĴ•àĴ£àĴ àĴĴàĴàĴıàĴàĴ°à­‡) àĴĴàĴżàĴĞàĴ³\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "%s àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" +msgstr "àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞàĴàĴ‡àĴŞ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ†àĴ•àĴàĴ° àĴŞàĴàĴ‡àĴ %d àĴ° àĴ…àĴĴୈàĴ§ àĴୂàĴ²à­àĴŻ" +msgstr "àĴ…àĴĴୈàĴ§ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴŸàĴż àĴàĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴıୋàĴ‡àĴ¨àĴàĴıàĴżàĴ" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴ° àĴĤàĴàĴ¤àĴ àĴ…àĴœàĴ£àĴ àĴ…àĴŸà­‡." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴŸàĴżàĴ° àĴ¸àĴୟ àĴ¸àĴàĴàĴŞà­àĴ¤ àĴıୋàĴ‡àĴ›àĴż" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" -msgstr "" +msgstr "remoteCheckCertificate: àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ° àĴ—à­‹àĴŸàĴżàĴ àĴ…àĴ¸à­àĴ°àĴ•à­àĴ·àĴżàĴ¤ àĴ†àĴ²àĴ—à­‹àĴ°àĴżàĴĤàĴ àĴĴ୍ୟàĴĴàĴıàĴàĴ° àĴ•àĴ°à­‡." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴŸàĴż X.509 àĴ¨à­àĴıàĴ" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers àĴĴàĴżàĴĞàĴ³" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "SASL àĴĴୈàĴ§àĴżàĴ•àĴ°àĴ£ %s àĴ•à­ àĴ†àĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "tty %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴŸàĴżàĴ° àĴ¸àĴୟ àĴ¸àĴàĴàĴŞà­àĴ¤ àĴıୋàĴ‡àĴ›àĴż" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴŸàĴż àĴàĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴıୋàĴ‡àĴ¨àĴàĴıàĴżàĴ" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ°àĴ° àĴàĴàĴ²àĴżàĴ• àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ (%s) àĴ¸àĴıàĴżàĴ¤ àĴେàĴ³àĴ–àĴàĴ‰ àĴ¨àĴàĴıàĴżàĴ" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•" +msgstr "àĴ…àĴ¤à­à­ŸàĴ§àĴżàĴ• NUMA àĴ•à­‹àĴ·: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴŞàĴ°àĴżàĴ¸àĴ°" +msgstr "àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴ¸à­àĴĤୂàĴ° àĴŞàĴ°àĴżàĴ¸àĴ° IDs: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "map àĴ²àĴ୍àĴĴ àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ àĴàĴ°à­ àĴ…àĴ§àĴżàĴ•: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴıàĴżàĴ¸àĴàĴĴàĴ•à­ àĴ…àĴ¤àĴżàĴ•à­àĴ°àĴ àĴ•àĴ°àĴżàĴ›àĴż: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU àĴ୍ୟàĴàĴŞ àĴĴàĴĞàĴ° àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ²àĴ୍àĴĴàĴ•à­ àĴ…àĴ¤àĴżàĴ•à­àĴ°àĴ àĴ•àĴ°àĴżàĴ¸àĴàĴ°àĴżàĴ²àĴàĴ£àĴż: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "àĴ†àĴ§àĴàĴ° àĴ…àĴ¤à­à­ŸàĴ§àĴżàĴ• vCPUs àĴ–àĴĴàĴ° àĴ•àĴ°à­‡: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "àĴ†àĴ§àĴàĴ° àĴ–àĴĴàĴ°àĴ° àĴ୍ୟàĴàĴŞ àĴĴàĴĞàĴ° àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ²àĴ୍àĴĴàĴ•à­ àĴ…àĴ¤àĴżàĴ•à­àĴ°àĴ àĴ•àĴ°àĴżàĴ›àĴż: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴŞàĴ°àĴżàĴ¸àĴ°" +msgstr "àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴ¸à­àĴĤୂàĴ° àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ—ୁàĴĦàĴĵàĴżàĴ•: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: àĴĞେàĴ°àĴż àĴŞàĴàĴ‡àĴàĴżàĴĴàĴ àĴ¸à­à­ħàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ¸à­€àĴàĴ àĴ…àĴ¤àĴżàĴ•à­àĴ°àĴ àĴ•àĴ°à­‡" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: àĴ…àĴœàĴ£àĴ àĴ¸à­à­ħàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" +msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴ¸àĴàĴ°àĴ£à­€ àĴĴàĴàĴıàĴàĴ°à­‡" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴàĴšàĴ³ àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "àĴ¸à­àĴĤୂàĴ° àĴŞà­àĴ°àĴŸà­‹àĴ•àĴ² àĴŞàĴàĴ‡àĴ àĴĴ୍àĴ²àĴ• àĴŞàĴżàĴ• àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "àĴĞେàĴ°àĴż àĴŞàĴàĴ‡àĴàĴżàĴĴàĴ àĴĴàĴĞàĴ° àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴŞàĴ°àĴż àĴ¸àĴàĴàĴ¨ àĴ¨à­àĴıàĴ" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "àĴ¸à­àĴıୂàĴ° àĴŞà­àĴ°àĴŸà­‹àĴ•àĴ² àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴŞàĴżàĴ• àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ¸à­àĴĤୂàĴ° àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ•àĴ—ୁàĴĦàĴĵàĴżàĴ•: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "àĴ…àĴ¨à­‡àĴ• àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞàĴžà­àĴœàĴżàĴ•à­ƒàĴ¤ àĴıୋàĴ‡àĴ›àĴ¨à­àĴ¤àĴż" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "àĴ…àĴ¨à­‡àĴ• àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞàĴžà­àĴœàĴżàĴ•à­ƒàĴ¤ àĴıୋàĴ‡àĴ›àĴ¨à­àĴ¤àĴż" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "àĴ…àĴ¨à­‡àĴ• àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞàĴžà­àĴœàĴżàĴ•à­ƒàĴ¤ àĴıୋàĴ‡àĴ›àĴ¨à­àĴ¤àĴż" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "àĴ…àĴ¨à­‡àĴ• àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞàĴžà­àĴœàĴżàĴ•à­ƒàĴ¤ àĴıୋàĴ‡àĴ›àĴ¨à­àĴ¤àĴż" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ…àĴ¨à­àĴ°à­‹àĴ§ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴàĴ§àĴżàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ° %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "%s àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "àĴàĴıàĴż àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ hypervisor àĴĤ୍àĴĴàĴàĴ°àĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "%s àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" +msgstr "àĴ…àĴ¨à­àĴ°à­‹àĴ§àĴżàĴ¤ àĴŞà­àĴ°àĴàĴ§àĴżàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ° %s àĴ•à­ àĴĴàĴàĴ¤àĴżàĴ² àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴŞà­àĴ°àĴàĴ§àĴżàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€àĴ•à­ àĴ†àĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "%s àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL àĴ—୍àĴ°àĴàĴıàĴ• àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴĴàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°" +msgid "invalid cipher size for TLS session" +msgstr "TLS àĴ…àĴ§àĴżàĴĴେàĴĥàĴ¨ àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ cipher àĴ†àĴ•àĴàĴ°" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "àĴĴàĴàĴı୍àĴŻ SSF àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ %d (%s)" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "àĴ¸à­àĴ°àĴ•à­àĴ·àĴ props àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ %d (%s)" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL àĴ•à­àĴ°àĴżà­ŸàĴàĴĴàĴ³à­€ %s àĴ¸àĴ°à­àĴ­àĴ° àĴĤ୍à­ħàĴàĴ°àĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL àĴ†àĴĤàĴàĴ¨ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ†àĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "auth àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ° àĴŞà­àĴ°àĴ¸à­àĴ¤à­àĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL àĴŞà­àĴ°àĴàĴàĴ£àĴŞàĴ¤à­àĴ° àĴ¤àĴ୍ୟ àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ: %d àĴĴàĴàĴ‡àĴŸàĴ¸" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "SASL àĴŞàĴĤàĴ•à­àĴ·à­‡àĴŞ àĴĴàĴżàĴĞàĴ³: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "SSF %d àĴ†àĴĤàĴàĴ¨ àĴŞà­àĴ°àĴĤàĴàĴ¨àĴŸàĴż àĴŻàĴେàĴ·à­àĴŸ àĴĥàĴ•à­àĴ¤ àĴ¨à­àĴıàĴ" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "auth àĴŞàĴ°àĴżàĴšà­ŸàĴŞàĴ¤à­àĴ° àĴ¸àĴ‚àĴ—୍àĴ°àĴı àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header àĴĴàĴżàĴĞàĴ³" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "àĴàĴàĴ°à­àĴ¸àĴàĴ²àĴżàĴ™à­àĴ— args" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (àĴ²àĴ୍àĴĴ àĴĥàĴĴ୍àĴĤ)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (àĴ²àĴ୍àĴĴ àĴĥàĴĴ୍àĴĤ, àĴ‰àĴ¤à­àĴ¤àĴ°)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "àĴ¸àĴ°à­àĴ­àĴ°àĴ°à­ àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴŞà­à­ŸàĴàĴ•à­‡àĴŸàĴŸàĴż àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "àĴ‰àĴ¤à­àĴ¤àĴ°àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴĥୀàĴ°à­àĴ·àĴ•" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴ—୍àĴ°àĴàĴ (%x àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴ…àĴ›àĴż, %x àĴ†àĴĥàĴàĴ•àĴ°àĴàĴŻàĴàĴ‰àĴ›àĴż)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴŸà­‹àĴ•àĴ² àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£ (%x àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴ…àĴ›àĴż, %x àĴ†àĴĥàĴàĴ•àĴ°àĴàĴŻàĴàĴ‰àĴ›àĴż)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "àĴ…àĴœàĴ£àĴ àĴŞàĴĤ୍àĴ§àĴ¤àĴż (%x àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴ…àĴ›àĴż, %x àĴ†àĴĥàĴàĴ•àĴ°àĴàĴŻàĴàĴ‰àĴ›àĴż)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "àĴ…àĴœàĴ£àĴ àĴĤàĴżàĴ— (%x àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴ…àĴ›àĴż, %x àĴ†àĴĥàĴàĴ•àĴ°àĴàĴŻàĴàĴ‰àĴ›àĴż)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "àĴ…àĴœàĴ£àĴ àĴ•à­àĴ°àĴ (%x àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴ…àĴ›àĴż, %x àĴ†àĴĥàĴàĴ•àĴ°àĴàĴŻàĴàĴ‰àĴ›àĴż)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "àĴ…àĴœàĴ£àĴ àĴ¸à­àĴàĴżàĴ¤àĴż (%x àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴ…àĴ›àĴż)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "àĴ¸àĴ•à­‡àĴŸ àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴĴàĴ¨à­àĴĤ àĴıୋàĴ‡àĴ›àĴż" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "àĴ‰àĴ¤à­àĴ¤àĴ°àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴĥୀàĴ°à­àĴ·àĴ•" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦ àĴ¨àĴ•àĴ² àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "àĴŞà­àĴ² àĴŸàĴàĴ‡àĴŞ %d àĴŞàĴàĴ‡àĴ àĴŞà­ƒàĴ·à­àĴ àĴ­à­‚àĴàĴż àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ†àĴ•àĴàĴ° '%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴĴ୍ୟàĴàĴ–୍ୟàĴ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "àĴĞàĴàĴ‡àĴ² '%s'àĴ° àĴĥେàĴ·àĴ°à­‡ àĴ–à­‹àĴœàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "àĴĞàĴàĴ‡àĴ² '%s'àĴ° àĴĥେàĴ·àĴ°à­‡ àĴ–à­‹àĴœàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "àĴĞàĴàĴ‡àĴ² '%s'àĴ° àĴĥେàĴ·àĴ°à­‡ àĴ–à­‹àĴœàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s àĴ° àĴĞàĴàĴ‡àĴ² àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴŞàĴàĴ‡ àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "àĴŞà­àĴ°àĴ¸àĴ™à­àĴ—" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "dir %s àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "àĴŞàĴ" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "àĴŞàĴ" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "regex %s àĴ•à­ àĴ¸àĴ™à­àĴ•àĴ³àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex àĴĥ୍àĴ°à­‡àĴ£à­€àĴ—ୁàĴĦàĴĵàĴżàĴ•" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴŞàĴàĴ‡àĴ àĴ…àĴŞà­‡àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴ¨àĴżàĴ°à­àĴàĴ³ àĴ­àĴàĴĴàĴ°à­‡ àĴŞà­àĴ°àĴ¸à­àĴàĴàĴ¨ àĴ•àĴ°àĴżàĴ¨àĴàĴżàĴ²àĴ" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns àĴŸàĴż àĴ…àĴ¤à­à­ŸàĴ§àĴżàĴ• àĴĴàĴĦàĴĵ" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "àĴ†àĴ­à­àĴŻàĴ¨à­àĴ¤àĴ°à­€àĴ£ àĴ¤à­ƒàĴŸàĴż %s" +msgstr "àĴŞàĴ˘àĴĵàĴżàĴĴàĴ àĴ¤à­àĴ°à­àĴŸàĴż: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ %d àĴ°à­ àĴĥୂàĴ¨à­à­Ÿ-àĴıୀàĴ¨ àĴŞà­àĴ°àĴ¸à­àĴàĴàĴ¨ àĴ¸à­àĴàĴżàĴ¤àĴż" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: àĴ•àĴàĴ°à­àĴŻà­à­ŸàĴ•àĴàĴ°à­€ àĴıୋàĴ‡àĴ¨àĴàĴıàĴżàĴ\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "àĴ†àĴ•àĴàĴ°" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "àĴ†àĴ•àĴàĴ° àĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ†àĴ°àĴ୍àĴ­ àĴ¸à­àĴàĴàĴ¨àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴĥେàĴ· àĴ¸à­àĴàĴàĴ¨àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "àĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "àĴŻàĴେàĴ·à­àĴŸ àĴĴàĴĦàĴĵ àĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴୁàĴ•à­àĴ¤ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "àĴŞàĴ '%s' àĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "àĴĥୀàĴ°à­àĴ·àĴ• '%s' àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴĴàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°" +msgstr "àĴ…àĴĴୈàĴ§ àĴŞàĴ: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ¸à­àĴàĴàĴŞàĴ¨ àĴ‰àĴ¤à­àĴ¸ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ…àĴ›àĴż" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 +#, fuzzy msgid "retval" -msgstr "" +msgstr "àĴŞà­àĴ°àĴĴେàĴĥ àĴŞàĴ" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%s àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ†àĴ§àĴàĴ°" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴŞàĴ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "àĴ‰àĴ¤à­àĴ¸" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ dir" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "àĴŞàĴ '%s' àĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴŞàĴ '%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "àĴŞàĴ '%s' àĴ•à­ statvfs àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "àĴŞàĴ '%s' àĴ•à­ unlink àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "àĴ²àĴ•à­àĴ·à­à­Ÿ" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ•àĴż" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴŞà­àĴ°àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴĴàĴ˘àĴĵàĴàĴ‡ àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "àĴŞàĴ '%s' àĴ•à­ àĴŞàĴ˘àĴĵàĴż àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "qemu-img àĴĴàĴżàĴ¨àĴ àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£ àĴŞà­àĴ°àĴ¤àĴżàĴ›àĴĴàĴżàĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĞàĴàĴ‡àĴ² àĴ…àĴ§àĴżàĴŞàĴ¤àĴż '%s' àĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĞàĴàĴ‡àĴ² àĴ…àĴĴàĴ¸à­àĴàĴ '%s' àĴ•à­ àĴ¸à­‡àĴŸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴ…àĴ¸àĴ‚àĴŻà­àĴ•à­àĴ¤ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ†àĴ§àĴàĴ° àĴĤେàĴ–àĴżàĴĴàĴ àĴĴàĴżàĴĞàĴ³ %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "àĴ²àĴ•à­àĴ·à­à­Ÿ %s àĴŞàĴàĴ‡àĴ àĴ•à­ŒàĴ£àĴ¸àĴż IP àĴ àĴżàĴ•àĴ£àĴ àĴ¨àĴàĴıàĴżàĴ" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "%s àĴŞàĴàĴ‡àĴ ip addr àĴ¸àĴ‚àĴ°à­‚àĴŞ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ " #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ…àĴ§àĴżàĴĴେàĴĥàĴ¨" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "àĴ…àĴ§àĴżàĴĴେàĴĥàĴ¨ àĴŞàĴàĴ‡ àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "àĴ¨àĴàĴ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "%s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "àĴ•àĴż" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "dir sysfs àĴŞàĴ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "sysfs àĴŞàĴàĴ°à­ àĴ²àĴ•à­àĴ·à­à­ŸàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s/%s" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴàĴıàĴż %s àĴ…àĴ§àĴżàĴĴେàĴĥàĴ¨ àĴŞàĴàĴ‡àĴ àĴ•à­ŒàĴ£àĴ¸àĴż LUNs àĴ–à­‹àĴœàĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "%u:%u:%u:%u àĴŸàĴż àĴ—à­‹àĴŸàĴżàĴ àĴ¸àĴżàĴ§àĴàĴ¸àĴ³àĴ– àĴ…àĴ­àĴżàĴ—àĴ୍ୟ LUN àĴĴୋàĴ²àĴż àĴ¨àĴżàĴ°à­àĴĤ୍àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "%s àĴ°à­ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ•à­ àĴŞà­ƒàĴàĴ• àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ²à­àĴ¨ %d àĴŞàĴàĴ‡àĴ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "%s àĴ–àĴ£à­àĴĦàĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" +msgstr "àĴ†àĴĴàĴĤ୍àĴ§ àĴ–àĴ£à­àĴĦ %s àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "scsidev àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "" +msgstr "àĴŞà­àĴ°àĴĴେàĴĥ àĴŞàĴ" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴ†àĴ•àĴàĴ° àĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ…àĴĞàĴ¸à­‡àĴŸ àĴୂàĴ²à­àĴŻ" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴ†àĴ•àĴàĴ° àĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ²àĴ୍àĴĴ àĴୂàĴ²à­àĴŻ" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴ†àĴ•àĴàĴ° àĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ†àĴ•àĴàĴ° àĴୂàĴ²à­àĴŻ" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" +msgstr "lvs àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴĴàĴżàĴĞàĴ³" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴŞà­àĴ°àĴ¸à­àĴàĴàĴ¨ àĴ¸à­àĴàĴżàĴ¤àĴż %d àĴ¸àĴıàĴżàĴ¤ àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" +msgid "allocating pvname or vgname" +msgstr "priv->àĴ†àĴ§àĴàĴ°àĴ¨àĴàĴ àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¸àĴ•à­‡àĴŸ àĴ¨àĴżàĴ°à­àĴàĴàĴ£àĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴ¨àĴàĴàĴ" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴĥୀàĴ°à­àĴ·àĴ• %s àĴ•à­ àĴ¸àĴĞàĴàĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ %s àĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "ttyPidFile %sàĴ•à­ àĴ•àĴàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "àĴ¨à­‚àĴ¤àĴ¨ àĴ­àĴàĴĴେ àĴ¨àĴżàĴ°à­àĴàĴżàĴ¤ àĴ†àĴ•àĴàĴ° '%s' àĴ•à­ àĴ–à­‹àĴœàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ auth àĴ†àĴ§àĴàĴ° àĴ—ୁàĴ£" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ auth àĴŞà­àĴ°àĴĴେàĴĥ àĴ¸àĴ‚àĴ•à­‡àĴ¤ àĴ—ୁàĴ£" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴ…àĴ·à­àĴŸàĴàĴ§àĴàĴ°à­€ àĴ…àĴĴàĴ¸à­àĴàĴ" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴàĴàĴ²àĴżàĴ•àĴ° àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴĥ୍àĴ°à­‡àĴ£à­€àĴ° àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤàĴżàĴ·à­àĴŸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "àĴ…àĴœàĴ£àĴ àĴ†àĴ§àĴàĴ° %s" +msgid "unknown root element for storage pool" +msgstr "àĴ…àĴœàĴ£àĴ àĴୂàĴ–୍ୟ àĴšàĴàĴ³àĴ• àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴŞà­àĴ°àĴ•àĴàĴ° %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ¨àĴàĴ àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +msgstr "uuid àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "àĴ–àĴ£à­àĴĦ àĴ‰àĴŞàĴ•àĴ°àĴ£" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴŞàĴ" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" +msgstr "àĴŞà­àĴ²àĴ° àĴ¨àĴàĴ" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴàĴ³ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴàĴ³ àĴŞàĴ" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴŞà­àĴ² àĴĥୈàĴ³à­€ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴŞà­àĴ² àĴŞà­àĴ°àĴ•àĴàĴ°" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴàĴàĴ²àĴżàĴ• àĴ‰àĴŞàĴàĴĤàĴàĴ¨" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴ†àĴ§àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴ†àĴ•àĴàĴ° àĴàĴ•àĴ•àĴ—ୁàĴĦàĴĵàĴżàĴ• '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴ•à­àĴ·àĴàĴ¤àĴ àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "àĴ•à­àĴ·àĴàĴ¤àĴ àĴ‰àĴŞàĴàĴĤàĴàĴ¨ àĴୂàĴ²à­à­Ÿ àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "àĴ…àĴœàĴ£àĴ àĴ†àĴ§àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ àĴୂàĴ–୍ୟ àĴšàĴàĴ³àĴ• àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ¨àĴàĴ àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ•à­àĴ·àĴàĴ¤àĴ àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ†àĴ•àĴàĴ° àĴĥୈàĴ³à­€ %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "àĴŞà­àĴ²" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴŞàĴàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "àĴ¸à­à­ħୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴŞàĴ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "config àĴĞàĴàĴ‡àĴ²" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "uuid àĴ¸àĴıàĴżàĴ¤ àĴàĴżàĴĥୁàĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞà­àĴ² àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "àĴ¸àĴàĴàĴ¨ àĴ¨àĴàĴ àĴĴàĴżàĴĥàĴżàĴ·à­àĴŸ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞà­àĴ² àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "àĴ¨àĴàĴ" +msgstr "àĴ¨àĴàĴàĴ—ୁàĴĦàĴĵàĴżàĴ•" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ uuid àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "àĴŞà­àĴ²àĴŸàĴż àĴàĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" +msgstr "àĴŞà­àĴ²àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 -#, fuzzy +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "àĴ²àĴ— àĴŞàĴàĴŸàĴż àĴ—à­‹àĴŸàĴżàĴ àĴĞàĴàĴ‡àĴ² àĴ¨à­àĴıେàĴ" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴŸàĴż àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴŸàĴż àĴàĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "àĴŞà­àĴ² àĴ†àĴ•àĴàĴ° àĴ…àĴŞàĴ¸àĴàĴ°àĴ£àĴ•à­ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ•àĴ°à­‡àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "àĴŞà­àĴ²àĴ° config àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ¨àĴàĴ àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ•àĴż àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴŞàĴ àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤ àĴ…àĴ›àĴż" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴ†àĴ•àĴàĴ° àĴ¨àĴżàĴ°à­àĴàĴàĴ£àĴ•à­ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ•àĴ°à­‡àĴ¨àĴàĴıàĴżàĴ" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² vol àĴ…àĴŞàĴ¸àĴàĴ°àĴ£àĴ•à­ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ•àĴ°à­‡àĴ¨àĴàĴıàĴżàĴ" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ¨àĴàĴ àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ¨àĴàĴıàĴżàĴ" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴŸàĴż àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ¨àĴàĴıàĴżàĴ" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "àĴĤàĴżàĴ¨àĴ° àĴ¸àĴୟ àĴŞàĴàĴ‰àĴ…àĴ›àĴż" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "àĴ†àĴ§àĴàĴ° àĴ¸àĴ‚àĴœà­àĴžàĴ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "àĴ†àĴ§àĴàĴ°" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "àĴ¨à­‹àĴĦ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "àĴ¨à­‹àĴĦ cpu numa àĴ¨à­‹àĴĦ" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "àĴ¨à­‹àĴĦ cpu àĴ¸àĴ•à­‡àĴŸ" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "àĴ¨à­‹àĴĦ cpu àĴ…àĴ¨à­àĴ¤àĴƒàĴ¸à­àĴàĴ³" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "àĴ¨à­‹àĴĦ cpu àĴ୍àĴ°à­‡àĴĦ" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "àĴ¨à­‹àĴĦ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "àĴ¨à­‹àĴĦ cpu àĴେàĴ—àĴ-àĴıàĴ°à­àĴœ" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "àĴ¨à­‹àĴĦ àĴ¸à­àĴୃàĴ¤àĴż" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "àĴ¨à­‹àĴĦ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴàĴ•à­ àĴ¸àĴàĴàĴ§àĴàĴ¨ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "àĴ¨à­‹àĴĦ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴàĴ•à­ àĴ¸àĴàĴàĴ§àĴàĴ¨ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "àĴ¨à­‹àĴĦ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴàĴ•à­ àĴ¸àĴàĴàĴ§àĴàĴ¨ àĴ•àĴ°à­àĴ…àĴ›àĴż" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­ àĴ•àĴżàĴ୍àĴĴàĴ test:///default àĴ•à­ àĴĴ୍àĴŻàĴĴàĴıàĴàĴ° àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴżàĴ³à­ àĴ¨àĴàĴıàĴżàĴ" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴàĴŞàĴż àĴšàĴàĴ²à­àĴ…àĴ›àĴż" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴšàĴàĴ²à­àĴ¨àĴàĴıàĴżàĴ" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "àĴ…àĴ§àĴżàĴ¤àĴ୍ୟ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴ¨àĴżàĴ°à­àĴĤ୍àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "àĴ¨à­‹àĴĦ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴĥୀàĴ°à­àĴ·àĴ•" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "àĴ…àĴ¸àĴàĴàĴ¨ àĴĥୀàĴ°à­àĴ·àĴ• àĴàĴୟàĴ" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "àĴœà­‡àĴ¨ àĴĦେàĴàĴ¨àĴ°à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ…àĴ§àĴżàĴ¤àĴ୍ୟ àĴ²àĴ୍àĴĴ àĴŞàĴ˘àĴĵàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "àĴ…àĴ§àĴżàĴ¤àĴ୍ୟ àĴ²àĴ୍àĴĴàĴ° àĴ¸à­€àĴàĴ àĴĴàĴàĴıàĴàĴ°à­‡" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£ àĴ…àĴ§àĴżàĴ¤àĴ୍ୟ" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ•à­ àĴŞàĴ àĴàĴŻàĴàĴ‰àĴ›àĴż\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "àĴ¨à­‹àĴĦ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "àĴ¸à­€àĴàĴ àĴ‰àĴŞàĴ²àĴĴ୍àĴ§ àĴ•à­‹àĴ·àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴ…àĴ¤àĴżàĴ•à­àĴ°àĴ àĴ•àĴ°àĴżàĴàĴàĴ" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴšàĴàĴ²à­àĴ…àĴ›àĴż" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴàĴŞàĴż àĴšàĴàĴ²à­àĴ…àĴ›àĴż" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¤àĴàĴàĴŞàĴż àĴšàĴàĴ²à­àĴ…àĴ›àĴż" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴšàĴàĴ²à­àĴ…àĴ›àĴż" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴ•àĴż àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ¨àĴàĴıàĴżàĴ" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "àĴେàĴ³àĴ–àĴàĴ‰àĴàĴżàĴĴàĴ àĴŞàĴ àĴ¸àĴıàĴżàĴ¤ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ¨àĴàĴıàĴżàĴ" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "char àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "àĴ¨àĴżàĴĴେàĴĥ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ° %s àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "àĴĴ୍àĴ°àĴżàĴœ àĴ¸àĴàĴ°à­àĴàĴ¨àĴ•à­ àĴ†àĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ %s àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "%s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "àĴ…àĴ§àĴżàĴĴେàĴĥàĴ¨ àĴŞàĴàĴ‡ àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "àĴĞàĴàĴ‡àĴ² àĴ…àĴĴàĴ¸à­àĴàĴ '%s' àĴ•à­ àĴ¸à­‡àĴŸ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%s àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "dir %s àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU àĴĤ୍à­ħàĴżàĴàĴżàĴ• %sàĴ•à­ àĴ–à­‹àĴœàĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "àĴ²àĴ— àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ %s àĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴŞàĴàĴ‡àĴ àĴ…àĴŞà­‡àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ pid, damn àĴŞàĴàĴ‡àĴ²à­‡" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s àĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞàĴàĴ‡àĴŞ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴ¨àĴżàĴ୍àĴ¨ àĴ¸à­àĴ¤àĴ° àĴŞàĴĤ୍àĴ§àĴ¤àĴżàĴ•à­ àĴĴàĴżàĴ­àĴàĴœàĴ¨ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴ…àĴ¸àĴ‚àĴŻà­àĴ•à­àĴ¤ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴĥୀàĴ°à­àĴ·àĴ• %s àĴ•à­ àĴ¸àĴĞàĴàĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgid "cannot change to root directory: %s" +msgstr "àĴ¸à­à­ħୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ %s àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴàĴ•à­ strdup àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴàĴ•à­ strdup àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴàĴ•à­ strdup àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴĴàĴ˘àĴĵàĴàĴ‡ àĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴ¨àĴàĴàĴ" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "àĴŞàĴ˘àĴĵàĴżàĴĴàĴ àĴ¤à­àĴ°à­àĴŸàĴż: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -msgstr "" +msgstr "pseudorandom UUID àĴ•à­ àĴĞେàĴ°àĴżàĴ†àĴ¸àĴżàĴ²àĴ, àĴ…àĴ¨àĴżà­ŸàĴàĴżàĴ¤ àĴĴàĴàĴ‡àĴŸ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "àĴ¸àĴıàĴୟàĴ¤àĴ àĴୂàĴĤ୍àĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "àĴĴୈàĴ·à­ŸàĴżàĴ• àĴ¸àĴıàĴୟàĴ¤àĴ àĴ•àĴżàĴ୍àĴĴàĴ àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴĴàĴżàĴĥେàĴ· àĴ¸àĴıàĴୟàĴ¤àĴàĴ•à­ àĴୂàĴĤ୍àĴ°àĴ£ àĴ•àĴ°àĴżàĴàĴàĴà¤" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴ¨àĴàĴ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4062,318 +4413,322 @@ msgstr "" "àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "àĴĴୁàĴŸ àĴ¸àĴୟàĴ°à­‡ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴıେàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ, àĴŞàĴ°àĴżàĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "àĴ¸à­àĴĴàĴ¤àĴƒàĴšàĴàĴ³àĴ¨ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴàĴ•à­ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴšàĴżàĴı୍àĴ¨àĴ•à­ àĴıàĴŸàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴšàĴżàĴı୍àĴ¨àĴ•à­ àĴıàĴŸàĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "hypervisor àĴ¸àĴıàĴżàĴ¤ àĴŞà­àĴ¨àĴƒàĴ¸àĴ‚àĴŻà­‹àĴœàĴżàĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "àĴ¸à­àĴàĴàĴ¨à­€à­Ÿ hypervisor àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴ¨à­àĴ¤à­à¤ àĴ†àĴĴàĴ°àĴ£ àĴĴ୍àĴŻàĴĴàĴ¸à­àĴàĴàĴŞàĴ¨ àĴŞàĴ°à­‡ àĴàĴıàĴ àĴŞà­‚àĴ°à­àĴĴ-àĴ‰àĴŞàĴ²àĴĴ୍àĴ§ (built-in) " "àĴ¸àĴ¨à­àĴĤେàĴĥ àĴ…àĴŸà­‡à¤" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor àĴ¸àĴ‚àĴŻà­‹àĴ— ୟୁ.àĴ†àĴ°.àĴ†àĴ‡." -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "àĴ•à­‡àĴĴàĴ³ àĴŞàĴ àĴ¨à­€à­Ÿ àĴ¸àĴ‚àĴŻà­‹àĴ—" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "hypervisor àĴ°à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴĴàĴżàĴšà­àĴ›àĴżàĴ¨à­àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "hypervisor àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "àĴ…àĴ¤àĴżàĴàĴż àĴ•à­‹àĴ¨àĴĥୋàĴ² àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "àĴ…àĴ¤àĴżàĴàĴż àĴŞàĴàĴ‡àĴ àĴ†àĴ­àĴàĴ¸à­€ àĴ•à­àĴ°àĴàĴàĴ¨à­àĴĴୟ àĴ•à­‹àĴ¨àĴĥୋàĴ² àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ•à­‹àĴ¨àĴĥୋàĴ² àĴ‰àĴŞàĴ²àĴĴ୍àĴ§ àĴ¨àĴàĴıàĴżàĴ\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "àĴàĴıàĴż àĴŞà­àĴ²àĴàĴŸàĴĞàĴ°à­àĴàĴ°à­‡ àĴ•à­‹àĴ¨àĴ¸à­‹àĴ² àĴ•àĴàĴ°à­àĴŻà­à­ŸàĴ•àĴàĴ°à­€ àĴıୋàĴ‡àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ•à­ àĴĞେàĴ°àĴ¸à­àĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴàĴĴàĴ‚ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "àĴŞàĴ°àĴżàĴšà­Ÿ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "àĴ¨àĴàĴ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "àĴ…àĴĴàĴ¸à­àĴàĴ" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "àĴ•à­ŒàĴ£àĴ¸àĴż àĴ…àĴĴàĴ¸à­àĴàĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ…àĴĴàĴ¸à­àĴàĴ" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴšàĴàĴ³àĴ¨ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ…àĴĴàĴ¸à­àĴàĴ àĴœàĴ£àĴàĴ¨à­àĴ¤à­à¤" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ…àĴĴàĴ¸à­àĴàĴ àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴ¸à­‚àĴšàĴàĴ‡àĴàĴàĴ." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ–àĴ£à­àĴĦ àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ†àĴ¨à­àĴ¤à­" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴšàĴ³àĴ¨à­àĴ¤àĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ–àĴ£à­àĴĦ àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ†àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "àĴ–àĴ£à­àĴĦ àĴ‰àĴŞàĴ•àĴ°àĴ£" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "%s àĴ–àĴ£à­àĴĦàĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ†àĴ¨à­àĴ¤à­" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴšàĴ³àĴ¨à­àĴ¤àĴż àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ†àĴ¨à­àĴ¤à­" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ‰àĴŞàĴ•àĴ°àĴ£" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "%s àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴšàĴ³àĴ¨à­àĴ¤àĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴàĴżàĴĴàĴ àĴĞàĴàĴ‡àĴ²" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° %s àĴ°à­ àĴ¸à­ƒàĴ·à­àĴŸ\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴ୍àĴŻàĴàĴ–୍àĴŻ àĴ•àĴ°àĴ¨à­àĴ¤à­ (àĴ•àĴżàĴ¨à­àĴ¤à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­ àĴ¨àĴàĴıàĴżàĴ)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "%s àĴŞàĴ°àĴ¸àĴ°àĴ•à­ %s àĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "(àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ) àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴ—àĴ²àĴ\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴĞàĴàĴ‡àĴ²àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ…àĴĴàĴ¸à­àĴàĴàĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴšàĴ³àĴ¨à­àĴ¤àĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "àĴ¤àĴ୍àĴŻàĴ•à­ àĴ•à­‡àĴ‰àĴàĴ àĴàĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴàĴŻàĴżàĴĴ" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ°à­‡ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "àĴ¨àĴżà­Ÿà­‹àĴœàĴ• àĴŞà­àĴ°àĴàĴšàĴ³àĴ•à­ àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­/àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "àĴ¨àĴżà­Ÿà­‹àĴœàĴ• àĴŞà­àĴ°àĴàĴšàĴ³àĴ•à­ àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­/àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "àĴୂàĴ²à­àĴŻ àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT àĴŞàĴàĴ‡àĴ àĴ“àĴœàĴ¨" @@ -4382,289 +4737,291 @@ msgstr "XEN_CREDIT àĴŞàĴàĴ‡àĴ àĴ“àĴœàĴ¨" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT àĴŞàĴàĴ‡àĴ àĴŸà­‹àĴŞàĴż" -#: src/virsh.c:1148 -#, fuzzy +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ†àĴ•àĴàĴ° àĴŞàĴàĴ‡àĴ %d àĴ° àĴ…àĴĴୈàĴ§ àĴୂàĴ²à­àĴŻ" +msgstr "àĴ“àĴœàĴ¨àĴ° àĴ…àĴĴୈàĴ§ àĴୂàĴ²à­àĴŻ" -#: src/virsh.c:1158 -#, fuzzy +#: src/virsh.c:1162 msgid "Invalid value of cap" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ†àĴ•àĴàĴ° àĴŞàĴàĴ‡àĴ %d àĴ° àĴ…àĴĴୈàĴ§ àĴୂàĴ²à­àĴŻ" +msgstr "àĴ•à­à­ŸàĴàĴŞàĴ° àĴ…àĴĴୈàĴ§ àĴୂàĴ²à­àĴŻ" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "àĴ•à­à­ŸàĴàĴŞàĴ° àĴ…àĴĴୈàĴ§ àĴୂàĴ²à­àĴŻ" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "àĴ¨àĴżà­Ÿà­‹àĴœàĴ•" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "àĴ…àĴœàĴ£àĴ" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴĞàĴàĴ‡àĴ²àĴ° àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴżàĴ¤ àĴ…àĴĴàĴ¸à­àĴàĴàĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "àĴŞà­àĴ¨àĴƒàĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴàĴŻàĴżàĴĴàĴ àĴ…àĴĴàĴ¸à­àĴàĴ" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s àĴ°à­ àĴŞà­àĴ¨àĴƒàĴ¸à­àĴàĴàĴŞàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ°\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴŞàĴàĴ‡àĴ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ…àĴ¨à­àĴ¤àĴƒàĴ¸à­àĴàĴ³àĴ•à­ àĴ—à­‹àĴŸàĴżàĴ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴŞàĴ àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ…àĴ¨à­àĴ¤àĴƒàĴ¸à­àĴàĴ³àĴ•à­ àĴŞàĴ àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "àĴ…àĴ¨à­àĴ¤àĴƒàĴ¸à­àĴàĴ³àĴ•à­ àĴ•à­‡àĴ‰àĴàĴ àĴàĴ•à­ àĴŞàĴ àĴàĴŻàĴżàĴĴ" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ•à­ àĴŞàĴ àĴàĴŻàĴàĴ‰àĴ›àĴż\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ %s àĴ•à­ àĴŞàĴ àĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴ—àĴ²àĴ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "àĴ‰àĴ¤à­àĴ¤àĴ àĴ°à­‚àĴŞàĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­‡ shutdown àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥàĴ•à­ àĴšàĴ³àĴàĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴ°à­àĴšàĴàĴ³àĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ reboot àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥàĴ•à­ àĴšàĴ³àĴàĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴ°à­àĴšàĴàĴ³àĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴ°à­àĴšàĴàĴ³àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĤàĴżàĴ…àĴ¨à­àĴ¤à­" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴୌàĴ³àĴżàĴ• àĴ¸à­‚àĴšàĴ¨àĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴżàĴàĴàĴà¤" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "àĴŞàĴ°àĴżàĴšà­Ÿ:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "àĴ¨àĴàĴ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "àĴ…àĴĴàĴ¸à­àĴàĴ:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(àĴ—ୁàĴĦàĴżàĴ•):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU àĴ¸àĴୟ:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ¸à­àĴୃàĴ¤àĴż:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¸à­€àĴàĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "àĴĴ୍àĴŻàĴĴàĴıୃàĴ¤ àĴ¸à­àĴୃàĴ¤àĴż:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­" +msgstr "àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "àĴ¨àĴàĴ" +msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ" -#: src/virsh.c:1580 -#, fuzzy +#: src/virsh.c:1611 msgid "NUMA free memory" -msgstr "àĴĴ୍àĴŻàĴĴàĴıୃàĴ¤ àĴ¸à­àĴୃàĴ¤àĴż:" +msgstr "NUMA àĴୁàĴ•à­àĴ¤ àĴ¸à­àĴୃàĴ¤àĴż" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." -msgstr "" +msgstr "NUMA àĴ•à­‹àĴ· àĴŞàĴàĴ‡àĴ àĴ‰àĴŞàĴ²àĴĴ୍àĴ§ àĴୁàĴ•à­àĴ¤ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨ àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴ¨ àĴ•àĴ°àĴżàĴàĴàĴ." -#: src/virsh.c:1586 -#, fuzzy +#: src/virsh.c:1617 msgid "NUMA cell number" -msgstr "NUMA àĴ•àĴ•à­àĴ·(àĴàĴàĴ¨):" +msgstr "NUMA àĴ•àĴ•à­àĴ· àĴ¸àĴ‚àĴ–୍ୟàĴ" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" -msgstr "" +msgstr "àĴ¸àĴୁàĴĤàĴୟ" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "vcpu àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ†àĴ­àĴàĴ¸à­€ CPU àĴàĴàĴ¨àĴ™à­àĴ• àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴୌàĴ³àĴżàĴ• àĴ¸à­‚àĴšàĴ¨àĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴżàĴàĴàĴà¤" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU àĴ¸àĴàĴĤୃàĴĥ୍àĴŻ:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴ¨à­àĴ¤à­, àĴ†àĴ­àĴàĴ¸à­€ CPU àĴ—ୁàĴĦàĴżàĴ• àĴ‰àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ¨àĴàĴıàĴàĴàĴ¨à­àĴ¤àĴżà¤" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "vcpu àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸àĴàĴĤୃàĴĥ୍àĴŻàĴ¤àĴàĴ•à­ àĴ¨àĴżà­ŸàĴ¨à­àĴ¤à­àĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "àĴ­à­ŒàĴ¤àĴżàĴ• CPU àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴıୋàĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ VCPUs àĴŞàĴżàĴ¨ àĴŞàĴ°àĴżàĴ¸àĴ°à¤" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu àĴ¸àĴ‚àĴ–୍àĴŻàĴ" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "àĴ†àĴ§àĴàĴ° cpu àĴ¸àĴ‚àĴ–୍àĴŻàĴ (àĴ•àĴàĴ àĴĤ୍àĴĴàĴàĴ°àĴ àĴŞà­ƒàĴàĴ•)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: àĴ…àĴĴୈàĴ§ àĴ•àĴżàĴ୍àĴĴàĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ vCPU àĴ¸àĴ‚àĴ–୍ୟàĴ." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ cpulist" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "àĴ¨à­‹àĴĦ àĴ¸à­‚àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "vcpupin: àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: àĴ…àĴĴୈàĴ§ vCPU àĴ¸àĴ‚àĴ–୍ୟàĴ." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: àĴ…àĴĴୈàĴ§ àĴĥୈàĴ³à­€à¤ àĴ–àĴàĴ²àĴż àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦà¤" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: àĴ…àĴĴୈàĴ§ àĴĥୈàĴ³à­€à¤ %d àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴżàĴ°à­‡ ('%c' àĴŞàĴàĴ–àĴ°à­‡) àĴ¸àĴ‚àĴ–୍àĴŻàĴ àĴ†àĴĥàĴ àĴ•àĴ°à­àĴ…àĴ›àĴżà¤" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4672,1350 +5029,1337 @@ msgid "" msgstr "" "cpulist: %s: àĴ…àĴĴୈàĴ§ àĴĥୈàĴ³à­€à¤ %d àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴżàĴ°à­‡ ('%c' àĴŞàĴàĴ–àĴ°à­‡) àĴ¸àĴ‚àĴ–୍àĴŻàĴ àĴ•àĴżàĴ୍àĴĴàĴ àĴ•àĴàĴ àĴ†àĴĥàĴ àĴ•àĴ°à­àĴ…àĴ›àĴżà¤" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: àĴ…àĴĴୈàĴ§ àĴĥୈàĴ³à­€à¤ %d àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴżàĴ° àĴĥେàĴ·àĴ°à­‡ àĴ•àĴàĴ àĴĤàĴżàĴ†àĴŻàĴàĴ‡àĴ›àĴżà¤" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "%d àĴ­à­ŒàĴ¤àĴżàĴ• CPU àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤ àĴ¨àĴàĴıàĴżàĴà¤" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "àĴ†àĴ­àĴàĴ¸à­€ CPU àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¸àĴ‚àĴ–୍àĴŻàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "àĴ…àĴ¤àĴżàĴàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­‡ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴàĴżàĴĴàĴ àĴ†àĴ­àĴàĴ¸à­€ CPU àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¸àĴ‚àĴ–୍àĴŻàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­à¤" +msgstr "àĴ…àĴ¤àĴżàĴàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­‡ àĴ†àĴ­àĴàĴ¸à­€ CPU àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¸àĴ‚àĴ–୍àĴŻàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "àĴ†àĴ­àĴàĴ¸à­€ CPU àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¸àĴ‚àĴ–୍àĴŻàĴ" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "àĴ†àĴ­àĴàĴ¸à­€ CPU àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ…àĴĴୈàĴ§ àĴ¸àĴ‚àĴ–୍àĴŻàĴà¤" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "àĴ…àĴ¤à­àĴŻàĴàĴ§àĴżàĴ• àĴ¸àĴ‚àĴ–୍ୟàĴ• àĴ†àĴ­àĴàĴ¸à­€ CPUà¤" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "àĴ…àĴ¤àĴżàĴàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­‡ àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨ àĴàĴżàĴĴàĴ àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "àĴ¸à­àĴୃàĴ¤àĴżàĴ° àĴ•àĴżàĴ²à­‹-àĴĴàĴàĴ‡àĴŸ àĴ¸àĴ‚àĴ–୍àĴŻàĴ" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ†àĴ•àĴàĴ° àĴŞàĴàĴ‡àĴ %d àĴ° àĴ…àĴĴୈàĴ§ àĴୂàĴ²à­àĴŻ" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "MaxMemorySize àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴà¤" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ¸à­àĴୃàĴ¤àĴż àĴŞàĴ°àĴżàĴ¸à­€àĴàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "àĴ…àĴ¤àĴżàĴàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­‡ àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴŞàĴ°àĴżàĴ¸à­€àĴàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "àĴ•àĴżàĴ²à­‹-àĴĴàĴàĴ‡àĴŸàĴ°à­‡ àĴ¸àĴ°à­àĴĴàĴàĴ§àĴżàĴ• àĴ¸à­àĴୃàĴ¤àĴż àĴŞàĴ°àĴżàĴ¸à­€àĴàĴ" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨ MemorySize àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴà¤" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨ MemorySize àĴ•à­ àĴı୍àĴ°àĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "MaxMemorySize àĴ•à­ àĴĴàĴĤàĴ³àĴàĴ‡àĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "àĴ¨à­‹àĴĦ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "àĴ¨à­‹àĴĦ àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴୌàĴ³àĴżàĴ• àĴ¸à­‚àĴšàĴ¨àĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴżàĴàĴàĴà¤" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "àĴ¨à­‹àĴĦ àĴ¸à­‚àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU àĴ¨àĴୁàĴ¨àĴ:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU àĴ†àĴĴୃàĴ¤à­àĴ¤àĴż:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU àĴ¸àĴ•à­‡àĴŸ:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "àĴ¸àĴ•à­‡àĴŸ àĴŞà­àĴ°àĴ¤àĴż àĴ…àĴ¨àĴƒàĴ¸à­àĴàĴ³:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "àĴ…àĴ¨à­àĴ¤àĴƒàĴ¸à­àĴàĴ³ àĴŞà­àĴ°àĴ¤àĴż àĴ୍àĴ°à­‡àĴĦ:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA àĴ•àĴ•à­àĴ·(àĴàĴàĴ¨):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ†àĴ•àĴàĴ°:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "àĴĤàĴ•à­àĴ·àĴ¤àĴ" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "hypervisor/àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ°àĴ° àĴ¸àĴàĴàĴ°à­àĴ àĴĞେàĴ°àĴàĴ‡àĴàĴàĴà¤" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "àĴ¸àĴàĴàĴ°à­àĴ୍àĴŻ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ stdout àĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ XML àĴĴàĴœà­àĴŻàĴĴàĴ¸à­àĴ¤à­ àĴ­àĴàĴĴàĴ°à­‡ àĴ¨àĴżàĴ°à­àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴ°àĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ UUID àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ°à­‡ àĴ°à­‚àĴŞàĴàĴ¨à­àĴ¤àĴ°àĴżàĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴ°àĴżàĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ UUID àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴ°àĴżàĴšà­Ÿ àĴ­àĴàĴĴàĴ°à­‡ àĴ°à­‚àĴŞàĴàĴ¨à­àĴ¤àĴ°àĴżàĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ àĴŞàĴ°àĴżàĴšà­ŸàĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° UUID àĴ­àĴàĴĴàĴ°à­‡ àĴ°à­‚àĴŞàĴàĴ¨à­àĴ¤àĴ°àĴżàĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴ°àĴżàĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ àĴ¨àĴàĴ" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° UUID àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "àĴ…àĴ¨à­àĴŻ àĴ—à­‹àĴŸàĴżàĴ àĴ†àĴ§àĴàĴ°àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ‰àĴ¤à­àĴŞà­àĴ°àĴĴàĴàĴ¸ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" "àĴ…àĴ¨à­àĴŻ àĴ—à­‹àĴŸàĴżàĴ àĴ†àĴ§àĴàĴ°àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ‰àĴ¤à­àĴŞà­àĴ°àĴĴàĴàĴ¸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤ àĴŞà­àĴ°àĴ¤à­àĴŻà­‡àĴ•à­àĴ· àĴ‰àĴ¤à­àĴŞà­àĴ°àĴĴàĴàĴ¸àĴ¨ àĴŞàĴàĴ‡àĴ --live àĴŻà­‹àĴ— àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "àĴŞà­àĴ°àĴ¤à­àĴŻà­‡àĴ•à­àĴ· àĴ‰àĴ¤à­àĴŞà­àĴ°àĴĴàĴàĴ¸àĴ¨" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴ àĴ†àĴ§àĴàĴ°àĴ° àĴ¸àĴ‚àĴŻà­‹àĴ— ୟୁ.àĴ†àĴ°.àĴ†àĴ‡." -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "àĴ‰àĴ¤à­àĴŞà­àĴ°àĴĴàĴàĴ¸àĴ¨ ୟୁ.àĴ†àĴ°.àĴ†àĴ‡., àĴàĴıàĴàĴ•à­ àĴ¸àĴàĴ§àĴàĴ°àĴ£àĴ¤àĴƒ àĴ›àĴàĴĦàĴż àĴıେàĴĴ àĴ¨àĴàĴıàĴżàĴà¤" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "àĴ‰àĴ¤à­àĴŞà­àĴ°àĴĴàĴàĴ¸àĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­: desturi àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "àĴĴୁàĴŸ àĴ¸àĴୟàĴ°à­‡ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴŻàĴżàĴĴàĴ àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ°à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴšàĴżàĴı୍àĴ¨àĴżàĴ•à­ àĴıàĴŸàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ°à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴšàĴżàĴı୍àĴ¨àĴ•à­ àĴıàĴŸàĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴàĴżàĴĴàĴ àĴĞàĴàĴ‡àĴ²" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• %s àĴ°à­ àĴ¸à­ƒàĴ·à­àĴŸ\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s àĴ°à­ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴ୍àĴŻàĴàĴ–୍àĴŻ àĴ•àĴ°àĴ¨à­àĴ¤à­ (àĴ•àĴżàĴ¨à­àĴ¤à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­ àĴ¨àĴàĴıàĴżàĴ)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ %s àĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s àĴ°à­ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĤàĴżàĴ…àĴ¨à­àĴ¤à­" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ, àĴŞàĴ°àĴżàĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ stdout àĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ XML àĴĴàĴœà­àĴŻàĴĴàĴ¸à­àĴ¤à­ àĴ­àĴàĴĴàĴ°à­‡ àĴ¨àĴżàĴ°à­àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ àĴĤେàĴ‡àĴàĴàĴà¤" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴàĴàĴ" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴàĴĴàĴ‚ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴàĴàĴ" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞàĴ°àĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ UUID àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "(àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ) àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ° àĴ¨àĴàĴ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴàĴ•à­ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• UUID àĴ­àĴàĴĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• UUID àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ²àĴ•à­ àĴ¸à­àĴĴàĴ¤àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "àĴĴୁàĴŸ àĴ¸àĴୟàĴ°à­‡ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴıେàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴĴୁàĴŸ àĴ¸àĴୟàĴ°à­‡ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴıେàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ²àĴ•à­ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +msgstr "àĴŞà­àĴ² àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ°à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴšàĴżàĴı୍àĴ¨àĴżàĴ•à­ àĴıàĴŸàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ°à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴšàĴżàĴı୍àĴ¨àĴżàĴ•à­ àĴıàĴŸàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ­àĴàĴĴàĴ°à­‡ àĴšàĴżàĴı୍àĴ¨àĴżàĴ¤ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ°à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴšàĴżàĴı୍àĴ¨àĴ•à­ àĴıàĴŸàĴàĴŻàĴàĴ‡àĴ›àĴż\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴàĴżàĴĴàĴ àĴĞàĴàĴ‡àĴ²" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° %s àĴ°à­ àĴ¸à­ƒàĴ·à­àĴŸ\n" +msgstr "àĴŞà­àĴ² %s àĴ°à­ àĴ¸à­àĴĴୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴšàĴżàĴı୍àĴ¨àĴ•à­ àĴıàĴŸàĴàĴŻàĴàĴ‡àĴ›àĴż\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ² àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ² àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­." + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴŞà­àĴ² àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴàĴżàĴĴàĴ àĴĞàĴàĴ‡àĴ²" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "àĴŞà­àĴ² %s %s àĴ°à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s àĴ°à­ àĴŞà­àĴ² àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ args àĴ¸à­‡àĴŸàĴ°à­ àĴŞà­àĴ² àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴŞà­àĴ²àĴ° àĴ¨àĴàĴ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "àĴŞà­àĴ²àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "àĴ¨àĴżàĴ୍àĴ¨àĴ²àĴżàĴ–àĴżàĴ¤ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞàĴàĴ‡àĴ àĴ‰àĴ¤à­àĴ¸-àĴ†àĴ§àĴàĴ°" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "àĴ¨àĴżàĴ୍àĴ¨àĴ²àĴżàĴ–àĴżàĴ¤ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞàĴàĴ‡àĴ àĴ‰àĴ¤à­àĴ¸ àĴŞàĴ" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "àĴ¨àĴżàĴ୍àĴ¨àĴ²àĴżàĴ–àĴżàĴ¤ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞàĴàĴ‡àĴ àĴ‰àĴ¤à­àĴ¸ àĴ‰àĴŞàĴ•àĴ°àĴ£" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "àĴ¨àĴżàĴ୍àĴ¨àĴ²àĴżàĴ–àĴżàĴ¤ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞàĴàĴ‡àĴ àĴ²àĴ•à­àĴ·à­à­Ÿ" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴĴàĴĞàĴ° àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "XML àĴĴàĴĞàĴ° àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° %s àĴ°à­ àĴ¸à­ƒàĴ·à­àĴŸ\n" +msgstr "àĴŞà­àĴ² %s àĴ¨àĴżàĴ°à­àĴàĴżàĴ¤\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴ୍àĴŻàĴàĴ–୍àĴŻ àĴ•àĴ°àĴ¨à­àĴ¤à­ (àĴ•àĴżàĴ¨à­àĴ¤à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­ àĴ¨àĴàĴıàĴżàĴ)" +msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ² àĴĴ୍àĴŻàĴàĴ–୍àĴŻ àĴ•àĴ°àĴ¨à­àĴ¤à­ (àĴ•àĴżàĴ¨à­àĴ¤à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­ àĴ¨àĴàĴıàĴżàĴ)" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ²àĴ•à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "%s àĴŞàĴ°àĴ¸àĴ°àĴ•à­ %s àĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" +msgstr "%s àĴŞà­àĴ²àĴ•à­ %s àĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s àĴ°à­ àĴŞà­àĴ²àĴ•à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ²àĴ•à­ args àĴ¸à­‡àĴŸàĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "àĴ¨àĴżàĴ୍àĴ¨àĴ²àĴżàĴ–àĴżàĴ¤ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞàĴàĴ‡àĴ àĴ‰àĴ¤à­àĴ¸ àĴŞàĴ" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "%s àĴŞàĴ°àĴ¸àĴ°àĴ•à­ %s àĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴĴ୍ୟàĴàĴ–୍ୟàĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ² àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ°àĴĤàĴ¤à­àĴ¤ àĴŞà­àĴ² àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "àĴŞà­àĴ² %s àĴ¨àĴżàĴ°à­àĴàĴżàĴ¤ àĴıୋàĴ‡àĴ›àĴż\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĤàĴżàĴ…àĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ²àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĤàĴżàĴ…àĴ¨à­àĴ¤à­" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ°àĴĤàĴ¤à­àĴ¤ àĴŞà­àĴ²àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ²àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ°àĴĤàĴ¤à­àĴ¤ àĴŞà­àĴ²àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ²àĴ•à­ àĴ¸àĴ¤à­‡àĴœ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ°àĴĤàĴ¤à­àĴ¤ àĴŞà­àĴ²àĴ•à­ àĴ¸àĴ¤à­‡àĴœ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴ—àĴ²àĴ\n" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ¸àĴ¤à­‡àĴœ àĴ•àĴ°àĴàĴ—àĴ²àĴ\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ¸àĴ¤à­‡àĴœ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XML àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "XML àĴ°à­‡ àĴŞà­àĴ²àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ stdout àĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ XML àĴĴàĴœà­àĴŻàĴĴàĴ¸à­àĴ¤à­ àĴ­àĴàĴĴàĴ°à­‡ àĴ¨àĴżàĴ°à­àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴŞà­àĴ²àĴ° àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ stdout àĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ XML àĴĴàĴœà­àĴŻàĴĴàĴ¸à­àĴ¤à­ àĴ­àĴàĴĴàĴ°à­‡ àĴ¨àĴżàĴ°à­àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴŞà­àĴ²àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ­à­àĴ•à­àĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ•à­ àĴĞେàĴ°àĴ¸à­àĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴŞà­àĴ²àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ•à­ àĴĞେàĴ°àĴ¸à­àĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ²àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ­à­àĴ•à­àĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴàĴĴàĴ‚ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴàĴĴàĴ‚ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ²àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ­à­àĴ•à­àĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ²àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ­à­àĴ•à­àĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ²àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ­à­àĴ•à­àĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" +msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "àĴ…àĴ¨à­‡àĴ• àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞàĴžà­àĴœàĴżàĴ•à­ƒàĴ¤ àĴıୋàĴ‡àĴ›àĴ¨à­àĴ¤àĴż" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴıàĴàĴ°à­‡" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴĴ୍ୟàĴàĴ–୍ୟàĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "àĴ…àĴ¨à­‡àĴ• àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞàĴžà­àĴœàĴżàĴ•à­ƒàĴ¤ àĴıୋàĴ‡àĴ›àĴ¨à­àĴ¤àĴż" +msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ²àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "àĴ¨à­‹àĴĦ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "àĴ¨à­‹àĴĦ àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴୌàĴ³àĴżàĴ• àĴ¸à­‚àĴšàĴ¨àĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴżàĴàĴàĴà¤" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴୌàĴ³àĴżàĴ• àĴ¸à­‚àĴšàĴ¨àĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴżàĴàĴàĴ." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" -msgstr "" +msgstr "àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°à­àĴ…àĴ›àĴż" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "àĴšàĴàĴ²à­àĴ…àĴ›àĴż" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" -msgstr "" +msgstr "àĴŞàĴĤàĴšà­à­Ÿà­àĴ¤ àĴıେàĴ²àĴ" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" -msgstr "" +msgstr "àĴ•à­àĴ·àĴàĴ¤àĴ:" -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" +msgstr "àĴ†àĴĴàĴ£à­àĴŸàĴ¨:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" -msgstr "" - -#: src/virsh.c:3664 -#, fuzzy -msgid "convert a pool UUID to pool name" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞàĴ°àĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ UUID àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" - -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "àĴŞàĴ°àĴ¸àĴ° uuid" - -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "(àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ) àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" - -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴ‰àĴŞàĴ²àĴĴ୍àĴ§:" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ² UUID àĴ•à­ àĴŞà­àĴ² àĴ¨àĴàĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "àĴŞà­àĴ² uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "(àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴĴ୍àĴŻàĴàĴ–୍àĴŻàĴ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ) àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ²àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ²àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴ¨à­àĴ¤à­." + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ²àĴ° àĴ¨àĴàĴ" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴ—àĴ²àĴ\n" +msgstr "àĴŞà­àĴ² %s àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴàĴ—àĴ²àĴ\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ arg àĴ¸à­‡àĴŸàĴ°à­ àĴ†àĴ•àĴàĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴ—à­‹àĴŸàĴżàĴ vol àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ" +msgstr "àĴ†àĴ•àĴàĴ°àĴ° àĴ¨àĴàĴ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "àĴ‡àĴšà­àĴ›àĴàĴ§à­€àĴ¨ k,M,G,T àĴ…àĴ¨à­àĴ²àĴ—୍àĴ¨ àĴ¸àĴıàĴżàĴ¤ vol àĴ° àĴ†àĴ•àĴàĴ°" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "àĴ‡àĴšà­àĴ›àĴàĴ§àĴżàĴ¨ k,M,G,T àĴ…àĴ¨à­àĴ²àĴ—୍àĴ¨ àĴ¸àĴıàĴżàĴ¤ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­àĴżàĴ• àĴĴàĴ£à­àĴŸàĴ¨ àĴ†àĴ•àĴàĴ°" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "àĴĞàĴàĴ‡àĴ² àĴĥୈàĴ³à­€ àĴŞà­àĴ°àĴ•àĴàĴ° raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴ†àĴ•àĴàĴ° %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° %s àĴ°à­ àĴ¸à­ƒàĴ·à­àĴŸ\n" +msgstr "Vol %s àĴ¸à­ƒàĴ·à­àĴŸàĴżàĴıେàĴ²àĴ\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "vol %s àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ²àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ² àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" +msgstr "àĴŞà­àĴ² %s àĴ¨àĴàĴàĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴàĴ•à­ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• UUID àĴ­àĴàĴĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ² àĴ¨àĴàĴàĴ•à­ àĴŞà­àĴ² UUID àĴ­àĴàĴĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° UUID àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² UUID àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴàĴżàĴĴàĴ àĴĞàĴàĴ‡àĴ²" +msgstr "XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ vol àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴ¨à­àĴ¤à­" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "XML vol àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴàĴżàĴĴàĴ àĴĞàĴàĴ‡àĴ²" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ° %s àĴ°à­ àĴ¸à­ƒàĴ·à­àĴŸ\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴàĴżàĴĴàĴ àĴ—à­‹àĴŸàĴżàĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "%s àĴ°à­ àĴ¨àĴżàĴ°à­àĴàĴżàĴ¤ Vol %s \n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "%s àĴ°à­ vol àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "àĴ—à­‹àĴŸàĴżàĴ volàĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴŞà­àĴ°àĴĤàĴ¤à­àĴ¤ volàĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­." + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "vol àĴ¨àĴàĴ, àĴ•àĴż àĴ•àĴżàĴ୍àĴĴàĴ àĴŞàĴ" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż\n" +msgstr "Vol %s àĴ…àĴŞàĴ¸àĴàĴ°àĴżàĴ¤\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¨àĴ·à­àĴŸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "vol %s àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "àĴ¨à­‹àĴĦ àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "àĴ¨à­‹àĴĦ àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴୌàĴ³àĴżàĴ• àĴ¸à­‚àĴšàĴ¨àĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴżàĴàĴàĴà¤" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴୌàĴ³àĴżàĴ• àĴ¸à­‚àĴšàĴ¨àĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴżàĴàĴàĴ." -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°:" +msgstr "àĴŞà­àĴ°àĴ•àĴàĴ°:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML àĴĞàĴàĴ‡àĴ²" +msgstr "àĴĞàĴàĴ‡àĴ²" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" msgstr "àĴ†àĴĴàĴĤ୍àĴ§" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XML àĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" +msgstr "XML àĴ°à­‡ vol àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ stdout àĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ XML àĴĴàĴœà­àĴŻàĴĴàĴ¸à­àĴ¤à­ àĴ­àĴàĴĴàĴ°à­‡ àĴ¨àĴżàĴ°à­àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "vol àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ stdout àĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ XML àĴĴàĴœà­àĴŻàĴĴàĴ¸à­àĴ¤à­ àĴ­àĴàĴĴàĴ°à­‡ àĴ¨àĴżàĴ°à­àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "vol àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ•à­ àĴĞେàĴ°àĴ¸à­àĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴŞà­àĴ² àĴĤ୍à­ħàĴàĴ°àĴ vol àĴàĴàĴ¨àĴ™à­àĴ•àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴàĴ•à­ àĴĞେàĴ°àĴ¸à­àĴ¤ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ vol àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "àĴŞàĴ" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞàĴ°àĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ UUID àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ vol UUID àĴ•à­ vol àĴ¨àĴàĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "vol àĴ•àĴż àĴ•àĴżàĴ୍àĴĴàĴ àĴŞàĴ" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞàĴ°àĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ UUID àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" +msgstr "àĴ—à­‹àĴŸàĴżàĴ vol UUID àĴ•à­ vol àĴ•àĴżàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "àĴŞàĴ°àĴ¸àĴ° uuid" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞàĴ°àĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ UUID àĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "vol uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "àĴ—à­‹àĴŸàĴżàĴ vol UUID àĴ•à­ vol àĴŞàĴàĴ°à­‡ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "vol àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ àĴ•àĴż" + +#: src/virsh.c:4347 msgid "show version" msgstr "àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "hypervisor àĴŞà­àĴ°àĴ•àĴàĴ°àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€ àĴ¸àĴıàĴżàĴ¤ àĴ¤à­àĴ³àĴ¨àĴ àĴ•àĴ°àĴż àĴ¸àĴ™à­àĴ•àĴ³àĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡àĴ›àĴż: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€ àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€ àĴĴ୍àĴŻàĴĴàĴıàĴàĴ° àĴ•àĴ°à­àĴ…àĴ›àĴż: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API àĴĴ୍àĴŻàĴĴàĴıàĴàĴ° àĴ•àĴ°à­àĴ…àĴ›àĴż: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "hypervisor àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "%s hypervisor àĴšàĴ³àĴ¨à­àĴ¤àĴż àĴ¸àĴ‚àĴ¸à­àĴ•àĴ°àĴ£àĴ•à­ àĴ•àĴàĴ˘àĴżàĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "hypervisor àĴ•à­ àĴšàĴ³àĴàĴ‰àĴ›àĴż: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA àĴàĴıàĴż àĴ†àĴ§àĴàĴ°àĴ°à­‡ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "àĴĤàĴ•à­àĴ·àĴ¤àĴ" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "hypervisor àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "vol àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ stdout àĴ°à­‡ àĴ—à­‹àĴŸàĴżàĴ XML àĴĴàĴœà­àĴŻàĴĴàĴ¸à­àĴ¤à­ àĴ­àĴàĴĴàĴ°à­‡ àĴ¨àĴżàĴ°à­àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "hypervisor àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴàĴ•à­ àĴୂàĴĤ୍àĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "hypervisor àĴĴàĴżàĴıàĴżàĴ¤ ୟୁ.àĴ†àĴ°.àĴ†àĴ‡. àĴୂàĴĤ୍àĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "ୟୁ.àĴ†àĴ°.àĴ†àĴ‡. àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴ¨" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC àĴŞà­àĴ°àĴĤàĴ°à­àĴĥàĴ¨ àĴŞàĴàĴ‡àĴ àĴ†àĴ‡.àĴŞàĴż. àĴ àĴżàĴ•àĴ£àĴ àĴàĴĴàĴ‚ àĴ¸àĴ‚àĴŻà­‹àĴ—àĴżàĴ•à­€ àĴ¸àĴ‚àĴ–୍àĴŻàĴ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty àĴ•à­‹àĴ¨àĴĥୋàĴ²" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY àĴ•à­‹àĴ¨àĴĥୋàĴ² àĴŞàĴàĴ‡àĴ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ•à­ àĴ¨àĴżàĴ°à­àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸àĴ‚àĴ²àĴ—୍àĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴ°à­ àĴ—à­‹àĴŸàĴżàĴ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸àĴ‚àĴ²àĴ—୍àĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML àĴĞàĴàĴ‡àĴ²" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "àĴ¸àĴ‚àĴ²àĴ—୍àĴ¨-àĴ‰àĴŞàĴ•àĴ°àĴ£: àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ <àĴĞàĴàĴ‡àĴ²> àĴĴàĴżàĴ•àĴ³à­àĴŞ" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s àĴ°à­ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸àĴ‚àĴ²àĴ—୍àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴĞàĴàĴ‡àĴ²àĴ°à­ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ•à­ àĴŞà­ƒàĴàĴ• àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "àĴ—à­‹àĴŸàĴżàĴ XML àĴ°à­ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ•à­ àĴŞà­ƒàĴàĴ• àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "àĴĴàĴżàĴšà­àĴ›àĴżàĴ¨à­àĴ¨-àĴ‰àĴŞàĴ•àĴ°àĴ£: àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ <àĴĞàĴàĴ‡àĴ²> àĴĴàĴżàĴ•àĴ³à­àĴŞ" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s àĴ°à­ àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ•à­ àĴŞà­ƒàĴàĴ• àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴŻà­‹àĴ— àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴŻà­‹àĴ— àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ° àĴ‰àĴ¤à­àĴ¸" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC àĴ àĴżàĴ•àĴ£àĴ" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴĴ୍àĴŻàĴĴàĴıୃàĴ¤ àĴ¸à­àĴ•à­àĴ°àĴŞà­àĴŸ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "'attach-interface' àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥàĴ°à­‡ àĴ•à­ŒàĴ£àĴ¸àĴż %s àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ•à­ àĴ…àĴ²àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ àĴ•à­ àĴ…àĴ²àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ¸à­‚àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "%s àĴŞà­àĴ°àĴ•àĴàĴ°àĴ° àĴ•à­ŒàĴ£àĴ¸àĴż àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "%s MAC àĴ àĴżàĴ•àĴ£àĴ àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŻà­‹àĴ— àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "àĴ¨à­‚àĴ¤àĴ¨ àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŻà­‹àĴ— àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ° àĴ‰àĴ¤à­àĴ¸" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ° àĴ²àĴ•à­àĴ·à­àĴŻ" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ° àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° (àĴšàĴàĴ³àĴ•)" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ° àĴ¸àĴĴ-àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° (àĴ‰àĴŞàĴšàĴàĴ³àĴ•)" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴ àĴ¨ àĴàĴĴàĴ‚ àĴ²àĴżàĴ–àĴ¨àĴ° àĴ§àĴàĴ°àĴ" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "'attach-disk' àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥàĴ°à­‡ àĴ•à­ŒàĴ£àĴ¸àĴż %s àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ•à­ àĴ…àĴ²àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ•à­ àĴ…àĴ²àĴ—àĴ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴ¸à­‚àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "%s àĴ²àĴ•à­àĴ·à­àĴŻ àĴàĴżàĴĴàĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴĦàĴżàĴ¸à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "init àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨ calloc àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s: àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s: àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s: àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "%s àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" +msgstr "lvs àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴŞà­àĴ°àĴ¸à­àĴàĴàĴ¨ àĴ¸à­àĴàĴżàĴ¤àĴż %d àĴ¸àĴıàĴżàĴ¤ àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s: àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ² àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­à¤" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞà­àĴ² àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "àĴàĴıàĴż àĴŞàĴàĴ°àĴ¸à­àĴŞàĴ°àĴżàĴ• àĴ•à­àĴ°àĴżà­ŸàĴàĴ•à­àĴ·àĴ àĴŸàĴ°à­àĴàĴżàĴ¨àĴàĴ²àĴ•à­ àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "'%s' àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ <%s> àĴĴàĴżàĴ•àĴ³à­àĴŞ àĴ†àĴĴàĴĥ୍àĴŻàĴ• àĴ•àĴ°àĴżàĴàĴàĴ" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "'%s' àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ --%s àĴĴàĴżàĴ•àĴ³à­àĴŞ àĴ†àĴĴàĴĥ୍àĴŻàĴ• àĴ•àĴ°àĴżàĴàĴàĴ" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "'%s' àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤ àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " àĴ¨àĴàĴ\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6023,7 +6367,7 @@ msgstr "" "\n" " àĴ¸àĴàĴ°àĴàĴ‚àĴĥ\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6031,7 +6375,7 @@ msgstr "" "\n" " àĴĴàĴ°à­àĴ£à­àĴ£àĴ¨àĴ\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6039,55 +6383,53 @@ msgstr "" "\n" " àĴĴàĴżàĴ•àĴ³à­àĴŞ\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "àĴ…àĴŞàĴ°àĴżàĴ­àĴàĴ·àĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ àĴŞàĴ°àĴżàĴšà­Ÿ" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "'%s' àĴŞàĴ°àĴżàĴšà­ŸàĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "àĴ…àĴŞàĴ°àĴżàĴ­àĴàĴ·àĴżàĴ¤ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "'%s' àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "àĴ…àĴŞàĴ°àĴżàĴ­àĴàĴ·àĴżàĴ¤ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ" +msgstr "àĴ…àĴŞàĴ°àĴżàĴ­àĴàĴ·àĴżàĴ¤ àĴŞà­àĴ² àĴ¨àĴàĴ" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "'%s' àĴŞàĴ°àĴżàĴšà­ŸàĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² '%s' àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "àĴ…àĴŞàĴ°àĴżàĴ­àĴàĴ·àĴżàĴ¤ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ" +msgstr "àĴ…àĴŞàĴ°àĴżàĴ­àĴàĴ·àĴżàĴ¤ vol àĴ¨àĴàĴ" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "'%s' àĴŞàĴ°àĴżàĴšà­ŸàĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "'%s' vol àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6098,130 +6440,129 @@ msgstr "" "(àĴ¸àĴୟ: %.3f àĴàĴżàĴ²àĴż-àĴ¸à­‡àĴ•à­‡àĴ£à­àĴĦ)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "\" àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴŸà­‹àĴ•à­‡àĴ¨ (àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴ¨àĴàĴ): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "àĴ…àĴœàĴ£àĴ àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "'%s' àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ --%s àĴĴàĴżàĴ•àĴ³à­àĴŞ àĴŞàĴàĴ‡àĴ àĴ¸àĴıàĴୟàĴ• àĴ¨à­àĴıେàĴ" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴĴàĴàĴ•à­àĴŻ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "àĴ¸àĴ‚àĴ–୍àĴŻàĴ" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦ" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴ¤àĴ୍àĴŻ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "àĴĴàĴżàĴ•àĴ³à­àĴŞ" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "àĴ¤àĴ୍àĴŻ" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML àĴĞàĴàĴ‡àĴ²" +msgstr "àĴĞàĴàĴ‡àĴ²" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "àĴ•àĴżàĴ›àĴż àĴ¸àĴୟ àĴŞàĴàĴ‡àĴ àĴ…àĴŸàĴ•àĴżàĴ›àĴż" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "àĴĴàĴ¨à­àĴĤàĴıେàĴĴàĴ àĴ…àĴĴàĴ¸à­àĴàĴàĴ°à­‡" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "àĴĴàĴ¨à­àĴĤ àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "àĴıàĴ àĴàĴ¤ àĴ…àĴšàĴ³ àĴıୋàĴ‡àĴ—àĴ²àĴ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "àĴ…àĴĞ àĴ²àĴàĴ‡àĴ¨" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "àĴ•à­ŒàĴ£àĴ¸àĴż àĴĴୈàĴ§ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ¨àĴàĴıàĴżàĴ" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: àĴ¤à­ƒàĴŸàĴż: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "àĴ¤à­ƒàĴŸàĴż: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d àĴĴàĴàĴ‡àĴŸàĴ•à­ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu àĴĴàĴàĴ‡àĴŸ àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "hypervisor àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ¸à­‚àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "àĴ²àĴ— àĴŞàĴàĴŸàĴż àĴ—à­‹àĴŸàĴżàĴ àĴĞàĴàĴ‡àĴ² àĴ¨à­àĴıେàĴ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³, àĴ²àĴ— àĴĞàĴàĴ‡àĴ²àĴ° àĴŞàĴàĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴ¨à­àĴ¤à­" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "%s: àĴ²àĴ— àĴĞàĴàĴ‡àĴ² àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" -msgstr "hypervisor àĴ°à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴĴàĴżàĴšà­àĴ›àĴżàĴ¨à­àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴıàĴàĴ‡àĴŞàĴ°àĴ­àĴàĴ‡àĴœàĴ°àĴ°à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴĴàĴżàĴšà­àĴ›àĴżàĴ¨à­àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6254,7 +6595,7 @@ msgstr "" "\n" " àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴ—ୁàĴĦàĴżàĴ• (àĴŞàĴàĴ°àĴ¸à­àĴŞàĴ°àĴżàĴ• àĴ•à­àĴ°àĴżà­ŸàĴàĴ•à­àĴ·àĴ àĴĴàĴżàĴıୀàĴ¨ àĴ§àĴàĴ°àĴ):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6264,19 +6605,19 @@ msgstr "" " (àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥ àĴĴàĴżàĴ·à­ŸàĴ°à­‡ àĴĴàĴżàĴ¸à­àĴ¤à­ƒàĴ¤ àĴĴàĴżàĴĴàĴ°àĴ£à­€ àĴŞàĴàĴ‡àĴĴàĴ àĴŞàĴàĴ‡àĴ help àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤàĴżàĴ·à­àĴŸ àĴ•àĴ°àĴ¨à­àĴ¤à­)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "àĴ…àĴ¸àĴàĴ°à­àĴ àĴĴàĴżàĴ•àĴ³à­àĴŞ '-%c'.--help àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤେàĴĥàĴ•à­ àĴšàĴ³àĴàĴ‡ àĴĤେàĴ–àĴ¨à­àĴ¤à­à¤" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "%s, àĴ†àĴ­àĴàĴ¸à­€àĴ•àĴ°àĴ£ àĴŞàĴàĴ°àĴ¸à­àĴŞàĴ°àĴżàĴ• àĴ•à­àĴ°àĴżà­ŸàĴàĴ¤à­àĴàĴ• àĴŸàĴ°à­àĴàĴżàĴ¨àĴàĴ²àĴ°à­‡ àĴ†àĴŞàĴ£àĴ™à­àĴ• àĴ¸à­àĴĴàĴàĴ—àĴ¤àĴà¤\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6294,879 +6635,936 @@ msgstr "àĴšà­‡àĴ¤àĴàĴĴàĴ¨à­€" msgid "error" msgstr "àĴ¤à­ƒàĴŸàĴż" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¤à­ƒàĴŸàĴż àĴ¸àĴ¨à­àĴĤେàĴĥ àĴŞà­àĴ°àĴĤàĴàĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "àĴ†àĴ­à­àĴŻàĴ¨à­àĴ¤àĴ°à­€àĴ£ àĴ¤à­ƒàĴŸàĴż %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "àĴ†àĴ­à­àĴŻàĴ¨à­àĴ¤àĴ°à­€àĴ£ àĴ¤à­ƒàĴŸàĴż" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "àĴàĴıàĴż àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ hypervisor àĴĤ୍àĴĴàĴàĴ°àĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "àĴàĴıàĴż àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ hypervisor àĴĤ୍àĴĴàĴàĴ°àĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "hypervisor àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸àĴ‚àĴŻà­‹àĴ—" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸àĴ‚àĴŻà­‹àĴ—" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴĴàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴĴàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "àĴ…àĴœàĴ£àĴ HTTP àĴ¤à­ƒàĴŸàĴż àĴ¸àĴ¨à­àĴĤେàĴĥ %d àĴŞàĴàĴ‡àĴ²àĴ" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "àĴ…àĴœàĴ£àĴ àĴ†àĴ§àĴàĴ° %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "àĴ…àĴœàĴ£àĴ àĴ†àĴ§àĴàĴ°" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr àĴ•à­ àĴ•à­àĴ°àĴàĴàĴ¨à­àĴĴୟàĴ°à­‡ àĴŞà­àĴ°àĴ¸àĴàĴ°àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr àĴ•à­ àĴ•à­àĴ°àĴàĴàĴ¨à­àĴĴୟàĴ°à­‡ àĴŞà­àĴ°àĴ¸àĴàĴ°àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴ àĴ¸àĴୟàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "àĴœà­‡àĴ¨ hypervisor àĴŞà­àĴ°àĴĴàĴżàĴ·à­àĴŸàĴżàĴ•à­ àĴĴ୍àĴŻàĴĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "àĴœà­‡àĴ¨ hypervisor àĴŞà­àĴ°àĴĴàĴżàĴ·à­àĴŸàĴż %s àĴ•à­ àĴĴ୍àĴŻàĴĴàĴıàĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "àĴœà­‡àĴ¨ àĴ­àĴ£à­àĴĦàĴàĴ° àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "àĴœà­‡àĴ¨ àĴ­àĴ£à­àĴĦàĴàĴ° %s àĴ¸àĴıàĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "àĴœà­‡àĴ¨ syscall %s %d àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ•àĴ°à­àĴ£à­àĴ£àĴ² àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s àĴ°à­‡ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "%s àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴàĴ³ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "%s àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴàĴ³ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s àĴ°à­‡ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "àĴ…àĴ¨à­‡àĴ• àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞàĴžà­àĴœàĴżàĴ•à­ƒàĴ¤ àĴıୋàĴ‡àĴ›àĴ¨à­àĴ¤àĴż" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s àĴ°à­‡ àĴ…àĴ¨à­‡àĴ• àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞàĴžà­àĴœàĴżàĴ•à­ƒàĴ¤ àĴıୋàĴ‡àĴ›àĴ¨à­àĴ¤àĴż" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€ àĴĦàĴàĴ•àĴ°àĴ àĴĴàĴżàĴĞàĴ³, àĴ¸àĴ୍àĴ­àĴĴàĴ¤àĴƒ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "%s àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€ àĴĦàĴàĴ•àĴ°àĴ àĴĴàĴżàĴĞàĴ³, àĴ¸àĴ୍àĴ­àĴĴàĴ¤àĴƒ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML àĴĴàĴ°à­àĴ£à­àĴ£àĴ¨àĴ àĴ¸àĴ àĴżàĴ• àĴ­àĴàĴĴàĴ°à­‡ àĴ—àĴ àĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡ àĴ¨àĴàĴıàĴżàĴ àĴ•àĴżàĴ୍àĴĴàĴ àĴàĴıàĴ àĴ…àĴĴୈàĴ§ àĴ…àĴŸà­‡" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s àĴŞàĴàĴ‡àĴ XML àĴĴàĴ°à­àĴ£à­àĴ£àĴ¨àĴ àĴ¸àĴ àĴżàĴ• àĴ­àĴàĴĴàĴ°à­‡ àĴ—àĴ àĴ¨ àĴ•àĴ°àĴàĴŻàĴàĴ‡ àĴ¨àĴàĴıàĴżàĴ àĴ•àĴżàĴ୍àĴĴàĴ àĴàĴıàĴ àĴ…àĴĴୈàĴ§ àĴ…àĴŸà­‡" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "àĴàĴıàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ°àĴıàĴżàĴ›àĴż" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ°àĴıàĴżàĴ›àĴż" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴàĴŸàĴż àĴ•à­‡àĴĴàĴ³ àĴŞàĴ àĴ¨à­€à­Ÿ àĴ…àĴ­àĴżàĴ—àĴ àĴŞàĴàĴ‡àĴ àĴ¨àĴżàĴ·àĴżàĴĤ୍àĴ§" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "%s àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴàĴŸàĴż àĴ•à­‡àĴĴàĴ³ àĴŞàĴ àĴ¨à­€à­Ÿ àĴ…àĴ­àĴżàĴ—àĴ àĴŞàĴàĴ‡àĴ àĴ¨àĴżàĴ·àĴżàĴĤ୍àĴ§" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "àĴŞàĴ˘àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "àĴŞàĴ˘àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² %s àĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "%s àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴĴàĴàĴ•à­àĴŻ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ¤à­ƒàĴŸàĴż" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴĴàĴàĴ•à­àĴŻ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ¤à­ƒàĴŸàĴż: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ¤à­ƒàĴŸàĴż" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "àĴàĴıàĴż àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ°àĴıàĴżàĴ›àĴż" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "%s àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ°àĴıàĴżàĴ›àĴż" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "system call àĴ¤à­ƒàĴŸàĴż" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC àĴ¤à­ƒàĴŸàĴż" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS call àĴ¤à­ƒàĴŸàĴż" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "àĴ…àĴĴୈàĴ§ MAC àĴ àĴżàĴ•àĴ£àĴ" -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "àĴ…àĴĴୈàĴ§ MAC àĴ àĴżàĴ•àĴ£àĴ: %s" -#: src/virterror.c:688 -#, fuzzy -msgid "authentication failed" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" - -#: src/virterror.c:690 -#, fuzzy, c-format -msgid "authentication failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" - -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" - #: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s" +msgid "authentication failed" +msgstr "àĴŞà­àĴ°àĴàĴàĴ£à­€àĴ•àĴ°àĴ£ àĴĴàĴżàĴĞàĴ³" -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" +#: src/virterror.c:698 +#, c-format +msgid "authentication failed: %s" +msgstr "àĴŞà­àĴ°àĴàĴàĴ£à­€àĴ•àĴ°àĴ£ àĴĴàĴżàĴĞàĴ³: %s" #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s" +msgid "Storage pool not found" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" +msgid "Storage volume not found" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" +msgid "invalid storage pool pointer in" +msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­àĴ² àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgid "invalid storage volume pointer in" +msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ°àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ°àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ°àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "àĴ­àĴ£à­àĴĦàĴàĴ° àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ°àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ­àĴ£à­àĴĦàĴàĴ° àĴ†àĴ•àĴàĴ° àĴ¸à­‚àĴšàĴ• àĴ…àĴ›àĴż" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴàĴżàĴ³àĴżàĴ²àĴ àĴ¨àĴàĴıàĴżàĴ: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• config '%s'àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­àĴ°à­àĴŸàĴż: %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s config àĴ¤àĴàĴ²àĴżàĴ•àĴ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• config '%s'àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­àĴ°à­àĴŸàĴż: %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "àĴĥ୍àĴ°à­‡à­Ÿ àĴ¨àĴżàĴ°à­àĴ˜àĴ£à­àĴŸàĴ• àĴ“àĴœàĴ¨ àĴŞàĴàĴ°àĴàĴàĴżàĴŸàĴ° (%d) àĴŞàĴ°àĴżàĴ¸àĴ° (à­§-à­Ĵà­Ğà­Ğà­İà­Ğ) àĴĴàĴàĴıàĴàĴ°à­‡ àĴ…àĴ›àĴżà¤" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "àĴĥ୍àĴ°à­‡à­Ÿ àĴ¨àĴżàĴ°à­àĴ˜àĴ£à­àĴŸàĴ• àĴ•à­àĴŻàĴàĴŞ àĴŞàĴàĴ°àĴàĴàĴżàĴŸàĴ° (%d) àĴŞàĴ°àĴżàĴ¸àĴ° (à­Ĥ-à­Ĵà­Ğà­Ğà­İà­Ğ) àĴĴàĴàĴıàĴàĴ°à­‡ àĴ…àĴ›àĴżà¤" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¸àĴ•à­‡àĴŸ àĴ¨àĴżàĴ°à­àĴàĴàĴ£àĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "àĴœà­‡àĴ¨ àĴ­àĴ£à­àĴĦàĴàĴ°àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "xend àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "àĴœà­‡àĴ¨ àĴĦେàĴàĴ¨àĴ°à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "xend_get: xen àĴĦେàĴàĴ¨àĴ°à­ àĴ¤à­àĴ°à­àĴŸàĴż: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen àĴĦେàĴàĴ¨àĴ°à­ àĴ¤à­àĴ°à­àĴŸàĴż: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "àĴ¨à­‚àĴ¤àĴ¨ àĴĴàĴĞàĴ° àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "gethostbyname àĴĴàĴżàĴĞàĴ³: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "àĴ¸à­ƒàĴ·à­àĴŸ S-Expr àĴ•à­ urlencode àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, domid àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ " -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ­à­‚àĴ² domid àĴ¸àĴ‚àĴ–୍àĴŻàĴàĴ¤à­àĴàĴ• àĴ¨à­àĴıେàĴ" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, uuid àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ " -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, domid àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ " -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, domid àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ " +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, HVM àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, àĴ•àĴ°à­àĴ£à­àĴ£àĴ² àĴàĴĴàĴ‚ àĴĴୁàĴŸ-àĴ²à­‹àĴĦàĴ° àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴœàĴ£àĴ char àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ char àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "char àĴ‰àĴŞàĴ•àĴ°àĴ£ config àĴŞàĴàĴ‡àĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴ¨àĴàĴıàĴżàĴ" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴœàĴ£àĴ char àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, vbd àĴ° àĴ•à­ŒàĴ£àĴ¸àĴż dev àĴ¨àĴàĴıàĴżàĴ" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, vbd àĴ° àĴ•à­ŒàĴ£àĴ¸àĴż src àĴ¨àĴàĴıàĴżàĴ" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ, àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴ¨àĴàĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴ àĴ¨àĴàĴıàĴżàĴ, àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "àĴ…àĴĴୈàĴ§ MAC àĴ àĴżàĴ•àĴ£àĴ: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ dict àĴ¨à­‹àĴĦ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" +msgstr "àĴ…àĴœàĴ£àĴ auth àĴŞà­àĴ°àĴ•àĴàĴ° '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£ àĴ…àĴŸà­‡, àĴŞàĴ°àĴżàĴšà­Ÿ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %s" -#: src/xend_internal.c:2602 -#, fuzzy +#: src/xend_internal.c:2559 msgid "failed to parse topology information" -msgstr "Xend àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ°à­‚àĴŞàĴ°à­‡àĴ–àĴ àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴĴàĴàĴ•à­àĴŻ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ¤à­ƒàĴŸàĴż" +msgstr "àĴ°à­‚àĴŞàĴ°à­‡àĴ–àĴ àĴĴàĴàĴ•à­àĴŻ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ¤à­ƒàĴŸàĴż" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName àĴàĴıàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­àĴàĴ—àĴżàĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞà­àĴ² %s àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ¨àĴżàĴĴେàĴĥ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ° %s àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart àĴàĴıàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ–à­‹àĴœàĴżàĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonSetAutostart àĴàĴıàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ–à­‹àĴœàĴżàĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ àĴ¨à­‹àĴĦ" +msgstr "on_xend_start àĴ°à­ àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "àĴ¨à­‹àĴĦ àĴ¸à­àĴୃàĴ¤àĴż" +msgstr "àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴ¨àĴàĴıàĴżàĴ" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³" +msgstr "sexpr2string àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴœà­àĴžàĴ àĴĴàĴżàĴıୀàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "sexpr àĴ•à­ àĴŞà­àĴ¨àĴƒ àĴĴ୍ୟàĴàĴ–୍ୟàĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "sexpr àĴ°à­‡ on_xend_start àĴ‰àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ¨àĴàĴıàĴżàĴ" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "gethostname àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴàĴ•à­ strdup àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen àĴŞà­àĴ°àĴĴàĴàĴ¸àĴ¨ àĴ¸àĴୟàĴ°à­‡ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ° àĴ¨àĴàĴ àĴŞàĴ°àĴżàĴĴàĴ°à­àĴ¤à­àĴ¤àĴ¨àĴ•à­ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ•àĴ°à­‡ àĴ¨àĴàĴıàĴżàĴ" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" -msgstr "" +msgstr "xenDaemonDomainMigrate: Xen àĴŞà­àĴ°àĴĴàĴàĴ¸àĴ¨ àĴ¸àĴୟàĴ°à­‡ àĴĴ୍ୟàĴàĴ£à­àĴĦà­ħàĴżàĴĦàĴ àĴ¸à­€àĴàĴàĴ•à­ àĴ¸àĴàĴ°à­àĴàĴ¨ àĴ•àĴ°à­‡ àĴ¨àĴàĴıàĴżàĴ" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴĞ୍àĴ²àĴàĴ—" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: àĴ…àĴĴୈàĴ§ URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" -msgstr "" +msgstr "xenDaemonDomainMigrate: àĴ•à­‡àĴĴàĴ³ xenmigr:// àĴŞà­àĴ°àĴĴàĴàĴ¸àĴ¨àĴ—ୁàĴĦàĴĵàĴżàĴ• Xen àĴĤ୍à­ħàĴàĴ°àĴ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: URI àĴ°à­‡ àĴ¨àĴżàĴĥ୍àĴšàĴżàĴ¤ àĴ°à­‚àĴŞà­‡ àĴ—à­‹àĴŸàĴżàĴ àĴ†àĴ§àĴàĴ°àĴ¨àĴàĴ àĴ¨àĴżàĴ°à­àĴĤ୍àĴĤàĴżàĴ·à­àĴŸ àĴıେàĴĴàĴ àĴ‰àĴšàĴżàĴ¤" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: àĴ…àĴĴୈàĴ§ àĴ¸àĴ‚àĴŻà­‹àĴ—àĴżàĴ•à­€ àĴ¸àĴ‚àĴ–୍ୟàĴ" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴ°à­àĴ£à­àĴ£àĴ¨àĴ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "%s àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4 àĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, domid àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ " +msgstr "àĴ¨à­‹àĴĦ àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, àĴ…àĴ¨à­àĴ¸à­‚àĴšàĴ• àĴ¨àĴàĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "àĴ…àĴœàĴ£àĴ" +msgstr "àĴ…àĴœàĴ£àĴ àĴ¨àĴżà­Ÿà­‹àĴœàĴ•" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ…àĴ¨à­àĴ¸à­‚àĴšàĴ• àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, uuid àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ " +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, cpu_weight àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, uuid àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ " +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ àĴ…àĴ¸àĴ୍àĴŞà­‚àĴ°à­àĴ£à­àĴ£, cpu_cap àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ " + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "dom0 àĴŞàĴàĴ‡àĴ domainBlockPeek àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: àĴ…àĴĴୈàĴ§ àĴŞàĴ" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "àĴŞàĴ˘àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴĴàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "àĴŞàĴ˘àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴĞàĴàĴ‡àĴ²àĴ°à­ lseek àĴ•àĴżàĴ୍àĴĴàĴ àĴŞàĴ˘àĴĵàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­à­ŸàĴàĴĥàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ­àĴ£à­àĴĦàĴàĴ° vol àĴŞà­àĴ°àĴ•àĴàĴ° %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ àĴ¨à­‹àĴĦ" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "àĴ¨à­‹àĴĦ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴàĴ²àĴżàĴ•àĴ" +msgstr "àĴ•à­ŒàĴ£àĴ¸àĴż HVM àĴŞàĴ°àĴżàĴ¸àĴ° àĴ§àĴàĴ°àĴ• àĴ¨àĴàĴıàĴżàĴ" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "àĴ²àĴàĴ‡àĴĴ୍àĴ°à­‡àĴ°à­€ àĴĦàĴàĴ•àĴ°àĴ àĴĴàĴżàĴĞàĴ³, àĴ¸àĴ୍àĴ­àĴĴàĴ¤àĴƒ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıେàĴ" +msgstr "aisocktype àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ (_s)" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴĴàĴàĴ•à­àĴŻ àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴ¤à­ƒàĴŸàĴż: %s" +msgstr "config àĴĞàĴàĴ‡àĴ²àĴ°à­‡ àĴàĴżàĴĴàĴ UUID àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴıୋàĴ‡àĴ›àĴż" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "àĴ¨àĴàĴ config àĴŞà­àĴ°àĴàĴšàĴ³àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "àĴĞàĴàĴ‡àĴ² '%s' àĴ•à­ àĴĴ୍ୟàĴàĴ–୍ୟàĴ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ àĴ¨à­‹àĴĦ" +msgstr "on_xend_start àĴ°à­ àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ àĴ¨à­‹àĴĦ" +msgstr "on_xend_start àĴ°à­ àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ àĴ¨à­‹àĴĦ" +msgstr "on_xend_start àĴ°à­ àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ àĴୂàĴ²à­àĴŻ" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "àĴ•à­‡àĴĴàĴ³ àĴŞàĴ àĴ¨à­€à­Ÿ àĴ¸àĴ‚àĴŻà­‹àĴ—" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴ¨à­àĴ¤à­" +msgstr "àĴ¨àĴżàĴ·à­àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨à­àĴıàĴ" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ config àĴĞàĴàĴ‡àĴ² àĴŞà­àĴ¨àĴ°à­àĴĤ୍àĴ§àĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ dict àĴ¨à­‹àĴĦ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "àĴ¨àĴĴàĴ²àĴżàĴ–àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ config àĴĞàĴàĴ‡àĴ²àĴ¨àĴàĴàĴ•à­ àĴŞà­àĴ¨àĴ°à­àĴĤ୍àĴ§àĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "àĴ¨àĴĴàĴ²àĴżàĴ–àĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ•à­ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴàĴ‡àĴ config àĴ­àĴ°àĴ£àĴ•à­ àĴŞà­àĴ¨àĴ°à­àĴĤ୍àĴ§àĴàĴ° àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "%s àĴ°à­ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ¨àĴƒàĴ¸à­àĴàĴàĴŞàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "config àĴ୍ୟàĴàĴŞàĴ°à­ àĴŞà­àĴ°à­àĴ£àĴ àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "config àĴĞàĴàĴ‡àĴ²àĴ¨àĴàĴàĴŸàĴż àĴĴàĴıୁàĴ¤ àĴĴàĴĦàĴĵ" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "config" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨ MemorySize àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴà¤" +msgstr "àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨ àĴ¸àĴୟ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ." -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² %s àĴ•à­ àĴŞàĴ˘àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ² àĴ¨àĴżà­ŸàĴ¨à­àĴ¤à­àĴ°àĴ•àĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "àĴ…àĴœàĴ£àĴ àĴŞà­àĴ°àĴšàĴàĴ³àĴ¨ àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°" +msgstr "àĴ…àĴœàĴ£àĴ àĴŻàĴ¨à­àĴ¤à­àĴ°" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "àĴ¸à­à­ħୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— '%s' àĴ•à­ àĴ…àĴŞàĴ¸àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "àĴ²àĴ— àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString() àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ àĴŞà­àĴ°àĴàĴšàĴ³" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber() àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ àĴŞà­àĴ°àĴàĴšàĴ³" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean() àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ àĴŞà­àĴ°àĴàĴšàĴ³" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode() àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ àĴŞà­àĴ°àĴàĴšàĴ³" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet() àĴŞàĴàĴ‡àĴ àĴ…àĴĴୈàĴ§ àĴŞà­àĴ°àĴàĴšàĴ³" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦ àĴ§àĴàĴĦàĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "àĴୂàĴ²à­àĴŻ àĴ§àĴàĴĦàĴż àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" +msgstr "àĴୂàĴ²à­àĴŻ àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7177,9 +7575,8 @@ msgid "allocate value array" msgstr "àĴୂàĴ²à­àĴŻ àĴ§àĴàĴĦàĴż àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "àĴ¨à­‚àĴ¤àĴ¨ àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" +msgstr "dict àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7205,6 +7602,10 @@ msgstr "àĴ‰àĴ¤à­àĴ¤àĴ° àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" msgid "read response" msgstr "àĴ‰àĴ¤à­àĴ¤àĴ° àĴŞàĴ˘àĴ¨à­àĴ¤à­" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦ àĴ§àĴàĴĦàĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ¸à­‡àĴĴàĴ•àĴ° àĴ‰àĴ¤à­àĴ¤àĴ° àĴĴàĴżàĴĞàĴ³" @@ -7213,306 +7614,376 @@ msgstr "àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ¸à­‡àĴĴàĴ•àĴ° àĴ‰àĴ¤à­àĴ¤àĴ° àĴĴàĴżàĴĞàĴ³" msgid "allocate new context" msgstr "àĴ¨à­‚àĴ¤àĴ¨ àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "àĴœà­‡àĴ¨ àĴ­àĴ£à­àĴĦàĴàĴ°àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#~ msgid "blocked" -#~ msgstr "àĴ†àĴĴàĴĤ୍àĴ§" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "àĴ²àĴ•à­àĴ·à­àĴŻ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞà­àĴ°àĴ•àĴàĴ°" +msgid "failed to allocate activeDomainList" +msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴ¸à­‚àĴšà­€àĴĴàĴĤ୍àĴ§ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ" +msgid "failed to allocate xsWatchList" +msgstr "ostype àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨ MemorySize àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴà¤" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "àĴŞà­àĴ²àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ àĴ…àĴ›àĴż" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "àĴ¸àĴ‚àĴ•à­‡àĴ¤ %d àĴ—୍àĴ°àĴıàĴ£ àĴ•àĴ°àĴżàĴ…àĴ›àĴż, àĴĦ୍àĴ°àĴàĴ‡àĴ­àĴ°àĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴŞàĴ àĴàĴ‰àĴ…àĴ›àĴż" + +#~ msgid "allocating conn->name" +#~ msgstr "conn->àĴ¨àĴàĴ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°à­àĴ…àĴ›àĴż" + +#~ msgid "missing filesystem type" +#~ msgstr "àĴĞàĴàĴ‡àĴ² àĴ¤àĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°àĴŸàĴż àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ…àĴŸà­‡" + +#~ msgid "empty or invalid mount source" +#~ msgstr "àĴ–àĴàĴ²àĴż àĴ•àĴżàĴ୍àĴĴàĴ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴàĴàĴŞàĴ¨ àĴ‰àĴ¤à­àĴ¸" + #~ msgid "missing mount target" -#~ msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴàĴ³ àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ¸à­àĴàĴàĴŞàĴ¨ àĴ²àĴ•à­àĴ·à­à­Ÿ" + +#~ msgid "empty or invalid mount target" +#~ msgstr "àĴ–àĴàĴ²àĴż àĴ•àĴżàĴ୍àĴĴàĴ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴàĴàĴŞàĴ¨ àĴ²àĴ•à­àĴ·à­à­Ÿ" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +#~ msgstr "uuid àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴ¸à­àĴĴàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ°" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴ•àĴżàĴ୍àĴĴàĴ àĴ–àĴàĴ²àĴż init àĴ‰àĴŞàĴàĴĤàĴàĴ¨" + +#~ msgid "init string too long" +#~ msgstr "init àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦàĴŸàĴż àĴ…àĴ¤à­à­ŸàĴ§àĴżàĴ• àĴĴàĴĦàĴĵ" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴ†àĴ•àĴàĴ° àĴŞàĴàĴ‡àĴ %d àĴ° àĴ…àĴĴୈàĴ§ àĴୂàĴ²à­àĴŻ" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨àĴ° àĴୂàĴ²à­àĴŻ" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴୂàĴ–୍ୟ àĴšàĴàĴ³àĴ• àĴ‰àĴŞàĴàĴĤàĴàĴ¨" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴĦàĴେàĴ¨ àĴŞà­àĴ°àĴ•àĴàĴ°" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴĦàĴେàĴ¨ àĴŞàĴ°àĴżàĴšà­Ÿ" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "àĴ¸àĴ•à­àĴ°àĴżà­Ÿ VMàĴ•à­ àĴ¨àĴàĴ %s àĴ¸àĴıàĴżàĴ¤ àĴŞà­àĴ¨àĴƒ àĴĴ୍àĴŻàĴàĴ–୍ୟàĴ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "àĴ†àĴ§àĴàĴ° àĴŞàĴàĴ¤à­àĴ° àĴŞà­àĴ°àĴ£àĴàĴ³à­€ àĴŻàĴàĴžà­àĴšàĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­àĴ°à­àĴŸàĴż: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s àĴ°à­ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "lxc àĴ…àĴĴàĴ¸à­àĴàĴ àĴĦàĴĵàĴżàĴ°à­‡àĴ•à­àĴŸà­‹àĴ°à­€ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ %s: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid àĴĞàĴàĴ‡àĴ² àĴŞàĴ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "tty pid àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "fdopen tty pid àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "tty pid àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ²à­‡àĴ–àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "tty pid àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴ–à­‹àĴ²àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "tty pid àĴĞàĴàĴ‡àĴ² %sàĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "%s àĴ•à­ exec àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" +#~ msgstr "execl init àĴ•à­ exec àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "àĴĴàĴ°à­àĴ¤à­àĴ¤àĴàĴàĴ¨ MemorySize àĴ•à­ àĴŻàĴàĴžà­àĴš àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴà¤" +#~ msgstr "vm tty àĴ¨àĴàĴ àĴŞàĴàĴ‡àĴ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "posix_openpt àĴĴàĴżàĴĞàĴ³: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "ptsname_r àĴĴàĴżàĴĞàĴ³: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "epoll_ctl(fd2) àĴĴàĴżàĴĞàĴ³: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "àĴŞàĴ˘àĴżàĴĴàĴ àĴŞàĴàĴ‡àĴ %s àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "tty àĴ…àĴ—୍àĴ°àĴ£à­€ àĴŞà­àĴ°àĴ£àĴàĴ³à­€àĴ•à­ àĴĥàĴàĴ–àĴàĴŻà­àĴ•à­àĴ¤ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ…àĴ¸àĴàĴ°à­àĴ: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "SIGTERM àĴŞàĴ àĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "tty àĴŞà­àĴ°àĴ£àĴàĴ³à­€àĴ•à­ SIGKILLàĴŞàĴ àĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞà­àĴ°àĴàĴ°àĴ୍àĴ­ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "waitpid tty %d àĴ•à­ àĴ…àĴŞà­‡àĴ•à­àĴ·àĴ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgstr "SIGKILL àĴŞàĴ àĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ²àĴ•à­àĴ·à­àĴŻàĴ¸à­àĴàĴ³ àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "id '%s' àĴàĴżàĴĴàĴ àĴ¸àĴ•à­àĴ°àĴżà­Ÿ OPENVZ VMàĴ°à­‡ àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ¤à­àĴ°à­àĴŸàĴż àĴ…àĴ›àĴż" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ¸à­‚àĴšàĴ¨àĴ" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ¸à­‚àĴšàĴ¨àĴ" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° àĴ—ୁàĴ£" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID àĴ¤à­àĴ°à­àĴŸàĴż (100àĴ°à­ àĴ…àĴ§àĴżàĴ• àĴĴàĴżàĴĥàĴżàĴ·à­àĴŸ àĴ—à­‹àĴŸàĴżàĴ àĴ¸àĴ‚àĴ–୍ୟàĴ àĴıୋàĴ‡àĴàĴżàĴĴàĴ àĴ‰àĴšàĴżàĴ¤" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "àĴĤàĴżàĴ†àĴŻàĴàĴ‡àĴàĴżàĴĴàĴ xml config àĴĞàĴàĴ‡àĴ² '%s'àĴ°à­‡ àĴ•à­ŒàĴ£àĴ¸àĴż IP àĴ àĴżàĴ•àĴ£àĴ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress àĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' àĴ¸àĴ‚àĴ°àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­àĴàĴàĴ¨ àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "àĴĤàĴżàĴ†àĴŻàĴàĴ‡àĴàĴżàĴĴàĴ xml config àĴĞàĴàĴ‡àĴ² '%s'àĴ°à­‡ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¨à­‡àĴŸàĴàĴàĴ¸à­àĴ• àĴ àĴżàĴ•àĴ£àĴ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "netmask length too long" +#~ msgstr "àĴ¨à­‡àĴŸàĴàĴàĴ¸à­àĴ•àĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "àĴĤàĴżàĴ†àĴŻàĴàĴ‡àĴàĴżàĴĴàĴ xml config àĴĞàĴàĴ‡àĴ² '%s'àĴ°à­‡ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "hostname length too long" +#~ msgstr "àĴ†àĴ§àĴàĴ° àĴ¨àĴàĴàĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "àĴĤàĴżàĴ†àĴŻàĴàĴ‡àĴàĴżàĴĴàĴ xml config àĴĞàĴàĴ‡àĴ² '%s'àĴ°à­‡ àĴ•à­ŒàĴ£àĴ¸àĴż àĴŞà­àĴ°àĴĴେàĴĥàĴĤ୍à­ħàĴàĴ° (àĴ—à­‡àĴŸà­ħେ) àĴ àĴżàĴ•àĴ£àĴ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "gateway length too long" +#~ msgstr "àĴŞà­àĴ°àĴĴେàĴĥàĴĤ୍à­ħàĴàĴ°àĴ° (àĴ—à­‡àĴŸà­ħେ) àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "àĴĤàĴżàĴ†àĴŻàĴàĴ‡àĴàĴżàĴĴàĴ xml config àĴĞàĴàĴ‡àĴ² '%s'àĴ°à­‡ àĴ•à­ŒàĴ£àĴ¸àĴż àĴ¨àĴàĴ àĴ¸àĴ°à­àĴ­àĴ° àĴ àĴżàĴ•àĴ£àĴ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "nameserver length too long" +#~ msgstr "àĴ¨àĴàĴ àĴ¸àĴ°à­àĴ­àĴ°àĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' àĴ¸àĴ‚àĴ°àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨ àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#~ msgid "profile length too long" +#~ msgstr "àĴ°à­‚àĴŞàĴ°à­‡àĴ– àĴ†àĴ•àĴàĴ° àĴ•à­àĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "àĴୂàĴ²à­àĴŻ àĴ§àĴàĴĦàĴż àĴàĴàĴ¨àĴ™à­àĴ•à­ àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" +#~ msgstr "calloc àĴĴàĴżàĴĞàĴ³" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZ àĴŞàĴàĴ‡àĴ àĴĴàĴżàĴ•àĴ³à­àĴŞàĴ—ୁàĴĦàĴĵàĴżàĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­àĴ°à­àĴŸàĴż" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM àĴ¨àĴżàĴ°à­àĴàĴàĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­àĴ°à­àĴŸàĴż" #~ msgid "failed to exec %s\n" #~ msgstr "%s àĴ•à­ exec àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "àĴ¨à­‹àĴĦ àĴ¸à­‚àĴšàĴ¨àĴ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "àĴ…àĴŞà­àĴ°àĴ¤à­àĴŻàĴàĴĥàĴżàĴ¤ mime àĴŞà­àĴ°àĴ•àĴàĴ°" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞàĴ°àĴżàĴšà­Ÿ àĴ•àĴżàĴ୍àĴĴàĴ àĴ¨àĴàĴ" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" +#~ msgstr "àĴ…àĴĴୈàĴ§ cdrom àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¨àĴàĴ: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴĴàĴ¸ àĴŞà­àĴ°àĴ•àĴàĴ°: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴ¨àĴàĴ '%s' àĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP àĴ…àĴ¨à­àĴ¤àĴ°àĴàĴŞà­ƒàĴ·à­àĴ  àĴ¨àĴàĴ '%s' àĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP àĴ¸à­àĴ•à­àĴ°àĴżàĴŞà­àĴŸ àĴŞàĴ '%s' àĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP àĴĴ୍àĴ°àĴżàĴœ àĴŞàĴ '%s' àĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP àĴ àĴżàĴ•àĴ£àĴ '%s' àĴŸàĴż àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +#~ msgstr "àĴàĴĦେàĴ² àĴ¨àĴàĴ '%s' àĴŸàĴż àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ àĴ…àĴŸà­‡" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴŞàĴ°àĴżàĴ¸àĴ°" +#~ msgstr "àĴ…àĴ¨à­‡àĴ• àĴ…àĴ•à­àĴ·àĴ° àĴ‰àĴŞàĴ•àĴ°àĴ£àĴ—ୁàĴĦàĴĵàĴżàĴ•" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴŞàĴàĴ‡àĴ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ‰àĴ¤à­àĴ¸ àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ§à­à­ħàĴ¨à­€ àĴàĴĦେàĴ² àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s àĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴ§à­à­ħàĴ¨à­€ àĴàĴĦେàĴ² '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ àĴ†àĴ•àĴàĴ°àĴŸàĴż àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "àĴ¨à­‹àĴĦ àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ àĴ¸à­àĴୃàĴ¤àĴż àĴ¸à­‚àĴšàĴ¨àĴ" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "vcpu àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ vcpu àĴ¸à­‚àĴšàĴ¨àĴ" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "vcpu àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ vcpu àĴàĴàĴ¸à­àĴ• àĴ¸à­‚àĴšàĴ¨àĴ" + +#~ msgid "architecture type too long" +#~ msgstr "àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴŞà­àĴ°àĴ•àĴàĴ° àĴĴàĴıୁàĴ¤ àĴĴàĴĦàĴĵ" + +#~ msgid "machine type too long" +#~ msgstr "àĴŻàĴ¨à­àĴ¤à­àĴ° àĴŞà­àĴ°àĴ•àĴàĴ° àĴĴàĴıୁàĴ¤ àĴĴàĴĦàĴĵ" + +#~ msgid "kernel path too long" +#~ msgstr "àĴ•àĴ°à­àĴ£à­àĴ£àĴ² àĴŞàĴ àĴĴàĴıୁàĴ¤ àĴĴàĴĦàĴĵ" + +#~ msgid "initrd path too long" +#~ msgstr "initrd àĴŞàĴ àĴĴàĴıୁàĴ¤ àĴĴàĴĦàĴĵ" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline àĴ¸à­à­ħàĴ¤àĴ¨à­àĴ¤à­àĴ°àĴšàĴ° àĴĴàĴıୁàĴ¤ àĴĴàĴĦàĴĵ" + +#~ msgid "unsupported guest type" +#~ msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ…àĴ¤àĴżàĴàĴż àĴŞà­àĴ°àĴ•àĴàĴ°" + +#~ msgid "emulator path too long" +#~ msgstr "àĴàĴୁàĴ²à­‡àĴŸàĴ° àĴŞàĴàĴŸàĴż àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ†àĴ²à­‡àĴ–àĴż àĴŞà­àĴ°àĴ•àĴàĴ° %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴ¨à­‡àĴŸ àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴ¨àĴżàĴĴେàĴĥ àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴ§à­à­ħàĴ¨à­€ dev àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "vm àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴ¸à­€àĴàĴ àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "network_def àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "xmlXPathContext àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴ àĴ•àĴżàĴ୍àĴĴàĴ uuid" +#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴ¨àĴàĴàĴ° àĴ†àĴ•àĴàĴ° àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "àĴ†àĴ—ୁàĴ† àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¨àĴàĴ '%s'àĴŸàĴż àĴ–ୁàĴĴ àĴĴàĴĦàĴĵ" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦ àĴŞàĴàĴ‡àĴ àĴ¸à­àĴàĴàĴ¨ àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU àĴ…àĴ¤àĴżàĴàĴż config '%s' àĴ•à­ àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴ¤à­àĴ°à­àĴŸàĴż : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG: àĴ…àĴœàĴ£àĴ àĴ¤à­àĴ°à­àĴŸàĴż - àĴĤୟàĴàĴ•àĴ°àĴż àĴàĴıàĴàĴ•à­ àĴ–àĴĴàĴ° àĴ•àĴ°àĴ¨à­àĴ¤à­\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU àĴ…àĴ¤àĴżàĴàĴż config àĴĞàĴàĴ‡àĴ² àĴ¨àĴàĴ '%s' àĴ…àĴ¤àĴżàĴàĴż àĴ¨àĴàĴ '%s' àĴ¸àĴıàĴżàĴ¤ àĴେàĴ³àĴ–àĴàĴ‰ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU àĴ…àĴ¤àĴżàĴàĴż config '%s' àĴ•à­ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "àĴ¸àĴ‚àĴŻà­‹àĴ— hash àĴ¸àĴàĴ°àĴ£à­€àĴ°à­‡ àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ• àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴ°à­àĴ• àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ '%s'àĴ•à­ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ¨àĴàĴ '%s/%s' àĴŸàĴż àĴ…àĴ¤à­à­ŸàĴ§àĴżàĴ• àĴĴàĴĦàĴĵ" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "àĴ¸à­à­ħୟàĴ‚àĴšàĴàĴ³àĴżàĴ¤ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴŞàĴ '%s/%s' àĴŸàĴż àĴ…àĴ¤à­à­ŸàĴ§àĴżàĴ• àĴĴàĴĦàĴĵ" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" +#~ msgstr "cpu àĴàĴàĴ¸à­àĴ• àĴĴàĴàĴ£à­àĴŸà­àĴ…àĴ›àĴż" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "XML àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: àĴ¸à­àĴୃàĴ¤àĴżàĴ¸à­àĴàĴàĴ¨àĴ° àĴ…àĴ­àĴàĴĴ" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "àĴĞàĴ³àĴĴàĴ¤à­€ àĴŞàĴàĴŸàĴż qemudInitPaths()àĴ°à­‡ àĴĴàĴĞàĴ° àĴŞàĴàĴ‡àĴ àĴ…àĴ¤à­à­ŸàĴ§àĴżàĴ• àĴĴàĴĦàĴĵ" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "%s àĴ–àĴ£à­àĴĦàĴ° àĴ…àĴĴàĴ¸à­àĴàĴżàĴ¤àĴż àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³ %s" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "%d àĴ•à­ àĴĴ୍àĴ°àĴżàĴœ àĴ†àĴ—à­‡àĴ‡àĴĴàĴ àĴĴàĴżàĴ³àĴ୍àĴĴàĴ•à­ àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "%s àĴ°à­‡ àĴĴ୍àĴ°àĴżàĴœ STP àĴĴàĴżàĴ¨à­à­ŸàĴàĴ¸ àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM àĴŻà­‹àĴ—àĴ•àĴ°àĴàĴŻàĴàĴ‡ àĴ¨àĴàĴıàĴżàĴ, àĴ¸àĴžà­àĴšàĴàĴ°àĴàĴàĴ§à­àĴŻàĴ àĴŞàĴ°àĴżàĴĴàĴ°à­àĴ¤à­àĴ¤àĴ¨ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "àĴ…àĴœàĴ£àĴ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­ƒàĴ·à­àĴ àĴ­à­‚àĴàĴż àĴŞà­àĴ°àĴ•àĴàĴ° %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "àĴ…àĴœàĴ£àĴ àĴ­àĴ£à­àĴĦàĴàĴ° àĴŞà­ƒàĴ·à­àĴ àĴ­à­‚àĴàĴż àĴŞà­àĴ°àĴ•àĴàĴ° %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴŞà­àĴ² àĴĥୈàĴ³à­€ %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "àĴ…àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ†àĴ•àĴàĴ° àĴĥୈàĴ³à­€ %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "àĴĦàĴżàĴ¸à­àĴ• àĴŞà­àĴ²àĴ—ୁàĴĦàĴĵàĴżàĴ• àĴàĴŞàĴ°à­àĴŻà­à­ŸàĴ¨à­àĴ¤ àĴ¸àĴàĴ°à­àĴàĴżàĴ¤ àĴ¨à­àĴıàĴ" + +#~ msgid "volume name" +#~ msgstr "àĴ†àĴ•àĴàĴ° àĴ¨àĴàĴ" + +#~ msgid "volume key" +#~ msgstr "àĴ†àĴ•àĴàĴ° àĴ•àĴż" + +#~ msgid "malformed xml document" +#~ msgstr "àĴ¤à­àĴ°à­àĴŸàĴżàĴŻà­àĴ•à­àĴ¤ xml àĴĤàĴ²àĴżàĴ²" #~ msgid "domain" #~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°" -#~ msgid "domain name" -#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¨àĴàĴ" - #~ msgid "domain uuid" #~ msgstr "àĴŞàĴ°àĴ¸àĴ° uuid" @@ -7555,64 +8026,65 @@ msgstr "àĴœà­‡àĴ¨ àĴ­àĴ£à­àĴĦàĴàĴ°àĴ•à­ àĴ¸àĴ‚àĴŻà­‹àĴ— àĴ•àĴ°àĴżàĴĴàĴàĴ°à­‡ #~ msgid "too many domains" #~ msgstr "àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴŞàĴ°àĴżàĴ¸àĴ°" +#~ msgid "cannot save domain" +#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "cannot write header" +#~ msgstr "àĴĥୀàĴ°à­àĴ·àĴ•àĴ•à­ àĴ²à­‡àĴ–àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "cannot write metadata length" +#~ msgstr "àĴ…àĴ§àĴżàĴ¤àĴ୍ୟ àĴ²àĴ୍àĴĴ àĴ²à­‡àĴ–àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "cannot write metadata" +#~ msgstr "àĴ…àĴ§àĴżàĴ¤àĴ୍ୟ àĴ²à­‡àĴ–àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "cannot save domain data" +#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¤àĴ୍ୟàĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "cannot save domain core" +#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴ…àĴ­à­à­ŸàĴ¨à­àĴ¤àĴ°àĴ•à­ àĴ¸àĴ‚àĴ°àĴ•à­àĴ·àĴ£ àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + #~ msgid "too many networks" #~ msgstr "àĴĴàĴıୁàĴ¸àĴ‚àĴ–୍àĴŻàĴ• àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "àĴ†àĴĴàĴĤ୍àĴ§" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "soundhw àĴĴàĴàĴ•à­à­ŸàĴ–àĴ£à­àĴĦàĴ° àĴĴàĴżàĴĥ୍àĴ³à­‡àĴ·àĴ£ àĴĴàĴżàĴĞàĴ³ àĴıେàĴ²àĴ." + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID àĴàĴıàĴż àĴŞàĴ°àĴżàĴ¸àĴ°àĴ•à­ àĴŞàĴàĴ‡àĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: àĴ¨àĴàĴ" + #~ msgid "cannot read XML domain definition" -#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸àĴ‚àĴœà­àĴžàĴ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ§àĴàĴ°àĴ£ àĴ•àĴ°àĴ¨à­àĴ¤à­" +#~ msgstr "XML àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸àĴ‚àĴœà­àĴžàĴàĴ•à­ àĴŞàĴ˘àĴĵàĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤ àĴ°à­àĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£ àĴ¸à­‚àĴšàĴ¨àĴ" +#~ msgstr "àĴ‰àĴšà­àĴš àĴ¸à­àĴ¤àĴ°à­€à­Ÿ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ‰àĴŞàĴàĴĤàĴàĴ¨ àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "%s àĴŞàĴ°àĴżàĴ¸àĴ°àĴŸàĴż àĴŞà­‚àĴ°à­àĴĴàĴ°à­ àĴ°àĴıàĴżàĴ›àĴż" +#~ msgstr "àĴŞàĴ°àĴżàĴ¸àĴ° àĴŞà­àĴ°àĴ•àĴàĴ°àĴŸàĴż àĴ…àĴĴୈàĴ§" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xpath àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°à­àĴ…àĴ›àĴż" +#~ msgstr "xPath àĴŞà­àĴ°àĴ¸àĴ™à­àĴ— àĴ¸à­ƒàĴ·à­àĴŸàĴż àĴ•àĴ°àĴżàĴŞàĴàĴ°àĴżàĴĴେ àĴ¨àĴàĴıàĴżàĴ" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid config àĴŞà­àĴ°àĴšàĴ³àĴŸàĴż àĴ…àĴ¨à­àĴŞàĴ¸à­àĴàĴżàĴ¤" -#, fuzzy #~ msgid "unable to write config file" #~ msgstr "àĴĴàĴżàĴ¨à­àĴŻàĴàĴ¸ àĴĞàĴàĴ‡àĴ²àĴ•à­ àĴ²à­‡àĴ–àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "àĴ—à­‹àĴŸàĴżàĴ àĴ¨à­‹àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" +#~ msgstr "àĴ§à­à­ħàĴ¨à­€ àĴĴàĴàĴ•à­àĴŻàĴ–àĴ£à­àĴĦ àĴĴàĴàĴ£à­àĴŸàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³" + +#~ msgid "no model for sound device" +#~ msgstr "àĴ§à­à­ħàĴ¨à­€ àĴŻàĴ¨à­àĴ¤à­àĴ° àĴŞàĴàĴ‡àĴ àĴ•à­ŒàĴ£àĴ¸àĴż àĴàĴĦେàĴ² àĴ¨àĴàĴıàĴżàĴ" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴŞàĴ°àĴżàĴ¸àĴ°" +#~ msgstr "àĴ…àĴ¤à­àĴŻàĴ§àĴżàĴ• àĴĴୁàĴŸ àĴ‰àĴŞàĴ•àĴ°àĴ£" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "àĴàĴ àĴàĴ°à­‡ àĴ…àĴĴୈàĴ§ àĴŞàĴ°àĴżàĴ¸àĴ° àĴ¸à­‚àĴšàĴ•" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "àĴ¨à­‡àĴŸà­ħàĴàĴ°à­àĴ•àĴ•à­ àĴ–à­‹àĴœàĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "àĴ¸à­àĴୃàĴ¤àĴż àĴĴàĴ£à­àĴŸàĴ¨ àĴŞà­àĴ°àĴ•à­àĴ°àĴżà­ŸàĴàĴ•à­ àĴĴàĴĤàĴ³àĴàĴ¨à­àĴ¤à­" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "àĴ‰àĴ¤à­àĴ¤àĴ° àĴĴàĴ£à­àĴŸàĴ¨ àĴ•àĴ°àĴ¨à­àĴ¤à­" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "àĴ†àĴ­à­àĴŻàĴ¨à­àĴ¤àĴ°à­€àĴ£ àĴ¤à­ƒàĴŸàĴż %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "àĴ¨à­‚àĴ¤àĴ¨ àĴĴàĴĞàĴ° àĴĴàĴàĴ£à­àĴŸàĴ¨à­àĴ¤à­" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' àĴ•à­ àĴ–à­‹àĴ²àĴżàĴĴàĴàĴ°à­‡ àĴĴàĴżàĴĞàĴ³: àĴŞàĴ˘àĴ¨à­àĴ¤à­: %s" +#~ msgstr "àĴ…àĴĴୈàĴ§ àĴ¨àĴżàĴĴେàĴĥ àĴ‰àĴŞàĴ•àĴ°àĴ£" diff --git a/po/pa.po b/po/pa.po index c2985a4be9..c0b991ecc2 100644 --- a/po/pa.po +++ b/po/pa.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-09-11 15:12+0530\n" "Last-Translator: Jaswinder Singh \n" "Language-Team: Punjabi \n" @@ -19,310 +19,310 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "ਲà¨à¨‡à¨Ĵàݍਰà݇ਰàİ€ ਕà¨à¨² ਅਸà¨Ğà¨ĵਲ à¨ıà݈, ਸàݰਭਵ ਤà݌ਰ ਉàİħਤà݇ ਸà¨ıà¨à¨‡à¨• ਨà¨ıà݀ਂ à¨ıà݈" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "ਜà¨à¨°àİ€ à¨à݈à¨à݋ਰàİ€ à¨Ĵà¨Ĥਲàİ‹" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "à¨¸à¨żà¨¸à¨Ÿà¨ à¨•à¨à¨² ਗਲਤàİ€" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "ਅਣਜà¨à¨£" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "ਜà݈àİħਨ à¨Ħà݈à¨à¨¨ ਤà݋ਂ à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "ਸàݰਰਚਨਠਜà¨à¨°àİ€ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ à¨µà¨żàİħਚ ਗਲਤàİ€: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "ਅਚà¨à¨¨à¨• à¨à݁àİħਲ ਨàİ‹à¨Ħ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -330,450 +330,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "ਅਣਜà¨à¨£ HTTP ਗਲਤàİ€ ਕàİ‹à¨Ħ %d à¨à¨żà¨²à¨żà¨†" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "ਸਰਵਰ ਜਵà¨à¨Ĵ à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ ਕà݁ਨà݈ਕਸà¨ĵਨ ਇਸà¨ĵà¨à¨°à¨" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "à¨à݈à¨à݋ਰàİ€ ਖਤਠà¨ıàİ‹ ਗਈ" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "à¨Ĵਲà¨à¨• à¨ıà¨à¨²à¨¤ %s %s à¨Şà¨¤à¨ à¨•à¨°à¨¨ à¨µà¨żàİħਚ à¨Ğà݇ਲ à¨ıà݋ਇਆ" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "à¨à݈à¨à݋ਰàİ€ ਖਤਠà¨ıàİ‹ ਗਈ" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ %s à¨Ĵਣà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ %s à¨Ĵਣà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -812,8 +840,8 @@ msgstr "ਇàİħਕ ਵàİħਖਰਵà݇ à¨Ĥàİ€ à¨àݰਗ ਸàİ€" msgid "expecting an assignment" msgstr "ਇàİħਕ à¨àݰਗ à¨Ĥàİ€ ਲàİ‹àİœ ਸàİ€" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "ਨਵà¨à¨‚ à¨Ĵà¨Ğà¨ĵਰ ਜà¨à¨°àİ€" @@ -856,931 +884,987 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "ਗà݁àݰਠ\"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "ਅਣਜà¨à¨£ à¨Ħà¨à¨Ÿà¨ '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁ਅàİħਤਲ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "ਅਚà¨à¨¨à¨• à¨à݁àİħਲ ਨàİ‹à¨Ħ" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "ਕà݁ਨà݈ਕਸà¨ĵਨ à¨Ĥà¨żàİħਤàİ€ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨°àİ€ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚ à¨Ħàİ‹à¨à݇ਨ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚà݋ਂ à¨Ħàİ‹à¨à݇ਨ ਗà݁àݰਠà¨ıà݈" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚà݋ਂ ਨà݈àİħਟਵਰਕ ਗà݁àݰਠà¨ıà݈" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚà݋ਂ à¨Ħàİ‹à¨à݇ਨ ਗà݁àݰਠà¨ıà݈" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚà݋ਂ à¨Ħàİ‹à¨à݇ਨ ਗà݁àݰਠà¨ıà݈" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "ਨàİ‹à¨Ħ ਭà¨à¨— ਨਕਲ ਕàİ€à¨¤à¨ à¨°à¨żà¨ıਠà¨ıà݈" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚà݋ਂ à¨Ħàİ‹à¨à݇ਨ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ à¨Ĥਠਸਰà݋ਤ" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "ਅਣਜà¨à¨£ ਕà¨à¨à¨‚à¨Ħ: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "ਗà݁àݰਠ\"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "ਗà݁àݰਠ\"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "ਜàݰਤਰ ਲਈ à¨¨à¨żà¨Żà¨¤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨żàİ°à¨Ĥàİ‚" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "ਨà݈àİħਟਵਰਕ UUID à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "ਅਣਜà¨à¨£ à¨Ħà¨à¨Ÿà¨ '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ ਜàİ‹àİœàİ‹" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ ਜàİ‹àİœàİ‹" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ ਜàİ‹àİœàİ‹" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ ਜàİ‹àİœàİ‹" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ ਜàİ‹àİœàİ‹" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ ਜàİ‹àİœàİ‹" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "ਭà¨à¨— ਸàݰਭà¨à¨²à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "ਅਚà¨à¨¨à¨• à¨à݁àİħਲ ਨàİ‹à¨Ħ" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "ਸà¨à¨•à¨Ÿ %d à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "%s ਤà݋ਂ ਨà݈àİħਟਵਰਕ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "ਕà݁ਨà݈ਕਸà¨ĵਨ à¨Ĥà¨żàİħਤàİ€ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗਲਤ à¨ıà݈, domid ਅàݰਕàİ€ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗਲਤ à¨ıà݈, domid ਅàݰਕàİ€ ਨà¨ıà݀ਂ à¨ıà݈" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "à¨à݁àİħਲ ਲਰàİ€ ਜà¨à¨°àİ€" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ %s à¨Ĵਣà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "%s ਤà݋ਂ ਜàݰਤਰ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "%s ਨàİ‚àİ° à¨Şàİœàݍà¨ıਨ ਵà¨à¨¸à¨¤à݇ ਖà݋ਲàݍà¨ıਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "%s ਨàİ‚àİ° à¨Şàİœàݍà¨ıਨ ਵà¨à¨¸à¨¤à݇ ਖà݋ਲàݍà¨ıਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "à¨à݁àİħਲ ਲਰàİ€ ਜà¨à¨°àİ€" +msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨Ĵàİ°à¨Ĥ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨Ĵàİ°à¨Ĥ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "ਨà݈àİħਟਵਰਕ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" +msgstr "MaxMemorySize ਨàİ‚àİ° ਤà¨Ĵà¨Ĥà݀ਲ ਕਰਨ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" +msgstr "%s à¨µà¨żàİħਚ ਗਲਤ ਕà݁ਨà݈ਕਸà¨ĵਨ ਇਸà¨ĵà¨à¨°à¨" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" +msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "à¨Ĵà¨°à¨żàİħਜ ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ ਵਰਤਣ ਲਈ à¨¸à¨•à¨°à¨żà¨Şà¨Ÿ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s ਤà݋ਂ ਜàݰਤਰ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "%s ਤà݋ਂ ਜàݰਤਰ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" +msgstr "%s ਤà݋ਂ ਜàݰਤਰ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen ਸਟà݋ਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ uuid" +msgstr "node domain list" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "ਅਣਜà¨à¨£ HTTP ਗਲਤàİ€ ਕàİ‹à¨Ħ %d à¨à¨żà¨²à¨żà¨†" +msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "ਗਲਤ MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1791,8 +1875,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1802,1636 +1886,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² ਸàݰਟà݈ਕਸ ਗਲਤàİ€: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "ਨà݈àİħਟਵਰਕ à¨Ğà¨à¨‡à¨² ਨà¨à¨‚ à¨ıàİħਲ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "ਗਲਤ MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² ਸàݰਟà݈ਕਸ ਗਲਤàİ€: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "ਵà݁ਰਚà݁ਅਲ CPU à¨Ĥàİ€ à¨—à¨żà¨£à¨¤àİ€ ਤà¨Ĵà¨Ĥà݀ਲ" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "ਸà¨à¨•à¨Ÿ %d à¨Ĵàİ°à¨Ĥ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "ਸà¨à¨•à¨Ÿ %d à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "à¨Şà¨°à¨à¨•à¨¸àİ€ ਨà¨à¨² ਸàݰਚà¨à¨° à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€: %2$d à¨Ĥà݇ %1$d à¨Ĵà¨à¨ˆà¨Ÿ à¨à¨żà¨²à݇\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "à¨Şà¨°à¨•à¨à¨¸àİ€ ਸàݰਚà¨à¨° à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€: à¨àݰਗ ਸàİ€ %d à¨Ĵà¨à¨ˆà¨Ÿà¨à¨‚ à¨Ĥàİ€, à¨à¨żà¨²à݇ %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "à¨Şà¨°à¨à¨•à¨¸àİ€ ਸàݰਚà¨à¨° à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€: %d à¨Ĵà¨à¨ˆà¨Ÿ à¨Şà݈ਕਟ à¨à¨żà¨²à݇\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "à¨Şà¨°à¨à¨•à¨¸àİ€ ਨà¨à¨² ਸàݰਚà¨à¨° ਗਲਤàİ€: à¨¨à¨żà¨•à¨à¨°à¨ à¨Şà݈ਕਟ\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "ਨà¨-ਸà¨à¨•à¨à¨²àİ€ à¨Şà݈ਕਟ ਨàİ°à¨Ĵਰ %d à¨à¨żà¨²à¨żà¨†\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "à¨Ĵà¨Ğਰ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕàİ€à¨¤à¨ à¨—à¨żà¨† à¨ıà݈\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕàİ€à¨¤à¨ à¨—à¨żà¨† à¨ıà݈\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨à¨•à¨°àİ€ à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "à¨à݈à¨à݋ਰàİ€ ਖਤਠà¨ıàİ‹ ਗਈ" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "à¨à݈à¨à݋ਰàİ€ ਖਤਠà¨ıàİ‹ ਗਈ" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "%s ਨàİ‚àİ° à¨Şàİœàݍà¨ıਨ ਵà¨à¨¸à¨¤à݇ ਖà݋ਲàݍà¨ıਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "ਨà݈àİħਟਵਰਕ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "ਨà݈àİħਟਵਰਕ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "XML à¨µà¨żàİħਚ ਨà݈àİħਟਵਰਕ ਜà¨à¨£à¨•à¨à¨°àİ€" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "ਚàİħਲ à¨°à¨żà¨ıਠ%s à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਵਰਜਨ ਖà݋ਲàݍà¨ı ਨà¨ıà݀ਂ ਸਕà¨Ĥà¨\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "ਨà݈àİħਟਵਰਕ à¨Ğà¨à¨‡à¨² ਨà¨à¨‚ à¨ıàİħਲ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ਗਲਤ MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "ਵà݁ਰਚà݁ਅਲ CPU à¨Ĥàİ€ à¨—à¨żà¨£à¨¤àİ€ ਤà¨Ĵà¨Ĥà݀ਲ" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨Ĵàİ°à¨Ĥ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "à¨Şà¨°à¨à¨•à¨¸àİ€ ਨà¨à¨² ਸàݰਚà¨à¨° à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€: %2$d à¨Ĥà݇ %1$d à¨Ĵà¨à¨ˆà¨Ÿ à¨à¨żà¨²à݇\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "à¨Şà¨°à¨•à¨à¨¸àİ€ ਸàݰਚà¨à¨° à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€: à¨àݰਗ ਸàİ€ %d à¨Ĵà¨à¨ˆà¨Ÿà¨à¨‚ à¨Ĥàİ€, à¨à¨żà¨²à݇ %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "à¨Şà¨°à¨à¨•à¨¸àİ€ ਸàݰਚà¨à¨° à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€: %d à¨Ĵà¨à¨ˆà¨Ÿ à¨Şà݈ਕਟ à¨à¨żà¨²à݇\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "à¨Şà¨°à¨à¨•à¨¸àİ€ ਨà¨à¨² ਸàݰਚà¨à¨° ਗਲਤàİ€: à¨¨à¨żà¨•à¨à¨°à¨ à¨Şà݈ਕਟ\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "ਨà¨-ਸà¨à¨•à¨à¨²àİ€ à¨Şà݈ਕਟ ਨàİ°à¨Ĵਰ %d à¨à¨żà¨²à¨żà¨†\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕàİ€à¨¤à¨ à¨—à¨żà¨† à¨ıà݈\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕàİ€à¨¤à¨ à¨—à¨żà¨† à¨ıà݈\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "ਅਣਜà¨à¨£ à¨Ħà¨à¨Ÿà¨ '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "à¨à݈à¨à݋ਰàİ€ ਖਤਠà¨ıàİ‹ ਗਈ" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "ਨਵà¨à¨‚ à¨Şà¨°à¨¸àݰਗ ਜà¨à¨°àİ€" +msgstr "ਨਵà¨à¨‚ à¨Ĵà¨Ğà¨ĵਰ ਜà¨à¨°àİ€" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "à¨Ħàİ‹à¨à݇ਨ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "ਨà݈àİħਟਵਰਕ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨Ĵàİ°à¨Ĥ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "%s ਨàİ‚àİ° à¨Şàİœàݍà¨ıਨ ਵà¨à¨¸à¨¤à݇ ਖà݋ਲàݍà¨ıਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "ਨà݈àİħਟਵਰਕ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" +msgstr "ਅਨà݁ਕà݂ਲਤਠਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ਵਰਤàİ€ à¨à݈à¨à݋ਰàİ€:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁ਅàİħਤਲ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "à¨Ħàİ‹à¨à݇ਨ UUID à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "ਸà¨à¨•à¨Ÿ %d à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" +msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "ਸà¨à¨•à¨Ÿ %d à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" +msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "à¨à݈à¨à݋ਰàİ€ ਖਤਠà¨ıàİ‹ ਗਈ" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" +msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ਲà¨à¨‡à¨Ĵàݍਰà݇ਰàİ€ ਕà¨à¨² ਅਸà¨Ğà¨ĵਲ à¨ıà݈, ਸàݰਭਵ ਤà݌ਰ ਉàİħਤà݇ ਸà¨ıà¨à¨‡à¨• ਨà¨ıà݀ਂ à¨ıà݈" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "à¨Ħàİ‹à¨à݇ਨ ਭà¨à¨¸à¨ĵਠà¨Ğà¨à¨‡à¨² ਲàİ‹à¨Ħ" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "ਜà݈àİħਨ à¨Ħà݈à¨à¨¨ ਤà݋ਂ à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" +msgstr "ਨà݈àİħਟਵਰਕ UUID à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ à¨Şàݍਰà݀ਭà¨à¨¸à¨ĵਠà¨Ğà¨à¨‡à¨² ਲàİ‹à¨Ħ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" +msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ ਜàİ‹àİœàİ‹" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ à¨Şàݍਰà݀ਭà¨à¨¸à¨ĵਠà¨Ğà¨à¨‡à¨² ਲàİ‹à¨Ħ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s ਤà݋ਂ ਜàݰਤਰ à¨ıਟà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" +msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਕਰàİ‹" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" +msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "node domain list" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "XML à¨µà¨żàİħਚ ਨà݈àİħਟਵਰਕ ਜà¨à¨£à¨•à¨à¨°àİ€" +msgid "could not generate random UUID" +msgstr "à¨Ħàİ‹à¨à݇ਨ UUID à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" +msgid "failed to start listening VM" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgid "migrate failed: %s" +msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "ਸà¨à¨•à¨Ÿ %d à¨Şàİœàݍà¨ıਨ ਲਈ à¨Ğà݇ਲ\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ à¨µà¨żàİħਚ ਗਲਤàİ€: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨°àİ€ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "à¨à݈à¨à݋ਰàİ€ ਆਕà¨à¨° ਲਈ %d ਗਲਤ à¨à݁àİħਲ à¨ıà݈" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "ਵਰਤà¨à¨à¨¨ à¨à݈à¨à¨°àİ€-ਅਕà¨à¨° ਜà¨à¨‚ਚ ਕਰਨ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "à¨à݈à¨à݋ਰàİ€ ਆਕà¨à¨° ਲਈ %d ਗਲਤ à¨à݁àİħਲ à¨ıà݈" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠਨà݈àİħਟਵਰਕ" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "ਜà¨à¨°àİ€ à¨à݈à¨à݋ਰàİ€ à¨Ĵà¨Ĥਲàİ‹" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠਨà݈àİħਟਵਰਕ" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" +msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" +msgstr "S-Expr ਨàİ‚àİ° ਲàİœàİ€à¨Ĵàİħਧ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ %s à¨Ĵਣà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਲਈ ਸà¨ıà¨à¨‡à¨• ਨà¨ıà݀ਂ" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "ਭà¨à¨— ਸàݰਭà¨à¨²à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "ਇàİħਕ ਸਤਰ ਨਕਲ ਕਰਨ à¨Ĥà݌ਰà¨à¨¨ à¨Ğà݇ਲàݍà¨ı" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "ਅàİ°à¨Ĥਰà݂ਨàİ€ ਗਲਤàİ€ %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" +msgstr "%s à¨µà¨żàİħਚ ਗਲਤ ਨà݈àİħਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ ਨà݈àİħਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3460,585 +3697,760 @@ msgstr "ਵਰਜਨ ਵà݇ਖà¨à¨“" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "ਨà¨à¨‚" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "à¨Ĵਲà¨à¨• à¨ıà¨à¨²à¨¤ %s %s à¨Şà¨¤à¨ à¨•à¨°à¨¨ à¨µà¨żàİħਚ à¨Ğà݇ਲ à¨ıà݋ਇਆ" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" +msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "%s ਤà݋ਂ ਜàݰਤਰ à¨ıਟà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "à¨Ĵਲà¨à¨• à¨ıà¨à¨²à¨¤ %s %s à¨Şà¨¤à¨ à¨•à¨°à¨¨ à¨µà¨żàİħਚ à¨Ğà݇ਲ à¨ıà݋ਇਆ" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "à¨Ĵਲà¨à¨• ਜàݰਤਰ" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgstr "%s ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "ਜàݰਤਰ ਲਈ à¨¨à¨żà¨Żà¨¤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "ਨà݈àİħਟਵਰਕ ਜà¨à¨°àİ€ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "ਨà¨à¨‚" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "ਲà¨à¨— à¨à¨à¨°à¨— ਇàİħਕ à¨Ğà¨à¨‡à¨² ਨà¨ıà݀ਂ à¨ıà݈" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "à¨Ĥà¨żà¨¨ à¨Ĥਠਸà¨à¨à¨‚ à¨²à¨żà¨† à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ à¨Şàݍਰà݀ਭà¨à¨¸à¨ĵਠà¨Ğà¨à¨‡à¨² ਲàİ‹à¨Ħ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "ਨàİ‹à¨Ħ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath à¨Şàݍਰਸàݰਗ à¨Ĵਣà¨à¨‡à¨† à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Ğà¨à¨‡à¨² ਨà¨à¨‚ à¨ıàİħਲ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "ਨà݈àİħਟਵਰਕ à¨Ğà¨à¨‡à¨² ਨà¨à¨‚ à¨ıàİħਲ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Ğà¨à¨‡à¨² ਨà¨à¨‚ à¨ıàİħਲ ਕàİ€à¨¤à¨ à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: supply a path or use test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਕਰàİ‹" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "ਜà݈àİħਨ à¨Ħà݈à¨à¨¨ ਤà݋ਂ à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s %s ਉàİħਤà݇ ਸàݰਭà¨à¨²àİ€ ਗਈ à¨ıà݈\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "ਨà݈àİħਟਵਰਕ à¨ıà¨à¨²à݇ ਵàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "ਨà݈àİħਟਵਰਕ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਚàİħਲ ਰà¨ıàİ€ à¨ıà݈" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "à¨à݇àİ›à¨Ĵà¨à¨¨ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "à¨à݇àİ›à¨Ĵà¨à¨¨ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "à¨à݇àİ›à¨Ĵà¨à¨¨ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "%s ਤà݋ਂ ਨà݈àİħਟਵਰਕ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "à¨à݈à¨à݋ਰàİ€ ਖਤਠà¨ıàİ‹ ਗਈ" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "node cpu sockets" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "ਅਣਜà¨à¨£ ਕà¨à¨à¨‚à¨Ħ: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "ਸà¨à¨•à¨Ÿ %d à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² %s à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² %s à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "ਗਲਤàİ€: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "ਸà¨ıà¨à¨‡à¨¤à¨ ਛà¨à¨Şàİ‹" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "ਗਲàİ‹à¨Ĵਲ ਸà¨ıà¨à¨‡à¨¤à¨ ਜà¨à¨‚ ਖà¨à¨¸ ਕà¨à¨à¨‚à¨Ħ ਸà¨ıà¨à¨‡à¨¤à¨ ਛà¨à¨Şàİ‹à¤" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "ਕà¨à¨à¨‚à¨Ħ à¨Ĥਠਨà¨à¨‚" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4046,316 +4458,320 @@ msgstr "" "ਕà¨à¨à¨‚à¨Ħà¨à¨‚:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਕਰàİ‹" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° à¨Ĵà݂ਟ ਸà¨à݇ਂ ਆਟàİ‹à¨àİˆà¨Ÿà¨żà¨• ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ ਸàݰਰਚਨਠਕਰàİ‹à¤" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚, id ਜà¨à¨‚ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ à¨•à¨°à¨¨à¨ à¨†à¨Żà݋ਗ" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ à¨à¨à¨°à¨• ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਤà݌ਰ ਤà݇ ਨà¨-à¨à¨à¨°à¨• ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਆਟà݋ਸਟà¨à¨°à¨Ÿ ਕਰਨ ਲਈ à¨à¨à¨°à¨• ਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਆਟà݋ਸਟà¨à¨°à¨Ÿ ਕਰਨ ਲਈ ਨà¨-à¨à¨à¨°à¨• ਕàİ€à¨¤à¨ à¨—à¨żà¨† à¨ıà݈\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "à¨ıà¨à¨‡à¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² (à¨à݁àİœ-)ਜà݁àİœàİ‹" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "ਲà݋ਕਲ à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਜà݁àİœà݋ठਇà¨ı ਸà¨ĵà݈àİħਲ à¨à݁àİœ-ਚà¨à¨²àİ‚ à¨ıà݋ਣ ਨà¨à¨² à¨µà¨żà¨šà݇-ਸà¨ĵà¨à¨à¨żà¨² ਕà¨à¨à¨‚à¨Ħ à¨Ĵਣ ਜà¨à¨µà݇ਗàİ€à¤" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਕà݁ਨà݈ਕਸà¨ĵਰ URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "à¨¸à¨żà¨°à¨Ğà¨ĵ à¨Şàİœàݍà¨ıਨ ਲਈ ਕà݁ਨà݈ਕਸà¨ĵਨ" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਕà݁ਨà݈ਕਸà¨ĵਨ à¨Ĵàİ°à¨Ĥ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "ਗà݈àİħਸਟ ਕਨਸà݋ਂਲ ਨà¨à¨² ਜà݁àİœàİ‹" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "ਗà݈ਸਟ ਲਈ ਵà݁ਰਚà݁ਅਲ ਸà݀ਰà݀ਅਲ ਕਨਸà݋ਲ ਜà݁àİœàİ‹" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "à¨Ħàİ‹à¨à݇ਨ ਲਈ ਕà݋ਈ ਕਨਸà݋ਂਲ à¨‰à¨Şà¨²àİħà¨Ĵਧ à¨ıà݈\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "à¨Ħàİ‹à¨à݇ਨ ਸà݂ਚàİ€" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "à¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ à¨Ĥà¨żàİ°à¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਸà݂ਚàİ€" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "ਨà¨-ਸਰਗਰਠਅਤà݇ ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "ਨà¨à¨‚" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "à¨ıà¨à¨²à¨¤" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "ਕà݋ਈ à¨ıà¨à¨²à¨¤ ਨà¨ıà݀ਂ" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à¨¤" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "ਇàİħਕ ਚàİħਲà¨Ĥàİ€ à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨à¨°à݇ à¨ıà¨à¨²à¨¤ à¨Ĥàİħਸà¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "à¨Ħàİ‹à¨à݇ਨ ਲਈ ਜàݰਤਰ à¨Ĵਲà¨à¨• à¨ıà¨à¨²à¨¤ à¨Şà¨¤à¨ à¨•à¨°àİ‹" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "ਜàݰਤਰ à¨Ĵਲà¨à¨• à¨Şà¨¤à¨ à¨•à¨°àİ‹ ਜàİ‹ ਇàİħਕ ਚàİħਲà¨Ĥàİ€ à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨à¨°à݇ à¨Ĥàİħਸà¨Ĥਠà¨ıà݈à¤" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "à¨Ĵਲà¨à¨• ਜàݰਤਰ" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "à¨Ĵਲà¨à¨• à¨ıà¨à¨²à¨¤ %s %s à¨Şà¨¤à¨ à¨•à¨°à¨¨ à¨µà¨żàİħਚ à¨Ğà݇ਲ à¨ıà݋ਇਆ" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਲਈ ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ à¨ıà¨à¨²à¨¤ à¨Şà¨¤à¨ à¨•à¨°àİ‹" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "ਇàİħਕ ਚàİħਲà¨Ĥàİ€ à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨à¨°à݇ ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ à¨ıà¨à¨²à¨¤ à¨Şà¨¤à¨ à¨•à¨°àİ‹à¤" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜàݰਤਰ" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ %s %s à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨à݁ਅàİħਤਲ ਕਰàİ‹" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "ਇàİħਕ ਚàİħਲà¨Ĥàİ€ à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° à¨à݁ਅàİħਤਲ ਕਰà¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁ਅàİħਤਲ ਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁ਅàİħਤਲ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ğà¨à¨‡à¨² à¨Ĵਣà¨à¨“" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨“:" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "à¨Ğà¨à¨‡à¨² à¨œà¨żà¨¸ à¨µà¨żàİħਚ ਇàİħਕ XML à¨Ħàİ‹à¨à݇ਨ ਵà݇ਰਵਠà¨ıà݈" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s %s ਤà݋ਂ à¨Ĵਣà¨à¨ˆ ਗਈ à¨ıà݈\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨Şàݍਰà݀ਭà¨à¨¸à¨ĵà¨żà¨¤ ਕਰàİ‹ (à¨Şà¨° ਸà¨ĵà݁ਰàİ‚ ਨà¨ıà݀ਂ)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨Ĥà¨żà¨“à¤" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "%s à¨Ħàİ‹à¨à݇ਨ %s ਤà݋ਂ à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨‚ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠ(à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤) à¨Ħàİ‹à¨à݇ਨ ਸà¨ĵà݁ਰàİ‚" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਸà¨ĵà݁ਰàİ‚ ਕਰàİ‹à¤" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ ਸਰਗਰਠà¨ıà݈" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨ıà¨à¨²à¨¤ ਇàİħਕ à¨Ğà¨à¨‡à¨² à¨µà¨żàİħਚ ਸàݰਭà¨à¨²àİ‹" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "ਇàİħਕ ਚàİħਲà¨Ĥàİ€ à¨Ħàİ‹à¨à݇ਨ ਸàݰਭà¨à¨²àİ‹à¤" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "à¨Ħà¨à¨Ÿà¨ à¨•à¨żàİħà¨à݇ ਸàݰਭà¨à¨²à¨£à¨ à¨ıà݈" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s %s ਉàİħਤà݇ ਸàݰਭà¨à¨²àİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "ਸà¨à¨à¨‚-ਤà¨ıà¨ż à¨Şà݈ਰà¨à¨à݀ਟਰ ਵà݇ਖà¨à¨“/ਸà݈àİħਟ-ਕਰàİ‹" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "ਸà¨à¨à¨‚-ਤà¨ıà¨ż à¨Şà݈ਰà¨à¨à݀ਟਰ ਵà݇ਖà¨à¨“/ਸà݈àİħਟ-ਕਰàİ‹à¤" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT ਲਈ à¨à݁àİħਲ" @@ -4364,1638 +4780,1684 @@ msgstr "XEN_CREDIT ਲਈ à¨à݁àİħਲ" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT ਲਈ ਕàİˆà¨Ş" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "à¨à݈à¨à݋ਰàİ€ ਆਕà¨à¨° ਲਈ %d ਗਲਤ à¨à݁àİħਲ à¨ıà݈" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "à¨à݈à¨à݋ਰàİ€ ਆਕà¨à¨° ਲਈ %d ਗਲਤ à¨à݁àİħਲ à¨ıà݈" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "à¨à݈à¨à݋ਰàİ€ ਆਕà¨à¨° ਲਈ %d ਗਲਤ à¨à݁àİħਲ à¨ıà݈" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "ਸà¨à¨à¨‚-ਤà¨ıà¨ż" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "ਅਣਜà¨à¨£" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "ਇàİħਕ à¨Ğà¨à¨‡à¨² à¨µà¨żàİħਚ ਇàİħਕ ਸàݰਭà¨à¨²àİ€ à¨ıà¨à¨²à¨¤ ਤà݋ਂ ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰàİ‹" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨ıà¨à¨²à¨¤" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕà݀ਤàİ€ ਗਈ\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "ਕà݋ਰ ਨàİ‚àİ° ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ 'ਚ à¨Ğà¨à¨‡à¨² à¨¸à¨żà¨¸à¨Ÿà¨ à¨œà¨à¨‚ਚ ਲਈ ਸàݰਭà¨à¨²àİ‹" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "ਕà݋ਰ à¨Ħàİ°à¨Ş ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨ıà݈à¤" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "à¨œà¨żàİħà¨à݇ à¨Ħàİ°à¨Ş ਕà݋ਰ à¨ıà݈" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s %s ਉàİħਤà݇ ਸàݰਭà¨à¨²àİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "ਇàİħਕ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨à݁ਅàİħਤਲ à¨Ħàİ‹à¨à݇ਨ à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰàİ‹à¤" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕà݀ਤàİ€ ਗਈ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨§à¨żà¨†à¨¨ ਨà¨à¨² à¨Ĵàİ°à¨Ĥ ਕਰàİ‹" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "à¨¨à¨żà¨¸à¨ĵà¨à¨¨à¨ à¨Ħàİ‹à¨à݇ਨ à¨µà¨żàİħਚ à¨Ĵàİ°à¨Ĥ ਕਰਨਠਚਲà¨à¨“à¤" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨Ĵàİ°à¨Ĥ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨Ĵàİ°à¨Ĥ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨à݁àİœ-ਚà¨à¨²àİ‚" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "à¨¨à¨żà¨¸à¨ĵà¨à¨¨à¨ à¨Ħàİ‹à¨à݇ਨ à¨µà¨żàİħਚ à¨à݁àİœ-ਚà¨à¨²àİ‚ ਕà¨à¨à¨‚à¨Ħ ਚਲà¨à¨“à¤" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-ਚà¨à¨²àİ‚ ਕà݀ਤàİ€ ਜà¨à¨µà݇ਗàİ€\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° à¨à݁àİœ-ਚà¨à¨²àİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਖਤਠਕਰàİ‹" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "ਇàİħਕ à¨Ĥà¨żàİħਤàİ€ à¨Ħàİ‹à¨à݇ਨ ਖਤਠਕਰàİ‹à¤" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨à¨°à݇ ਇàİħਕ à¨à݁àİħà¨˘à¨²àİ€ ਜà¨à¨£à¨•à¨à¨°àİ€ ਵà¨à¨Şà¨żà¨¸ ਕà݀ਤàİ€à¤" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "ਨà¨à¨‚:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS à¨•à¨żà¨¸à¨:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "à¨ıà¨à¨²à¨¤:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU ਸà¨à¨à¨‚:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "ਵàİħਧàİ‹-ਵàİħਧ à¨à݈à¨à݋ਰàİ€:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ਕà݋ਈ ਸàİ€à¨à¨ ਨà¨ıà݀ਂ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "ਵਰਤàİ€ à¨à݈à¨à݋ਰàİ€:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "ਨà¨à¨‚" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "ਵਰਤàİ€ à¨à݈à¨à݋ਰàİ€:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA ਸà݈àİħਲ:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "à¨Ħàİ‹à¨à݇ਨ vcpu ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Ğà¨ĵਰਜà¨ĵàİ€ CPU à¨Ĵà¨à¨°à݇ à¨à݁àİħà¨˘à¨²àİ€ ਜà¨à¨£à¨•à¨à¨°àİ€ ਵà¨à¨Şà¨żà¨¸ ਕà݀ਤàİ€ ਗਈ à¨ıà݈à¤" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU ਏà¨Ğà݈ਂਟàİ€:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "à¨Ħàİ‹à¨à݇ਨ à¨Ĵàİ°à¨Ĥ ਕਰàİ‹, ਵਰਚà݁ਅਲ CPUs à¨à݌ਜàİ‚à¨Ĥ ਨà¨ıà݀ਂ à¨ıà݈à¤" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "ਕàݰਟਰà݋ਲ à¨Ħàİ‹à¨à݇ਨ vcpu ਏà¨Ğà݈ਂਟàİ€" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ ਭàİŒà¨¤à¨żà¨• CPU ਲਈ à¨Ħàİ‹à¨à݇ਨ VCPU à¨ıਨà¤" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu à¨—à¨żà¨£à¨¤àİ€" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ cpu à¨—à¨żà¨£à¨¤àİ€ (ਕà¨à¨à¨żà¨†à¨‚ ਨà¨à¨² ਵàİħਖ ਕà݀ਤà݇)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: ਗਲਤ à¨Ğà¨à¨°à¨à݈ਟठਖà¨à¨²àİ€ ਸਤਰà¤" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: ਗਲਤ à¨Ğà¨à¨°à¨à݈ਟठà¨Ħà¨żàİ›à¨żà¨Ÿ ਨàİ‚àİ° %d ਸà¨à¨żà¨¤àİ€ ਤà݇ à¨ıà݋ਣਠਚà¨à¨ıàİ€à¨Ĥਠà¨ıà݈ ('%c' à¨Ĥà݇ ਨà݇àİœà݇)à¤" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "cpulist: %s: ਗਲਤ à¨Ğà¨à¨°à¨à݈ਟठà¨Ħà¨żàİ›à¨żà¨Ÿ ਜà¨à¨‚ ਕà¨à¨à¨ %d ਸà¨à¨żà¨¤àİ€ ਤà݇ à¨ıà݋ਣà݇ ਚà¨à¨ıàİ€à¨Ĥà݇ ('%c' à¨Ĥà݇ ਨà݇àİœà݇)à¤" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: ਗਲਤ à¨Ğà¨à¨°à¨à݈ਟठਕà¨à¨à݇ ਨàİ‚àİ° %d ਸà¨à¨żà¨¤àİ€ à¨Ĥà݇ à¨Şà¨żàİħਛà݇ ਰàİħà¨–à¨żà¨† ਜà¨à¨‚à¨Ĥਠà¨ıà݈à¤" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "ਭàİŒà¨¤à¨żà¨• CPU %d à¨à݌ਜàİ‚à¨Ĥ ਨà¨ıà݀ਂ à¨ıà݈à¤" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "ਵà݁ਰਚà݁ਅਲ CPU à¨Ĥàİ€ à¨—à¨żà¨£à¨¤àİ€ ਤà¨Ĵà¨Ĥà݀ਲ" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "ਗà݈ਸਟ à¨Ħàİ‹à¨à݇ਨ à¨µà¨żàİħਚ ਵà݁ਰਚà݁ਅਲ CPU à¨Ĥàİ€ à¨—à¨żà¨£à¨¤àİ€ ਤà¨Ĵà¨Ĥà݀ਲ ਕਰàİ‹à¤" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "ਵà݁ਰਚà݁ਅਲ CPU à¨Ĥàİ€ à¨—à¨żà¨£à¨¤àİ€" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "ਵਰਚà݁ਅਲ CPUs à¨Ĥàİ€ ਗਲਤ à¨—à¨żà¨£à¨¤àİ€" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "à¨Ĵà¨ıà݁ਤ ਸà¨à¨°à݇ ਵà݁ਰਚà݁ਅਲ CPU à¨ıਨà¤" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "ਜà¨à¨°àİ€ à¨à݈à¨à݋ਰàİ€ à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "ਗà݈ਸਟ à¨Ħàİ‹à¨à݇ਨ à¨µà¨żàİħਚ à¨à݌ਜàİ‚à¨Ĥਠਜà¨à¨°àİ€ à¨à݈à¨à݋ਰàİ€ à¨Ĵà¨Ĥਲàİ‹à¤" -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "à¨à݈à¨à݋ਰàİ€ à¨Ĥà݇ à¨•à¨żà¨²àİ‹à¨Ĵà¨à¨ˆà¨Ÿà¨à¨‚ à¨Ĥàİ€ à¨—à¨żà¨£à¨¤àİ€" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "à¨à݈à¨à݋ਰàİ€ ਆਕà¨à¨° ਲਈ %d ਗਲਤ à¨à݁àİħਲ à¨ıà݈" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "MaxMemorySize à¨Ĥàİ€ ਜà¨à¨‚ਚ ਕਰਨ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "ਵàİħਧ ਤà݋ਂ ਵàİħਧ à¨à݈à¨à݋ਰàİ€ ਸàİ€à¨à¨ ਤà¨Ĵà¨Ĥà݀ਲ" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "à¨à¨ıà¨żà¨à¨à¨¨ à¨Ħàİ‹à¨à݇ਨ 'ਚ ਵàİħਧ ਤà݋ਂ ਵàİħਧ à¨à݈à¨à݋ਰàİ€ ਜà¨à¨°àİ€ ਸàİ€à¨à¨ à¨Ĵà¨Ĥਲàİ‹à¤" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "ਵàİħਧ ਤà݋ਂ ਵàİħਧ à¨à݈à¨à݋ਰàİ€ ਸàİ€à¨à¨ à¨•à¨żà¨²àİ‹à¨Ĵà¨à¨ˆà¨Ÿ à¨µà¨żàİħਚ" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "ਵਰਤà¨à¨à¨¨ à¨à݈à¨à¨°àİ€-ਅਕà¨à¨° ਜà¨à¨‚ਚ ਕਰਨ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "à¨à݌ਜàİ‚à¨Ĥਠà¨à݈à¨à݋ਰàİ€ ਅਕà¨à¨° ਘਟà¨à¨‰à¨£ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "MaxMemorySize ਨàİ‚àİ° ਤà¨Ĵà¨Ĥà݀ਲ ਕਰਨ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "ਨàİ‹à¨Ħ à¨Ĵà¨à¨°à݇ à¨à݁àİħà¨˘à¨²àİ€ ਜà¨à¨£à¨•à¨à¨°àİ€ ਵà¨à¨Şà¨żà¨¸ ਕਰà¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU à¨à¨à¨Ħਲ:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU à¨Ğਰàİ€à¨•à¨żà¨Šà¨‚à¨¸àİ€:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU ਸà¨à¨•à¨Ÿ:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "ਕà݋ਰ à¨Şàݍਰਤàİ€ ਸà¨à¨•à¨Ÿ:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "à¨à¨°à¨żàİħà¨Ħ à¨Şàݍਰਤàİ€ ਕà݋ਰ:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA ਸà݈àİħਲ:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "à¨à݈à¨à݋ਰàİ€ ਆਕà¨à¨°:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "ਅਨà݁ਕà݂ਲਤà¨" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵà¨żà¨°/à¨Ħਰà¨à¨ˆà¨µà¨° à¨Ĥàİ€ ਅਨà݁ਕà݂ਲਤਠਵà¨à¨Şà¨żà¨¸ ਕਰà¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "ਅਨà݁ਕà݂ਲਤਠਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML à¨µà¨żàİħਚ à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "ਇàİħਕ XML à¨Ħàİ°à¨Ş ਤà݋ਂ stdout ਵà¨à¨‚ਗ à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਨàİ‚àİ° à¨†à¨‰à¨Ÿà¨Şà݁àİħਟ ਵà݇ਖà¨à¨“à¤" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ UUID ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨‚ UUID ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ id à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨‚ id ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ UUID à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ ਨà¨à¨‚" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "à¨Ħàİ‹à¨à݇ਨ UUID à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° à¨ıà݋ਰ à¨ıà݋ਸਟ ਤà݇ à¨à¨à¨ˆà¨—ਰà݇ਟ ਕਰàİ‹" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° à¨ıà݋ਰ à¨ıà݋ਸਟ ਤà݇ à¨à¨à¨ˆà¨—ਰà݇ਟ ਕਰà݋ठਲà¨à¨ˆà¨µ à¨à¨à¨ˆà¨—ਰà݇à¨ĥਨ ਲਈ --live à¨ĥà¨à¨à¨żà¨² ਕਰàİ‹à¤" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "ਲà¨à¨ˆà¨µ à¨à¨à¨ˆà¨—ਰà݇à¨ĥਨ" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "ਨàİ€à¨Żà¨¤ à¨ıà݋ਸਟ à¨Ĥਠਕà݁ਨà݈ਕà¨ĥਨ URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "à¨à¨à¨ˆà¨—ਰà݇à¨ĥਨ URI, ਆਠਤà݌ਰ ਤà݇ à¨ıਟà¨à¨‡à¨† ਜਠਸਕà¨Ĥਠà¨ıà݈" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "à¨à¨à¨ˆà¨—ਰà݇ਟ: ਨà¨-à¨à݌ਜàİ‚à¨Ĥ desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "ਇàİħਕ ਨà݈àİħਟਵਰਕ ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "à¨Ĵà݂ਟ ਸà¨à݇ਂ ਆਟàİ‹à¨àİˆà¨Ÿà¨żà¨• ਇàİħਕ ਨà݈àİħਟਵਰਕ ਸàݰਰਚਨਠਸà¨ĵà݁ਰàİ‚ ਕਰàİ‹à¤" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "ਨà݈àİħਟਵਰਕ %s ਨàİ‚àİ° ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ à¨à¨à¨°à¨• ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "ਨà݈àİħਟਵਰਕ %s ਨàİ‚àİ° ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਨà¨-à¨à¨à¨°à¨• ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "ਨà݈àİħਟਵਰਕ %s ਨàİ‚àİ° ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਲਈ à¨à¨à¨°à¨• ਕà݀ਤà¨\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "ਨà݈àİħਟਵਰਕ %s ਨàİ‚àİ° ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਲਈ ਨà¨-à¨à¨à¨°à¨• ਕà݀ਤà¨\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ ਇàİħਕ ਨà݈àİħਟਵਰਕ à¨Ĵਣà¨à¨“" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "ਇàİħਕ ਨà݈àİħਟਵਰਕ à¨Ĵਣà¨à¨“à¤" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "à¨Ğà¨à¨‡à¨² 'ਚ ਇàİħਕ XML ਨà݈àİħਟਵਰਕ ਵà݇ਰਵਠà¨ıà݈" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "%2$s ਤà݋ਂ ਨà݈àİħਟਵਰਕ %1$s à¨Ĵਣà¨à¨‡à¨† à¨—à¨żà¨†\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s ਤà݋ਂ ਨà݈àİħਟਵਰਕ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ ਇàİħਕ ਨà݈àİħਟਵਰਕ à¨Şàݍਰà݀ਭà¨à¨¸à¨ĵà¨żà¨¤ ਕਰàİ‹ (à¨Şà¨° ਸà¨ĵà݁ਰàİ‚ ਨà¨ıà݀ਂ)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "ਇàİħਕ ਨà݈àİħਟਵਰਕ à¨Ĥà¨żà¨“à¤" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "%2$s ਤà݋ਂ ਨà݈àİħਟਵਰਕ %1$s à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s ਤà݋ਂ ਨà݈àİħਟਵਰਕ à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "ਇàİħਕ ਨà݈àİħਟਵਰਕ ਖਤਠਕਰàİ‹" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "ਇàİħਕ à¨Ĥà¨żàİħਤਠਨà݈àİħਟਵਰਕ ਖਤਠਕਰàİ‹à¤" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨à¨‚, id ਜà¨à¨‚ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "ਨà݈àİħਟਵਰਕ %s ਖਤਠਕàİ€à¨¤à¨ à¨—à¨żà¨†\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "ਨà݈àİħਟਵਰਕ %s ਖਤਠਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML à¨µà¨żàİħਚ ਨà݈àİħਟਵਰਕ ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "ਇàİħਕ XML à¨Ħàİ°à¨Ş ਤà݋ਂ stdout ਵà¨à¨‚ਗ ਨà݈àİħਟਵਰਕ ਜà¨à¨£à¨•à¨à¨°àİ€ ਨàİ‚àİ° à¨†à¨‰à¨Ÿà¨Şà݁àİħਟ ਵà݇ਖà¨à¨“à¤" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "ਨà݈àİħਟਵਰਕ ਵà݇ਖà¨à¨“" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "ਨà݈àİħਟਵਰਕ à¨Ĥàİ€ à¨²à¨żà¨¸à¨Ÿà¨ à¨à¨żà¨²à¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "ਨà¨-ਸਰਗਰਠਨà݈àİħਟਵਰਕà¨à¨‚ à¨Ĥàİ€ à¨²à¨żà¨¸à¨Ÿ" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "ਨà¨-ਸਰਗਰਠਅਤà݇ ਸਰਗਰਠਨà݈àİħਟਵਰਕà¨à¨‚ à¨Ĥàİ€ à¨²à¨żà¨¸à¨Ÿ" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "ਸਰਗਰਠਨà݈àİħਟਵਰਕ à¨Ĥàİ€ à¨²à¨żà¨¸à¨Ÿ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "ਨà¨-ਸਰਗਰਠਨà݈àİħਟਵਰਕà¨à¨‚ à¨Ĥàİ€ à¨²à¨żà¨¸à¨Ÿ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਨà¨ıà݀ਂ" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "ਸਰਗਰà¨" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "ਨà¨-ਸਰਗਰà¨" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ UUID ਤà݋ਂ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "ਨà݈àİħਟਵਰਕ uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠ(à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤) ਨà݈àİħਟਵਰਕ ਸà¨ĵà݁ਰàİ‚ ਕਰàİ‹" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "ਇàİħਕ ਨà݈àİħਟਵਰਕ ਸà¨ĵà݁ਰàİ‚ ਕਰàİ‹à¤" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "ਨà¨-ਸਰਗਰਠਨà݈àİħਟਵਰਕ à¨Ĥਠਨà¨à¨‚" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕàİ€à¨¤à¨ à¨—à¨żà¨† à¨ıà݈\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "ਨà݈àİħਟਵਰਕ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠਨà݈àİħਟਵਰਕ ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠਨà݈àİħਟਵਰਕ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "ਨà݈àİħਟਵਰਕ %s ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "ਨà݈àİħਟਵਰਕ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "ਇàİħਕ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ id ਤà݋ਂ ਨà݈àİħਟਵਰਕ UUID à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨à¨‚" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "ਨà݈àİħਟਵਰਕ UUID à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਕਰàİ‹" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° à¨Ĵà݂ਟ ਸà¨à݇ਂ ਆਟàİ‹à¨àİˆà¨Ÿà¨żà¨• ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ ਸàݰਰਚਨਠਕਰàİ‹à¤" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨‚ uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "ਨà݈àİħਟਵਰਕ %s ਨàİ‚àİ° ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ à¨à¨à¨°à¨• ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "ਨà݈àİħਟਵਰਕ %s ਨàİ‚àİ° ਆਟàİ‹-ਸਟà¨à¨°à¨Ÿ ਨà¨-à¨à¨à¨°à¨• ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਆਟà݋ਸਟà¨à¨°à¨Ÿ ਕਰਨ ਲਈ à¨à¨à¨°à¨• ਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਆਟà݋ਸਟà¨à¨°à¨Ÿ ਕਰਨ ਲਈ ਨà¨-à¨à¨à¨°à¨• ਕàİ€à¨¤à¨ à¨—à¨żà¨† à¨ıà݈\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ğà¨à¨‡à¨² à¨Ĵਣà¨à¨“" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨“:" -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "à¨Ğà¨à¨‡à¨² à¨œà¨żà¨¸ à¨µà¨żàİħਚ ਇàİħਕ XML à¨Ħàİ‹à¨à݇ਨ ਵà݇ਰਵਠà¨ıà݈" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s %s ਤà݋ਂ à¨Ĵਣà¨à¨ˆ ਗਈ à¨ıà݈\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ğà¨à¨‡à¨² à¨Ĵਣà¨à¨“" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "à¨Ĵà¨Ğਰ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s %s ਤà݋ਂ à¨Ĵਣà¨à¨ˆ ਗਈ à¨ıà݈\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨Şàݍਰà݀ਭà¨à¨¸à¨ĵà¨żà¨¤ ਕਰàİ‹ (à¨Şà¨° ਸà¨ĵà݁ਰàİ‚ ਨà¨ıà݀ਂ)" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨Ĥà¨żà¨“à¤" -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "%s à¨Ħàİ‹à¨à݇ਨ %s ਤà݋ਂ à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "%s à¨Ħàİ‹à¨à݇ਨ %s ਤà݋ਂ à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁ਅàİħਤਲ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਖਤਠਕਰàİ‹" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "ਇàİħਕ à¨Ĥà¨żàİħਤàİ€ à¨Ħàİ‹à¨à݇ਨ ਖਤਠਕਰàİ‹à¤" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "ਇàİħਕ à¨Ĥà¨żàİħਤàİ€ à¨Ħàİ‹à¨à݇ਨ ਖਤਠਕਰàİ‹à¤" -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕà݀ਤàİ€ ਗਈ\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "XML à¨µà¨żàİħਚ à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "ਇàİħਕ XML à¨Ħàİ°à¨Ş ਤà݋ਂ stdout ਵà¨à¨‚ਗ à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਨàİ‚àİ° à¨†à¨‰à¨Ÿà¨Şà݁àİħਟ ਵà݇ਖà¨à¨“à¤" -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "à¨Ħàİ‹à¨à݇ਨ ਸà݂ਚàİ€" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "à¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ à¨Ĥà¨żàİ°à¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਸà݂ਚàİ€" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "ਨà¨-ਸਰਗਰਠਅਤà݇ ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "%s à¨µà¨żàİħਚ ਗਲਤ ਨà݈àİħਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "à¨à݈à¨à݋ਰàİ€ ਖਤਠà¨ıàİ‹ ਗਈ" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "%s à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° %s ਲਈ ਸàݰਭà¨à¨²à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "ਨàİ‹à¨Ħ à¨Ĵà¨à¨°à݇ à¨à݁àİħà¨˘à¨²àİ€ ਜà¨à¨£à¨•à¨à¨°àİ€ ਵà¨à¨Şà¨żà¨¸ ਕਰà¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "ਚàİħਲ à¨°à¨żà¨ıਠà¨ıà݈" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨°àİ€ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ UUID ਤà݋ਂ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "à¨Ħàİ‹à¨à݇ਨ uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠ(à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤) à¨Ħàİ‹à¨à݇ਨ ਸà¨ĵà݁ਰàİ‚" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ ਸà¨ĵà݁ਰàİ‚ ਕਰàİ‹à¤" -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ğà¨à¨‡à¨² à¨Ĵਣà¨à¨“" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨“:" -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ à¨Ĥਠਨà¨à¨‚" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s %s ਤà݋ਂ à¨Ĵਣà¨à¨ˆ ਗਈ à¨ıà݈\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "ਇàİħਕ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ id ਤà݋ਂ ਨà݈àİħਟਵਰਕ UUID à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "à¨Ħàİ‹à¨à݇ਨ UUID à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ğà¨à¨‡à¨² à¨Ĵਣà¨à¨“" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "à¨Ğà¨à¨‡à¨² à¨œà¨żà¨¸ à¨µà¨żàİħਚ ਇàİħਕ XML à¨Ħàİ‹à¨à݇ਨ ਵà݇ਰਵਠà¨ıà݈" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s %s ਤà݋ਂ à¨Ĵਣà¨à¨ˆ ਗਈ à¨ıà݈\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "ਇàİħਕ à¨Ĥà¨żàİħਤàİ€ à¨Ħàİ‹à¨à݇ਨ ਖਤਠਕਰàİ‹à¤" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕà݀ਤàİ€ ਗਈ à¨ıà݈\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਖਤਠਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "ਨàİ‹à¨Ħ à¨Ĵà¨à¨°à݇ à¨à݁àİħà¨˘à¨²àİ€ ਜà¨à¨£à¨•à¨à¨°àİ€ ਵà¨à¨Şà¨żà¨¸ ਕਰà¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS à¨•à¨żà¨¸à¨:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML à¨Ğà¨à¨‡à¨²" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "à¨Ĵਲà¨à¨• à¨ıà݈" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "XML à¨µà¨żàİħਚ à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "ਇàİħਕ XML à¨Ħàİ°à¨Ş ਤà݋ਂ stdout ਵà¨à¨‚ਗ à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਨàİ‚àİ° à¨†à¨‰à¨Ÿà¨Şà݁àİħਟ ਵà݇ਖà¨à¨“à¤" -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "à¨Ħàİ‹à¨à݇ਨ ਸà݂ਚàİ€" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "à¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ à¨Ĥà¨żàİ°à¨Ĥàİ€ à¨ıà݈à¤" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ UUID ਤà݋ਂ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ UUID ਤà݋ਂ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "à¨Ħàİ‹à¨à݇ਨ uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "ਇàİħਕ à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ UUID ਤà݋ਂ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ à¨Ĵà¨Ĥਲàİ‹" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "ਵਰਜਨ ਵà݇ਖà¨à¨“" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "à¨¸à¨żà¨¸à¨Ÿà¨ à¨µà¨°à¨œà¨¨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਵà݇ਖà¨à¨“" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ à¨•à¨żà¨¸à¨ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "ਲà¨à¨ˆà¨Ĵਰà݇ਰàİ€ ਵਰਜਨ ਨà¨à¨² ਕàİ°à¨Şà¨à¨‡à¨²: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "ਲà¨à¨‡à¨Ĵਰà݇ਰàİ€ ਵਰਜਨ ਲà݈ਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "ਲà¨à¨‡à¨Ĵਰà݇ਰàİ€ ਰà¨à¨ıà݀ਂ: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API ਰà¨à¨ıà݀ਂ: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਵਰਜਨ ਲà݈ਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "ਚàİħਲ à¨°à¨żà¨ıਠ%s à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਵਰਜਨ ਖà݋ਲàݍà¨ı ਨà¨ıà݀ਂ ਸਕà¨Ĥà¨\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "ਚàİħਲ à¨°à¨żà¨ıਠà¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਨàİ‚àİ° à¨ıà݋ਰ à¨ıà݋ਸਟ ਤà݇ à¨à¨à¨ˆà¨—ਰà݇ਟ ਕਰàİ‹" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "ਅਨà݁ਕà݂ਲਤà¨" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "ਇàİħਕ XML à¨Ħàİ°à¨Ş ਤà݋ਂ stdout ਵà¨à¨‚ਗ ਨà݈àİħਟਵਰਕ ਜà¨à¨£à¨•à¨à¨°àİ€ ਨàİ‚àİ° à¨†à¨‰à¨Ÿà¨Şà݁àİħਟ ਵà݇ਖà¨à¨“à¤" + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ à¨à݇àİ›à¨Ĵà¨à¨¨ ਨà¨à¨‚ à¨Şàİà¨°à¨żàݰਟ ਕਰàİ‹" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "à¨à݇àİ›à¨Ĵà¨à¨¨ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਕà݈ਨà݋ਨà݀ਕਲ URI à¨Şàİà¨°à¨żàݰਟ ਕਰàİ‹" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc display" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC à¨Ħà¨żà¨¸à¨Şà¨²à݇ਅ ਲਈ IP à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚ ਅਤà݇ à¨Şà݋ਰਟ ਨàİ°à¨Ĵਰ ਨàİ‚àİ° à¨†à¨‰à¨Ÿà¨Şà݁àİħਟ ਵà݇ਖà¨à¨“à¤" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty ਕàݰਸà݋ਲ" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "TTY ਕàݰਸà݋ਲ ਲਈ ਜàݰਤਰ ਵà݇ਖà¨à¨“à¤" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ ਜàݰਤਰ ਜàİ‹àİœàİ‹" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ ਜàݰਤਰ ਜàݰਤਰ ਜàİ‹àİœàİ‹ à¤" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML à¨Ğà¨à¨‡à¨²" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s ਤà݋ਂ ਜàݰਤਰ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ ਜàݰਤਰ à¨ıਟà¨à¨“" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "ਇàİħਕ XML à¨Ğà¨à¨‡à¨² ਤà݋ਂ ਜàݰਤਰ à¨ıਟà¨à¨“ " -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s ਤà݋ਂ ਜàݰਤਰ à¨ıਟà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ ਜàİ‹àİœàİ‹" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "ਨਵà¨à¨‚ ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ ਜàİ‹àİœàİ‹à¤" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ à¨•à¨żà¨¸à¨" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ à¨Ĥਠਸਰà݋ਤ" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "ਨàİ€à¨Żà¨¤ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "à¨Ĵà¨°à¨żàİħਜ ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ ਵਰਤਣ ਲਈ à¨¸à¨•à¨°à¨żà¨Şà¨Ÿ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "ਕà¨à¨à¨‚à¨Ħ 'attach-interface' à¨µà¨żàİħਚ ਕà݋ਈ %s ਸà¨ıà¨żà¨Żà݋ਗ ਨà¨ıà݀ਂ à¨ıà݈à¤" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ à¨ıਟà¨à¨“" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "ਨà݈àİħਟਵਰਕ ਇàݰਟਰà¨Ğà݇ਸ à¨ıਟà¨à¨“à¤" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "ਇàݰਟਰà¨Ğà݇ਸ ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "%s à¨•à¨żà¨¸à¨ à¨Ĥਠਕà݋ਈ ਇàݰਟਰà¨Ğà݇ਸ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "MAC à¨¸à¨żà¨°à¨¨à¨à¨µà݇ਂ %s ਵà¨à¨²à¨ ਕà݋ਈ ਇàݰਟਰà¨Ğà݇ਸ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ ਜàİ‹àİœàİ‹" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "ਨਵà¨à¨‚ à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ ਜàİ‹àİœàİ‹à¤" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ à¨Ĥਠਸਰà݋ਤ" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ à¨Ĥਠਟà¨à¨°à¨—à¨żà¨Ÿ" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨°" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ à¨Ĥਠਸà¨Ĵ-à¨Ħਰà¨à¨ˆà¨µà¨°" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "ਜàݰਤਰ à¨Şàݜਨ ਅਤà݇ à¨²à¨żà¨–à¨£ ਵà¨à¨²à¨ à¨àİ‹à¨Ħ" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "ਕà¨à¨à¨‚à¨Ħ 'attach-disk' à¨µà¨żàİħਚ ਕà݋ਈ %s ਸà¨ıà¨żà¨Żà݋ਗ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ à¨ıਟà¨à¨“" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "à¨Ħà¨żà¨¸à¨• ਜàݰਤਰ à¨ıਟà¨à¨“à¤" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "à¨Ħà¨żà¨¸à¨• ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "%s ਟà¨à¨°à¨—à¨żà¨Ÿ ਵà¨à¨²àİ€ ਕà݋ਈ à¨Ħà¨żà¨¸à¨• ਨà¨ıà݀ਂ ਲàİħਭàİ€" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ %s à¨Ĵਣà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚" +msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠਨà݈àİħਟਵਰਕ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠਨà݈àİħਟਵਰਕ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "ਇàİħਕ ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਲਈ ਸàݰਰਚਨਠਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨ıà݈à¤" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "ਇà¨ı ਇàݰਟਰ-à¨à¨•à¨Ÿà¨żà¨µ ਟਰà¨à݀ਨਲ à¨Ĵàİ°à¨Ĥ ਕਰàİ‹" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "ਕà¨à¨à¨‚à¨Ħ '%s' ਲਈ <%s> ਚà݋ਣ ਚà¨à¨ıàİ€à¨Ĥàİ€ à¨ıà݈" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "ਕà¨à¨à¨‚à¨Ħ '%s' ਲਈ --%s ਚà݋ਣ ਚà¨à¨ıàİ€à¨Ĥàİ€ à¨ıà݈" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "ਕà¨à¨à¨‚à¨Ħ '%s' à¨à݌ਜàİ‚à¨Ĥ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " ਵà݇ਰਵà¨\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6003,7 +6465,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6011,7 +6473,7 @@ msgstr "" "\n" " ਵà݇ਰਵà¨\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6019,55 +6481,55 @@ msgstr "" "\n" " ਚà݋ਣà¨à¨‚\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "ਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨‚ id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "à¨Ħàİ‹à¨à݇ਨ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "ਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "ਨà݈àİħਟਵਰਕ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "ਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "à¨Ħàİ‹à¨à݇ਨ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "ਨà¨-à¨Şàݍਰਭà¨à¨¸à¨ĵà¨żà¨¤ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "à¨Ħàİ‹à¨à݇ਨ '%s' ਲà݈ਣ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6078,130 +6540,129 @@ msgstr "" "(ਸà¨à¨à¨‚: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "ਗà݁àݰਠ\"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "ਅਣਜà¨à¨£ ਟà݋ਕਣ (ਕà¨à¨à¨‚à¨Ħ ਨà¨à¨‚): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "ਅਣਜà¨à¨£ ਕà¨à¨à¨‚à¨Ħ: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "ਕà¨à¨à¨‚à¨Ħ '%s' ਚà݋ਣ --%s ਲਈ ਸà¨ıà¨żà¨Żà݋ਗàİ€ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "ਲàİ‹àİœàİ€à¨Ĥਠਸàݰਟà݈ਕਸ: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "ਨàİ°à¨Ĵਰ" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "ਸਤਰ" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "ਅਣਜà¨à¨£ à¨Ħà¨à¨Ÿà¨ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "ਚà݋ਣ" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "à¨Ħà¨à¨Ÿà¨" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML à¨Ğà¨à¨‡à¨²" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "à¨µà¨żà¨°à¨à¨ à¨ıà݈" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "à¨Ĵàİ°à¨Ĥ ਕਰਨ à¨µà¨żàİħਚ" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "à¨Ĵàİ°à¨Ĥ ਕਰàİ‹" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "ਨਸà¨ĵਟ à¨ıà݋ਇਆ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "ਆà¨Ğਲà¨à¨‡à¨¨" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "ਕà݋ਈ ਠà݀ਕ ਕà݁ਨà݈ਕਸà¨ĵਨ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: ਗਲਤàİ€: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "ਗਲਤàİ€: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: à¨Ĵà¨à¨ˆà¨Ÿ %d ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu à¨Ĵà¨à¨ˆà¨Ÿ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "à¨ıà¨à¨‡à¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "ਲà¨à¨— à¨à¨à¨°à¨— ਇàİħਕ à¨Ğà¨à¨‡à¨² ਨà¨ıà݀ਂ à¨ıà݈" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲठਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨Ĥà݇ à¨à¨à¨°à¨— à¨Ĥàİ€ ਜà¨à¨‚ਚ ਕਰàİ‹" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "ਲà¨à¨— à¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਕà݁ਨà݈ਕਸà¨ĵਨ à¨Ĵàİ°à¨Ĥ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6234,7 +6695,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6244,12 +6705,12 @@ msgstr "" " (ਕà¨à¨à¨‚à¨Ħ à¨Ĵà¨à¨°à݇ ਵà݇ਰਵਠਵà݇ਖਣ ਲਈ help à¨Ĥà¨żà¨“)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "ਨà¨-ਸà¨ıà¨à¨‡à¨• ਚà݋ਣà¨à¨‚ '-%c' à¨ıà݈ठ--help ਵà݇ਖàİ‹" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6258,7 +6719,7 @@ msgstr "" "%s, ਵà݁ਰਚà݁ਲà¨à¨ˆà¨œà¨ĵà݇ਸà¨ĵਨ ਟਰà¨à݀ਨਲ à¨ıà݈, ਵਲà݋ਂ ਜàİ€ ਆਇਆਂ ਨàİ‚àİ°à¤\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6276,873 +6737,956 @@ msgstr "ਚà݇ਤà¨à¨µà¨¨àİ€" msgid "error" msgstr "ਗਲਤàİ€" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "ਕà݋ਈ ਗਲਤàİ€ ਸà݁ਨà݇à¨ıਠਨà¨ıà݀ਂ à¨Ĥà¨żàİħà¨¤à¨ à¨—à¨żà¨†" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "ਅàİ°à¨Ĥਰà݂ਨàİ€ ਗਲਤàİ€ %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "ਅàİ°à¨Ĥਰà݂ਨàİ€ ਗਲਤàİ€" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਲਈ ਸà¨ıà¨à¨‡à¨• ਨà¨ıà݀ਂ" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "ਇਸ à¨Ğàݰਕà¨ĥਨ ਨàİ‚àİ° à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ à¨Ĥà݁ਆਰਠਸà¨ıà¨żà¨Żà݋ਗ ਨà¨ıà݀ਂ à¨ıà݈: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%s ਨà¨à¨² ਜà݁àİœ ਨà¨ıà݀ਂ à¨¸à¨•à¨żà¨†" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ ਕà݁ਨà݈ਕਸà¨ĵਨ ਇਸà¨ĵà¨à¨°à¨" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ ਕà݁ਨà݈ਕਸà¨ĵਨ ਇਸà¨ĵà¨à¨°à¨" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨żàİ°à¨Ĥàİ‚" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "ਅਣਜà¨à¨£ HTTP ਗਲਤàİ€ ਕàİ‹à¨Ħ %d à¨à¨żà¨²à¨żà¨†" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "ਅਣਜà¨à¨£ à¨à݇ਜà¨ĵà¨Ĵà¨à¨¨" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Expr ਨàİ‚àİ° ਲàİœàİ€à¨Ĵàİħਧ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr ਨàİ‚àİ° ਲàİœàİ€à¨Ĵàİħਧ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "ਜà¨ĵà݈àİħਨ (Xen) à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਇàİ°à¨Ĥਰà¨à¨œà¨ĵ ਨà¨ıà݀ਂ à¨µà¨°à¨¤à¨żà¨† à¨œà¨ à¨¸à¨•à¨żà¨†" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "ਜà¨ĵà݈àİħਨ à¨ıà¨à¨ˆà¨Şà¨°à¨µà݀ਜà¨ĵਰ ਇàİ°à¨Ĥਰà¨à¨œà¨ĵ %s ਨà¨ıà݀ਂ à¨µà¨°à¨¤à¨żà¨† à¨œà¨ à¨¸à¨•à¨żà¨†" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "ਜà¨ĵà݈àİħਨ ਸਟà݋ਰ ਨà¨à¨² ਜà݁àİœà¨żà¨† ਨà¨ıà݀ਂ à¨œà¨ à¨¸à¨•à¨żà¨†" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "ਜà¨ĵà݈àİħਨ ਸਟà݋ਰ %s ਨà¨à¨² ਜà݁àİœà¨żà¨† ਨà¨ıà݀ਂ à¨œà¨ à¨¸à¨•à¨żà¨†" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "ਕਰਨਲ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s à¨µà¨żàİħਚ ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "%s ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "ਜàݰਤਰ ਲਈ à¨¨à¨żà¨Żà¨¤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "%s ਜàݰਤਰ ਲਈ à¨¨à¨żà¨Żà¨¤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%s à¨µà¨żàİħਚ à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "à¨“à¨Şà¨°àİ‡à¨Ÿà¨żàݰਗ à¨¸à¨żà¨¸à¨Ÿà¨ à¨œà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s à¨µà¨żàİħਚ à¨“à¨Şà¨°àİ‡à¨Ÿà¨żàݰਗ à¨¸à¨żà¨¸à¨Ÿà¨ à¨œà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s ਲਈ ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%s à¨µà¨żàİħਚ à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħਰà¨à¨ˆà¨µà¨° à¨°à¨œà¨żà¨¸à¨Ÿà¨° à¨ıਨ" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ਲà¨à¨‡à¨Ĵàݍਰà݇ਰàİ€ ਕà¨à¨² ਅਸà¨Ğà¨ĵਲ à¨ıà݈, ਸàݰਭਵ ਤà݌ਰ ਉàİħਤà݇ ਸà¨ıà¨à¨‡à¨• ਨà¨ıà݀ਂ à¨ıà݈" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "ਲà¨à¨‡à¨Ĵàݍਰà݇ਰàİ€ ਕà¨à¨² %s ਅਸà¨Ğà¨ĵਲ à¨ıà݈, ਸàݰਭਵ ਤà݌ਰ ਉàİħਤà݇ ਸà¨ıà¨à¨‡à¨• ਨà¨ıà݀ਂ à¨ıà݈" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML ਵà݇ਰਵਠਠà݀ਕ ਰàİ‚à¨Ş à¨µà¨żàİħਚ ਨà¨ıà݀ਂ ਜà¨à¨‚ ਗਲਤ à¨ıà݈" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s ਲਈ XML ਵà݇ਰਵਠਠà݀ਕ ਰàİ‚à¨Ş à¨µà¨żàİħਚ ਨà¨ıà݀ਂ ਜà¨à¨‚ ਗਲਤ à¨ıà݈" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ਇà¨ı à¨Ħàİ‹à¨à݇ਨ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨¸à¨żà¨°à¨Ğà¨ĵ à¨Şàİœàݍà¨ıਨ ਲਈ à¨ıàİ€ ਲà݁ਕਵà݀ਂ à¨ıà݈" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "%s ਕà¨à¨°à¨µà¨à¨ˆ à¨¸à¨żà¨°à¨Ğà¨ĵ à¨Şàİœàݍà¨ıਨ ਲਈ à¨ıàİ€ ਲà݁ਕਵà݀ਂ à¨ıà݈" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "à¨Şàİœàݍà¨ıਨ ਵà¨à¨¸à¨¤à݇ ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² ਖà݋ਲàݍà¨ıਣ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "%s ਨàİ‚àİ° à¨Şàİœàݍà¨ıਨ ਵà¨à¨¸à¨¤à݇ ਖà݋ਲàݍà¨ıਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² %s à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² %s à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² ਸàݰਟà݈ਕਸ ਗਲਤàİ€" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² ਸàݰਟà݈ਕਸ ਗਲਤàİ€: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "à¨Şà¨à¨°à¨¸à¨° ਗਲਤàİ€" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "ਗਲਤ ਨà݈ਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ ਨà݈àİħਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ਇà¨ı ਨà݈àİħਟਵਰਕ à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "ਨà݈àİħਟਵਰਕ %s à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "à¨¸à¨żà¨¸à¨Ÿà¨ à¨•à¨à¨² ਗਲਤàİ€" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC ਗਲਤàİ€" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS ਕà¨à¨² ਗਲਤàİ€" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "ਗਲਤ MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "ਗਲਤ MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "ਨà݈àİħਟਵਰਕ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "ਗਲਤ ਨà݈ਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ ਨà݈àİħਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "ਗਲਤ ਨà݈ਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "%s à¨µà¨żàİħਚ ਗਲਤ ਨà݈àİħਟਵਰਕ à¨Şà݁ਆਇàݰਟਰ à¨ıà݈" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨żàİ°à¨Ĥàİ‚" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨ıà݀ਂ ਲàİħà¨­à¨żà¨†: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨°àİ€ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "ਕਰà݈à¨Ħà¨żà¨Ÿ ਸà¨à¨à¨‚-ਤà¨ıà¨ż à¨à݁àİħਲ à¨Şà݈ਰà¨à¨à݀ਟਰ (%d) ਰà݇ਂਜ ਤà݋ਂ à¨Ĵà¨à¨ıਰ(1-65535) à¨ıà݈" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "ਕਰà݈à¨Ħà¨żà¨Ÿ ਸà¨à¨à¨‚-ਤà¨ıà¨ż ਕàİˆà¨Ş à¨Şà݈ਰà¨à¨à݀ਟਰ (%d) ਰà݇ਂਜ ਤà݋ਂ à¨Ĵà¨à¨ıਰ (0-65535) à¨ıà݈" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Ĥà¨żàİħਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "Xen ਸਟà݋ਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "ਜà݈àİħਨ à¨Ħà݈à¨à¨¨ ਤà݋ਂ à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "ਨਵà¨à¨‚ à¨Ĵà¨Ğà¨ĵਰ ਜà¨à¨°àİ€" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "S-Expr à¨Ĵਣà¨à¨‰à¨£ ਵà¨à¨¸à¨¤à݇ urlencode ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, domid ਨà¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗਲਤ à¨ıà݈, domid ਅàݰਕàİ€ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, uuid ਗà݁àݰਠà¨ıà݈" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, ਨà¨à¨‚ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, ਨà¨à¨‚ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, ਕਰਨਲ ਤà݇ à¨Ĵà݂ਟਲàİ‹à¨Ħਰ ਗà݁àݰਠà¨ıà݈" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" +msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" +msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨à¨•à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, vbd ਕà݋ਲ ਕà݋ਈ dev ਨà¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨à¨•à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, vbd ਕà݋ਲ ਕà݋ਈ ਸਰà݋ਤ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd à¨Ğà¨à¨‡à¨² ਨà¨à¨‚ à¨Şà¨à¨°à¨¸ ਨà¨ıà݀ਂ ਕàİ€à¨¤à¨ à¨œà¨ à¨¸à¨•à¨żà¨†, à¨Ħਰà¨à¨ˆà¨µà¨° à¨•à¨żà¨¸à¨ à¨¨à¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd à¨Ğà¨à¨‡à¨² ਨà¨à¨‚ à¨Şà¨à¨°à¨¸ ਨà¨ıà݀ਂ ਕàİ€à¨¤à¨ à¨œà¨ à¨¸à¨•à¨żà¨†, à¨Ħਰà¨à¨ˆà¨µà¨° à¨•à¨żà¨¸à¨ à¨¨à¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "ਗਲਤ MAC à¨¸à¨żà¨°à¨¨à¨à¨µà¨à¨‚: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, id ਗà݁àݰਠà¨ıà݈" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨ %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "Xend à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨à¨•à¨°àİ€ à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² ਸàݰਟà݈ਕਸ ਗਲਤàİ€" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨à¨•à¨°àİ€ à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨à݁ਅàİħਤਲ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" +msgstr "S-Expr ਨàİ‚àİ° ਲàİœàİ€à¨Ĵàİħਧ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ਅਚà¨à¨¨à¨• à¨à݁àİħਲ ਨàİ‹à¨Ħ" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" +msgstr "ਨà݈àİħਟਵਰਕ %s ਨàİ‚àİ° ਨà¨-à¨Şà¨°à¨­à¨à¨¸à¨ĵà¨żà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "à¨à݇àİ›à¨Ĵà¨à¨¨ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "Xend à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨à¨•à¨°àİ€ à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ %s à¨Ĵਣà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ à¨ıà݈\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, ਨà¨à¨‚ ਨà¨ıà݀ਂ à¨ıà݈" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "ਅਣਜà¨à¨£" +msgstr "ਸà¨à¨à¨‚-ਤà¨ıà¨ż" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "à¨à݇àİ›à¨Ĵà¨à¨¨ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, uuid ਗà݁àݰਠà¨ıà݈" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨£à¨•à¨à¨°àİ€ ਅਧà݂ਰàİ€ à¨ıà݈, uuid ਗà݁àݰਠà¨ıà݈" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "%s ਨàİ‚àİ° à¨Şàİœàݍà¨ıਨ ਵà¨à¨¸à¨¤à݇ ਖà݋ਲàݍà¨ıਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² %s à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ਅਚà¨à¨¨à¨• à¨à݁àİħਲ ਨàİ‹à¨Ħ" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "ਲà¨à¨‡à¨Ĵàݍਰà݇ਰàİ€ ਕà¨à¨² ਅਸà¨Ğà¨ĵਲ à¨ıà݈, ਸàݰਭਵ ਤà݌ਰ ਉàİħਤà݇ ਸà¨ıà¨à¨‡à¨• ਨà¨ıà݀ਂ à¨ıà݈" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² ਸàݰਟà݈ਕਸ ਗਲਤàİ€: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "ਅਚà¨à¨¨à¨• à¨à݁àİħਲ ਨàİ‹à¨Ħ" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "ਅਚà¨à¨¨à¨• à¨à݁àİħਲ ਨàİ‹à¨Ħ" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "ਅਚà¨à¨¨à¨• à¨à݁àİħਲ ਨàİ‹à¨Ħ" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "à¨¸à¨żà¨°à¨Ğà¨ĵ à¨Şàİœàݍà¨ıਨ ਲਈ ਕà݁ਨà݈ਕਸà¨ĵਨ" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "ਨà¨-ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨ ਸà݂ਚàİ€" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "ਅਚà¨à¨¨à¨• dict ਨàİ‹à¨Ħ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨à݁àİœ-à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "ਵਰਤà¨à¨à¨¨ à¨à݈à¨à¨°àİ€-ਅਕà¨à¨° ਜà¨à¨‚ਚ ਕਰਨ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² %s à¨Şàİœàݍà¨ıਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "ਅਣਜà¨à¨£ OS à¨•à¨żà¨¸à¨" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "à¨Ĵਲà¨à¨• à¨ıà¨à¨²à¨¤ %s %s à¨Şà¨¤à¨ à¨•à¨°à¨¨ à¨µà¨żàİħਚ à¨Ğà݇ਲ à¨ıà݋ਇਆ" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "%s ਤà݋ਂ à¨Ħàİ‹à¨à݇ਨ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "ਸਤਰ ਲàİœàİ€ ਜà¨à¨°àİ€" #: src/xmlrpc.c:53 @@ -7187,6 +7731,10 @@ msgstr "ਜà¨à¨°àİ€ ਜਵà¨à¨Ĵ" msgid "read response" msgstr "ਜਵà¨à¨Ĵ à¨Şàİœàݍà¨ıàİ‹" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "ਸਤਰ ਲàİœàİ€ ਜà¨à¨°àİ€" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "ਸਰਵਰ ਜਵà¨à¨Ĵ à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" @@ -7195,309 +7743,45 @@ msgstr "ਸਰਵਰ ਜਵà¨à¨Ĵ à¨Şà¨à¨°à¨¸ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" msgid "allocate new context" msgstr "ਨਵà¨à¨‚ à¨Şà¨°à¨¸àݰਗ ਜà¨à¨°àİ€" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen ਸਟà݋ਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" -#~ msgid "blocked" -#~ msgstr "à¨Ĵਲà¨à¨• à¨ıà݈" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "ਟà¨à¨°à¨—à¨żà¨Ÿ ਜàݰਤਰ à¨•à¨żà¨¸à¨" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "ਨàİ€à¨Żà¨¤ ਨà݈àİħਟਵਰਕ ਨà¨à¨‚" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "ਵਰਤà¨à¨à¨¨ à¨à݈à¨à¨°àİ€-ਅਕà¨à¨° ਜà¨à¨‚ਚ ਕਰਨ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "ਜàݰਤਰ ਲਈ à¨¨à¨żà¨Żà¨¤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨à݁àİħਲ" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "à¨à݈à¨à݋ਰàİ€ ਆਕà¨à¨° ਲਈ %d ਗਲਤ à¨à݁àİħਲ à¨ıà݈" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgid "failed to allocate activeDomainList" +msgstr "ਸਰਗਰਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚ à¨Ĥàİ€ ਸà݂ਚàİ€ ਲਈ à¨Ğà݇ਲàݍà¨ı" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" +msgid "failed to allocate xsWatchList" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s ਤà݋ਂ ਨà݈àİħਟਵਰਕ à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "%s ਚਲà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "ਵਰਤà¨à¨à¨¨ à¨à݈à¨à¨°àİ€-ਅਕà¨à¨° ਜà¨à¨‚ਚ ਕਰਨ à¨µà¨żàİħਚ ਅਸà¨à¨°à¨" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "%s ਨàİ‚àİ° à¨Şàİœàݍà¨ıਨ ਵà¨à¨¸à¨¤à݇ ਖà݋ਲàݍà¨ıਣ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ %s ਸà¨ĵà݁ਰàİ‚ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "ਕà¨à¨°à¨µà¨à¨ˆ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਈ: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "ਜàݰਤਰ ਲਈ à¨¨à¨żà¨Żà¨¤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "à¨à݁àİħਲ ਲਰàİ€ ਜà¨à¨°àİ€" - -#~ msgid "failed to exec %s\n" -#~ msgstr "%s ਚਲà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€ à¨Şàݍਰà¨à¨Şà¨¤ ਕਰਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨°àİ€ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "ਅਣਜà¨à¨£ mime à¨•à¨żà¨¸à¨" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ id ਜà¨à¨‚ ਨà¨à¨‚" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨żàİ°à¨Ĥàİ‚" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ uuid" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "ਜàݰਤਰ ਲਈ ਸਰà݋ਤ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "%s à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ à¨Ĵà¨żàİ°à¨Ĥàİ‚" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚ ਜà¨à¨‚ uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "ਨàİ‹à¨Ħ ਜà¨à¨£à¨•à¨à¨°àİ€" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ vcpu ਜà¨à¨£à¨•à¨à¨°àİ€" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ vcpu ਜà¨à¨£à¨•à¨à¨°àİ€" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "à¨à݈à¨à݋ਰàİ€ à¨¨à¨żà¨°à¨§à¨à¨°à¨¤ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "ਨà݈àİħਟਵਰਕ ਨà¨à¨‚ ਜà¨à¨‚ uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਕà݁ਨà݈ਕਸà¨ĵਨ à¨ıà݈ਸà¨ĵ ਸà¨à¨°à¨£àİ€ à¨µà¨żàİħਚ ਜàİ‹àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı à¨ıà݈" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨°àİ€ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML à¨Ĵਣà¨à¨‰à¨£ ਲਈ à¨Ğà݇ਲ" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s' ਨàİ‚àİ° ਖà݋ਲਣ à¨µà¨żàİħਚ ਅਸà¨Ğਲ: %s" +msgid "reallocating list" +msgstr "à¨Ħàİ‹à¨à݇ਨ ਜà¨à¨°àİ€ ਕà݀ਤàİ€ ਜਠਰà¨ıàİ€ à¨ıà݈" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "à¨Ĵਲà¨à¨• à¨ıà¨à¨²à¨¤ %s %s à¨Şà¨¤à¨ à¨•à¨°à¨¨ à¨µà¨żàİħਚ à¨Ğà݇ਲ à¨ıà݋ਇਆ" +msgid "failed to allocate domids" +msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" #~ msgid "domain" #~ msgstr "à¨Ħàİ‹à¨à݇ਨ" -#~ msgid "domain name" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ ਨà¨à¨‚" - -#~ msgid "domain uuid" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ uuid" - #~ msgid "domain memory" #~ msgstr "à¨Ħàİ‹à¨à݇ਨ à¨à݈à¨à݋ਰàİ€" @@ -7534,67 +7818,8 @@ msgstr "Xen ਸਟà݋ਰ ਨà¨à¨² ਜà݁àݜਨ ਲਈ à¨Ğà݇ਲàݍà¨ı" #~ msgid "load network definition file" #~ msgstr "ਨà݈àİħਟਵਰਕ à¨Şà¨°à¨żà¨­à¨à¨¸à¨ĵਠà¨Ğà¨à¨‡à¨² ਲàİ‹à¨Ħ ਕਰàİ‹" -#~ msgid "too many domains" -#~ msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚" - -#~ msgid "too many networks" -#~ msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠਨà݈àİħਟਵਰਕ" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ ਭà¨à¨¸à¨ĵਠà¨Ğà¨à¨‡à¨² ਲàİ‹à¨Ħ" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "ਰà݂ਟ (root) ਜàݰਤਰ ਜà¨à¨£à¨•à¨à¨°àİ€ ਗà݁àݰਠà¨ıà݈" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "à¨Ħàİ‹à¨à݇ਨ %s à¨Şà¨ıà¨żà¨²à¨à¨‚ à¨ıàİ€ à¨à݌ਜàİ‚à¨Ĥ à¨ıà݈" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "xpath à¨Şàݍਰਸàݰਗ à¨Ĵਣà¨à¨‡à¨† à¨œà¨ à¨°à¨żà¨ıਠà¨ıà݈" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "ਸàݰਰਚਨਠà¨Ğà¨à¨‡à¨² à¨²à¨żà¨–à¨£ à¨Ĥà݌ਰà¨à¨¨ ਗਲਤàİ€" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "ਇàİħਕ ਨàİ‹à¨Ħ ਜà¨à¨°àİ€ ਕਰਨ ਲਈ ਅਸà¨Ğà¨ĵਲ" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "à¨Ĵà¨ıà݁ਤ ਜà¨ĵà¨żà¨†à¨Ĥਠà¨Ħàİ‹à¨à݇ਨà¨à¨‚" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "ਇਸ à¨µà¨żàİħਚ ਗਲਤ à¨Ħàİ‹à¨à݇ਨ ਇਸà¨ĵà¨à¨°à¨" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "ਨà݈àİħਟਵਰਕ ਨàİ‚àİ° ਲàİħਭਣ à¨µà¨żàİħਚ à¨Ğà݇ਲàݍà¨ı à¨ıà݋ਇਆ: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "ਜà¨à¨°àİ€ à¨à݈à¨à݋ਰàİ€ à¨Ĵà¨Ĥਲàİ‹" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "ਜà¨à¨°àİ€ ਜਵà¨à¨Ĵ" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "ਅàİ°à¨Ĥਰà݂ਨàİ€ ਗਲਤàİ€ %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "ਨਵà¨à¨‚ à¨Ĵà¨Ğà¨ĵਰ ਜà¨à¨°àİ€" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "'%s' ਨàİ‚àİ° à¨Şàݜਨ à¨µà¨żàİħਚ à¨Ğà݇ਲ: à¨Şàİœàİ‹: %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "%s ਚਲà¨à¨‰à¨£ ਲਈ ਅਸà¨Ğà¨ĵਲ\n" diff --git a/po/pl.po b/po/pl.po index 5e99474e69..ae64e34134 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2008-06-25 21:32+0200\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" @@ -13,308 +13,308 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "Rodzina adres³w dla nazwy hosta jest nieobsĊ‚ugiwana" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "Rozwiązanie nazw tymczasowo się nie powiodĊ‚o" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "BĊ‚Ä™dna wartoĊ›Ä‡ dla ai_flags" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "Rozwiązanie nazw nie powiodĊ‚o się, niemoĊĵliwe do przywr³cenia" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "ai_family jest nieobsĊ‚ugiwane" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" msgstr "PrzydziaĊ‚ pamięci nie powi³dĊ‚ się" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "Brak adresu powiązanego z nazwą hosta" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "Nieznana nazwa lub usĊ‚uga" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "Nazwa serwera jest nieobsĊ‚ugiwana dla ai_socktype" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "ai_socktype jest nieobsĊ‚ugiwane" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 msgid "System error" msgstr "BĊ‚Ä…d systemowy" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "Bufor argument³w jest za maĊ‚y" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "Trwa przetwarzanie Ċĵądania" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "Anulowano Ċĵądanie" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "Nie anulowano Ċĵądania" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "Wszystkie Ċĵądania zostaĊ‚y zakoĊ„czone" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "Przerwane przez sygnaĊ‚" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "ĊaĊ„cuch parametru nie jest poprawnie zakodowany" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" msgstr "Nieznany bĊ‚Ä…d" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "Nie moĊĵna uzyskać dostępu do %s \"%s\": %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "gnutls_certificate_set_x509_key_file: %s" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "gnutls_dh_params_init: %s" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "gnutls_dh_params_generate2: %s" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "Odczytanie z sygnaĊ‚u potoku nie powiodĊ‚o się: %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" msgstr "Ponowne wczytywanie konfiguracji po SIGHUP" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "BĊ‚Ä…d podczas ponownego wczytywania sterownik³w" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "WyĊ‚Ä…czanie po sygnale %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "Otrzymano sygnaĊ‚ %d, wykonywanie dispatch do sterownik³w" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "nieoczekiwana wartoĊ›Ä‡ węzĊ‚a" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 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:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "Ustawienie nieblokującej flagi deskryptora pliku nie powiodĊ‚o się" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Otwarcie pliku PID \"%s\" nie powiodĊ‚o się: %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, 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:453 +#: qemud/qemud.c:478 #, 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:460 +#: qemud/qemud.c:485 #, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Zamknięcie pliku PID \"%s\" nie powiodĊ‚o się: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" msgstr "Przydzielenie pamięci dla agregacji qemud_socket nie powiodĊ‚o się" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, c-format msgid "Failed to create socket: %s" msgstr "Utworzenie gniazda nie powiodĊ‚o się: %s" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Dowiązanie gniazda do \"%s\" nie powiodĊ‚o się: %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, 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:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "Dodanie wywoĊ‚ania zwrotnego zdarzenia serwera nie powiodĊ‚o się" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "gniazdo: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "dowiązanie: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "nasĊ‚uchiwanie: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "remoteListenTCP: wywoĊ‚anie zwrotne: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP: nasĊ‚uchiwanie: %s" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Znalezienie rekordu uĊĵytkownika dla UID \"%d\" nie powiodĊ‚o się: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "ĊšcieĊĵka wynikowa jest za dĊ‚uga dla bufora w qemudInitPaths()" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" msgstr "Przydzielenie struct qemud_server nie powiodĊ‚o się" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Zainicjowanie uwierzytelniania SASL %s nie powiodĊ‚o się" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, 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:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "remoteCheckDN: nie powiodĊ‚o się: klient DN jest %s" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate: sprawdzenie nie powiodĊ‚o się: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "remoteCheckCertificate: certyfikat klienta nie jest zaufany." -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" "remoteCheckCertificate: certyfikat klienta zostaĊ‚ posiada nieznanego " "wystawcę." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "remoteCheckCertificate: certyfikat klienta zostaĊ‚ odrzucony." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" "remoteCheckCertificate:certyfikat klienta uĊĵywa niebezpiecznego algorytmu." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "remoteCheckCertificate: certyfikat nie jest X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate: brak r³wnych" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "remoteCheckCertificate: gnutls_x509_crt_init nie powiodĊ‚o się" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "remoteCheckCertificate: certyfikat klienta wygasĊ‚" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" "remoteCheckCertificate: certyfikat klienta nie zostaĊ‚ jeszcze aktywowany" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -326,12 +326,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:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" "remoteCheckCertificate: sprawdzenie certyfikatu klienta nie powiodĊ‚o się" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" @@ -339,433 +339,464 @@ msgstr "" "remoteCheckCertificate: tls_no_verify_certificate jest ustawione, więc " "bĊ‚Ä™dny certyfikat zostaĊ‚ zignorowany" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, c-format msgid "Failed to verify client credentials: %s" msgstr "Sprawdzenie danych uwierzytelniających klienta nie powiodĊ‚o się: %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, c-format msgid "Failed to accept connection: %s" msgstr "Zaakceptowanie poĊ‚Ä…czenia nie powiodĊ‚o się: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "WyĊ‚Ä…cz uwierzytelnianie PolicyKit dla uprawnionego klienta %d" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "Nawiązanie TLS nie powiodĊ‚o się: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "odczytaj: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "zapisz: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, 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:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, c-format msgid "failed to allocate memory for %s config list" msgstr "Przydzielenie pamięci dla listy konfiguracji %s nie powiodĊ‚o się" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, 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ę" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, 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:1807 +#: qemud/qemud.c:1892 #, 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:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "remoteReadConfigFile: %s\n" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "remoteReadConfigFile: %s: %s: nieobsĊ‚ugiwane uwierzytelnianie %s\n" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 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:1961 +#: qemud/qemud.c:2046 #, c-format msgid "Failed to lookup group '%s'" msgstr "Wyszukanie grupy \"%s\" nie powiodĊ‚o się" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, c-format msgid "Failed to parse mode '%s'" msgstr "Przeanalizowanie trybu \"%s\" nie powiodĊ‚o się" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, c-format msgid "Failed to fork as daemon: %s" msgstr "Rozdzielenie jako demon nie powiodĊ‚o się: %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, c-format msgid "Failed to create pipe: %s" msgstr "Utworzenie potoku nie powiodĊ‚o się: %s" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, c-format msgid "Failed to change group ownership of %s" msgstr "Zmiana wĊ‚aĊ›ciciela grupy %s nie powiodĊ‚a się" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "Zarejestrowanie wywoĊ‚ania zwrotnego nie powiodĊ‚o się" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "xdr_remote_message_header" -#: qemud/remote.c:110 +#: qemud/remote.c:117 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "program nie zgadza się (jest %x, oczekiwano %x)" -#: qemud/remote.c:117 +#: qemud/remote.c:124 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "wersja nie zgadza się (jest %x, oczekiwano %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "kierunek (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "stan (%d) != REMOTE_OK" -#: qemud/remote.c:145 +#: qemud/remote.c:152 msgid "authentication required" msgstr "uwierzytelnienie jest wymagane" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, c-format msgid "unknown procedure: %d" msgstr "nieznana procedura: %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 msgid "parse args failed" msgstr "przeanalizowanie argument³w nie powiodĊ‚o się" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "wewnętrzny bĊ‚Ä…d - funkcja dispatch zwr³ciĊ‚a nieprawidĊ‚owy kod %d" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "pusta dĊ‚ugoĊ›Ä‡" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "szereguj nagĊ‚³wki odpowiedzi" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "szereguj struct zwrotny" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "szereguj bĊ‚Ä…d zwrotny" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "szereguj dĊ‚ugoĊ›Ä‡ zwrotną" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "poĊ‚Ä…czenie jest juĊĵ otwarte" -#: qemud/remote.c:450 +#: qemud/remote.c:468 msgid "connection not open" msgstr "poĊ‚Ä…czenie nie jest otwarte" -#: qemud/remote.c:497 +#: qemud/remote.c:515 msgid "out of memory in strdup" msgstr "brak pamięci w strdup" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "nie znaleziono domeny" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "nparams jest za duĊĵe" -#: qemud/remote.c:742 +#: qemud/remote.c:777 msgid "unknown type" msgstr "nieznany typ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "rozmiar > maksymalny rozmiar bufora" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "nie znaleziono sieci" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, c-format msgid "Cannot resolve address %d: %s" msgstr "Nie moĊĵna rozwiązać adresu %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "klient spr³bowaĊ‚ nieprawidĊ‚owe Ċĵądanie inicjowania SASL" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, c-format msgid "failed to get sock address %d (%s)" msgstr "uzyskanie adresu gniazda %d nie powiodĊ‚o się (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, c-format msgid "failed to get peer address %d (%s)" msgstr "uzyskanie adresu peera %d nie powiodĊ‚o się (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "ustawienie kontekstu SASL nie powiodĊ‚o się %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "TLS nie moĊĵe uzyskać rozmiaru szyfru" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "nie moĊĵna ustawić zewnętrznego SSF SASL %d (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "nie moĊĵna ustawić podparcia bezpieczeĊ„stwa SASL %d (%s)" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "nie moĊĵna wyĊ›wietlić listy mechanizm³w SASL %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "nie moĊĵna przydzielić listy mechanizm³w" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, 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:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "wynegocjowane SSF %d nie byĊ‚o wystarczająco silne" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "nie moĊĵna odpytać nazwy uĊĵytkownika na poĊ‚Ä…czeniu %d (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "nie znaleziono nazwy uĊĵytkownika klienta" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 msgid "out of memory copying username" msgstr "brak pamięci podczas kopiowania nazwy uĊĵytkownika" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "klient SASL %s nie znajduje się na liĊ›ci dozwolonych" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "klient spr³bowaĊ‚ nieprawidĊ‚owego Ċĵądania uruchomienia SASL" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "uruchomienie SASL nie powiodĊ‚o się %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "dane odpowiedzi uruchomienia SASL są za dĊ‚ugie %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "krok SASL nie powi³dĊ‚ się %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "dane odpowiedzi kroku SASL są za dĊ‚ugie %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "klient spr³bowaĊ‚ nieobsĊ‚ugiwanego Ċĵądania inicjowania SASL" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "klient spr³bowaĊ‚ nieobsĊ‚ugiwanego Ċĵądania uruchomienia SASL" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "klient spr³bowaĊ‚ nieobsĊ‚ugiwanego Ċĵądania kroku SASL" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "klient spr³bowaĊ‚ nieprawidĊ‚owego Ċĵądania inicjowania PolicyKit" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "nie moĊĵna uzyskać toĊĵsamoĊ›ci r³wnego gniazda" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "Sprawdzanie PID-u %d uruchomionego jako %d" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "Wyszukanie wywoĊ‚ania PolicyKit nie powiodĊ‚o się: %s" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, c-format msgid "Failed to create polkit action %s\n" msgstr "Utworzenie dziaĊ‚ania PolicyKit %s nie powiodĊ‚o się\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, c-format msgid "Failed to create polkit context %s\n" msgstr "Utworzenie kontekstu PolicyKit %s nie powiodĊ‚o się\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, 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:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, 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:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "klient spr³bowaĊ‚ nieobsĊ‚ugiwanego Ċĵądania inicjowania PolicyKit" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" msgstr "Nie znaleziono storage_pool" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" msgstr "Nie znaleziono storage_vol" +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "nie znaleziono urządzenia: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "nieprawidĊ‚owy element UUID" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (dĊ‚ugoĊ›Ä‡ wyrazu)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (dĊ‚ugoĊ›Ä‡ wyrazu)" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -803,8 +834,8 @@ msgstr "oczekiwane rozdzielenie" msgid "expecting an assignment" msgstr "oczekiwane wyznaczenie" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "przydziel bufor" @@ -846,901 +877,966 @@ msgstr "odczytywanie wejĊ›cia nie powiodĊ‚o się: %s\n" msgid "failure writing output: %s\n" msgstr "zapisywanie wejĊ›cia nie powiodĊ‚o się: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "przydzielanie poĊ‚Ä…czenia" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "przydzielanie domeny" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "dodanie domeny do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o się" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "brak domeny w tablicy hash³w poĊ‚Ä…czenia" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "przydzielanie sieci" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "dodanie sieci do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o się" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "brak sieci w tablicy hash³w poĊ‚Ä…czenia" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "przydzielanie puli pamięci masowej" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "" +"dodanie puli pamięci masowej do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o się" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "brak puli w tablicy hash³w poĊ‚Ä…czenia" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "przydzielanie woluminu pamięci masowej" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "" +"dodanie woluminu pamięci masowej do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o " +"się" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "brak woluminu w tablicy hash³w poĊ‚Ä…czenia" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "przydzielanie woluminu pamięci masowej" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "kopiowanie zawartoĊ›ci węzĊ‚a" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "" +"dodanie woluminu pamięci masowej do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o " +"się" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "brak woluminu w tablicy hash³w poĊ‚Ä…czenia" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" msgstr "nieznany typ \"%s\"" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" msgstr "nieznane urządzenie startowe \"%s\"" -#: src/domain_conf.c:588 +#: src/domain_conf.c:602 #, c-format msgid "Invalid floppy device name: %s" msgstr "NieprawidĊ‚owa nazwa urządzenia dyskietki: %s" -#: src/domain_conf.c:602 +#: src/domain_conf.c:617 #, c-format msgid "Invalid harddisk device name: %s" msgstr "NieprawidĊ‚owa nazwa urządzenia dysku twardego: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" msgstr "NieprawidĊ‚owy typ magistrali \"%s\" dla dyskietki" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" msgstr "NieprawidĊ‚owy typ magistrali \"%s\" dla dyskietki" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" "Brak atrybutu \"network\" okreĊ›lonego za pomocą " -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " msgstr "" "Brak atrybutu \"dev\" okreĊ›lonego za pomocą " -#: src/domain_conf.c:907 +#: src/domain_conf.c:902 msgid "No 'port' attribute specified with socket interface" msgstr "" "Brak atrybutu \"port\" okreĊ›lonego za pomocą interfejsu gniazda" -#: src/domain_conf.c:912 +#: src/domain_conf.c:907 msgid "Cannot parse 'port' attribute with socket interface" msgstr "" "Nie moĊĵna przeanalizować atrybutu \"port\" za pomocą interfejsu " "gniazda" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" msgstr "" "Brak atrybutu \"address\" okreĊ›lonego za pomocą interfejsu gniazda" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" msgstr "Nazwa modelu zawiera nieprawidĊ‚owe znaki" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" msgstr "Brak atrybutu Ċ›cieĊĵki Ċşr³dĊ‚owej dla urządzenia znakowego" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" msgstr "Brak atrybutu hosta Ċşr³dĊ‚owego dla urządzenia znakowego" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" msgstr "Brak atrybutu usĊ‚ugi Ċşr³dĊ‚owej dla urządzenia znakowego" -#: src/domain_conf.c:1247 +#: src/domain_conf.c:1242 msgid "missing input device type" msgstr "brak typu urządzenia wejĊ›cia" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" msgstr "nieznane urządzenie startowe \"%s\"" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" msgstr "magistrala ps2 nie obsĊ‚uguje urządzenia wejĊ›cia %s" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" msgstr "nieobsĊ‚ugiwana magistrala wejĊ›cia %s" -#: src/domain_conf.c:1286 +#: src/domain_conf.c:1281 #, c-format msgid "xen bus does not support %s input device" msgstr "magistrala Xena nie obsĊ‚uguje urządzenia wejĊ›cia %s" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" msgstr "brak typu urządzenia wejĊ›cia" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" msgstr "nieznany typ urządzenia" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" msgstr "nie moĊĵna usunąć konfiguracji dla %s" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" msgstr "nieznany typ modelu dĊşwięku" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" msgstr "nie moĊĵna odczytać folderu %s: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" msgstr "nie moĊĵna otworzyć urządzenia %s" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" msgstr "nie moĊĵna odczytać %s: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" msgstr "nie moĊĵna otworzyć urządzenia %s" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "brak \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" msgstr "brak hosta Ċşr³dĊ‚owego" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" msgstr "nieznane urządzenie startowe \"%s\"" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" msgstr "nieznane urządzenie startowe \"%s\"" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" msgstr "brak hosta Ċşr³dĊ‚owego" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "nieznany host %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" msgstr "nieznany typ uwierzytelniania %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" msgstr "brak elementu roota" -#: src/domain_conf.c:1672 +#: src/domain_conf.c:1668 msgid "unknown device type" msgstr "nieznany typ urządzenia" -#: src/domain_conf.c:1698 +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" msgstr "przydzielenie przestrzeni dla xmlXPathContext nie powiodĊ‚o się" -#: src/domain_conf.c:1706 +#: src/domain_conf.c:1711 msgid "missing domain type attribute" msgstr "brak atrybutu typu domeny" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" msgstr "nieprawidĊ‚owy typ domeny" -#: src/domain_conf.c:1729 src/network_conf.c:317 +#: src/domain_conf.c:1734 src/network_conf.c:317 #, c-format msgid "Failed to generate UUID: %s" msgstr "Utworzenie UUID nie powiodĊ‚o się: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" msgstr "bĊ‚Ä™dnie sformatowany element UUID" -#: src/domain_conf.c:1745 +#: src/domain_conf.c:1750 msgid "missing memory element" msgstr "brak elementu pamięci" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "nieoczekiwane dane \"%s\"" -#: src/domain_conf.c:1815 +#: src/domain_conf.c:1820 msgid "no OS type" msgstr "brak typu systemu operacyjnego" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" msgstr "nieobsĊ‚ugiwana architektura" -#: src/domain_conf.c:1891 +#: src/domain_conf.c:1899 #, fuzzy msgid "cannot extract boot device" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:1899 +#: src/domain_conf.c:1907 #, fuzzy msgid "missing boot device" msgstr "brak urządzenia Ċşr³dĊ‚owego" -#: src/domain_conf.c:1904 +#: src/domain_conf.c:1912 #, c-format msgid "unknown boot device '%s'" msgstr "nieznane urządzenie startowe \"%s\"" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "NieobsĊ‚ugiwany typ dysku \"%s\"" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" msgstr "dowiązanie: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" msgstr "wstrzymanie domeny nie powiodĊ‚o się" -#: src/domain_conf.c:2293 src/network_conf.c:524 +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" msgstr "niepoprawny element roota" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "bĊ‚Ä…d skĊ‚adni topologii cpuset" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "nieoczekiwany węzeĊ‚ sĊ‚ownika" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2974 +#: src/domain_conf.c:2976 #, c-format msgid "unexpected domain type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "nieoczekiwana wartoĊ›Ä‡ węzĊ‚a" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" msgstr "nie moĊĵna utworzyć folderu konfiguracji %s: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 #, c-format msgid "cannot create config file %s: %s" msgstr "nie moĊĵna utworzyć pliku konfiguracji %s: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 #, c-format msgid "cannot write config file %s: %s" msgstr "nie moĊĵna zapisać pliku konfiguracji %s: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" msgstr "nie moĊĵna zapisać pliku konfiguracji %s: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 +#: src/domain_conf.c:3308 src/network_conf.c:767 #, c-format msgid "Failed to open dir '%s': %s" msgstr "Otwarcie folderu \"%s\" nie powiodĊ‚o się: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" msgstr "nie moĊĵna usunąć konfiguracji dla %s" -#: src/domain_conf.c:3443 +#: src/domain_conf.c:3434 msgid "unknown virt type" msgstr "nieznany typ wirtualizacji" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "przydzielanie poĊ‚Ä…czenia" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "przydzielanie domeny" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "dodanie domeny do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o się" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "brak domeny w tablicy hash³w poĊ‚Ä…czenia" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "przydzielanie sieci" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "dodanie sieci do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o się" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "brak sieci w tablicy hash³w poĊ‚Ä…czenia" - -#: src/hash.c:1102 src/hash.c:1107 -msgid "allocating storage pool" -msgstr "przydzielanie puli pamięci masowej" - -#: src/hash.c:1117 -msgid "failed to add storage pool to connection hash table" -msgstr "" -"dodanie puli pamięci masowej do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o się" - -#: src/hash.c:1156 -msgid "pool missing from connection hash table" -msgstr "brak puli w tablicy hash³w poĊ‚Ä…czenia" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -msgid "allocating storage vol" -msgstr "przydzielanie woluminu pamięci masowej" - -#: src/hash.c:1253 -msgid "failed to add storage vol to connection hash table" -msgstr "" -"dodanie woluminu pamięci masowej do tablicy hash³w poĊ‚Ä…czenia nie powiodĊ‚o " -"się" - -#: src/hash.c:1293 -msgid "vol missing from connection hash table" -msgstr "brak woluminu w tablicy hash³w poĊ‚Ä…czenia" - -#: src/iptables.c:104 +#: src/iptables.c:102 msgid "Failed to run '" msgstr "Nie powiodĊ‚o się uruchomienie \"" -#: src/iptables.c:152 +#: src/iptables.c:150 msgid "Failed to read " msgstr "Nie powiodĊ‚o się odczytanie " -#: src/iptables.c:180 +#: src/iptables.c:178 msgid "Failed to write to " msgstr "Nie powiodĊ‚o się zapisanie " -#: src/iptables.c:245 +#: src/iptables.c:243 #, c-format msgid "Failed to create directory %s : %s" msgstr "Utworzenie folderu %s nie powiodĊ‚o się: %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Zapisanie reguĊ‚ iptables do %s nie powiodĊ‚o się: %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" "Usunięcie reguĊ‚y iptables \"%s\" z Ċ‚aĊ„cucha \"%s\" w tablicy \"%s\" nie " "powiodĊ‚o się: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, 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:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "nie moĊĵna przeanalizować URI poĊ‚Ä…czenia" -#: src/libvirt.c:772 -msgid "allocating conn->name" -msgstr "przydzielanie conn->name" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Zaakceptowanie poĊ‚Ä…czenia nie powiodĊ‚o się: %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "domainMigratePrepare nie ustawiĊ‚o URI" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare nie ustawiĊ‚o URI" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "Ċ›cieĊĵka jest PUSTA" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "flagi muszą być zerem" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "bufor jest PUSTY" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "parametry flag muszą być VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "bufor jest PUSTY, ale rozmiar nie wynosi zero" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "BĊ‚Ä…d podczas ponownego wczytywania sterownik³w" + +#: src/lxc_container.c:122 #, c-format msgid "setsid failed: %s" msgstr "setsid nie powiodĊ‚o się: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "ioctl(TIOCSTTY) nie powiodĊ‚o się: %s" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, c-format msgid "dup2(stdin) failed: %s" msgstr "dup2(stdin) nie powiodĊ‚o się: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, c-format msgid "dup2(stdout) failed: %s" msgstr "dup2(stdout) nie powiodĊ‚o się: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, c-format msgid "dup2(stderr) failed: %s" msgstr "dup2(stderr) nie powiodĊ‚o się: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "nie moĊĵna przydzielić Ċ‚aĊ„cucha nazwy kontenera" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Utworzenie nieaktywnej domeny %s nie powiodĊ‚o się\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Dowiązanie gniazda do \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "utworzenie \"%s\" nie powiodĊ‚o się" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Dowiązanie gniazda do \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "zamontowanie /proc dla kontenera nie powiodĊ‚o się: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "zamontowanie /proc dla kontenera nie powiodĊ‚o się: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Dowiązanie gniazda do \"%s\" nie powiodĊ‚o się: %s" +msgstr "utworzenie pliku dziennika %s nie powiodĊ‚o się: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, c-format msgid "failed to mount %s at %s for container: %s" msgstr "zamontowanie %s na %s dla kontenera nie powiodĊ‚o się: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Utworzenie puli %s nie powiodĊ‚o się" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Otwarcie folderu \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, c-format msgid "failed to mount /proc for container: %s" msgstr "zamontowanie /proc dla kontenera nie powiodĊ‚o się: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "lxcChild() przekazaĊ‚ nieprawidĊ‚ową definicję maszyny wirtualnej" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, c-format msgid "open(%s) failed: %s" msgstr "open(%s) nie powiodĊ‚o się: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, c-format msgid "clone() failed, %s" msgstr "clone() nie powiodĊ‚o się, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Utworzenie woluminu z %s nie powiodĊ‚o się" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Utworzenie gniazda nie powiodĊ‚o się: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Utworzenie gniazda nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Dowiązanie gniazda do \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Dowiązanie gniazda do \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, c-format msgid "read of fd %d failed: %s" msgstr "odczytanie fd %d nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, c-format msgid "write to fd %d failed: %s" msgstr "zapisanie fd %d nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, c-format msgid "epoll_create(2) failed: %s" msgstr "epoll_create(2) nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "epoll_ctl(fd1) nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "epoll_ctl(fd1) nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "zdarzenie bĊ‚Ä™du %d" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, c-format msgid "epoll_wait() failed: %s" msgstr "epoll_wait() nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Uzyskanie informacji o statystykach interfejsu %s %s nie powiodĊ‚o się" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Usunięcie woluminu %s nie powiodĊ‚o się" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "unlockpt nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "przydzielenie węzĊ‚a nie powiodĊ‚o się" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "Nie moĊĵna zapisać argv do pliku dziennika %d: %s" +msgstr "Zapisanie do pliku PID \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "Nie moĊĵna zapisać argv do pliku dziennika %d: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "Nie moĊĵna zamknąć pliku dziennika %d: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Znalezienie sterownika pamięci masowej nie powiodĊ‚o się: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "" +"przydzielenie przestrzeni dla Ċ‚aĊ„cucha nazwy maszyny wirtualnej nie powiodĊ‚o " +"się" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" msgstr "brak domeny pasującej do UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" msgstr "nie moĊĵna usunąć aktywnej domeny" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "nie moĊĵna usunąć aktywnej domeny" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "oczekiwanie waitpid na kontener %d nie powiodĊ‚o się: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "skrypt uĊĵyty do mostkowania interfejsu sieciowego" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "DoĊ‚Ä…czenie urządzenia z %s nie powiodĊ‚o się" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "przydzielenie węzĊ‚a nie powiodĊ‚o się" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Dowiązanie gniazda do \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "Przydzielenie przestrzeni dla urządzenia znakowego powiodĊ‚o się" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Utworzenie gniazda nie powiodĊ‚o się: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "nieprawidĊ‚owy wskaĊşnik domeny w" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Zamknięcie pliku PID TTY %s nie powiodĊ‚o się: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "nie moĊĵna wykonać stat na pliku \"%s\": %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, c-format msgid "cannot create log directory %s: %s" msgstr "nie moĊĵna utworzyć folderu dziennika %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Otwarcie folderu \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Otwarcie pliku PID \"%s\" nie powiodĊ‚o się: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "nazwa domeny" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format msgid "no domain with id %d" msgstr "brak domeny o identyfikatorze %d" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "nazwy" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "nieznana procedura: %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Wznowienie domeny %s nie powiodĊ‚o się" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "nieprawidĊ‚owa Ċ›cieĊĵka: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "NieprawidĊ‚owy parametr virXPathNode()" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1770,8 +1866,8 @@ msgstr "ZaĊĵądano przekazywania, ale nie podano adresu/maski sieciowej IPv4" msgid "unknown forwarding type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "nie moĊĵna utworzyć folderu automatycznego uruchamiania %s: %s" @@ -1782,307 +1878,518 @@ 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:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "brak pliku konfiguracji dla %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "Automatyczne uruchomienie sieci \"%s\" nie powiodĊ‚o się: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "Znalezienie rekordu uĊĵytkownika dla UID \"%d\" nie powiodĊ‚o się: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "brak pamięci w asprintf" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: brak pamięci" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "Ponowne wczytywanie reguĊ‚ iptables" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "przydzielenie przestrzeni dla dnsmasq argv nie powiodĊ‚o się" + +#: src/network_driver.c:396 +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:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"dodanie reguĊ‚y iptables pozwalającej na przekazywanie z \"%s\" nie powiodĊ‚o " +"się: %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"dodanie reguĊ‚y iptables pozwalającej na przekazywanie do \"%s\" nie powiodĊ‚o " +"się: %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "dodanie reguĊ‚y iptables wĊ‚Ä…czającej maskaradę nie powiodĊ‚o się: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"dodanie reguĊ‚y iptables pozwalającej na routowanie z \"%s\" nie powiodĊ‚o " +"się: %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"dodanie reguĊ‚y iptables pozwalającej na routowanie do \"%s\" nie powiodĊ‚o " +"się: %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "przydzielenie przestrzeni dla obsĊ‚ugi iptables nie powiodĊ‚o się" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"dodanie reguĊ‚y iptables pozwalającej na Ċĵądania DHCP z \"%s\" nie powiodĊ‚o " +"się: %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"dodanie reguĊ‚y iptables pozwalającej na Ċĵądania DNS z \"%s\" nie powiodĊ‚o " +"się: %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"dodanie reguĊ‚y iptables blokującej ruch wychodzący z \"%s\" nie powiodĊ‚o " +"się: %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"dodanie reguĊ‚y iptables blokującej ruch przychodzący do \"%s\" nie powiodĊ‚o " +"się: %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"dodanie reguĊ‚y iptables pozwalającej na ruch między mostkami na \"%s\" nie " +"powiodĊ‚o się: %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "sieć jest juĊĵ aktywna" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "nie moĊĵna zainicjować obsĊ‚ugi mostka: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "nie moĊĵna utworzyć mostka \"%s\": %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "nie moĊĵna ustawić adresu IP na mostku \"%s\" na \"%s\": %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "nie moĊĵna ustawić maski sieciowej na mostku \"%s\" na \"%s\": %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "podniesienie mostku \"%s\" nie powiodĊ‚o się: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "wĊ‚Ä…czenie przekazywania IP nie powiodĊ‚o się: %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Opuszczanie mostku \"%s\" nie powiodĊ‚o się: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Usunięcie mostku \"%s\" nie powiodĊ‚o się: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "WyĊ‚Ä…czanie sieci \"%s\"" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "Otrzymano nieoczekiwany PID dla dnsmasq" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "brak sieci pasującej do UUID" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "brak sieci pasującej do nazwy" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "sieć jest juĊĵ aktywna" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "brak sieci pasującej do identyfikatora" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "przydzielenie przestrzeni dla Ċ‚aĊ„cucha mostka sieci nie powiodĊ‚o się" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "" +"Utworzenie dowiązania symbolicznego \"%s\" do \"%s\" nie powiodĊ‚o się: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Usunięcie dowiązania symbolicznego \"%s\" nie powiodĊ‚o się: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "brak woluminu pamięci masowej pasującego do nazwy" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Nie moĊĵna wydobyć wersji uruchomionego nadzorcy %s\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "nie moĊĵna przeanalizować URI poĊ‚Ä…czenia" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "nie moĊĵna przeanalizować URI poĊ‚Ä…czenia" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "rozwiązywanie nazw plik³w sieci" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "nieprawidĊ‚owy adres MAC" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "Adres MAC" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" msgstr "popen nie powiodĊ‚o się" -#: src/openvz_conf.c:337 +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" msgstr "Przeanalizowanie wyjĊ›cia vzlist nie powiodĊ‚o się" -#: src/openvz_conf.c:363 +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" msgstr "UUID w pliku konfiguracji jest bĊ‚Ä™dnie sformatowany" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "nie moĊĵna przeanalizować URI poĊ‚Ä…czenia" +msgstr "nie moĊĵna usunąć konfiguracji dla %s" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" msgstr "Domena nie jest uruchomiona" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 #, fuzzy msgid "only one filesystem supported" msgstr "nieprawidĊ‚owy typ systemu plik³w" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "nie moĊĵna poĊ‚Ä…czyć się z %s" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" msgstr "nie moĊĵna usunąć aktywnej domeny" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" msgstr "domena nie jest uruchomiona" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "nie moĊĵna poĊ‚Ä…czyć się z %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "Maszyna wirtualna OpenVZ o identyfikatorze \"%s\" jest juĊĵ aktywna" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "nie moĊĵna przeanalizować URI poĊ‚Ä…czenia" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "nie moĊĵna poĊ‚Ä…czyć się z %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "nie moĊĵna usunąć konfiguracji dla %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "Maszyna wirtualna OpenVZ o identyfikatorze \"%s\" jest juĊĵ aktywna" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "nie moĊĵna przeanalizować URI poĊ‚Ä…czenia" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "zmieĊ„ liczbę wirtualnych procesor³w" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "Maszyna wirtualna OpenVZ o identyfikatorze \"%d\" jest juĊĵ okreĊ›lona" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "brak domeny pasującej do identyfikatora" -#: src/openvz_driver.c:595 +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" msgstr "domena nie jest wyĊ‚Ä…czona" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "nie moĊĵna przeanalizować URI poĊ‚Ä…czenia" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, c-format msgid "unknown type '%s'" msgstr "nieznany typ \"%s\"" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "nie moĊĵna przeanalizować URI poĊ‚Ä…czenia" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "Zamknięcie gniazda %d nie powiodĊ‚o się\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "Odczytanie z gniazda %d nie powiodĊ‚o się\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "Zapisanie do gniazda nie powiodĊ‚o się %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "BĊ‚Ä…d komunikacji z poĊ›rednikiem: uzyskano %d bajt³w z %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "BĊ‚Ä…d komunikacji z poĊ›rednikiem: oczekiwano %d bajt³w, otrzymano %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "BĊ‚Ä…d komunikacji z poĊ›rednikiem: otrzymano pakiet %d bajt³w\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "BĊ‚Ä…d komunikacji z poĊ›rednikiem: niesformowany pakiet\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "uzyskano niesynchroniczny pakiet o numerze %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "przydzielenie węzĊ‚a nie powiodĊ‚o się" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" msgstr "przydzielenie vncTLSx509certdir nie powiodĊ‚o się" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "przydzielenie węzĊ‚a nie powiodĊ‚o się" + +#: src/qemu_conf.c:477 #, 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:496 +#: src/qemu_conf.c:486 #, 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:519 src/qemu_driver.c:926 +#: src/qemu_conf.c:509 src/qemu_driver.c:871 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Nie moĊĵna znaleĊşÄ‡ binaria QEMU %s: %s" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, c-format msgid "Network '%s' not found" msgstr "Nie znaleziono sieci \"%s\"" -#: src/qemu_conf.c:555 -#, c-format -msgid "Network '%s' not active" +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" msgstr "Sieć \"%s\" jest nieaktywna" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, c-format msgid "Network type %d is not supported" msgstr "Typ sieci %d jest nieobsĊ‚ugiwany" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, c-format -msgid "cannot initialize bridge support: %s" -msgstr "nie moĊĵna zainicjować obsĊ‚ugi mostka: %s" - -#: src/qemu_conf.c:590 +#: src/qemu_conf.c:585 #, fuzzy, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" msgstr "Dodanie interfejsu TAP \"%s\" do mostka \"%s\" nie powiodĊ‚o się: %s" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, 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:617 +#: src/qemu_conf.c:612 msgid "failed to allocate space for tapfds string" msgstr "przydzielenie przestrzeni dla Ċ‚aĊ„cucha tapfds nie powiodĊ‚o się" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" msgstr "NieobsĊ‚ugiwany typ dysku \"%s\"" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, c-format msgid "unsupported disk type '%s'" msgstr "NieobsĊ‚ugiwany typ dysku \"%s\"" -#: src/qemu_conf.c:1181 +#: src/qemu_conf.c:1245 msgid "invalid sound model" msgstr "nieprawidĊ‚owy model dĊşwięku" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" msgstr "Przydzielenie przestrzeni dla Ċ‚aĊ„cucha argv nie powiodĊ‚o się" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "Ustawienie flagi deskryptora pliku \"close-on-exec\" nie powiodĊ‚o się" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Ustawienie nieblokującej flagi deskryptora pliku nie powiodĊ‚o się" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "Automatyczne uruchomienie sieci \"%s\" nie powiodĊ‚o się: %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "" "Automatyczne uruchomienie maszyny wirtualnej \"%s\" nie powiodĊ‚o się: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "Znalezienie rekordu uĊĵytkownika dla UID \"%d\" nie powiodĊ‚o się: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "brak pamięci w asprintf" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: brak pamięci" -#: src/qemu_driver.c:296 -#, fuzzy -msgid "Reloading iptables rules\n" -msgstr "Ponowne wczytywanie reguĊ‚ iptables" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2091,356 +2398,240 @@ msgstr "" "ZakoĊ„czono QEMU podczas uruchamiania %s\n" "%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "Odczytanie wyjĊ›cia uruchamiania %s nie powiodĊ‚o się: %s" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "Przekroczono czas podczas odczytywania wyjĊ›cia uruchamiania %s" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "Odczytanie wyjĊ›cia uruchamiania %s nie powiodĊ‚o się" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "Brak przestrzeni podczas odczytywania wyjĊ›cia uruchamiania %s" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, c-format msgid "Unable to open monitor path %s" msgstr "Nie moĊĵna otworzyć Ċ›cieĊĵki do monitora %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "Nie moĊĵna ustawić flagi monitora close-on-exec" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "Nie moĊĵna umieĊ›cić monitora w trybie nie blokowania" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Nie moĊĵna zapisać danych konsoli maszyny wirtualnej w dzienniku: %s" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 msgid "allocate cpumap" msgstr "przydziel mapy procesora" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 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:787 +#: src/qemu_driver.c:726 #, c-format msgid "failed to set CPU affinity %s" msgstr "ustawienie pokrewieĊ„stwa procesora %s nie powiodĊ‚o się" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" msgstr "operacja wznowienia nie powiodĊ‚a się" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" msgstr "Maszyna wirtualna jest juĊĵ aktywna" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "Nie moĊĵna znaleĊşÄ‡ nieuĊĵywanego portu VNC" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "Ċ›cieĊĵka do pliku konfiguracji jest za dĊ‚uga: %s/%s.log" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, c-format msgid "failed to create logfile %s: %s" msgstr "utworzenie pliku dziennika %s nie powiodĊ‚o się: %s" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, 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:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Nie moĊĵna znaleĊşÄ‡ binaria QEMU %s: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "Nie moĊĵna zapisać argv do pliku dziennika %d: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Nie moĊĵna zapisać argv do pliku dziennika %d: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "WyĊ‚Ä…czanie maszyny wirtualnej \"%s\"" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Nie moĊĵna zamknąć pliku dziennika %d: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Otrzymano nieoczekiwany PID, cholera" -#: src/qemu_driver.c:1220 -msgid "failed to allocate space for dnsmasq argv" -msgstr "przydzielenie przestrzeni dla dnsmasq argv nie powiodĊ‚o się" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "nie moĊĵna uruchomić demona DHCP bez adresu IP serwera" - -#: src/qemu_driver.c:1263 -#, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "" -"dodanie reguĊ‚y iptables pozwalającej na przekazywanie z \"%s\" nie powiodĊ‚o " -"się: %s\n" - -#: src/qemu_driver.c:1274 -#, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "" -"dodanie reguĊ‚y iptables pozwalającej na przekazywanie do \"%s\" nie powiodĊ‚o " -"się: %s\n" - -#: src/qemu_driver.c:1284 -#, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "dodanie reguĊ‚y iptables wĊ‚Ä…czającej maskaradę nie powiodĊ‚o się: %s\n" - -#: src/qemu_driver.c:1316 -#, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "" -"dodanie reguĊ‚y iptables pozwalającej na routowanie z \"%s\" nie powiodĊ‚o " -"się: %s\n" - -#: src/qemu_driver.c:1327 -#, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "" -"dodanie reguĊ‚y iptables pozwalającej na routowanie do \"%s\" nie powiodĊ‚o " -"się: %s\n" - -#: src/qemu_driver.c:1352 -msgid "failed to allocate space for IP tables support" -msgstr "przydzielenie przestrzeni dla obsĊ‚ugi iptables nie powiodĊ‚o się" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "" -"dodanie reguĊ‚y iptables pozwalającej na Ċĵądania DHCP z \"%s\" nie powiodĊ‚o " -"się: %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "" -"dodanie reguĊ‚y iptables pozwalającej na Ċĵądania DNS z \"%s\" nie powiodĊ‚o " -"się: %s" - -#: src/qemu_driver.c:1392 -#, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "" -"dodanie reguĊ‚y iptables blokującej ruch wychodzący z \"%s\" nie powiodĊ‚o " -"się: %s" - -#: src/qemu_driver.c:1399 -#, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "" -"dodanie reguĊ‚y iptables blokującej ruch przychodzący do \"%s\" nie powiodĊ‚o " -"się: %s" - -#: src/qemu_driver.c:1407 -#, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "" -"dodanie reguĊ‚y iptables pozwalającej na ruch między mostkami na \"%s\" nie " -"powiodĊ‚o się: %s" - -#: src/qemu_driver.c:1508 -msgid "network is already active" -msgstr "sieć jest juĊĵ aktywna" - -#: src/qemu_driver.c:1520 -#, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "nie moĊĵna utworzyć mostka \"%s\": %s" - -#: src/qemu_driver.c:1535 -#, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "nie moĊĵna ustawić adresu IP na mostku \"%s\" na \"%s\": %s" - -#: src/qemu_driver.c:1543 -#, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "nie moĊĵna ustawić maski sieciowej na mostku \"%s\" na \"%s\": %s" - -#: src/qemu_driver.c:1551 -#, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "podniesienie mostku \"%s\" nie powiodĊ‚o się: %s" - -#: src/qemu_driver.c:1562 -#, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "wĊ‚Ä…czenie przekazywania IP nie powiodĊ‚o się: %s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Opuszczanie mostku \"%s\" nie powiodĊ‚o się: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Usunięcie mostku \"%s\" nie powiodĊ‚o się: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "WyĊ‚Ä…czanie sieci \"%s\"" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "Otrzymano nieoczekiwany PID dla dnsmasq" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "nie moĊĵna otworzyć TTY %s: %s\n" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" msgstr "przydzielenie przestrzeni dla obsĊ‚ugi moĊĵliwoĊ›ci nie powiodĊ‚o się" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "NUMA jest nieobsĊ‚ugiwane na tym hoĊ›cie" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" msgstr "Odpytanie wolnej pamięci NUMA nie powiodĊ‚o się" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domena %s juĊĵ istnieje" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domena %s juĊĵ istnieje" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "brak domeny pasującej do identyfikatora %d" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" msgstr "Domena nie jest uruchomiona" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 msgid "suspend operation failed" msgstr "operacja uĊ›pienia nie powiodĊ‚a się" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" msgstr "operacja wyĊ‚Ä…czenia nie powiodĊ‚a się" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" msgstr "" "przydzielenie przestrzeni dla typu systemu operacyjnego nie powiodĊ‚o się" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "brak domeny pasującej do UUID \"%s\"" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 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:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" msgstr "nie moĊĵna ustawić pamięci aktywnej domeny" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "nie moĊĵna ustawić pamięci powyĊĵej maksymalnej pamięci" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 msgid "failed to pause domain" msgstr "wstrzymanie domeny nie powiodĊ‚o się" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" msgstr "uzyskanie XML-a domeny nie powiodĊ‚o się" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, c-format msgid "failed to create '%s'" msgstr "utworzenie \"%s\" nie powiodĊ‚o się" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 msgid "failed to write save header" msgstr "zapisanie nagĊ‚³wka nie powiodĊ‚o się" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 msgid "failed to write xml" msgstr "zapisanie XML-a nie powiodĊ‚o się" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "brak pamięci" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" msgstr "operacja migracji nie powiodĊ‚a się" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "\"info blockstats\" jest nieobsĊ‚ugiwane przez to QEMU" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" msgstr "nie moĊĵna zmienić licznika wirtualnych procesor³w aktywnej domeny" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "nie moĊĵna okreĊ›lić maksymalnych wirtualnych procesor³w dla domeny" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" @@ -2448,451 +2639,508 @@ msgstr "" "Ċĵądane procesory wirtualne są większe od maksymalnych dostępnych wirtualnych " "procesor³w dla domeny: %d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" msgstr "nie moĊĵna przypiąć wirtualnych procesor³w do nieaktywnej domeny" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "numer wirtualnego procesora jest poza zakresem %d > %d" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, c-format msgid "cannot set affinity: %s" msgstr "nie moĊĵna ustawić pokrewieĊ„stwa: %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" msgstr "pokrewieĊ„stwo procesora jest nieobsĊ‚ugiwane" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, c-format msgid "cannot get affinity: %s" msgstr "nie moĊĵna uzyskać pokrewieĊ„stwa: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "pokrewieĊ„stwo procesora jest niedostępne" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "nieznany typ wirtualizacji w definicji domeny \"%d\"" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" msgstr "nie moĊĵna odczytać obrazu domeny" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" msgstr "odczytanie nagĊ‚³wka QEMU nie powiodĊ‚o się" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "magia obrazu jest niepoprawna" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "wersja obrazu jest nieobsĊ‚ugiwana (%d > %d)" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 msgid "failed to read XML" msgstr "odczytanie XML-a nie powiodĊ‚o się" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 msgid "failed to parse XML" msgstr "przeanalizowanie XML-a nie powiodĊ‚o się" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, c-format msgid "domain is already active as '%s'" msgstr "domena jest juĊĵ aktywna jako \"%s\"" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 msgid "failed to assign new VM" msgstr "przydzielenie nowej maszyny wirtualnej nie powiodĊ‚o się" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 msgid "failed to start VM" msgstr "uruchomienie maszyny wirtualnej nie powiodĊ‚o się" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 msgid "failed to resume domain" msgstr "wznowienie domeny nie powiodĊ‚o się" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -msgid "failed to allocate space for VM name string" -msgstr "" -"przydzielenie przestrzeni dla Ċ‚aĊ„cucha nazwy maszyny wirtualnej nie powiodĊ‚o " -"się" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" +msgstr "" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "NieobsĊ‚ugiwany typ dysku \"%s\"" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "nie moĊĵna zmienić noĊ›nika CD-ROM" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 #, fuzzy msgid "changing cdrom media failed" msgstr "nie moĊĵna zmienić noĊ›nika CD-ROM" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "wolumin pamięci masowej juĊĵ istnieje" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "nie moĊĵna odczytać %s: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domena %s juĊĵ istnieje" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "wczytywanie pliku definicji hosta" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "wczytywanie pliku definicji hosta" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" msgstr "nie moĊĵna podĊ‚Ä…czyć urządzenia do nieaktywnej domeny" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 #, fuzzy msgid "this device type cannot be attached" msgstr "moĊĵna podĊ‚Ä…czyć tylko urządzenia dysk³w CD-ROM" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "nie znaleziono domeny" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "wznowienie domeny nie powiodĊ‚o się" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "OdĊ‚Ä…czenie urządzenia z %s nie powiodĊ‚o się" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "moĊĵna podĊ‚Ä…czyć tylko urządzenia dysk³w CD-ROM" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nie moĊĵna ustawić pamięci aktywnej domeny" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "" "Utworzenie dowiązania symbolicznego \"%s\" do \"%s\" nie powiodĊ‚o się: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Usunięcie dowiązania symbolicznego \"%s\" nie powiodĊ‚o się: %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, c-format msgid "invalid path: %s" msgstr "nieprawidĊ‚owa Ċ›cieĊĵka: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "polecenie \"info blockstats\" nie powiodĊ‚o się" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "\"info blockstats\" jest nieobsĊ‚ugiwane przez to QEMU" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, c-format msgid "device not found: %s (%s)" msgstr "nie znaleziono urządzenia: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "NULL lub pusta Ċ›cieĊĵka" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, 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:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" msgstr "nieprawidĊ‚owa Ċ›cieĊĵka" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "Sterownik QEMU obsĊ‚uguje tylko adresy pamięci wirtualnej" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "polecenie lvs nie powiodĊ‚o się" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "brak sieci pasującej do UUID" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "brak sieci pasującej do nazwy" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" -msgstr "sieć jest juĊĵ aktywna" +msgid "no domain XML passed" +msgstr "węzeĊ‚ domena lista" -#: src/qemu_driver.c:3937 -msgid "no network with matching id" -msgstr "brak sieci pasującej do identyfikatora" - -#: src/qemu_driver.c:3944 -msgid "failed to allocate space for network bridge string" -msgstr "przydzielenie przestrzeni dla Ċ‚aĊ„cucha mostka sieci nie powiodĊ‚o się" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 -#, c-format -msgid "Failed to create symlink '%s' to '%s': %s" +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -"Utworzenie dowiązania symbolicznego \"%s\" do \"%s\" nie powiodĊ‚o się: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "utworzenie UUID nie powiodĊ‚o się" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "domena jest juĊĵ aktywna jako \"%s\"" + +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "uruchomienie maszyny wirtualnej nie powiodĊ‚o się" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "operacja nie powiodĊ‚a się: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "brak domeny pasującej do nazwy" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "spr³bowano uĊĵyć zamkniętej lub niezainicjowanej obsĊ‚ugi" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" msgstr "Znalezienie programu binarnego libvirtd nie powiodĊ‚o się" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" "remote_open: przesyĊ‚ w URL nie zostaĊ‚ rozpoznany (powinien być tls|unix|ssh|" "ext|tcp)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "remote_open: dla przesyĊ‚u \"ext\" wymagane jest polecenie" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "nie moĊĵna otworzyć TTY %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "nie moĊĵna otworzyć TTY %s: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "nie moĊĵna otworzyć TTY %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Utworzenie gniazda nie powiodĊ‚o się: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Utworzenie gniazda nie powiodĊ‚o się: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 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:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "uzyskanie URI nie powiodĊ‚o się" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "przydzielanie domeny" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "agregacja private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "nie moĊĵna przydzielić stosu kontenera" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "Nie moĊĵna zapisać danych konsoli maszyny wirtualnej w dzienniku: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "zainicjowanie biblioteki SASL nie powiodĊ‚o się: %d (%s)" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "nie moĊĵna ustawić atrybut³w TTY: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "nie moĊĵna ustawić atrybut³w TTY: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "Sprawdzenie danych uwierzytelniających klienta nie powiodĊ‚o się: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "nie moĊĵna otworzyć TTY %s: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 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:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "Sprawdzenie danych uwierzytelniających klienta nie powiodĊ‚o się: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "nie moĊĵna utworzyć potoku: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "NieprawidĊ‚owa wartoĊ›Ä‡ nakrycia" +msgstr "NieprawidĊ‚owy typ urządzenia: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 #, fuzzy msgid "The certificate is not trusted." msgstr "Certyfikat nie zostaĊ‚ aktywowany" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 #, fuzzy msgid "The certificate hasn't got a known issuer." msgstr "" "remoteCheckCertificate: certyfikat klienta zostaĊ‚ posiada nieznanego " "wystawcę." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 #, fuzzy msgid "The certificate has been revoked." msgstr "Certyfikat wygasĊ‚" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 #, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" "remoteCheckCertificate:certyfikat klienta uĊĵywa niebezpiecznego algorytmu." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "Typ certyfikatu nie jest X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "gnutls_certificate_get_peers nie powiodĊ‚o się" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Zainicjowanie uwierzytelniania SASL %s nie powiodĊ‚o się" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "nie moĊĵna otworzyć TTY %s: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "Certyfikat wygasĊ‚" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "Certyfikat nie zostaĊ‚ aktywowany" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, 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:1304 +#: src/remote_internal.c:1434 #, c-format msgid "too many NUMA cells: %d > %d" msgstr "za duĊĵo kom³rek NUMA: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, c-format msgid "too many remote domain IDs: %d > %d" msgstr "za duĊĵo identyfikator³w zdalnych domen: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, 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:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "licznik wirtualnych procesor³w przekracza maksimum: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, 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:1796 +#: src/remote_internal.c:1926 #, 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:1803 +#: src/remote_internal.c:1933 #, 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:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, c-format msgid "too many remote domain names: %d > %d" msgstr "za duĊĵo nazw zdalnych domen: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" @@ -2900,515 +3148,531 @@ msgstr "" "remoteDomainGetSchedulerParameters: zwr³cono liczbę parametr³w " "przekraczających ograniczenie" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "remoteDomainGetSchedulerParameters: nieznany typ parametru" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 msgid "out of memory allocating array" msgstr "brak pamięci podczas przydzielania tablicy" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "nieznany typ parametru" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, 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:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "zwr³cony bufor nie ma Ċĵądanego rozmiaru" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, 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:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, c-format msgid "too many remote networks: %d > %d" msgstr "za duĊĵo zdalnych sieci: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" msgstr "zaĊĵądano za duĊĵo pul pamięci masowej" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" msgstr "otrzymano za duĊĵo pul pamięci masowej" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" msgstr "zaĊĵądano za duĊĵo wolumin³w pamięci masowej" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 msgid "too many storage volumes received" msgstr "otrzymano za duĊĵo wolumin³w pamięci masowej" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "zaĊĵądano za duĊĵo wolumin³w pamięci masowej" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "otrzymano za duĊĵo wolumin³w pamięci masowej" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "zaĊĵądano za duĊĵo wolumin³w pamięci masowej" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "otrzymano za duĊĵo wolumin³w pamięci masowej" + +#: src/remote_internal.c:4042 #, c-format msgid "unknown authentication type %s" msgstr "nieznany typ uwierzytelniania %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "Ċĵądany typ uwierzytelniania %s zostaĊ‚ odrzucony" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, c-format msgid "unsupported authentication type %d" msgstr "nieobsĊ‚ugiwany typ uwierzytelniania %d" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "zainicjowanie biblioteki SASL nie powiodĊ‚o się: %d (%s)" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "nieprawidĊ‚owy rozmiar szyfru dla sesji TLS" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, c-format msgid "cannot set external SSF %d (%s)" msgstr "nie moĊĵna ustawić zewnętrznego SSF %d (%s)" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, c-format msgid "cannot set security props %d (%s)" msgstr "nie moĊĵna ustawić podparcia bezpieczeĊ„stwa %d (%s)" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, c-format msgid "SASL mechanism %s not supported by server" msgstr "mechanizm SASL %s jest nieobsĊ‚ugiwany przez serwer" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Uruchomienie negocjacji SASL nie powiodĊ‚o się: %d (%s)" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 msgid "Failed to make auth credentials" msgstr "Utworzenie danych uwierzytelniających nie powiodĊ‚o się" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, 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:4133 +#: src/remote_internal.c:4551 #, c-format msgid "Failed SASL step: %d (%s)" msgstr "Krok SASL nie powi³dĊ‚ się: %d (%s)" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "negocjacja SSF %d nie byĊ‚a wystarczająco silna" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" msgstr "Zgromadzenie danych uwierzytelniających nie powiodĊ‚o się" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "xdr_remote_message_header nie powiodĊ‚o się" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "porządkowanie argument³w" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "xdr_int (dĊ‚ugoĊ›Ä‡ wyrazu)" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "xdr_int (dĊ‚ugoĊ›Ä‡ wyrazu, odpowiedĊş)" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "pakiet odebrany od serwera jest za duĊĵy" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 msgid "invalid header in reply" msgstr "nieprawidĊ‚owy nagĊ‚³wek w odpowiedzi" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "nieznany program (otrzymano %x, oczekiwano %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "nieznana wersja protokoĊ‚u (otrzymano %x, oczekiwano %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "nieznana procedura (otrzymano %x, oczekiwano %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "nieznany kierunek (otrzymano %x, oczekiwano %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "nieznany szeregowy (otrzymano %x, oczekiwano %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "zmienianie porządku ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "zmienianie porządku remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "nieznany stan (otrzymano %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "gniazdo zostaĊ‚o nieoczekiwanie zamknięte" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "nieprawidĊ‚owy nagĊ‚³wek w odpowiedzi" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "nieprawidĊ‚owy wskaĊşnik domeny w" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "przydzielenie węzĊ‚a nie powiodĊ‚o się" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "skopiowanie Ċ‚aĊ„cucha nie powiodĊ‚o się" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "brak zaplecza dla typu puli %d" -#: src/storage_backend.c:136 -#, c-format -msgid "unknown storage backend type %s" -msgstr "nieznany typ zaplecza pamięci masowej %s" - -#: src/storage_backend.c:166 -#, c-format -msgid "unknown storage backend type %d" -msgstr "nieznany typ zaplecza pamięci masowej %d" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, c-format msgid "cannot open volume '%s': %s" msgstr "nie moĊĵna otworzyć woluminu \"%s\": %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "nie moĊĵna wykonać stat na pliku \"%s\": %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "nie moĊĵna znaleĊşÄ‡ koĊ„ca pliku \"%s\": %s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "nie moĊĵna znaleĊşÄ‡ koĊ„ca pliku \"%s\": %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "nie moĊĵna znaleĊşÄ‡ koĊ„ca pliku \"%s\": %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "nie moĊĵna uzyskać kontekstu pliku %s: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "kontekst" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "nie moĊĵna odczytać folderu %s: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "Ċ›cieĊĵka" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "Ċ›cieĊĵka" + +#: src/storage_backend.c:389 msgid "regex" msgstr "wyraĊĵenie regularne" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, c-format msgid "Failed to compile regex %s" msgstr "Skompilowanie wyraĊĵenia regularnego %s nie powiodĊ‚o się" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "grupy wyraĊĵeĊ„ regularnych" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "nie moĊĵna odczytać fd" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, c-format msgid "failed to wait for command: %s" msgstr "oczekiwanie na polecenie nie powiodĊ‚o się: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "polecenie nie zostaĊ‚o poprawnie wyĊ‚Ä…czone" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "n_columns jest za duĊĵe" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, c-format msgid "read error: %s" msgstr "bĊ‚Ä…d podczas odczytywania: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, 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:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, fuzzy, c-format msgid "%s not implemented on Win32" msgstr "%s: nie zaimplementowano\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "nieobsĊ‚ugiwany format puli %s" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "nieobsĊ‚ugiwany format puli %d" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "nieobsĊ‚ugiwany format woluminu %s" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "nieobsĊ‚ugiwany format woluminu %d" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "wolumin" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "obszary woluminu" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "nie moĊĵna przeanalizować poĊ‚oĊĵenia początkowego urządzenia" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "nie moĊĵna przeanalizować poĊ‚oĊĵenia koĊ„cowego urządzenia" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "obszary" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "brak wystarczająco duĊĵego wolnego obszaru" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "nie moĊĵna utworzyć Ċ›cieĊĵki \"%s\": %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "nie moĊĵna odczytać nagĊ‚³wka \"%s\": %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "nie moĊĵna odczytać nagĊ‚³wka \"%s\": %s" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "nieprawidĊ‚owa Ċ›cieĊĵka: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "nieprawidĊ‚owy wskaĊşnik sieciowy w %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operacja nie powiodĊ‚a się" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "brak montowania Ċşr³dĊ‚owego" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" msgstr "portal" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "nie moĊĵna odczytać %s: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "brak hosta Ċşr³dĊ‚owego" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "brak Ċ›cieĊĵki Ċşr³dĊ‚owej" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "brak urządzenia Ċşr³dĊ‚owego" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "Ċşr³dĊ‚o" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "brak folderu Ċşr³dĊ‚owego" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "nie moĊĵna utworzyć Ċ›cieĊĵki \"%s\": %s" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" msgstr "nie moĊĵna otworzyć Ċ›cieĊĵki \"%s\": %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -msgid "volume name" -msgstr "nazwa woluminu" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "klucz woluminu" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "nie moĊĵna wykonać statvfs na Ċ›cieĊĵce \"%s\": %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "nie moĊĵna usunąć dowiązania do Ċ›cieĊĵki \"%s\": %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "cel" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "klucz woluminu pamięci masowej" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "nie moĊĵna wypeĊ‚nić pliku \"%s\": %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "nie moĊĵna rozszerzyć pliku \"%s\": %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "nie moĊĵna odczytać Ċ›cieĊĵki \"%s\": %s" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, c-format msgid "unknown storage vol type %d" msgstr "nieznany typ woluminu pamięci masowej %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "nieobsĊ‚ugiwany typ woluminu pamięci masowej %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 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:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, c-format msgid "cannot set file owner '%s': %s" msgstr "nie moĊĵna ustawić wĊ‚aĊ›ciciela pliku \"%s\": %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, c-format msgid "cannot set file mode '%s': %s" msgstr "nie moĊĵna ustawić trybu pliku \"%s\": %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "nie moĊĵna zamknąć pliku \"%s\": %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "nie moĊĵna usunąć dowiązania symbolicznego do pliku \"%s\": %s" @@ -3436,568 +3700,758 @@ msgstr "sesja" msgid "cannot find session" msgstr "nie moĊĵna znaleĊşÄ‡ sesji" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "nazwa" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "Ċ›cieĊĵka do urządzenia" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, c-format msgid "cannot open %s: %s" msgstr "nie moĊĵna otworzyć %s: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "klucz" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Otwarcie folderu Ċ›cieĊĵki do sysfs %s nie powiodĊ‚o się: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, c-format 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:354 +#: src/storage_backend_iscsi.c:358 #, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Znalezienie LUN dla sesji %s nie powiodĊ‚o się: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, 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ę" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, c-format msgid "Failed to find device link for lun %d" msgstr "Znalezienie dowiązania do urządzenia dla LUN %d nie powiodĊ‚o się" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, c-format msgid "Failed to parse block path %s" msgstr "Przeanalizowanie Ċ›cieĊĵki blokowej %s nie powiodĊ‚o się" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" msgstr "Przydzielenie pamięci dla scsidev nie powiodĊ‚o się" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "portal" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "bĊ‚Ä™dnie sformatowana wartoĊ›Ä‡ offset obszaru woluminu" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "bĊ‚Ä™dnie sformatowana wartoĊ›Ä‡ dĊ‚ugoĊ›ci obszaru woluminu" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "bĊ‚Ä™dnie sformatowana wartoĊ›Ä‡ rozmiaru obszaru woluminu" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 msgid "lvs command failed" msgstr "polecenie lvs nie powiodĊ‚o się" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "polecenie lvs nie powiodĊ‚o się ze stanem wyjĊ›cia %d" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "przydzielanie priv->hostname" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "przydzielanie sieci" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "przydzielanie sieci" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "utworzenie gniazda nie powiodĊ‚o się" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "wiersz poleceĊ„" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "nie moĊĵna otworzyć urządzenia %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "nie moĊĵna wyczyĊ›cić nagĊ‚³wka urządzenia %s" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "nie moĊĵna zamknąć urządzenia %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "nie moĊĵna usunąć pliku PID TTY %s: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "nie moĊĵna znaleĊşÄ‡ nowo utworzonego woluminu \"%s\": %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "brak atrybutu uwierzytelniania hosta" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "brak atrybutu passwd hosta" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "bĊ‚Ä™dnie sformatowany tryb ³semkowy" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "bĊ‚Ä™dnie sformatowany element wĊ‚aĊ›ciciela" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "bĊ‚Ä™dnie sformatowany grupy" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" msgstr "nie moĊĵna przydzielić puli pamięci masowej" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "nieznany element roota" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "nieznany typ woluminu pamięci masowej %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "brak elementu nazwy" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 msgid "unable to generate uuid" msgstr "nie moĊĵna utworzyć UUID" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "nieznany typ uwierzytelniania \"%s\"" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "brak nazwy hosta Ċşr³dĊ‚owego" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "nie moĊĵna wydobyć urządzeĊ„ Ċşr³dĊ‚owych" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" msgstr "urządzenie" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "brak Ċ›cieĊĵki do urządzenia Ċşr³dĊ‚owego" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "brak Ċ›cieĊĵki Ċşr³dĊ‚owej" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "nazwa puli" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, c-format msgid "unknown auth type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "brak Ċ›cieĊĵki docelowej" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "xmlXPathContext" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "nieobsĊ‚ugiwany format puli %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "nieoczekiwany typ puli" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "XML" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "brak elementu wĊ‚aĊ›ciciela" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, c-format msgid "unknown size units '%s'" msgstr "nieznane jednostki rozmiaru \"%s\"" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "bĊ‚Ä™dnie sformatowany element pojemnoĊ›ci" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "wartoĊ›Ä‡ elementu pojemnoĊ›ci jest za duĊĵa" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" msgstr "nie moĊĵna przydzielić woluminu pamięci masowej" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "nieznany element roota" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "brak elementu nazwy" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "brak elementu pojemnoĊ›ci" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "nieznany typ uwierzytelniania \"%s\"" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "nieobsĊ‚ugiwany format woluminu %d" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "pula" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "nie moĊĵna skonstruować Ċ›cieĊĵki do pliku konfiguracji" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "plik konfiguracji" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" "nie moĊĵna skonstruować Ċ›cieĊĵki do dowiązania automatycznego uruchamiania" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "plik konfiguracji" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "utworzenie XML-a nie powiodĊ‚o się" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "nie moĊĵna usunąć konfiguracji dla %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "brak puli pasującej do UUID" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "brak puli pasującej do nazwy" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "nazwy" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "pula pamięci masowej juĊĵ istnieje" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "brak puli pamięci masowej pasującej do UUID" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "pula jest ciągle aktywna" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 msgid "pool already active" msgstr "pula jest juĊĵ aktywna" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 msgid "storage pool is already active" msgstr "pula pamięci masowej jest juĊĵ aktywna" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "pula pamięci masowej jest nieaktywna" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "pula pamięci masowej jest ciągle aktywna" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "pula nie obsĊ‚uguje usuwania wolumin³w" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "pula nie posiada pliku konfiguracji" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "brak woluminu pamięci masowej pasującego do nazwy" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "brak woluminu pamięci masowej pasującego do klucza" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "brak woluminu pamięci masowej pasującego do Ċ›cieĊĵki" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "wolumin pamięci masowej juĊĵ istnieje" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "pula pamięci masowej nie obsĊ‚uguje tworzenia wolumin³w" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "pula pamięci masowej nie obsĊ‚uguje usuwania wolumin³w" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "brak woluminu pamięci masowej pasującego do nazwy" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "pula pamięci masowej jest nieaktywna" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "pula pamięci masowej jest juĊĵ aktywna" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "uzyskiwanie obecnego czasu" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "wczytywanie pliku definicji hosta" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "węzeĊ‚" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "tworzenie kontekstu XPath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "węzeĊ‚ procesor numa węzĊ‚y" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "węzeĊ‚ procesor gniazda" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "węzeĊ‚ procesor rdzenie" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "węzeĊ‚ procesor wątki" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "węzeĊ‚ aktywnoĊ›Ä‡ procesor" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "węzeĊ‚ procesor MHz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "węzeĊ‚ pamięć" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "węzeĊ‚ domena lista" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "rozwiązywanie nazw plik³w domeny" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "węzeĊ‚ domena lista" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "rozwiązywanie nazw plik³w sieci" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "węzeĊ‚ domena lista" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "rozwiązywanie nazw plik³w domeny" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOtw³rz: podaj Ċ›cieĊĵkę lub uĊĵyj test:///domyĊ›lna" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "nie znaleziono domeny" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domena nie jest uruchomiona" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "nie moĊĵna przydzielić przestrzeni dla metadanych" -#: src/test.c:906 -msgid "cannot save domain" -msgstr "nie moĊĵna zapisać domeny" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" +msgstr "" -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" -msgstr "nie moĊĵna zapisać nagĊ‚³wka" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" +msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "nie moĊĵna zapisać dĊ‚ugoĊ›ci metadanych" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "nie moĊĵna zapisać metadanych" - -#: src/test.c:932 src/test.c:1032 -msgid "cannot save domain data" -msgstr "nie moĊĵna zapisać danych domeny" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "niekompletny nagĊ‚³wek zapisu" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "nagĊ‚³wek magii nie zgadza się" -#: src/test.c:973 +#: src/test.c:1066 msgid "failed to read metadata length" msgstr "odczytanie dĊ‚ugoĊ›ci metadanych nie powiodĊ‚o się" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "dĊ‚ugoĊ›Ä‡ metadanych jest poza zakresem" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "niekompletne metadane" -#: src/test.c:1021 -msgid "cannot save domain core" -msgstr "nie moĊĵna zapisać rdzenia domeny" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Domena %s zostaĊ‚a zrzucona do %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: zapisanie pliku dziennika nie powiodĊ‚o się: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "Zakres przekracza dostępne kom³rki" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domena jest juĊĵ uruchomiona" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Domena jest wciąĊĵ uruchomiona" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Sieć jest wciąĊĵ uruchomiona" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Sieć jest juĊĵ uruchomiona" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "brak woluminu pamięci masowej pasującego do klucza" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "brak woluminu pamięci masowej pasującego do Ċ›cieĊĵki" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "Przydzielenie przestrzeni dla urządzenia znakowego powiodĊ‚o się" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "nieobsĊ‚ugiwany typ urządzenia wejĊ›cia %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "nie moĊĵna zainicjować obsĊ‚ugi mostka: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Utworzenie folderu %s nie powiodĊ‚o się: %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: brak pamięci" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "utworzenie pliku dziennika %s nie powiodĊ‚o się: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "nie moĊĵna otworzyć %s: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "nie moĊĵna znaleĊşÄ‡ sesji" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "nie moĊĵna ustawić trybu pliku \"%s\": %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "nie moĊĵna odczytać %s: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "nie moĊĵna odczytać folderu %s: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Nie moĊĵna znaleĊşÄ‡ binaria QEMU %s: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "nie moĊĵna utworzyć folderu dziennika %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "oczekiwanie na polecenie nie powiodĊ‚o się: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "Otrzymano nieoczekiwany PID, cholera" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "nie moĊĵna odczytać %s: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "nie moĊĵna zamknąć pliku \"%s\": %s" -#: src/util.c:170 +#: src/util.c:219 #, c-format msgid "cannot create pipe: %s" msgstr "nie moĊĵna utworzyć potoku: %s" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, c-format msgid "cannot fork child process: %s" msgstr "nie moĊĵna rozdzielić procesu potomnego: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "nie moĊĵna usunąć dowiązania symbolicznego do pliku \"%s\": %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "nie moĊĵna wyczyĊ›cić nagĊ‚³wka urządzenia %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "nie moĊĵna utworzyć folderu automatycznego uruchamiania %s: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "wykonanie strdup na nazwie hosta nie powiodĊ‚o się: %s" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "wykonanie strdup na nazwie hosta nie powiodĊ‚o się: %s" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "wykonanie strdup na nazwie hosta nie powiodĊ‚o się: %s" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "nie moĊĵna rozszerzyć pliku \"%s\": %s" -#: src/util.c:427 -#, fuzzy, c-format -msgid "%s exited with non-zero status %d and signal %d" -msgstr "polecenie lvs nie powiodĊ‚o się ze stanem wyjĊ›cia %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "wiersz poleceĊ„" -#: src/uuid.c:103 +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "bĊ‚Ä…d podczas odczytywania: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" "Przywracanie do pseudolosowego UUID, utworzenie losowych bajt³w nie powiodĊ‚o " "się: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "wyĊ›wietl pomoc" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "WyĊ›wietl pomoc globalną lub okreĊ›loną dla polecenia." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nazwa polecenia" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4005,318 +4459,323 @@ msgstr "" "Polecenia:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "automatycznie uruchom domenę" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" "Skonfiguruj domenę tak, aby byĊ‚a automatycznie startowana po uruchomieniu." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "nazwa domeny, identyfikator lub UUID" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "wyĊ‚Ä…cz automatyczne uruchamianie" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Oznaczenie domeny %s jako automatycznie uruchamianej nie powiodĊ‚o się" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Odznaczenie domeny %s jako automatycznie uruchamianej nie powiodĊ‚o się" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domena %s zostaĊ‚a oznaczona jako automatycznie uruchamiana\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domena %s zostaĊ‚a odznaczona jako automatycznie uruchamiana\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "ponownie poĊ‚Ä…cz się z nadzorcą" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI poĊ‚Ä…czenia nadzorcą" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "poĊ‚Ä…czenie tylko do odczytu" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "RozĊ‚Ä…czenie od nadzorcy nie powiodĊ‚o się" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "PoĊ‚Ä…czenie z nadzorcą nie powiodĊ‚o się" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "poĊ‚Ä…cz się z konsolą goĊ›cia" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "PoĊ‚Ä…cz wirtualną konsolę szeregową dla goĊ›cia" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Brak konsoli dostępnych dla domeny\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "konsola nie jest zaimplementowana na tej platformie" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "lista domen" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Zwraca listę domen." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "lista nieaktywnych domen" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "lista nieaktywnych i aktywnych domen" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "WyĊ›wietlenie listy aktywnych domen nie powiodĊ‚o się" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "WyĊ›wietlenie listy aktywnych domen nie powiodĊ‚o się" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Identyfikator" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nazwa" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Stan" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "brak stanu" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "stan domeny" -#: src/virsh.c:669 +#: src/virsh.c:668 msgid "Returns state about a domain." msgstr "Zwraca stan domeny." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "uzyskaj statystyki urządzenia blokowego domeny" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "Uzyskaj statystyki urządzenia blokowego uruchomionej domeny." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "urządzenie blokowe" -#: src/virsh.c:733 +#: src/virsh.c:732 #, 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:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "uzyskaj statystyki interfejsu sieciowego domeny" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "Uzyskaj statystyki interfejsu sieciowego uruchomionej domeny." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "interfejs urządzenia" -#: src/virsh.c:790 +#: src/virsh.c:789 #, 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:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "uĊ›pij domenę" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "UĊ›pij uruchomioną domenę." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domena %s zostaĊ‚a uĊ›piona\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "UĊ›pienie domeny %s nie powiodĊ‚o się" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "utw³rz domenę z pliku XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Utw³rz domenę." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "plik zawierający opis XML domeny" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domena %s zostaĊ‚a utworzona z %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Utworzenie domeny z %s nie powiodĊ‚o się" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "OkreĊ›l domenę." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domena %s zostaĊ‚a okreĊ›lona z %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "OkreĊ›lenie domeny z %s nie powiodĊ‚o się" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "usuĊ„ okreĊ›lenie nieaktywnej domeny" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej domeny." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "nazwa lub UUID domeny" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "OkreĊ›lenie domeny %s zostaĊ‚o usunięte\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Usunięcie okreĊ›lenia domeny %s nie powiodĊ‚o się" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "uruchom (wczeĊ›niej okreĊ›loną) nieaktywną domenę" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Uruchom domenę." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "nazwa nieaktywnej domeny" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domena jest juĊĵ aktywna" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domena %s zostaĊ‚a uruchomiona\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Uruchomienie domeny %s nie powiodĊ‚o się" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "zapisz stan domey do pliku" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Zapisz uruchomioną domenę." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "gdzie zapisać dane" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domena %s zostaĊ‚a zapisana do %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Zapisanie domeny %s do %s nie powiodĊ‚o się" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "wyĊ›wietl/ustaw parametry planisty" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "WyĊ›wietl/ustaw parametry planisty." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "przydziel wartoĊ›Ä‡" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "waga XEN_CREDIT" @@ -4325,276 +4784,285 @@ msgstr "waga XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "nakrycie XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "NieprawidĊ‚owa wartoĊ›Ä‡ szerokoĊ›ci" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "NieprawidĊ‚owa wartoĊ›Ä‡ nakrycia" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "NieprawidĊ‚owa wartoĊ›Ä‡ nakrycia" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Planista" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Nieznany" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "przywr³Ä‡ domenę z zapisanego stanu w pliku" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Przywr³Ä‡ domenę." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "stan do przywr³cenia" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domena zostaĊ‚a przywr³cona z %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Przywr³cenie domeny z %s nie powiodĊ‚o się" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "zrzuć core domeny do pliku do analiz" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Zrzuć core domeny." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "gdzie zrzucić core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domena %s zostaĊ‚a zrzucona do %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "wzn³w domenę" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Wzn³w wczeĊ›niej uĊ›pioną domenę." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domena %s zostaĊ‚a wznowiona\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Wznowienie domeny %s nie powiodĊ‚o się" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "stosownie wyĊ‚Ä…cz domenę" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Wykonaj shutdown w docelowej domenie." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domena %s jest wyĊ‚Ä…czana\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "WyĊ‚Ä…czenie domeny %s nie powiodĊ‚o się" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "uruchom ponownie domenę" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "Wykonaj polecenie reboot w docelowej domenie." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domena %s jest ponownie uruchamiana\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Ponowne uruchomienie domeny %s nie powiodĊ‚o się" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "zniszcz domenę" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Zniszcz podaną domenę." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domena %s zostaĊ‚a zniszczona\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Zniszczenie domeny %s nie powiodĊ‚o się" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informacje o domenie" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Zwraca podstawowe informacje o domenie." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Identyfikator:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nazwa:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Typ systemu operacyjnego:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Stan:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "Procesory:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Czas procesora:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Maksymalna pamięć:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "brak limitu" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "UĊĵyta pamięć:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 msgid "Autostart:" msgstr "Automatyczne uruchamianie:" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "enable" msgstr "wĊ‚Ä…cz" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "wyĊ‚Ä…cz" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "Wolna pamięć NUMA" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "wyĊ›wietl dostępną wolną pamięć dla kom³rki NUMA." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "Numer kom³rki NUMA" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Razem" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domena wirtualny procesor informacja" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Zwraca podstawowe informacje o wirtualnych procesorach domeny." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "Wirtualny procesor:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "Procesor:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "PokrewieĊ„stwo procesor³w:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Domena jest wyĊ‚Ä…czona, nie ma wirtualnych procesor³w." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "kontrola domena wirtualny procesor pokrewieĊ„stwo" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Przypnij wirtualny procesor domeny do fizycznego procesora hosta." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "liczba wirtualnych procesor³w" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "liczby procesor³w hosta (oddzielne przecinkami)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "vcpupin: nieprawidĊ‚owa lub brakująca liczba wirtualnych procesor³w." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "vcpupin: brak cpulist" -#: src/virsh.c:1763 +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." msgstr "vcpupin: uzyskanie informacji o domenie nie powiodĊ‚o się." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "vcpupin: nieprawidĊ‚owa liczba wirtualnych procesor³w." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: nieprawidĊ‚owy format. Pusty Ċ‚aĊ„cuch." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4602,7 +5070,7 @@ msgstr "" "cpulist: %s: nieprawidĊ‚owy format. Oczekiwana cyfra na pozycji %d (blisko \"%" "c\")." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4611,1297 +5079,1339 @@ msgstr "" "cpulist: %s: nieprawidĊ‚owy format. Oczekiwana cyfra lub przecinek na pozycji " "%d (blisko \"%c\")." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Fizyczny procesor %d nie istnieje." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "zmieĊ„ liczbę wirtualnych procesor³w" -#: src/virsh.c:1844 +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." msgstr "ZmieĊ„ liczbę wirtualnych procesor³w w domenie goĊ›cia." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "liczba wirtualnych procesor³w" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "NieprawidĊ‚owa liczba wirtualnych procesor³w." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Za duĊĵo wirtualnych procesor³w." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "zmieĊ„ przydziaĊ‚ pamięci" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "liczba kilobajt³w pamięci" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "Nie moĊĵna sprawdzić MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "zmieĊ„ maksymalny limit pamięci" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "maksymalny limit pamięci w kilobajtach" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Nie moĊĵna sprawdzić obecnego MemorySize" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Nie moĊĵna zmniejszyć obecnego MemorySize" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Nie moĊĵna zmienić MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informacje o węĊşle" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Zwraca podstawowe informacje o węĊşle." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "uzyskanie informacji o węĊşle nie powiodĊ‚o się" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Model procesora:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CzęstotliwoĊ›Ä‡ procesora:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "Gniazda procesora:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Rdzeni na gniazdo:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Wątk³w na rdzeĊ„:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "Kom³rki NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Rozmiar pamięci:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "moĊĵliwoĊ›ci" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Zwraca moĊĵliwoĊ›ci nadzorcy/sterownika." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "uzyskanie moĊĵliwoĊ›ci nie powiodĊ‚o się" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informacje o domenie w XML-u" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "przekonwertuj identyfikator lub UUID domeny do nazwy domeny" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ID lub UUID domeny" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "przekonwertuj nazwę domeny lub UUID na identyfikator domeny" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "przekonwertuj nazwę lub identyfikator domeny na UUID domeny" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "identyfikator lub nazwa domeny" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "uzyskanie UUID domeny nie powiodĊ‚o się" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "migruj domenę do innego hosta" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "migracja na Ċĵywo" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI poĊ‚Ä…czenia z hostem docelowym" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI migracji, zwykle moĊĵna pominąć" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migracja: brak URI docelowego" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "automatycznie uruchom sieć" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" "Skonfiguruj sieć tak, aby byĊ‚a automatycznie startowana po uruchomieniu." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nazwa sieci lub UUID" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "oznaczenie sieci %s jako automatycznie uruchamianej nie powiodĊ‚o się" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "odznaczenie sieci %s jako automatycznie uruchamianej nie powiodĊ‚o się" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "Sieć %s zostaĊ‚a oznaczona jako automatycznie uruchamiana\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Sieć %s zostaĊ‚a odznaczona jako automatycznie uruchamiana\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "utw³rz sieć z pliku XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Utw³rz sieć." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "plik zawierający opis XML sieci" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "Sieć %s zostaĊ‚a utworzona z %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Utworzenie sieci z %s nie powiodĊ‚o się" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "OkreĊ›l sieć." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Sieć %s zostaĊ‚a okreĊ›lona z %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "OkreĊ›lenie sieci z %s nie powiodĊ‚o się" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "zniszcz sieć" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Zniszcz podaną sieć." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nazwa sieci, identyfikator lub UUID" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "Sieć %s zostaĊ‚a zniszczona\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Zniszczenie sieci %s nie powiodĊ‚o się" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informacje o sieci w XML-u" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "lista sieci" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Zwraca listę sieci." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "lista nieaktywnych sieci" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "lista nieaktywnych i aktywnych sieci" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "WyĊ›wietlenie listy aktywnych sieci nie powiodĊ‚o się" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "WyĊ›wietlenie listy nieaktywnych sieci nie powiodĊ‚o się" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Automatyczne uruchamianie" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "brak automatycznego uruchamiania" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "aktywne" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "nieaktywne" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "przekonwertuj identyfikator lub UUID sieci do nazwy sieci" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "UUID sieci" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "uruchom (wczeĊ›niej okreĊ›loną) nieaktywną sieć" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Uruchom sieć." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nazwa nieaktywnej sieci" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Sieć %s zostaĊ‚a uruchomiona\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Uruchomienie sieci %s nie powiodĊ‚o się" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "usuĊ„ okreĊ›lenie nieaktywnej sieci" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej sieci." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, 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:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Usunięcie okreĊ›lenia sieci %s nie powiodĊ‚o się" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "przekonwertuj nazwę sieci na UUID sieci" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "nazwa sieci" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "uzyskanie UUID sieci nie powiodĊ‚o się" -#: src/virsh.c:2779 +#: src/virsh.c:2815 msgid "autostart a pool" msgstr "automatycznie uruchom pulę" -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" "Skonfiguruj pulę tak, aby byĊ‚a automatycznie startowana po uruchomieniu." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" msgstr "nazwa lub UUID puli" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "oznaczenie puli %s jako automatycznie uruchamianej nie powiodĊ‚o się" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "odznaczenie puli %s jako automatycznie uruchamianej nie powiodĊ‚o się" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "Pula %s zostaĊ‚a oznaczona jako automatycznie uruchamiana\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Pula %s zostaĊ‚a odznaczona jako automatycznie uruchamiana\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 msgid "create a pool from an XML file" msgstr "utw³rz pulę z pliku XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "Utw³rz pulę." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "plik zawierający opis XML puli" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, c-format msgid "Pool %s created from %s\n" msgstr "Utworzono pulę %s z %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, c-format msgid "Failed to create pool from %s" msgstr "Utworzenie puli z %s nie powiodĊ‚o się" -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "utw³rz pulę z zestawu argument³w" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "nazwa puli" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "typ puli" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "host Ċşr³dĊ‚owy dla podstawowej pamięci masowej" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "Ċ›cieĊĵka Ċşr³dĊ‚owa dla podstawowej pamięci masowej" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "urządzenie Ċşr³dĊ‚owe dla podstawowej pamięci masowej" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "cel podstawowej pamięci masowej" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" msgstr "Przydzielenie bufora XML-a nie powiodĊ‚o się" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "Utworzono pulę %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, c-format msgid "Failed to create pool %s" msgstr "Utworzenie puli %s nie powiodĊ‚o się" -#: src/virsh.c:2968 +#: src/virsh.c:3005 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "OkreĊ›l pulę." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "OkreĊ›lono pulę %s z %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, c-format msgid "Failed to define pool from %s" msgstr "OkreĊ›lenie puli z %s nie powiodĊ‚o się" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "okreĊ›l pulę z zestawu agument³w" -#: src/virsh.c:3027 +#: src/virsh.c:3064 #, fuzzy msgid "source name for underlying storage" msgstr "Ċ›cieĊĵka Ċşr³dĊ‚owa dla podstawowej pamięci masowej" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "OkreĊ›lono pulę %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, c-format msgid "Failed to define pool %s" msgstr "OkreĊ›lenia puli %s nie powiodĊ‚o się" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "zbuduj pulę" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "Zbuduj podaną pulę." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "Zbudowano pulę %s\n" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, c-format msgid "Failed to build pool %s" msgstr "Zbudowanie puli %s nie powiodĊ‚o się" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "zniszcz pulę" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "Zniszcz podaną pulę." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "Zniszczono pulę %s\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, c-format msgid "Failed to destroy pool %s" msgstr "Zniszczenie puli %s nie powiodĊ‚o się" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "usuĊ„ pulę" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "UsuĊ„ podaną pulę." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, c-format msgid "Pool %s deleted\n" msgstr "Usunięto pulę %s\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, c-format msgid "Failed to delete pool %s" msgstr "Usunięcie puli %s nie powiodĊ‚o się" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "odĊ›wieĊĵ pulę" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "OdĊ›wieĊĵ podaną pulę." -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "OdĊ›wieĊĵono pulę %s\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, c-format msgid "Failed to refresh pool %s" msgstr "OdĊ›wieĊĵenie puli %s nie powiodĊ‚o się" -#: src/virsh.c:3270 +#: src/virsh.c:3307 msgid "pool information in XML" msgstr "informacje o puli w XML-u" -#: src/virsh.c:3271 +#: src/virsh.c:3308 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:3311 +#: src/virsh.c:3348 msgid "list pools" msgstr "lista pul" -#: src/virsh.c:3312 +#: src/virsh.c:3349 msgid "Returns list of pools." msgstr "Zwraca listę pul." -#: src/virsh.c:3317 +#: src/virsh.c:3354 msgid "list inactive pools" msgstr "lista nieaktywnych pul" -#: src/virsh.c:3318 +#: src/virsh.c:3355 msgid "list inactive & active pools" msgstr "lista nieaktywnych i aktywnych pul" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" msgstr "WyĊ›wietlenie listy aktywnych pul nie powiodĊ‚o się" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" msgstr "WyĊ›wietlenie listy nieaktywnych pul nie powiodĊ‚o się" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "nieprawidĊ‚owy wskaĊşnik puli pamięci masowej w %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "otrzymano za duĊĵo pul pamięci masowej" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "brak pamięci" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "OkreĊ›lenia puli %s nie powiodĊ‚o się" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "otrzymano za duĊĵo pul pamięci masowej" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 msgid "storage pool information" msgstr "informacje o puli pamięci masowej" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "Zwraca podstawowe informacje o puli pamięci masowej." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "budowanie" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "uruchamianie" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "zdegradowano" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "PojemnoĊ›Ä‡:" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "PrzydziaĊ‚:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "Dostępne:" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "przekonwertuj UUID puli do nazwy puli" -#: src/virsh.c:3669 +#: src/virsh.c:3706 msgid "pool uuid" msgstr "UUID puli" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "uruchom (wczeĊ›niej okreĊ›loną) nieaktywną pulę" -#: src/virsh.c:3696 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "Uruchom pulę." -#: src/virsh.c:3701 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "nazwa nieaktywnej puli" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "Uruchomiono pulę %s\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, c-format msgid "Failed to start pool %s" msgstr "Uruchomienie puli %s nie powiodĊ‚o się" -#: src/virsh.c:3734 +#: src/virsh.c:3771 msgid "create a volume from a set of args" msgstr "utw³rz wolumin z zestawu argument³w" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "Utw³rz wolumin." -#: src/virsh.c:3741 +#: src/virsh.c:3778 msgid "name of the volume" msgstr "nazwa woluminu" -#: src/virsh.c:3742 +#: src/virsh.c:3779 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:3743 +#: src/virsh.c:3780 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:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "typ formatu pliku raw, bochs, qcow, qcow2, vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "BĊ‚Ä™dnie sformatowany rozmiar %s" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" msgstr "Wolumin %s zostaĊ‚a utworzony\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, c-format msgid "Failed to create vol %s" msgstr "Utworzenie woluminu %s nie powiodĊ‚o się" -#: src/virsh.c:3856 +#: src/virsh.c:3893 msgid "undefine an inactive pool" msgstr "usuĊ„ okreĊ›lenie nieaktywnej puli" -#: src/virsh.c:3857 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej puli." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "OkreĊ›lenie puli %s zostaĊ‚o usunięte\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, c-format msgid "Failed to undefine pool %s" msgstr "Usunięcie okreĊ›lenia puli %s nie powiodĊ‚o się" -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "przekonwertuj nazwę puli na UUID puli" -#: src/virsh.c:3920 +#: src/virsh.c:3957 msgid "failed to get pool UUID" msgstr "uzyskanie UUID puli nie powiodĊ‚o się" -#: src/virsh.c:3933 +#: src/virsh.c:3970 msgid "create a vol from an XML file" msgstr "utw³rz wolumin z pliku XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 msgid "file containing an XML vol description" msgstr "plik zawierający opis XML woluminu" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, c-format msgid "Vol %s created from %s\n" msgstr "Wolumin %s zostaĊ‚ utworzony z %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, c-format msgid "Failed to create vol from %s" msgstr "Utworzenie woluminu z %s nie powiodĊ‚o się" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "usuĊ„ wolumin" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "UsuĊ„ podany wolumin." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "nazwa, klucz lub Ċ›cieĊĵka woluminu" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, c-format msgid "Vol %s deleted\n" msgstr "Usunięto wolumin %s\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, c-format msgid "Failed to delete vol %s" msgstr "Usunięcie woluminu %s nie powiodĊ‚o się" -#: src/virsh.c:4034 +#: src/virsh.c:4071 msgid "storage vol information" msgstr "informacje o woluminie pamięci masowej" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "Zwraca podstawowe informacje o woluminie pamięci masowej." -#: src/virsh.c:4063 +#: src/virsh.c:4100 msgid "Type:" msgstr "Typ:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "plik" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" msgstr "zablokuj" -#: src/virsh.c:4086 +#: src/virsh.c:4123 msgid "vol information in XML" msgstr "informacje o woluminie w XML-u" -#: src/virsh.c:4087 +#: src/virsh.c:4124 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:4128 +#: src/virsh.c:4165 msgid "list vols" msgstr "lista wolumin³w" -#: src/virsh.c:4129 +#: src/virsh.c:4166 msgid "Returns list of vols by pool." msgstr "Zwraca listę wolumin³w po pulach." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" msgstr "WyĊ›wietlenie listy aktywnych wolumin³w nie powiodĊ‚o się" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "ĊšcieĊĵka" -#: src/virsh.c:4207 +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "przekonwertuj UUID woluminu do nazwy woluminu" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "klucz lub Ċ›cieĊĵka woluminu" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "przekonwertuj UUID woluminu do klucza woluminu" -#: src/virsh.c:4245 +#: src/virsh.c:4282 msgid "vol uuid" msgstr "UUID woluminu" -#: src/virsh.c:4273 +#: src/virsh.c:4310 msgid "convert a vol UUID to vol path" msgstr "przekonwertuj UUID woluminu do Ċ›cieĊĵki woluminu" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "nazwa lub klucz woluminu" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "wyĊ›wietl wersję" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "WyĊ›wietl informacje o wersji systemu." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "uzyskanie typu nadzorcy nie powiodĊ‚o się" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Skompilowano z biblioteką: libvirt %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "uzyskanie wersji biblioteki nie powiodĊ‚o się" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "UĊĵywa biblioteki: libvirt %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "UĊĵywa API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "uzyskanie wersji nadzorcy nie powiodĊ‚o się" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Nie moĊĵna wydobyć wersji uruchomionego nadzorcy %s\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Uruchamianie nadzorcy: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA jest nieobsĊ‚ugiwane na tym hoĊ›cie" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "moĊĵliwoĊ›ci" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "PoĊ‚Ä…czenie z nadzorcą nie powiodĊ‚o się" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "WyĊ›wietlenie listy aktywnych domen nie powiodĊ‚o się" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "PrzekaĊĵ informacje o woluminie jako zrzut XML na standardowe wyjĊ›cie." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "urządzenie" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "wyĊ›wietl nazwę hosta nadzorcy" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "uzyskanie nazwy hosta nie powiodĊ‚o się" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "wyĊ›wietl kanoniczne URI nadzorcy" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "uzyskanie URI nie powiodĊ‚o się" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "Ekran VNC" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "konsola TTY" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "WyjĊ›cie urządzenia na konsolę TTY." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "doĊ‚Ä…cz urządzenie z pliku XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "DoĊ‚Ä…cz urządzenie z XML." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "Plik XML" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "attach-device: brak opcji " -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "DoĊ‚Ä…czenie urządzenia z %s nie powiodĊ‚o się" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "odĊ‚Ä…cz urządzenie z pliku XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "OdĊ‚Ä…cz urządzenie z XML" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "detach-device: brak opcji " -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "OdĊ‚Ä…czenie urządzenia z %s nie powiodĊ‚o się" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "doĊ‚Ä…cz interfejs sieciowy" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "DoĊ‚Ä…cz nowy interfejs sieciowy." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "typ interfejsu sieciowego" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "Ċşr³dĊ‚o interfejsu sieciowego" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "nazwa sieci docelowej" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "Adres MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "skrypt uĊĵyty do mostkowania interfejsu sieciowego" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Brak obsĊ‚ugi %s przez polecenie \"attach-interface\"" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "odĊ‚Ä…cz interfejs sieciowy" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "OdĊ‚Ä…cz interfejs sieciowy." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Uzyskanie informacji o interfejsie nie powiodĊ‚o się" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Nie znaleziono interfejsu o typie %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Nie znaleziono interfejsu o adresie MAC %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Przydzielenie pamięci nie powiodĊ‚o się" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Utworzenie XML nie powiodĊ‚o się" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "doĊ‚Ä…cz urządzenie dyskowe" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "DoĊ‚Ä…cz nowe urządzenie dyskowe." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "Ċşr³dĊ‚o urządzenia dyskowego" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "cel urządzenia dyskowego" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "sterownik urządzenia dyskowego" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "podsterownik urządzenia dyskowego" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "typ urządzenia docelowego" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "tryb odczytywania i zapisywania urządzenia" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Brak obsĊ‚ugi %s przez polecenie \"attach-disk\"" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "odĊ‚Ä…cz urządzenie dyskowe" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "OdĊ‚Ä…cz urządzenie dyskowe." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Uzyskanie informacji o dysku nie powiodĊ‚o się" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Nie znaleziono dysku o celu %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "przydzielenie pamięci dla Ċ‚aĊ„cucha init nie powiodĊ‚o się: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: zapisanie pliku dziennika nie powiodĊ‚o się: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: zapisanie pliku dziennika nie powiodĊ‚o się: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: zapisanie pliku dziennika nie powiodĊ‚o się: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Utworzenie nieaktywnej domeny %s nie powiodĊ‚o się\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "polecenie lvs nie powiodĊ‚o się" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, fuzzy, c-format msgid "%s: command exited with non-zero status" msgstr "polecenie lvs nie powiodĊ‚o się ze stanem wyjĊ›cia %d" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: zapisanie pliku dziennika nie powiodĊ‚o się: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej domeny." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej domeny." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "odczytanie pliku konfiguracji nie powiodĊ‚o się" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej sieci." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej sieci." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej puli." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "UsuĊ„ okreĊ›lenie konfiguracji dla nieaktywnej puli." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "zakoĊ„cz ten interaktywny terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "polecenie \"%s\" wymaga opcji <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "polecenie \"%s\" wymaga opcji --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "polecenie \"%s\" nie istnieje" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAZWA\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -5909,7 +6419,7 @@ msgstr "" "\n" " STRESZCZENIE\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -5917,7 +6427,7 @@ msgstr "" "\n" " OPIS\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -5925,53 +6435,53 @@ msgstr "" "\n" " OPCJE\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s <Ċ‚aĊ„cuch>" -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nieokreĊ›lona nazwa domeny lub identyfikator" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "uzyskanie domeny \"%s\" nie powiodĊ‚o się" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nieokreĊ›lona nazwa sieci" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "uzyskanie sieci \"%s\" nie powiodĊ‚o się" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" msgstr "nieokreĊ›lona nazwa puli" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, c-format msgid "failed to get pool '%s'" msgstr "uzyskanie puli \"%s\" nie powiodĊ‚o się" -#: src/virsh.c:5981 +#: src/virsh.c:6110 msgid "undefined vol name" msgstr "nieokreĊ›lona nazwa woluminu" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, c-format msgid "failed to get vol '%s'" msgstr "uzyskanie woluminu \"%s\" nie powiodĊ‚o się" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -5982,130 +6492,130 @@ msgstr "" "(Czas: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "brak \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "nieoczekiwany token (nazwa polecenia): \"%s\"" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "nieznane polecenie: \"%s\"" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "polecenie \"%s\" nie obsĊ‚uguje opcji --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "nieoczekiwana skĊ‚adnia: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "liczba" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "Ċ‚aĊ„cuch" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "nieoczekiwane dane \"%s\"" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPCJA" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DANE" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "plik" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "wstrzymane" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "wyĊ‚Ä…cza się" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "wyĊ‚Ä…czone" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "zawieszone" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "brak prawidĊ‚owego poĊ‚Ä…czenia" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: bĊ‚Ä…d: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "bĊ‚Ä…d: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: przydzielenie %d bajt³w nie powiodĊ‚o się" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: przydzielenie %lu bajt³w nie powiodĊ‚o się" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "poĊ‚Ä…czenie się z nadzorcą nie powiodĊ‚o się" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "uzyskanie informacji o pliku dziennika nie powiodĊ‚o się" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "Ċ›cieĊĵka do dziennika nie jest plikiem" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "zapisanie pliku dziennika nie powiodĊ‚o się" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: zapisanie pliku dziennika nie powiodĊ‚o się: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "rozĊ‚Ä…czenie od nadzorcy nie powiodĊ‚o się" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6138,7 +6648,7 @@ msgstr "" "\n" " polecenia (tryb nieinteraktywny):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6148,12 +6658,12 @@ msgstr "" " (okreĊ›l help , aby uzyskać szczeg³Ċ‚y o poleceniu)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "nieobsĊ‚ugiwana opcja \"-%c\". Zobacz --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6162,7 +6672,7 @@ msgstr "" "Witaj w %s, interaktywnym terminalu wirtualizacji.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6180,849 +6690,937 @@ msgstr "ostrzeĊĵenie" msgid "error" msgstr "bĊ‚Ä…d" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Nie podano komunikatu bĊ‚Ä™du" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "wewnętrzny bĊ‚Ä…d %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "wewnętrzny bĊ‚Ä…d" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "ta funkcja jest nieobsĊ‚ugiwana przez nadzorcę" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "ta funkcja jest nieobsĊ‚ugiwana przez nadzorcę: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "nie moĊĵna poĊ‚Ä…czyć się z nadzorcą" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "nie moĊĵna poĊ‚Ä…czyć się z %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "nieprawidĊ‚owy wskaĊşnik poĊ‚Ä…czenia w" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "nieprawidĊ‚owy wskaĊşnik poĊ‚Ä…czenia w %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "nieprawidĊ‚owy wskaĊşnik domeny w" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "nieprawidĊ‚owy wskaĊşnik domeny w %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "nieprawidĊ‚owy argument w" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "nieprawidĊ‚owy argument w %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operacja nie powiodĊ‚a się: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operacja nie powiodĊ‚a się" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "operacja GET nie powiodĊ‚a się: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "operacja GET nie powiodĊ‚a się" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "operacja POST nie powiodĊ‚a się: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "operacja POST nie powiodĊ‚a się" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "otrzymano nieznany kod bĊ‚Ä™du HTTP %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "nieznany host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "nieznany host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "uszeregowanie S-Expr nie powiodĊ‚o się: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "uszeregowanie S-Expr nie powiodĊ‚o się" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "nie moĊĵna uĊĵyć wpisu nadzorcy Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "nie moĊĵna uĊĵyć wpisu nadzorcy Xen %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "nie moĊĵna poĊ‚Ä…czyć się z Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "nie moĊĵna poĊ‚Ä…czyć się z Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "wywoĊ‚anie systemowe Xen nie powiodĊ‚o się %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "nieznany typ systemu operacyjnego" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "nieznany typ systemu operacyjnego %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "brak informacji o jądrze" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "brak informacji o urządzeniu root" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "brak informacji o urządzeniu root w %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "brak informacji Ċşr³dĊ‚owych dla urządzenia" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "brak informacji Ċşr³dĊ‚owych dla urządzenia %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "brak informacji docelowej dla urządzenia" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "brak informacji docelowej dla urządzenia %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "brak informacji o nazwie domeny" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "brak informacji o nazwie domeny w %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "brak informacji o systemie operacyjnym" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "brak informacji o systemie operacyjnym %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "brak informacji o urządzeniach" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "brak informacji o urządzeniach dla %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "zarejestrowano za duĊĵo sterownik³w" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "zarejestrowano za duĊĵo sterownik³w w %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "" "wywoĊ‚anie biblioteki nie powiodĊ‚o się, prawdopodobnie jest nieobsĊ‚ugiwana" -#: src/virterror.c:576 +#: src/virterror.c:584 #, 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:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "opis XML nie jest dobrze sformuĊ‚owany lub jest nieprawidĊ‚owy" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ta domena juĊĵ istnieje" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domena %s juĊĵ istnieje" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operacja jest zabroniona z powodu uprawnieĊ„ tylko do odczytu" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operacja %s jest zabroniona z powodu uprawnieĊ„ tylko do odczytu" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "otwarcie pliku konfiguracji do odczytania nie powiodĊ‚o się" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "otwarcie %s do odczytania nie powiodĊ‚o się" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "odczytanie pliku konfiguracji nie powiodĊ‚o się" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "odczytanie pliku konfiguracji %s nie powiodĊ‚o się" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "przeanalizowanie pliku konfiguracji nie powiodĊ‚o się" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "przeanalizowanie pliku konfiguracji %s nie powiodĊ‚o się" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "bĊ‚Ä…d skĊ‚adni pliku konfiguracji" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "bĊ‚Ä…d skĊ‚adni pliku konfiguracji: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "zapisanie pliku konfiguracji nie powiodĊ‚o się" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "zapisanie pliku konfiguracji nie powiodĊ‚o się: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "bĊ‚Ä…d parsera" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "nieprawidĊ‚owy wskaĊşnik sieciowy w" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "nieprawidĊ‚owy wskaĊşnik sieciowy w %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ta sieć juĊĵ istnieje" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "sieć %s juĊĵ istnieje" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "bĊ‚Ä…d wywoĊ‚ania systemowego" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "bĊ‚Ä…d RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "bĊ‚Ä…d wywoĊ‚ania GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Znalezienie sieci nie powiodĊ‚o się" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Znalezienie sieci nie powiodĊ‚o się: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Nie znaleziono domeny" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Nie znaleziono domeny: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Nie znaleziono sieci" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Nie znaleziono sieci: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "nieprawidĊ‚owy adres MAC" -#: src/virterror.c:684 +#: src/virterror.c:692 #, c-format msgid "invalid MAC address: %s" msgstr "nieprawidĊ‚owy adres MAC: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "uwierzytelnienie nie powiodĊ‚o się" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "uwierzytelnienie nie powiodĊ‚o się: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 msgid "Storage pool not found" msgstr "Nie znaleziono puli pamięci masowej" -#: src/virterror.c:696 +#: src/virterror.c:704 #, c-format msgid "Storage pool not found: %s" msgstr "Nie znaleziono puli pamięci masowej: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 msgid "Storage volume not found" msgstr "Nie znaleziono woluminu pamięci masowej" -#: src/virterror.c:702 +#: src/virterror.c:710 #, c-format msgid "Storage volume not found: %s" msgstr "Nie znaleziono woluminu pamięci masowej: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 msgid "invalid storage pool pointer in" msgstr "nieprawidĊ‚owy wskaĊşnik puli pamięci masowej w" -#: src/virterror.c:708 +#: src/virterror.c:716 #, c-format msgid "invalid storage pool pointer in %s" msgstr "nieprawidĊ‚owy wskaĊşnik puli pamięci masowej w %s" -#: src/virterror.c:712 +#: src/virterror.c:720 msgid "invalid storage volume pointer in" msgstr "nieprawidĊ‚owy wskaĊşnik woluminu pamięci masowej w" -#: src/virterror.c:714 +#: src/virterror.c:722 #, c-format msgid "invalid storage volume pointer in %s" msgstr "nieprawidĊ‚owy wskaĊşnik woluminu pamięci masowej w %s" -#: src/virterror.c:718 +#: src/virterror.c:726 msgid "Failed to find a storage driver" msgstr "Znalezienie sterownika pamięci masowej nie powiodĊ‚o się" -#: src/virterror.c:720 +#: src/virterror.c:728 #, c-format msgid "Failed to find a storage driver: %s" msgstr "Znalezienie sterownika pamięci masowej nie powiodĊ‚o się: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Znalezienie sterownika pamięci masowej nie powiodĊ‚o się" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Znalezienie sterownika pamięci masowej nie powiodĊ‚o się: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "nieprawidĊ‚owy wskaĊşnik woluminu pamięci masowej w" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "nieprawidĊ‚owy wskaĊşnik domeny w %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "nie znaleziono urządzenia: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "nie znaleziono urządzenia: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "przydzielanie domeny" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "BĊ‚Ä…d podczas analizowania konfiguracji sieci \"%s\": %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "Przydzielenie pamięci dla listy konfiguracji %s nie powiodĊ‚o się" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "BĊ‚Ä…d podczas analizowania konfiguracji sieci \"%s\": %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "Zaufany parametr wagi planisty (%d) jest poza zakresem (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, 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)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "przydzielanie %d informacji o domenie" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 msgid "failed to create a socket" msgstr "utworzenie gniazda nie powiodĊ‚o się" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 msgid "failed to connect to xend" msgstr "poĊ‚Ä…czenie się z xend nie powiodĊ‚o się" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "odczytanie z demona Xen nie powiodĊ‚o się" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, c-format msgid "xend_get: error from xen daemon: %s" msgstr "xend_get: bĊ‚Ä…d demona Xen: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "xend_post: bĊ‚Ä…d demona Xen: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "przydziel nowy bufor" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, c-format msgid "gethostbyname failed: %s" msgstr "gethostbyname nie powiodĊ‚o się: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "zakodowanie opisu uĊĵytego do utworzenia domeny nie powiodĊ‚o się" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "informacje o domenie są niekompletne, brak domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "informacje o domenie są nieprawidĊ‚owe, domid nie jest numeryczne" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "informacje o domenie są niekompletne, brak UUID" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "informacje o domenie są niekompletne, brak nazwy" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" msgstr "informacje o domenie są niekompletne, brak wczytywania HVM" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "informacje o domenie są niekompletne, brak jądra i programu startowego" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 msgid "Unknown char device type" msgstr "nieznany typ urządzenia znakowego" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "bĊ‚Ä™dnie sformatowany Ċ‚aĊ„cuch urządzenia znakowego" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "brak pamięci dla konfiguracji urządzenia znakowego" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "nieznany typ urządzenia znakowego" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "informacje o domenie są niekompletne, vbd nie ma dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "informacje o domenie są niekompletne, vbd nie ma src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "nie moĊĵna przeanalizować nazwy pliku vbd, brak nazwy sterownika" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "nie moĊĵna przeanalizować nazwy pliku vbd, brak typu sterownika" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "nieprawidĊ‚owy adres MAC: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "nieoczekiwany węzeĊ‚ sĊ‚ownika" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "informacje o domenie są niekompletne, brak identyfikatora" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "nieznany typ systemu operacyjnego %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "przeanalizowanie informacji o topologii nie powiodĊ‚o się" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "bĊ‚Ä…d skĊ‚adni topologii" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "przeanalizowanie informacji o domenie Xend nie powiodĊ‚o się" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" "znalezienie tej domeny przez xenDaemonDomainDumpXMLByName nie powiodĊ‚o się" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Zbudowanie puli %s nie powiodĊ‚o się" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "nieobsĊ‚ugiwany typ urządzenia wejĊ›cia %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "znalezienie tej domeny przez xenDaemonGetAutostart nie powiodĊ‚o się" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "znalezienie tej domeny przez xenDaemonSetAutostart nie powiodĊ‚o się" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" msgstr "nieoczekiwana wartoĊ›Ä‡ z on_xend_start" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 msgid "no memory" msgstr "brak pamięci" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 msgid "sexpr2string failed" msgstr "sexpr2string nie powiodĊ‚o się" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" msgstr "Ponowne okreĊ›lenia sexpr nie powiodĊ‚o się" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "brak on_xend_start w sexpr" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, c-format msgid "gethostname failed: %s" msgstr "gethostname nie powiodĊ‚o się: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, c-format msgid "failed to strdup hostname: %s" msgstr "wykonanie strdup na nazwie hosta nie powiodĊ‚o się: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" "xenDaemonDomainMigrate: Xen nie obsĊ‚uguje zmieniania domen podczas migracji" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" "xenDaemonDomainMigrate: Xen nie obsĊ‚uguje ograniczeĊ„ pasma podczas migracji" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: nieobsĊ‚ugiwana flaga" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: nieprawidĊ‚owe URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" "xenDaemonDomainMigrate: tylko migracje xenmigr:// są obsĊ‚ugiwane przez Xena" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate: nazwa hosta musi zostać podana w URI" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "strdup nie powiodĊ‚o się" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: nieprawidĊ‚owy numer portu" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 msgid "failed to parse domain description" msgstr "przeanalizowanie opisu domeny nie powiodĊ‚o się" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Utworzenie nieaktywnej domeny %s nie powiodĊ‚o się\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "nieobsĊ‚ugiwane w xendConfigVersion < 4" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" msgstr "informacje o węĊşle są niekompletne, brak nazwy planisty" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" msgstr "Nieznany planista" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" msgstr "Uzyskanie nazwy planisty nie powiodĊ‚o się" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" msgstr "informacje o domenie są niekompletne, brak cpu_weight" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" msgstr "informacje o domenie są niekompletne, brak cpu_cap" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "domainBlockPeek jest nieobsĊ‚ugiwane przez dom0" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, c-format msgid "%s: invalid path" msgstr "%s: nieprawidĊ‚owa Ċ›cieĊĵka" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, c-format msgid "failed to open for reading: %s: %s" msgstr "otwarcie do odczytania nie powiodĊ‚o się: %s: %s" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "wykonanie lseek lub odczytanie z pliku nie powiodĊ‚o się: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "nieoczekiwany typ MIME" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "nieobsĊ‚ugiwany typ woluminu pamięci masowej %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "nieoczekiwana wartoĊ›Ä‡ węzĊ‚a" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "brak wczytywania domeny HVM" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype jest nieobsĊ‚ugiwane" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "UUID w pliku konfiguracji jest bĊ‚Ä™dnie sformatowany" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, fuzzy, c-format msgid "config value %s was missing" msgstr "brak parametru nazwy konfiguracji" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "nie moĊĵna wykonać stat na pliku \"%s\": %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "xenXMConfigCacheRefresh: virHashAddEntry" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "nieoczekiwana wartoĊ›Ä‡ z on_xend_start" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "nieoczekiwana wartoĊ›Ä‡ z on_xend_start" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "nieoczekiwana wartoĊ›Ä‡ z on_xend_start" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "poĊ‚Ä…czenie tylko do odczytu" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 msgid "not inactive domain" msgstr "nieaktywne domeny" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "virHashLookup" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" msgstr "nie moĊĵna pobrać pliku konfiguracji dla domeny" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "nieoczekiwany węzeĊ‚ sĊ‚ownika" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 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:2254 +#: src/xm_internal.c:2288 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:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 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:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "nazwa pliku konfiguracji jest za dĊ‚uga" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "konfiguracja" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 msgid "unable to get current time" msgstr "nie moĊĵna uzyskać obecnego czasu" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" msgstr "nie moĊĵna przechować obsĊ‚ugi pliku konfiguracji" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" msgstr "nieznane urządzenie" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "" +"Usunięcie automatycznie uruchamianego dowiązania \"%s\" nie powiodĊ‚o się: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "utworzenie pliku dziennika %s nie powiodĊ‚o się: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "utworzenie pliku dziennika %s nie powiodĊ‚o się: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "NieprawidĊ‚owy parametr virXPathString()" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "NieprawidĊ‚owy parametr virXPathNumber()" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "NieprawidĊ‚owy parametr virXPathBoolean()" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "NieprawidĊ‚owy parametr virXPathNode()" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "NieprawidĊ‚owy parametr virXPathNodeSet()" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "przydziel tablicę Ċ‚aĊ„cuch³w" #: src/xmlrpc.c:53 @@ -7065,6 +7663,10 @@ msgstr "przydziel odpowiedĊş" msgid "read response" msgstr "odczytaj odpowiedĊş" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "przydziel tablicę Ċ‚aĊ„cuch³w" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "przeanalizowanie odpowiedzi serwera nie powiodĊ‚o się" @@ -7073,43 +7675,49 @@ msgstr "przeanalizowanie odpowiedzi serwera nie powiodĊ‚o się" msgid "allocate new context" msgstr "przydziel nowy kontekst" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" -#~ msgid "Disk pools are not yet supported" -#~ msgstr "Pule dysku nie są jeszcze obsĊ‚ugiwane" - -#~ msgid "blocked" -#~ msgstr "zablokowane" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "Domain config filename '%s' does not match domain name '%s'" -#~ msgstr "" -#~ "Nazwa pliku konfiguracji sieci \"%s\" nie zgadza się z nazwą sieci \"%s\"" +msgid "failed to allocate activeDomainList" +msgstr "WyĊ›wietlenie listy aktywnych domen nie powiodĊ‚o się" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "NieprawidĊ‚owy typ urządzenia: %s" +msgid "failed to allocate xsWatchList" +msgstr "" +"przydzielenie przestrzeni dla typu systemu operacyjnego nie powiodĊ‚o się" -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nazwa sieci docelowej" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "" -#~ "No 'bridge' attribute specified with " -#~ msgstr "" -#~ "Brak atrybutu \"dev\" okreĊ›lonego za pomocą " +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" +#: src/xs_internal.c:1057 #, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "brak woluminu pamięci masowej pasującego do nazwy" +msgid "watch already tracked" +msgstr "pula jest juĊĵ aktywna" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "No storage for parent veth device name" -#~ msgstr "brak woluminu pamięci masowej pasującego do nazwy" +msgid "reallocating list" +msgstr "przydzielanie domeny" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "przydzielenie węzĊ‚a nie powiodĊ‚o się" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "Otrzymano sygnaĊ‚ %d, wykonywanie dispatch do sterownik³w" + +#~ msgid "allocating conn->name" +#~ msgstr "przydzielanie conn->name" #~ msgid "missing filesystem type" #~ msgstr "brak typu systemu plik³w" @@ -7126,9 +7734,6 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "failed to generate uuid" #~ msgstr "utworzenie UUID nie powiodĊ‚o się" -#~ msgid "invalid uuid element" -#~ msgstr "nieprawidĊ‚owy element UUID" - #~ msgid "invalid or missing init element" #~ msgstr "brak lub nieprawidĊ‚owy element init" @@ -7144,9 +7749,6 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "missing domain type" #~ msgstr "brak typu domeny" -#~ msgid "invalid domain type" -#~ msgstr "nieprawidĊ‚owy typ domeny" - #~ msgid "invalid domain id" #~ msgstr "nieprawidĊ‚owy identyfikator domeny" @@ -7181,9 +7783,6 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "nie moĊĵna odczytać pliku PID TTY %s: %s" -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "przydzielenie pamięci dla Ċ‚aĊ„cucha init nie powiodĊ‚o się: %s" - #~ msgid "execl failed to exec init: %s" #~ msgstr "wykonanie init przez execl nie powiodĊ‚o się: %s" @@ -7193,15 +7792,9 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "posix_openpt failed: %s" #~ msgstr "posix_openpt nie powiodĊ‚o się: %s" -#~ msgid "unlockpt failed: %s" -#~ msgstr "unlockpt nie powiodĊ‚o się: %s" - #~ msgid "ptsname_r failed: %s" #~ msgstr "ptsname_r nie powiodĊ‚o się: %s" -#~ msgid "unable to allocate container name string" -#~ msgstr "nie moĊĵna przydzielić Ċ‚aĊ„cucha nazwy kontenera" - #~ msgid "epoll_ctl(fd2) failed: %s" #~ msgstr "epoll_ctl(fd2) nie powiodĊ‚o się: %s" @@ -7225,18 +7818,6 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ "BĊ‚Ä…d jest juĊĵ na aktywnej maszynie wirtualnej OpenVZ posiadającej " #~ "identyfikator \"%s\"" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "brak typu systemu plik³w" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "brak atrybutu typu domeny" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "brak atrybutu typu domeny" - #~ msgid "invalid domain type attribute" #~ msgstr "nieprawidĊ‚owy atrybut typu domeny" @@ -7246,41 +7827,6 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "VPS ID Error (must be an integer greater than 100" #~ msgstr "BĊ‚Ä…d identyfikatora VPS (musi być staĊ‚Ä… większą niĊĵ 100" -#, fuzzy -#~ msgid "malformed filesystem tag" -#~ msgstr "nieprawidĊ‚owy typ systemu plik³w" - -#~ msgid "calloc failed" -#~ msgstr "calloc nie powiodĊ‚o się" - -#~ msgid "Error creating OPENVZ VM" -#~ msgstr "BĊ‚Ä…d podczas tworzenia maszyny wirtualnej OpenVZ" - -#~ msgid "failed to exec %s\n" -#~ msgstr "wykonanie %s nie powiodĊ‚o się\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "ustawienie op³Ċşnienia przekazywania mostka na %d nie powiodĊ‚o się" - -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "ustawienie mostka STP na %s nie powiodĊ‚o się" - -#~ msgid "CDROM not attached, cannot change media" -#~ msgstr "nie podĊ‚Ä…czono CD-ROM-u, nie moĊĵna zmienić noĊ›nika" - -#~ msgid "allocating priv->hostname" -#~ msgstr "przydzielanie priv->hostname" - -#~ msgid "uri params" -#~ msgstr "uri params" - -#~ msgid "unsupported guest type" -#~ msgstr "nieobsĊ‚ugiwany typ goĊ›cia" - -#~ msgid "Failed to generate UUID" -#~ msgstr "utworzenie UUID nie powiodĊ‚o się" - #~ msgid "No IP address in the given xml config file '%s'" #~ msgstr "Brak adresu IP w podanym pliku konfiguracji XML \"%s\"" @@ -7320,12 +7866,18 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "profile length too long" #~ msgstr "profil jest za dĊ‚ugi" -#~ msgid "no domain with matching name" -#~ msgstr "brak domeny pasującej do nazwy" +#~ msgid "calloc failed" +#~ msgstr "calloc nie powiodĊ‚o się" #~ msgid "Error in parsing Options to OPENVZ" #~ msgstr "BĊ‚Ä…d podczas analizowania opcji dla OpenVZ" +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "BĊ‚Ä…d podczas tworzenia maszyny wirtualnej OpenVZ" + +#~ msgid "failed to exec %s\n" +#~ msgstr "wykonanie %s nie powiodĊ‚o się\n" + #~ msgid "Invalid cdrom device name: %s" #~ msgstr "NieprawidĊ‚owa nazwa urządzenia CD-ROM: %s" @@ -7386,6 +7938,9 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "cmdline arguments too long" #~ msgstr "argumenty wiersza poleceĊ„ są za dĊ‚ugie" +#~ msgid "unsupported guest type" +#~ msgstr "nieobsĊ‚ugiwany typ goĊ›cia" + #~ msgid "emulator path too long" #~ msgstr "Ċ›cieĊĵka do emulatora jest za dĊ‚uga" @@ -7443,9 +7998,6 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgstr "" #~ "Wczytanie konfiguracji goĊ›cia QEMU \"%s\" nie powiodĊ‚o się: brak pamięci" -#~ msgid "Error parsing network config '%s' : %s" -#~ msgstr "BĊ‚Ä…d podczas analizowania konfiguracji sieci \"%s\": %s" - #~ msgid "Failed to load network config '%s': out of memory" #~ msgstr "Wczytanie konfiguracji sieci \"%s\" nie powiodĊ‚o się: brak pamięci" @@ -7465,10 +8017,38 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "Resulting path to long for buffer in qemudInitPaths()" #~ msgstr "ĊšcieĊĵka wynikowa jest za dĊ‚uga dla bufora w qemudInitPaths()" -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "" -#~ "Usunięcie automatycznie uruchamianego dowiązania \"%s\" nie powiodĊ‚o się: " -#~ "%s" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "ustawienie op³Ċşnienia przekazywania mostka na %d nie powiodĊ‚o się" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "ustawienie mostka STP na %s nie powiodĊ‚o się" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "nie podĊ‚Ä…czono CD-ROM-u, nie moĊĵna zmienić noĊ›nika" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "nieznany typ zaplecza pamięci masowej %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "nieznany typ zaplecza pamięci masowej %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "nieobsĊ‚ugiwany format puli %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "nieobsĊ‚ugiwany format woluminu %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Pule dysku nie są jeszcze obsĊ‚ugiwane" + +#~ msgid "volume name" +#~ msgstr "nazwa woluminu" + +#~ msgid "volume key" +#~ msgstr "klucz woluminu" #~ msgid "malformed xml document" #~ msgstr "bĊ‚Ä™dnie sformatowany dokument XML" @@ -7476,9 +8056,6 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "domain" #~ msgstr "domena" -#~ msgid "domain name" -#~ msgstr "nazwa domeny" - #~ msgid "domain uuid" #~ msgstr "UUID domeny" @@ -7521,9 +8098,30 @@ msgstr "poĊ‚Ä…czenie się z Xen Store nie powiodĊ‚o się" #~ msgid "too many domains" #~ msgstr "za duĊĵo domen" +#~ msgid "cannot save domain" +#~ msgstr "nie moĊĵna zapisać domeny" + +#~ msgid "cannot write header" +#~ msgstr "nie moĊĵna zapisać nagĊ‚³wka" + +#~ msgid "cannot write metadata length" +#~ msgstr "nie moĊĵna zapisać dĊ‚ugoĊ›ci metadanych" + +#~ msgid "cannot write metadata" +#~ msgstr "nie moĊĵna zapisać metadanych" + +#~ msgid "cannot save domain data" +#~ msgstr "nie moĊĵna zapisać danych domeny" + +#~ msgid "cannot save domain core" +#~ msgstr "nie moĊĵna zapisać rdzenia domeny" + #~ msgid "too many networks" #~ msgstr "za duĊĵo sieci" +#~ msgid "blocked" +#~ msgstr "zablokowane" + #~ msgid "parsing soundhw string failed." #~ msgstr "przeanalizowanie Ċ‚aĊ„cucha soundhw nie powiodĊ‚o się." diff --git a/po/pt.po b/po/pt.po index 4d176be030..496b69a22a 100644 --- a/po/pt.po +++ b/po/pt.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-12-14 18:14+0000\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2007-12-21 18:54+0000\n" "Last-Translator: Josİ Nuno Coelho Pires \n" "Language-Team: pt \n" "MIME-Version: 1.0\n" @@ -16,310 +16,310 @@ msgstr "" "X-POFile-IgnoreConsistency: warning\n" "X-POFile-SpellExtra: XENCREDIT attach MAC disk cpulist live TTY\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "a chamada da biblioteca falhou, talvez por n£o ser suportada" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "mudar a reserva de mem³ria" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "erro na chamada do sistema" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "Desconhecido" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, 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:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "a reservar a configura§£o" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Erro ao reservar mem³ria: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "n³ inesperado do valor" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, 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:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "N£o foi poss­vel reservar mem³ria" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "N£o foi poss­vel ler do 'socket' %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, 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:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "N£o foi poss­vel encontrar a rede: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "N£o foi poss­vel reservar mem³ria" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "N£o foi poss­vel encontrar a rede: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, 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:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "a autentica§£o falhou: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, 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:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "N£o foi poss­vel iniciar a rede %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "A opera§£o GET falhou: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "N£o foi poss­vel reservar mem³ria" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, 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:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, 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:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "N£o foi poss­vel criar o XML" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, 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:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "a autentica§£o falhou" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "obteve-se um c³digo de erro de HTTP desconhecido %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "a resposta processada pelo servidor falhou" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "ponteiro de liga§£o invĦlido em" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "sem mem³ria" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "O dom­nio n£o foi encontrado" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "tipo de SO desconhecido" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "A rede n£o foi encontrada" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "N£o foi poss­vel obter o estado do bloco %s %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "N£o foi poss­vel obter o estado da interface %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "sem mem³ria" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, 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:2821 +#: qemud/remote.c:2919 #, 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:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "A rede n£o foi encontrada" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "A rede n£o foi encontrada" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "O dom­nio n£o foi encontrado" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "argumento invĦlido em" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "a opera§£o falhou" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +837,8 @@ msgstr "era esperado um separador" msgid "expecting an assignment" msgstr "era esperada uma atribui§£o" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "alocar o 'buffer'" @@ -852,930 +880,986 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ponteiro do dom­nio invĦlido em" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "tipo do dispositivo de destino" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "falta a informa§£o de origem do dispositivo" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "falta a informa§£o de origem do dispositivo" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "falta a informa§£o de origem do dispositivo" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "falta a informa§£o do dispositivo de raiz" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "tipo do dispositivo de destino" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "falta a informa§£o do dispositivo de raiz" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "tipo de SO desconhecido" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "falta o \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "falta a informa§£o de origem do dispositivo" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "falta a informa§£o de origem do dispositivo" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "mĦquina desconhecida %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "falta a informa§£o do dispositivo de raiz" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "tipo de SO desconhecido" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "n£o foi poss­vel reservar um n³" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "falta a informa§£o do nome do dom­nio" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "ponteiro do dom­nio invĦlido em" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "N£o foi poss­vel criar o XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "falta a informa§£o do dispositivo de raiz" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "dados '%s' inesperados" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "tipo de SO desconhecido" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "tipo do dispositivo de destino" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "falta a informa§£o de origem do dispositivo" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "tipo de SO desconhecido %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "tipo do dispositivo de destino" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "dispositivo da interface" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "N£o foi poss­vel suspender o dom­nio %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "mĦquina desconhecida %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "erro de sintaxe no conjunto de CPU's da topologia" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "n³ inesperado do dicionĦrio" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "tipo MIME inesperado" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "n³ inesperado do valor" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "tipo de SO desconhecido" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "a reservar a liga§£o" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "a reservar o dom­nio" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "n£o foi poss­vel adicionar o dom­nio   lista de liga§µes" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "falta o dom­nio na lista de liga§µes" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "a reservar a rede" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "n£o foi poss­vel adicionar a rede   lista de liga§µes" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "falta a rede na lista de liga§µes" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "a reservar o n³" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "n£o foi poss­vel adicionar a rede   lista de liga§µes" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "falta o dom­nio na lista de liga§µes" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "a reservar o n³" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "n£o foi poss­vel adicionar a rede   lista de liga§µes" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "falta o dom­nio na lista de liga§µes" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "a reservar o n³" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "a copiar o conteşdo dos n³s" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "n£o foi poss­vel adicionar a rede   lista de liga§µes" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "falta o dom­nio na lista de liga§µes" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "tipo de SO desconhecido %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "origem do dispositivo de disco" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "tipo de SO desconhecido %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "tipo de SO desconhecido %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "tipo de SO desconhecido %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "falta a informa§£o de origem do dispositivo" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "falta a informa§£o de origem do dispositivo" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "falta a informa§£o de origem do dispositivo" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "tipo do dispositivo de destino" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "tipo de SO desconhecido %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "tipo de SO desconhecido %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "falta a informa§£o do dispositivo de raiz" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "tipo de SO desconhecido %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "comando desconhecido: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "tipo do dispositivo de destino" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "tipo de SO desconhecido %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "falta o \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "falta o \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "mĦquina desconhecida %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "mĦquina desconhecida %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "falta a informa§£o do destino do dispositivo" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "mĦquina desconhecida %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "falta a informa§£o do dispositivo de raiz" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "tipo de SO desconhecido" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "n£o foi poss­vel reservar um n³" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "falta a informa§£o do nome do dom­nio" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "ponteiro do dom­nio invĦlido em %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "n£o foi poss­vel obter o UUID da rede" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "dados '%s' inesperados" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "tipo de SO desconhecido" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "dispositivo da interface" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "falta a informa§£o do dispositivo de raiz" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "mĦquina desconhecida %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "anexar um dispositivo em disco" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "anexar a interface de rede" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "dispositivo da interface" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "anexar um dispositivo em disco" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "anexar um dispositivo em disco" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "anexar um dispositivo em disco" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "anexar um dispositivo em disco" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "n£o foi poss­vel gravar o conteşdo" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "erro de sintaxe no conjunto de CPU's da topologia" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "n³ inesperado do dicionĦrio" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "n³ inesperado do dicionĦrio" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "n³ inesperado do dicionĦrio" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "n³ inesperado do dicionĦrio" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "tipo MIME inesperado" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "n³ inesperado do valor" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "N£o foi poss­vel aceder ao '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "tipo de SO desconhecido" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "N£o foi poss­vel criar o XML" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "N£o foi poss­vel criar o XML" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "N£o foi poss­vel escrever no 'socket' %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, 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:251 +#: src/iptables.c:249 #, 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" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "n£o foi poss­vel processar o URI da liga§£o" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "a reservar a liga§£o" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "N£o foi poss­vel iniciar a rede %s" +msgstr "n£o foi poss­vel processar o URI da liga§£o" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "informa§£o do dom­nio incompleta, o 'domid' n£o İ numİrico" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "informa§£o do dom­nio incompleta, o 'domid' n£o İ numİrico" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "reservar uma lista de valores" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "N£o foi poss­vel reservar mem³ria" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "N£o foi poss­vel criar o dom­nio inactivo %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel encontrar a rede: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "N£o foi poss­vel criar o XML" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "N£o foi poss­vel iniciar o dom­nio %s" +msgstr "N£o foi poss­vel remover a defini§£o do dom­nio %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "N£o foi poss­vel iniciar o dom­nio %s" +msgstr "N£o foi poss­vel destruir o dom­nio %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel associar o dispositivo a partir de %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "N£o foi poss­vel iniciar o dom­nio %s" +msgstr "n£o foi poss­vel aceder ao %s para leitura" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "N£o foi poss­vel criar o dom­nio do %s" +msgstr "N£o foi poss­vel ler do 'socket' %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "N£o foi poss­vel iniciar o dom­nio %s" +msgstr "n£o foi poss­vel aceder ao %s para leitura" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "reservar uma lista de valores" +msgstr "a opera§£o falhou: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "N£o foi poss­vel criar o dom­nio do %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "N£o foi poss­vel fechar o 'socket' %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "N£o foi poss­vel ler do 'socket' %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel ler do 'socket' %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel fechar o 'socket' %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "a opera§£o falhou: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "a opera§£o falhou: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "N£o foi poss­vel obter o estado da interface %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "N£o foi poss­vel destruir o dom­nio %s" +msgstr "n£o foi poss­vel obter a rede '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "a opera§£o falhou: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "n£o foi poss­vel reservar um n³" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" +msgstr "N£o İ poss­vel alterar o Tamanho MĦximo de Mem³ria" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "N£o foi poss­vel encontrar a rede: %s" +msgstr "ponteiro de liga§£o invĦlido em %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "n£o foi poss­vel reservar um n³" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "ID ou UUID do dom­nio" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "nome do dom­nio inactivo" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "nome do dom­nio inactivo" +msgstr "remover a defini§£o de um dom­nio inactivo" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "N£o foi poss­vel iniciar o dom­nio %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "programa usado para interligar a interface de rede" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "N£o foi poss­vel associar o dispositivo a partir de %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "n£o foi poss­vel reservar um n³" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel associar o dispositivo a partir de %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "N£o foi poss­vel reservar mem³ria" +msgstr "N£o foi poss­vel associar o dispositivo a partir de %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "N£o foi poss­vel ler do 'socket' %d\n" +msgstr "N£o foi poss­vel escrever no 'socket' %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "n£o foi poss­vel ligar ao Armazİm do Xen" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ponteiro do dom­nio invĦlido em" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel ler o ficheiro de descri§£o %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "nome do dom­nio" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "ID ou UUID do dom­nio" +msgstr "lista de dom­nios do n³" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "obteve-se um c³digo de erro de HTTP desconhecido %d" +msgstr "mĦquina desconhecida %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "N£o foi poss­vel prosseguir com o dom­nio %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "argumento invĦlido em %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "argumento invĦlido em" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "endere§o MAC invĦlido: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1786,8 +1870,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "tipo de SO desconhecido %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1797,1640 +1881,1792 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "erro de sintaxe no ficheiro de configura§£o: %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, 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:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "N£o foi poss­vel encontrar a rede: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "sem mem³ria" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "sem mem³ria" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "n£o foi poss­vel reservar um n³" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "n£o foi poss­vel reservar um n³" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "O dom­nio jĦ estĦ activo" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "N£o foi poss­vel aceder ao '%s': %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "n£o foi poss­vel aceder ao %s para leitura" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, 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:748 src/network_driver.c:778 +#, 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:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "n£o foi poss­vel obter a rede '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "A rede ainda estĦ em execu§£o" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "informa§£o da rede em XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "n£o foi poss­vel reservar um n³" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "N£o foi poss­vel aceder ao '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "N£o İ poss­vel extrair a vers£o do supervisor %s em execu§£o\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "n£o foi poss­vel processar o URI da liga§£o" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "n£o foi poss­vel processar o URI da liga§£o" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "a resolver o ficheiro da rede" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "endere§o MAC invĦlido" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "Endere§o MAC" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 #, fuzzy msgid "popen failed" msgstr "a opera§£o falhou" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "erro de sintaxe no ficheiro de configura§£o: %s" +msgstr "" -#: src/openvz_conf.c:375 -#, fuzzy, c-format +#: src/openvz_conf.c:426 +#, c-format msgid "Cound not read config for container %d" -msgstr "n£o foi poss­vel processar o URI da liga§£o" +msgstr "" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "O dom­nio ainda estĦ em execu§£o" +msgstr "O dom­nio %s ficou indefinido\n" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 msgid "only one filesystem supported" msgstr "" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "n£o foi poss­vel ligar a %s" -#: src/openvz_driver.c:249 -#, fuzzy, c-format +#: src/openvz_driver.c:257 +#, c-format msgid "cannot read cputime for domain %d" -msgstr "nome do dom­nio inactivo" +msgstr "" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 #, fuzzy msgid "domain is not in running state" msgstr "O dom­nio ainda estĦ em execu§£o" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "n£o foi poss­vel ligar a %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "n£o foi poss­vel processar o URI da liga§£o" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "n£o foi poss­vel ligar a %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "n£o foi poss­vel processar o URI da liga§£o" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "mudar o nşmero de CPUs virtuais" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "O dom­nio ainda estĦ em execu§£o" +msgstr "" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "n£o foi poss­vel processar o URI da liga§£o" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tipo de SO desconhecido %s" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "n£o foi poss­vel processar o URI da liga§£o" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "N£o foi poss­vel fechar o 'socket' %d\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "N£o foi poss­vel ler do 'socket' %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "N£o foi poss­vel escrever no 'socket' %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "Erro de comunica§£o com o 'proxy': leram-se %d 'bytes' de %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "Erro de comunica§£o com o 'proxy': eram esperados %d 'bytes' para leram-se %" "d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "Erro de comunica§£o com o 'proxy': obteve-se um pacote de %d 'bytes'\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "Erro de comunica§£o com o 'proxy': pacote invĦlido\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "foi obtido um nşmero de pacote ass­ncrono %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "n£o foi poss­vel reservar um n³" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 #, fuzzy msgid "failed to allocate vncTLSx509certdir" -msgstr "n£o foi poss­vel reservar o 'buffer'" +msgstr "n£o foi poss­vel reservar um n³" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "n£o foi poss­vel reservar um n³" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, fuzzy, c-format msgid "Network '%s' not found" msgstr "A rede n£o foi encontrada" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" +msgid "Network '%s' is not active" msgstr "A rede %s foi iniciada\n" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, fuzzy, c-format msgid "Network type %d is not supported" msgstr "A rede %s foi iniciada\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format +#: src/qemu_conf.c:585 +#, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, fuzzy, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel obter o estado da interface %s %s" -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:612 #, fuzzy msgid "failed to allocate space for tapfds string" msgstr "n£o foi poss­vel reservar um n³" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format msgid "unsupported usb disk type for '%s'" -msgstr "tipo do dispositivo de destino" +msgstr "" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 #, fuzzy, c-format msgid "unsupported disk type '%s'" -msgstr "tipo do dispositivo de destino" +msgstr "dados '%s' inesperados" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "ponteiro do dom­nio invĦlido em" +msgstr "" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 #, fuzzy msgid "failed to allocate space for argv string" -msgstr "N£o foi poss­vel reservar mem³ria" +msgstr "n£o foi poss­vel reservar um n³" -#: src/qemu_driver.c:91 -#, fuzzy +#: src/qemu_driver.c:88 src/uml_driver.c:94 msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" +msgstr "" -#: src/qemu_driver.c:106 -#, fuzzy +#: src/qemu_driver.c:103 msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "n£o foi poss­vel processar a informa§£o do dom­nio do Xend" +msgstr "" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "N£o foi poss­vel iniciar a rede %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, 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:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "N£o foi poss­vel encontrar a rede: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "sem mem³ria" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "sem mem³ria" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "reservar um contexto novo" +msgstr "alocar o 'buffer'" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "n£o foi poss­vel obter o dom­nio '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "a opera§£o falhou" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "O dom­nio jĦ estĦ activo" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, 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:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "n£o foi poss­vel obter a rede '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" +msgstr "N£o foi poss­vel fechar o 'socket' %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "n³ inesperado do dicionĦrio" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "n£o foi poss­vel reservar um n³" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "n£o foi poss­vel reservar um n³" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "O dom­nio jĦ estĦ activo" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "n£o foi poss­vel aceder ao %s para leitura" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "n£o foi poss­vel obter a rede '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "n³ inesperado do dicionĦrio" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "N£o foi poss­vel reservar mem³ria" +msgstr "n£o foi poss­vel obter as capacidades" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Mem³ria livre do NUMA" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "o dom­nio %s jĦ existe" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "o dom­nio %s jĦ existe" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "O dom­nio ainda estĦ em execu§£o" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "a opera§£o falhou" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "a opera§£o falhou" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "n£o foi poss­vel reservar um n³" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nome do dom­nio inactivo" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "N£o foi poss­vel suspender o dom­nio %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "n£o foi poss­vel obter o UUID do dom­nio" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "N£o foi poss­vel criar o XML" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "N£o foi poss­vel escrever no 'socket' %d\n" +msgstr "n£o foi poss­vel gravar o ficheiro de registo" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "N£o foi poss­vel escrever no 'socket' %d\n" +msgstr "n£o foi poss­vel gravar o ficheiro de registo" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "sem mem³ria" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "a opera§£o falhou" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "nome do dom­nio inactivo" +msgstr "Remover a defini§£o da configura§£o de um dom­nio inactivo." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "remover a defini§£o de um dom­nio inactivo" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "a chamada da biblioteca falhou, talvez por n£o ser suportada" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "N£o foi poss­vel criar o XML" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "carregar o ficheiro de defini§£o do dom­nio" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "lista de dom­nios do n³" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "n£o foi poss­vel ler do Servidor do Xen" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "N£o foi poss­vel criar o XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "N£o foi poss­vel criar o XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "O dom­nio jĦ estĦ activo" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "N£o foi poss­vel criar o XML" +msgstr "n£o foi poss­vel obter o UUID da rede" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "N£o foi poss­vel iniciar o dom­nio %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "N£o foi poss­vel prosseguir com o dom­nio %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "N£o foi poss­vel reservar mem³ria" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "dispositivo da interface" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "tipo do dispositivo de destino" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "dispositivo da interface" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "o dom­nio %s jĦ existe" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "a carregar o ficheiro de defini§£o da rede" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "dispositivo da interface" +msgstr "anexar um dispositivo em disco" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "a carregar o ficheiro de defini§£o da rede" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "remover a defini§£o de um dom­nio inactivo" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "O dom­nio n£o foi encontrado" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, 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:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "nome do dom­nio inactivo" +msgstr "iniciar automaticamente um dom­nio" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argumento invĦlido em %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "O dom­nio n£o foi encontrado: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "argumento invĦlido em %s" +msgstr "argumento invĦlido em" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "nome do dom­nio" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "lista de dom­nios do n³" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "O dom­nio jĦ estĦ activo" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "informa§£o da rede em XML" +msgid "could not generate random UUID" +msgstr "n£o foi poss­vel obter o UUID do dom­nio" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "n£o foi poss­vel reservar um n³" +msgid "failed to start listening VM" +msgstr "N£o foi poss­vel iniciar o dom­nio %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" +msgid "migrate failed: %s" +msgstr "a opera§£o falhou: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "N£o foi poss­vel encontrar a rede" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "n£o foi poss­vel ligar a %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "N£o foi poss­vel ler do 'socket' %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "N£o foi poss­vel ler do 'socket' %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "n£o foi poss­vel obter o URI" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Erro ao reservar mem³ria: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "a reservar o dom­nio" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "a reservar os dados privados" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "n£o foi poss­vel reservar um n³" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "N£o foi poss­vel encontrar a rede: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "N£o foi poss­vel criar o XML" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "N£o foi poss­vel obter o estado da interface %s %s" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "N£o foi poss­vel obter o estado da interface %s %s" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "N£o foi poss­vel criar o XML" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "Foi usado um limite invĦlido" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, 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:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "Foi usado um limite invĦlido" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "N£o foi poss­vel encontrar a rede: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "demasiadas redes" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "demasiados dom­nios" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "demasiados dom­nios" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "mudar a reserva de mem³ria" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "tipo de SO desconhecido" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "demasiadas redes" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "est£o demasiados controladores registados" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "est£o demasiados controladores registados" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "est£o demasiados controladores registados" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "est£o demasiados controladores registados" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "est£o demasiados controladores registados" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "est£o demasiados controladores registados" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "est£o demasiados controladores registados" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "tipo de SO desconhecido %s" +msgstr "a autentica§£o falhou: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "a autentica§£o falhou" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "N£o foi poss­vel encontrar a rede: %s" +msgstr "n£o foi poss­vel serializar a Expr-S: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "esta fun§£o n£o İ suportada pelo supervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, 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:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "N£o foi poss­vel obter o estado da interface %s %s" +msgstr "n£o foi poss­vel gravar o conteşdo" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel iniciar o dom­nio %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "N£o foi poss­vel obter o estado da interface %s %s" +msgstr "N£o foi poss­vel ligar ao supervisor" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "argumento invĦlido em %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "argumento invĦlido em" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ponteiro do dom­nio invĦlido em" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "n£o foi poss­vel reservar um n³" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "n£o foi poss­vel copiar a cadeia de caracteres" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "tipo de SO desconhecido %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "tipo de SO desconhecido %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, 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:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "erro interno %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "a consola n£o estĦ implementada nesta plataforma" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "argumento invĦlido em %s" +msgstr "ponteiro de rede invĦlido em %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "ponteiro de rede invĦlido em %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "a opera§£o falhou" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "falta a informa§£o de origem do dispositivo" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 -#, fuzzy +#: src/storage_backend_fs.c:353 msgid "retval" -msgstr "Total" +msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "falta a informa§£o de origem do dispositivo" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "falta a informa§£o de origem do dispositivo" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "falta a informa§£o de origem do dispositivo" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "falta a informa§£o de origem do dispositivo" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "nome do dom­nio" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "tipo de SO desconhecido %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3459,586 +3695,761 @@ msgstr "mostrar a vers£o" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Nome" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "N£o foi poss­vel aceder ao '%s': %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "N£o foi poss­vel obter o estado do bloco %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "N£o foi poss­vel encontrar a rede: %s" +msgstr "N£o foi poss­vel definir o dom­nio a partir do %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "N£o foi poss­vel remover a associa§£o do dispositivo de %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "N£o foi poss­vel obter o estado do bloco %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "N£o foi poss­vel reservar mem³ria" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 #, fuzzy msgid "portal" msgstr "Total" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "nome do dom­nio" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "a reservar os dados privados" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "a reservar a rede" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "a reservar o n³" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "n£o foi poss­vel obter a informa§£o do n³" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "nome do dom­nio" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "a reservar o n³" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "mĦquina desconhecida %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "tipo de SO desconhecido %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "falta a informa§£o do dispositivo de raiz" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "nome ou UUID da rede" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "tipo de SO desconhecido %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "falta a informa§£o de origem do dispositivo" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "dispositivo da interface" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "dispositivo em bloco" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "falta a informa§£o do dispositivo de raiz" +msgstr "falta a informa§£o de origem do dispositivo %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "falta a informa§£o de origem do dispositivo" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "nome do dom­nio" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "tipo de SO desconhecido %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "falta a informa§£o do destino do dispositivo" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "tipo MIME inesperado" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "mĦquina desconhecida %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "a reservar o n³" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "mĦquina desconhecida %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "falta a informa§£o do dispositivo de raiz" +msgstr "falta a informa§£o do nome do dom­nio" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "tipo de SO desconhecido %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "N£o foi poss­vel criar o XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Nome" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "O dom­nio jĦ estĦ activo" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "O dom­nio jĦ estĦ activo" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "a localiza§£o do registo n£o İ um ficheiro" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "O dom­nio jĦ estĦ activo" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "a obter a data de hoje" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "a carregar o ficheiro de defini§£o da rede" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "mĦquina" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "n³" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "a criar o contexto de XPath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "n³s NUMA do CPU do n³" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "'sockets' do CPU do n³" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "nşcleos do CPU do n³" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "tarefas do CPU do n³" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "CPU activo do n³" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "MHz do CPU do n³" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "mem³ria do n³" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "lista de dom­nios do n³" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "a resolver o ficheiro do dom­nio" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "lista de dom­nios do n³" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "a resolver o ficheiro da rede" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "lista de dom­nios do n³" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "a resolver o ficheiro do dom­nio" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: Indique uma localiza§£o ou use a 'test:///default'" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "O dom­nio n£o foi encontrado" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "o dom­nio %s jĦ existe" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "O dom­nio ainda estĦ em execu§£o" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "iniciar automaticamente um dom­nio" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "lista de dom­nios do n³" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "n£o foi poss­vel ler do Servidor do Xen" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "lista de dom­nios do n³" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "O dom­nio %s foi gravado em %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "O dom­nio jĦ estĦ em execu§£o" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "O dom­nio ainda estĦ em execu§£o" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "A rede ainda estĦ em execu§£o" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "A rede jĦ estĦ em execu§£o" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "N£o foi poss­vel criar o XML" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "n£o foi poss­vel obter o nome da mĦquina" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "n£o foi poss­vel obter o nome da mĦquina" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "n£o foi poss­vel obter o nome da mĦquina" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, 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:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "sem mem³ria" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "N£o foi poss­vel aceder ao '%s': %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "'sockets' do CPU do n³" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "comando desconhecido: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, 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:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "n£o foi poss­vel processar o URI da liga§£o" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "n£o foi poss­vel processar o ficheiro de configura§£o %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "n£o foi poss­vel processar o ficheiro de configura§£o %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "N£o foi poss­vel remover a defini§£o do dom­nio %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "erro: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "imprimir a ajuda" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Imprime a ajuda global ou uma espec­fica por cada comando." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nome do comando" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4046,318 +4457,322 @@ msgstr "" "Comandos:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "iniciar automaticamente um dom­nio" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "Configurar um dom­nio para se iniciar automaticamente no arranque." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "nome, 'id' ou 'uuid' do dom­nio" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "desactivar o arranque automĦtico" -#: src/virsh.c:402 +#: src/virsh.c:401 #, 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:405 +#: src/virsh.c:404 #, 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:412 +#: src/virsh.c:411 #, 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:414 +#: src/virsh.c:413 #, 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:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "ligar (de novo) ao supervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI de liga§£o ao supervisor" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "liga§£o apenas para leitura" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "N£o foi poss­vel desligar do supervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "N£o foi poss­vel ligar ao supervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "ligar   consola-convidada" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Ligar   consola sİrie virtual do sistema convidado" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "N£o estĦ nenhuma consola dispon­vel para o dom­nio\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "a consola n£o estĦ implementada nesta plataforma" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "listar os dom­nios" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Devolve a lista de dom­nios." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "listar os dom­nios inactivos" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "listar os dom­nios activos e inactivos" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "N£o foi poss­vel listar os dom­nios activos" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "N£o foi poss­vel listar os dom­nios inactivos" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nome" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Estado" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "sem estado" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "estado do dom­nio" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Devolve o estado de um dom­nio em execu§£o." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "obter as estat­sticas do bloco do dispositivo para um dom­nio" -#: src/virsh.c:706 +#: src/virsh.c:705 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:712 +#: src/virsh.c:711 msgid "block device" msgstr "dispositivo em bloco" -#: src/virsh.c:733 +#: src/virsh.c:732 #, 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:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "obter a interface de rede de um dom­nio" -#: src/virsh.c:763 +#: src/virsh.c:762 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:769 +#: src/virsh.c:768 msgid "interface device" msgstr "dispositivo da interface" -#: src/virsh.c:790 +#: src/virsh.c:789 #, 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:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspender um dom­nio" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspender um dom­nio em execu§£o." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Dom­nio %s suspenso\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "N£o foi poss­vel suspender o dom­nio %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "criar um dom­nio a partir de um ficheiro XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Criar um dom­nio." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "ficheiro que contİm uma descri§£o em XML do dom­nio" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "O dom­nio %s foi criado a partir do %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "N£o foi poss­vel criar o dom­nio do %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definir um dom­nio." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Dom­nio %s definido a partir do %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, 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:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "remover a defini§£o de um dom­nio inactivo" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Remover a defini§£o da configura§£o de um dom­nio inactivo." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "nome ou UUID do dom­nio" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "O dom­nio %s ficou indefinido\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, 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:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "iniciar um dom­nio inactivo (previamente definido)" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Iniciar um dom­nio." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "nome do dom­nio inactivo" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "O dom­nio jĦ estĦ activo" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "O dom­nio %s foi iniciado\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "N£o foi poss­vel iniciar o dom­nio %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "gravar o estado de um dom­nio num ficheiro" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Gravar um dom­nio em execu§£o." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "onde gravar os dados" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "O dom­nio %s foi gravado em %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, 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:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "mostrar/alterar os par˘metros de escalonamento" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Mostra/altera os par˘metros de escalonamento." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "peso no XEN_CREDIT" @@ -4366,279 +4781,287 @@ msgstr "peso no XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "valor do XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "Foi indicado um peso invĦlido" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "Foi usado um limite invĦlido" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Foi usado um limite invĦlido" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Escalonamento" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Desconhecido" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Repor um dom­nio." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "o estado a repor" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "O dom­nio foi reposto a partir do %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, 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:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Gerar o 'core' de um dom­nio." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "onde gravar o 'core'" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "O dom­nio %s foi gravado em %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, 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:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "prosseguir um dom­nio" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Repor em funcionamento um dom­nio previamente suspenso." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "O dom­nio %s foi reposto em execu§£o\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "N£o foi poss­vel prosseguir com o dom­nio %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "terminar um dom­nio ordeiramente" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Executar o encerramento no dom­nio-alvo." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "O dom­nio %s estĦ a ser encerrado\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "N£o foi poss­vel encerrar o dom­nio %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reiniciar um dom­nio" -#: src/virsh.c:1421 +#: 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:1444 +#: 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:1446 +#: 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:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destruir um dom­nio" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destruir um dom­nio indicado." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "O dom­nio %s foi destru­do\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "N£o foi poss­vel destruir o dom­nio %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informa§£o do dom­nio" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Devolve a informa§£o bĦsica acerca do dom­nio." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nome:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Tipo de SO:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Estado:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Tempo de CPU:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Mem³ria mĦx:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "sem limite" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Mem³ria usada:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Arranque automĦtico" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Nome" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "Mem³ria livre do NUMA" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "mostrar a mem³ria livre para a cİlula NUMA." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "Nşmero da cİlula NUMA" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Total" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "informa§£o do vCPU do dom­nio" -#: src/virsh.c:1623 +#: src/virsh.c:1654 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:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Afinidade do CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Dom­nio desligado, os CPUs virtuais n£o est£o presentes." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "controlar a afinidade do vCPU do dom­nio" -#: src/virsh.c:1710 +#: src/virsh.c:1741 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:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "nşmero do vCPU" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "nşmeros de CPU do anfitri£o (separados por v­rgulas)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "n£o foi poss­vel obter a informa§£o do n³" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Formato invĦlido. Texto em branco." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4646,7 +5069,7 @@ msgstr "" "cpulist: %s: Formato invĦlido. Espera-se um algarismo na posi§£o %d (perto " "do '%c')." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4655,1351 +5078,1389 @@ msgstr "" "cpulist: %s: Formato invĦlido. Espera-se um algarismo ou uma v­rgula na " "posi§£o %d (perto do '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "o CPU f­sico %d n£o existe." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "mudar o nşmero de CPUs virtuais" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "nşmero de CPUs virtuais" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Nşmero de CPUs virtuais invĦlido." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Existem demasiados CPU's virtuais." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "mudar a reserva de mem³ria" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 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:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "N£o İ poss­vel verificar o Tamanho MĦximo de Mem³ria" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "mudar o limite mĦximo de mem³ria" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "limite mĦximo de mem³ria em quilobytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "N£o İ poss­vel verificar o Tamanho de Mem³ria actual" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "N£o İ poss­vel encolher a mem³ria actual" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "N£o İ poss­vel alterar o Tamanho MĦximo de Mem³ria" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informa§£o do n³" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Devolve informa§µes bĦsicas acerca do n³." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "n£o foi poss­vel obter a informa§£o do n³" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Modelo do CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "FrequŞncia do CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "'Sockets' do CPU:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Nşcleos por 'socket':" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Tarefas por nşcleo:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "Cİlulas NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Tamanho da mem³ria:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "capacidades" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Devolve as capacidades do supervisor/controlador." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "n£o foi poss­vel obter as capacidades" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informa§£o do dom­nio em XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ID ou UUID do dom­nio" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ID ou nome do dom­nio" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "n£o foi poss­vel obter o UUID do dom­nio" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "migrar o dom­nio para outra mĦquina" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "migra§£o em tempo-real" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "o URI da liga§£o da mĦquina de destino" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "O URI da migra§£o, que poderĦ estar em branco" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migrar: Falta o URI de destino" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "iniciar automaticamente uma rede" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "Configurar uma rede para se iniciar automaticamente no arranque." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nome ou UUID da rede" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, 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:2314 +#: src/virsh.c:2350 #, 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:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "A rede %s foi marcada como de arranque automĦtico\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "A rede %s foi desmarcada como de arranque automĦtico\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "criar uma rede a partir de um ficheiro XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Criar uma rede." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "ficheiro que contİm uma descri§£o em XML da rede" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "A rede %s foi criada a partir do %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, 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:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Definir uma rede." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Rede %s definida a partir do %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, 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:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "destruir uma rede" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Destruir uma rede indicada." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nome, 'id' ou 'uuid' da rede" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "A rede %s foi destru­da\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "N£o foi poss­vel destruir a rede %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informa§£o da rede em XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "listar as redes" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Devolve a lista de redes." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "listar as redes inactivas" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "listar as redes activas e inactivas" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "N£o foi poss­vel listar as redes activas" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "N£o foi poss­vel listar as redes inactivas" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Arranque automĦtico" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "sem arranque automĦtico" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "activo" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inactivo" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "converter um UUID de rede para um nome de rede" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "UUID da rede" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "iniciar uma rede inactiva (previamente definida)" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Iniciar uma rede." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nome da rede inactiva" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "A rede %s foi iniciada\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, 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:2740 msgid "undefine an inactive network" msgstr "remover a defini§£o de uma rede inactiva" -#: src/virsh.c:2705 +#: src/virsh.c:2741 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:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "A rede %s ficou indefinida\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "N£o foi poss­vel remover a defini§£o da rede %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 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:2784 msgid "network name" msgstr "nome da rede" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "n£o foi poss­vel obter o UUID da rede" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "iniciar automaticamente um dom­nio" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "nome ou UUID do dom­nio" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, 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:2811 +#: src/virsh.c:2847 #, 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:2818 +#: src/virsh.c:2854 #, 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:2820 +#: src/virsh.c:2856 #, 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:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "criar um dom­nio a partir de um ficheiro XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Criar um dom­nio." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "ficheiro que contİm uma descri§£o em XML do dom­nio" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, 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:2866 +#: src/virsh.c:2903 #, 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:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "criar um dom­nio a partir de um ficheiro XML" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "nome do dom­nio inactivo" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "n£o foi poss­vel reservar o 'buffer'" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "O dom­nio %s foi criado a partir do %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "N£o foi poss­vel criar o dom­nio do %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definir um dom­nio." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Dom­nio %s definido a partir do %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, 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:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Dom­nio %s definido a partir do %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, 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:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "N£o foi poss­vel suspender o dom­nio %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destruir um dom­nio" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destruir um dom­nio indicado." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "O dom­nio %s foi destru­do\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "N£o foi poss­vel destruir o dom­nio %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destruir um dom­nio indicado." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "O dom­nio %s foi destru­do\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "N£o foi poss­vel destruir o dom­nio %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "O dom­nio %s foi reposto em execu§£o\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "N£o foi poss­vel prosseguir com o dom­nio %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "informa§£o do dom­nio em XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "listar os dom­nios" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Devolve a lista de dom­nios." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "listar os dom­nios inactivos" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "listar os dom­nios activos e inactivos" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "N£o foi poss­vel listar os dom­nios activos" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "N£o foi poss­vel listar os dom­nios inactivos" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "ponteiro de rede invĦlido em %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "est£o demasiados controladores registados" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "sem mem³ria" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "N£o foi poss­vel remover a defini§£o do dom­nio %s" +msgstr "N£o foi poss­vel gravar o dom­nio %s em %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "est£o demasiados controladores registados" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "informa§£o do n³" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Devolve informa§µes bĦsicas acerca do n³." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "em execu§£o" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "a reservar o dom­nio" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "converter um UUID de rede para um nome de rede" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "UUID do dom­nio" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "iniciar um dom­nio inactivo (previamente definido)" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Iniciar um dom­nio." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "nome do dom­nio inactivo" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "O dom­nio %s foi iniciado\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "N£o foi poss­vel iniciar o dom­nio %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "criar um dom­nio a partir de um ficheiro XML" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Criar um dom­nio." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "nome do dom­nio inactivo" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "O dom­nio %s foi criado a partir do %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "N£o foi poss­vel criar o XML" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "remover a defini§£o de um dom­nio inactivo" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, 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:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "O dom­nio %s ficou indefinido\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, 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:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "converter um nome ou ID de uma rede para um UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "n£o foi poss­vel obter o UUID do dom­nio" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "criar um dom­nio a partir de um ficheiro XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "ficheiro que contİm uma descri§£o em XML do dom­nio" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, 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:3981 +#: src/virsh.c:4018 #, 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:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destruir um dom­nio indicado." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "O dom­nio %s foi destru­do\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "N£o foi poss­vel destruir o dom­nio %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "informa§£o do n³" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Devolve informa§µes bĦsicas acerca do n³." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "Tipo de SO:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "ficheiro XML" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "bloqueado" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "informa§£o do dom­nio em XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "listar os dom­nios" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Devolve a lista de dom­nios." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "N£o foi poss­vel listar os dom­nios activos" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "converter um UUID de rede para um nome de rede" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "converter um UUID de rede para um nome de rede" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "UUID do dom­nio" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "converter um UUID de rede para um nome de rede" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "mostrar a vers£o" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Mostrar a informa§£o da vers£o do sistema." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "n£o foi poss­vel obter o tipo de supervisor" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compilado com a biblioteca: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "n£o foi poss­vel obter a vers£o da biblioteca" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "A usar a biblioteca: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "A usar a API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "n£o foi poss­vel obter a vers£o do supervisor" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, 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:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "A executar o supervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "migrar o dom­nio para outra mĦquina" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "capacidades" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "N£o foi poss­vel ligar ao supervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "N£o foi poss­vel listar os dom­nios inactivos" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "imprimir o nome da mĦquina supervisora" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "n£o foi poss­vel obter o nome da mĦquina" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "imprimir o URI can³nico do supervisor" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "n£o foi poss­vel obter o URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "visualiza§£o de VNC" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "consola TTY" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Mostra o dispositivo para a consola TTY." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "associar um dispositivo a partir de um ficheiro XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Associa um dispositivo a partir de um em XML." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "ficheiro XML" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, 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:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "remover a associa§£o do dispositivo ao ficheiro XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Remove a associa§£o do dispositivo ao XML" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, 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:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "anexar a interface de rede" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Anexar uma interface de rede nova." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "tipo da interface de rede" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "origem da interface de rede" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "nome da rede de destino" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "Endere§o MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "programa usado para interligar a interface de rede" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, 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:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "desligar a interface de rede" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Desligar a interface de rede." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "N£o foi poss­vel obter a informa§£o da interface" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "N£o foi encontrada nenhuma interface com o tipo %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, 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:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "N£o foi poss­vel reservar mem³ria" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "N£o foi poss­vel criar o XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "anexar um dispositivo em disco" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Anexar um dispositivo em disco novo." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "origem do dispositivo de disco" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "destino do dispositivo de disco" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "controlador do dispositivo de disco" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "sub-controlador do dispositivo de disco" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "tipo do dispositivo de destino" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "modo de leitura e escrita do dispositivo" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, 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:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "desligar o dispositivo de disco" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Desligar o dispositivo de disco." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "N£o foi poss­vel obter a informa§£o do disco" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "N£o foi encontrado o disco com o destino %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "N£o foi poss­vel reservar mem³ria" +msgstr "n£o foi poss­vel reservar um n³" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, 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:5243 +#: src/virsh.c:5369 #, 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:5252 +#: src/virsh.c:5378 #, 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:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "N£o foi poss­vel criar o dom­nio inactivo %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "nome do dom­nio" +msgstr "%s: n£o foi poss­vel gravar o ficheiro de registo: %s" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, 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:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Remover a defini§£o da configura§£o de um dom­nio inactivo." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, 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:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, 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:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Remover a defini§£o da configura§£o de uma rede inactiva." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Remover a defini§£o da configura§£o de uma rede inactiva." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, 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:5459 +#: src/virsh.c:5585 #, 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:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "sair deste terminal interactivo" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "o comando '%s' precisa da op§£o <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "o comando '%s' precisa da op§£o --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "o comando '%s' n£o existe" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NOME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6007,7 +6468,7 @@ msgstr "" "\n" " RESUMO\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6015,7 +6476,7 @@ msgstr "" "\n" " DESCRI‡ƒO\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6023,55 +6484,55 @@ msgstr "" "\n" " OP‡•ES\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nome ou ID do dom­nio indefinido" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "n£o foi poss­vel obter o dom­nio '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nome da rede indefinido" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "n£o foi poss­vel obter a rede '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "nome da rede indefinido" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "n£o foi poss­vel obter o dom­nio '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "nome da rede indefinido" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "n£o foi poss­vel obter o dom­nio '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6082,132 +6543,131 @@ msgstr "" "(Tempo: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "falta o \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "item inesperado (nome do comando): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "comando desconhecido: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "o comando '%s' n£o suporta a op§£o --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "sintaxe esperada: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nşmero" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "texto" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "dados '%s' inesperados" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OP‡ƒO" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DADOS" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "ficheiro XML" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "em pausa" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "em encerramento" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "desligado" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "estoirado" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "inacess­vel" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "sem liga§£o vĦlida" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: erro: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "erro: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: n£o foi poss­vel reservar %d 'bytes'" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: n£o foi poss­vel reservar %lu 'bytes'" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "n£o foi poss­vel ligar ao supervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 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:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "a localiza§£o do registo n£o İ um ficheiro" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "n£o foi poss­vel gravar o ficheiro de registo" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, 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:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "N£o foi poss­vel desligar do supervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6240,7 +6700,7 @@ msgstr "" "\n" " comandos (modo n£o-interactivo):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6250,12 +6710,12 @@ msgstr "" " (indique help para saber mais detalhes do comando)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "a op§£o '-%c' n£o İ suportada. Veja o --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6264,7 +6724,7 @@ msgstr "" "Bem-vindo ao %s, o terminal interactivo de virtualiza§£o.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6282,879 +6742,962 @@ msgstr "aten§£o" msgid "error" msgstr "erro" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "N£o foi indicada nenhuma mensagem de erro" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "erro interno %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "erro interno" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "esta fun§£o n£o İ suportada pelo supervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, 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:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "n£o foi poss­vel ligar ao supervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "n£o foi poss­vel ligar a %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ponteiro de liga§£o invĦlido em" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "ponteiro de liga§£o invĦlido em %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ponteiro do dom­nio invĦlido em" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "ponteiro do dom­nio invĦlido em %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "argumento invĦlido em" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "argumento invĦlido em %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "a opera§£o falhou: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "a opera§£o falhou" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "A opera§£o GET falhou: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "A opera§£o GET falhou" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "A opera§£o POST falhou: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "A opera§£o POST falhou" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "obteve-se um c³digo de erro de HTTP desconhecido %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "mĦquina desconhecida %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "mĦquina desconhecida" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "n£o foi poss­vel serializar a Expr-S: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "n£o foi poss­vel serializar a Expr-S" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "n£o foi poss­vel usar o item do supervisor do Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, 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:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "n£o foi poss­vel ligar ao Armazİm do Xen" -#: src/virterror.c:516 +#: src/virterror.c:524 #, 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:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "a chamada %s %d do Xen falhou" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "tipo de SO desconhecido" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "tipo de SO desconhecido %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "falta a informa§£o do 'kernel'" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "falta a informa§£o do dispositivo de raiz" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "falta a informa§£o do dispositivo de raiz em %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "falta a informa§£o de origem do dispositivo" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "falta a informa§£o de origem do dispositivo %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "falta a informa§£o do destino do dispositivo" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "falta a informa§£o do destino do dispositivo %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "falta a informa§£o do nome do dom­nio" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "falta a informa§£o do nome do dom­nio em %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "falta a informa§£o do sistema operativo" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "falta a informa§£o do sistema operativo em %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "falta a informa§£o dos dispositivos" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "falta a informa§£o dos dispositivos em %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "est£o demasiados controladores registados" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "est£o demasiados controladores registados em %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "a chamada da biblioteca falhou, talvez por n£o ser suportada" -#: src/virterror.c:576 +#: src/virterror.c:584 #, 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:580 +#: src/virterror.c:588 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:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "este dom­nio jĦ existe" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "o dom­nio %s jĦ existe" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "a opera§£o İ proibida para o acesso apenas para leitura" -#: src/virterror.c:594 +#: src/virterror.c:602 #, 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:598 +#: src/virterror.c:606 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:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "n£o foi poss­vel aceder ao %s para leitura" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "n£o foi poss­vel ler o ficheiro de configura§£o" -#: src/virterror.c:606 +#: src/virterror.c:614 #, 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:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "n£o foi poss­vel processar o ficheiro de configura§£o" -#: src/virterror.c:612 +#: src/virterror.c:620 #, 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:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "erro de sintaxe no ficheiro de configura§£o" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "erro de sintaxe no ficheiro de configura§£o: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o" -#: src/virterror.c:624 +#: src/virterror.c:632 #, 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:628 +#: src/virterror.c:636 msgid "parser error" msgstr "erro de processamento" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "ponteiro de rede invĦlido em" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "ponteiro de rede invĦlido em %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "esta rede jĦ existe" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "a rede %s jĦ existe" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "erro na chamada do sistema" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "erro de RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "erro na chamada do GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "N£o foi poss­vel encontrar a rede" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "N£o foi poss­vel encontrar a rede: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "O dom­nio n£o foi encontrado" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "O dom­nio n£o foi encontrado: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "A rede n£o foi encontrada" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "A rede n£o foi encontrada: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "endere§o MAC invĦlido" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "endere§o MAC invĦlido: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "a autentica§£o falhou" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "a autentica§£o falhou: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "A rede n£o foi encontrada" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "A rede n£o foi encontrada: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "A rede n£o foi encontrada" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "A rede n£o foi encontrada: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "ponteiro de rede invĦlido em" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "ponteiro de rede invĦlido em %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "ponteiro de rede invĦlido em" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "ponteiro de rede invĦlido em %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "N£o foi poss­vel encontrar a rede" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "N£o foi poss­vel encontrar a rede: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "N£o foi poss­vel encontrar a rede" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "N£o foi poss­vel encontrar a rede: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ponteiro do dom­nio invĦlido em" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "ponteiro do dom­nio invĦlido em %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "O dom­nio n£o foi encontrado" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "O dom­nio n£o foi encontrado: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "a reservar o dom­nio" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "n£o foi poss­vel reservar um n³" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" "O par˘metro de peso do escalonamento por crİditos (%d) estĦ fora do " "intervalo (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" "O par˘metro de limite do escalonamento por crİditos (%d) estĦ fora do " "intervalo (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "a reservar a informa§£o de %d dom­nios" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "n£o foi poss­vel reservar um n³" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "n£o foi poss­vel ligar ao Armazİm do Xen" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "n£o foi poss­vel ler do Servidor do Xen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "N£o foi poss­vel prosseguir com o dom­nio %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "reservar um novo 'buffer'" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "a opera§£o falhou: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "n£o foi poss­vel codificar o URL da Expr-S da cria§£o" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "informa§£o do dom­nio incompleta, falta o 'domid'" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "informa§£o do dom­nio incompleta, o 'domid' n£o İ numİrico" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "informa§£o do dom­nio incompleta, falta o 'uuid'" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "informa§£o do dom­nio incompleta, falta o nome" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "informa§£o do dom­nio incompleta, falta o nome" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" "informa§£o do dom­nio incompleta, falta o 'kernel' & o gestor de arranque" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "tipo de SO desconhecido" +msgstr "tipo do dispositivo de destino" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "tipo de SO desconhecido" +msgstr "tipo de SO desconhecido %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "informa§£o do dom­nio incompleta, o 'vbd' n£o tem dispositivo" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "informa§£o do dom­nio incompleta, o 'vbd' n£o tem origem" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" "n£o İ poss­vel processar o nome do ficheiro 'vbd', falta o nome do " "controlador" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" "n£o İ poss­vel processar o nome do ficheiro 'vbd', falta o tipo do " "controlador" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "endere§o MAC invĦlido: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "n³ inesperado do dicionĦrio" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "tipo de SO desconhecido %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "informa§£o do dom­nio incompleta, falta o ID" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tipo de SO desconhecido %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "n£o foi poss­vel processar a informa§£o da topologia" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "erro de sintaxe da topologia" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 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:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "N£o foi poss­vel suspender o dom­nio %s" +msgstr "n£o foi poss­vel serializar a Expr-S" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "tipo do dispositivo de destino" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "n³ inesperado do valor" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "mem³ria do n³" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "a opera§£o falhou" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "N£o foi poss­vel remover a defini§£o do dom­nio %s" +msgstr "N£o foi poss­vel remover a defini§£o da rede %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "a opera§£o falhou: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "n£o foi poss­vel obter o nome da mĦquina" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, 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:4309 +#: src/xend_internal.c:4269 #, 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:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "informa§£o do dom­nio incompleta, falta o nome" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "Desconhecido" +msgstr "Escalonamento" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "n£o foi poss­vel obter o nome da mĦquina" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "informa§£o do dom­nio incompleta, falta o 'uuid'" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "informa§£o do dom­nio incompleta, falta o 'uuid'" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "argumento invĦlido em %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "n£o foi poss­vel aceder ao %s para leitura" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgstr "n£o foi poss­vel ler o ficheiro de configura§£o %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "tipo MIME inesperado" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "tipo MIME inesperado" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "tipo MIME inesperado" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "n³ inesperado do valor" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "lista de dom­nios do n³" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "a chamada da biblioteca falhou, talvez por n£o ser suportada" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "erro de sintaxe no ficheiro de configura§£o: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "n³ inesperado do valor" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "n³ inesperado do valor" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "n³ inesperado do valor" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "liga§£o apenas para leitura" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "listar os dom­nios inactivos" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "n³ inesperado do dicionĦrio" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, 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:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "N£o İ poss­vel verificar o Tamanho de Mem³ria actual" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, 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:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "tipo de SO desconhecido" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "N£o foi poss­vel obter o estado do bloco %s %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "N£o foi poss­vel criar o dom­nio do %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "N£o foi poss­vel aceder ao '%s': %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "reservar a lista de texto" #: src/xmlrpc.c:53 @@ -7199,6 +7742,10 @@ msgstr "reservar uma resposta" msgid "read response" msgstr "ler a resposta" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "reservar a lista de texto" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "a resposta processada pelo servidor falhou" @@ -7207,309 +7754,45 @@ msgstr "a resposta processada pelo servidor falhou" msgid "allocate new context" msgstr "reservar um contexto novo" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "n£o foi poss­vel ligar ao Armazİm do Xen" -#~ msgid "blocked" -#~ msgstr "bloqueado" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "tipo do dispositivo de destino" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nome da rede de destino" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "N£o İ poss­vel verificar o Tamanho de Mem³ria actual" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "falta a informa§£o do destino do dispositivo" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "nome ou UUID da rede" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "argumento invĦlido em" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "falta a informa§£o do dispositivo de raiz" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Foi usado um limite invĦlido" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "falta a informa§£o do dispositivo de raiz" +msgid "failed to allocate activeDomainList" +msgstr "N£o foi poss­vel listar os dom­nios activos" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "falta a informa§£o do nome do dom­nio" +msgid "failed to allocate xsWatchList" +msgstr "n£o foi poss­vel reservar um n³" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ponteiro do dom­nio invĦlido em" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "ponteiro do dom­nio invĦlido em" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "N£o foi poss­vel criar a rede a partir do %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "N£o foi poss­vel reservar mem³ria" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "n£o foi poss­vel executar o %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "N£o İ poss­vel verificar o Tamanho de Mem³ria actual" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "a opera§£o falhou: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "a opera§£o falhou: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "a opera§£o falhou: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "N£o foi poss­vel reservar mem³ria" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "a opera§£o falhou: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "n£o foi poss­vel aceder ao %s para leitura" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "a opera§£o falhou: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "a opera§£o falhou: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "N£o foi poss­vel iniciar o dom­nio %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "a opera§£o falhou: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "falta a informa§£o do destino do dispositivo" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "falta a informa§£o do nome do dom­nio" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "falta a informa§£o do nome do dom­nio" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "ponteiro do dom­nio invĦlido em" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "ponteiro do dom­nio invĦlido em" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "reservar uma lista de valores" - -#~ msgid "failed to exec %s\n" -#~ msgstr "n£o foi poss­vel executar o %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "n£o foi poss­vel obter a informa§£o do n³" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "N£o foi poss­vel aceder ao '%s': %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "a reservar os dados privados" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "tipo MIME inesperado" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "N£o foi poss­vel criar o XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "N£o foi poss­vel reservar mem³ria" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "N£o foi poss­vel reservar mem³ria" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ID ou nome do dom­nio" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "ponteiro do dom­nio invĦlido em %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "nome ou UUID da rede" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "nome ou UUID da rede" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "demasiados dom­nios" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "falta a informa§£o de origem do dispositivo" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "ponteiro do dom­nio invĦlido em %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "nome ou UUID do dom­nio" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "informa§£o do n³" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "informa§£o do vCPU do dom­nio" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "informa§£o do vCPU do dom­nio" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "n£o foi poss­vel reservar um n³" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "n£o foi poss­vel reservar um n³" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "N£o foi poss­vel reservar mem³ria" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "n£o foi poss­vel reservar um n³" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "n£o foi poss­vel reservar um n³" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "N£o foi poss­vel reservar mem³ria" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "n£o foi poss­vel reservar um n³" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "N£o foi poss­vel reservar mem³ria" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "nome ou UUID da rede" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "n£o foi poss­vel reservar um n³" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "n£o foi poss­vel adicionar a rede   lista de liga§µes" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "a reservar o local" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "N£o foi poss­vel criar o XML" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "N£o foi poss­vel aceder ao '%s': %s" +msgid "reallocating list" +msgstr "a reservar o local" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "N£o foi poss­vel obter o estado do bloco %s %s" +msgid "failed to allocate domids" +msgstr "n£o foi poss­vel reservar um n³" #~ msgid "domain" #~ msgstr "dom­nio" -#~ msgid "domain name" -#~ msgstr "nome do dom­nio" - -#~ msgid "domain uuid" -#~ msgstr "UUID do dom­nio" - #~ msgid "domain memory" #~ msgstr "mem³ria do dom­nio" @@ -7546,71 +7829,12 @@ msgstr "n£o foi poss­vel ligar ao Armazİm do Xen" #~ msgid "load network definition file" #~ msgstr "carregar o ficheiro de defini§£o da rede" -#~ msgid "too many domains" -#~ msgstr "demasiados dom­nios" - -#~ msgid "too many networks" -#~ msgstr "demasiadas redes" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "carregar o ficheiro de defini§£o do dom­nio" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "falta a informa§£o do dispositivo de raiz" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "o dom­nio %s jĦ existe" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "a criar o contexto de XPath" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "n£o foi poss­vel gravar o ficheiro de configura§£o" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "n£o foi poss­vel reservar um n³" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "demasiados dom­nios" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "ponteiro do dom­nio invĦlido em" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "N£o foi poss­vel encontrar a rede: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "N£o foi poss­vel encontrar a rede: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "mudar a reserva de mem³ria" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "reservar uma resposta" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "erro interno %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "reservar um novo 'buffer'" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "n£o foi poss­vel aceder ao '%s': lidos: %s" +#~ msgid "failed to exec %s\n" +#~ msgstr "n£o foi poss­vel executar o %s\n" + #~ msgid "growing buffer" #~ msgstr "a aumentar o 'buffer'" diff --git a/po/pt_BR.po b/po/pt_BR.po index 3f19dd37bf..48084b03fb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2008-09-02 07:54-0300\n" "Last-Translator: Herli Joaquim de Menezes \n" "Language-Team: Brazilian Portuguese \n" @@ -23,306 +23,306 @@ msgstr "" "X-Poedit-Language: Portuguese\n" "X-Poedit-Country: BRAZIL\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "N£o hĦ suporte para a fam­lia de endere§os para o hostname" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "Falha temporĦria na resolu§£o do nome" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "Valor incorreto para as ai_flags" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "Falha n£o recuperĦvel na resolu§£o de nomes" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "n£o hĦ suporte para a ai_family" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" msgstr "Falha na aloca§£o de mem³ria" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "N£o hĦ endere§o associado ao hostname" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "Nome ou servi§o desconhecido" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "N£o hĦ suporte para o Servname para o ai_socktype" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "n£o hĦ suporte para o ai_socktype" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 msgid "System error" msgstr "Erro do sistema" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "O buffer para o argumento İ pequeno demais" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "Processamento da requisi§£o em andamento" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "Requisi§£o cancelada" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "Requisi§£o n£o cancelada " -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "Todas as requisi§µes foram atendidas" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "Interrompido por um sinal" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "A string de par˘metros n£o estĦ codificada corretamente" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" msgstr "Erro desconhecido" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "Imposs­vel acessar %s '%s': %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "gnutls_certificate_set_x509_key_file: %s" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "gnutls_dh_params_init: %s" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "gnutls_dh_params_generate2: %s" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "Falha na leitura do signal pipe: %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" msgstr "Recarregando a configura§£o devido ao SIGHUP" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "Erro ao recarregar os drivers" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "Encerrando por motivo do sinal %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "Sinal recebido %d, despachando para os drivers" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "valor do nodo inesperado" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 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:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 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:440 +#: qemud/qemud.c:465 #, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Falha ao abrir o pid para o arquivo '%s' : %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Falha ao executar fdopen no arquivo '%s' de pid: %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Falha ao escrever no arquivo '%s' de pid : %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Falha ao fechar o arquivo '%s' de pid: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" msgstr "Falha ao alocar mem³ria para a struct qemud_socket" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, c-format msgid "Failed to create socket: %s" msgstr "Falha na cria§£o de socket: %s" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Falha ao associar o socket ao '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Falha na escuta das conexµes em '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "Falha ao adicionar server event callback" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "socket: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "bind: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "listen: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Falha em encontrar um registro do usuĦrio para o uid '%d': %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "Caminho muito longo para o buffer no qemudInitPaths()" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" msgstr "Falha ao alocar a struct qemud_server" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Falha ao inicializar a autentica§£o SASL %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Falha ao conectar ao system bus para a autoriza§£o do PolicyKit: %s" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "remoteCheckDN: falhou: o DN do cliente İ %s" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate: falha na verifica§£o: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "remoteCheckCertificate: o certificado do cliente n£o İ reconhecido." -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" "remoteCheckCertificate: o certificado do cliente tem procedŞncia " "desconhecida." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "remoteCheckCertificate: o certificado do cliente foi revogado." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" "remoteCheckCertificate: o certificado do cliente usa um algor­tmo n£o seguro." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "remoteCheckCertificate: o certificado n£o İ X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate: n£o hĦ pares" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "remoteCheckCertificate: falha no gnutls_x509_crt_init" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "remoteCheckCertificate: o certificado do cliente expirou" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" "remoteCheckCertificate: o certificado do cliente ainda n£o foi ativado " -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 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,11 +334,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:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "remoteCheckCertificate: falha na verifica§£o do certificado do cliente" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" @@ -346,434 +346,465 @@ msgstr "" "remoteCheckCertificate: tls_no_verify_certificate estĦ ajustado para que um " "certificado ruim seja ignorado" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, c-format msgid "Failed to verify client credentials: %s" msgstr "Falha na verifica§£o das credenciais do cliente: %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, c-format msgid "Failed to accept connection: %s" msgstr "Falha no aceite da conex£o: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "Desliga o polkit para um cliente privilegiado %d" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "Falha no TLS handshake: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "leitura: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "escrita: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "Signal handler relatou %d erros: şltimo erro: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, c-format msgid "failed to allocate memory for %s config list" msgstr "falha na aloca§£o de mem³ria para %s config list" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, c-format msgid "failed to allocate memory for %s config list value" msgstr "falha em alocar mem³ria para o valor do config list %s" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, 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:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" "remoteReadConfigFile: %s: %s: tipo invĦlido: foi dado %s; esperava-se %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "remoteReadConfigFile: %s\n" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, 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:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" "Imposs­vel definir grupo quando n£o estĦ executando com privilİgio de root" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, c-format msgid "Failed to lookup group '%s'" msgstr "Falha na procura do grupo '%s'" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, c-format msgid "Failed to parse mode '%s'" msgstr "Falha em analisar o modo '%s'" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, c-format msgid "Failed to fork as daemon: %s" msgstr "Falhor ao bifurcar como daemon: %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, c-format msgid "Failed to create pipe: %s" msgstr "Falha na cria§£o do pipe: %s" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, c-format msgid "Failed to change group ownership of %s" msgstr "Falha ao mudar a propriedade do grupo de %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "Falha em registrar o retorno de chamada para o pipe de sinal" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "xdr_remote_message_header" -#: qemud/remote.c:110 +#: qemud/remote.c:117 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "n£o coincidŞncia do programa (real %x, esperado %x)" -#: qemud/remote.c:117 +#: qemud/remote.c:124 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "n£o coincidŞncia de versµes (real %x, esperada %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "dire§£o (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "status (%d) != REMOTE_OK" -#: qemud/remote.c:145 +#: qemud/remote.c:152 msgid "authentication required" msgstr "exigida a autentica§£o" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, c-format msgid "unknown procedure: %d" msgstr "procedimento desconhecido: %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 msgid "parse args failed" msgstr "falha na anĦlise dos argumentos" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" "erro interno - a fun§£o de escalonamento retornou um c³digo invĦlido %d" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "tamanho simb³lico" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "serializa o cabe§alho de respostas" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "serializa a struct de resposta" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "serializa o erro de retorno" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "serializa o tamanho de retorno" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "a conex£o jĦ estĦ aberta" -#: qemud/remote.c:450 +#: qemud/remote.c:468 msgid "connection not open" msgstr "a conex£o n£o estĦ aberta" -#: qemud/remote.c:497 +#: qemud/remote.c:515 msgid "out of memory in strdup" msgstr "excedidos os limites da mem³ria em strdup" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "maxCells > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "dom­nio n£o encontrado" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "nparams grande demais" -#: qemud/remote.c:742 +#: qemud/remote.c:777 msgid "unknown type" msgstr "tipo desconhecido " -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "tamanho > tamanho mĦximo do buffer" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "rede n£o encontrada" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, c-format msgid "Cannot resolve address %d: %s" msgstr "Imposs­vel resolver o endere§o %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "o cliente tentou uma requisi§£o de SASL init invĦlida" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, c-format msgid "failed to get sock address %d (%s)" msgstr "falha em obter o endere§o do socket %d (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, c-format msgid "failed to get peer address %d (%s)" msgstr "falha em obter o endere§o do par %d (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "falha na inicializa§£o do contexto sasl %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "O TLS n£o consegue obter o tamanho da cifra" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "imposs­vel definir SSF externo %d (%s) para a SASL " -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, 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:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "n£o foi poss­vel listar os mecanismos do SALS %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "n£o foi poss­vel alocar a mechlist" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "imposs­vel fazer a consulta ao SASL sobre a conex£o %d (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "o SSF %d negociado n£o foi suficientemente robusto" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "imposs­vel consultar o username do SASL sobre a conex£o %d (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "n£o foi encontrado o nome do cliente" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 msgid "out of memory copying username" msgstr "excedidos os limites da mem³ria ao copiar o nome do usuĦrio" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, 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:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "o cliente tentou uma requisi§£o de in­cio de SASL invĦlida" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "sasl start failed %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "os dados de resposta do sasl start s£o muito longos %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "falha no sasl step %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "a resposta do sasl step İ longa demais %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "o cliente tentou realizar uma requisi§£o de SASL init n£o suportada" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "tentativa de requisi§£o de uma SASL start n£o suportada" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "tentativa de requisi§£o de uma SASL step n£o suportada" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "o cliente tentou fazer umarequisi§£o de PolicyKit init invĦlida" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "n£o foi poss­vel obter a identidade do socket do par" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "Veririficando se o PID %d estĦ sendo executado como %d" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "Falha ao procurar o policy kit de quem chamou: %s" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, c-format msgid "Failed to create polkit action %s\n" msgstr "Falha ao criar a§£o do polkit %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, c-format msgid "Failed to create polkit context %s\n" msgstr "Falha ao criar o contexto do polkit %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, 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:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "O Policy kit permitiu a a§£o %sdo pid %d, uid %d, resultado %s" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "O cliente client tentou uma requisi§£o ao PolicyKit init n£o suportada" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" msgstr "n£o foi encontrada a storage_pool" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" msgstr "storage_vol n£o encontrado" +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "dispositivo n£o encontrado: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "elemento do uuid invĦlido " + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (tamanho da palavra)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (tamanho da palavra)" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -811,8 +842,8 @@ msgstr "um separador İ esperado" msgid "expecting an assignment" msgstr "uma atribui§£o İ esperada" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "aloca buffer" @@ -854,899 +885,960 @@ msgstr "falha ao ler os dados de entrada: %s\n" msgid "failure writing output: %s\n" msgstr "falha ao escrever os dados de sa­da: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "alocando a conex£o" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "alocando o dom­nio" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "falha ao adicionar o dom­nio na tabela hash de conexµes" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "falta o dom­nio na tabela hash de conexµes" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "alocando a rede" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "falha em adicionar a rede   tabela hash de conexµes" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "n£o consta a rede na tabela hash de conexµes" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "alocando o storage pool" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "falha ao adicionar o storage pool na tabela hash de conexµes" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "o pool n£o consta da tabela hash de conexµes" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "alocando o storage vol" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "falha ao adicionar o storage vol na tabela hash de conexµes" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "n£o consta o vol na tabela hash de conexµes" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "alocando o storage vol" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copiando o conteşdo do node" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "falha ao adicionar o storage vol na tabela hash de conexµes" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "n£o consta o vol na tabela hash de conexµes" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" msgstr "tipo desconhecido '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" msgstr "dispoditivo de partida desconhecido '%s'" -#: src/domain_conf.c:588 +#: src/domain_conf.c:602 #, c-format msgid "Invalid floppy device name: %s" msgstr "Nome do dispositivo de disquete invĦlido: %s" -#: src/domain_conf.c:602 +#: src/domain_conf.c:617 #, c-format msgid "Invalid harddisk device name: %s" msgstr "Nome do dispositivo de disco r­gido invĦlido: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" msgstr "auth type desconhecido '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" msgstr "Tipo de barramento invĦlido '%s' para driver de disquete" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" msgstr "Tipo de barramento invĦlido '%s' para driver de disquete" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" msgstr "auth type desconhecido '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" msgstr "auth type desconhecido '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" "N£o foi especificado o atributo da 'rede' com o " -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " msgstr "" "N£o foi especificado o atributo do dispositivo 'com a " -#: src/domain_conf.c:907 +#: src/domain_conf.c:902 msgid "No 'port' attribute specified with socket interface" msgstr "" "N£o foi especificado o atributo 'port' com a interface do socket" -#: src/domain_conf.c:912 +#: src/domain_conf.c:907 msgid "Cannot parse 'port' attribute with socket interface" msgstr "" "N£o foi poss­vel analisar o atributo 'port' com a interface do " "socket" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" msgstr "" "N£o foi especificado o atributo do 'address' com a interface do " "socket" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" msgstr "O nome do modelo contİm caracteres invĦlidos" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" msgstr "" "Falta informa§£o sobre o atributo do caminho para o dispositivo de char" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" msgstr "Falta o atributo do host fonte para o dispositivo de caracter" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" msgstr "falta a informa§£o sobre a fonte do dispositivo de caracter" -#: src/domain_conf.c:1247 +#: src/domain_conf.c:1242 msgid "missing input device type" msgstr "falta o tipo de dispositivo de entrada" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" msgstr "dispoditivo de partida desconhecido '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" msgstr "auth type desconhecido '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" msgstr "O ps2 bus n£o dĦ suporte ao %s dispositivo de entrada" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" msgstr "n£o hĦ suporte para o barramento de entrada %s" -#: src/domain_conf.c:1286 +#: src/domain_conf.c:1281 #, c-format msgid "xen bus does not support %s input device" msgstr "O barramento do xen n£o dĦ suporte ao %s dispositivo de entrada" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" msgstr "falta o tipo de dispositivo de entrada" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" msgstr "tipo de dispositivo desconhecido" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" msgstr "n£o pode ser removido o config para %s" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" msgstr "tipo de modelo de som desconhecido" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" msgstr "n£o foi poss­vel ler dir %s: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" msgstr "n£o foi poss­vel abrir o dispositivo %s" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" msgstr "n£o foi poss­vel ler %s: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" msgstr "n£o foi poss­vel abrir o dispositivo %s" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" msgstr "auth type desconhecido '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "falta \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" msgstr "falta o hospedeiro fonte" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" msgstr "dispoditivo de partida desconhecido '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" msgstr "dispoditivo de partida desconhecido '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" msgstr "falta o hospedeiro fonte" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "hospedeiro desconhecido %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" msgstr "tipo de autentica§£o desconhecido %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" msgstr "falta o elemento root" -#: src/domain_conf.c:1672 +#: src/domain_conf.c:1668 msgid "unknown device type" msgstr "tipo de dispositivo desconhecido" -#: src/domain_conf.c:1698 +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" msgstr "falha em alocar espa§o para xmlXPathContext" -#: src/domain_conf.c:1706 +#: src/domain_conf.c:1711 msgid "missing domain type attribute" msgstr "falta o atributo do tipo do dom­nio" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" msgstr "tipo do dom­nio invĦlido" -#: src/domain_conf.c:1729 src/network_conf.c:317 +#: src/domain_conf.c:1734 src/network_conf.c:317 #, c-format msgid "Failed to generate UUID: %s" msgstr "Falha ao gerar o UUID: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" msgstr "o elemento do uuid foi mal formado" -#: src/domain_conf.c:1745 +#: src/domain_conf.c:1750 msgid "missing memory element" msgstr "falta elemento de mem³ria" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "dado inesperado '%s'" -#: src/domain_conf.c:1815 +#: src/domain_conf.c:1820 msgid "no OS type" msgstr "n£o existe o tipo de SO" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" msgstr "n£o hĦ suporte para a arquitetura" -#: src/domain_conf.c:1891 +#: src/domain_conf.c:1899 #, fuzzy msgid "cannot extract boot device" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:1899 +#: src/domain_conf.c:1907 #, fuzzy msgid "missing boot device" msgstr "falta o dispositivo fonte" -#: src/domain_conf.c:1904 +#: src/domain_conf.c:1912 #, c-format msgid "unknown boot device '%s'" msgstr "dispoditivo de partida desconhecido '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "n£o hĦ suporte para o tipo de disco '%s'" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" msgstr "bind: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" msgstr "falha em pausar o dom­nio" -#: src/domain_conf.c:2293 src/network_conf.c:524 +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" msgstr "elemento root incorreto" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "erro de sintaxe na topologia da cupuset" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "node dict inesperado" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:2974 +#: src/domain_conf.c:2976 #, c-format msgid "unexpected domain type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "valor do nodo inesperado" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" msgstr "n£o pode ser criado o diret³rio de configura§£o %s: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 #, c-format msgid "cannot create config file %s: %s" msgstr "n£o foi poss­vel criar o config file %s: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 #, c-format msgid "cannot write config file %s: %s" msgstr "n£o foi poss­vel escrever no config file %s: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" msgstr "n£o pode ser salvo o config file %s: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 +#: src/domain_conf.c:3308 src/network_conf.c:767 #, c-format msgid "Failed to open dir '%s': %s" msgstr "Falha em abrir o dir '%s': %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" msgstr "n£o pode ser removido o config para %s" -#: src/domain_conf.c:3443 +#: src/domain_conf.c:3434 msgid "unknown virt type" msgstr "tipo de virt desconhecido" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "alocando a conex£o" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "alocando o dom­nio" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "falha ao adicionar o dom­nio na tabela hash de conexµes" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "falta o dom­nio na tabela hash de conexµes" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "alocando a rede" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "falha em adicionar a rede   tabela hash de conexµes" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "n£o consta a rede na tabela hash de conexµes" - -#: src/hash.c:1102 src/hash.c:1107 -msgid "allocating storage pool" -msgstr "alocando o storage pool" - -#: src/hash.c:1117 -msgid "failed to add storage pool to connection hash table" -msgstr "falha ao adicionar o storage pool na tabela hash de conexµes" - -#: src/hash.c:1156 -msgid "pool missing from connection hash table" -msgstr "o pool n£o consta da tabela hash de conexµes" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -msgid "allocating storage vol" -msgstr "alocando o storage vol" - -#: src/hash.c:1253 -msgid "failed to add storage vol to connection hash table" -msgstr "falha ao adicionar o storage vol na tabela hash de conexµes" - -#: src/hash.c:1293 -msgid "vol missing from connection hash table" -msgstr "n£o consta o vol na tabela hash de conexµes" - -#: src/iptables.c:104 +#: src/iptables.c:102 msgid "Failed to run '" msgstr "Falhou ao executar" -#: src/iptables.c:152 +#: src/iptables.c:150 msgid "Failed to read " msgstr "Falhou na leitura" -#: src/iptables.c:180 +#: src/iptables.c:178 msgid "Failed to write to " msgstr "Falhou na escrita" -#: src/iptables.c:245 +#: src/iptables.c:243 #, c-format msgid "Failed to create directory %s : %s" msgstr "Falhou na cria§£o do diret³rio %s : %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Falhou ao salvar as regras dos iptables rules em %s : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" "Falhou ao remover a regra dos iptables '%s' da cadeia '%s' na tabela '%s': %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" "Falhou ao adicionar as regras das iptables '%s' na cadeia '%s' na tabela '%" "s': %s" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "n£o foi poss­vel analisar o URI da conex£o" -#: src/libvirt.c:772 -msgid "allocating conn->name" -msgstr "allocating conn->name" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Falha no aceite da conex£o: %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "o domainMigratePrepare n£o definiu o uri" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "o domainMigratePrepare n£o definiu o uri" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "o caminho İ NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "as flags devem ter valor zero" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "o buffer İ NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "os par˘metros das flags devem ser VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "o buffer İ NULL mas o tamanho n£o İ zero" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "Erro ao recarregar os drivers" + +#: src/lxc_container.c:122 #, c-format msgid "setsid failed: %s" msgstr "falhou a opera§£o setsid: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "o processo ioctl(TIOCSTTY) falhou: %s" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, c-format msgid "dup2(stdin) failed: %s" msgstr "o processo dup2(stdin) falhou: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, c-format msgid "dup2(stdout) failed: %s" msgstr "o processo dup2(stdout) falhou: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, c-format msgid "dup2(stderr) failed: %s" msgstr "o processo dup2(stderr) falhou: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "falha em alocar espa§o para a string do nome do conteiner" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Falha na cria§£o de dom­nio inativo %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Falha ao associar o socket ao '%s': %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "falha em criar '%s'" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Falha ao associar o socket ao '%s': %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "falha em montar /proc para o conteiner: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "falha em montar /proc para o conteiner: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "falha na cria§£o do arquivo de log %s: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, c-format msgid "failed to mount %s at %s for container: %s" msgstr "falha em montar %s em %s para o conteiner: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Falhou ao criar o pool %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Falha em abrir o dir '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, c-format msgid "failed to mount /proc for container: %s" msgstr "falha em montar /proc para o conteiner: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "lxcChild() passou uma informa§£o invĦlida sobre a vm " -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, c-format msgid "open(%s) failed: %s" msgstr "a opera§£o open(%s) falhou: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, c-format msgid "clone() failed, %s" msgstr "falha em clone(), %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Falhou na cria§£o de um volume a partir de %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Falha na cria§£o de socket: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Falha na cria§£o de socket: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Falha ao associar o socket ao '%s': %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Falha ao associar o socket ao '%s': %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, c-format msgid "read of fd %d failed: %s" msgstr "a opera§£o de leitura de fd %d falhou: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, c-format msgid "write to fd %d failed: %s" msgstr " a escrita em fd %d falhou: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, c-format msgid "epoll_create(2) failed: %s" msgstr "epoll_create(2) falhou: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "epoll_ctl(fd1) falhou: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "epoll_ctl(fd1) falhou: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "evento de erro %d" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, c-format msgid "epoll_wait() failed: %s" msgstr "epoll_wait() falhou: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Falha na obten§£o das estat­sticas da interface %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Falhou ao apagar o vol %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "a opera§£o unlockpt falhou: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "falha na aloca§£o de um n³" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "Falha ao escrever no arquivo '%s' de pid : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "N£o foi poss­vel escrever o argv no arquivo log %d: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "N£o foi poss­vel fechar o arquivo de log %d: %s " -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Falha em encontar um driver de armazenamento: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "falha em alocar espa§o para a string da MV" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" msgstr "n£o existe dom­nio associado ao uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" msgstr "n£o foi poss­vel apagar o dom­nio ativo" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "n£o foi poss­vel apagar o dom­nio ativo" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "a opera§£o waitpid falhou em esperar pelo conteiner %d: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "script usado para fazer a ponte da interface de rede" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Falha em acoplar o dispositivo a partir de %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "falha na aloca§£o de um n³" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Falha ao associar o socket ao '%s': %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "falha em alocar espa§o para o dispositivo de caracter" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Falha na cria§£o de socket: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "falha em conectar com o Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ponteiro do dom­nio invĦlido em" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Falha ao fechar o tty pid file %s: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "n£o foi poss­vel iniciar o arquivo '%s': %s " -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, c-format msgid "cannot create log directory %s: %s" msgstr "n£o foi poss­vel criar o diret³rio para o log %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Falha em abrir o dir '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Falha ao abrir o pid para o arquivo '%s' : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "nome do dom­nio" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format msgid "no domain with id %d" msgstr "n£o existe dom­nio com o id %d" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "nomes" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "procedimento desconhecido: %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Falha ao continuar o dom­nio %s " + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "Caminho invĦlido: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "Par˘metro invĦlido para virXPathNode()" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1778,8 +1870,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "auth type desconhecido '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "n£o foi poss­vel criar o diret³rio de autostart %s: %s" @@ -1791,305 +1883,515 @@ msgstr "" "O nome do arquivo de configura§£o da rede '%s' n£o corresponde ao nome da " "rede '%s'" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "n£o hĦ config file para %s" -#: src/openvz_conf.c:190 -#, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "" - -#: src/openvz_conf.c:220 -#, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolvendo o nome do arquivo de rede" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "endere§o MAC invĦlido" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "endere§o MAC" - -#: src/openvz_conf.c:327 -msgid "popen failed" -msgstr "falha no popen" - -#: src/openvz_conf.c:337 -msgid "Failed to parse vzlist output" -msgstr "Falha na anĦlise da sa­da do vzlis" - -#: src/openvz_conf.c:363 -msgid "UUID in config file malformed" -msgstr "mĦ forma§£o do UUID no arquivo de configura§£o" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "n£o pode ser removido o config para %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "o dom­nio n£o estĦ executando" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -#, fuzzy -msgid "only one filesystem supported" -msgstr "tipo de filesystem invĦlido" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "n£o foi poss­vel conectar com %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "n£o foi poss­vel apagar o dom­nio ativo" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -msgid "domain is not in running state" -msgstr "o dom­nio n£o estĦ no estado executando" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "n£o foi poss­vel conectar com %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "JĦ existe um OPENVZ VM ativo com a id '%s'" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "n£o foi poss­vel analisar o URI da conex£o" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "n£o foi poss­vel conectar com %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "mudar o nşmero de virtual CPUs" - -#: src/openvz_driver.c:517 -#, fuzzy, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "JĦ existe uma OPENVZ VM definida com esta id '%d'" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "nenhum dom­nio com id compat­vel" - -#: src/openvz_driver.c:595 -msgid "domain is not in shutoff state" -msgstr "o dom­nio n£o estĦ no estado fechado" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "n£o foi poss­vel analisar o URI da conex£o" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, c-format -msgid "unknown type '%s'" -msgstr "tipo desconhecido '%s'" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "n£o foi poss­vel analisar o URI da conex£o" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Falhou ao fechar o socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Falhouna leitura do socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Falhou na escrita do socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Erro de comunica§£o com o proxy: foram recebidos %d bytes de %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Erro de comunica§£o com o proxy: esperavam-se %d bytes chegaram %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Erro de comunica§£o com o proxy: recebidos pacotes com %d bytes\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Erro de comunica§£o com o proxy: pacote mal formado\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "foi obtido um nşmero ass­ncrono de pacotes %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "falha na aloca§£o de um n³" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -msgid "failed to allocate vncTLSx509certdir" -msgstr "falhaem alocar o vncTLSx509certdir" - -#: src/qemu_conf.c:487 -#, 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:496 -#, 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:519 src/qemu_driver.c:926 -#, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "N£o foi poss­vel encontrar o binĦrio do QEMU %s: %s" - -#: src/qemu_conf.c:550 -#, c-format -msgid "Network '%s' not found" -msgstr "Rede '%s' n£o encontrada" - -#: src/qemu_conf.c:555 -#, c-format -msgid "Network '%s' not active" -msgstr "A rede '%s' n£o estĦ ativa" - -#: src/qemu_conf.c:564 -#, c-format -msgid "Network type %d is not supported" -msgstr "N£o hĦ suporte para o tipo %d de rede" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, 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:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Falha em adicionar a interface do grampo'%s'   ponte'%s' : %s" - -#: src/qemu_conf.c:594 -#, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Falha em adicionar a interface do grampo'%s'   ponte'%s' : %s" - -#: src/qemu_conf.c:617 -msgid "failed to allocate space for tapfds string" -msgstr "falha em alocar espa§o para a string da tapfds" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "n£o hĦ suporte para o tipo de disco '%s'" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, c-format -msgid "unsupported disk type '%s'" -msgstr "n£o hĦ suporte para o tipo de disco '%s'" - -#: src/qemu_conf.c:1181 -msgid "invalid sound model" -msgstr "modelo de som invĦlido" - -#: src/qemu_conf.c:1234 -msgid "failed to allocate space for argv string" -msgstr "falha na aloca§£o de espa§o para a string argv" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "Falha ao definir a flag close-on-exec para o descritor do arquivo " - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Falha ao definir a flag non-blocking para o descritor do arquivo " - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Falha na autoinicializa§£o da rede '%s': %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Falha na autoinicializa§£o da MV '%s': %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Falha em encontrar um registro do usuĦrio para o uid '%d': %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "fora dos limites da mem³ria em asprintf" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 #, fuzzy -msgid "qemudStartup: out of memory\n" +msgid "networkStartup: out of memory\n" msgstr "qemudStartup: fora dos limites da mem³ria" -#: src/qemu_driver.c:296 +#: src/network_driver.c:197 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Recarregando as regras das iptables" -#: src/qemu_driver.c:434 +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "falha em alocar espa§o para o dnsmasq argv" + +#: src/network_driver.c:396 +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:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"falha ao adicionar as regras das iptables para permitir o encaminhamento de " +"'%s' : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"falha ao adicionar as regras das iptables para permitir o encaminhamento " +"para '%s' : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" +"falha em adicionar regras das iptables para permitir o mascaramento : %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"falha em adicionar as regras das iptables para permitir o roteamento de '%" +"s' : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"falha em adicionar as iptables para pertimir o roteamento para '%s' : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "falha em alocar espa§o para o suporte  s IP tables" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"falha em adicionar as regras das iptables para permitir requisi§µes DHCP de " +"'%s' : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"falha em adicionar as regras das iptables para permitir requisi§µes de DNS " +"de '%s' : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"falha na adi§£o de regras das iptables para bloquear o trĦfego para o " +"exterior de '%s' : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"falha na adi§£o de regras das iptables para bloquear o trĦfego para o " +"interior de '%s' : %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"falha em alocar regras nas iptables para permitir o trĦfego atravİs da ponte " +"em '%s' : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "a rede jĦ estĦ ativa" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "n£o foi poss­vel inicializar o suporte para a ponte: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "n£o foi poss­vel criar a ponte '%s' : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "n£o foi poss­vel definir o endere§o IP na ponte '%s' to '%s' : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "n£o foi poss­vel definir a mascara de rede na ponte '%s' to '%s' : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "falha ao parar a ponte '%s': %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "falha ao habilitar o encaminhamento de IP:%s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Falha em desmontar a ponte '%s' : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "falha em apagar a ponte '%s' : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "Fechando a rede '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "Obteve-se um pid inesperado para a dnsmasq" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "n£o existe rede que corresponda com o uuid" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "n£o existe rede que corresonda com o nome" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "a rede jĦ estĦ ativa" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "n£o existe rede que corresponda com o id" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "falha em alocar espa§o para a string da ponte da rede" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Falha na cria§£o do symlink '%s' to '%s': %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Falha em apagar o symlink '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "n£o existe volume de armazenamento que corresponda ao nome" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "N£o foi poss­vel extrair a vers£o do hipervisor %s em execu§£o\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolvendo o nome do arquivo de rede" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "endere§o MAC invĦlido" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "endere§o MAC" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +msgid "popen failed" +msgstr "falha no popen" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "Falha na anĦlise da sa­da do vzlis" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "mĦ forma§£o do UUID no arquivo de configura§£o" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "n£o pode ser removido o config para %s" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "o dom­nio n£o estĦ executando" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +#, fuzzy +msgid "only one filesystem supported" +msgstr "tipo de filesystem invĦlido" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "n£o foi poss­vel conectar com %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "n£o foi poss­vel apagar o dom­nio ativo" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +msgid "domain is not in running state" +msgstr "o dom­nio n£o estĦ no estado executando" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "n£o foi poss­vel conectar com %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "n£o foi poss­vel conectar com %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "n£o pode ser removido o config para %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "JĦ existe um OPENVZ VM ativo com a id '%s'" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "n£o foi poss­vel analisar o URI da conex£o" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "mudar o nşmero de virtual CPUs" + +#: src/openvz_driver.c:647 +#, fuzzy, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "JĦ existe uma OPENVZ VM definida com esta id '%d'" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "nenhum dom­nio com id compat­vel" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "o dom­nio n£o estĦ no estado fechado" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "n£o foi poss­vel analisar o URI da conex£o" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format +msgid "unknown type '%s'" +msgstr "tipo desconhecido '%s'" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "n£o foi poss­vel analisar o URI da conex£o" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Falhou ao fechar o socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Falhouna leitura do socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Falhou na escrita do socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Erro de comunica§£o com o proxy: foram recebidos %d bytes de %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Erro de comunica§£o com o proxy: esperavam-se %d bytes chegaram %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Erro de comunica§£o com o proxy: recebidos pacotes com %d bytes\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Erro de comunica§£o com o proxy: pacote mal formado\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "foi obtido um nşmero ass­ncrono de pacotes %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "falha na aloca§£o de um n³" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +msgid "failed to allocate vncTLSx509certdir" +msgstr "falhaem alocar o vncTLSx509certdir" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "falha na aloca§£o de um n³" + +#: src/qemu_conf.c:477 +#, 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:486 +#, 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:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "N£o foi poss­vel encontrar o binĦrio do QEMU %s: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "Rede '%s' n£o encontrada" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "A rede '%s' n£o estĦ ativa" + +#: src/qemu_conf.c:559 +#, 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 +#, fuzzy, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "Falha em adicionar a interface do grampo'%s'   ponte'%s' : %s" + +#: src/qemu_conf.c:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Falha em adicionar a interface do grampo'%s'   ponte'%s' : %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "falha em alocar espa§o para a string da tapfds" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "n£o hĦ suporte para o tipo de disco '%s'" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format +msgid "unsupported disk type '%s'" +msgstr "n£o hĦ suporte para o tipo de disco '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "modelo de som invĦlido" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +msgid "failed to allocate space for argv string" +msgstr "falha na aloca§£o de espa§o para a string argv" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "Falha ao definir a flag close-on-exec para o descritor do arquivo " + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "Falha ao definir a flag non-blocking para o descritor do arquivo " + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Falha na autoinicializa§£o da MV '%s': %s" + +#: src/qemu_driver.c:241 +#, fuzzy +msgid "qemudStartup: out of memory\n" +msgstr "qemudStartup: fora dos limites da mem³ria" + +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2098,359 +2400,243 @@ msgstr "" "O QEMU saiu durante %s inicializa§£o\n" "%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "Falha enquanto era lido a sa­da do %s startup : %s" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "O tempo expirou enquando era lido a sa­da do %s startup" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "Falha enquanto era lida a sa­da do %s startup" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "Fora do espa§o enquanto era lida a sa­da do %s startup" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, c-format msgid "Unable to open monitor path %s" msgstr "N£o foi poss­vel abrir o monitor do caminho %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "Falha ao definir a flag do close-on-exec " -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "N£o foiposs­vel colocar o monitor no modo non-blocking" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, 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" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 msgid "allocate cpumap" msgstr "aloca cumap" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 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 trhead da CPU" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, c-format msgid "failed to set CPU affinity %s" msgstr "falha em estabelecer a afinidade da CPU %s" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" msgstr "falha em continuar a opera§£o" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" msgstr "A MV jĦ estĦ ativa" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "N£o foi poss­vel encontrar uma porta VNC dispon­vel" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "o caminho do arquivo config file İ muito grande: %s/%s.log" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, c-format msgid "failed to create logfile %s: %s" msgstr "falha na cria§£o do arquivo de log %s: %s" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, 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 flag %s do arquivo de log da " "MV " -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "N£o foi poss­vel encontrar o binĦrio do QEMU %s: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "N£o foi poss­vel escrever o argv no arquivo log %d: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "N£o foi poss­vel escrever o argv no arquivo log %d: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "Fechando a MV '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "N£o foi poss­vel fechar o arquivo de log %d: %s " -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Maldi§£o, foi obtido um pid inesperado " -#: src/qemu_driver.c:1220 -msgid "failed to allocate space for dnsmasq argv" -msgstr "falha em alocar espa§o para o dnsmasq argv" - -#: src/qemu_driver.c:1234 -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/qemu_driver.c:1263 -#, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "" -"falha ao adicionar as regras das iptables para permitir o encaminhamento de " -"'%s' : %s\n" - -#: src/qemu_driver.c:1274 -#, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "" -"falha ao adicionar as regras das iptables para permitir o encaminhamento " -"para '%s' : %s\n" - -#: src/qemu_driver.c:1284 -#, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "" -"falha em adicionar regras das iptables para permitir o mascaramento : %s\n" - -#: src/qemu_driver.c:1316 -#, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "" -"falha em adicionar as regras das iptables para permitir o roteamento de '%" -"s' : %s\n" - -#: src/qemu_driver.c:1327 -#, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "" -"falha em adicionar as iptables para pertimir o roteamento para '%s' : %s\n" - -#: src/qemu_driver.c:1352 -msgid "failed to allocate space for IP tables support" -msgstr "falha em alocar espa§o para o suporte  s IP tables" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "" -"falha em adicionar as regras das iptables para permitir requisi§µes DHCP de " -"'%s' : %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "" -"falha em adicionar as regras das iptables para permitir requisi§µes de DNS " -"de '%s' : %s" - -#: src/qemu_driver.c:1392 -#, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "" -"falha na adi§£o de regras das iptables para bloquear o trĦfego para o " -"exterior de '%s' : %s" - -#: src/qemu_driver.c:1399 -#, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "" -"falha na adi§£o de regras das iptables para bloquear o trĦfego para o " -"interior de '%s' : %s" - -#: src/qemu_driver.c:1407 -#, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "" -"falha em alocar regras nas iptables para permitir o trĦfego atravİs da ponte " -"em '%s' : %s" - -#: src/qemu_driver.c:1508 -msgid "network is already active" -msgstr "a rede jĦ estĦ ativa" - -#: src/qemu_driver.c:1520 -#, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "n£o foi poss­vel criar a ponte '%s' : %s" - -#: src/qemu_driver.c:1535 -#, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "n£o foi poss­vel definir o endere§o IP na ponte '%s' to '%s' : %s" - -#: src/qemu_driver.c:1543 -#, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "n£o foi poss­vel definir a mascara de rede na ponte '%s' to '%s' : %s" - -#: src/qemu_driver.c:1551 -#, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "falha ao parar a ponte '%s': %s" - -#: src/qemu_driver.c:1562 -#, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "falha ao habilitar o encaminhamento de IP:%s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Falha em desmontar a ponte '%s' : %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "falha em apagar a ponte '%s' : %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "Fechando a rede '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "Obteve-se um pid inesperado para a dnsmasq" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "n£o İ poss­vel abrir o tty %s: %s\n" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" msgstr "falha em alocar espa§o para as capacidades de suporte" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "N£o hĦ suporte para o NUMA neste host" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" msgstr "A consulta sobre mem³ria NUMA livre falhou" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "este dom­nio %s jĦ existe" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "este dom­nio %s jĦ existe" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, 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:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" msgstr "o dom­nio n£o estĦ executando" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 msgid "suspend operation failed" msgstr "falha ao suspender a opera§£o" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" msgstr "falha no encerramento da opera§£o" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" msgstr "falha em alocar espa§o para o ostype" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "n£o existe dom­nio que corresponda ao uuid '%s'" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" "n£o foi poss­vel definir o valor mĦximo da mem³ria menor do que a mem³ria " "corrente" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" msgstr "n£o foi poss­vel definir a mem³ria de um dom­nio ativo" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" "n£o foi poss­vel ajustar a mem³ria para um valor maior do que max memory" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 msgid "failed to pause domain" msgstr "falha em pausar o dom­nio" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" msgstr "falha em obter o xml do dom­nio" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, c-format msgid "failed to create '%s'" msgstr "falha em criar '%s'" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 msgid "failed to write save header" msgstr "falha em gravar o header salvo" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 msgid "failed to write xml" msgstr "falha em gravar xml" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "fora da mem³ria" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" msgstr "a opera§£o de migra§£o falhou" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "o 'info blockstats' n£o tem suporte neste qemu" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" msgstr "n£o foi poss­vel laterar a contagem de vcpu em um dom­nio ativo" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "n£o foi poss­vel determinar o max vcups para o dom­nio" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" @@ -2458,449 +2644,509 @@ msgstr "" "os quantidade de vcpus requeridos İ maior do que o mĦximo de vcpus que podem " "ser alocados para o dom­nio: %d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 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:2594 +#: src/qemu_driver.c:2060 #, 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:2615 +#: src/qemu_driver.c:2081 #, c-format msgid "cannot set affinity: %s" msgstr "n£o foi poss­vel estabelecer a afinidade: %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" msgstr "n£o hĦ suporte para a afinidade da cpu" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, c-format msgid "cannot get affinity: %s" msgstr "n£o foi poss­vel obter a afinidade: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "a afinidade da cpu n£o estĦ dispon­vel" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, 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/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 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:2212 msgid "failed to read qemu header" msgstr "falha em ler o header do qemu" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "o image magic estĦ incorreto" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, 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:2775 +#: src/qemu_driver.c:2241 msgid "failed to read XML" msgstr "falha ao ler o XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 msgid "failed to parse XML" msgstr "falha em analisar o XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, c-format msgid "domain is already active as '%s'" msgstr "o dom­nio jĦ estĦ ativo como '%s'" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 msgid "failed to assign new VM" msgstr "falha em atribuir uma nova MV" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 msgid "failed to start VM" msgstr "falha em iniciar a MV" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 msgid "failed to resume domain" msgstr "houve falha na continua§£o do dom­nio" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -msgid "failed to allocate space for VM name string" -msgstr "falha em alocar espa§o para a string da MV" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "n£o hĦ suporte para o tipo de disco '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "n£o foi poss­vel mudar a m­dia de cdrom" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 #, fuzzy msgid "changing cdrom media failed" msgstr "n£o foi poss­vel mudar a m­dia de cdrom" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "o volume de armazenamento jĦ existe" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "n£o foi poss­vel ler %s: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "este dom­nio %s jĦ existe" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "carregando o arquivo de defini§£o do hospedeiro" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "carregando o arquivo de defini§£o do hospedeiro" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" msgstr "n£o İ poss­vel associar um dispositivo a um dom­nio inativo" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 #, fuzzy msgid "this device type cannot be attached" msgstr "s³ podem ser associados disposidivos de disco de CDROM" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "dom­nio n£o encontrado" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "houve falha na continua§£o do dom­nio" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Falha ao desacoplar o dispositivo a partir de %s" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "s³ podem ser associados disposidivos de disco de CDROM" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "n£o foi poss­vel definir a mem³ria de um dom­nio ativo" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Falha na cria§£o do symlink '%s' to '%s': %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Falha em apagar o symlink '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, c-format msgid "invalid path: %s" msgstr "Caminho invĦlido: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "o comando 'info blockstats' falhou" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "o 'info blockstats' n£o tem suporte neste qemu" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, c-format msgid "device not found: %s (%s)" msgstr "dispositivo n£o encontrado: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "caminho (nulo) NULL ou vazio " -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, 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:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" msgstr "caminho invĦlido" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 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:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "o comando lvs falhou" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "n£o existe rede que corresponda com o uuid" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "n£o existe rede que corresonda com o nome" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" -msgstr "a rede jĦ estĦ ativa" +msgid "no domain XML passed" +msgstr "nodo da lista de dominios" -#: src/qemu_driver.c:3937 -msgid "no network with matching id" -msgstr "n£o existe rede que corresponda com o id" +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" -#: src/qemu_driver.c:3944 -msgid "failed to allocate space for network bridge string" -msgstr "falha em alocar espa§o para a string da ponte da rede" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 -#, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Falha na cria§£o do symlink '%s' to '%s': %s" +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Houve falha ao gerar o UUID" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "o dom­nio jĦ estĦ ativo como '%s'" + +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "falha em iniciar a MV" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "falhou a opera§£o: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "nenhum dom­nio com nome compat­vel" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" "foi feita uma tentativa de fechar ou desinicializar um manupulador fechado" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" msgstr "falha em encontrar o binĦrio da libvirtd" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" "remote_open: o transporte em URL n£o reconhecida (deveria ser tls|unix|ssh|" "ext|tcp)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "remote_open: para o para o transporte 'ext', İ requerido um comando" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "n£o İ poss­vel abrir o tty %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "n£o İ poss­vel abrir o tty %s: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "n£o İ poss­vel abrir o tty %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Falha na cria§£o de socket: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Falha na cria§£o de socket: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 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:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "falha na obten§£o do URI" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "alocando o dom­nio" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "n£o foi poss­vel alocar a pilha para o conteiner" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "N£o foi poss­vel registrar os dados do console da MV: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "falha na inicializa§£o da biblioteca SASL: %d (%s)" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "n£o foi poss­vel definir os atributos do tty: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "n£o foi poss­vel definir os atributos do tty: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "Falha na verifica§£o das credenciais do cliente: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "n£o İ poss­vel abrir o tty %s: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 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:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "Falha na verifica§£o das credenciais do cliente: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "n£o foi poss­vel criar o pipe: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" msgstr "Tipo de dispositivo invĦlido: %s " -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 #, fuzzy msgid "The certificate is not trusted." msgstr "O certificado ainda n£o foi ativado" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 #, fuzzy msgid "The certificate hasn't got a known issuer." msgstr "" "remoteCheckCertificate: o certificado do cliente tem procedŞncia " "desconhecida." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 #, fuzzy msgid "The certificate has been revoked." msgstr "O certificado expirou" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 #, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" "remoteCheckCertificate: o certificado do cliente usa um algor­tmo n£o seguro." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "O tipo de certificado n£o İ X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "falha no gnutls_certificate_get_peers" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Falha ao inicializar a autentica§£o SASL %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "n£o İ poss­vel abrir o tty %s: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "O certificado expirou" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "O certificado ainda n£o foi ativado" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "O proprietĦrio do certificado n£o corresponde ao hostname (%s)" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, c-format msgid "too many NUMA cells: %d > %d" msgstr "quantidade excessiva de cİlulas NUMA: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, 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:1741 +#: src/remote_internal.c:1871 #, 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:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "a contagem de vCPU excede o mĦximo: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, 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:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "o host registra vCPUs demais: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, 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:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, c-format msgid "too many remote domain names: %d > %d" msgstr "hĦ um excesso de nomes de dom­nios remotos: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" @@ -2908,517 +3154,533 @@ msgstr "" "remoteDomainGetSchedulerParameters: retornou um nşmero de par˘metros que " "excede o limite " -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "remoteDomainGetSchedulerParameters: tipo do par˘metro desconhecido" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 msgid "out of memory allocating array" msgstr "excedidos os limites da mem³ria na aloca§£o do array" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "tipo do par˘metro desconhecido" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" "a requisi§£o de consulta de blocos İ grande demais para o protocolo remoto, " "%zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "o buffer retornado n£o tem o mesmo tamanho que foi requisitado" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" "a requisi§£o de consulta de mem³ria İ grande demais para o protocolo remoto, " "%zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, c-format msgid "too many remote networks: %d > %d" msgstr "quantidade excessiva de redes remotas: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" msgstr "nşmero excessivo de requisi§µes de pool de amazenamento" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" msgstr "grande quantidade de pools de amazenamento recebida" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" msgstr "foram requeridos volumes de armazenamento em demasia" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 msgid "too many storage volumes received" msgstr "foram recebidos volumes de armazenamento em demasia" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "foram requeridos volumes de armazenamento em demasia" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "foram recebidos volumes de armazenamento em demasia" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "foram requeridos volumes de armazenamento em demasia" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "foram recebidos volumes de armazenamento em demasia" + +#: src/remote_internal.c:4042 #, c-format msgid "unknown authentication type %s" msgstr "tipo de autentica§£o desconhecido %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "o tipo %s requerido de autentica§£o foi rejeitado" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, c-format msgid "unsupported authentication type %d" msgstr "n£o hĦ suporte para o tipo %d de autentica§£o " -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "falha na inicializa§£o da biblioteca SASL: %d (%s)" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "o tamanho da cifra para a sess£o TLS İ invĦlido" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, 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:4013 +#: src/remote_internal.c:4431 #, c-format msgid "cannot set security props %d (%s)" msgstr "n£o foi pooss­vel ajustar as propriedades de seguran§a %d (%s)" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, c-format msgid "SASL mechanism %s not supported by server" msgstr "O mecanismo SASL %s n£o tem suporte pelo servidor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Falha ao iniciar a negocia§£o SASL: %d (%s)" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 msgid "Failed to make auth credentials" msgstr "Falha na feitura das credenciais de autoriza§£o" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, 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:4133 +#: src/remote_internal.c:4551 #, c-format msgid "Failed SASL step: %d (%s)" msgstr "Falha no passo do SASL: %d (%s)" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, 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:4273 +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" msgstr "Falha na coleta das credenciais de autentica§£o" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "falha no xdr_remote_message_header " -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "enfileirando args" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "xdr_int (tamanho da palavra)" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "xdr_int (comprimento da palavra, resposta)" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "o pacote recebido do servidor İ grande demais" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 msgid "invalid header in reply" msgstr "cabe§alho invĦlido na resposta" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "programa desconhecido (recebido %x, esperado %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "vers£o do protocolo desconhecida (recebido %x, esperado%x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "procedimento desconhecido (recebido %x, esperado %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "dire§£o desconhecida (recebido %x, esperado %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "nşmero de sİrie desconhecido (recebido %x, esperado %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "desenfileirando ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "desenfileirando remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "status desconhecido (recebido %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "o socket foi fechado inesperadamente" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "cabe§alho invĦlido na resposta" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ponteiro do dom­nio invĦlido em" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "falha na aloca§£o de um n³" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "falha na c³pia de uma string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "falta backend para o tipo de pool %d" -#: src/storage_backend.c:136 -#, c-format -msgid "unknown storage backend type %s" -msgstr "tipo de de armazenamento do backend %s desconhecido" - -#: src/storage_backend.c:166 -#, c-format -msgid "unknown storage backend type %d" -msgstr "İ desconhecido o tipo de armazenamento de backend %d " - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, c-format msgid "cannot open volume '%s': %s" msgstr "n£o foi poss­vel abrir o volume '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "n£o foi poss­vel iniciar o arquivo '%s': %s " -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "n£o foi poss­vel achar o fim do arquivo '%s':%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "n£o foi poss­vel achar o fim do arquivo '%s':%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "n£o foi poss­vel achar o fim do arquivo '%s':%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "n£o foi poss­vel obter o contexto do arquivo de %s: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "contexto" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "n£o foi poss­vel ler dir %s: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "caminho" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "caminho" + +#: src/storage_backend.c:389 msgid "regex" msgstr "regex" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, c-format msgid "Failed to compile regex %s" msgstr "Falha na compila§£o do regex %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "grupos de regex" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "n£o foi poss­vel ler fd" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, c-format msgid "failed to wait for command: %s" msgstr "falha na espera do comando: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "o comando n£o teve sa­da limpa" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "n-columns grande demais" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, c-format msgid "read error: %s" msgstr "erro de leitura: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "status de sa­da n£o zero do comando %d" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, fuzzy, c-format msgid "%s not implemented on Win32" msgstr "%s: n£o implementado\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "sem suporte para o formato do pool %s" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "n£o hĦ suporte para o formato do pool %d" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "n£o hĦ suporte para o formato do volume %s" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "n£o hĦ suporte para o formato do volume %d" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "volume" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "extens£o do volume" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "n£o foi poss­vel analisar a localiza§£o de in­cio do dispositivo" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "n£o foi poss­vel analisar o fim da localiza§£o do dispositivo" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "extens£o" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "extens£o livre n£o İ grande o suficiente" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "n£o foi poss­vel criar o caminho '%s': %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, c-format msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "n£o foi poss­vel ler o cabe§alho '%s': %s" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "Caminho invĦlido: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "ponteiro para rede invĦlido em %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "a opera§£o falhou" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "falta a fonte do mount" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" msgstr "portal" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "n£o foi poss­vel ler %s: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "falta o hospedeiro fonte" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "falta o caminho fonte" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "falta o dispositivo fonte" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "fonte" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "falta o diret³rio da fonte" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "n£o foi poss­vel criar o caminho '%s': %s" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" msgstr "n£o foi poss­vel abrir o caminho '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -msgid "volume name" -msgstr "nome do volume" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "chave do volume" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "n£o foi poss­vel realizar a statvfs do caminho '%s': %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "n£o foi poss­vel desvincular o caminho '%s': %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "alvo" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "chave do volume de armazenamento" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "n£o foi poss­vel preencher o arquivo '%s': %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "n£o foi poss­vel estender o arquivo '%s': %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "n£o foi poss­vel ler o caminho '%s': %s" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, c-format msgid "unknown storage vol type %d" msgstr "tipo do volume de armazenamento desconhecido %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "tipo do volume de armazenamento %d n£o suportado" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "a cria§£o de imagens n£o-brutas n£o tem suporte sem qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, c-format msgid "cannot set file owner '%s': %s" msgstr "n£o İ poss­vel identificar o dono do arquivo '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, c-format msgid "cannot set file mode '%s': %s" msgstr "n£o İ poss­vel definir o modo do arquivo '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "n£o foi poss­vel fechar o arquivo '%s': %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "n£o foi poss­vel desvincular o arquivo '%s': %s" @@ -3446,566 +3708,756 @@ msgstr "sess£o" msgid "cannot find session" msgstr "n£o foi poss­vel encontrar a sess£o" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "nome" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, c-format msgid "cannot open %s: %s" msgstr "n£o foi poss­vel abrir %s: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "chave" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Falha no opendir sysfs path %s: %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Falha ao realizar a anĦlise do alvo a partir do sysfs path %s/%s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Falha em encontrar algum LUNs para a sess£o %s: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "Falha em determinar se %u:%u:%u:%u İ um Direct-Access LUN" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, c-format msgid "Failed to find device link for lun %d" msgstr "Falha em encontrar um v­nculo de dipositivo para lun %d" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, c-format msgid "Failed to parse block path %s" msgstr "Falha em analisar o caminho do bloco %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" msgstr "Falha em alocar mem³ria para o scsidev" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "portal" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "volume mal formado extrapola o valor do offset" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "volume mal formado, extrapola o valor do comprimento" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "volume mal formado, extrapola o valor do tamanho" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 msgid "lvs command failed" msgstr "o comando lvs falhou" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "o comando lvs falhou com status de sa­da %d" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "alocando priv->hostname" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "alocando a rede" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "alocando a rede" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "falha em criar um socket" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "linha de comando" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "n£o foi poss­vel abrir o dispositivo %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "n£o foi poss­vel apagar o cabe§alho do dispositivo %s" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "n£o foi poss­vel fechar o dispositivo %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "n£o foi poss­vel remover o ttyPidFile %s: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "n£o foi poss­vel encontrar o volume recİm criado '%s': %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "falta do atributo do auth host" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "falta o atributo do auth passwd" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "modo octal mal formado" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "elemento do owner mal formado" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "elemento do group mal formado" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" msgstr "n£o foi poss­vel alocar o storage pool" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "elemento do root desconhecido" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "tipo do volume de armazenamento desconhecido %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "falta o nome do elemento" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 msgid "unable to generate uuid" msgstr "incapaz de gerar o uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "auth type desconhecido '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "falta o nome do host fonte" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "n£o foi poss­vel extrair os dispositivos da origem" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" msgstr "dispositivo" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "falta o caminho do dispositivo fonte" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "falta o caminho fonte" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "nome do pool" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, c-format msgid "unknown auth type '%s'" msgstr "auth type desconhecido '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "falta o caminho do alvo" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "xmlXPathContext" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "n£o hĦ suporte para o formato do pool %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "tipo de pool n£o esperado" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "xml" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "falta o elemento owner" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, c-format msgid "unknown size units '%s'" msgstr "tamanho das unidades desconhecido '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "capacidade do elemento mal formada" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "valor da capacidade o elemento İ muito grande" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" msgstr "n£o foi poss­vel alocar o storage vol" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "elemento do root desconhecido" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "falta o nome do elemento" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "falta a capacidade do elemento" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "auth type desconhecido '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "n£o hĦ suporte para o formato do volume %d" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "pool" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "o caminho do config file n£o pode ser constru­do" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "n£o foi poss­vel construir o caminho do atalho para o autostart" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "config file" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "falha na gera§£o do XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "n£o pode ser removido o config para %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "n£o existe pool que corresponda com o uuid" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "n£o existe pool com nome correspondente" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "nomes" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "o pool de armazenamento jĦ existe" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "n£o existe pool de armazenamento que corresponda ao uuid" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "o pool ainda estĦ ativo" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 msgid "pool already active" msgstr "o pool jĦ estĦ ativo" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 msgid "storage pool is already active" msgstr "o pool de armazenamento jĦ estĦ ativo" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "o pool de armazenamento n£o estĦ ativo" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "o pool de armazenamento ainda estĦ ativo" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "o pool n£o dĦ suporte   exclus£o do volume" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "o pool n£o tem config file" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "n£o existe volume de armazenamento que corresponda ao nome" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "n£o existe " -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "n£o hĦ volume de armazenamento que coincida com o caminho " -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "o volume de armazenamento jĦ existe" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 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:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "o pool de armazenamento n£o tem suporte para cancelamento do volume" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "n£o existe volume de armazenamento que corresponda ao nome" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "o pool de armazenamento n£o estĦ ativo" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "o pool de armazenamento jĦ estĦ ativo" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "obtendo a hora" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "carregando o arquivo de defini§£o do hospedeiro" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "hospedeiro" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "criando o contexto do xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "nodo da cpu ativa " -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "nodo do mhz da cpu" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "nodo de mem³ria" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "nodo da lista de dominios" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolvendo o filename do dom­nio" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "nodo da lista de dominios" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "resolvendo o nome do arquivo de rede" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "nodo da lista de dominios" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolvendo o filename do dom­nio" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: forne§a um caminho ou use test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "dom­nio n£o encontrado" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "o dom­nio n£o estĦ executando" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "n£o foi poss­vel alocar espa§o para o metadata" -#: src/test.c:906 -msgid "cannot save domain" -msgstr "n£o foi poss­vel salvar o dom­nio" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" +msgstr "" -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" -msgstr "n£o pode ser escrito o cabe§alho " +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" +msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "n£o pode ser escrito o comprimento do metadata" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "n£o pode ser escrito o metadata" - -#: src/test.c:932 src/test.c:1032 -msgid "cannot save domain data" -msgstr "os dados do dom­nio n£o puderam ser salvos" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "cabe§alho salvo de modo incompleto" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "header magic n£o coincidente" -#: src/test.c:973 +#: src/test.c:1066 msgid "failed to read metadata length" msgstr "falha na leitura do comprimento do metadata" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "comprimento do metadata fora do intervalo" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "metadata incompleto" -#: src/test.c:1021 -msgid "cannot save domain core" -msgstr "o nşcleo do dom­nio n£o pode ser salvo" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Dom­nio %s descarregado em %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: falhou ao escrever no arquivo de log: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "A faixa excede as cİlulas dispon­veis" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "O dom­nio jĦ estĦ em execu§£o" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "O dom­nio ainda estĦ em execu§£o" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "a rede ainda estĦ em execu§£o" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "A rede jĦ estĦ em execu§£o" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "n£o existe " + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "n£o hĦ volume de armazenamento que coincida com o caminho " + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "falha em alocar espa§o para o dispositivo de caracter" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "N£o hĦ suporte para o tipo de dispositivo de entrada %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "n£o foi poss­vel inicializar o suporte para a ponte: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Falhou na cria§£o do diret³rio %s : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: fora dos limites da mem³ria" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "falha na cria§£o do arquivo de log %s: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "n£o foi poss­vel abrir %s: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "n£o foi poss­vel encontrar a sess£o" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "n£o İ poss­vel definir o modo do arquivo '%s': %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "n£o foi poss­vel ler %s: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "n£o foi poss­vel ler dir %s: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "N£o foi poss­vel encontrar o binĦrio do QEMU %s: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "n£o foi poss­vel criar o diret³rio para o log %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "falha na espera do comando: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "Maldi§£o, foi obtido um pid inesperado " + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "n£o foi poss­vel ler %s: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "n£o foi poss­vel fechar o arquivo '%s': %s" -#: src/util.c:170 +#: src/util.c:219 #, c-format msgid "cannot create pipe: %s" msgstr "n£o foi poss­vel criar o pipe: %s" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, c-format msgid "cannot fork child process: %s" msgstr "n£o foi poss­vel bifurcar o processo filho: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "n£o foi poss­vel desvincular o arquivo '%s': %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "n£o foi poss­vel apagar o cabe§alho do dispositivo %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "n£o foi poss­vel criar o diret³rio de autostart %s: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "falha em strdup hostname: %s" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "falha em strdup hostname: %s" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "falha em strdup hostname: %s" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "n£o foi poss­vel estender o arquivo '%s': %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "linha de comando" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "erro de leitura: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" "Retorno do UUID pseudoaleat³rio, falha na gera§£o de bytes aleat³rios: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "ajuda de impress£o" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Imprime a ajuda global ou ajuda espec­fica para um comando." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "nome do comando" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4013,318 +4465,323 @@ msgstr "" "Comandos:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "autoinicia um dom­nio" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "Configura um dom­nio para ser carregado automaticamente na partida." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "nome do dom­nio, id ou uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "autoinicializa§£o desabilitada" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Falha em marcar o dom­nio %s como autoiniciado" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Falha em desmarcar o dom­nio %s como autoiniciado" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Dom­nio %s marcado como autoiniciado\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Dom­nio %s desmarcado como autoiniciado\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)conectar ao hipervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "Conectar ao hipervisor local. Este İ um comando embutido depois da " "inicializa§£o da shell." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI da conex£o com o hipervisor" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "conex£o do tipo somente leitura" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Falha em desconectar com o hipervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Falha em conectar com o hipervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "conectar ao console do convidado" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "conectar com o console serial para o convidado" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "N£o existe console dispon­vel para o dom­nio\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "o console n£o foi implementado nesta plataforma" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "lista os dom­nios" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Retorna a lista dos dom­nios." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "lista os dom­nios inativos" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "lista os dom­nios ativos & inativos" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Falha em listar os dom­nios ativos" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Falha em listar os dom­nios inativos" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Nome" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Estado" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "sem estado" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "estado do dom­nio" -#: src/virsh.c:669 +#: src/virsh.c:668 msgid "Returns state about a domain." msgstr "Retorna o estado do dom­nio." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "obtİm a estat­stica dos blocos dos dispositivos para um dom­nio" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "" "obtİm a estat­stica dos blocos dos dispositivos para um dom­nio em execu§£o." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "dispositivo de bloco" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "Falha em obter a estat­stica dos blocos %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "obtİm a estat­stica da interface para um dom­nio" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "Obtİm a estat­stica da interface para um dom­nio em execu§£o." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "dispositivo de interface" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Falha na obten§£o das estat­sticas da interface %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspende um dom­nio" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspende um dom­nio em execu§£o." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Dom­nio %s suspenso\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Falha em suspender um dom­nio %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "cria um dom­nio para um arquivo XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Cria um dom­nio." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "arquivo contendo uma descri§£o XML de um dom­nio" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Dom­nio %s criado a partir de %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Falha na cria§£o do dom­nio a partir de %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define um dom­nio." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Dom­nio %s definido a partir de %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Falha ao definir um dom­nio a partir de %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "indefine um dom­nio inativo" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Indefine a configura§£o para um dom­nio inativo." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "nome do dominio ou uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "O dom­nio %s foi indefinido\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Falha ao indefinir o dom­nio %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "inicia um (previamente definido) dom­nio inativo" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Inicia um dom­nio." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "nome do dom­nio inativo" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "O dom­nio jĦ estĦ ativo" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Dom­nio %s iniciado\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Falha em iniciar o dom­nio %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "salva o estado do dominio em um arquivo" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Salva um dom­nio em execu§£o." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "onde salvar os dados" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Dom­nio %s salvo em %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Falha em salvar o dom­nio %s em %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "mostrar/ajustar os par˘metros do escalonador" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Mostrar/Ajustar os par˘metros do escalonador" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "aloca valor" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "peso para o XEN_CREDIT" @@ -4333,276 +4790,285 @@ msgstr "peso para o XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "cap para o XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "valor invĦlido para o peso" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "valor do cap invĦlido" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "valor do cap invĦlido" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Escalonador" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Desconhecido" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restaura um dom­nio." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "o estado para restaurar" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Dom­nio restaurado a partir de %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Falha ao restaurar o dom­nio a partir de %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Descarga do nşcleo de um dom­nio" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "onde descarregar o nşcleo" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Dom­nio %s descarregado em %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Falha na descarga do nşcleo do dom­nio %s em %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "continua um dom­nio" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Continua um dom­nio previamente suspenso." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Dom­nio %s continuado\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Falha ao continuar o dom­nio %s " -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "desliga controladamente um dom­nio" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Executa o desligamento no dom­nio alvo" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "O dom­nio %s estĦ sendo encerrado\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Falha no encerramento do dom­nio %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reinicia o dom­nio" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "Executa um comando de reiniciar no dom­nio alvo" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "O dom­nio %s estĦ sendo reiniciado\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Falha ao reiniciar o dom­nio %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destr³i um dom­nio" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destr³i um dom­nio dado." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "O dom­nio %s foi destru­do\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Falha na destrui§£o do dom­nio %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "informa§£o do dom­nio" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Retorna a informa§£o bĦsica sobre o dom­nio." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Nome:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Tipo de SO:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Estado:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "Tempo de CPU:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Mem³ria mĦxima:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "sem limite" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Mem³ria utilizada:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 msgid "Autostart:" msgstr "Auto-iniciar:" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "enable" msgstr "habilitar" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "desabilitar" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "Mem³ria NUMA livre" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "exibe a mem³ria livre dispon­vel para uma cİlula NUMA." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "nşmero da cİlula NUMA" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Total" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "informa§£o do dom­nio da vcpu" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Retorna a informa§£o bĦsica sobre as CPUs do dom­nio virtual." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "Afinidade da CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Dom­nio fechado, a CPU virtual n£o estĦ presente." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "controle da afinidade da vcpu do dom­nio" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Associa o dom­nio das VCPUs  s CPUs do hospedeiro f­sico." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "nşmero da vcpu" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "nşmero(s) da(s) cpu(s) (separados por v­rgulas)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "vcpupin: nşmero da vCPU invĦlido ou ausente." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "vcpupin: falta a lista das cpus" -#: src/virsh.c:1763 +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." msgstr "vcpupin: falha em obter a informa§£o do dom­nio" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "vcpupin: nşmero da vCPU invĦlido." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Formato invĦlido. String vazia." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4610,7 +5076,7 @@ msgstr "" "cpulist: %s: Formato invĦlido. Esperava-se um d­gito na posi§£o %d (pr³ximo " "a '%c')." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4619,1296 +5085,1339 @@ msgstr "" "cpulist: %s: Formato invĦlido. Esperava-se um digito ou v­rgula na posi§£o %" "d (pr³ximo a '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: formato invalido. V­rgula solta na posi§£o %d." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "A CPU %d f­sica n£o existe." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "mudar o nşmero de virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." msgstr "Mudar o nşmero da(s) CPUs virutuais no dom­nio do convidado." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "nşmero de CPUs virtuais" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Nşmero invĦlido de CPUs virtuais." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Excesso de CPUs virtuais." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "Mudar a aloca§£o de mem³ria" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "Mude a aloca§£o de mem³ria atual no dom­nio convidado." -#: src/virsh.c:1907 +#: src/virsh.c:1938 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:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "Valor invĦlido do %d tamanho da mem³ria" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "N£o foi poss­vel verificar o MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "mude o limite mĦximo de mem³ria" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "Mude o limite mĦximo de aloca§£o de mem³ria no dom­nio convidado." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "limite mĦximo de mem³ria em kilobytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Incapaz de verificar o tamanho atual do MemorySize" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Incapaz de diminuir o MemorySize atual" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Incapaz de mudar o MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "informa§£o do node" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Retorna a informa§£o bĦsica sobre o nodo." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "falha em obter a informa§£o do nodo" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "Modelo de CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "FreqĵŞncia da CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "socket(s) da CPU:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Nşcleo(s) por socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) por nşcleo:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "cİlula(s) NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Tamanho de mem³ria:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "capacidades" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Retorna as capacidades do hipervisor/driver." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "falha em obter as capacidades" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "informa§£o do dom­nio em XML." -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 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:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "id ou UUID do dom­nio" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 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:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "id ou nome do dom­nio" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "falha na obten§£o do UUID do dom­nio" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "migre o dom­nio para outro host" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "Migre o dom­nio para outro host. Adicione --live para live migration." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "live migration" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI da conex£o do host destino" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI da migra§£o, usualmente pode ser omitida" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migrate: falta o desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "autoinicia uma rede" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "Configura uma rede para ser iniciada automaticamente na partida" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "nome ou uuid da rede" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "falha na marca§£o da rede %s com auto-iniciada" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "falha em desmarcar a rede %s como auto-iniciada" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "A rede %s foi marcada como auto-iniciada\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "A rede %s foi marcada como auto-iniciada\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "cria uma rede a partir de uma arquivo XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Cria uma rede." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "arquivo contendo uma descri§£o XML de uma rede" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "Rede %s criada a partir de %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Falha ao criar uma rede a partir de %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Define uma rede." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "Rede %s definida a partir de %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Falha na defini§£o da rede a partir de %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "destr³i uma rede" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Destr³i uma rede dada." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "nome, id ou uuid da rede" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "A rede %s foi destru­da\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Falha na destrui§£o da rede %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "informa§£o da rede em XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "A sa­da da informa§£o da rede como descarga em XML para o stdout." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "lista as redes" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Retorna a lista das redes." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "lista as redes inativas" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "lista redes ativas & inativas" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Falhou ao listar as redes ativas" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Falhou ao listar as redes inativas" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Auto-iniciar" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "sem auto-iniciar" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "ativo" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inativo" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "converte um UUID de uma rede para um nome de rede" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid da rede" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "inicia uma (previamente definida) rede inativa" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Inicia uma rede." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "nome da rede inativa" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "Rede %s iniciada\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Falhou ao iniciar a rede %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "indefine uma rede inativa" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Indefine a configura§£o para uma rede inativa." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "A rede %s foi indefinida\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Falha ao indefinir a rede %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "converte um nome da rede em UUID da rede" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "nome da rede" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "falha na obten§£o do UUID da rede" -#: src/virsh.c:2779 +#: src/virsh.c:2815 msgid "autostart a pool" msgstr "auto-inicia um pool" -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "Configura um pool para ser iniciado automaticamente na partida." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" msgstr "nome ou uuid do pool" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "falha em marcar o pool %s como auto-iniciado" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "falha em desmarcar o pool %s como autoiniciado" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "O pool %s foi marcado como auto-iniciado\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Pool %s foi desmarcado como auto-inciado\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 msgid "create a pool from an XML file" msgstr "cria um pool a partir de um arquivo XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "Cria um pool." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "arquivo contendo uma descri§£o XML de um pool" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, c-format msgid "Pool %s created from %s\n" msgstr "O pool %s foi criado a partir de %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, c-format msgid "Failed to create pool from %s" msgstr "Falha ao criar o pool a partir de %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "cria um pool a partir de um conjunto de args" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "nome do pool" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "tipo do pool" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "hospedeiro-fonte para o armazenamento subjacente" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "caminho origem para o armazenamento subjacente" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "dispositivo fonte para armazenamento subjacente" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "alvo para o armazenamento subjacente" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" msgstr "falha na aloca§£o do buffer XML" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "O pool %s foi criado\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, c-format msgid "Failed to create pool %s" msgstr "Falhou ao criar o pool %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "Define um pool." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "O pool %s İ definido a partir de %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, c-format msgid "Failed to define pool from %s" msgstr "Falhou na defini§£o do pool a partir de %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "define um pool a partir de um conjunto de argumentos" -#: src/virsh.c:3027 +#: src/virsh.c:3064 #, fuzzy msgid "source name for underlying storage" msgstr "caminho origem para o armazenamento subjacente" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "O pool %s foi definido\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, c-format msgid "Failed to define pool %s" msgstr "Falhou na defini§£o do pool %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "constr³i um pool" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "Constr³i um dado pool." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "O pool %s foi constru­do\n" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, c-format msgid "Failed to build pool %s" msgstr "Falhou ao construir o pool %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "destr³i um pool" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "Destr³i um dado pool." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "O pool %s foi destru­do\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, c-format msgid "Failed to destroy pool %s" msgstr "Falhou em destruir o pool %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "apaga um pool" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "Apaga um dado pool." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, c-format msgid "Pool %s deleted\n" msgstr "O pool %s foi apagado\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, c-format msgid "Failed to delete pool %s" msgstr "Falhou ao destrui o pool %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "atualiza um pool" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "Atualiza um dado pool." -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "O pool %s foi atualizado\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, c-format msgid "Failed to refresh pool %s" msgstr "Falhou na atualiza§£o do pool %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 msgid "pool information in XML" msgstr "informa§£o sobre o pool em XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." msgstr "" "DĦ sa­da   informa§£o do pool como um arquivo de descarga XML para o stdout." -#: src/virsh.c:3311 +#: src/virsh.c:3348 msgid "list pools" msgstr "lista os pools" -#: src/virsh.c:3312 +#: src/virsh.c:3349 msgid "Returns list of pools." msgstr "Retorna a lista de pools." -#: src/virsh.c:3317 +#: src/virsh.c:3354 msgid "list inactive pools" msgstr "lista os pools inativos" -#: src/virsh.c:3318 +#: src/virsh.c:3355 msgid "list inactive & active pools" msgstr "lista os pools ativos & inativos" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" msgstr "Falha ao listar os pools ativos" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" msgstr "Falha ao listar os pools inativos" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "ponteiro para o pool de armazenamento invĦlido em %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "grande quantidade de pools de amazenamento recebida" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "fora da mem³ria" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Falhou na defini§£o do pool %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "grande quantidade de pools de amazenamento recebida" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 msgid "storage pool information" msgstr "informa§£o sobre o pool de armazenamento" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "Retorna a informa§£o bĦsica sobre o pool de armazenamento." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "construindo" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "executando" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "degradado" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "Capacidade:" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "Aloca§£o:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "Dispon­vel:" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "converte a UUID de um pool em um nome de pool" -#: src/virsh.c:3669 +#: src/virsh.c:3706 msgid "pool uuid" msgstr "uuid de um pool" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "inicia um (previamente definido) pool inativo" -#: src/virsh.c:3696 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "Inicia um pool." -#: src/virsh.c:3701 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "nome do pool inativo" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "O pool %s foi iniciado\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, c-format msgid "Failed to start pool %s" msgstr "Falha ao iniciar o pool %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 msgid "create a volume from a set of args" msgstr "cria um volume a partir de um conjunto de args" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "Cria um vol." -#: src/virsh.c:3741 +#: src/virsh.c:3778 msgid "name of the volume" msgstr "nome do volume" -#: src/virsh.c:3742 +#: src/virsh.c:3779 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:3743 +#: src/virsh.c:3780 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:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "tipo de formato de arquivo raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "Tamanho mal formado %s" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" msgstr "Vol %s foi criado\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, c-format msgid "Failed to create vol %s" msgstr "Falha na cria§£odo vol %s" -#: src/virsh.c:3856 +#: src/virsh.c:3893 msgid "undefine an inactive pool" msgstr "indefine um pool inativo" -#: src/virsh.c:3857 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "Indefine a configura§£o para um pool inativo." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "O pool %s foi indefinido\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, c-format msgid "Failed to undefine pool %s" msgstr "Falha ao indefinir o pool %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "converte o nome de um pool em UUID de um pool" -#: src/virsh.c:3920 +#: src/virsh.c:3957 msgid "failed to get pool UUID" msgstr "falha ao obter o UUID do pool" -#: src/virsh.c:3933 +#: src/virsh.c:3970 msgid "create a vol from an XML file" msgstr "cria um volume a partir de um arquivo XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 msgid "file containing an XML vol description" msgstr "arquivocontendo uma descri§£o XML de um vol" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, c-format msgid "Vol %s created from %s\n" msgstr "Vol %s foi criado a partir de %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, c-format msgid "Failed to create vol from %s" msgstr "Falhou na cria§£o de um volume a partir de %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "apaga um vol" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "Apaga um dado vol." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "vol name, key ou path" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, c-format msgid "Vol %s deleted\n" msgstr "o vol %s foi apagado\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, c-format msgid "Failed to delete vol %s" msgstr "Falhou ao apagar o vol %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 msgid "storage vol information" msgstr "informa§£o do vol de armazenamento" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "Retorna a informa§£o bĦsica sobre o vol de armazenamento." -#: src/virsh.c:4063 +#: src/virsh.c:4100 msgid "Type:" msgstr "Tipo:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "arquivo" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" msgstr "bloco" -#: src/virsh.c:4086 +#: src/virsh.c:4123 msgid "vol information in XML" msgstr "informa§£o do vol em XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." msgstr "" "Sa­da da informa§£o do vol como um arquivo de descarga XML para o stdout." -#: src/virsh.c:4128 +#: src/virsh.c:4165 msgid "list vols" msgstr "lista os volumes" -#: src/virsh.c:4129 +#: src/virsh.c:4166 msgid "Returns list of vols by pool." msgstr "Retorna a lista de volumes por pool." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" msgstr "Falhou ao listar os vols ativos" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "Caminho" -#: src/virsh.c:4207 +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "converte um UUID de um volume em nome de volume" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "chave do vol ou caminho" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "converte uma UUID de um volume para a chave de um volume" -#: src/virsh.c:4245 +#: src/virsh.c:4282 msgid "vol uuid" msgstr "vol uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 msgid "convert a vol UUID to vol path" msgstr "converte o UUID de um vol para o caminho do vol" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "nome ou chave do vol" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "mostra a vers£o" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Apresenta a informa§£o sobre a vers£o do sistema." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "falha na obten§£o do tipo de hipervisor" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compilado contra a biblioteca: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "falha na obten§£o da vers£o da biblioteca" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Usando a biblioteca: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Usando a API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "falha na obten§£o da vers£o do hipervisor" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "N£o foi poss­vel extrair a vers£o do hipervisor %s em execu§£o\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Hipervisor em execu§£o: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "N£o hĦ suporte para o NUMA neste host" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "capacidades" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Falha em conectar com o hipervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Falha em listar os dom­nios inativos" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "" +"Sa­da da informa§£o do vol como um arquivo de descarga XML para o stdout." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "dispositivo" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "imprime o hostname do hipervisor" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "falha na obten§£o do hostname" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "imprime a forma can´nica do URI do hipervisor" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "falha na obten§£o do URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc display" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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 o VNC display." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "console tty" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "DĦ sa­da ao dispositivo para o console TTY." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "acopla um dispositivo a partir de um arquivo XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Acopla um dispositivo a partir de um XML ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "arquivo XML " -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "attach-device: Falta a op§£o do " -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Falha em acoplar o dispositivo a partir de %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "desacopla o dispositivo a partir de um arquivo XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Desacopla um dispositivo a partir de um XML" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "detach-device: Falta a op§£o " -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Falha ao desacoplar o dispositivo a partir de %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "acopla uma interface de rede" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Acopla uma nova interface de rede." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "tipo de interface de rede" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "fonte da interface de rede" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "alvo do nome da interface de rede" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "endere§o MAC" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "script usado para fazer a ponte da interface de rede" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "N£o hĦ suporte %s para o comando 'atach-interface'" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "desacopla a interface de rede" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Desacopla a interface de rede." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Falha na obten§£o da informa§£o da interface" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "N£o foi encontrada interface cujo tipo İ %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "N£o foi encontrada interface cujo endere§o MAC İ %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Falha na aloca§£o de mem³ria" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Falha na cria§£o do XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "acopla o dispositivo de disco" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Acopla um novo disposistivo de disco." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "fonte do dispositivo de disco" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "alvo para o dispositivo de disco" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "driver do dispositivo de disco" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "subdriver do dispositivo de disco" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "tipo do dispositivo alvo" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "modo de leitura e escrita do dispositivo" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "N£o hĦ suporte %s para o comando 'attach-disk'" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "desacopla o dispositivo de disco" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Desacopla o dispositivo de disco." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Falha na obten§£o da informa§£o do disco" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "N£o foi encontrado o disco cujo alvo İ %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "falha na aloca§£o de mem³ria para a init string: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: falhou ao escrever no arquivo de log: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: falhou ao escrever no arquivo de log: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: falhou ao escrever no arquivo de log: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Falha na cria§£o de dom­nio inativo %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "o comando lvs falhou" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, fuzzy, c-format msgid "%s: command exited with non-zero status" msgstr "o comando lvs falhou com status de sa­da %d" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: falhou ao escrever no arquivo de log: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Indefine a configura§£o para um dom­nio inativo." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Indefine a configura§£o para um dom­nio inativo." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "falhou ao ler o arquivo de configura§£o " -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Indefine a configura§£o para uma rede inativa." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Indefine a configura§£o para uma rede inativa." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Indefine a configura§£o para um pool inativo." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Indefine a configura§£o para um pool inativo." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "sai deste terminal interativo" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "o comando '%s' reequer a op§£o <%s> " -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "o comando '%s' requer a op§£o --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "o comando '%s' n£o existe" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr "NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -5916,7 +6425,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -5924,7 +6433,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -5932,53 +6441,53 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nome ou id do dom­nio indefinido" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "falha na obten§£o do dom­nio '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nome da rede indefinido" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "falha na obten§£o da rede '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" msgstr "nome do pool indefinido" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, c-format msgid "failed to get pool '%s'" msgstr "falha na obten§£o do pool '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 msgid "undefined vol name" msgstr "nome do vol indefinido" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, c-format msgid "failed to get vol '%s'" msgstr "falha na obten§£o do vol '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -5989,130 +6498,130 @@ msgstr "" "(Tempo: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "falta \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "token inesperado (nome do comando): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "comando desconhecido: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "o comando '%s' n£o dĦ suporte   op§£o --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "sintaxe esperada: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nşmero" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "dado inesperado '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "arquivo" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pausado" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "em encerramento" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "fechado" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "falhou" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "fora de linha" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "n£o hĦ conex£o vĦlida" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: erro: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "erro:" -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: falhou em alocar %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: falhou em alocar %lu bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "falhou ao conectar com o hipervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "falhou ao obter a informa§£o sobre o arquivo de log" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "o caminho do log n£o İ um arquivo" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" "falhou ao abrir o arquivo de log. verifique o caminho do arquivo de log" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "falhou ao escrever no arquivo de log" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: falhou ao escrever no arquivo de log: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "falhou em desconectar com o hipervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6145,7 +6654,7 @@ msgstr "" "\n" " comandos (modo n£o interativo):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6155,12 +6664,12 @@ msgstr "" " (ajuda espec­fica para detalhas sobre ocomando)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "op§£o sem suporte '-%c'. Veja --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6169,7 +6678,7 @@ msgstr "" "Bem vindo ao %s, terminal interativo de virtualiza§£o.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6187,619 +6696,685 @@ msgstr "aviso" msgid "error" msgstr "erro" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "N£o foi fornecida mensagem de erro" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "erro interno %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "erro interno" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "esta fun§£o n£o tem suporte pelo hipervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "esta fun§£o n£o tem suporte pelo hipervisor: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "n£o foi poss­vel conectar ao hipervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "n£o foi poss­vel conectar com %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ponteiro de conex£o invĦlido em" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "ponteiro de conex£o invĦlido em %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ponteiro do dom­nio invĦlido em" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "ponteiro do dom­nio invĦlido em %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "argumento invĦlido em" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "argumento invĦlido em %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "falhou a opera§£o: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "a opera§£o falhou" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "opera§£o GET falhou: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "a opera§£o GET falhou" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "a opera§£o POST falhou: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "a opera§£o POST falhou" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "foi obtido um erro HTTP de c³digo desconhecido %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "hospedeiro desconhecido %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "hospedeiro desconhecido" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "falha em serializar S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "falha em serializar S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "n£o foi poss­vel utilizar a entrada do hipervisor Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "n£o foi poss­vel utilizar a entrada do hipervisor Xen %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "n£o foi poss­vel conectar com a armazenagem do Xen" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "n£o foi poss­vel conectar com a armazenagem do Xen %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall falhou %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "tipo de SO desconhecido" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "tipo de SO desconhecido %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "falta a informa§£o sobre o kernel" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "falta a informa§£o sobre o dispositivo raiz" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "falta a informa§£o sobre o dispositivo raiz em %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "falta a informa§£o sobre a fonte do dispositivo" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "falta a informa§£o sobre a fonte do dispositivo %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "falta a informa§£o sobre o alvo para o dispositivo" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "falta a informa§£o sobre o alvo para o dispositivo %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "falta a informa§£o sobre o nome do dom­nio" -#: src/virterror.c:552 +#: src/virterror.c:560 #, 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:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "falta a informa§£o sobre o sistema operacional" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "falta a informa§£o sobre o sistema operacional em %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "falta informa§£o sobre os dispositivos" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "falta informa§£o sobre os dispositivos para %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "quantidade excessiva de drivers registrados" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "quantidade excessiva de drivers registrados em %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "falha na chamada   biblioteca, possivelmente n£o hĦ suporte" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "falha na chamada   biblioteca %s , possivelmente n£o hĦ suporte" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "a descri§£o XML n£o İ bem formada ou İ invĦlida" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "este dom­nio jĦ existe" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "este dom­nio %s jĦ existe" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "opera§£o proibida para acesso no modo somente leitura" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "opera§£o %s proibida para acesso no modo somente leitura" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "falhou ao abrir o arquivo de configura§£o para leitura" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "falhou ao abrir %s para leitura" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "falhou ao ler o arquivo de configura§£o " -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "falhou ao ler o arquivo de configura§£o %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "falhou ao analisar o arquivo de configura§£o " -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "falhou ao analisar o arquivo de configura§£o %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "erro de sintaxe no arquivo de configura§£o" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "erro de sintaxe no arquivo de configura§£o: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "falhou ao escrever no arquivo de configura§£o" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "falhou ao escrever no arquivo de configura§£o: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "erro do analisador" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "ponteiro para rede invĦlido em" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "ponteiro para rede invĦlido em %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "esta rede jĦ existe" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "rede %s jĦ existente" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "erro de chamada do sistema" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "erro de RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "erro de chamada do GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Falha em encontrar a rede" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Falha em encontrar a rede: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Dom­nio n£o encontrado" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Dom­nio n£o encontrado: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "Rede n£o encontrada" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "Rede n£o encontrada: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "endere§o MAC invĦlido" -#: src/virterror.c:684 +#: src/virterror.c:692 #, c-format msgid "invalid MAC address: %s" msgstr "endere§o MAC invĦlido: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "falha de autentica§£o" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "falha de autentica§£o: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 msgid "Storage pool not found" msgstr "Pool de armazenamento n£o encontrado" -#: src/virterror.c:696 +#: src/virterror.c:704 #, c-format msgid "Storage pool not found: %s" msgstr "Pool de armazenamento n£o encontrado: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 msgid "Storage volume not found" msgstr "Volume de armazenamento n£o encontrado" -#: src/virterror.c:702 +#: src/virterror.c:710 #, c-format msgid "Storage volume not found: %s" msgstr "Volume de armazenamento n£o encontrado: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 msgid "invalid storage pool pointer in" msgstr "ponteiro para o pool de armazenamento invĦlido em" -#: src/virterror.c:708 +#: src/virterror.c:716 #, c-format msgid "invalid storage pool pointer in %s" msgstr "ponteiro para o pool de armazenamento invĦlido em %s" -#: src/virterror.c:712 +#: src/virterror.c:720 msgid "invalid storage volume pointer in" msgstr "ponteiro para o volume de armazenamento invĦlido em" -#: src/virterror.c:714 +#: src/virterror.c:722 #, c-format msgid "invalid storage volume pointer in %s" msgstr "ponteiro para o volume de armazenamento invĦlido em %s" -#: src/virterror.c:718 +#: src/virterror.c:726 msgid "Failed to find a storage driver" msgstr "Falha em encontar um driver de armazenamento" -#: src/virterror.c:720 +#: src/virterror.c:728 #, c-format msgid "Failed to find a storage driver: %s" msgstr "Falha em encontar um driver de armazenamento: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Falha em encontar um driver de armazenamento" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Falha em encontar um driver de armazenamento: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ponteiro para o volume de armazenamento invĦlido em" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "ponteiro do dom­nio invĦlido em %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "dispositivo n£o encontrado: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "dispositivo n£o encontrado: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "alocando o dom­nio" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "Erro ao analisar o network config '%s' : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "falha na aloca§£o de mem³ria para %s config list" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "Erro ao analisar o network config '%s' : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" "O par˘metro dos pesos do Credit scheduler (%d) estĦ fora da faixa (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "O par˘metro do Credit scheduler cap (%d) estĦ fora da faixa (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "alocando %d info do dom­nio" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 msgid "failed to create a socket" msgstr "falha em criar um socket" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 msgid "failed to connect to xend" msgstr "falha em conectar com xend" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "falha em ler a partir do Daemon do Xen" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, c-format msgid "xend_get: error from xen daemon: %s" msgstr "xend_get: erro do xen daemon: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "xend_post: erro do xen daemon: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "aloca um novo buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, c-format msgid "gethostbyname failed: %s" msgstr "gethotbyname falhou: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "falha em codificar a url do S-Expr criado" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "informa§£o do dom­nio incompleta, falta o domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "informa§£o do dom­nio incorreta, domid n£o İ numİrico" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "informa§£o do dom­nio incompleta, falta o uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "informa§£o do dom­nio incompleta, falta o nome" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" msgstr "informa§£o do dom­nio incompleta, falta carregador do HVM" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "informa§£o do dom­nio incompleta, falta o kernel & bootloader" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 msgid "Unknown char device type" msgstr "tipo de dispositivo de caracter desconhecido" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "string do dispositivo de caracter malformada" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "n£o hĦ mem³ria para o char device config" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "tipo de dispositivo de caracter desconhecido" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "informa§£o do dom­nio incompleta, o vbd n£o tem dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "informa§£o do dom­nio incompleta, o vbd n£o tem src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" "n£o foi poss­vel analisar o nome do arquivo vbd, falta o nome do driver" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 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:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "endere§o MAC invĦlido: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "node dict inesperado" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "auth type desconhecido '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "informa§£o do dom­nio incompleta, falta a id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tipo de SO desconhecido %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "falha em analisar a informa§£o sobre a topologia" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "erro de sintaxe da topologia" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "falha em analisar a informa§£o do dom­nio do Xend " -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName falhou em achar este dom­nio" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Falhou ao construir o pool %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "N£o hĦ suporte para o tipo de dispositivo de entrada %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "xenDaemonGetAutostart falhou em achar este dom­nio" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "xenDaemonSetAutostart falhou em achar este dom­nio" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" msgstr "valor de retorno inesperado do on_xend_start" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 msgid "no memory" msgstr "n£o hĦ mem³ria" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 msgid "sexpr2string failed" msgstr "sexpr2string falhou" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" msgstr "Falha na defini§£o do sexpr" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "on_xend_start n£o estĦ presente em sexpr" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, c-format msgid "gethostname failed: %s" msgstr "a opera§£o gedthostname: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, c-format msgid "failed to strdup hostname: %s" msgstr "falha em strdup hostname: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6807,7 +7382,7 @@ msgstr "" "xenDaemonDomainMigrate: Xen n£o dĦ suporte   renomea§£o de dom­nios durante " "a migra§£o" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6815,225 +7390,246 @@ msgstr "" "xenDaemonDomainMigrate: Xen n£o dĦ suporte aos limites de banda durante a " "migra§£o" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: n£o hĦ suporte para a flag" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: URI invĦlida" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "xenDaemonDomainMigrate: apenas migra§µes xenmigr:// tŞm suporte no Xen" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate: um hostname deve ser especificado na URI" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "falhou o strdup" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: nşmero de porta invĦlido" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 msgid "failed to parse domain description" msgstr "falha na anĦlise da descri§£o do dom­nio" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Falha na cria§£o de dom­nio inativo %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "n£o tem suporte a xendConfigVersion < 4" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" msgstr "informa§£o do nodo incompleta, falta o nome do escalonador" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" msgstr "Escalonador desconhecido" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" msgstr "Falha em obter um nome do escalonador" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" msgstr "informa§£o do dom­nio incompleta, falta o cpu_weight" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" msgstr "informa§£o do dom­nio incompleta, falta cpu_cap" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "domainBlockPeek n£o tem suporte for dom0" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, c-format msgid "%s: invalid path" msgstr "%s: caminho invĦlido" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, c-format msgid "failed to open for reading: %s: %s" msgstr "falhou em abrir para leitura: %s: %s" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "falha na lseek ou read o arquivo: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "tipo de dom­nio n£o esperado %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "tipo mime inesperado" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "tipo do volume de armazenamento %d n£o suportado" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "valor do nodo inesperado" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "n£o hĦ carregador de dom­nio HVM" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "n£o hĦ suporte para o ai_socktype" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "mĦ forma§£o do UUID no arquivo de configura§£o" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, fuzzy, c-format msgid "config value %s was missing" msgstr "falta o par˘metro de configura§£o do nome " -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "n£o foi poss­vel iniciar o arquivo '%s': %s " + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "xenXMConfigCacheRefresh: virHashAddEntry" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "valor de retorno inesperado do on_xend_start" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "valor de retorno inesperado do on_xend_start" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "valor de retorno inesperado do on_xend_start" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "conex£o do tipo somente leitura" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 msgid "not inactive domain" msgstr "dom­nio n£o inativo" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "virHashLookup" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" msgstr "n£o foi poss­vel recuperar o config file para o dom­nio" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "node dict inesperado" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" "n£o foi poss­vel recuperar o config filename para o dom­nio para sobre-" "escrevŞ-lo" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" "n£o foi poss­vel recuperar a entrada para o dom­nio para sobre-escrevŞ-la" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" msgstr "falhou ao remover o antigo dom­nio do config map" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "o nome do arquivo config İ muito grande" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "config" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 msgid "unable to get current time" msgstr "n£o p´de obter a hora atual" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" msgstr "incapaz de armazenar o manipulador do arquivo config" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" msgstr "dispositivo desconhecido" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Falha em apagar o link de autostart '%s': %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "falha na cria§£o do arquivo de log %s: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "falha na cria§£o do arquivo de log %s: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "Par˘metro invĦlido para virXPathString()" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "Par˘metro invĦlido para virXPathNumber()" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "Par˘metro invĦlido para o virXPathBoolean()" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "Par˘metro invĦlido para virXPathNode()" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "Par˘metro invĦlido para virXPathNodeSet()" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "aloca o string array" #: src/xmlrpc.c:53 @@ -7076,6 +7672,10 @@ msgstr "aloca resposta" msgid "read response" msgstr "lŞ a resposta" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "aloca o string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "falha na anĦlise da resposta do servidor" @@ -7084,10 +7684,49 @@ msgstr "falha na anĦlise da resposta do servidor" msgid "allocate new context" msgstr "aloca novo contexto" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "falha em conectar com o Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "Falha em listar os dom­nios ativos" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "falha em alocar espa§o para o ostype" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "o pool jĦ estĦ ativo" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "alocando o dom­nio" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "falha na aloca§£o de um n³" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "Sinal recebido %d, despachando para os drivers" + +#~ msgid "allocating conn->name" +#~ msgstr "allocating conn->name" + #~ msgid "missing filesystem type" #~ msgstr "tipo do fisesystem n£o encontrado" @@ -7103,9 +7742,6 @@ msgstr "falha em conectar com o Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "falha em gerar o uuid" -#~ msgid "invalid uuid element" -#~ msgstr "elemento do uuid invĦlido " - #~ msgid "invalid or missing init element" #~ msgstr "elemento do init invĦlido ou faltando" @@ -7198,9 +7834,6 @@ msgstr "falha em conectar com o Xen Store" #~ msgid "VPS ID Error (must be an integer greater than 100" #~ msgstr "Erro no VPS ID (deve ser um inteiro maior do que 100" -#~ msgid "Failed to generate UUID" -#~ msgstr "Houve falha ao gerar o UUID" - #~ msgid "No IP address in the given xml config file '%s'" #~ msgstr "N£o existe endere§o IP no arquivo xml de configura§£o '%s' dado" @@ -7245,9 +7878,6 @@ msgstr "falha em conectar com o Xen Store" #~ msgid "calloc failed" #~ msgstr "falha no calloc" -#~ msgid "no domain with matching name" -#~ msgstr "nenhum dom­nio com nome compat­vel" - #~ msgid "Error in parsing Options to OPENVZ" #~ msgstr "Erro ao analisar Op§µes para o OPENVZ" @@ -7374,9 +8004,6 @@ msgstr "falha em conectar com o Xen Store" #~ msgstr "" #~ "Falha no carregamento do arquivo QEMU guest config '%s': fora da mem³ria" -#~ msgid "Error parsing network config '%s' : %s" -#~ msgstr "Erro ao analisar o network config '%s' : %s" - #~ msgid "Failed to load network config '%s': out of memory" #~ msgstr "" #~ "Falha ao carregar o network config '%s': fora dos limites da mem³ria" @@ -7403,30 +8030,39 @@ msgstr "falha em conectar com o Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "falha em ajustar o STP da ponte para %s" -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Falha em apagar o link de autostart '%s': %s" - #~ msgid "CDROM not attached, cannot change media" #~ msgstr "O CDROM n£o foi associado, n£o foi poss­vel trocar a m­dia" -#~ msgid "allocating priv->hostname" -#~ msgstr "alocando priv->hostname" - #~ msgid "uri params" #~ msgstr "uri params" +#~ msgid "unknown storage backend type %s" +#~ msgstr "tipo de de armazenamento do backend %s desconhecido" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "İ desconhecido o tipo de armazenamento de backend %d " + +#~ msgid "unsupported pool format %s" +#~ msgstr "sem suporte para o formato do pool %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "n£o hĦ suporte para o formato do volume %s" + #~ msgid "Disk pools are not yet supported" #~ msgstr "N£o hĦ suporte para os pools de disco" +#~ msgid "volume name" +#~ msgstr "nome do volume" + +#~ msgid "volume key" +#~ msgstr "chave do volume" + #~ msgid "malformed xml document" #~ msgstr "documento xml mal formado" #~ msgid "domain" #~ msgstr "dom­nio" -#~ msgid "domain name" -#~ msgstr "nome do dom­nio" - #~ msgid "domain uuid" #~ msgstr "uuid do dom­nio" @@ -7469,6 +8105,24 @@ msgstr "falha em conectar com o Xen Store" #~ msgid "too many domains" #~ msgstr "dom­nios em excesso" +#~ msgid "cannot save domain" +#~ msgstr "n£o foi poss­vel salvar o dom­nio" + +#~ msgid "cannot write header" +#~ msgstr "n£o pode ser escrito o cabe§alho " + +#~ msgid "cannot write metadata length" +#~ msgstr "n£o pode ser escrito o comprimento do metadata" + +#~ msgid "cannot write metadata" +#~ msgstr "n£o pode ser escrito o metadata" + +#~ msgid "cannot save domain data" +#~ msgstr "os dados do dom­nio n£o puderam ser salvos" + +#~ msgid "cannot save domain core" +#~ msgstr "o nşcleo do dom­nio n£o pode ser salvo" + #~ msgid "too many networks" #~ msgstr "quantidade excessiva de redes" diff --git a/po/ro.po b/po/ro.po index b0f327a746..0a900de28d 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/ru.po b/po/ru.po index 84096a3da5..84ae98b207 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,3 +1,4 @@ +# translation of libvirt.HEAD.ru.po to # translation of ru.po to # translation of ru.po to # translation of ru.po to @@ -7,777 +8,806 @@ # translation of ru.po to # translation of ru.po to # translation of ru.po to -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. -# Yulia Poyarkova , 2006. # +# Yulia Poyarkova , 2006. +# Yulia Poyarkova , 2008. msgid "" msgstr "" -"Project-Id-Version: ru\n" +"Project-Id-Version: libvirt.HEAD.ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-05-02 08:00+0300\n" -"Last-Translator: \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-17 15:08+1100\n" +"Last-Translator: Yulia Poyarkova \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.9.1\n" +"X-Generator: KBabel 1.11.4\n" + +#: gnulib/lib/gai_strerror.c:41 +msgid "Address family for hostname not supported" +msgstr "°ħр °´Ñ€µÑ² ´ğя ¸ĵµ½¸ у·ğ° ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "’Ñ€µĵµ½½Ñ‹ı сħı żÑ€¸ р°·Ñ€µÑˆµ½¸¸ ¸ĵµ½¸" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "µ´żÑƒÑÑ‚¸ĵµ ·½°Ñ‡µ½¸µ ´ğя ai_flags" #: gnulib/lib/gai_strerror.c:44 -msgid "Address family for hostname not supported" -msgstr "" +msgid "Non-recoverable failure in name resolution" +msgstr "šÑ€¸Ñ‚¸Ñ‡µÑş°Ñ żÑ€ħğµĵ° żÑ€¸ р°·Ñ€µÑˆµ½¸¸ ¸ĵµ½¸" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "žÑˆ¸ħş° żÑ€¸ ²Ñ‹´µğµ½¸¸ ż°ĵят¸" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "Ħ эт¸ĵ ¸ĵµ½µĵ у·ğ° ½µ с²Ñ·°½Ñ‹ °´Ñ€µÑ°" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "ш¸ħş° ħр°Ñ‰µ½¸Ñ ş ħ¸ħğ¸Ñ‚µşµ, ²·ĵĥ½ ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" +msgid "Name or service not known" +msgstr "µ¸·²µÑÑ‚½µ ¸ĵя ¸ğ¸ сğуĥħ°" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "¸·ĵµ½¸Ñ‚ÑŒ ²Ñ‹´µğµ½¸µ ż°ĵят¸" +msgid "Servname not supported for ai_socktype" +msgstr "ai_socktype ½µ ż´´µÑ€ĥ¸²°µÑ‚ ¸ĵя сµÑ€²µÑ€° " #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "Ħ¸ÑÑ‚µĵ½°Ñ ш¸ħş°" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "‘уфµÑ€ °Ñ€³Ñƒĵµ½Ñ‚² сğ¸Ñˆşĵ ĵ°ğ" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "ш¸ħş° с¸ÑÑ‚µĵ½³ ²Ñ‹·²°" +msgid "Processing request in progress" +msgstr "’Ñ‹żğ½ÑµÑ‚ся ħр°ħтş° ·°żÑ€Ñ°..." #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "—°żÑ€Ñ тĵµ½µ½" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "—°żÑ€Ñ ½µ тĵµ½µ½" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "žħр°ħтş° ²ÑµÑ… ·°żÑ€Ñ² ·°²µÑ€Ñˆµ½°" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "ŸÑ€µÑ€²°½ с¸³½°ğĵ" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "µ²µÑ€½µ ş´¸Ñ€²°½¸µ стрş¸ ż°Ñ€°ĵµÑ‚Ñ€²" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ" +msgstr "µ¸·²µÑÑ‚½°Ñ ш¸ħş°" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "µ у´°µÑ‚ÑÑ żğуч¸Ñ‚ÑŒ ´ÑÑ‚уż ş %s '%s': %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ ф°ığ° ż¸Ñ°½¸Ñ %s" +msgstr "žÑˆ¸ħş° чтµ½¸Ñ ş°½°ğ° с¸³½°ğ²: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "ŸµÑ€µ·°³Ñ€Ñƒ·ş° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ żÑ€¸ SIGHUP" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "²Ñ‹´µğµ½¸µ сµÑ‚¸" +msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ·°³Ñ€Ñƒ·şµ ´Ñ€°ı²µÑ€²" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "—°²µÑ€Ñˆµ½¸µ р°ħты ż с¸³½°ğу %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ ·½°Ñ‡µ½¸ı" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "µ у´°ğсь уст°½²¸Ñ‚ÑŒ Ñ„ğ°³ Ñ„°ığ²³ ´µÑşÑ€¸żÑ‚Ñ€° close-on-exec" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "µ у´°ğсь уст°½²¸Ñ‚ÑŒ Ñ„ğ°³ Ñ„°ığ²³ ´µÑşÑ€¸żÑ‚Ñ€° non-blocking" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь тşÑ€Ñ‹Ñ‚ÑŒ ф°ığ pid '%s' : %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "žÑˆ¸ħş° żÑ€¸ żżÑ‹Ñ‚şµ ²Ñ‹żğ½µ½¸Ñ fdopen ´ğя ф°ığ° PID '%s' : %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь ²Ñ‹żğ½¸Ñ‚ÑŒ ·°ż¸ÑÑŒ ² ф°ığ PID '%s' : %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь ·°şÑ€Ñ‹Ñ‚ÑŒ ф°ığ PID '%s' : %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ż°ĵять ´ğя р³°½¸·°Ñ†¸¸ qemud_socket" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ сşµÑ‚: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь żÑ€¸²Ñ·°Ñ‚ÑŒ сşµÑ‚ ş '%s': %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ żÑ€Ñğуш¸²°Ñ‚ÑŒ ²Ñ…´ÑÑ‰¸µ ż´şğючµ½¸Ñ ½° '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ ħр°Ñ‚½Ñ‹ı ²Ñ‹·² сħыт¸ı сµÑ€²µÑ€°" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "сşµÑ‚: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "żÑ€¸²Ñ·ş°: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "żÑ€Ñğуш¸²°Ñ‚ÑŒ: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" +msgstr "µ ½°ı´µ½° ·°ż¸ÑÑŒ żğь·²°Ñ‚µğя ´ğя uid '%d': %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "”𸽰 żğучµ½½³ żÑƒÑ‚¸ сğ¸Ñˆşĵ ²µğ¸ş° ´ğя ħуфµÑ€° ² qemudInitPaths()" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ struct qemud_server" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" +msgstr "µ у´°ğсь ¸½¸Ñ†¸ğ¸·¸Ñ€²°Ñ‚ÑŒ °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸ÑŽ SASL %s" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "žÑˆ¸ħş° ż´şğючµ½¸Ñ ş ³¸żµÑ€²¸·Ñ€Ñƒ" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" +"µ у´°ğсь ż´şğюч¸Ñ‚ься ş с¸ÑÑ‚µĵ½ı ш¸½µ ´ğя ²Ñ‹żğ½µ½¸Ñ °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸¸ " +"PolicyKit %s" #: qemud/qemud.c:955 +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" + +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: сħı: DN şğ¸µ½Ñ‚° -- %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: żÑ€²µÑ€ş° ½µ у´°ğ°ÑÑŒ: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸µ½Ñ‚° ½µ я²ğяµÑ‚ся ´²µÑ€µ½½Ñ‹ĵ." + +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +msgstr "remoteCheckCertificate: ¸·´°Ñ‚µğь сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° şğ¸µ½Ñ‚° ½µ¸·²µÑÑ‚µ½." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸µ½Ñ‚° °½½Ñƒğ¸Ñ€²°½." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸µ½Ñ‚° ¸Ñżğь·ÑƒµÑ‚ ½µħµ·ż°Ñ½Ñ‹ı °ğ³Ñ€¸Ñ‚ĵ." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: т¸ż сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° ½µ я²ğяµÑ‚ся X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: ½µÑ‚ у·ğ²" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: сħı gnutls_x509_crt_init" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: срş ´µıст²¸Ñ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° ¸ÑÑ‚µş" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸µ½Ñ‚° ½µ ħÑ‹ğ °şÑ‚¸²¸Ñ€²°½" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: £½¸ş°ğь½µ ¸ĵя şğ¸µ½Ñ‚° ½µ ½°ı´µ½ ² сż¸Ñşµ " +"р°·Ñ€µÑˆµ½½Ñ‹Ñ… şğ¸µ½Ñ‚² (tls_allowed_dn_list). ’Ñ‹żğ½¸Ñ‚µ şĵ°½´Ñƒ openssl x509 -" +"in clientcert.pem -text ´ğя żÑ€Ñĵтр° żğя Distinguished Name ² сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚µ " +"şğ¸µ½Ñ‚° ¸ğ¸ ĥµ żÑ€ÑÑ‚ ·°żÑƒÑÑ‚¸Ñ‚µ этт ´µĵ½ с şğючĵ --verbose." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" +"remoteCheckCertificate: ½µ у´°ğсь ż´Ñ‚²µÑ€´¸Ñ‚ÑŒ ż´ğ¸½½ÑÑ‚ÑŒ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° " +"şğ¸µ½Ñ‚°" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: уст°½²ğµ½ Ñ„ğ°³ tls_no_verify_certificate, żÑÑ‚ĵу " +"½µ²µÑ€½Ñ‹µ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚Ñ‹ ħу´ÑƒÑ‚ ¸³½Ñ€¸Ñ€²°Ñ‚ься" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "µ у´°ğсь ż´²µÑ€´¸Ñ‚ÑŒ ż´ğ¸½½ÑÑ‚ÑŒ учµÑ‚½Ñ‹Ñ… ´°½½Ñ‹Ñ… şğ¸µ½Ñ‚°: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° сµÑ‚¸ %s" +msgstr "µ у´°µÑ‚ÑÑ żÑ€¸½ÑÑ‚ÑŒ сµ´¸½µ½¸µ: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "žÑ‚şğюч¸Ñ‚µ °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸ÑŽ polkit ´ğя żÑ€¸²¸ğµ³¸Ñ€²°½½³ şğ¸µ½Ñ‚° %d" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "žÑˆ¸ħş° ´µıст²¸Ñ GET: %s" +msgstr "Ħħı ¸½¸Ñ†¸°ğ¸·°Ñ†¸¸ TLS: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "žħр°ħтч¸ş с¸³½°ğ² ·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°ğ %d ш¸ħş. ŸÑğµ´½ÑÑ ш¸ħş°: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ż°ĵять ´ğя сż¸Ñş° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ż°ĵять ´ğя ·½°Ñ‡µ½¸Ñ сż¸Ñş° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" +"remoteReadConfigFile: %s: %s: ´ğĥµ½ żÑ€µ´ÑÑ‚°²ğять сħı стрşÑƒ ¸ğ¸ ½°ħр " +"стрş\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" +"remoteReadConfigFile: %s: %s: ½µ²µÑ€½Ñ‹ı т¸ż: żğучµ½ %s; ĥ¸´°µÑ‚ся %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 +#, c-format +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: %s ½µ ż´´µÑ€ĥ¸²°µÑ‚ся\n" + +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" -msgstr "" +msgstr "µ у´°µÑ‚ÑÑ żÑ€µ´µğ¸Ñ‚ÑŒ ³Ñ€ÑƒżżÑƒ ² рµĥ¸ĵµ ½µ-root" -#: qemud/qemud.c:1961 -#, fuzzy, c-format +#: qemud/qemud.c:2046 +#, c-format msgid "Failed to lookup group '%s'" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ ½°ıт¸ ³Ñ€ÑƒżżÑƒ '%s'" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format msgid "Failed to parse mode '%s'" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь ħр°ħт°Ñ‚ÑŒ рµĥ¸ĵ '%s'" -#: qemud/qemud.c:2158 -#, fuzzy, c-format +#: qemud/qemud.c:2243 +#, c-format msgid "Failed to fork as daemon: %s" -msgstr "žÑˆ¸ħş° ²·ħ½²ğµ½¸Ñ р°ħты ´ĵµ½° %s" +msgstr "µ у´°ğсь т´µğ¸Ñ‚ÑŒ ş°ş ´µĵ½: %s" -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format msgid "Failed to create pipe: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ ş°½°ğ: %s" -#: qemud/qemud.c:2213 -#, fuzzy, c-format +#: qemud/qemud.c:2298 +#, c-format msgid "Failed to change group ownership of %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´°ĵż° ´ĵµ½° %s ² %s" +msgstr "µ у´°ğсь ¸·ĵµ½¸Ñ‚ÑŒ żÑ€°²° ²ğ°´µ½¸Ñ ³Ñ€ÑƒżżÑ‹ %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "½µÑÑ‚²µÑ‚ст²¸µ żÑ€³Ñ€°ĵĵы (żÑ€¸ÑÑƒÑ‚ст²ÑƒµÑ‚ %x, ĥ¸´°µÑ‚ся %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "½µÑÑ‚²µÑ‚ст²¸µ ²µÑ€Ñ¸ı (żÑ€¸ÑÑƒÑ‚ст²ÑƒµÑ‚ %x, ĥ¸´°µÑ‚ся %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "direction (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "status (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "ш¸ħş° ´µıст²¸Ñ" +msgstr "трµħуµÑ‚ся °²Ñ‚Ñ€¸·°Ñ†¸Ñ" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı ş´ ш¸ħş¸ HTTP %d" +msgstr "½µ¸·²µÑÑ‚½°Ñ żÑ€Ñ†µ´ÑƒÑ€°: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "ш¸ħş° р°·ħр° т²µÑ‚° сµÑ€²µÑ€°" +msgstr "½µ у´°ğсь р°·ħр°Ñ‚ÑŒ °Ñ€³Ñƒĵµ½Ñ‚Ñ‹" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" +msgstr "²½ÑƒÑ‚Ñ€µ½½ÑÑ ш¸ħş° - фу½şÑ†¸Ñ ²µÑ€½Ñƒğ° ½µ²µÑ€½Ñ‹ı ş´ %d" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "сµ´¸½µ½¸µ уĥµ тşÑ€Ñ‹Ñ‚" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµ´¸½µ½¸Ñ ²" +msgstr "сµ´¸½µ½¸µ ½µ тşÑ€Ñ‹Ñ‚" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" -msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½µ" +msgstr "´ĵµ½ ½µ ½°ı´µ½" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "р°·ĵµÑ€ nparams сğ¸Ñˆşĵ ²µğ¸ş" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "р°·ĵµÑ€ > ĵ°şÑ¸ĵ°ğь½Ñ‹ı р°·ĵµÑ€ ħуфµÑ€°" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +msgstr "сµÑ‚ÑŒ ½µ ½°ı´µ½°" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ р°·Ñ€µÑˆ¸Ñ‚ÑŒ °´Ñ€µÑ %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "şğ¸µ½Ñ‚ żÑ‹Ñ‚°ğся ²Ñ‹żğ½¸Ñ‚ÑŒ ½µ´żÑƒÑÑ‚¸ĵыı ·°żÑ€Ñ init SASL" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" +msgstr "½µ у´°ğсь żğуч¸Ñ‚ÑŒ °´Ñ€µÑ сşµÑ‚° %d (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "½µ у´°ğсь żğуч¸Ñ‚ÑŒ °´Ñ€µÑ у·ğ° %d (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "½µ у´°ğсь ½°ÑÑ‚Ñ€¸Ñ‚ÑŒ ş½Ñ‚µşÑÑ‚ SASL %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ żğуч¸Ñ‚ÑŒ р°·ĵµÑ€ ş´° TLS" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "¸ĵя żğь·²°Ñ‚µğя ½µ ½°ı´µ½" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" +msgstr "½µÑ…²°Ñ‚ş° ż°ĵят¸ żÑ€¸ şż¸Ñ€²°½¸¸ ¸ĵµ½¸ żğь·²°Ñ‚µğя" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "şğ¸µ½Ñ‚ SASL %s ½µ ²şğючµ½ ² сż¸Ñş р°·Ñ€µÑˆµ½¸ı" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "şğ¸µ½Ñ‚ żÑ‹Ñ‚°ğся ²Ñ‹żğ½¸Ñ‚ÑŒ ½µ´żÑƒÑÑ‚¸ĵыı ·°żÑ€Ñ start SASL" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "şğ¸µ½Ñ‚ żÑ‹Ñ‚°ğся ²Ñ‹żğ½¸Ñ‚ÑŒ ½µ´żÑƒÑÑ‚¸ĵыı ·°żÑ€Ñ init SASL" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "şğ¸µ½Ñ‚ żÑ‹Ñ‚°ğся ²Ñ‹żğ½¸Ñ‚ÑŒ ½µ´żÑƒÑÑ‚¸ĵыı ·°żÑ€Ñ start SASL" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "şğ¸µ½Ñ‚ żÑ‹Ñ‚°ğся ²Ñ‹żğ½¸Ñ‚ÑŒ ½µ´żÑƒÑÑ‚¸ĵыı ·°żÑ€Ñ step SASL" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "şğ¸µ½Ñ‚ żÑ‹Ñ‚°ğся ²Ñ‹żğ½¸Ñ‚ÑŒ ½µ´żÑƒÑÑ‚¸ĵыı ·°żÑ€Ñ init PolicyKit" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ żğуч¸Ñ‚ÑŒ ¸´µ½Ñ‚¸Ñ„¸ş°Ñ†¸½½Ñ‹µ ´°½½Ñ‹µ сşµÑ‚° ссµ´½µ³ у·ğ°" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "žÑˆ¸ħş° с·´°½¸Ñ ½µ°şÑ‚¸²½³ ´ĵµ½° %s\n" +msgstr "Ħħı żÑ€¸ с·´°½¸¸ ´µıст²¸Ñ polkit %s\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "žÑˆ¸ħş° с·´°½¸Ñ ½µ°şÑ‚¸²½³ ´ĵµ½° %s\n" +msgstr "Ħħı żÑ€¸ с·´°½¸¸ ş½Ñ‚µşÑÑ‚° polkit %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" +msgstr "Ÿğ¸Ñ‚¸ş° р°·Ñ€µÑˆ¸ğ° ´µıст²¸µ %s ¸· pid %d, uid %d, рµ·Ñƒğьт°Ñ‚ %s" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "şğ¸µ½Ñ‚ żÑ‹Ñ‚°ğся ²Ñ‹żğ½¸Ñ‚ÑŒ ½µ´żÑƒÑÑ‚¸ĵыı ·°żÑ€Ñ init PolicyKit" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +msgstr "storage_pool ½µ ½°ı´µ½" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +msgstr "storage_vol ½µ ½°ı´µ½" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "устрıст² ½µ ½°ı´µ½: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı эğµĵµ½Ñ‚ UUID" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (´ğ¸½° сğ²°)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (´ğ¸½° сğ²°)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -801,7 +831,6 @@ msgid "expecting a separator in list" msgstr "ĥ¸´°µÑ‚ся р°·´µğ¸Ñ‚µğь сż¸Ñş°" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" msgstr "тсутст²ÑƒµÑ‚ ] ² ş½Ñ†µ сż¸Ñş°" @@ -817,11 +846,10 @@ msgstr "ĥ¸´°µÑ‚ся р°·´µğ¸Ñ‚µğь" msgid "expecting an assignment" msgstr "ĥ¸´°µÑ‚ся żÑ€¸Ñ²µ½¸µ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ½²Ñ‹ı ħуфµÑ€" +msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ħуфµÑ€" #: src/conf.c:899 msgid "failed to open file" @@ -832,3219 +860,3588 @@ msgid "failed to save content" msgstr "ш¸ħş° схр°½µ½¸Ñ с´µÑ€ĥ¸ĵ³" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ tty %s: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ żğуч¸Ñ‚ÑŒ °Ñ‚Ñ€¸ħуты tty: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ уст°½²¸Ñ‚ÑŒ °Ñ‚Ñ€¸ħуты: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "сħı żÑ€¸ ĥ¸´°½¸¸ ²²´°/ ²Ñ‹²´°: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "сħı żÑ€¸ чтµ½¸¸ ²²´°: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "сħı żÑ€¸ ·°ż¸Ñ¸ ²Ñ‹²´°: %s\n" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "тсутст²ÑƒµÑ‚ \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ ¸ĵµ½¸ ´ĵµ½°" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "½µĥ¸´°µĵыµ ´°½½Ñ‹µ '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "сğ¸Ñˆşĵ ĵ½³ ´ĵµ½²" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "µ²·ĵĥ½ ¸·²ğµÑ‡ÑŒ ²µÑ€Ñ¸ÑŽ ³¸żµÑ€²¸·Ñ€°, ²Ñ‹żğ½ÑÑŽÑ‰µ³ %s\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "¸ĵя сµÑ‚¸" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "сğ¸Ñˆşĵ ĵ½³ ´ĵµ½²" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "µ²·ĵĥ½ ¸·²ğµÑ‡ÑŒ ²µÑ€Ñ¸ÑŽ ³¸żµÑ€²¸·Ñ€°, ²Ñ‹żğ½ÑÑŽÑ‰µ³ %s\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "µ²·ĵĥ½ ¸·²ğµÑ‡ÑŒ ²µÑ€Ñ¸ÑŽ ³¸żµÑ€²¸·Ñ€°, ²Ñ‹żğ½ÑÑŽÑ‰µ³ %s\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ dict" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ ·½°Ñ‡µ½¸ı" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "²Ñ‹´µğµ½¸µ сµ´¸½µ½¸Ñ" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "²Ñ‹´µğµ½¸µ ´ĵµ½°" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "ш¸ħş° ´ħ°²ğµ½¸Ñ ´ĵµ½° ş хэш-т°ħğ¸Ñ†µ сµ´¸½µ½¸ı" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "´ĵµ½ тсутст²ÑƒµÑ‚ ² хэш-т°ħğ¸Ñ†µ сµ´¸½µ½¸ı" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "²Ñ‹´µğµ½¸µ сµÑ‚¸" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "ш¸ħş° ´ħ°²ğµ½¸Ñ сµÑ‚¸ ² хэш-т°ħğ¸Ñ†Ñƒ сµ´¸½µ½¸ı" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "сµÑ‚ÑŒ тсутст²ÑƒµÑ‚ ² хэш-т°ħğ¸Ñ†µ сµ´¸½µ½¸ı" -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy +#: src/datatypes.c:541 src/datatypes.c:546 msgid "allocating storage pool" -msgstr "²Ñ‹´µğµ½¸µ у·ğ°" +msgstr "²Ñ‹´µğµ½¸µ żÑƒğ° хр°½¸ğ¸Ñ‰°" -#: src/hash.c:1117 -#, fuzzy +#: src/datatypes.c:556 msgid "failed to add storage pool to connection hash table" -msgstr "ш¸ħş° ´ħ°²ğµ½¸Ñ сµÑ‚¸ ² хэш-т°ħğ¸Ñ†Ñƒ сµ´¸½µ½¸ı" +msgstr "ш¸ħş° ´ħ°²ğµ½¸Ñ żÑƒğ° хр°½¸ğ¸Ñ‰° ² хэш-т°ħğ¸Ñ†Ñƒ сµ´¸½µ½¸ı" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "´ĵµ½ тсутст²ÑƒµÑ‚ ² хэш-т°ħğ¸Ñ†µ сµ´¸½µ½¸ı" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 msgid "allocating storage vol" -msgstr "²Ñ‹´µğµ½¸µ у·ğ°" +msgstr "²Ñ‹´µğµ½¸µ хр°½¸ğ¸Ñ‰° vol" -#: src/hash.c:1253 -#, fuzzy +#: src/datatypes.c:692 msgid "failed to add storage vol to connection hash table" -msgstr "ш¸ħş° ´ħ°²ğµ½¸Ñ сµÑ‚¸ ² хэш-т°ħğ¸Ñ†Ñƒ сµ´¸½µ½¸ı" +msgstr "½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ хр°½¸ğ¸Ñ‰µ vol ² хэш-т°ħğ¸Ñ†Ñƒ сµ´¸½µ½¸ı" -#: src/hash.c:1293 -#, fuzzy +#: src/datatypes.c:732 msgid "vol missing from connection hash table" -msgstr "´ĵµ½ тсутст²ÑƒµÑ‚ ² хэш-т°ħğ¸Ñ†µ сµ´¸½µ½¸ı" +msgstr "vol тсутст²ÑƒµÑ‚ ² хэш-т°ħğ¸Ñ†µ сµ´¸½µ½¸ı" -#: src/iptables.c:104 +#: src/datatypes.c:809 #, fuzzy +msgid "allocating node dev" +msgstr "²Ñ‹´µğµ½¸µ хр°½¸ğ¸Ñ‰° vol" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "şż¸Ñ€²°½¸µ с´µÑ€ĥ¸ĵ³ у·ğ°" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ хр°½¸ğ¸Ñ‰µ vol ² хэш-т°ħğ¸Ñ†Ñƒ сµ´¸½µ½¸ı" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "vol тсутст²ÑƒµÑ‚ ² хэш-т°ħğ¸Ñ†µ сµ´¸½µ½¸ı" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż '%s'" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "½µ¸·²µÑÑ‚½µ ·°³Ñ€Ñƒ·Ñ‡½µ устрıст² '%s'" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "µ´żÑƒÑÑ‚¸ĵµ ¸ĵя ´¸Ñş²´°: %s" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "µ´żÑƒÑÑ‚¸ĵµ ¸ĵя ĥµÑÑ‚ş³ ´¸Ñş°: %s" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "µ´żÑƒÑÑ‚¸ĵыı т¸ż ш¸½Ñ‹ '%s' ´ğя ´¸Ñş²´°" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "µ´żÑƒÑÑ‚¸ĵыı т¸ż ш¸½Ñ‹ '%s' ´ğя ´¸Ñş²´°" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "µÑ‚ °Ñ‚Ñ€¸ħут° 'network' с " + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "µÑ‚ °Ñ‚Ñ€¸ħут° 'dev' с " + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "µ²·ĵĥ½ р°·ħр°Ñ‚ÑŒ °Ñ‚Ñ€¸ħут 'port' с ¸½Ñ‚µÑ€Ñ„µıсĵ сşµÑ‚°" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +msgid "Missing source service attribute for char device" +msgstr "žÑ‚сутст²ÑƒµÑ‚ ¸ÑÑ…´½Ñ‹ı °Ñ‚Ñ€¸ħут сğуĥħы ´ğя с¸ĵ²ğь½³ устрıст²°" + +#: src/domain_conf.c:1242 +msgid "missing input device type" +msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ т¸żµ устрıст²° ²²´°" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "½µ¸·²µÑÑ‚½µ ·°³Ñ€Ñƒ·Ñ‡½µ устрıст² '%s'" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "ш¸½° ps2 ½µ ż´´µÑ€ĥ¸²°µÑ‚ устрıст² ²²´° %s" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "ш¸½° ²²´° %s ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "ш¸½° xen ½µ ż´´µÑ€ĥ¸²°µÑ‚ устрıст² ²²´° %s" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ т¸żµ устрıст²° ²²´°" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż устрıст²°" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "½µ у´°µÑ‚ÑÑ у´°ğ¸Ñ‚ÑŒ ş½Ñ„¸³ÑƒÑ€°Ñ†¸ÑŽ ´ğя %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż ĵ´µğ¸ ·²Ñƒş²³ устрıст²°" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ ş°Ñ‚°ğ³ %s: %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "½µ²·ĵĥ½ тşÑ€Ñ‹Ñ‚ÑŒ устрıст² %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ %s: %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "½µ²·ĵĥ½ тşÑ€Ñ‹Ñ‚ÑŒ устрıст² %s" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "тсутст²ÑƒµÑ‚ \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "тсутст²ÑƒµÑ‚ у·µğ ¸ÑÑ‚ч½¸ş°" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "½µ¸·²µÑÑ‚½µ ·°³Ñ€Ñƒ·Ñ‡½µ устрıст² '%s'" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "½µ¸·²µÑÑ‚½µ ·°³Ñ€Ñƒ·Ñ‡½µ устрıст² '%s'" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "тсутст²ÑƒµÑ‚ у·µğ ¸ÑÑ‚ч½¸ş°" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸¸ %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +msgid "missing root element" +msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ эğµĵµ½Ñ‚µ" + +#: src/domain_conf.c:1668 +msgid "unknown device type" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż устрıст²°" + +#: src/domain_conf.c:1703 +msgid "failed to allocate space for xmlXPathContext" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя xmlXPathContext" + +#: src/domain_conf.c:1711 +msgid "missing domain type attribute" +msgstr "тсутст²ÑƒµÑ‚ °Ñ‚Ñ€¸ħут т¸ż° ´ĵµ½°" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı т¸ż ´ĵµ½°" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format +msgid "Failed to generate UUID: %s" +msgstr "µ у´°ğсь с³µ½µÑ€¸Ñ€²°Ñ‚ÑŒ UUID: %s" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "½µ²µÑ€½ сфрĵ¸Ñ€²°½½Ñ‹ı эğµĵµ½Ñ‚ uuid" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "тсутст²ÑƒµÑ‚ эğµĵµ½Ñ‚ ż°ĵят¸" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "½µĥ¸´°µĵыµ ´°½½Ñ‹µ '%s'" + +#: src/domain_conf.c:1820 +msgid "no OS type" +msgstr "½µ уş°·°½ т¸ż žĦ" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "½µż´´µÑ€ĥ¸²°µĵ°Ñ °Ñ€Ñ…¸Ñ‚µşÑ‚ур°" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½µ устрıст²" + +#: src/domain_conf.c:1912 +#, c-format +msgid "unknown boot device '%s'" +msgstr "½µ¸·²µÑÑ‚½µ ·°³Ñ€Ñƒ·Ñ‡½µ устрıст² '%s'" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:1952 +#, fuzzy +msgid "cannot extract filesystem devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:1990 +#, fuzzy +msgid "cannot extract parallel devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "żÑ€¸²Ñ·ş°: %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "½µ у´°ğсь żÑ€¸ÑÑ‚°½²¸Ñ‚ÑŒ ´ĵµ½" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "½µ²µÑ€½Ñ‹ı şÑ€½µ²ı эğµĵµ½Ñ‚" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "с¸½Ñ‚°şÑ¸Ñ‡µÑş°Ñ ш¸ħş° cpuset тżğ³¸¸ " + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ dict" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:2976 +#, c-format +msgid "unexpected domain type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ ·½°Ñ‡µ½¸ı" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "½µ у´°µÑ‚ÑÑ с·´°Ñ‚ÑŒ ş°Ñ‚°ğ³ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s: %s" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format +msgid "cannot create config file %s: %s" +msgstr "½µ у´°µÑ‚ÑÑ с·´°Ñ‚ÑŒ ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format +msgid "cannot write config file %s: %s" +msgstr "½µ у´°µÑ‚ÑÑ ·°ż¸Ñ°Ñ‚ÑŒ ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "½µ у´°µÑ‚ÑÑ схр°½¸Ñ‚ÑŒ ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s: %s" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format +msgid "Failed to open dir '%s': %s" +msgstr "µ у´°ğсь тşÑ€Ñ‹Ñ‚ÑŒ ş°Ñ‚°ğ³ '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "½µ у´°µÑ‚ÑÑ у´°ğ¸Ñ‚ÑŒ ş½Ñ„¸³ÑƒÑ€°Ñ†¸ÑŽ ´ğя %s" + +#: src/domain_conf.c:3434 +msgid "unknown virt type" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż virt" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь ²Ñ‹żğ½¸Ñ‚ÑŒ '" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ " -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "žÑˆ¸ħş° ·°ż¸Ñ¸ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь сущµÑÑ‚²¸Ñ‚ÑŒ ·°ż¸ÑÑŒ ² " -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "žÑˆ¸ħş° с·´°½¸Ñ сµÑ‚¸ ¸· %s" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ ş°Ñ‚°ğ³ %s : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" +msgstr "µ у´°ğсь схр°½¸Ñ‚ÑŒ żÑ€°²¸ğ° iptables ² %s : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" +"µ у´°ğсь у´°ğ¸Ñ‚ÑŒ żÑ€°²¸ğ iptables '%s' ¸· цµżÑ‡ş¸ '%s' ² т°ħğ¸Ñ†µ '%s': %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, 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:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" +msgstr "½µ у´°µÑ‚ÑÑ р°·ħр°Ñ‚ÑŒ URI ż´şğючµ½¸Ñ" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "²Ñ‹´µğµ½¸µ сµ´¸½µ½¸Ñ" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° сµÑ‚¸ %s" +msgstr "µ у´°µÑ‚ÑÑ żÑ€¸½ÑÑ‚ÑŒ сµ´¸½µ½¸µ: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "½µ²µÑ€½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, domid ´ğĥµ½ ħыть ч¸Ñğĵ" +msgstr "domainMigratePrepare ½µ ·°´°ğ uri" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare ½µ ·°´°ğ uri" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "żÑƒÑÑ‚ı żÑƒÑ‚ÑŒ (NULL)" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "flags ´ğĥµ½ ħыть ½Ñƒğµ²Ñ‹ĵ" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "ħуфµÑ€ żÑƒÑÑ‚ (NULL)" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "ż°Ñ€°ĵµÑ‚Ñ€ flags ´ğĥµ½ ħыть уст°½²ğµ½ ² VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "ħуфµÑ€ żÑƒÑÑ‚, ½ µ³ р°·ĵµÑ€ ½µ½Ñƒğµ²ı" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ·°³Ñ€Ñƒ·şµ ´Ñ€°ı²µÑ€²" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı setsid: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² ´ğя ·½°Ñ‡µ½¸ı" +msgstr "сħı ioctl(TIOCSTTY): %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı dup2(stdin): %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı dup2(stdout): %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı dup2(stderr)d: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°µÑ‚ÑÑ ²Ñ‹´µğ¸Ñ‚ÑŒ стрşÑƒ ¸ĵµ½¸ ş½Ñ‚µı½µÑ€°" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ½µ°şÑ‚¸²½³ ´ĵµ½° %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь żÑ€¸²Ñ·°Ñ‚ÑŒ сşµÑ‚ ş '%s': %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "½µ у´°ğсь с·´°Ñ‚ÑŒ '%s'" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь żÑ€¸²Ñ·°Ñ‚ÑŒ сşµÑ‚ ş '%s': %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" +msgstr "½µ у´°ğсь сĵ½Ñ‚¸Ñ€²°Ñ‚ÑŒ /proc ´ğя ş½Ñ‚µı½µÑ€°: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" +msgstr "½µ у´°ğсь сĵ½Ñ‚¸Ñ€²°Ñ‚ÑŒ /proc ´ğя ş½Ñ‚µı½µÑ€°: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°ğсь с·´°Ñ‚ÑŒ ф°ığ ĥур½°ğ° %s: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" +msgstr "½µ у´°ğсь сĵ½Ñ‚¸Ñ€²°Ñ‚ÑŒ %s ² %s ´ğя ş½Ñ‚µı½µÑ€°: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь тşÑ€Ñ‹Ñ‚ÑŒ ş°Ñ‚°ğ³ '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" +msgstr "½µ у´°ğсь сĵ½Ñ‚¸Ñ€²°Ñ‚ÑŒ /proc ´ğя ş½Ñ‚µı½µÑ€°: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() żµÑ€µ´°ğ ½µ´żÑƒÑÑ‚¸ĵµ żÑ€µ´µğµ½¸µ VM" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı open(%s): %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² ´ğя ·½°Ñ‡µ½¸ı" +msgstr "сħı clone(), %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ сşµÑ‚: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ сşµÑ‚: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь żÑ€¸²Ñ·°Ñ‚ÑŒ сşµÑ‚ ş '%s': %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь żÑ€¸²Ñ·°Ñ‚ÑŒ сşµÑ‚ ş '%s': %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı чтµ½¸Ñ fd %d: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "сħı ·°ż¸Ñ¸ ² fd %d: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı epoll_create(2): %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı epoll_ctl(fd1): %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı epoll_ctl(fd1): %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "сħыт¸µ ш¸ħş¸ %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı epoll_wait(): %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "µ у´°ğсь żğуч¸Ñ‚ÑŒ ст°Ñ‚¸ÑÑ‚¸şÑƒ ¸½Ñ‚µÑ€Ñ„µıс° %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "žÑˆ¸ħş° р°·Ñ€ÑƒÑˆµ½¸Ñ ´ĵµ½° %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "сħı unlockpt: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "µ у´°ğсь ²Ñ‹żğ½¸Ñ‚ÑŒ ·°ż¸ÑÑŒ ² ф°ığ PID '%s' : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "µ у´°µÑ‚ÑÑ ·°ż¸Ñ°Ñ‚ÑŒ argv ² ĥур½°ğ %d: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "µ у´°µÑ‚ÑÑ ·°şÑ€Ñ‹Ñ‚ÑŒ ф°ığ ĥур½°ğ° %d: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "ID ´ĵµ½° ¸ğ¸ UUID" +msgstr "½µÑ‚ ´ĵµ½° с ст²µÑ‚ст²ÑƒÑŽÑ‰¸ĵ UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µğь·Ñ у´°ğ¸Ñ‚ÑŒ °şÑ‚¸²½Ñ‹ı ´ĵµ½" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µğь·Ñ у´°ğ¸Ñ‚ÑŒ °şÑ‚¸²½Ñ‹ı ´ĵµ½" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "½µ у´°µÑ‚ÑÑ уст°½²¸Ñ‚ÑŒ ·½°Ñ‡µ½¸µ ·°´µÑ€ĥş¸ żµÑ€µ½°żÑ€°²ğµ½¸Ñ ĵст° ² %d" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь żÑ€¸²Ñ·°Ñ‚ÑŒ сşµÑ‚ ş '%s': %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя с¸ĵ²ğь½³ устрıст²°" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ сşµÑ‚: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "ш¸ħş° ż´şğючµ½¸Ñ ş Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°µÑ‚ÑÑ ·°şÑ€Ñ‹Ñ‚ÑŒ ф°ığ pid tty %s: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ ·°´°Ñ‚ÑŒ ²ğ°´µğьц° ф°ığ² '%s': %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +msgstr "½µ у´°µÑ‚ÑÑ с·´°Ñ‚ÑŒ ş°Ñ‚°ğ³ ĥур½°ğ¸Ñ€²°½¸Ñ %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь тşÑ€Ñ‹Ñ‚ÑŒ ş°Ñ‚°ğ³ '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь тşÑ€Ñ‹Ñ‚ÑŒ ф°ığ pid '%s' : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "ID ´ĵµ½° ¸ğ¸ UUID" +msgid "no domain named %s" +msgstr "¸ĵя ´ĵµ½°" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "½µÑ‚ ´ĵµ½° с ¸´µ½Ñ‚¸Ñ„¸ş°Ñ‚Ñ€ĵ %d" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "¸ĵµ½°" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı ş´ ш¸ħş¸ HTTP %d" +msgstr "½µ¸·²µÑÑ‚½°Ñ żÑ€Ñ†µ´ÑƒÑ€°: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "žÑˆ¸ħş° ²·ħ½²ğµ½¸Ñ р°ħты ´ĵµ½° %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı żÑƒÑ‚ÑŒ: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "µ´żÑƒÑÑ‚¸ĵыı ż°Ñ€°ĵµÑ‚Ñ€ ´ğя virXPathNode()" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ р°·Ñ€µÑˆ¸Ñ‚ÑŒ °´Ñ€µÑ %d: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ р°·Ñ€µÑˆ¸Ñ‚ÑŒ °´Ñ€µÑ %d: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ р°·Ñ€µÑˆ¸Ñ‚ÑŒ °´Ñ€µÑ %d: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ ·°³ğ²ş '%s': %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "ŸµÑ€µ½°żÑ€°²ğµ½¸µ ż ·°żÑ€ÑÑƒ, ½ ½µ уş°·°½ °´Ñ€µÑ IPv4 ¸ğ¸ ĵ°Ñş° сµÑ‚¸" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "½µ²·ĵĥ½ с·´°Ñ‚ÑŒ ş°Ñ‚°ğ³ °²Ñ‚·°żÑƒÑş° %s: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "˜ĵя ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ '%s' ½µ ст²µÑ‚ст²ÑƒµÑ‚ ¸ĵµ½¸ сµÑ‚¸ '%s'" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "½µÑ‚ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя %s" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "µ у´°ğсь °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ ·°żÑƒÑÑ‚¸Ñ‚ÑŒ сµÑ‚ÑŒ '%s': %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "µ ½°ı´µ½° ·°ż¸ÑÑŒ żğь·²°Ñ‚µğя ´ğя uid '%d': %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸ ² asprintf" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: ½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "ŸµÑ€µ·°³Ñ€Ñƒĥ°ÑŽÑ‚ся żÑ€°²¸ğ° iptables" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя dnsmasq argv" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "½µ у´°µÑ‚ÑÑ ·°żÑƒÑÑ‚¸Ñ‚ÑŒ ´µĵ½ dhcp ħµ· IP-°´Ñ€µÑ° ´ğя сµÑ€²µÑ€°" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя р°·Ñ€µÑˆµ½¸Ñ żµÑ€µ½°żÑ€°²ğµ½¸Ñ с '%s' : " +"%s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя р°·Ñ€µÑˆµ½¸Ñ żµÑ€µ½°żÑ€°²ğµ½¸Ñ ş '%s' : " +"%s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя °şÑ‚¸²°Ñ†¸¸ ĵ°Ñş°Ñ€°´¸½³°: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя р°·Ñ€µÑˆµ½¸Ñ ĵ°Ñ€ÑˆÑ€ÑƒÑ‚¸·°Ñ†¸¸ с '%s' : %" +"s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя р°·Ñ€µÑˆµ½¸Ñ ĵ°Ñ€ÑˆÑ€ÑƒÑ‚¸·°Ñ†¸¸ ½° '%s' : %" +"s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя ż´´µÑ€ĥş¸ т°ħğ¸Ñ† IP" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя р°·Ñ€µÑˆµ½¸Ñ ·°żÑ€Ñ² DHCP с '%s' : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя р°·Ñ€µÑˆµ½¸Ñ ·°żÑ€Ñ² DNS с '%s' : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя ħğş¸Ñ€²°½¸Ñ ¸ÑÑ…´ÑÑ‰µ³ тр°Ñ„¸ş° с '%" +"s' : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя ħğş¸Ñ€²°½¸Ñ żÑÑ‚уż°ÑŽÑ‰µ³ тр°Ñ„¸ş° " +"½° '%s' : %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"½µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ żÑ€°²¸ğ iptables ´ğя р°·Ñ€µÑˆµ½¸Ñ тр°Ñ„¸ş° ĵµĥ´Ñƒ ĵст°ĵ¸ ½° " +"'%s' : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "сµÑ‚ÑŒ уĥµ °şÑ‚¸²½°" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "½µ у´°µÑ‚ÑÑ ¸½¸Ñ†¸°ğ¸·¸Ñ€²°Ñ‚ÑŒ ż´´µÑ€ĥşÑƒ ĵст°: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "½µ у´°µÑ‚ÑÑ с·´°Ñ‚ÑŒ ĵст '%s' : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "½µ у´°µÑ‚ÑÑ ·°´°Ñ‚ÑŒ IP-°´Ñ€µÑ ĵст° '%s' ş°ş '%s' : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "½µ у´°µÑ‚ÑÑ ·°´°Ñ‚ÑŒ ĵ°ÑşÑƒ сµÑ‚¸ ĵст° '%s' ş°ş '%s' : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "żżÑ‹Ñ‚ş° °şÑ‚¸²°Ñ†¸¸ ĵст° '%s' ½µ у´°ğ°ÑÑŒ: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "½µ у´°ğсь °şÑ‚¸²¸Ñ€²°Ñ‚ÑŒ żµÑ€µ½°żÑ€°²ğµ½¸µ IP: %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "µ у´°ğсь тşğюч¸Ñ‚ÑŒ ĵст '%s' : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "µ у´°ğсь у´°ğ¸Ñ‚ÑŒ ĵст '%s' : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "—°²µÑ€Ñˆ°µÑ‚ся р°ħт° сµÑ‚¸ '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "Ÿğучµ½ ½µĥ¸´°½½Ñ‹ı PID ´ğя dnsmasq" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "½µÑ‚ сµÑ‚¸ с ст²µÑ‚ст²ÑƒÑŽÑ‰¸ĵ UUID" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "½µÑ‚ сµÑ‚¸ с с²ż°´°ÑŽÑ‰¸ĵ ¸ĵµ½µĵ" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "сµÑ‚ÑŒ уĥµ °şÑ‚¸²½°" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "½µÑ‚ сµÑ‚¸ с с²ż°´°ÑŽÑ‰¸ĵ ¸´µ½Ñ‚¸Ñ„¸ş°Ñ‚Ñ€ĵ" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ сµÑ‚µ²³ ĵст°" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ с¸ĵ²ğь½ÑƒÑŽ ссыğşÑƒ '%s' ş '%s': %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "µ у´°ğсь у´°ğ¸Ñ‚ÑŒ с¸ĵ²ğь½ÑƒÑŽ ссыğşÑƒ '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "½µÑ‚ тĵ° хр°½¸ğ¸Ñ‰° с с²ż°´°ÑŽÑ‰¸ĵ ¸ĵµ½µĵ" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "µ²·ĵĥ½ ¸·²ğµÑ‡ÑŒ ²µÑ€Ñ¸ÑŽ ³¸żµÑ€²¸·Ñ€°, ²Ñ‹żğ½ÑÑŽÑ‰µ³ %s\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "ш¸ħş° с¸½Ñ‚°şÑ¸Ñ° ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" -msgstr "р°·Ñ€µÑˆµ½¸µ ¸ĵµ½¸ ф°ığ° ´ĵµ½°" +msgstr "р°·Ñ€µÑˆµ½¸µ ¸ĵµ½¸ ф°ığ° сµÑ‚¸" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "ш¸ħş° ´µıст²¸Ñ" +msgstr "сħı popen" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь р°·ħр°Ñ‚ÑŒ ²Ñ‹²´ vzlist" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "ш¸ħş° с¸½Ñ‚°şÑ¸Ñ° ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +msgstr "µ²µÑ€½°Ñ фрĵуğ¸Ñ€²ş° UUID ² ф°ığµ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" +msgstr "½µ у´°µÑ‚ÑÑ у´°ğ¸Ñ‚ÑŒ ş½Ñ„¸³ÑƒÑ€°Ñ†¸ÑŽ ´ğя %s" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "”ĵµ½ ²Ñµ µÑ‰µ р°ħт°µÑ‚" +msgstr "´ĵµ½ ½µ ²Ñ‹żğ½ÑµÑ‚ся" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı т¸ż ф°ığ²ı с¸ÑÑ‚µĵы" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µğь·Ñ у´°ğ¸Ñ‚ÑŒ °şÑ‚¸²½Ñ‹ı ´ĵµ½" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "”ĵµ½ ²Ñµ µÑ‰µ р°ħт°µÑ‚" +msgstr "´ĵµ½ ½µ ²Ñ‹żğ½ÑµÑ‚ся" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "½µ у´°µÑ‚ÑÑ у´°ğ¸Ñ‚ÑŒ ş½Ñ„¸³ÑƒÑ€°Ñ†¸ÑŽ ´ğя %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "’¸Ñ€Ñ‚у°ğь½°Ñ ĵ°Ñˆ¸½° OPENVZ с ¸´µ½Ñ‚¸Ñ„¸ş°Ñ‚Ñ€ĵ '%s' уĥµ °şÑ‚¸²½°" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "½µ у´°µÑ‚ÑÑ р°·ħр°Ñ‚ÑŒ URI ż´şğючµ½¸Ñ" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "¸·ĵµ½¸Ñ‚ÑŒ ч¸Ñğ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€²" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "’¸Ñ€Ñ‚у°ğь½°Ñ ĵ°Ñˆ¸½° OPENVZ с ¸´µ½Ñ‚¸Ñ„¸ş°Ñ‚Ñ€ĵ '%d' уĥµ żÑ€µ´µğµ½°" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "½µÑ‚ ´ĵµ½° с ст²µÑ‚ст²ÑƒÑŽÑ‰¸ĵ ¸´µ½Ñ‚¸Ñ„¸ş°Ñ‚Ñ€ĵ" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "”ĵµ½ ²Ñµ µÑ‰µ р°ħт°µÑ‚" +msgstr "р°ħт° ´ĵµ½° ½µ ·°²µÑ€Ñˆµ½°" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" +msgstr "½µ у´°µÑ‚ÑÑ р°·ħр°Ñ‚ÑŒ URI ż´şğючµ½¸Ñ" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" +msgstr "½µ у´°µÑ‚ÑÑ р°·ħр°Ñ‚ÑŒ URI ż´şğючµ½¸Ñ" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "žÑˆ¸ħş° ·°şÑ€Ñ‹Ñ‚¸Ñ сşµÑ‚° %d\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "žÑˆ¸ħş° ·°ż¸Ñ¸ сşµÑ‚° %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "žÑˆ¸ħş° с²Ñ·¸ с żÑ€şÑ¸: żğучµ½ %d ħ°ıт ¸· %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "žÑˆ¸ħş° с²Ñ·¸ с żÑ€şÑ¸: ĥ¸´°ğсь %d ħ°ıт, żğучµ½ %d ħ°ıт\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "žÑˆ¸ħş° с²Ñ·¸ с żÑ€şÑ¸: żğучµ½ ż°şµÑ‚ ¸· %d ħ°ıт\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "žÑˆ¸ħş° с²Ñ·¸ с żÑ€şÑ¸: żğх сфрĵ¸Ñ€²°½½Ñ‹ı ż°şµÑ‚\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "żğучµ½ °Ñ¸½Ñ…Ñ€½½Ñ‹ı ½ĵµÑ€ ż°şµÑ‚° - %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ vncTLSx509certdir" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" +msgstr "µĥ¸´°½½Ñ‹ı ст°Ñ‚ус ²Ñ‹Ñ…´° qemu %d pid %lu" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" +msgstr "µĥ¸´°½½Ñ‹ı ст°Ñ‚ус ²Ñ‹Ñ…´° '%d', ²·ĵĥ½Ñ‹ı сħı qemu" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format msgid "Cannot find QEMU binary %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ ½°ıт¸ ħ¸½°Ñ€½Ñ‹ı şĵż½µ½Ñ‚ QEMU %s: %s" -#: src/qemu_conf.c:550 -#, fuzzy, c-format +#: src/qemu_conf.c:541 +#, c-format msgid "Network '%s' not found" -msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +msgstr "ĦµÑ‚ÑŒ '%s' ½µ ½°ı´µ½°" -#: src/qemu_conf.c:555 +#: src/qemu_conf.c:551 #, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "ĦµÑ‚ÑŒ %s ·°żÑƒÑ‰µ½°\n" +msgid "Network '%s' is not active" +msgstr "ĦµÑ‚ÑŒ '%s' ½µ °şÑ‚¸²½°" -#: src/qemu_conf.c:564 -#, fuzzy, c-format +#: src/qemu_conf.c:559 +#, c-format msgid "Network type %d is not supported" -msgstr "ĦµÑ‚ÑŒ %s ·°żÑƒÑ‰µ½°\n" +msgstr "˘¸ż сµÑ‚¸ %d ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/qemu_conf.c:590 +#: src/qemu_conf.c:585 #, fuzzy, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ ¸½Ñ‚µÑ€Ñ„µıс '%s' ş ĵсту '%s' : %s" -#: src/qemu_conf.c:594 -#, fuzzy, c-format +#: src/qemu_conf.c:589 +#, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь ´ħ°²¸Ñ‚ÑŒ ¸½Ñ‚µÑ€Ñ„µıс '%s' ş ĵсту '%s' : %s" -#: src/qemu_conf.c:617 -#, fuzzy +#: src/qemu_conf.c:612 msgid "failed to allocate space for tapfds string" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ tapfds" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" +msgstr "½µż´´µÑ€ĥ¸²°µĵыı т¸ż ´¸Ñş° '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" +msgstr "½µż´´µÑ€ĥ¸²°µĵыı т¸ż ´¸Ñş° '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" +msgstr "½µ´żÑƒÑÑ‚¸ĵ°Ñ ĵ´µğь ·²Ñƒş²³ устрıст²°" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ argv" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "µ у´°ğсь уст°½²¸Ñ‚ÑŒ Ñ„ğ°³ Ñ„°ığ²³ ´µÑşÑ€¸żÑ‚Ñ€° close-on-exec" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "ш¸ħş° р°·ħр° ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ´ĵµ½° Xend" +msgstr "µ у´°ğсь уст°½²¸Ñ‚ÑŒ Ñ„ğ°³ Ñ„°ığ²³ ´µÑşÑ€¸żÑ‚Ñ€° non-blocking" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° сµÑ‚¸ %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ ·°żÑƒÑÑ‚¸Ñ‚ÑŒ ²¸Ñ€Ñ‚у°ğь½ÑƒÑŽ ĵ°Ñˆ¸½Ñƒ '%s': %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" +msgstr "qemudStartup: ½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"QEMU ·°²µÑ€Ñˆ¸ğ р°ħту ² żÑ€Ñ†µÑÑµ ·°żÑƒÑş° %s\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "Ħħı żÑ€¸ чтµ½¸¸ ²Ñ‹²´° ·°żÑƒÑş° %s: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "’Ñ€µĵя ĥ¸´°½¸Ñ ¸ÑÑ‚µğ żÑ€¸ чтµ½¸¸ ²Ñ‹²´° ·°żÑƒÑş° %s" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "Ħħ°ı żÑ€¸ чтµ½¸¸ ²Ñ‹²´° ·°żÑƒÑş° %s" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "µ´ÑÑ‚°Ñ‚ч½ ĵµÑÑ‚° żÑ€¸ чтµ½¸¸ ²Ñ‹²´° ·°żÑƒÑş° %s" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ żÑƒÑ‚ÑŒ %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "µ у´°µÑ‚ÑÑ ·°´°Ñ‚ÑŒ Ñ„ğ°³ close-on-exec ´ğя ĵ½¸Ñ‚Ñ€°" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "µ у´°µÑ‚ÑÑ żµÑ€µ²µÑÑ‚¸ ĵ½¸Ñ‚Ñ€ ² рµĥ¸ĵ ħµ· ħğş¸Ñ€²°½¸Ñ" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "–ур½°ğ¸Ñ€²°½¸µ ´°½½Ñ‹Ñ… ş½Ñğ¸ ²¸Ñ€Ñ‚у°ğь½ı ĵ°Ñˆ¸½Ñ‹ ½µ у´°ğсь: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "½°·½°Ñ‡¸Ñ‚ÑŒ ½²Ñ‹ı ş½Ñ‚µşÑÑ‚" +msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ cpumap" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "ш¸ħş° żÑ€¸ żğучµ½¸¸ ´ĵµ½° '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "ш¸ħş° ´µıст²¸Ñ" +msgstr "½µ у´°ğсь ²·ħ½²¸Ñ‚ÑŒ żµÑ€°Ñ†¸ÑŽ" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "”ĵµ½ уĥµ °şÑ‚¸²µ½" +msgstr "’¸Ñ€Ñ‚у°ğь½°Ñ ĵ°Ñˆ¸½° уĥµ °şÑ‚¸²½°" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "µ у´°µÑ‚ÑÑ ½°ıт¸ ½µ·°½ÑÑ‚Ñ‹ı żÑ€Ñ‚ VNC" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "żÑƒÑ‚ÑŒ ş ф°ığу ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "½µ у´°ğсь с·´°Ñ‚ÑŒ ф°ığ ĥур½°ğ° %s: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "µ²·ĵĥ½ уст°½²¸Ñ‚ÑŒ Ñ„ğ°³ close-on-exec %s ĥур½°ğ° ²¸Ñ€Ñ‚у°ğь½ı ĵ°Ñˆ¸½Ñ‹" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°µÑ‚ÑÑ ½°ıт¸ ħ¸½°Ñ€½Ñ‹ı şĵż½µ½Ñ‚ QEMU %s: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "µ у´°µÑ‚ÑÑ ·°ż¸Ñ°Ñ‚ÑŒ argv ² ĥур½°ğ %d: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "µ у´°µÑ‚ÑÑ ·°ż¸Ñ°Ñ‚ÑŒ argv ² ĥур½°ğ %d: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "ш¸ħş° żÑ€¸ żğучµ½¸¸ сµÑ‚¸ '%s'" +msgstr "—°²µÑ€Ñˆµ½¸µ р°ħты ²¸Ñ€Ñ‚у°ğь½ı ĵ°Ñˆ¸½Ñ‹ '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "µ у´°µÑ‚ÑÑ ·°şÑ€Ñ‹Ñ‚ÑŒ ф°ığ ĥур½°ğ° %d: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ dict" +msgstr "Ÿğучµ½ ½µĥ¸´°½½µ ·½°Ñ‡µ½¸µ PID" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "”ĵµ½ уĥµ °şÑ‚¸²µ½" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "ш¸ħş° żÑ€¸ żżÑ‹Ñ‚şµ тşÑ€Ñ‹Ñ‚ÑŒ %s ´ğя чтµ½¸Ñ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "ш¸ħş° żÑ€¸ żğучµ½¸¸ сµÑ‚¸ '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ dict" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ tty %s: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя ż´´µÑ€ĥş¸ фу½şÑ†¸½°ğь½ÑÑ‚¸" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "½° этĵ у·ğµ NUMA ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "—°½ÑÑ‚ ż°ĵят¸:" +msgstr "µ у´°ğсь ·°żÑ€Ñ¸Ñ‚ÑŒ с²ħ´½ÑƒÑŽ ż°ĵять NUMA" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "´ĵµ½ %s уĥµ сущµÑÑ‚²ÑƒµÑ‚" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "´ĵµ½ %s уĥµ сущµÑÑ‚²ÑƒµÑ‚" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "½µÑ‚ ´ĵµ½° с с²ż°´°ÑŽÑ‰¸ĵ ¸´µ½Ñ‚¸Ñ„¸ş°Ñ‚Ñ€ĵ %d" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "”ĵµ½ ²Ñµ µÑ‰µ р°ħт°µÑ‚" +msgstr "´ĵµ½ ½µ ²Ñ‹żğ½ÑµÑ‚ся" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "ш¸ħş° ´µıст²¸Ñ" +msgstr "żµÑ€°Ñ†¸Ñ żÑ€¸ÑÑ‚°½²ş¸ ½µ у´°ğ°ÑÑŒ" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "ш¸ħş° ´µıст²¸Ñ" +msgstr "żµÑ€°Ñ†¸Ñ ·°²µÑ€Ñˆµ½¸Ñ р°ħты ½µ у´°ğ°ÑÑŒ" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя ostype" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "½µÑ‚ ´ĵµ½° с с²ż°´°ÑŽÑ‰¸ĵ UUID '%s'" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "ĵ°şÑ¸ĵ°ğь½Ñ‹ı ħъµĵ ż°ĵят¸ ½µ ĵĥµÑ‚ ħыть ĵµ½ÑŒÑˆµ тµşÑƒÑ‰µ³ ħъµĵ°" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µğь·Ñ ·°´°Ñ‚ÑŒ ż°ĵять ´ğя °şÑ‚¸²½³ ´ĵµ½°" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "·½°Ñ‡µ½¸µ ħъµĵ° ż°ĵят¸ ½µ ĵĥµÑ‚ żÑ€µ²Ñ‹Ñˆ°Ñ‚ÑŒ ĵ°şÑ¸ĵ°ğь½Ñ‹ı ħъµĵ" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°ğсь żÑ€¸ÑÑ‚°½²¸Ñ‚ÑŒ ´ĵµ½" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "ш¸ħş° żğучµ½¸Ñ UUID ´ĵµ½°" +msgstr "½µ у´°ğсь żğуч¸Ñ‚ÑŒ xml ´ĵµ½°" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "½µ у´°ğсь с·´°Ñ‚ÑŒ '%s'" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "žÑˆ¸ħş° ·°ż¸Ñ¸ сşµÑ‚° %d\n" +msgstr "½µ у´°ğсь ·°ż¸Ñ°Ñ‚ÑŒ ·°³ğ²ş" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "žÑˆ¸ħş° ·°ż¸Ñ¸ сşµÑ‚° %d\n" +msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° xml" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "ш¸ħş° ´µıст²¸Ñ" +msgstr "żżÑ‹Ñ‚ş° ĵ¸³Ñ€°Ñ†¸¸ ·°²µÑ€Ñˆ¸ğ°ÑÑŒ ½µÑƒ´°Ñ‡µı" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy -msgid "cannot change vcpu count of an active domain" -msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgid "'migrate' not supported by this qemu" +msgstr "şĵ°½´° 'info blockstats' ½µ ż´´µÑ€ĥ¸²°µÑ‚ся эт¸ĵ qemu" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2018 +msgid "cannot change vcpu count of an active domain" +msgstr "½µğь·Ñ ¸·ĵµ½¸Ñ‚ÑŒ счµÑ‚ч¸ş VCPU ´ğя °şÑ‚¸²½³ ´ĵµ½°" + +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" +"½µ у´°ğсь żÑ€µ´µğ¸Ñ‚ÑŒ ĵ°şÑ¸ĵ°ğь½µ ч¸Ñğ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€² ´ğя ´ĵµ½°" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" +"·°żÑ€Ñˆµ½½µ ч¸Ñğ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… ´ĵµ½² żÑ€µ²Ñ‹Ñˆ°µÑ‚ ĵ°şÑ¸ĵ°ğь½ ´żÑƒÑÑ‚¸ĵµ " +"·½°Ñ‡µ½¸µ ´ğя ´ĵµ½°: %d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "тĵµ½¸Ñ‚ÑŒ żÑ€µ´µğµ½¸µ ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µğь·Ñ ½°·½°Ñ‡¸Ñ‚ÑŒ ²¸Ñ€Ñ‚у°ğь½Ñ‹µ żÑ€Ñ†µÑÑÑ€Ñ‹ ½µ°şÑ‚¸²½ĵу ´ĵµ½Ñƒ" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" +msgstr "ч¸Ñğ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€² żÑ€µ²Ñ‹Ñˆ°µÑ‚ ´żÑƒÑÑ‚¸ĵыı ´¸°ż°·½ %d > %d" + +#: src/qemu_driver.c:2081 +#, c-format +msgid "cannot set affinity: %s" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format -msgid "cannot set affinity: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ш¸ħş° ħр°Ñ‰µ½¸Ñ ş ħ¸ħğ¸Ñ‚µşµ, ²·ĵĥ½ ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ф°ığ żÑ€µ´µğµ½¸ı ´ĵµ½°" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż virt ² żÑ€µ´µğµ½¸¸ ´ĵµ½° '%d'" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "сż¸Ñş ´ĵµ½² у·ğ°" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ ħр°· ´ĵµ½°" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "ш¸ħş° чтµ½¸Ñ ¸· ´µĵ½° Xen" +msgstr "ш¸ħş° чтµ½¸Ñ ·°³ğ²ş° qemu" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" -msgstr "" +msgstr "²µÑ€Ñ¸Ñ ħр°·° ½µ ż´´µÑ€ĥ¸²°µÑ‚ся (%d > %d)" -#: src/qemu_driver.c:2775 -#, fuzzy +#: src/qemu_driver.c:2241 msgid "failed to read XML" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "ш¸ħş° чтµ½¸Ñ XML" -#: src/qemu_driver.c:2784 -#, fuzzy +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 msgid "failed to parse XML" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "ш¸ħş° р°·ħр° XML" -#: src/qemu_driver.c:2797 -#, fuzzy, c-format +#: src/qemu_driver.c:2263 +#, c-format msgid "domain is already active as '%s'" -msgstr "”ĵµ½ уĥµ °şÑ‚¸²µ½" +msgstr "´ĵµ½ уĥµ °şÑ‚¸²µ½ ş°ş '%s'" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "ш¸ħş° żÑ€¸ żğучµ½¸¸ сµÑ‚¸ '%s'" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "žÑˆ¸ħş° ²·ħ½²ğµ½¸Ñ р°ħты ´ĵµ½° %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "µ²·ĵĥ½ ¸·²ğµÑ‡ÑŒ ²µÑ€Ñ¸ÑŽ ³¸żµÑ€²¸·Ñ€°, ²Ñ‹żğ½ÑÑŽÑ‰µ³ %s\n" +msgstr "" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" +msgstr "½µż´´µÑ€ĥ¸²°µĵыı т¸ż ´¸Ñş° '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "½µğь·Ñ ¸·ĵµ½¸Ñ‚ÑŒ ½Ñ¸Ñ‚µğь CDROM" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "½µğь·Ñ ¸·ĵµ½¸Ñ‚ÑŒ ½Ñ¸Ñ‚µğь CDROM" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "żÑƒğ хр°½¸ğ¸Ñ‰ уĥµ сущµÑÑ‚²ÑƒµÑ‚" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ %s: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "´ĵµ½ %s уĥµ сущµÑÑ‚²ÑƒµÑ‚" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "тĵµ½¸Ñ‚ÑŒ żÑ€µ´µğµ½¸µ ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "·°³Ñ€Ñƒ·ş° ф°ığ° żÑ€µ´µğµ½¸Ñ хст°" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "тĵµ½¸Ñ‚ÑŒ żÑ€µ´µğµ½¸µ ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "·°³Ñ€Ñƒ·ş° ф°ığ° żÑ€µ´µğµ½¸Ñ хст°" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "тĵµ½¸Ñ‚ÑŒ żÑ€µ´µğµ½¸µ ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µğь·Ñ сżÑÑ‚°²¸Ñ‚ÑŒ устрıст² ½µ°şÑ‚¸²½ĵу ´ĵµ½Ñƒ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "ĵĥ½ żÑ€¸Ñµ´¸½¸Ñ‚ÑŒ тğьş устрıст²° CDROM" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "´ĵµ½ ½µ ½°ı´µ½" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "žÑˆ¸ħş° ²·ħ½²ğµ½¸Ñ р°ħты ´ĵµ½° %s" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "ĵĥ½ żÑ€¸Ñµ´¸½¸Ñ‚ÑŒ тğьş устрıст²° CDROM" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "½µğь·Ñ ·°´°Ñ‚ÑŒ ż°ĵять ´ğя °şÑ‚¸²½³ ´ĵµ½°" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ с¸ĵ²ğь½ÑƒÑŽ ссыğşÑƒ '%s' ş '%s': %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı żÑƒÑ‚ÑŒ: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "сħı şĵ°½´Ñ‹ 'info blockstats'" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "şĵ°½´° 'info blockstats' ½µ ż´´µÑ€ĥ¸²°µÑ‚ся эт¸ĵ qemu" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "”ĵµ½ ²ÑÑÑ‚°½²ğµ½ ¸· %s\n" +msgstr "устрıст² ½µ ½°ı´µ½: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "żÑƒÑ‚ÑŒ NULL ¸ğ¸ żÑƒÑÑ‚ı" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı żÑƒÑ‚ÑŒ, '%s' ½µ я²ğяµÑ‚ся ¸·²µÑÑ‚½Ñ‹ĵ ¸½Ñ‚µÑ€Ñ„µıсĵ" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı żÑƒÑ‚ÑŒ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "”Ñ€°ı²µÑ€ QEMU ż´´µÑ€ĥ¸²°µÑ‚ тğьş °´Ñ€µÑ° ²¸Ñ€Ñ‚у°ğь½ı ż°ĵят¸" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "¸ĵя ´ĵµ½°" +msgstr "сħı şĵ°½´Ñ‹ lvs" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "сż¸Ñş ´ĵµ½² у·ğ°" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "”ĵµ½ уĥµ °şÑ‚¸²µ½" +msgid "could not generate random UUID" +msgstr "µ у´°ğсь с³µ½µÑ€¸Ñ€²°Ñ‚ÑŒ UUID" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ сµÑ‚¸ ² XML" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "´ĵµ½ уĥµ °şÑ‚¸²µ½ ş°ş '%s'" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" +msgid "failed to start listening VM" +msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "ш¸ħş° ´µıст²¸Ñ: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "½µÑ‚ ´ĵµ½° с ст²µÑ‚ст²ÑƒÑŽÑ‰¸ĵ ¸ĵµ½µĵ" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "żżÑ‹Ñ‚ş° ¸Ñżğь·²°½¸Ñ ·°şÑ€Ñ‹Ñ‚³ ¸ğ¸ ½µ¸½¸Ñ†¸°ğ¸·¸Ñ€²°½½³ ħр°ħтч¸ş°" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "ħ¸½°Ñ€½Ñ‹ı ф°ığ libvirtd ½µ ½°ı´µ½" + +#: src/remote_internal.c:322 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:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: ´ğя żÑ€Ñ‚şğ° 'ext' ½µħх´¸ĵ уş°·°Ñ‚ÑŒ şĵ°½´Ñƒ" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ tty %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ tty %s: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ tty %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ сşµÑ‚: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ сşµÑ‚: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "тр°½ÑżÑ€Ñ‚½Ñ‹µ ĵµÑ‚´Ñ‹ unix, ssh ¸ ext ½µ ż´´µÑ€ĥ¸²°ÑŽÑ‚ся ² Windows" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "ш¸ħş° żğучµ½¸Ñ UUID ´ĵµ½°" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 #, fuzzy -msgid "struct private_data" -msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² ´ğя ·½°Ñ‡µ½¸ı" +msgid "Error allocating domainEvents" +msgstr "²Ñ‹´µğµ½¸µ ´ĵµ½°" -#: src/remote_internal.c:845 +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 +msgid "struct private_data" +msgstr "struct private_data" + +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "½µ у´°µÑ‚ÑÑ ²Ñ‹´µğ¸Ñ‚ÑŒ стµş ş½Ñ‚µı½µÑ€°" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +msgstr "–ур½°ğ¸Ñ€²°½¸µ ´°½½Ñ‹Ñ… ş½Ñğ¸ ²¸Ñ€Ñ‚у°ğь½ı ĵ°Ñˆ¸½Ñ‹ ½µ у´°ğсь: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" +msgstr "ш¸ħş° ¸½¸Ñ†¸°ğ¸·°Ñ†¸¸ ħ¸ħğ¸Ñ‚µş¸ SASL: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ уст°½²¸Ñ‚ÑŒ °Ñ‚Ñ€¸ħуты: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "½µ у´°µÑ‚ÑÑ уст°½²¸Ñ‚ÑŒ °Ñ‚Ñ€¸ħуты: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "µ у´°ğсь ż´²µÑ€´¸Ñ‚ÑŒ ż´ğ¸½½ÑÑ‚ÑŒ учµÑ‚½Ñ‹Ñ… ´°½½Ñ‹Ñ… şğ¸µ½Ñ‚°: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ tty %s: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" +"żÑ€²µÑ€ş° сµÑ€²µÑ€° (½°Ñˆµ³ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° ¸ğ¸ IP-°´Ñ€µÑ°) ·°²µÑ€Ñˆ¸ğ°ÑÑŒ ½µÑƒ´°Ñ‡µı\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "µ у´°ğсь ż´²µÑ€´¸Ñ‚ÑŒ ż´ğ¸½½ÑÑ‚ÑŒ учµÑ‚½Ñ‹Ñ… ´°½½Ñ‹Ñ… şğ¸µ½Ñ‚°: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "½µ²·ĵĥ½ с·´°Ñ‚ÑŒ ş°½°ğ: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "µşÑ€Ñ€µşÑ‚½µ ·½°Ñ‡µ½¸µ ´ğя ħъµĵ° ż°ĵят¸ (%d)" +msgstr "µ´żÑƒÑÑ‚¸ĵыı т¸ż устрıст²°: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "ĦµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ µÑ‰µ ½µ °şÑ‚¸²¸Ñ€²°½" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: ¸·´°Ñ‚µğь сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° şğ¸µ½Ñ‚° ½µ¸·²µÑÑ‚µ½." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "Ħрş ´µıст²¸Ñ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° ¸ÑÑ‚µş" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸µ½Ñ‚° ¸Ñżğь·ÑƒµÑ‚ ½µħµ·ż°Ñ½Ñ‹ı °ğ³Ñ€¸Ñ‚ĵ." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "˘¸ż сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° ½µ X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "ш¸ħş° gnutls_certificate_get_peers" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" +msgstr "µ у´°ğсь ¸½¸Ñ†¸ğ¸·¸Ñ€²°Ñ‚ÑŒ °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸ÑŽ SASL %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ tty %s: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "Ħрş ´µıст²¸Ñ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° ¸ÑÑ‚µş" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "ĦµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ µÑ‰µ ½µ °şÑ‚¸²¸Ñ€²°½" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "’ğ°´µğµÑ† сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° ½µ ст²µÑ‚ст²ÑƒµÑ‚ ¸ĵµ½¸ у·ğ° (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "сğ¸Ñˆşĵ ĵ½³ ż´şğючµ½¸ı" +msgstr "сğ¸Ñˆşĵ ĵ½³ ячµµş NUMA: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "сğ¸Ñˆşĵ ĵ½³ ´ĵµ½²" +msgstr "сğ¸Ñˆşĵ ĵ½³ ¸´µ½Ñ‚¸Ñ„¸ş°Ñ‚Ñ€² у´°ğµ½½Ñ‹Ñ… ´ĵµ½²: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "´ğ¸½° ст²µÑ‚ст²¸Ñ żÑ€µ²Ñ‹Ñˆ°µÑ‚ ĵ°şÑ¸ĵ°ğь½ ´żÑƒÑÑ‚¸ĵµ ·½°Ñ‡µ½¸µ: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "ч¸Ñğ VCPU żÑ€µ²Ñ‹Ñˆ°µÑ‚ ĵ°şÑ¸ĵ°ğь½ ´żÑƒÑÑ‚¸ĵµ ·½°Ñ‡µ½¸µ: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" +"´ğ¸½° ħуфµÑ€° ст²µÑ‚ст²¸ı VCPU żÑ€µ²Ñ‹Ñˆ°µÑ‚ ĵ°şÑ¸ĵ°ğь½ ´żÑƒÑÑ‚¸ĵµ ·½°Ñ‡µ½¸µ: %d " +"> %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "у·µğ ·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°ğ сğ¸Ñˆşĵ ĵ½³ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€²: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" +"´ğ¸½° ·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½½³ у·ğĵ ħуфµÑ€° ст²µÑ‚ст²¸ı żÑ€µ²Ñ‹Ñˆ°µÑ‚ ĵ°şÑ¸ĵ°ğь½ " +"´żÑƒÑÑ‚¸ĵµ ·½°Ñ‡µ½¸µ: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "сğ¸Ñˆşĵ ĵ½³ ´ĵµ½²" +msgstr "сğ¸Ñˆşĵ ĵ½³ ¸ĵµ½ у´°ğµ½½Ñ‹Ñ… ´ĵµ½²: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: żğучµ½½µ ч¸Ñğ ż°Ñ€°ĵµÑ‚Ñ€² żÑ€µ²Ñ‹Ñˆ°µÑ‚ " +"´żÑƒÑÑ‚¸ĵыı ğ¸ĵ¸Ñ‚" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: ½µ¸·²µÑÑ‚½Ñ‹ı т¸ż ż°Ñ€°ĵµÑ‚Ñ€°" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "¸·ĵµ½¸Ñ‚ÑŒ ²Ñ‹´µğµ½¸µ ż°ĵят¸" +msgstr "½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸ żÑ€¸ ²Ñ‹´µğµ½¸¸ ĵ°ÑÑ¸²°" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż ż°Ñ€°ĵµÑ‚Ñ€°" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "р°·ĵµÑ€ żğучµ½½³ ² рµ·Ñƒğьт°Ñ‚µ ħуфµÑ€° ½µ р°²µ½ ·°żÑ€Ñˆµ½½ĵу р°·ĵµÑ€Ñƒ" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "сğ¸Ñˆşĵ ĵ½³ ż´şğючµ½¸ı" +msgstr "сğ¸Ñˆşĵ ĵ½³ у´°ğµ½½Ñ‹Ñ… сµÑ‚µı: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½ сğ¸Ñˆşĵ ĵ½³ ´Ñ€°ı²µÑ€²" +msgstr "·°żÑ€Ñˆµ½ сğ¸Ñˆşĵ ħğьшµ ч¸Ñğ żÑƒğ² хр°½µ½¸Ñ" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½ сğ¸Ñˆşĵ ĵ½³ ´Ñ€°ı²µÑ€²" +msgstr "żğучµ½ сğ¸Ñˆşĵ ĵ½³ żÑƒğ² хр°½¸ğ¸Ñ‰" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½ сğ¸Ñˆşĵ ĵ½³ ´Ñ€°ı²µÑ€²" +msgstr "·°żÑ€Ñˆµ½ сğ¸Ñˆşĵ ħğьшµ ч¸Ñğ тĵ² хр°½¸ğ¸Ñ‰" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½ сğ¸Ñˆşĵ ĵ½³ ´Ñ€°ı²µÑ€²" +msgstr "żğучµ½ сğ¸Ñˆşĵ ĵ½³ тĵ² хр°½¸ğ¸Ñ‰" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "·°żÑ€Ñˆµ½ сğ¸Ñˆşĵ ħğьшµ ч¸Ñğ тĵ² хр°½¸ğ¸Ñ‰" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "żğучµ½ сğ¸Ñˆşĵ ĵ½³ тĵ² хр°½¸ğ¸Ñ‰" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "·°żÑ€Ñˆµ½ сğ¸Ñˆşĵ ħğьшµ ч¸Ñğ тĵ² хр°½¸ğ¸Ñ‰" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "żğучµ½ сğ¸Ñˆşĵ ĵ½³ тĵ² хр°½¸ğ¸Ñ‰" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸¸ %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "ш¸ħş° ´µıст²¸Ñ" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "žÑˆ¸ħş° с·´°½¸Ñ ½µ°şÑ‚¸²½³ ´ĵµ½° %s\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "½µÑ‚ ż´´µÑ€ĥş¸ ³¸żµÑ€²¸·Ñ€°" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "тş°· ·°żÑ€Ñˆµ½½³ т¸ż° °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸¸ %s" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" +msgid "unsupported authentication type %d" +msgstr "т¸ż °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸¸ %d ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" + +#: src/remote_internal.c:4341 +#, c-format +msgid "failed to initialize SASL library: %d (%s)" +msgstr "ш¸ħş° ¸½¸Ñ†¸°ğ¸·°Ñ†¸¸ ħ¸ħğ¸Ñ‚µş¸ SASL: %d (%s)" + +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "žÑˆ¸ħş° с·´°½¸Ñ ş½Ñ‚µşÑÑ‚° şğ¸µ½Ñ‚° SASL: %d (%s)" + +#: src/remote_internal.c:4402 +msgid "invalid cipher size for TLS session" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı р°·ĵµÑ€ şğюч° ´ğя сµÑÑ¸¸ TLS" + +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "½µ²·ĵĥ½ ·°´°Ñ‚ÑŒ ²½µÑˆ½¸ı SSF %d (%s)" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "ĵµÑ…°½¸·ĵ SASL %s ½µ ż´´µÑ€ĥ¸²°µÑ‚ся сµÑ€²µÑ€ĵ" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "µ у´°ğсь ·°żÑƒÑÑ‚¸Ñ‚ÑŒ с³ğ°Ñ²°½¸µ SASL: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ ´°½½Ñ‹µ °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸¸" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "Ħğ¸Ñˆşĵ ´ğ¸½Ñ‹µ ´°½½Ñ‹µ с³ğ°Ñ²°½¸Ñ SASL: %d ħ°ıт" + +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 -#, fuzzy +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "žÑˆ¸ħş° сħр° ´°½½Ñ‹Ñ… °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸¸" -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" +#: src/remote_internal.c:4722 +msgid "no event support" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "сħı xdr_remote_message_header" + +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" -msgstr "" +msgstr "xdr_int (´ğ¸½° сğ²°)" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" -msgstr "" +msgstr "с сµÑ€²µÑ€° żğучµ½ сğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı ż°şµÑ‚" -#: src/remote_internal.c:4402 -#, fuzzy +#: src/remote_internal.c:4872 msgid "invalid header in reply" -msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" +msgstr "т²µÑ‚ с´µÑ€ĥ¸Ñ‚ ½µ²µÑ€½Ñ‹ı ·°³ğ²ş" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "½µ¸·²µÑÑ‚½°Ñ żÑ€³Ñ€°ĵĵ° (żğучµ½ %x, ĥ¸´°µÑ‚ся %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "½µ¸·²µÑÑ‚½°Ñ ²µÑ€Ñ¸Ñ żÑ€Ñ‚şğ° (żğучµ½ %x, ĥ¸´°µÑ‚ся %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "½µ¸·²µÑÑ‚½°Ñ żÑ€Ñ†µ´ÑƒÑ€° (żğучµ½ %x, ĥ¸´°µÑ‚ся %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "½µ¸·²µÑÑ‚½µ ½°żÑ€°²ğµ½¸µ (żğучµ½ %x, ĥ¸´°µÑ‚ся %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı ст°Ñ‚ус (żğучµ½ %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "сşµÑ‚ ħÑ‹ğ ½µĥ¸´°½½ ·°şÑ€Ñ‹Ñ‚" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "т²µÑ‚ с´µÑ€ĥ¸Ñ‚ ½µ²µÑ€½Ñ‹ı ·°³ğ²ş" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "ш¸ħş° şż¸Ñ€²°½¸Ñ стрş¸" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ żğуч°µÑ‚ся тşÑ€Ñ‹Ñ‚ÑŒ тĵ '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ ½°ıт¸ ş½µÑ† ф°ığ° '%s':%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "½µ у´°µÑ‚ÑÑ ½°ıт¸ ş½µÑ† ф°ığ° '%s':%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "½µ у´°µÑ‚ÑÑ ½°ıт¸ ş½µÑ† ф°ığ° '%s':%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ żğуч¸Ñ‚ÑŒ ş½Ñ‚µşÑÑ‚ ф°ığ° %s: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "ş½Ñ‚µşÑÑ‚" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ ş°Ñ‚°ğ³ %s: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "żÑƒÑ‚ÑŒ" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "żÑƒÑ‚ÑŒ" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "µ у´°ğсь ²Ñ‹żğ½¸Ñ‚ÑŒ şĵż¸ğяц¸ÑŽ regex %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "³Ñ€ÑƒżżÑ‹ regex" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ fd" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" +msgstr "ш¸ħş° żÑ€¸ ĥ¸´°½¸¸ şĵ°½´Ñ‹: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "şĵ°½´° ½µ ·°²µÑ€Ñˆ¸ğ° р°ħту şÑ€Ñ€µşÑ‚½" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "сğ¸Ñˆşĵ ħğьш°Ñ ²µğ¸Ñ‡¸½° n_columns" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "²½ÑƒÑ‚Ñ€µ½½ÑÑ ш¸ħş° %s" +msgstr "ш¸ħş° чтµ½¸Ñ: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "½µ½Ñƒğµ²ı ст°Ñ‚ус ²Ñ‹Ñ…´° şĵ°½´Ñ‹ %d" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: ½µ рµ°ğ¸·²°½\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "тĵ" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "эşÑÑ‚µ½Ñ‚Ñ‹ тĵ°" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "½µ²·ĵĥ½ р°·ħр°Ñ‚ÑŒ ½°Ñ‡°ğь½µ р°Ñżğĥµ½¸µ устрıст²°" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "½µ²·ĵĥ½ р°·ħр°Ñ‚ÑŒ ş½µÑ‡½µ р°Ñżğĥµ½¸µ устрıст²°" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "эşÑÑ‚µ½Ñ‚Ñ‹" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "с²ħ´½Ñ‹ı эşÑÑ‚µ½Ñ‚ ½µ´ÑÑ‚°Ñ‚ч½ ħğьшı" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "½µ²·ĵĥ½ с·´°Ñ‚ÑŒ żÑƒÑ‚ÑŒ '%s': %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ ·°³ğ²ş '%s': %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" +msgstr "½µ´żÑƒÑÑ‚¸ĵыı żÑƒÑ‚ÑŒ: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ² %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "ш¸ħş° ´µıст²¸Ñ" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ‚ч½¸ş ĵ½Ñ‚¸Ñ€²°½¸Ñ" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 +#, fuzzy msgid "retval" -msgstr "" +msgstr "żÑ€Ñ‚°ğ" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ %s: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +msgstr "тсутст²ÑƒµÑ‚ у·µğ ¸ÑÑ‚ч½¸ş°" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½Ñ‹ı żÑƒÑ‚ÑŒ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½µ устрıст²" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "¸ÑÑ‚ч½¸ş" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +msgstr "тсутст²ÑƒµÑ‚ ş°Ñ‚°ğ³ ¸ÑÑ‚ч½¸ş°" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "½µ²·ĵĥ½ с·´°Ñ‚ÑŒ żÑƒÑ‚ÑŒ '%s': %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ тşÑ€Ñ‹Ñ‚ÑŒ żÑƒÑ‚ÑŒ '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "¸ĵя ´ĵµ½°" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "½µ²·ĵĥ½ ²Ñ‹żğ½¸Ñ‚ÑŒ statvfs ´ğя żÑƒÑ‚¸ '%s': %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "цµğь" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "şğюч° тĵ° хр°½¸ğ¸Ñ‰°" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "½µ²·ĵĥ½ ·°żğ½¸Ñ‚ÑŒ ф°ığ '%s': %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "½µ²·ĵĥ½ р°ÑÑˆ¸Ñ€¸Ñ‚ÑŒ ф°ığ '%s': %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ żÑƒÑ‚ÑŒ '%s': %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż тĵ° %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "т¸ż тĵ° хр°½¸ğ¸Ñ‰° ½µ ż´´µÑ€ĥ¸²°µÑ‚ся: %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ ·°´°Ñ‚ÑŒ ²ğ°´µğьц° ф°ığ² '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ ·°´°Ñ‚ÑŒ рµĥ¸ĵ ф°ığ° '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "½µ²·ĵĥ½ ·°şÑ€Ñ‹Ñ‚ÑŒ ф°ığ '%s': %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "½µ²·ĵĥ½ у´°ğ¸Ñ‚ÑŒ с²Ñ·ÑŒ с ф°ığĵ '%s': %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +msgstr "ш¸ħş° żÑ€¸ ż¸Ñşµ у·ğ° %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "½µÑ‚ IP-°´Ñ€µÑ° ´ğя цµğ¸ %s" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "½µ²·ĵĥ½ тфрĵ°Ñ‚¸Ñ€²°Ñ‚ÑŒ IP-°´Ñ€µÑ ´ğя %s" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "żş°·°Ñ‚ÑŒ ²µÑ€Ñ¸ÑŽ" +msgstr "сµÑÑ¸Ñ" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "½µ²·ĵĥ½ ½°ıт¸ сµÑÑ¸ÑŽ" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" -msgstr "˜ĵя" +msgstr "¸ĵяĵя" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ тşÑ€Ñ‹Ñ‚ÑŒ %s: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "şğюч" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "žÑˆ¸ħş° żÑ€¸ ²Ñ‹żğ½µ½¸¸ opendir sysfs ´ğя %s: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "žÑˆ¸ħş° żÑ€¸ ¸·²ğµÑ‡µ½¸¸ цµğ¸ ¸· żÑƒÑ‚¸ sysfs %s/%s" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" +msgstr "µ у´°ğсь ½°ıт¸ LUN ´ğя сµÑÑ¸¸ %s: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "µ у´°ğсь żÑ€µ´µğ¸Ñ‚ÑŒ, я²ğяµÑ‚ся ğ¸ %u:%u:%u:%u LUN c żÑ€Ñĵыĵ ´ÑÑ‚уżĵ" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" +msgstr "µ у´°ğсь ½°ıт¸ ссыğşÑƒ ş устрıст²Ñƒ ´ğя LUN %d" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ż°ĵять ´ğя scsidev" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "" +msgstr "żÑ€Ñ‚°ğ" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "½µ²µÑ€½ сфрĵ¸Ñ€²°½½µ ·½°Ñ‡µ½¸µ сĵµÑ‰µ½¸Ñ эşÑÑ‚µ½Ñ‚° тĵ°" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "½µ²µÑ€½ сфрĵ¸Ñ€²°½½µ ·½°Ñ‡µ½¸µ ´ğ¸½Ñ‹ эşÑÑ‚µ½Ñ‚° тĵ°" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "½µ²µÑ€½ сфрĵ¸Ñ€²°½½µ ·½°Ñ‡µ½¸Ñ р°·ĵµÑ€° эşÑÑ‚µ½Ñ‚° тĵ°" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "¸ĵя ´ĵµ½°" +msgstr "сħı şĵ°½´Ñ‹ lvs" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "сħı şĵ°½´Ñ‹ lvs. ст°Ñ‚ус ²Ñ‹Ñ…´°: %d" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "¸ĵя ´ĵµ½°" +msgid "allocating pvname or vgname" +msgstr "allocating priv->hostname" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "²Ñ‹´µğµ½¸µ сµÑ‚¸" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "²Ñ‹´µğµ½¸µ сµÑ‚¸" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "şĵ°½´½°Ñ стрş°" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "½µ²·ĵĥ½ тşÑ€Ñ‹Ñ‚ÑŒ устрıст² %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "½µ²·ĵĥ½ ч¸ÑÑ‚¸Ñ‚ÑŒ ·°³ğ²ş устрıст²° %s" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "½µ²·ĵĥ½ ·°şÑ€Ñ‹Ñ‚ÑŒ устрıст² %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +msgstr "½µ у´°µÑ‚ÑÑ у´°ğ¸Ñ‚ÑŒ ttyPidFile %s: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "½µ²·ĵĥ½ ½°ıт¸ тğьş чт с·´°½½Ñ‹ı тĵ '%s': %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "½µ²µÑ€½ сфрĵ¸Ñ€²°½½Ñ‹ı эğµĵµ½Ñ‚ ²ğ°´µğьц°" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "½µ²µÑ€½ сфрĵ¸Ñ€²°½½Ñ‹ı эğµĵµ½Ñ‚ ³Ñ€ÑƒżżÑ‹" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "²Ñ‹´µğµ½¸µ у·ğ°" +msgstr "½µ²·ĵĥ½ ²Ñ‹´µğ¸Ñ‚ÑŒ żÑƒğ хр°½¸ğ¸Ñ‰°" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ %s" +msgid "unknown root element for storage pool" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı şÑ€½µ²ı эğµĵµ½Ñ‚" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż тĵ° %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" +msgstr "тсутст²ÑƒµÑ‚ эğµĵµ½Ñ‚ ¸ĵµ½¸" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +msgstr "½µ у´°µÑ‚ÑÑ с³µ½µÑ€¸Ñ€²°Ñ‚ÑŒ UUID" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +msgstr "тсутст²ÑƒµÑ‚ ¸ĵя у·ğ° ¸ÑÑ‚ч½¸ş°" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "сğ¸Ñˆşĵ ĵ½³ ´ĵµ½²" +msgstr "½µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ ¸ÑÑ…´½Ñ‹Ñ… устрıст²°Ñ…" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "·°ħğş¸Ñ€²°½" +msgstr "устрıст²" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" +msgstr "тсутст²ÑƒµÑ‚ żÑƒÑ‚ÑŒ ş ¸ÑÑ…´½ĵу устрıст²Ñƒ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½Ñ‹ı żÑƒÑ‚ÑŒ" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "¸ĵя ´ĵµ½°" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "тсутст²ÑƒµÑ‚ цµğµ²°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +msgstr "тсутст²ÑƒµÑ‚ żÑƒÑ‚ÑŒ ½°·½°Ñ‡µ½¸Ñ" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "фрĵ°Ñ‚ żÑƒğ° ½µ ż´´µÑ€ĥ¸²°µÑ‚ся: %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "½µĥ¸´°µĵыı т¸ż żÑƒğ°" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "стутст²ÑƒµÑ‚ эğµĵµ½Ñ‚ ²ğ°´µğьц°" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı р°·ĵµÑ€ эğµĵµ½Ñ‚² '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "½µ²µÑ€½ сфрĵ¸Ñ€²°½½Ñ‹ı эğµĵµ½Ñ‚ µĵşÑÑ‚¸" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "·½°Ñ‡µ½¸µ эğµĵµ½Ñ‚° µĵşÑÑ‚¸ сğ¸Ñˆşĵ ħğьшµ" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "²Ñ‹´µğµ½¸µ у·ğ°" +msgstr "½µ²·ĵĥ½ ²Ñ‹´µğ¸Ñ‚ÑŒ тĵ хр°½¸ğ¸Ñ‰°" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı şÑ€½µ²ı эğµĵµ½Ñ‚" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" +msgstr "тсутст²ÑƒµÑ‚ эğµĵµ½Ñ‚ ¸ĵµ½¸" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "фрĵ°Ñ‚ тĵ° ½µ ż´´µÑ€ĥ¸²°µÑ‚ся: %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "żÑƒğ" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ сħр°Ñ‚ÑŒ żÑƒÑ‚ÑŒ ş ф°ığу ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ с·´°Ñ‚ÑŒ żÑƒÑ‚ÑŒ ş ÑÑÑ‹ğşµ °²Ñ‚ст°Ñ€Ñ‚°" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "½µ у´°ğсь с³µ½µÑ€¸Ñ€²°Ñ‚ÑŒ XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "½µ у´°µÑ‚ÑÑ у´°ğ¸Ñ‚ÑŒ ş½Ñ„¸³ÑƒÑ€°Ñ†¸ÑŽ ´ğя %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "½µÑ‚ żÑƒğ° с ст²µÑ‚ст²ÑƒÑŽÑ‰¸ĵ UUID" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "½µÑ‚ żÑƒğ° с с²ż°´°ÑŽÑ‰¸ĵ ¸ĵµ½µĵ" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "˜ĵя" +msgstr "¸ĵµ½°" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "żÑƒğ хр°½¸ğ¸Ñ‰ уĥµ сущµÑÑ‚²ÑƒµÑ‚" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "½µÑ‚ żÑƒğ° хр°½¸ğ¸Ñ‰ с с²ż°´°ÑŽÑ‰¸ĵ UUID" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "żÑƒğ ²Ñµ µÑ‰µ °şÑ‚¸²µ½" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "”ĵµ½ уĥµ °şÑ‚¸²µ½" +msgstr "żÑƒğ уĥµ °şÑ‚¸²µ½" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "”ĵµ½ уĥµ °şÑ‚¸²µ½" +msgstr "żÑƒğ хр°½¸ğ¸Ñ‰ уĥµ °şÑ‚¸²µ½" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "" +msgstr "żÑƒğ хр°½¸ğ¸Ñ‰ ½µ °şÑ‚¸²µ½" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "żÑƒğ хр°½¸ğ¸Ñ‰ ²Ñµ µÑ‰µ °şÑ‚¸²µ½" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "żÑƒğ ½µ ż´´µÑ€ĥ¸²°µÑ‚ у´°ğµ½¸µ тĵ²" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "żÑƒğ ½µ ²şğюч°µÑ‚ ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "½µÑ‚ тĵ° хр°½¸ğ¸Ñ‰° с с²ż°´°ÑŽÑ‰¸ĵ ¸ĵµ½µĵ" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "½µ тĵ° хр°½¸ğ¸Ñ‰° с с²ż°´°ÑŽÑ‰¸ĵ şğючĵ" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "½µ тĵ° хр°½¸ğ¸Ñ‰° с с²ż°´°ÑŽÑ‰¸ĵ żÑƒÑ‚µĵ" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "½µÑ‚ тĵ° хр°½¸ğ¸Ñ‰° с с²ż°´°ÑŽÑ‰¸ĵ ¸ĵµ½µĵ" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "żÑƒğ хр°½¸ğ¸Ñ‰ ½µ °şÑ‚¸²µ½" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "żÑƒğ хр°½¸ğ¸Ñ‰ уĥµ °şÑ‚¸²µ½" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "żğучµ½¸µ ²Ñ€µĵµ½¸ ´½Ñ" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "·°³Ñ€Ñƒ·ş° ф°ığ° żÑ€µ´µğµ½¸Ñ хст°" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "хст" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "у·µğ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "с·´°½¸µ ş½Ñ‚µşÑÑ‚° xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "у·ğы numa cpu у·ğ°" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "сşµÑ‚Ñ‹ cpu у·ğ°" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "я´Ñ€° cpu у·ğ°" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "żÑ‚ş¸ cpu у·ğ°" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "°şÑ‚¸²½Ñ‹ı cpu у·ğ°" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "cpu у·ğ° (M³Ñ†)" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "ż°ĵять у·ğ°" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "сż¸Ñş ´ĵµ½² у·ğ°" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "р°·Ñ€µÑˆµ½¸µ ¸ĵµ½¸ ф°ığ° ´ĵµ½°" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "сż¸Ñş ´ĵµ½² у·ğ°" -#: src/test.c:475 -#, fuzzy +#: src/test.c:540 msgid "resolving network filename" -msgstr "р°·Ñ€µÑˆµ½¸µ ¸ĵµ½¸ ф°ığ° ´ĵµ½°" +msgstr "р°·Ñ€µÑˆµ½¸µ ¸ĵµ½¸ ф°ığ° сµÑ‚¸" -#: src/test.c:553 -msgid "testOpen: supply a path or use test:///default" -msgstr "" - -#: src/test.c:790 +#: src/test.c:566 #, fuzzy -msgid "domain not paused" -msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½µ" - -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "”ĵµ½ ²Ñµ µÑ‰µ р°ħт°µÑ‚" - -#: src/test.c:900 -msgid "cannot allocate space for metadata" -msgstr "" - -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "°²Ñ‚·°żÑƒÑş ´ĵµ½°" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" -msgstr "" - -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" +msgid "node pool list" msgstr "сż¸Ñş ´ĵµ½² у·ğ°" -#: src/test.c:961 -msgid "incomplete save header" +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "р°·Ñ€µÑˆµ½¸µ ¸ĵµ½¸ ф°ığ° ´ĵµ½°" + +#: src/test.c:661 +msgid "testOpen: supply a path or use test:///default" +msgstr "testOpen: уş°ĥ¸Ñ‚µ żÑƒÑ‚ÑŒ ¸ğ¸ ¸Ñżğь·Ñƒıтµ test:///default" + +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "´ĵµ½ ½µ ½°ı´µ½" + +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "´ĵµ½ ½µ ²Ñ‹żğ½ÑµÑ‚ся" + +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "½µ²·ĵĥ½ ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя ĵµÑ‚°´°½½Ñ‹Ñ…" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:967 +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" +msgstr "" + +#: src/test.c:1054 +msgid "incomplete save header" +msgstr "½µ·°²µÑ€Ñˆµ½½Ñ‹ı ·°³ğ²ş" + +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "ш¸ħş° чтµ½¸Ñ ¸· ´µĵ½° Xen" +msgstr "ш¸ħş° чтµ½¸Ñ ´ğ¸½Ñ‹ ĵµÑ‚°´°½½Ñ‹Ñ…" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "´ğ¸½° ĵµÑ‚°´°½½Ñ‹Ñ… ²Ñ‹Ñ…´¸Ñ‚ ·° żÑ€µ´µğы ´¸°ż°·½°" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "½µ·°²µÑ€Ñˆµ½½Ñ‹µ ĵµÑ‚°´°½½Ñ‹µ" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "”°ĵż ´ĵµ½° %s схр°½µ½ ² %s\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "сż¸Ñş ´ĵµ½² у·ğ°" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" +msgstr "”¸°ż°·½ żÑ€µ²Ñ‹Ñˆ°µÑ‚ ч¸Ñğ ´ÑÑ‚уż½Ñ‹Ñ… ячµµş" + +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" +msgstr "”ĵµ½ уĥµ р°ħт°µÑ‚" + +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "”ĵµ½ ²Ñµ µÑ‰µ р°ħт°µÑ‚" + +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" +msgstr "ĦµÑ‚ÑŒ µÑ‰µ р°ħт°µÑ‚" + +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" +msgstr "ĦµÑ‚ÑŒ уĥµ р°ħт°µÑ‚" + +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "½µ тĵ° хр°½¸ğ¸Ñ‰° с с²ż°´°ÑŽÑ‰¸ĵ şğючĵ" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "½µ тĵ° хр°½¸ğ¸Ñ‰° с с²ż°´°ÑŽÑ‰¸ĵ żÑƒÑ‚µĵ" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" -msgstr "”ĵµ½ уĥµ р°ħт°µÑ‚" - -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "”ĵµ½ ²Ñµ µÑ‰µ р°ħт°µÑ‚" - -#: src/test.c:1455 +#: src/uml_conf.c:196 #, fuzzy -msgid "Network is still running" -msgstr "”ĵµ½ ²Ñµ µÑ‰µ р°ħт°µÑ‚" +msgid "only TCP listen is supported for chr device" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя с¸ĵ²ğь½³ устрıст²°" -#: src/test.c:1470 +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "½µż´´µÑ€ĥ¸²°µĵыı т¸ż устрıст²° ²²´°: %s" + +#: src/uml_driver.c:339 #, fuzzy -msgid "Network is already running" -msgstr "”ĵµ½ уĥµ р°ħт°µÑ‚" +msgid "cannot initialize inotify" +msgstr "½µ у´°µÑ‚ÑÑ ¸½¸Ñ†¸°ğ¸·¸Ñ€²°Ñ‚ÑŒ ż´´µÑ€ĥşÑƒ ĵст°: %s" -#: src/util.c:154 +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "µ у´°ğсь с·´°Ñ‚ÑŒ ş°Ñ‚°ğ³ %s : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: ½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "½µ у´°ğсь с·´°Ñ‚ÑŒ ф°ığ ĥур½°ğ° %s: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "½µ²·ĵĥ½ тşÑ€Ñ‹Ñ‚ÑŒ %s: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "½µ²·ĵĥ½ ½°ıт¸ сµÑÑ¸ÑŽ" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "½µ²·ĵĥ½ ·°´°Ñ‚ÑŒ рµĥ¸ĵ ф°ığ° '%s': %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ %s: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ ş°Ñ‚°ğ³ %s: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "µ у´°µÑ‚ÑÑ ½°ıт¸ ħ¸½°Ñ€½Ñ‹ı şĵż½µ½Ñ‚ QEMU %s: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "½µ у´°µÑ‚ÑÑ с·´°Ñ‚ÑŒ ş°Ñ‚°ğ³ ĥур½°ğ¸Ñ€²°½¸Ñ %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "ш¸ħş° żÑ€¸ ĥ¸´°½¸¸ şĵ°½´Ñ‹: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "Ÿğучµ½ ½µĥ¸´°½½µ ·½°Ñ‡µ½¸µ PID" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ %s: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ ·°şÑ€Ñ‹Ñ‚ÑŒ ф°ığ '%s': %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +msgstr "½µ²·ĵĥ½ с·´°Ñ‚ÑŒ ş°½°ğ: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ т´µğ¸Ñ‚ÑŒ ´Ñ‡µÑ€½¸ı żÑ€Ñ†µÑÑ: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ у´°ğ¸Ñ‚ÑŒ с²Ñ·ÑŒ с ф°ığĵ '%s': %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "½µ²·ĵĥ½ ч¸ÑÑ‚¸Ñ‚ÑŒ ·°³ğ²ş устрıст²° %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +msgstr "½µ²·ĵĥ½ с·´°Ñ‚ÑŒ ş°Ñ‚°ğ³ °²Ñ‚·°żÑƒÑş° %s: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "ш¸ħş° żğучµ½¸Ñ т¸ż° ³¸żµÑ€²¸·Ñ€°" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "ш¸ħş° żğучµ½¸Ñ т¸ż° ³¸żµÑ€²¸·Ñ€°" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "ш¸ħş° żğучµ½¸Ñ т¸ż° ³¸żµÑ€²¸·Ñ€°" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +msgstr "½µ²·ĵĥ½ р°ÑÑˆ¸Ñ€¸Ñ‚ÑŒ ф°ığ '%s': %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "şĵ°½´½°Ñ стрş°" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "ш¸ħş° чтµ½¸Ñ: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" +"’·²Ñ€°Ñ‚ ş ¸Ñżğь·²°½¸ÑŽ żÑµ²´-сğуч°ı½³ UUID, т°ş ş°ş ½µ у´°ğсь " +"с³µ½µÑ€¸Ñ€²°Ñ‚ÑŒ ħ°ıты сğуч°ı½Ñ‹ĵ ħр°·ĵ: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "żĵщь żµÑ‡°Ñ‚¸" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr " °ÑżµÑ‡°Ñ‚Ñ‹²°µÑ‚ ħщую ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ żĵщ¸ ¸ğ¸ żĵщь ´ğя т´µğь½Ñ‹Ñ… şĵ°½´." -#: src/virsh.c:347 -#, fuzzy +#: src/virsh.c:346 msgid "name of command" -msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" +msgstr "¸ĵя şĵ°½´Ñ‹" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4052,322 +4449,322 @@ msgstr "" "šĵ°½´Ñ‹:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "°²Ñ‚·°żÑƒÑş ´ĵµ½°" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "°ÑÑ‚Ñ€¸Ñ‚ÑŒ ´ĵµ½ ½° °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ı ·°żÑƒÑş żÑ€¸ ·°³Ñ€Ñƒ·şµ." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "¸ĵя ´ĵµ½°, id ¸ğ¸ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "тşğюч¸Ñ‚ÑŒ °²Ñ‚·°żÑƒÑş" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "žÑˆ¸ħş° тĵµÑ‚ş¸ ´ĵµ½° %s ş°ş °²Ñ‚·°żÑƒÑş°µĵ³" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "žÑˆ¸ħş° тĵµÑ‚ş¸ ´ĵµ½° %s ş°ş °²Ñ‚·°żÑƒÑş°µĵ³" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "”ĵµ½ %s żĵµÑ‡µ½ ş°ş °²Ñ‚·°żÑƒÑş°µĵыı\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "”ĵµ½ %s тĵµÑ‡µ½ ş°ş ½µ ·°żÑƒÑş°µĵыı °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(żµÑ€µ)ż´şğюч¸Ñ‚ься ş ³¸żµÑ€²¸·Ñ€Ñƒ" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "Ÿ´şğюч¸Ñ‚ься ş ğş°ğь½ĵу ³¸żµÑ€²¸·Ñ€Ñƒ. ­Ñ‚° ²ÑÑ‚Ñ€µ½½°Ñ şĵ°½´° °şÑ‚¸²½° żÑğµ " "ст°Ñ€Ñ‚° ħğчş¸." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI сµ´¸½µ½¸Ñ ³¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "сµ´¸½µ½¸µ тğьş ´ğя чтµ½¸Ñ" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "žÑˆ¸ħş° тşğючµ½¸Ñ т ³¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "žÑˆ¸ħş° ż´şğючµ½¸Ñ ş ³¸żµÑ€²¸·Ñ€Ñƒ" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "ż´şğюч¸Ñ‚ься ş ³ÑÑ‚µ²ı ş½Ñğ¸" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Ÿ´şğюч¸Ñ‚ься ş żÑğµ´²°Ñ‚µğь½ı ф¸Ñ€Ñ‚у°ğь½ı ş½Ñğ¸ ² ş°Ñ‡µÑÑ‚²µ ³ÑÑ‚я" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "š½Ñğь ½µ´ÑÑ‚уż½° ´ğя ´ĵµ½°\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "½° этı żğ°Ñ‚Ñ„Ñ€ĵµ ş½Ñğь ½µ рµ°ğ¸·²°½°" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "żÑ€Ñĵтр ´ĵµ½²" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "’·²Ñ€°Ñ‰°µÑ‚ сż¸Ñş ´ĵµ½²." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "żÑ€Ñĵтр ½µ°şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "żÑ€Ñĵтр ½µ°şÑ‚¸²½Ñ‹Ñ… ¸ °şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° °şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° ½µ°şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "ID" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "˜ĵя" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Ħт°Ñ‚ус" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "½µÑ‚ ст°Ñ‚ус°" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "ст°Ñ‚ус ´ĵµ½°" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "’·²Ñ€°Ñ‰°µÑ‚ сстя½¸µ ²Ñ‹żğ½ÑÑŽÑ‰µ³ÑÑ ´ĵµ½°." +msgstr "’·²Ñ€°Ñ‰°µÑ‚ сстя½¸µ ´ĵµ½°." + +#: src/virsh.c:704 +msgid "get device block stats for a domain" +msgstr "żğуч¸Ñ‚ÑŒ ст°Ñ‚¸ÑÑ‚¸şÑƒ ħğş° ÑƒÑÑ‚Ñ€ıст² ´ğя ´ĵµ½°" #: src/virsh.c:705 -msgid "get device block stats for a domain" -msgstr "" - -#: src/virsh.c:706 -#, fuzzy msgid "Get device block stats for a running domain." -msgstr "’·²Ñ€°Ñ‰°µÑ‚ сстя½¸µ ²Ñ‹żğ½ÑÑŽÑ‰µ³ÑÑ ´ĵµ½°." +msgstr "Ÿğуч¸Ñ‚ÑŒ ст°Ñ‚¸ÑÑ‚¸şÑƒ ħğş° ÑƒÑÑ‚Ñ€ıст² ´ğя ²Ñ‹żğ½ÑÑŽÑ‰µ³ÑÑ ´ĵµ½°." -#: src/virsh.c:712 -#, fuzzy +#: src/virsh.c:711 msgid "block device" -msgstr "·°ħğş¸Ñ€²°½" +msgstr "ħğч½µ устрıст²" -#: src/virsh.c:733 -#, fuzzy, c-format +#: src/virsh.c:732 +#, c-format msgid "Failed to get block stats %s %s" -msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" +msgstr "µ у´°ğсь żğуч¸Ñ‚ÑŒ ст°Ñ‚¸ÑÑ‚¸şÑƒ ħğч½³ устрıст²° %s %s" + +#: src/virsh.c:761 +msgid "get network interface stats for a domain" +msgstr "żğуч¸¸Ñ‚ÑŒ ст°Ñ‚¸ÑÑ‚¸şÑƒ сµÑ‚µ²³ ¸½Ñ‚µÑ€Ñ„µıс° ´ğя ´ĵµ½°" #: src/virsh.c:762 -#, fuzzy -msgid "get network interface stats for a domain" -msgstr "¸ĵя сµÑ‚¸" - -#: src/virsh.c:763 -#, fuzzy msgid "Get network interface stats for a running domain." -msgstr "’·²Ñ€°Ñ‰°µÑ‚ сстя½¸µ ²Ñ‹żğ½ÑÑŽÑ‰µ³ÑÑ ´ĵµ½°." +msgstr "Ÿğуч¸Ñ‚ÑŒ ст°Ñ‚¸ÑÑ‚¸şÑƒ сµÑ‚µ²³ ¸½Ñ‚µÑ€Ñ„µıс° ´ğя ²Ñ‹żğ½ÑÑŽÑ‰µ³ÑÑ ´ĵµ½°." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" -msgstr "" +msgstr "устрıст² ¸½Ñ‚µÑ€Ñ„µıс°" -#: src/virsh.c:790 -#, fuzzy, c-format +#: src/virsh.c:789 +#, c-format msgid "Failed to get interface stats %s %s" -msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" +msgstr "µ у´°ğсь żğуч¸Ñ‚ÑŒ ст°Ñ‚¸ÑÑ‚¸şÑƒ ¸½Ñ‚µÑ€Ñ„µıс° %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "żµÑ€µ²µÑÑ‚¸ ´ĵµ½ ² сстя½¸µ ĥ¸´°½¸Ñ" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "ŸµÑ€µ²µÑÑ‚¸ ²Ñ‹żğ½ÑÑŽÑ‰¸ıся ´ĵµ½ ² сстя½¸µ ĥ¸´°½¸Ñ." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "”ĵµ½ %s żµÑ€µ²µ´µ½ ² сстя½¸µ ĥ¸´°½¸Ñ \n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстÑ½¸µ ĥ¸´°½¸Ñ" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Ħ·´°Ñ‚ÑŒ ´ĵµ½." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "ф°ığ, с´µÑ€ĥ°Ñ‰¸ı XML ż¸Ñ°½¸µ ´ĵµ½°" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "”ĵµ½ %s с·´°½ ¸· %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "żÑ€µ´µğ¸Ñ‚ÑŒ (½ ½µ ·°żÑƒÑş°Ñ‚ÑŒ) ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "žżÑ€µ´µğ¸Ñ‚ÑŒ ´ĵµ½." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "”ĵµ½ %s żÑ€µ´µğµ½ ½° с½²µ %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "žÑˆ¸ħş° żÑ€µ´µğµ½¸Ñ ´ĵµ½° ½° с½²µ %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "тĵµ½¸Ñ‚ÑŒ żÑ€µ´µğµ½¸µ ½µ°şÑ‚¸²½³ ´ĵµ½°" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½°." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "¸ĵя ´ĵµ½° ¸ğ¸ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "š½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ ´ĵµ½° %s тĵµ½µ½°\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ĵµ½° %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "·°żÑƒÑÑ‚¸Ñ‚ÑŒ р°½µµ żÑ€µ´µğµ½½Ñ‹ı ½µ°şÑ‚¸²½Ñ‹ı ´ĵµ½" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "—°żÑƒÑş ´ĵµ½°." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "”ĵµ½ уĥµ °şÑ‚¸²µ½" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "”ĵµ½ %s ·°żÑƒÑ‰µ½\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "схр°½¸Ñ‚ÑŒ ст°Ñ‚ус ´ĵµ½° ² ф°ığ" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Ħхр°½¸Ñ‚ÑŒ ²Ñ‹żğ½ÑÑŽÑ‰¸ıся ´ĵµ½." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "³´µ схр°½¸Ñ‚ÑŒ" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "”ĵµ½ %s схр°½µ½ ² %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" -msgstr "" +msgstr "żÑ€ÑĵтрµÑ‚ÑŒ/ уст°½²¸Ñ‚ÑŒ ż°Ñ€°ĵµÑ‚ры żğ°½¸Ñ€²Ñ‰¸ş°" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² ´ğя ·½°Ñ‡µ½¸ı" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4376,1661 +4773,1711 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "µşÑ€Ñ€µşÑ‚½µ ·½°Ñ‡µ½¸µ ´ğя ħъµĵ° ż°ĵят¸ (%d)" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "µşÑ€Ñ€µşÑ‚½µ ·½°Ñ‡µ½¸µ ´ğя ħъµĵ° ż°ĵят¸ (%d)" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "µşÑ€Ñ€µşÑ‚½µ ·½°Ñ‡µ½¸µ ´ğя ħъµĵ° ż°ĵят¸ (%d)" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "²ÑÑÑ‚°½²¸Ñ‚ÑŒ ´ĵµ½ ¸· схр°½µ½½³ ф°ığ° ст°Ñ‚ус°" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "’сст°½²¸Ñ‚ÑŒ ´ĵµ½." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "²ÑÑÑ‚°½°²ğ¸²°µĵыı ст°Ñ‚ус" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "”ĵµ½ ²ÑÑÑ‚°½²ğµ½ ¸· %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "žÑˆ¸ħş° ²ÑÑÑ‚°½²ğµ½¸Ñ ´ĵµ½° ¸· %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "²Ñ‹żğ½¸Ñ‚ÑŒ ´°ĵż я´Ñ€° ´ĵµ½° ² ф°ığ ´ğя °½°ğ¸·°" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "”°ĵż я´Ñ€° ´ĵµ½°." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "³´µ схр°½¸Ñ‚ÑŒ ´°ĵż я´Ñ€°" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "”°ĵż ´ĵµ½° %s схр°½µ½ ² %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´°ĵż° ´ĵµ½° %s ² %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "²·ħ½²¸Ñ‚ÑŒ ´ĵµ½" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "’·ħ½²¸Ñ‚ÑŒ р°ħту р°½µµ żÑ€¸ÑÑ‚°½²ğµ½½³ ´ĵµ½°." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "’Ñ‹żğ½µ½¸µ ´ĵµ½° %s ²·ħ½²ğµ½\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "žÑˆ¸ħş° ²·ħ½²ğµ½¸Ñ р°ħты ´ĵµ½° %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "şÑ€µşÑ‚½ тşğюч¸Ñ‚ÑŒ ´ĵµ½" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "’Ñ‹żğ½¸Ñ‚ÑŒ тşğючµ½¸µ цµğµ²³ ´ĵµ½°." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "žÑ‚şğючµ½¸µ ´ĵµ½° %s\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "žÑˆ¸ħş° тşğючµ½¸Ñ ´ĵµ½° %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "żµÑ€µ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ´ĵµ½" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "’Ñ‹żğ½¸Ñ‚ÑŒ şĵ°½´Ñƒ reboot цµğµ²³ ´ĵµ½°." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "ŸµÑ€µ·°³Ñ€Ñƒ·ş° ´ĵµ½° %s\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "žÑˆ¸ħş° żµÑ€µ·°³Ñ€Ñƒ·ş¸ ´ĵµ½° %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "р°·Ñ€ÑƒÑˆ¸Ñ‚ÑŒ ´ĵµ½" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr " °·Ñ€ÑƒÑˆ¸Ñ‚ÑŒ ·°´°½½Ñ‹ı ´ĵµ½." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "”ĵµ½ %s р°·Ñ€ÑƒÑˆµ½\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "žÑˆ¸ħş° р°·Ñ€ÑƒÑˆµ½¸Ñ ´ĵµ½° %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½µ" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "’·²Ñ€°Ñ‰°µÑ‚ с½²½ÑƒÑŽ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ´ĵµ½µ." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "ID:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "˜ĵя:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "˘¸ż žĦ:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Ħт°Ñ‚ус:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "’Ñ€µĵя CPU:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "œ°şÑ.ż°ĵять:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ħµ· ³Ñ€°½¸Ñ‡µ½¸ı" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "—°½ÑÑ‚ ż°ĵят¸:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "²Ñ‚·°żÑƒÑş" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "˜ĵя" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "—°½ÑÑ‚ ż°ĵят¸:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "ŻÑ‡µış¸ NUMA:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "´°½½Ñ‹µ vcpu ´ĵµ½°" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "’·²Ñ€°Ñ‰°µÑ‚ с½²½ÑƒÑŽ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€°Ñ… ´ĵµ½°." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "ŸÑ€¸²Ñ·ş° CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "ş½Ñ‚Ñ€ğ¸Ñ€ÑƒµÑ‚ żÑ€¸½°´ğµĥ½ÑÑ‚ÑŒ ·°´°Ñ‡ ²¸Ñ€Ñ‚у°ğь½Ñ‹ĵ żÑ€Ñ†µÑÑÑ€°ĵ ´ĵµ½°" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "ĦżÑÑ‚°²¸Ñ‚ÑŒ VCPU ´ĵµ½° ф¸·¸Ñ‡µÑş¸ĵ CPU." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "ч¸Ñğ vcpu" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "½ĵµÑ€° cpu хст° (р°·´µğµ½½Ñ‹µ ·°żÑÑ‚ı)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "¤¸·¸Ñ‡µÑş¸ı żÑ€Ñ†µÑÑÑ€ %d ½µ сущµÑÑ‚²ÑƒµÑ‚." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "¸·ĵµ½¸Ñ‚ÑŒ ч¸Ñğ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€²" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "˜·ĵµ½¸Ñ‚ÑŒ ч¸Ñğ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€², °şÑ‚¸²½Ñ‹Ñ… ² ³ÑÑ‚µ²ĵ ´ĵµ½µ." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "ч¸Ñğ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€²" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "ч¸Ñğ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€²" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "Ħğ¸Ñˆşĵ ĵ½³ ²¸Ñ€Ñ‚у°ğь½Ñ‹Ñ… żÑ€Ñ†µÑÑÑ€²." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "¸·ĵµ½¸Ñ‚ÑŒ ²Ñ‹´µğµ½¸µ ż°ĵят¸" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "˜·ĵµ½¸Ñ‚ÑŒ р°ÑżÑ€µ´µğµ½¸µ ż°ĵят¸ ² ³ÑÑ‚µ²ĵ ´ĵµ½µ." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "şğ¸Ñ‡µÑÑ‚² ş¸ğħ°ıт ż°ĵят¸" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "µşÑ€Ñ€µşÑ‚½µ ·½°Ñ‡µ½¸µ ´ğя ħъµĵ° ż°ĵят¸ (%d)" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "¸·ĵµ½¸Ñ‚ÑŒ ĵ°şÑ¸ĵ°ğь½Ñ‹ı ğ¸ĵ¸Ñ‚ ż°ĵят¸" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "" "˜·ĵµ½¸Ñ‚ÑŒ ĵ°şÑ¸ĵ°ğь½ ´żÑƒÑÑ‚¸ĵыı ğ¸ĵ¸Ñ‚ ²Ñ‹´µğяµĵı ż°ĵят¸ ² ³ÑÑ‚µ²ĵ ´ĵµ½µ." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "ĵ°şÑ¸ĵ°ğь½Ñ‹ı ğ¸ĵ¸Ñ‚ ż°ĵят¸ ² ş¸ğħ°ıт°Ñ…" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "тµşÑƒÑ‰°Ñ ż°ĵять ´ĵµ½°" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ у·ğµ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "’·²Ñ€°Ñ‰°µÑ‚ ħщую ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ у·ğµ." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "œ´µğь CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "§°ÑÑ‚Ñ‚° CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "ĦşµÑ‚(ы) CPU:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Ż´µÑ€ ½° сşµÑ‚:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "ŸÑ‚ş² ½° я´Ñ€:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "ŻÑ‡µış¸ NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "žħъµĵ ż°ĵят¸:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "²·ĵĥ½ÑÑ‚¸" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "’·²Ñ€°Ñ‰°µÑ‚ ²·ĵĥ½ÑÑ‚¸ ³¸żµÑ€²¸·Ñ€°/´Ñ€°ı²µÑ€°." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "ш¸ħş° ·°żÑ€Ñ° ²·ĵĥ½ÑÑ‚µı" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½µ ² XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "’Ñ‹²´ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ´ĵµ½µ ² ²¸´µ XML ¸ğ¸ ½° stdout." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ ID ´ĵµ½° ¸ğ¸ UUID ² ¸ĵя ´ĵµ½°" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ID ´ĵµ½° ¸ğ¸ UUID" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ ¸ĵя ´ĵµ½° ¸ğ¸ UUID ² ID ´ĵµ½°" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ ¸ĵя ´ĵµ½° ¸ğ¸ ID ² UUID ´ĵµ½°" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ID ´ĵµ½° ¸ğ¸ ¸ĵя" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "ш¸ħş° żğучµ½¸Ñ UUID ´ĵµ½°" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 #, fuzzy msgid "live migration" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ у·ğµ" -#: src/virsh.c:2227 +#: src/virsh.c:2258 #, fuzzy msgid "connection URI of the destination host" msgstr "ż´şğюч¸Ñ‚ься ş ³ÑÑ‚µ²ı ş½Ñğ¸" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "°²Ñ‚·°żÑƒÑş сµÑ‚¸" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "°ÑÑ‚Ñ€¸Ñ‚ÑŒ сµÑ‚ÑŒ ½° °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ı ·°żÑƒÑş żÑ€¸ ·°³Ñ€Ñƒ·şµ." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "ш¸ħş° тĵµÑ‚ş¸ сµÑ‚¸ %s ş°ş °²Ñ‚·°żÑƒÑş°µĵı" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "ш¸ħş° тĵµÑ‚ş¸ сµÑ‚¸ %s ş°ş ½µ ·°żÑƒÑş°µĵı °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "ĦµÑ‚ÑŒ %s żĵµÑ‡µ½° ş°ş °²Ñ‚·°żÑƒÑş°µĵ°Ñ\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "ĦµÑ‚ÑŒ %s żĵµÑ‡µ½° ş°ş ½µ ·°żÑƒÑş°µĵ°Ñ °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "с·´°Ñ‚ÑŒ сµÑ‚ÑŒ ¸· ф°ığ° XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Ħ·´°Ñ‚ÑŒ сµÑ‚ÑŒ." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "ф°ığ, с´µÑ€ĥ°Ñ‰¸ı XML ż¸Ñ°½¸µ сµÑ‚¸" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "ĦµÑ‚ÑŒ %s с·´°½° ¸· %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ сµÑ‚¸ ¸· %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "żÑ€µ´µğ¸Ñ‚ÑŒ (½ ½µ ·°żÑƒÑş°Ñ‚ÑŒ) сµÑ‚ÑŒ ¸· ф°ığ° XML" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "žżÑ€µ´µğ¸Ñ‚ÑŒ сµÑ‚ÑŒ." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "ĦµÑ‚ÑŒ %s żÑ€µ´µğµ½° ½° с½²µ %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "žÑˆ¸ħş° żÑ€µ´µğµ½¸Ñ сµÑ‚¸ ½° с½²µ %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "р°·Ñ€ÑƒÑˆ¸Ñ‚ÑŒ сµÑ‚ÑŒ" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr " °·Ñ€ÑƒÑˆ¸Ñ‚ÑŒ ´°½½ÑƒÑŽ сµÑ‚ÑŒ." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "¸ĵя сµÑ‚¸, id ¸ğ¸ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "ĦµÑ‚ÑŒ %s р°·Ñ€ÑƒÑˆµ½°\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "žÑˆ¸ħş° р°·Ñ€ÑƒÑˆµ½¸Ñ сµÑ‚¸ %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ сµÑ‚¸ ² XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "’Ñ‹²´ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ сµÑ‚¸ ² ²¸´µ XML ½° stdout." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "żÑ€Ñĵтр сµÑ‚µı" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "’·²Ñ€°Ñ‰°µÑ‚ сż¸Ñş сµÑ‚µı." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "żÑ€Ñĵтр ½µ°şÑ‚¸²½Ñ‹Ñ… сµÑ‚µı" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "żÑ€Ñĵтр ½µ°şÑ‚¸²½Ñ‹Ñ… ¸ °şÑ‚¸²½Ñ‹Ñ… сµÑ‚µı" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° °şÑ‚¸²½Ñ‹Ñ… сµÑ‚µı" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° ½µ°şÑ‚¸²½Ñ‹Ñ… сµÑ‚µı" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "²Ñ‚·°żÑƒÑş" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ħµ· °²Ñ‚·°żÑƒÑş°" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "°şÑ‚¸²½" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "½µ°şÑ‚¸²µ½(-½°)" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ UUID ² сµÑ‚µ²µ ¸ĵя" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid сµÑ‚¸" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "·°żÑƒÑÑ‚¸Ñ‚ÑŒ р°½µµ żÑ€µ´µğµ½½ÑƒÑŽ ½µ°şÑ‚¸²½ÑƒÑŽ сµÑ‚ÑŒ" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "—°żÑƒÑş сµÑ‚¸." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "¸ĵя ½µ°şÑ‚¸²½ı сµÑ‚¸" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "ĦµÑ‚ÑŒ %s ·°żÑƒÑ‰µ½°\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "žÑˆ¸ħş° ·°żÑƒÑş° сµÑ‚¸ %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "тĵµ½¸Ñ‚ÑŒ żÑ€µ´µğµ½¸µ ½µ°şÑ‚¸²½ı сµÑ‚¸" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½ı сµÑ‚¸." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "š½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ сµÑ‚¸ %s тĵµ½µ½°\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ ¸ĵя сµÑ‚¸ ² UUID сµÑ‚¸" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "¸ĵя сµÑ‚¸" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "ш¸ħş° żğучµ½¸Ñ UUID сµÑ‚¸" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "°²Ñ‚·°żÑƒÑş ´ĵµ½°" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "°ÑÑ‚Ñ€¸Ñ‚ÑŒ ´ĵµ½ ½° °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ı ·°żÑƒÑş żÑ€¸ ·°³Ñ€Ñƒ·şµ." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "¸ĵя ´ĵµ½° ¸ğ¸ uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "ш¸ħş° тĵµÑ‚ş¸ сµÑ‚¸ %s ş°ş °²Ñ‚·°żÑƒÑş°µĵı" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "ш¸ħş° тĵµÑ‚ş¸ сµÑ‚¸ %s ş°ş ½µ ·°żÑƒÑş°µĵı °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "”ĵµ½ %s żĵµÑ‡µ½ ş°ş °²Ñ‚·°żÑƒÑş°µĵыı\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "”ĵµ½ %s тĵµÑ‡µ½ ş°ş ½µ ·°żÑƒÑş°µĵыı °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Ħ·´°Ñ‚ÑŒ ´ĵµ½." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "ф°ığ, с´µÑ€ĥ°Ñ‰¸ı XML ż¸Ñ°½¸µ ´ĵµ½°" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "”ĵµ½ %s с·´°½ ¸· %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "”ĵµ½ %s с·´°½ ¸· %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "żÑ€µ´µğ¸Ñ‚ÑŒ (½ ½µ ·°żÑƒÑş°Ñ‚ÑŒ) ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "žżÑ€µ´µğ¸Ñ‚ÑŒ ´ĵµ½." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "”ĵµ½ %s żÑ€µ´µğµ½ ½° с½²µ %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "žÑˆ¸ħş° żÑ€µ´µğµ½¸Ñ ´ĵµ½° ½° с½²µ %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "”ĵµ½ %s żÑ€µ´µğµ½ ½° с½²µ %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ĵµ½° %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "р°·Ñ€ÑƒÑˆ¸Ñ‚ÑŒ ´ĵµ½" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr " °·Ñ€ÑƒÑˆ¸Ñ‚ÑŒ ·°´°½½Ñ‹ı ´ĵµ½." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "”ĵµ½ %s р°·Ñ€ÑƒÑˆµ½\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "žÑˆ¸ħş° р°·Ñ€ÑƒÑˆµ½¸Ñ ´ĵµ½° %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr " °·Ñ€ÑƒÑˆ¸Ñ‚ÑŒ ·°´°½½Ñ‹ı ´ĵµ½." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "”ĵµ½ %s р°·Ñ€ÑƒÑˆµ½\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "žÑˆ¸ħş° р°·Ñ€ÑƒÑˆµ½¸Ñ ´ĵµ½° %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "’Ñ‹żğ½µ½¸µ ´ĵµ½° %s ²·ħ½²ğµ½\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "žÑˆ¸ħş° ²·ħ½²ğµ½¸Ñ р°ħты ´ĵµ½° %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½µ ² XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "’Ñ‹²´ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ´ĵµ½µ ² ²¸´µ XML ¸ğ¸ ½° stdout." -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "żÑ€Ñĵтр ´ĵµ½²" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "’·²Ñ€°Ñ‰°µÑ‚ сż¸Ñş ´ĵµ½²." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "żÑ€Ñĵтр ½µ°şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "żÑ€Ñĵтр ½µ°şÑ‚¸²½Ñ‹Ñ… ¸ °şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° °şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° ½µ°şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ² %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½ сğ¸Ñˆşĵ ĵ½³ ´Ñ€°ı²µÑ€²" +msgstr "żğучµ½ сğ¸Ñˆşĵ ĵ½³ żÑƒğ² хр°½¸ğ¸Ñ‰" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "½µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ĵµ½° %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½ сğ¸Ñˆşĵ ĵ½³ ´Ñ€°ı²µÑ€²" +msgstr "żğучµ½ сğ¸Ñˆşĵ ĵ½³ żÑƒğ² хр°½¸ğ¸Ñ‰" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ у·ğµ" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "’·²Ñ€°Ñ‰°µÑ‚ ħщую ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ у·ğµ." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "²Ñ‹żğ½µ½¸µ" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "²Ñ‹´µğµ½¸µ ´ĵµ½°" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ UUID ² сµÑ‚µ²µ ¸ĵя" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "uuid ´ĵµ½°" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "·°żÑƒÑÑ‚¸Ñ‚ÑŒ р°½µµ żÑ€µ´µğµ½½Ñ‹ı ½µ°şÑ‚¸²½Ñ‹ı ´ĵµ½" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "—°żÑƒÑş ´ĵµ½°." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "”ĵµ½ %s ·°żÑƒÑ‰µ½\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Ħ·´°Ñ‚ÑŒ ´ĵµ½." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "¸ĵя ½µ°şÑ‚¸²½³ ´ĵµ½°" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "”ĵµ½ %s с·´°½ ¸· %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "тĵµ½¸Ñ‚ÑŒ żÑ€µ´µğµ½¸µ ½µ°şÑ‚¸²½³ ´ĵµ½°" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½°." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "š½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ ´ĵµ½° %s тĵµ½µ½°\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ĵµ½° %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ ¸ĵя сµÑ‚¸ ² UUID сµÑ‚¸" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "ш¸ħş° żğучµ½¸Ñ UUID ´ĵµ½°" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "ф°ığ, с´µÑ€ĥ°Ñ‰¸ı XML ż¸Ñ°½¸µ ´ĵµ½°" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "”ĵµ½ %s с·´°½ ¸· %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr " °·Ñ€ÑƒÑˆ¸Ñ‚ÑŒ ·°´°½½Ñ‹ı ´ĵµ½." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "”ĵµ½ %s р°·Ñ€ÑƒÑˆµ½\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "žÑˆ¸ħş° р°·Ñ€ÑƒÑˆµ½¸Ñ ´ĵµ½° %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ у·ğµ" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "’·²Ñ€°Ñ‰°µÑ‚ ħщую ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ħ у·ğµ." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "˘¸ż žĦ:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "·°ħğş¸Ñ€²°½" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½µ ² XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "’Ñ‹²´ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ´ĵµ½µ ² ²¸´µ XML ¸ğ¸ ½° stdout." -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "żÑ€Ñĵтр ´ĵµ½²" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "’·²Ñ€°Ñ‰°µÑ‚ сż¸Ñş ´ĵµ½²." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° °şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ UUID ² сµÑ‚µ²µ ¸ĵя" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ UUID ² сµÑ‚µ²µ ¸ĵя" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "uuid ´ĵµ½°" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "żÑ€µħр°·²°Ñ‚ÑŒ UUID ² сµÑ‚µ²µ ¸ĵя" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "żş°·°Ñ‚ÑŒ ²µÑ€Ñ¸ÑŽ" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "žÑ‚ħр°·¸Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ²µÑ€Ñ¸¸ с¸ÑÑ‚µĵы" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "ш¸ħş° żğучµ½¸Ñ т¸ż° ³¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "’Ñ‹żğ½µ½° şĵż¸ğяц¸Ñ ½° ħ°·µ ħ¸ħğ¸Ñ‚µş¸: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "ш¸ħş° żğучµ½¸Ñ ²µÑ€Ñ¸¸ ħ¸ħğ¸Ñ‚µş¸" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "˜Ñżğь·ÑƒµÑ‚ся ħ¸ħğ¸Ñ‚µş°: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "˜Ñżğь·ÑƒµÑ‚ся API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "ш¸ħş° żğучµ½¸Ñ ²µÑ€Ñ¸¸ ³¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "µ²·ĵĥ½ ¸·²ğµÑ‡ÑŒ ²µÑ€Ñ¸ÑŽ ³¸żµÑ€²¸·Ñ€°, ²Ñ‹żğ½ÑÑŽÑ‰µ³ %s\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "’Ñ‹żğ½ÑµÑ‚ся ³¸żµÑ€²¸·Ñ€: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "½° этĵ у·ğµ NUMA ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "²·ĵĥ½ÑÑ‚¸" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "žÑˆ¸ħş° ż´şğючµ½¸Ñ ş ³¸żµÑ€²¸·Ñ€Ñƒ" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° ½µ°şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "’Ñ‹²´ ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ´ĵµ½µ ² ²¸´µ XML ¸ğ¸ ½° stdout." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "устрıст²" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "ш¸ħş° żğучµ½¸Ñ т¸ż° ³¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "ш¸ħş° żğучµ½¸Ñ т¸ż° ³¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "URI сµ´¸½µ½¸Ñ ³¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "ш¸ħş° żğучµ½¸Ñ UUID ´ĵµ½°" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "´¸Ñżğµı vnc" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "’Ñ‹²´ IP °´Ñ€µÑ° ¸ ½ĵµÑ€° żÑ€Ñ‚° ½° ´¸Ñżğµı VNC." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 #, fuzzy msgid "attach device from an XML file" msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 #, fuzzy msgid "Attach device from an XML ." msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, fuzzy, c-format msgid "Failed to attach device from %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 #, fuzzy msgid "detach device from an XML file" msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 #, fuzzy msgid "Detach device from an XML " msgstr "с·´°Ñ‚ÑŒ ´ĵµ½ ¸· ф°ığ° XML" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, fuzzy, c-format msgid "Failed to detach device from %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ´ĵµ½° ¸· %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 #, fuzzy msgid "attach network interface" msgstr "¸ĵя сµÑ‚¸" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 #, fuzzy msgid "network interface type" msgstr "¸ĵя сµÑ‚¸" -#: src/virsh.c:4711 +#: src/virsh.c:4837 #, fuzzy msgid "source of network interface" msgstr "½µżÑ€µ´µğµ½½µ ¸ĵя сµÑ‚¸" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "¸ĵя сµÑ‚¸" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "¸ĵя сµÑ‚¸" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +msgstr "ш¸ħş° şż¸Ñ€²°½¸Ñ стрş¸" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ½µ°şÑ‚¸²½³ ´ĵµ½° %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "¸ĵя ´ĵµ½°" +msgstr "сħı şĵ°½´Ñ‹ lvs" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "сħı şĵ°½´Ñ‹ lvs. ст°Ñ‚ус ²Ñ‹Ñ…´°: %d" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½°." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½°." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "ш¸ħş° чтµ½¸Ñ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½ı сµÑ‚¸." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½ı сµÑ‚¸." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½°." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "žÑ‚ĵµ½¸Ñ‚ÑŒ ½°·½°Ñ‡µ½¸µ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½°." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "²Ñ‹ıт¸ ¸· ¸½Ñ‚µÑ€°şÑ‚¸²½³ тµÑ€ĵ¸½°ğ°" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "фрĵ°Ñ‚ şĵ°½´Ñ‹ '%s' трµħуµÑ‚ уş°·°½¸Ñ żÑ†¸¸ <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "фрĵ°Ñ‚ şĵ°½´Ñ‹ '%s' трµħуµÑ‚ уş°·°½¸Ñ żÑ†¸¸ --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "şĵ°½´° '%s' ½µ сущµÑÑ‚²ÑƒµÑ‚" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " ˜œŻ\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6039,7 +6486,7 @@ msgstr "" "\n" " Ÿ œ•˘ Ğ\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6047,7 +6494,7 @@ msgstr "" "\n" " žŸ˜Ħ˜•\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6055,55 +6502,55 @@ msgstr "" "\n" " Ÿ œ•˘ Ğ\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s <ч¸Ñğ>" -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s <стрş°>" -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "½µżÑ€µ´µğµ½½µ ¸ĵя ´ĵµ½° ¸ğ¸ ID" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "ш¸ħş° żÑ€¸ żğучµ½¸¸ ´ĵµ½° '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "½µżÑ€µ´µğµ½½µ ¸ĵя сµÑ‚¸" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "ш¸ħş° żÑ€¸ żğучµ½¸¸ сµÑ‚¸ '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "½µżÑ€µ´µğµ½½µ ¸ĵя сµÑ‚¸" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "ш¸ħş° żÑ€¸ żğучµ½¸¸ ´ĵµ½° '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "½µżÑ€µ´µğµ½½µ ¸ĵя сµÑ‚¸" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "ш¸ħş° żÑ€¸ żğучµ½¸¸ ´ĵµ½° '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6114,131 +6561,131 @@ msgstr "" "(’Ñ€µĵя: %.3f ĵс)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "тсутст²ÑƒµÑ‚ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı żÑ€¸·½°ş (¸ĵя şĵ°½´Ñ‹): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "½µ¸·²µÑÑ‚½°Ñ şĵ°½´°: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "şĵ°½´° '%s' ½µ ż´´µÑ€ĥ¸²°µÑ‚ żÑ†¸¸ --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "ĥ¸´°µĵыı фрĵ°Ñ‚: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "ч¸Ñğ" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "стрş°" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "½µĥ¸´°µĵыµ ´°½½Ñ‹µ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "Ÿ œ•˘ " -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "”Ğ•" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "żÑ€¸ÑÑ‚°½²ğµ½" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "тşğюч°µÑ‚ся" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "тşğюч¸Ñ‚ÑŒ" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "°²°Ñ€¸ı½Ñ‹ı сħı" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "°²Ñ‚½ĵ½Ñ‹ı рµĥ¸ĵ" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "½µÑ‚ ´µıст²¸Ñ‚µğь½³ сµ´¸½µ½¸Ñ" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: ш¸ħş°: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "ш¸ħş°: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "Ħħı %s: %d: żÑ€¸ żżÑ‹Ñ‚şµ ²Ñ‹´µğµ½¸Ñ %d ħ°ıт" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "Ħħı %s: %d: żÑ€¸ żżÑ‹Ñ‚şµ ²Ñ‹´µğµ½¸Ñ %lu ħ°ıт" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "ш¸ħş° ż´şğючµ½¸Ñ ş ³¸żµÑ€²¸·Ñ€Ñƒ" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "žÑˆ¸ħş° тşğючµ½¸Ñ т ³¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6270,7 +6717,7 @@ msgstr "" "\n" " şĵ°½´Ñ‹ (тµşÑÑ‚²Ñ‹ı рµĥ¸ĵ):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6281,12 +6728,12 @@ msgstr "" " (½°ħµÑ€¸Ñ‚µ --help <şĵ°½´°> ´ğя ż´Ñ€ħ½ı ¸½Ñ„Ñ€ĵ°Ñ†¸¸ şĵ°½´µ)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "½µż´´µÑ€ĥ¸²°µĵ°Ñ żÑ†¸Ñ '-%c'. žħр°Ñ‚¸Ñ‚µÑÑŒ ş --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6295,7 +6742,7 @@ msgstr "" "”ħр żĥ°ğ²°Ñ‚ÑŒ ² %s - ¸½Ñ‚µÑ€°şÑ‚¸²½Ñ‹ı тµÑ€ĵ¸½°ğ ²¸Ñ€Ñ‚у°ğ¸·°Ñ†¸¸.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6313,879 +6760,962 @@ msgstr "żÑ€µ´ÑƒżÑ€µĥ´µ½¸µ" msgid "error" msgstr "ш¸ħş°" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "µ уş°·°½ сħщµ½¸µ ħ ш¸ħşµ" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "²½ÑƒÑ‚Ñ€µ½½ÑÑ ш¸ħş° %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "²½ÑƒÑ‚Ñ€µ½½ÑÑ ш¸ħş°" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "½µÑ‚ ż´´µÑ€ĥş¸ ³¸żµÑ€²¸·Ñ€°" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "½µÑ‚ ż´´µÑ€ĥş¸ ³¸żµÑ€²¸·Ñ€° %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş ³¸żµÑ€²¸·Ñ€Ñƒ" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµ´¸½µ½¸Ñ ²" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµ´¸½µ½¸Ñ ² %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ² %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ ²" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "ш¸ħş° ´µıст²¸Ñ: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "ш¸ħş° ´µıст²¸Ñ" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "žÑˆ¸ħş° ´µıст²¸Ñ GET: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "žÑˆ¸ħş° ´µıст²¸Ñ GET" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "žÑˆ¸ħş° ´µıст²¸Ñ POST: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "žÑˆ¸ħş° ´µıст²¸Ñ POST" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı ş´ ш¸ħş¸ HTTP %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "ш¸ħş° żÑ€µħр°·²°½¸Ñ S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "ш¸ħş° żÑ€µħр°·²°½¸Ñ S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "½µ²·ĵĥ½ ¸Ñżğь·²°Ñ‚ÑŒ ·°ż¸ÑÑŒ Xen ³¸żµÑ€²¸·Ñ€°" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "½µ²·ĵĥ½ ¸Ñżğь·²°Ñ‚ÑŒ ·°ż¸ÑÑŒ Xen %s " -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş хр°½¸ğ¸Ñ‰Ñƒ Xen" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "½µ²·ĵĥ½ ż´şğюч¸Ñ‚ься ş хр°½¸ğ¸Ñ‰Ñƒ Xen %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "ш¸ħş° Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ я´Ñ€°" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²° %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "тсутст²ÑƒµÑ‚ цµğµ²°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "тсутст²ÑƒµÑ‚ цµğµ²°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²° %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ ¸ĵµ½¸ ´ĵµ½°" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ ¸ĵµ½¸ ´ĵµ½° ² %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ žĦ" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ žĦ ´ğя %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ устрıст²°Ñ…" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ устрıст²°Ñ… ´ğя %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½ сğ¸Ñˆşĵ ĵ½³ ´Ñ€°ı²µÑ€²" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "·°Ñ€µ³¸ÑÑ‚Ñ€¸Ñ€²°½ сğ¸Ñˆşĵ ĵ½³ ´Ñ€°ı²µÑ€² ² %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ш¸ħş° ħр°Ñ‰µ½¸Ñ ş ħ¸ħğ¸Ñ‚µşµ, ²·ĵĥ½ ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "ш¸ħş° ħр°Ñ‰µ½¸Ñ %s ş ħ¸ħğ¸Ñ‚µşµ, ²·ĵĥ½ ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "ż¸Ñ°½¸µ XML ½µżÑ€°²¸ğь½ сфрĵ¸Ñ€²°½ ¸ğ¸ ½µ²µÑ€½" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "ż¸Ñ°½¸µ XML ´ğя %s ½µżÑ€°²¸ğь½ сфрĵ¸Ñ€²°½ ¸ğ¸ ½µ²µÑ€½" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "´ĵµ½ уĥµ сущµÑÑ‚²ÑƒµÑ‚" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "´ĵµ½ %s уĥµ сущµÑÑ‚²ÑƒµÑ‚" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "´µıст²¸ÑŽ ·°żÑ€µÑ‰µ½ ´ÑÑ‚уż ² рµĥ¸ĵµ чтµ½¸Ñ" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "´µıст²¸ÑŽ %s ·°żÑ€µÑ‰µ½ ´ÑÑ‚уż ² рµĥ¸ĵµ чтµ½¸Ñ" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "ш¸ħş° żÑ€¸ żżÑ‹Ñ‚şµ тşÑ€Ñ‹Ñ‚ÑŒ ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ğя чтµ½¸Ñ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "ш¸ħş° żÑ€¸ żżÑ‹Ñ‚şµ тşÑ€Ñ‹Ñ‚ÑŒ %s ´ğя чтµ½¸Ñ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "ш¸ħş° чтµ½¸Ñ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "ш¸ħş° чтµ½¸Ñ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "ш¸ħş° р°·ħр° ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "ш¸ħş° р°·ħр° ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "ш¸ħş° с¸½Ñ‚°şÑ¸Ñ° ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "ш¸ħş° с¸½Ñ‚°şÑ¸Ñ° ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "ш¸ħş° р°·ħр°" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ²" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ² %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "эт° сµÑ‚ÑŒ уĥµ сущµÑÑ‚²ÑƒµÑ‚" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "сµÑ‚ÑŒ %s уĥµ сущµÑÑ‚²ÑƒµÑ‚" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "ш¸ħş° с¸ÑÑ‚µĵ½³ ²Ñ‹·²°" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "ш¸ħş°" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "ш¸ħş° с¸ÑÑ‚µĵ½³ ²Ñ‹·²°" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½µ" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "”ĵµ½ ²ÑÑÑ‚°½²ğµ½ ¸· %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "ĦµÑ‚ÑŒ %s с·´°½° ¸· %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "ш¸ħş° ´µıст²¸Ñ" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "ш¸ħş° ´µıст²¸Ñ: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "ĦµÑ‚ÑŒ %s с·´°½° ¸· %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "ĦµÑ‚ÑŒ %s с·´°½° ¸· %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ²" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ² %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ²" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ² %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь сµÑ‚¸ ²" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ² %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "устрıст² ½µ ½°ı´µ½: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "устрıст² ½µ ½°ı´µ½: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "²Ñ‹´µğµ½¸µ ´ĵµ½°" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "žÑˆ¸ħş° żÑ€¸ р°·ħрµ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ '%s' : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ż°ĵять ´ğя сż¸Ñş° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "žÑˆ¸ħş° żÑ€¸ р°·ħрµ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ '%s' : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "²Ñ‹´µğµ½¸µ %d ´°½½Ñ‹Ñ… ´ĵµ½°" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "ш¸ħş° ż´şğючµ½¸Ñ ş Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "ш¸ħş° чтµ½¸Ñ ¸· ´µĵ½° Xen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "žÑˆ¸ħş° ²·ħ½²ğµ½¸Ñ р°ħты ´ĵµ½° %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ½²Ñ‹ı ħуфµÑ€" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "ш¸ħş° ´µıст²¸Ñ: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "ш¸ħş° urlencode żÑ€¸ с·´°½¸¸ S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "½µ²µÑ€½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, domid ´ğĥµ½ ħыть ч¸Ñğĵ" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ ¸ĵя" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ ¸ĵя" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ я´Ñ€ ¸ ·°³Ñ€Ñƒ·Ñ‡¸ş" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, ½µÑ‚ dev ´ğя vbd" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, ½µÑ‚ src ´ğя vbd" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "ш¸ħş° р°·ħр° ¸ĵµ½¸ ф°ığ° vbd, тсутст²ÑƒµÑ‚ ¸ĵя ´Ñ€°ı²µÑ€°" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "ш¸ħş° р°·ħр° ¸ĵµ½¸ ф°ığ° vbd, тсутст²ÑƒµÑ‚ т¸ż ´Ñ€°ı²µÑ€°" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ dict" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" +msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż auth '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "ш¸ħş° р°·ħр° ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ´ĵµ½° Xend" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "ш¸ħş° с¸½Ñ‚°şÑ¸Ñ° ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "ш¸ħş° р°·ħр° ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ´ĵµ½° Xend" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" +msgstr "½µż´´µÑ€ĥ¸²°µĵыı т¸ż устрıст²° ²²´°: %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ ·½°Ñ‡µ½¸ı" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "ż°ĵять у·ğ°" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "ш¸ħş° ´µıст²¸Ñ" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ´ĵµ½° %s" +msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ш¸ħş° ´µıст²¸Ñ: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "ш¸ħş° żğучµ½¸Ñ т¸ż° ³¸żµÑ€²¸·Ñ€°" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "ш¸ħş° р°·ħр° ¸½Ñ„Ñ€ĵ°Ñ†¸¸ ´ĵµ½° Xend" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "žÑˆ¸ħş° с·´°½¸Ñ ½µ°şÑ‚¸²½³ ´ĵµ½° %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ ¸ĵя" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı у·µğ" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "ш¸ħş° żğучµ½¸Ñ т¸ż° ³¸żµÑ€²¸·Ñ€°" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" -msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ uuid" +msgstr "½µżğ½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ĵµ½°, тсутст²ÑƒµÑ‚ ¸ĵя" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "ш¸ħş° żÑ€¸ żżÑ‹Ñ‚şµ тşÑ€Ñ‹Ñ‚ÑŒ %s ´ğя чтµ½¸Ñ" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +msgstr "ш¸ħş° чтµ½¸Ñ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" +msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż ´ĵµ½° %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" +msgstr "т¸ż тĵ° хр°½¸ğ¸Ñ‰° ½µ ż´´µÑ€ĥ¸²°µÑ‚ся: %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ ·½°Ñ‡µ½¸ı" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "сż¸Ñş ´ĵµ½² у·ğ°" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "ш¸ħş° ħр°Ñ‰µ½¸Ñ ş ħ¸ħğ¸Ñ‚µşµ, ²·ĵĥ½ ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" +msgstr "ai_socktype ½µ ż´´µÑ€ĥ¸²°µÑ‚ся" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "ш¸ħş° с¸½Ñ‚°şÑ¸Ñ° ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +msgstr "µ²µÑ€½°Ñ фрĵуğ¸Ñ€²ş° UUID ² ф°ığµ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "½µ²·ĵĥ½ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ %s: %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ ·½°Ñ‡µ½¸ı" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ ·½°Ñ‡µ½¸ı" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ ·½°Ñ‡µ½¸ı" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "сµ´¸½µ½¸µ тğьş ´ğя чтµ½¸Ñ" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "żÑ€Ñĵтр ½µ°şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı у·µğ dict" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "žÑˆ¸ħş° ²ÑÑÑ‚°½²ğµ½¸Ñ ´ĵµ½° ¸· %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "¸ĵя ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сğ¸Ñˆşĵ ´ğ¸½½µ" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "тµşÑƒÑ‰°Ñ ż°ĵять ´ĵµ½°" +msgstr "½µ у´°µÑ‚ÑÑ żğуч¸Ñ‚ÑŒ тµşÑƒÑ‰µµ ²Ñ€µĵя" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "ш¸ħş° чтµ½¸Ñ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ" +msgstr "½µ¸·²µÑÑ‚½µ устрıст²" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "µ у´°ğсь у´°ğ¸Ñ‚ÑŒ ссыğşÑƒ °²Ñ‚·°żÑƒÑş° '%s': %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "½µ у´°ğсь с·´°Ñ‚ÑŒ ф°ığ ĥур½°ğ° %s: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "½µ у´°ğсь с·´°Ñ‚ÑŒ ф°ığ ĥур½°ğ° %s: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "µ´żÑƒÑÑ‚¸ĵыı ż°Ñ€°ĵµÑ‚Ñ€ ´ğя virXPathString()" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "µ´żÑƒÑÑ‚¸ĵыı ż°Ñ€°ĵµÑ‚Ñ€ ´ğя virXPathNumber()" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "µ´żÑƒÑÑ‚¸ĵыı ż°Ñ€°ĵµÑ‚Ñ€ ´ğя virXPathBoolean()" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "µ´żÑƒÑÑ‚¸ĵыı ż°Ñ€°ĵµÑ‚Ñ€ ´ğя virXPathNode()" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "µ´żÑƒÑÑ‚¸ĵыı ż°Ñ€°ĵµÑ‚Ñ€ ´ğя virXPathNodeSet()" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² стрş" #: src/xmlrpc.c:53 @@ -7204,7 +7734,7 @@ msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² ´ğя ·½°Ñ‡µ½¸ı" #: src/xmlrpc.c:185 #, fuzzy msgid "allocate dict" -msgstr "½°·½°Ñ‡¸Ñ‚ÑŒ ½²Ñ‹ı ş½Ñ‚µşÑÑ‚" +msgstr "²Ñ‹´µğµ½¸µ ´ĵµ½°" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7230,6 +7760,10 @@ msgstr "½°·½°Ñ‡¸Ñ‚ÑŒ т²µÑ‚" msgid "read response" msgstr "żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ т²µÑ‚" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² стрş" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "ш¸ħş° р°·ħр° т²µÑ‚° сµÑ€²µÑ€°" @@ -7238,302 +7772,378 @@ msgstr "ш¸ħş° р°·ħр° т²µÑ‚° сµÑ€²µÑ€°" msgid "allocate new context" msgstr "½°·½°Ñ‡¸Ñ‚ÑŒ ½²Ñ‹ı ş½Ñ‚µşÑÑ‚" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "ш¸ħş° ż´şğючµ½¸Ñ ş Xen Store" -#~ msgid "blocked" -#~ msgstr "·°ħğş¸Ñ€²°½" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ %s" +msgid "failed to allocate activeDomainList" +msgstr "žÑˆ¸ħş° тħр°ĥµ½¸Ñ сż¸Ñş° °şÑ‚¸²½Ñ‹Ñ… ´ĵµ½²" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "¸ĵя сµÑ‚¸" +msgid "failed to allocate xsWatchList" +msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя ostype" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "тµşÑƒÑ‰°Ñ ż°ĵять ´ĵµ½°" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "żÑƒğ уĥµ °şÑ‚¸²µ½" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "²Ñ‹´µğµ½¸µ ´ĵµ½°" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "Ÿğучµ½ с¸³½°ğ %d. ž½ ħу´µÑ‚ żµÑ€µ´°½ ´Ñ€°ı²µÑ€°ĵ." + +#~ msgid "allocating conn->name" +#~ msgstr "allocating conn->name" + +#~ msgid "missing filesystem type" +#~ msgstr "тсутст²ÑƒµÑ‚ т¸ż ф°ığ²ı с¸ÑÑ‚µĵы" + +#~ msgid "empty or invalid mount source" +#~ msgstr "¸ÑÑ‚ч½¸ş ĵ½Ñ‚¸Ñ€²°½¸Ñ żÑƒÑÑ‚ ¸ğ¸ ½µ´żÑƒÑÑ‚¸ĵµ ·½°Ñ‡µ½¸µ" + #~ msgid "missing mount target" -#~ msgstr "тсутст²ÑƒµÑ‚ цµğµ²°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +#~ msgstr "тсутст²ÑƒµÑ‚ цµğь ĵ½Ñ‚¸Ñ€²°½¸Ñ" + +#~ msgid "empty or invalid mount target" +#~ msgstr "żÑƒÑÑ‚°Ñ ¸ğ¸ ½µ´żÑƒÑÑ‚¸ĵ°Ñ цµğь ĵ½Ñ‚¸Ñ€²°½¸Ñ" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +#~ msgstr "½µ у´°ğсь с³µ½µÑ€¸Ñ€²°Ñ‚ÑŒ UUID" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "½µ²µÑ€½Ñ‹ı °Ñ€³Ñƒĵµ½Ñ‚ ²" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" +#~ msgstr "½µ´żÑƒÑÑ‚¸ĵыı ¸ğ¸ тсутст²ÑƒÑŽÑ‰¸ı эğµĵµ½Ñ‚ init" + +#~ msgid "init string too long" +#~ msgstr "´ğ¸½° стрş¸ init сğ¸Ñˆşĵ ²µğ¸ş°" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "µşÑ€Ñ€µşÑ‚½µ ·½°Ñ‡µ½¸µ ´ğя ħъµĵ° ż°ĵят¸ (%d)" +#~ msgstr "½µ´żÑƒÑÑ‚¸ĵµ ·½°Ñ‡µ½¸µ ´ğя ħъµĵ° ż°ĵят¸" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" +#~ msgstr "½µ´żÑƒÑÑ‚¸ĵыı şÑ€½µ²ı эğµĵµ½Ñ‚" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ ¸ĵµ½¸ ´ĵµ½°" +#~ msgstr "тсутст²ÑƒµÑ‚ т¸ż ´ĵµ½°" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" +#~ msgstr "½µ´żÑƒÑÑ‚¸ĵыı ID ´ĵµ½°" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "" +#~ "µ żğуч°µÑ‚ся żµÑ€µżÑ€µ´µğ¸Ñ‚ÑŒ °şÑ‚¸²½ÑƒÑŽ ²¸Ñ€Ñ‚у°ğь½ÑƒÑŽ ĵ°Ñˆ¸½Ñƒ с ¸ĵµ½µĵ %s" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "ш¸ħş° żÑ€¸ żÑ€²µÑ€şµ żÑ€Ñ†µÑÑ° ş½Ñ‚µı½µÑ€°: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "žÑˆ¸ħş° с·´°½¸Ñ сµÑ‚¸ ¸· %s" +#~ msgstr "½µ у´°ğсь тşÑ€Ñ‹Ñ‚ÑŒ ş°Ñ‚°ğ³ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ %s: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +#~ msgstr "½µ у´°µÑ‚ÑÑ с·´°Ñ‚ÑŒ ş°Ñ‚°ğ³ сстя½¸Ñ lxc %s: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "½µ у´°µÑ‚ÑÑ сħр°Ñ‚ÑŒ żÑƒÑ‚ÑŒ ş ф°ığу pid tty" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +#~ msgstr "½µ у´°µÑ‚ÑÑ с·´°Ñ‚ÑŒ ф°ığ pid tty %s: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +#~ msgstr "½µ у´°µÑ‚ÑÑ ²Ñ‹żğ½¸Ñ‚ÑŒ fdopen ´ğя ф°ığ° pid tty %s: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +#~ msgstr "½µ у´°µÑ‚ÑÑ ·°ż¸Ñ°Ñ‚ÑŒ ф°ığ tty pid %s: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +#~ msgstr "½µ у´°µÑ‚ÑÑ тşÑ€Ñ‹Ñ‚ÑŒ ф°ığ pid tty %s: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸: %s" +#~ msgstr "½µ у´°µÑ‚ÑÑ żÑ€Ñ‡¸Ñ‚°Ñ‚ÑŒ ф°ığ pid tty %s: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "ш¸ħş° ·°żÑƒÑş° %s\n" +#~ msgstr "execl failed to exec init: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "тµşÑƒÑ‰°Ñ ż°ĵять ´ĵµ½°" +#~ msgstr "½µ у´°µÑ‚ÑÑ żğуч¸Ñ‚ÑŒ хр°½¸ğ¸Ñ‰µ ´ğя ¸ĵµ½¸ vm tty" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +#~ msgstr "сħı posix_openpt: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "ш¸ħş° ´µıст²¸Ñ: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +#~ msgstr "сħı ptsname_r: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +#~ msgstr "сħı epoll_ctl(fd2): %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "ш¸ħş° żÑ€¸ żżÑ‹Ñ‚şµ тşÑ€Ñ‹Ñ‚ÑŒ %s ´ğя чтµ½¸Ñ" +#~ msgstr "½µ у´°µÑ‚ÑÑ р°·´µğ¸Ñ‚ÑŒ żÑ€Ñ†µÑÑ żµÑ€µ½°żÑ€°²ğµ½¸Ñ tty: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +#~ msgstr "сħı żÑ€¸ тżÑ€°²şµ SIGTERM: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +#~ msgstr "сħı żÑ€¸ тżÑ€°²şµ SIGKILL żÑ€Ñ†µÑÑÑƒ tty: %s" -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "žÑˆ¸ħş° ·°żÑƒÑş° ´ĵµ½° %s" - -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "ш¸ħş° ´µıст²¸Ñ: %s" +#~ msgstr "сħı żÑ€¸ тżÑ€°²şµ SIGKILL: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "тсутст²ÑƒµÑ‚ цµğµ²°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "" +#~ "žÑˆ¸ħş°: şÑ‚¸²½°Ñ ²¸Ñ€Ñ‚у°ğь½°Ñ ĵ°Ñˆ¸½° OPENVZ уĥµ ¸ĵµµÑ‚ ¸´µ½Ñ‚¸Ñ„¸ş°Ñ‚Ñ€ '%s'" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ ¸ĵµ½¸ ´ĵµ½°" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ ¸ĵµ½¸ ´ĵµ½°" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" +#~ msgstr "½µ´żÑƒÑÑ‚¸ĵыı °Ñ‚Ñ€¸ħут т¸ż° ´ĵµ½°" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ²" +#~ msgstr "½µ´żÑƒÑÑ‚¸ĵµ ¸ĵя ´ĵµ½°" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "žÑˆ¸ħş° ID VPS (´ğĥ½ ħыть цµğыĵ ·½°Ñ‡µ½¸µĵ ½µ ĵµ½ÑŒÑˆµ 100)" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "—°´°½½Ñ‹ı ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ '%s' ½µ с´µÑ€ĥ¸Ñ‚ IP-°´Ñ€µÑ" + +#~ msgid "ipaddress length too long" +#~ msgstr "´ğ¸½° IP-°´Ñ€µÑ сğ¸Ñˆşĵ ²µğ¸ş°" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "žżµÑ€°Ñ†¸Ñ с·´°½¸Ñ ż°ĵят¸ ´ğя струşÑ‚уры 'ovz_ip' ½µ у´°ğ°ÑÑŒ" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "—°´°½½Ñ‹ı ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ '%s' ½µ с´µÑ€ĥ¸Ñ‚ °´Ñ€µÑ° ĵ°Ñş¸ сµÑ‚¸" + +#~ msgid "netmask length too long" +#~ msgstr "´ğ¸½° ĵ°Ñş¸ сµÑ‚¸ сğ¸Ñˆşĵ ²µğ¸ş°" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "—°´°½½Ñ‹ı ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ '%s' ½µ с´µÑ€ĥ¸Ñ‚ ¸ĵя у·ğ°" + +#~ msgid "hostname length too long" +#~ msgstr "´ğ¸½° ¸ĵµ½¸ у·ğ° сğ¸Ñˆşĵ ²µğ¸ş°" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "—°´°½½Ñ‹ı ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ '%s' ½µ с´µÑ€ĥ¸Ñ‚ °´Ñ€µÑ шğю·°" + +#~ msgid "gateway length too long" +#~ msgstr "´ğ¸½° °´Ñ€µÑ° шğю·° сğ¸Ñˆşĵ ²µğ¸ş°" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "—°´°½½Ñ‹ı ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ '%s' ½µ с´µÑ€ĥ¸Ñ‚ °´Ñ€µÑ сµÑ€²µÑ€° ¸ĵµ½" + +#~ msgid "nameserver length too long" +#~ msgstr "´ğ¸½° °´Ñ€µÑ° сµÑ€²µÑ€° ¸ĵµ½ сğ¸Ñˆşĵ ²µğ¸ş°" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "žżµÑ€°Ñ†¸Ñ с·´°½¸Ñ ż°ĵят¸ ´ğя струşÑ‚уры 'ovz_ns' ½µ у´°ğ°ÑÑŒ" + +#~ msgid "profile length too long" +#~ msgstr "´ğ¸½° żÑ€Ñ„¸ğя сğ¸Ñˆşĵ ²µğ¸ş°" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² ´ğя ·½°Ñ‡µ½¸ı" +#~ msgstr "сħı calloc" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "žÑˆ¸ħş° żÑ€¸ р°·ħрµ ż°Ñ€°ĵµÑ‚Ñ€² ² OPENVZ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "žÑˆ¸ħş° żÑ€¸ с·´°½¸¸ ²¸Ñ€Ñ‚у°ğь½ı ĵ°Ñˆ¸½Ñ‹ OPENVZ" #~ msgid "failed to exec %s\n" #~ msgstr "ш¸ħş° ·°żÑƒÑş° %s\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "ш¸ħş° żğучµ½¸Ñ ´°½½Ñ‹Ñ… у·ğ°" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ĵ°ÑÑ¸² ´ğя ·½°Ñ‡µ½¸ı" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "½µżÑ€µ´²¸´µ½½Ñ‹ı т¸ż mime" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ID ´ĵµ½° ¸ğ¸ ¸ĵя" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ² %s" +#~ msgstr "µ´żÑƒÑÑ‚¸ĵµ ¸ĵя устрıст²° CD-ROM: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "µ´żÑƒÑÑ‚¸ĵыı т¸ż ш¸½Ñ‹: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +#~ msgstr "Ħğ¸Ñˆşĵ ´ğ¸½½µ ¸ĵя сµÑ‚¸ '%s'" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "Ħğ¸Ñˆşĵ ´ğ¸½½µ ¸ĵя ¸½Ñ‚µÑ€Ñ„µıс° TAP '%s'" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "Ħğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı żÑƒÑ‚ÑŒ ş сцµ½°Ñ€¸ÑŽ TAP: '%s'" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "Ħğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı żÑƒÑ‚ÑŒ ş ĵсту TAP: '%s'" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "Ħğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı IP-°´Ñ€µÑ: '%s'" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +#~ msgstr "˜ĵя ĵ´µğ¸ '%s' сğ¸Ñˆşĵ ´ğ¸½½µ" + +#~ msgid "too many character devices" +#~ msgstr "сğ¸Ñˆşĵ ĵ½³ с¸ĵ²ğь½Ñ‹Ñ… устрıст²" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "тсутст²ÑƒµÑ‚ ¸ÑÑ…´½°Ñ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ´ğя устрıст²°" +#~ msgstr "тсутст²ÑƒµÑ‚ ĵ´µğь ·²Ñƒş²³ устрıст²°" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "½µżÑ€°²¸ğь½Ñ‹ı уş°·°Ñ‚µğь ´ĵµ½° ² %s" +#~ msgstr "½µ´żÑƒÑÑ‚¸ĵ°Ñ ĵ´µğь ·²Ñƒş²³ устрıст²° '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "¸ĵя ´ĵµ½° ¸ğ¸ uuid" +#~ msgstr "сğ¸Ñˆşĵ ´ğ¸½½µ ¸ĵя ´ĵµ½°" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ħ у·ğµ" +#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ż°ĵят¸ сфрĵ¸Ñ€²°½° ½µ²µÑ€½" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "´°½½Ñ‹µ vcpu ´ĵµ½°" +#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ VCPU сфрĵ¸Ñ€²°½° ½µ²µÑ€½" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "´°½½Ñ‹µ vcpu ´ĵµ½°" +#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ ĵ°Ñş¸ VCPU сфрĵ¸Ñ€²°½° ½µ²µÑ€½µ" + +#~ msgid "architecture type too long" +#~ msgstr "´ğ¸½° т¸ż° °Ñ€Ñ…¸Ñ‚µşÑ‚уры сğ¸Ñˆşĵ ²µğ¸ş°" + +#~ msgid "machine type too long" +#~ msgstr "´ğ¸½° т¸ż° ĵ°Ñˆ¸½Ñ‹ сğ¸Ñˆşĵ ²µğ¸ş°" + +#~ msgid "kernel path too long" +#~ msgstr "żÑƒÑ‚ÑŒ ş я´Ñ€Ñƒ сğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı" + +#~ msgid "initrd path too long" +#~ msgstr "сğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı żÑƒÑ‚ÑŒ ş initrd" + +#~ msgid "cmdline arguments too long" +#~ msgstr "сğ¸Ñˆşĵ ´ğ¸½½Ñ‹µ °Ñ€³Ñƒĵµ½Ñ‚Ñ‹ cmdline" + +#~ msgid "unsupported guest type" +#~ msgstr "½µż´´µÑ€ĥ¸²°µĵыı т¸ż ³ÑÑ‚µ²ı с¸ÑÑ‚µĵы" + +#~ msgid "emulator path too long" +#~ msgstr "´ğ¸½° żÑƒÑ‚¸ ş эĵуğятру сğ¸Ñˆşĵ ²µğ¸ş°" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "µż´´µÑ€ĥ¸²°µĵыı т¸ż ³Ñ€°Ñ„¸Ñ‡µÑş³ устрıст²° %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ ´¸Ñş°" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ сµÑ‚¸" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ ²²´°" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя ·²Ñƒş²³ устрıст²°" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ vm" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ ´¸°ż°·½°" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ network_def" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ xmlXPathContext" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "¸ĵя сµÑ‚¸ ¸ğ¸ uuid" +#~ msgstr "¸ĵя сµÑ‚¸ сğ¸Ñˆşĵ ´ğ¸½½µ" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "сğ¸Ñˆşĵ ´ğ¸½½µ ¸ĵя устрıст²° ´ğя żµÑ€µ½°żÑ€°²ğµ½¸Ñ '%s'" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" +#~ msgstr "½µ у´°ğсь ²Ñ‹´µğ¸Ñ‚ÑŒ ĵµÑÑ‚ ´ğя стрş¸ сµÑ‚¸" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "žÑˆ¸ħş° żÑ€¸ р°·ħрµ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ³ÑÑ‚я QEMU '%s' : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "" +#~ "µ¸·²µÑÑ‚½°Ñ ш¸ħş°. Ÿĥ°ğуıст°, тżÑ€°²ÑŒÑ‚µ тчµÑ‚ ² с¸ÑÑ‚µĵу Bugzilla.\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "" +#~ "˜ĵя ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ ³ÑÑ‚я QEMU '%s' ½µ ст²µÑ‚ст²ÑƒµÑ‚ ¸ĵµ½¸ ³ÑÑ‚я '%s'" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "" +#~ "µ у´°ğсь ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ş½Ñ„¸³ÑƒÑ€°Ñ†¸ÑŽ ³ÑÑ‚я QEMU '%s'. ŸÑ€¸Ñ‡¸½°: ½µ´ÑÑ‚°Ñ‚ч½ " +#~ "ż°ĵят¸." -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "ш¸ħş° ´ħ°²ğµ½¸Ñ сµÑ‚¸ ² хэш-т°ħğ¸Ñ†Ñƒ сµ´¸½µ½¸ı" +#~ msgstr "µ у´°ğсь ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ş½Ñ„¸³ÑƒÑ€°Ñ†¸ÑŽ сµÑ‚¸ '%s'. µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸." + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "˜ĵя ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ '%s/%s' сğ¸Ñˆşĵ ´ğ¸½½µ" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "ŸÑƒÑ‚ÑŒ ş ÑÑÑ‹ğşµ °²Ñ‚ст°Ñ€Ñ‚° '%s/%s' сğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "²Ñ‹´µğµ½¸µ ´ĵµ½°" +#~ msgstr "²Ñ‹´µğµ½¸µ ĵ°Ñş¸ żÑ€Ñ†µÑÑÑ€°" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "žÑˆ¸ħş° чтµ½¸Ñ сşµÑ‚° %d\n" +#~ msgstr "½µ у´°ğсь с³µ½µÑ€¸Ñ€²°Ñ‚ÑŒ XML. µ´ÑÑ‚°Ñ‚ч½ ż°ĵят¸" + +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "Ÿğучµ½½Ñ‹ı żÑƒÑ‚ÑŒ сğ¸Ñˆşĵ ´ğ¸½½Ñ‹ı ´ğя ħуфµÑ€° ² qemudInitPaths()" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "½µ у´°µÑ‚ÑÑ уст°½²¸Ñ‚ÑŒ ·½°Ñ‡µ½¸µ STP ĵст° ² %s" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM ½µ żÑ€¸Ñµ´¸½µ½, ½µğь·Ñ ·°ĵµ½¸Ñ‚ÑŒ ½Ñ¸Ñ‚µğь" + +#~ msgid "uri params" +#~ msgstr "ż°Ñ€°ĵµÑ‚ры URI" #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "žÑˆ¸ħş° żÑ€¸ żµÑ€µ²µ´µ½¸¸ ´ĵµ½° %s ² сстя½¸µ ĥ¸´°½¸Ñ" +#~ msgid "unknown storage backend type %s" +#~ msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "žÑˆ¸ħş° схр°½µ½¸Ñ ´ĵµ½° %s ² %s" +#~ msgid "unknown storage backend type %d" +#~ msgstr "½µ¸·²µÑÑ‚½Ñ‹ı т¸ż žĦ %s" + +#~ msgid "unsupported pool format %s" +#~ msgstr "фрĵ°Ñ‚ żÑƒğ° ½µ ż´´µÑ€ĥ¸²°µÑ‚ся: %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "фрĵ°Ñ‚ тĵ° ½µ ż´´µÑ€ĥ¸²°µÑ‚ся: %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Ÿ´´µÑ€ĥş° żÑƒğ² ´¸Ñş² ½µ ²şğючµ½°" + +#~ msgid "volume name" +#~ msgstr "¸ĵя тĵ°" + +#~ msgid "volume key" +#~ msgstr "şğюч тĵ°" + +#~ msgid "malformed xml document" +#~ msgstr "½µ²µÑ€½ сфрĵ¸Ñ€²°½½Ñ‹ı ´şÑƒĵµ½Ñ‚ XML" #~ msgid "domain" #~ msgstr "´ĵµ½" -#~ msgid "domain name" -#~ msgstr "¸ĵя ´ĵµ½°" - #~ msgid "domain uuid" #~ msgstr "uuid ´ĵµ½°" @@ -7558,24 +8168,48 @@ msgstr "ш¸ħş° ż´şğючµ½¸Ñ ş Xen Store" #~ msgid "load domain definition file" #~ msgstr "·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ф°ığ żÑ€µ´µğµ½¸ı ´ĵµ½°" -#, fuzzy #~ msgid "network" -#~ msgstr "¸ĵя сµÑ‚¸" +#~ msgstr "сµÑ‚ÑŒ" #, fuzzy #~ msgid "network forward" #~ msgstr "¸ĵя сµÑ‚¸" -#, fuzzy +#~ msgid "ip address" +#~ msgstr "IP-°´Ñ€µÑ" + +#~ msgid "ip netmask" +#~ msgstr "ĵ°Ñş° сµÑ‚¸ IP" + #~ msgid "load network definition file" -#~ msgstr "·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ф°ığ żÑ€µ´µğµ½¸ı ´ĵµ½°" +#~ msgstr "·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ф°ığ żÑ€µ´µğµ½¸ı сµÑ‚¸" #~ msgid "too many domains" #~ msgstr "сğ¸Ñˆşĵ ĵ½³ ´ĵµ½²" -#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "½µ²·ĵĥ½ схр°½¸Ñ‚ÑŒ ´ĵµ½" + +#~ msgid "cannot write header" +#~ msgstr "½µ²·ĵĥ½ ·°ż¸Ñ°Ñ‚ÑŒ ·°³ğ²ş" + +#~ msgid "cannot write metadata length" +#~ msgstr "½µ²·ĵĥ½ ·°ż¸Ñ°Ñ‚ÑŒ ´ğ¸½Ñƒ ĵµÑ‚°´°½½Ñ‹Ñ…" + +#~ msgid "cannot write metadata" +#~ msgstr "½µ²·ĵĥ½ ·°ż¸Ñ°Ñ‚ÑŒ ĵµÑ‚°´°½½Ñ‹µ" + +#~ msgid "cannot save domain data" +#~ msgstr "½µ²·ĵĥ½ схр°½¸Ñ‚ÑŒ ´°½½Ñ‹µ ´ĵµ½°" + +#~ msgid "cannot save domain core" +#~ msgstr "½µ²·ĵĥ½ схр°½¸Ñ‚ÑŒ я´Ñ€ ´ĵµ½°" + #~ msgid "too many networks" -#~ msgstr "сğ¸Ñˆşĵ ĵ½³ ż´şğючµ½¸ı" +#~ msgstr "сğ¸Ñˆşĵ ĵ½³ сµÑ‚µı" + +#~ msgid "blocked" +#~ msgstr "·°ħğş¸Ñ€²°½" #, fuzzy #~ msgid "cannot read XML domain definition" @@ -7583,7 +8217,7 @@ msgstr "ш¸ħş° ż´şğючµ½¸Ñ ş Xen Store" #, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ" +#~ msgstr "тсутст²ÑƒµÑ‚ ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ şÑ€½µ²ĵ устрıст²µ %s" #, fuzzy #~ msgid "domain type is invalid" @@ -7593,47 +8227,18 @@ msgstr "ш¸ħş° ż´şğючµ½¸Ñ ş Xen Store" #~ msgid "cannot create XPath context" #~ msgstr "с·´°½¸µ ş½Ñ‚µşÑÑ‚° xpath" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "ш¸ħş° ·°ż¸Ñ¸ ф°ığ° ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" +#~ msgstr "½µ у´°ğсь ·°ż¸Ñ°Ñ‚ÑŒ ф°ığ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸" #, fuzzy #~ msgid "failed to allocate sound string" #~ msgstr "ш¸ħş° ²Ñ‹´µğµ½¸Ñ у·ğ°" -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" +#~ msgid "no model for sound device" +#~ msgstr "½µ уş°·°½° ĵ´µğь ·²Ñƒş²³ устрıст²°" -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "žÑˆ¸ħş° тĵµ½Ñ‹ ş½Ñ„¸³ÑƒÑ€°Ñ†¸¸ сµÑ‚¸ %s" +#~ msgid "too many boot devices" +#~ msgstr "сğ¸Ñˆşĵ ĵ½³ ·°³Ñ€Ñƒ·Ñ‡½Ñ‹Ñ… устрıст²" -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "¸·ĵµ½¸Ñ‚ÑŒ ²Ñ‹´µğµ½¸µ ż°ĵят¸" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "½°·½°Ñ‡¸Ñ‚ÑŒ т²µÑ‚" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "²½ÑƒÑ‚Ñ€µ½½ÑÑ ш¸ħş° %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "²Ñ‹´µğ¸Ñ‚ÑŒ ½²Ñ‹ı ħуфµÑ€" - -#, fuzzy -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "ш¸ħş° żÑ€¸ żżÑ‹Ñ‚şµ тşÑ€Ñ‹Ñ‚ÑŒ %s ´ğя чтµ½¸Ñ" - -#~ msgid "growing buffer" -#~ msgstr "р°ÑÑ‚ущ¸ı ħуфµÑ€" - -#~ msgid "allocate buffer content" -#~ msgstr "½°·½°Ñ‡¸Ñ‚ÑŒ с´µÑ€ĥ¸ĵµ ħуфµÑ€°" - -#~ msgid "file conatining an XML domain description" -#~ msgstr "ф°ığ, с´µÑ€ĥ°Ñ‰¸ı XML ż¸Ñ°½¸µ ´ĵµ½°" +#~ msgid "invalid input device" +#~ msgstr "½µ´żÑƒÑÑ‚¸ĵµ устрıст² ²²´°" diff --git a/po/si.po b/po/si.po index b0f327a746..0a900de28d 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/sk.po b/po/sk.po index b0f327a746..0a900de28d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/sl.po b/po/sl.po index b0f327a746..0a900de28d 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/sq.po b/po/sq.po index b0f327a746..0a900de28d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/sr.po b/po/sr.po index 6fed16a784..2b9feaf067 100644 --- a/po/sr.po +++ b/po/sr.po @@ -1,322 +1,320 @@ -# translation of libvirt.HEAD.sr.po to serbian # Serbian translations for libvirt # Copyright (C) 2006 Red Hat, Inc. # This file is distributed under the same license as the libvirt package. -# # MiloĊĦ Komarčević , 2006. # Marko Mijatovic , 2008. +# msgid "" msgstr "" -"Project-Id-Version: libvirt.HEAD.sr\n" +"Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2008-04-06 16:35+0200\n" -"Last-Translator: Marko Mijatovic \n" -"Language-Team: serbian \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-21 22:22+0100\n" +"Last-Translator: MiloĊĦ Komarčević \n" +"Language-Team: Serbian (sr) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "ŸÑ€´¸Ñ†° °´Ñ€µÑ° ·° ¸ĵµ ´ĵ°Ñ›¸½° ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "ŸÑ€¸²Ñ€µĵµ½¸ ½µÑƒÑżµÑ… żÑ€¸ğ¸şĵ р°·Ñ€µÑˆ°²°Ñš° ¸ĵµ½°" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "›Ñˆ° ²Ñ€µ´½ÑÑ‚ ·° ai_flags" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "µÑƒÑżµÑ… żÑ€¸ğ¸şĵ р°·Ñ€µÑˆ°²°Ñš° ¸ĵµ½° şÑ˜¸ сµ ½µ ĵĥµ żżÑ€°²¸Ñ‚¸" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "ai_family ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" msgstr "”´µğ° ĵµĵр¸Ñ˜µ ½¸Ñ˜µ усżµğ°" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "˜ĵµ½Ñƒ ´ĵ°Ñ›¸½° ½¸Ñ˜µ żÑ€¸´Ñ€Ñƒĥµ½° ½¸Ñ˜µ´½° °´Ñ€µÑ°" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "µż·½°Ñ‚ ¸ĵµ ¸ğ¸ усğу³°" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "Servname ½¸Ñ˜µ ż´Ñ€ĥ°½ ·° ai_socktype" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "ai_socktype ½¸Ñ˜µ ż´Ñ€ĥ°½" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 msgid "System error" msgstr "“Ñ€µÑˆş° у с¸ÑÑ‚µĵсşĵ ż·¸²Ñƒ" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "‘°Ñ„µÑ€ °Ñ€³Ñƒĵµ½°Ñ‚° јµ су²¸Ñˆµ ĵ°ğµ ²µğ¸Ñ‡¸½µ" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "žħр°´° ·°Ñ…Ñ‚µ²° у тşÑƒ" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "—°Ñ…Ñ‚µ² тş°·°½" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "—°Ñ…Ñ‚µ² ½¸Ñ˜µ тş°·°½" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "Ħ²¸ ·°Ñ…Ñ‚µ²¸ су ħр°Ñ’µ½¸" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "ŸÑ€µş¸½ÑƒÑ‚ с¸³½°ğĵ" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "Ħтр¸½³ ż°Ñ€°ĵµÑ‚Ñ€° ½¸Ñ˜µ żÑ€°²¸ğ½ ħр°Ñ’µ½" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" msgstr "µż·½°Ñ‚° ³Ñ€µÑˆş°" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "µ ĵ³Ñƒ ´° żÑ€¸ÑÑ‚уż¸ĵ %s '%s': %s (%d)" +msgstr "µ ĵ³Ñƒ ´° żÑ€¸ÑÑ‚уż¸ĵ %s „%s“: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "gnutls_certificate_set_x509_key_file: %s" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "gnutls_dh_params_init: %s" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "gnutls_dh_params_generate2: %s" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "µÑƒÑżµğ ч¸Ñ‚°Ñšµ ¸· цµ²¸ с¸³½°ğ°: %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" msgstr "Ÿ½² уч¸Ñ‚°²°ĵ ż´µÑˆ°²°Ñš° SIGHUP" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "“Ñ€µÑˆş° тşĵ уч¸Ñ‚°²°Ñš° уżÑ€°²Ñ™°Ñ‡ş¸Ñ… żÑ€³Ñ€°ĵ°" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "“°ÑˆµÑšµ с¸³½°ğ° %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "½µÑ‡µş¸²°½ ч²Ñ€ ²Ñ€µ´½ÑÑ‚¸" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "¸Ñ°ĵ усżµ ´° żÑÑ‚°²¸ĵ close-on-exec ·°ÑÑ‚°²¸Ñ†Ñƒ ż¸Ñ½¸ş° ´°Ñ‚Ñ‚µş°" +msgstr "µÑƒÑżµğ żÑÑ‚°²Ñ™°Ñšµ close-on-exec ·°ÑÑ‚°²¸Ñ†µ ż¸Ñ½¸ş° ´°Ñ‚Ñ‚µş°" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "¸Ñ°ĵ усżµ ´° żÑÑ‚°²¸ĵ non-blocking ·°ÑÑ‚°²¸Ñ†Ñƒ ż¸Ñ½¸ş° ´°Ñ‚Ñ‚µş°" +msgstr "µÑƒÑżµğ żÑÑ‚°²Ñ™°Ñšµ ½µħğş¸Ñ€°Ñ˜ÑƒÑ›µ ·°ÑÑ‚°²¸Ñ†µ ż¸Ñ½¸ş° ´°Ñ‚Ñ‚µş°" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ pid ´°Ñ‚Ñ‚µşµ „%s“: %s" -#: qemud/qemud.c:446 -#, c-format +#: qemud/qemud.c:471 +#, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "µÑƒÑżµ fdopen pid ´°Ñ‚Ñ‚µşµ „%s“: %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "¸Ñ°ĵ усżµ ´° ż¸Ñˆµĵ у pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "µÑƒÑżµğ ż¸Ñ°Ñšµ у pid ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "¸Ñ°ĵ усżµ ´° ·°Ñ‚²Ñ€¸ĵ pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "µÑƒÑżµğ ·°Ñ‚²°Ñ€°Ñšµ pid ´°Ñ‚Ñ‚µşµ „%s“: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "¸Ñ°ĵ усżµ ´° ·°Ñƒ·ĵµĵ ĵµĵр¸Ñ˜Ñƒ ·° struct qemud_socket" +msgstr "µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ĵµĵр¸Ñ˜µ ·° struct qemud_socket" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, c-format msgid "Failed to create socket: %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ сşµÑ‚: %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ żÑ€¸şÑ™ÑƒÑ‡ş°: %s" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ сşµÑ‚ с° '%s': %s" +msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ żÑ€¸şÑ™ÑƒÑ‡ş° с° „%s“: %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "µ ĵ³Ñƒ ´° сğушşÑƒÑ˜µĵ ·°Ñ…Ñ‚µ²µ ·° ş½µşÑ†¸Ñ˜°ĵ° ½° '%s': %s" +msgstr "µ ĵ³Ñƒ ´° сğушşÑƒÑ˜µĵ ·°Ñ…Ñ‚µ²µ ·° ż²µ·¸²°Ñšµĵ ½° „%s“: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 +#, fuzzy msgid "Failed to add server event callback" -msgstr "¸Ñ°ĵ усżµ ´° ´´°ĵ callback ´³°Ñ’°Ñ˜° ½° сµÑ€²µÑ€Ñƒ" +msgstr "µÑƒÑżµğ ´´°²°Ñšµ callback ´³°Ñ’°Ñ˜° ½° сµÑ€²µÑ€Ñƒ" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "сşµÑ‚: %s" +msgstr "żÑ€¸şÑ™ÑƒÑ‡°ş: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "²µ·°: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "сğушşÑƒÑ˜µ: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "¸Ñ°ĵ усżµ ´° żÑ€½°Ñ’µĵ ·°ż¸Ñ şÑ€¸Ñ½¸ş° ·° uid '%d': %s" +msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ ·°ż¸Ñ° şÑ€¸Ñ½¸ş° ·° uid „%d“: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr " µ·Ñƒğтујућ° ст°·° żÑ€µ´Ñƒ³° ·° ħ°Ñ„µÑ€ у qemudInitPaths()" +msgstr " µ·Ñƒğтујућ° żÑƒÑ‚°Ñš° јµ żÑ€µ´Ñƒ³° ·° ħ°Ñ„µÑ€ у qemudInitPaths()" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "¸Ñ°ĵ усżµ ´° ´´µğ¸ĵ struct qemud_server" +msgstr "µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ struct qemud_server" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "¸Ñ°ĵ усżµ ´° ¸½¸Ñ†¸Ñ˜°ğ¸·ÑƒÑ˜µĵ SASL °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜Ñƒ %s" +msgstr "µÑƒÑżµğ° ¸½¸Ñ†¸Ñ˜°ğ¸·°Ñ†¸Ñ˜° SASL °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜µ %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ с° с¸ÑÑ‚µĵсşĵ ĵ°³¸ÑÑ‚Ñ€°ğĵ ·° PolicyKit auth: %s" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "remoteCheckDN: failed: client DN is %s" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate: ½¸Ñ˜µ усżµğ° żÑ‚²Ñ€´°: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸Ñ˜µ½Ñ‚° ½¸Ñ˜µ ´ ż²µÑ€µÑš°." +msgstr "remoteCheckCertificate: у²µÑ€µÑšµ şğ¸Ñ˜µ½Ñ‚° ½¸Ñ˜µ ´ ż²µÑ€µÑš°." -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "remoteCheckCertificate: ½¸Ñ˜µ ż·½°Ñ‚ ¸·´°²°Ñ‡ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° şğ¸Ñ˜µ½Ñ‚°." +msgstr "remoteCheckCertificate: ½¸Ñ˜µ ż·½°Ñ‚ ¸·´°²°Ñ‡ у²µÑ€µÑš° şğ¸Ñ˜µ½Ñ‚°." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸Ñ˜µ½Ñ‚° јµ ż·²°½." +msgstr "remoteCheckCertificate: у²µÑ€µÑšµ şğ¸Ñ˜µ½Ñ‚° јµ ż·²°½." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." -msgstr "" -"remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸Ñ˜µ½Ñ‚° şÑ€¸ÑÑ‚¸ ½µħµ·ħµ´°½ °ğ³Ñ€¸Ñ‚°ĵ." +msgstr "remoteCheckCertificate: у²µÑ€µÑšµ şğ¸Ñ˜µ½Ñ‚° şÑ€¸ÑÑ‚¸ ½µħµ·ħµ´°½ °ğ³Ñ€¸Ñ‚°ĵ." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ ½¸Ñ˜µ X.509" +msgstr "remoteCheckCertificate: у²µÑ€µÑšµ ½¸Ñ˜µ X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate: ½µĵ° р°²½żÑ€°²½¸Ñ… урµÑ’°Ñ˜°" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "remoteCheckCertificate: gnutls_x509_crt_init ½¸Ñ˜µ усżµ" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸Ñ˜µ½Ñ‚° јµ ¸ÑÑ‚µş°" +msgstr "remoteCheckCertificate: у²µÑ€µÑšµ şğ¸Ñ˜µ½Ñ‚° јµ ¸ÑÑ‚µşğ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸Ñ˜µ½Ñ‚° јш у²µş ½¸Ñ˜µ °şÑ‚¸²¸Ñ€°½" +msgstr "remoteCheckCertificate: у²µÑ€µÑšµ şğ¸Ñ˜µ½Ñ‚° јш у²µş ½¸Ñ˜µ °şÑ‚¸²¸Ñ€°½" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -324,449 +322,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" "remoteCheckCertificate: şğ¸Ñ˜µ½Ñ‚² ¸ĵµ р°·ğ¸ş²°Ñš° ½¸Ñ˜µ ½° ğ¸ÑÑ‚¸ ´·²Ñ™µ½¸Ñ… " -"şğ¸Ñ˜µ½°Ñ‚° (tls_allowed_dn_list). £żÑ‚Ñ€µħ¸Ñ‚µ 'openssl x509 -in clientcert.pem-" -"text' ´° ²¸´¸Ñ‚µ ¸ĵµ р°·ğ¸ş²°Ñš° у şğ¸Ñ˜µ½Ñ‚сşĵ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚у ¸ğ¸ ¸·²Ñ€Ñˆ¸Ñ‚µ ²°Ñ˜ " -"´µĵ½ с° żÑ†¸Ñ˜ĵ --verbose" +"şğ¸Ñ˜µ½°Ñ‚° (tls_allowed_dn_list). £żÑ‚Ñ€µħ¸Ñ‚µ „openssl x509 -in clientcert.pem-" +"text“ ´° ²¸´¸Ñ‚µ ¸ĵµ р°·ğ¸ş²°Ñš° у у²µÑ€µÑšÑƒ şğ¸Ñ˜µ½Ñ‚° ¸ğ¸ ¸·²Ñ€Ñˆ¸Ñ‚µ ²°Ñ˜ ´µĵ½ " +"с° żÑ†¸Ñ˜ĵ --verbose." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "remoteCheckCertificate: ½¸Ñ°ĵ усżµ ´° żÑ‚²Ñ€´¸ĵ şğ¸Ñ˜µ½Ñ‚² сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚" +msgstr "remoteCheckCertificate: ½¸Ñ˜µ усżµğ° żÑ‚²Ñ€´° у²µÑ€µÑš° şğ¸Ñ˜µ½Ñ‚°" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" "remoteCheckCertificate: tls_no_verify_certificate јµ ż´µÑˆµ½ т°ş ´° сµ " -"¸³½Ñ€¸Ñˆµ ğш сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚" +"¸³½Ñ€¸Ñˆµ ğшµ у²µÑ€µÑšµ" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, c-format msgid "Failed to verify client credentials: %s" -msgstr "¸Ñ°ĵ усżµ ´° żÑ‚²Ñ€´¸ĵ ¸´µ½Ñ‚¸Ñ‚µÑ‚ şÑ€¸Ñ½¸ş° %s" +msgstr "µÑƒÑżµğ° żÑ‚²Ñ€´° ¸´µ½Ñ‚¸Ñ‚µÑ‚° şÑ€¸Ñ½¸ş° %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, c-format msgid "Failed to accept connection: %s" -msgstr "¸Ñ°ĵ усżµ ´° żÑ€¸Ñ…²°Ñ‚¸ĵ ş½µşÑ†¸Ñ˜Ñƒ: %s" +msgstr "µÑƒÑżµğ żÑ€¸Ñ…²°Ñ‚°Ñšµ ²µ·µ: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "˜ÑşÑ™ÑƒÑ‡¸ polkit ²ğ°ÑˆÑ›¸²°Ñšµ ·° ż²ğ°ÑˆÑ›µ½³ şğ¸Ñ˜µ½Ñ‚° %d" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "TLS руş²°Ñšµ ½¸Ñ˜µ усżµğ: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "ч¸Ñ‚°Ñšµ: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "ż¸Ñ°Ñšµ: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "ŸÑ€³Ñ€°ĵ ·° ħр°´Ñƒ с¸³½°ğ° јµ żÑ€¸Ñ˜°²¸ %d ³Ñ€µÑˆ°ş°: żÑğµ´Ñš° ³Ñ€µÑˆş°: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, c-format msgid "failed to allocate memory for %s config list" -msgstr "¸Ñ°ĵ усżµ ´° ·°Ñƒ·ĵµĵ ĵµĵр¸Ñ˜Ñƒ ·° %s ğ¸ÑÑ‚у ż´µÑˆ°²°Ñš°" +msgstr "µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ĵµĵр¸Ñ˜µ ·° %s ğ¸ÑÑ‚у ż´µÑˆ°²°Ñš°" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, c-format msgid "failed to allocate memory for %s config list value" -msgstr "¸Ñ°ĵ усżµ ´° ·°Ñƒ·ĵµĵ ĵµĵр¸Ñ˜Ñƒ ·° %s ²Ñ€µ´½ÑÑ‚ ğ¸ÑÑ‚µ ż´µÑˆ°²°Ñš°" +msgstr "µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ĵµĵр¸Ñ˜µ ·° %s ²Ñ€µ´½ÑÑ‚ ğ¸ÑÑ‚µ ż´µÑˆ°²°Ñš°" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "remoteReadConfigFile: %s: %s: ĵр° ħ¸Ñ‚¸ стр¸½³ ¸ğ¸ ½¸· стр¸½³²°\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "remoteReadConfigFile: %s: %s: ½µ²°ĥµÑ›¸ т¸ż: %s; чµş¸²°½ %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "remoteReadConfigFile: %s\n" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "remoteReadConfigFile: %s: %s: °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜° ½¸Ñ˜µ ż´Ñ€ĥ°½° %s\n" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "œÑ€°Ñ‚µ ħ¸Ñ‚¸ root ´° ħ¸ żÑÑ‚°²¸ğ¸ ³Ñ€ÑƒżÑƒ" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, c-format msgid "Failed to lookup group '%s'" -msgstr "¸Ñ°ĵ усżµ ´° żÑ‚Ñ€°ĥ¸ĵ ³Ñ€ÑƒżÑƒ '%s'" +msgstr "µÑƒÑżµğ° żÑ‚Ñ€°³° ³Ñ€Ñƒżµ „%s“" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, c-format msgid "Failed to parse mode '%s'" -msgstr "¸Ñ°ĵ усżµ ´° ż°Ñ€Ñ¸Ñ€°ĵ'%s'" +msgstr "µÑƒÑżµğ р°ÑˆÑ‡ğ°Ñš¸²°Ñšµ рµĥ¸ĵ° „%s“" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, c-format msgid "Failed to fork as daemon: %s" -msgstr "¸Ñ°ĵ усżµ ´° ¸·²Ñ€Ñˆ¸ĵ р°Ñ‡²°Ñšµ ş° с¸ÑÑ‚µĵсş° усğу³°: %s" +msgstr "µÑƒÑżµğ р°Ñ‡²°Ñšµ ş° с¸ÑÑ‚µĵсş° усğу³°: %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, c-format msgid "Failed to create pipe: %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ цµ²: %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ цµ²¸: %s" -#: qemud/qemud.c:2213 -#, fuzzy, c-format +#: qemud/qemud.c:2298 +#, c-format msgid "Failed to change group ownership of %s" -msgstr "µÑƒÑżµ ¸·ħ°Ñ‡°Ñ˜ срĥ¸ ´ĵµ½° %s у %s" +msgstr "µÑƒÑżµğ° ¸·ĵµ½° ³Ñ€Ñƒż½³ ²ğ°Ñ½¸ÑˆÑ‚²° ½°´ %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 +#, fuzzy msgid "Failed to register callback for signal pipe" -msgstr "¸Ñ°ĵ усżµ ´° рµ³¸ÑÑ‚Ñ€ÑƒÑ˜µĵ callback ·° цµ² с¸³½°ğ°" +msgstr "µÑƒÑżµğ рµ³¸ÑÑ‚Ñ€²°Ñšµ callback ·° цµ² с¸³½°ğ°" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "xdr_remote_message_header" -#: qemud/remote.c:110 +#: qemud/remote.c:117 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "½µÑƒÑ°³ğ°Ñˆµ½ÑÑ‚ żÑ€³Ñ€°ĵ° (´ħ¸Ñ˜µ½ %x, чµş¸²°½ %x)" -#: qemud/remote.c:117 +#: qemud/remote.c:124 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "½µÑƒÑ°³ğ°Ñˆµ½ÑÑ‚ ²µÑ€·¸Ñ˜µ (´ħ¸Ñ˜µ½ %x, чµş¸²°½ %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "сĵµÑ€ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "ст°Ñ‚ус (%d) != REMOTE_OK" -#: qemud/remote.c:145 +#: qemud/remote.c:152 msgid "authentication required" msgstr "°ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜° ½µżÑ…´½°" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, c-format msgid "unknown procedure: %d" msgstr "½µż·½°Ñ‚° żÑ€Ñ†µ´ÑƒÑ€°: %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 msgid "parse args failed" msgstr "½µÑƒÑżµğ р°ÑˆÑ‡ğ°Ñš°²°Ñšµ °Ñ€³Ñƒĵµ½°Ñ‚°" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "¸½Ñ‚µÑ€½° ³Ñ€µÑˆş° - фу½şÑ†¸Ñ˜° dispatch јµ ²Ñ€°Ñ‚¸ğ° ½µ¸ÑżÑ€°²°½ ş´ %d" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "ğ°ĥ½° ´Ñƒĥ¸½°" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "сµÑ€¸°ğ¸·ÑƒÑ˜ ·°³ğ°²Ñ™µ ´³²Ñ€°" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "сµÑ€¸°ğ¸·ÑƒÑ˜ струşÑ‚уру ´³²Ñ€°" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "сµÑ€¸°ğ¸·ÑƒÑ˜ ³Ñ€µÑˆşÑƒ ´³²Ñ€°" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "сµÑ€¸°ğ¸·ÑƒÑ˜ ´Ñƒĥ¸½Ñƒ ´³²Ñ€°" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "²µ·° јµ ²µÑ› т²Ñ€µ½°" -#: qemud/remote.c:450 +#: qemud/remote.c:468 msgid "connection not open" msgstr "²µ·° ½¸Ñ˜µ т²Ñ€µ½°" -#: qemud/remote.c:497 +#: qemud/remote.c:515 msgid "out of memory in strdup" msgstr "½µÑÑ‚°ğ јµ ĵµĵр¸Ñ˜µ у strdup" -#: qemud/remote.c:608 -#, fuzzy +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "´ĵµ½ ½¸Ñ˜µ żÑ€½°Ñ’µ½" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "nparams żÑ€µ²µğ¸ş¸" -#: qemud/remote.c:742 +#: qemud/remote.c:777 msgid "unknown type" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚°" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "²µğ¸Ñ‡¸½° > ĵ°şÑ¸ĵ°ğ½µ ²µğ¸Ñ‡¸½µ ħ°Ñ„µÑ€°" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "œÑ€µĥ° ½¸Ñ˜µ żÑ€½°Ñ’µ½°" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, c-format msgid "Cannot resolve address %d: %s" msgstr "µ ĵ³Ñƒ ´° р°·Ñ€µÑˆ¸ĵ °´Ñ€µÑµ %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "şğ¸Ñ˜µ½Ñ‚ јµ żÑ€µ´° ½µ¸ÑżÑ€°²°½ SASL init ·°Ñ…Ñ‚µ²" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, c-format msgid "failed to get sock address %d (%s)" -msgstr "½µÑƒÑżµğ żÑ€¸ħ°²Ñ™°Ñšµ °´Ñ€µÑµ сşµÑ‚° %d (%s)" +msgstr "½µÑƒÑżµğ żÑ€¸ħ°²Ñ™°Ñšµ °´Ñ€µÑµ żÑ€¸şÑ™ÑƒÑ‡ş° %d (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, c-format msgid "failed to get peer address %d (%s)" msgstr "½µÑƒÑżµğ żÑ€¸ħ°²Ñ™°Ñšµ °´Ñ€µÑµ р°²½żÑ€°²½³ урµÑ’°Ñ˜° %d (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "¸Ñ˜µ усżµğ ż´µÑˆ°²°Ñšµ sasl ş½Ñ‚µşÑÑ‚° %d (%s)" +msgstr "½µÑƒÑżµğ ż´µÑˆ°²°Ñšµ sasl ş½Ñ‚µşÑÑ‚° %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "½µ ĵ³Ñƒ ´° TLS żÑ€µÑƒ·ĵµĵ ²µğ¸Ñ‡¸½Ñƒ ш¸Ñ„Ñ€µ" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "µ ĵ³Ñƒ ´° ż´µÑ¸ĵ SASL сżÑ™½¸ SSF %d (%s)" +msgstr "½µ ĵ³Ñƒ ´° ż´µÑ¸ĵ SASL сżÑ™½¸ SSF %d (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "µ ĵ³Ñƒ ´° ż´µÑ¸ĵ SASL ħµ·ħµ´½Ñ½¸ props %d (%s)" +msgstr "½µ ĵ³Ñƒ ´° ż´µÑ¸ĵ SASL ħµ·ħµ´½Ñ½¸ props %d (%s)" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "µ ĵ³Ñƒ ´° żÑ€¸ş°ĥµĵ SASL ĵµÑ…°½¸·ĵµ %d (%s)" +msgstr "½µ ĵ³Ñƒ ´° żÑ€¸ş°ĥµĵ SASL ĵµÑ…°½¸·ĵµ %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "µ ĵ³Ñƒ ´° ´´µğ¸ĵ mechlist" +msgstr "½µ ĵ³Ñƒ ´° ´´µğ¸ĵ mechlist" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "½µ ĵ³Ñƒ ´° ¸·²Ñ€Ñˆ¸ĵ уż¸Ñ‚ SASL ssf ½° ş½µşÑ†¸Ñ˜¸ %d (%s)" +msgstr "½µ ĵ³Ñƒ ´° ¸·²Ñ€Ñˆ¸ĵ уż¸Ñ‚ SASL ssf ½° ²µ·¸ %d (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "żÑ€µ³²°Ñ€°½¸ SSF %d ½¸Ñ˜µ ħ¸ ´²Ñ™½ ј°ş" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "½µ ĵ³Ñƒ ´° ¸·²Ñ€Ñˆ¸ĵ уż¸Ñ‚ SASL şÑ€¸Ñ½¸Ñ‡ş³ ¸ĵµ½° ½° ş½µşÑ†¸Ñ˜¸ %d (%s)" +msgstr "½µ ĵ³Ñƒ ´° ¸·²Ñ€Ñˆ¸ĵ уż¸Ñ‚ SASL şÑ€¸Ñ½¸Ñ‡ş³ ¸ĵµ½° ½° ²µ·¸ %d (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "½¸Ñ˜µ żÑ€½°Ñ’µ½ şÑ€¸Ñ½¸Ñ‡ş ¸ĵµ şğ¸Ñ˜µ½Ñ‚°" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 msgid "out of memory copying username" msgstr "żÑ‚ршµ½° ĵµĵр¸Ñ˜° тşĵ şż¸Ñ€°Ñš° şÑ€¸Ñ½¸Ñ‡ş³ ¸ĵµ½°" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "SASL %s şğ¸Ñ˜µ½Ñ‚ ½¸Ñ˜µ ´·²Ñ™µ½ у whitelist" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "şğ¸Ñ˜µ½ јµ żşÑƒÑˆ° с° ½µ²°ĥµÑ›¸ĵ SASL ст°Ñ€Ñ‚½¸ĵ уż¸Ñ‚ĵ" +msgstr "şğ¸Ñ˜µ½Ñ‚ јµ żşÑƒÑˆ° с° ½µ²°ĥµÑ›¸ĵ SASL ст°Ñ€Ñ‚½¸ĵ уż¸Ñ‚ĵ" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "½¸Ñ°ĵ усżµ ´° żşÑ€µ½µĵ sasl %d (%s)" +msgstr "½¸Ñ˜µ усżµğ sasl żşÑ€µÑ‚°Ñšµ %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "ż´°Ñ†¸ ´³²Ñ€° sasl żşÑ€µÑ‚°Ñš° żÑ€µ´Ñƒ³¸ %d " -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "½¸Ñ˜µ усżµ sasl şÑ€°ş %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "Ÿ´°Ñ†¸ ´³²Ñ€° sasl şÑ€°ş° żÑ€µ´Ñƒ³¸ %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "şğ¸Ñ˜µ½Ñ‚ јµ żşÑƒÑˆ° с° ½µ²°ĥµÑ›¸ĵ SASL init ·°Ñ…Ñ‚µ²ĵ" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "şğ¸Ñ˜µ½Ñ‚ јµ żşÑƒÑˆ° с° ½µ²°ĥµÑ›¸ĵ SASL start ·°Ñ…Ñ‚µ²ĵ" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "şğ¸Ñ˜µ½Ñ‚ јµ żşÑƒÑˆ° с° ½µ²°ĥµÑ›¸ĵ SASL step ·°Ñ…Ñ‚µ²ĵ" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "şğ¸Ñ˜µ½Ñ‚ јµ żşÑƒÑˆ° с° ½µ²°ĥµÑ›¸ĵ PolicyKit init ·°Ñ…Ñ‚µ²ĵ" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ ¸´µ½Ñ‚¸Ñ‚µÑ‚ peer сşµÑ‚°" +msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ ¸´µ½Ñ‚¸Ñ‚µÑ‚ żÑ€¸şÑ™ÑƒÑ‡ş° ż°Ñ€Ñš°ş°" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "ŸÑ€²µÑ€°²°ĵ ´° ğ¸ сµ PID %d ¸·²Ñ€Ñˆ°²° ş° %d" -#: qemud/remote.c:2803 -#, c-format +#: qemud/remote.c:2901 +#, fuzzy, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "¸Ñ°ĵ усżµ ´° żÑ‚Ñ€°ĥ¸ĵ policy kit caller: %s" +msgstr "µÑƒÑżµğ° żÑ‚Ñ€°³° policy kit caller: %s" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, c-format msgid "Failed to create polkit action %s\n" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ polkit action %s\n" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ polkit °şÑ†¸Ñ˜µ %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, c-format msgid "Failed to create polkit context %s\n" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ polkit context %s\n" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ polkit ş½Ñ‚µşÑÑ‚° %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" -msgstr "Policy kit ½¸Ñ˜µ усżµ ´° żÑ€²µÑ€¸ °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜Ñƒ %d %s" +msgstr "Policy kit ½¸Ñ˜µ усżµ ´° żÑ€²µÑ€¸ ²ğ°ÑˆÑ›µÑšµ %d %s" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, 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:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "şğ¸Ñ˜µ½Ñ‚ јµ żşÑƒÑˆ° с° ½µ²°ĥµÑ›¸ĵ PolicyKit init ·°Ñ…Ñ‚µ²ĵ" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" msgstr "storage_pool ½¸Ñ˜µ żÑ€½°Ñ’µ½" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" msgstr "storage_vol ½¸Ñ˜µ żÑ€½°Ñ’µ½" +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "урµÑ’°Ñ˜ ½¸Ñ˜µ żÑ€½°Ñ’µ½: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "½µ¸ÑżÑ€°²°½ uuid µğµĵµ½Ñ‚" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (рµÑ‡ ´Ñƒĥ¸½µ)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (рµÑ‡ ´Ñƒĥ¸½µ)" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -804,8 +833,8 @@ msgstr "чµşÑƒÑ˜µĵ р°·´µğ½¸ş" msgid "expecting an assignment" msgstr "чµşÑƒÑ˜µĵ ´´µğу" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "·°Ñƒ·ĵ¸ ħ°Ñ„µÑ€" @@ -820,922 +849,978 @@ msgstr "½µÑƒÑżµğ чу²°Ñšµ с°´Ñ€ĥ°Ñ˜°" #: src/console.c:75 #, c-format msgid "unable to open tty %s: %s\n" -msgstr "½¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ tty %s: %s\n" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ tty %s: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "½¸Ñ°ĵ усżµ ´° żÑ€µÑƒ·ĵµĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" +msgstr "½µ ĵ³Ñƒ ´° żÑ€µÑƒ·ĵµĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "½¸Ñ°ĵ усżµ ´° żÑÑ‚°²¸ĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" +msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "³Ñ€µÑˆş° żÑ€¸ğ¸şĵ чµş°Ñš° ½° I/O: %s\n" +msgstr "½µÑƒÑżµÑ… żÑ€¸ğ¸şĵ чµş°Ñš° ½° £/˜: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "½¸Ñ°ĵ усżµ ´° żÑ€Ñ‡¸Ñ‚°ĵ у½Ñ: %s\n" +msgstr "½µÑƒÑżµğ ч¸Ñ‚°Ñšµ у½Ñ: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "½¸Ñ°ĵ усżµ ´° ¸Ñż¸Ñˆµĵ ¸·ğ°·: %s\n" +msgstr "½µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ ¸·ğ°·°: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "·°Ñƒ·¸ĵ°ĵ ²µ·Ñƒ" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "·°Ñƒ·¸ĵ°ĵ ´ĵµ½" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ ´ĵµ½° у хµÑˆ т°ħµğу ²µ·°" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "´ĵµ½ ½µ´ÑÑ‚°Ñ˜µ у хµÑˆ т°ħµğ¸ ²µ·°" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "·°Ñƒ·¸ĵ°ĵ ĵрµĥу" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ ĵрµĥµ у х°Ñˆ т°ħµğу ²µ·°" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "ĵрµĥ° ½µ´ÑÑ‚°Ñ˜µ у х°Ñˆ т°ħµğ¸ ²µ·°" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "·°Ñƒ·¸ĵ°ĵ рµ·µÑ€²°Ñ€ сşğ°´¸ÑˆÑ‚µÑš°" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ рµ·µÑ€²°Ñ€° сşğ°´¸ÑˆÑ‚µÑš° у х°Ñˆ т°ħµğу ²µ·°" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "сşğ°´¸ÑˆÑ‚µ ½µ´ÑÑ‚°Ñ˜µ у хµÑˆ т°ħµğ¸ ²µ·°" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "·°Ñƒ·¸ĵ°ĵ сşğ°´¸ÑˆÑ‚µ" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ сşğ°´¸ÑˆÑ‚° у хµÑˆ т°ħµğу ²µ·°" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "´¸Ñş ½µ´ÑÑ‚°Ñ˜µ у хµÑˆ т°ħµğ¸ ²µ·°" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "·°Ñƒ·¸ĵ°ĵ сşğ°´¸ÑˆÑ‚µ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "уĵ½ĥ°²°ĵ с°´Ñ€ĥ°Ñ˜ ч²Ñ€°" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ сşğ°´¸ÑˆÑ‚° у хµÑˆ т°ħµğу ²µ·°" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "´¸Ñş ½µ´ÑÑ‚°Ñ˜µ у хµÑˆ т°ħµğ¸ ²µ·°" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° „%s“" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "½µż·½°Ñ‚ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ '%s'" +msgstr "½µż·½°Ñ‚ „%s“ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ" -#: src/domain_conf.c:588 +#: src/domain_conf.c:602 #, c-format msgid "Invalid floppy device name: %s" msgstr "µ¸ÑżÑ€°²°½ ½°·¸² ´¸ÑşµÑ‚½³ урµÑ’°Ñ˜°: %s" -#: src/domain_conf.c:602 +#: src/domain_conf.c:617 #, c-format msgid "Invalid harddisk device name: %s" msgstr "µ¸ÑżÑ€°²°½ ½°·¸² ч²Ñ€ÑÑ‚³ ´¸Ñş°: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "µ¸ÑżÑ€°²½° „%s“ ²Ñ€ÑÑ‚° ĵ°³¸ÑÑ‚Ñ€°ğµ ·° ´¸ÑşµÑ‚½Ñƒ јµ´¸½¸Ñ†Ñƒ" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "µ¸ÑżÑ€°²°½ т¸ż урµÑ’°Ñ˜°: %s" +msgstr "µ¸ÑżÑ€°²½° „%s“ ²Ñ€ÑÑ‚° ĵ°³¸ÑÑ‚Ñ€°ğµ ·° ´¸ÑşµÑ‚½Ñƒ јµ´¸½¸Ñ†Ñƒ" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" -"¸Ñ˜µ´½° 'network' сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° żÑ€µş „network“ сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° żÑ€µş " -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " msgstr "" -"¸Ñ˜µ´½° 'dev' сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° żÑ€µş " +"¸Ñ˜µ´½° „dev“ сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° żÑ€µş " + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "¸Ñ˜µ´½° „port“ сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° у· сżÑ€µ³Ñƒ żÑ€¸şÑ™ÑƒÑ‡ş°" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "¸Ñ˜µ´½° 'port' сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° żÑ€µş сучµÑ™° сşµÑ‚°" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ р°ÑˆÑ‡ğ°½¸Ñ‚¸ 'port' сħ¸½Ñƒ с° сучµÑ™µĵ сşµÑ‚°" +msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ р°ÑˆÑ‡ğ°½¸Ñ‚¸ „port“ сħ¸½Ñƒ у· сżÑ€µ³Ñƒ żÑ€¸şÑ™ÑƒÑ‡ş°" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "¸Ñ˜µ´½° 'address' сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° żÑ€µş сучµÑ™° сşµÑ‚°" +msgstr "¸Ñ˜µ´½° „address“ сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° у· сżÑ€µ³Ñƒ żÑ€¸şÑ™ÑƒÑ‡ş°" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "°·¸² ĵ´µğ° с°´Ñ€ĥ¸ ½µ¸ÑżÑ€°²½µ ·½°şµ" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ¸·²Ñ€½¸ ż´°Ñ†¸ ·° урµÑ’°Ñ˜" +msgstr "µ´ÑÑ‚°Ñ˜µ сħ¸½° ¸·²Ñ€½µ żÑƒÑ‚°Ñšµ ·° ·½°ş²½¸ урµÑ’°Ñ˜" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ¸·²Ñ€½¸ ż´°Ñ†¸ ·° урµÑ’°Ñ˜" +msgstr "µ´ÑÑ‚°Ñ˜µ сħ¸½° ¸·²Ñ€½³ ´ĵ°Ñ›¸½° ·° ·½°ş²½¸ урµÑ’°Ñ˜" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ¸·²Ñ€½¸ ż´°Ñ†¸ ·° урµÑ’°Ñ˜" +msgstr "µ´ÑÑ‚°Ñ˜µ сħ¸½° ¸·²Ñ€½³ сµÑ€²¸Ñ° ·° ·½°ş²½¸ урµÑ’°Ñ˜" -#: src/domain_conf.c:1247 +#: src/domain_conf.c:1242 msgid "missing input device type" msgstr "½µ´ÑÑ‚°Ñ˜µ ²Ñ€ÑÑ‚° урµÑ’°Ñ˜° ·° у½Ñ" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "½µż·½°Ñ‚ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ '%s'" +msgstr "½µż·½°Ñ‚ „%s“ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" msgstr "ps2 ĵ°³¸ÑÑ‚Ñ€°ğ° ½µ ż´Ñ€ĥ°²° %s урµÑ’°Ñ˜ ·° у½Ñ" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" msgstr "ĵ°³¸ÑÑ‚Ñ€°ğ° ·° у½Ñ %s ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "ps2 ĵ°³¸ÑÑ‚Ñ€°ğ° ½µ ż´Ñ€ĥ°²° %s урµÑ’°Ñ˜ ·° у½Ñ" +msgstr "xen ĵ°³¸ÑÑ‚Ñ€°ğ° ½µ ż´Ñ€ĥ°²° %s урµÑ’°Ñ˜ ·° у½Ñ" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" msgstr "½µ´ÑÑ‚°Ñ˜µ ²Ñ€ÑÑ‚° урµÑ’°Ñ˜° ·° у½Ñ" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° урµÑ’°Ñ˜°" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" msgstr "½µ ĵ³Ñƒ ´° уşğ½¸ĵ ż´µÑˆ°²°Ñšµ ·° %s" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ´¸Ñş° ·° сşğ°´¸ÑˆÑ‚µÑšµ %d" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ·²ÑƒÑ‡½³ ĵ´µğ°" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ %s: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ урµÑ’°Ñ˜ %s" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ %s: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ урµÑ’°Ñ˜ %s" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "½µ´ÑÑ‚°Ñ˜µ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" msgstr "½µ´ÑÑ‚°Ñ˜µ ´ĵ°Ñ›¸½ ¸·²Ñ€°" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "½µż·½°Ñ‚ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ '%s'" +msgstr "½µż·½°Ñ‚ „%s“ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "½µż·½°Ñ‚ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ '%s'" +msgstr "½µż·½°Ñ‚ „%s“ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" msgstr "½µ´ÑÑ‚°Ñ˜µ ´ĵ°Ñ›¸½ ¸·²Ñ€°" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "½µż·½°Ñ‚ ´ĵ°Ñ›¸½ %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜µ %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" msgstr "½µ´ÑÑ‚°Ñ˜µ root µğµĵµ½Ñ‚" -#: src/domain_conf.c:1672 +#: src/domain_conf.c:1668 msgid "unknown device type" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° урµÑ’°Ñ˜°" -#: src/domain_conf.c:1698 +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° xmlXPathContext" -#: src/domain_conf.c:1706 +#: src/domain_conf.c:1711 msgid "missing domain type attribute" msgstr "½µ´ÑÑ‚°Ñ˜µ сħ¸½° т¸ż° ´ĵµ½°" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" msgstr "½µ¸ÑżÑ€°²°½ т¸ż ´ĵµ½°" -#: src/domain_conf.c:1729 src/network_conf.c:317 +#: src/domain_conf.c:1734 src/network_conf.c:317 #, c-format msgid "Failed to generate UUID: %s" msgstr "µÑƒÑżµğ ³µ½µÑ€¸Ñ°Ñšµ UUID: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" msgstr "ğшµ ħğ¸ş²°½ uuid µğµĵµ½Ñ‚" -#: src/domain_conf.c:1745 +#: src/domain_conf.c:1750 msgid "missing memory element" msgstr "½µ´ÑÑ‚°Ñ˜µ µğµĵµ½Ñ‚ ĵµĵр¸Ñ˜µ" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "½µÑ‡µş¸²°½¸ ż´°Ñ†¸ „%s“" -#: src/domain_conf.c:1815 +#: src/domain_conf.c:1820 msgid "no OS type" msgstr "½µĵ° ²Ñ€ÑÑ‚µ žĦ-°" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" msgstr "°Ñ€Ñ…¸Ñ‚µşÑ‚ур° ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: src/domain_conf.c:1891 +#: src/domain_conf.c:1899 #, fuzzy msgid "cannot extract boot device" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:1899 +#: src/domain_conf.c:1907 #, fuzzy msgid "missing boot device" msgstr "½µ´ÑÑ‚°Ñ˜µ урµÑ’°Ñ˜ ¸·²Ñ€°" -#: src/domain_conf.c:1904 +#: src/domain_conf.c:1912 #, c-format msgid "unknown boot device '%s'" -msgstr "½µż·½°Ñ‚ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ '%s'" +msgstr "½µż·½°Ñ‚ „%s“ урµÑ’°Ñ˜ ·° żşÑ€µÑ‚°Ñšµ" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "¸Ñ˜µ ż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° ³Ñ€°Ñ„¸şµ %s" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" msgstr "²µ·°: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" msgstr "½µÑƒÑżµğ ż°Ñƒ·¸Ñ€°Ñšµ ´ĵµ½°" -#: src/domain_conf.c:2293 src/network_conf.c:524 +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" msgstr "½µ¸ÑżÑ€°²°½ root µğµĵµ½Ñ‚" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "cpuset с¸½Ñ‚°şÑ½° ³Ñ€µÑˆş° тżğ³¸Ñ˜µ" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "½µÑ‡µş¸²°½ dict ч²Ñ€" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:2974 +#: src/domain_conf.c:2976 #, c-format msgid "unexpected domain type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "½µÑ‡µş¸²°½ ч²Ñ€ ²Ñ€µ´½ÑÑ‚¸" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° ż´µÑˆ°²°Ñš° %s: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 #, c-format msgid "cannot create config file %s: %s" msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° %s: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 #, c-format msgid "cannot write config file %s: %s" msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° %s: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" msgstr "½µÑƒÑżµğ чу²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° %s: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 +#: src/domain_conf.c:3308 src/network_conf.c:767 #, c-format msgid "Failed to open dir '%s': %s" -msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° '%s': %s" +msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° „%s“: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" msgstr "½µ ĵ³Ñƒ ´° уşğ½¸ĵ ż´µÑˆ°²°Ñšµ ·° %s" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° урµÑ’°Ñ˜°" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ²¸Ñ€Ñ‚у°ğ¸·°Ñ†¸Ñ˜µ" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "·°Ñƒ·¸ĵ°ĵ ²µ·Ñƒ" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "·°Ñƒ·¸ĵ°ĵ ´ĵµ½" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "½µÑƒÑżµğ ´´°²°Ñšµ ´ĵµ½° у хµÑˆ т°ħµğу ²µ·°" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "´ĵµ½ ½µ´ÑÑ‚°Ñ˜µ у хµÑˆ т°ħµğ¸ ²µ·°" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "·°Ñƒ·¸ĵ°ĵ ĵрµĥу" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "½µÑƒÑżµğ ´´°²°Ñšµ ĵрµĥµ у х°Ñˆ т°ħµğу ²µ·°" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "ĵрµĥ° ½µ´ÑÑ‚°Ñ˜µ у х°Ñˆ т°ħµğ¸ ²µ·°" - -#: src/hash.c:1102 src/hash.c:1107 -msgid "allocating storage pool" -msgstr "·°Ñƒ·¸ĵ°ĵ рµ·µÑ€²°Ñ€ сşğ°´¸ÑˆÑ‚µÑš°" - -#: src/hash.c:1117 -msgid "failed to add storage pool to connection hash table" -msgstr "½¸Ñ°ĵ усżµ ´° ´´°ĵ рµ·µÑ€²°Ñ€ сşğ°´¸ÑˆÑ‚µÑš° у х°Ñˆ т°ħµğу ²µ·°" - -#: src/hash.c:1156 -msgid "pool missing from connection hash table" -msgstr "сşğ°´¸ÑˆÑ‚µ ½µ´ÑÑ‚°Ñ˜µ у хµÑˆ т°ħµğ¸ ²µ·°" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -msgid "allocating storage vol" -msgstr "´´µÑ™ÑƒÑ˜µĵ сşğ°´¸ÑˆÑ‚µ" - -#: src/hash.c:1253 -msgid "failed to add storage vol to connection hash table" -msgstr "½µÑƒÑżµğ ´´°²°Ñšµ сşğ°´¸ÑˆÑ‚° у х°Ñˆ т°ħµğу ²µ·°" - -#: src/hash.c:1293 -msgid "vol missing from connection hash table" -msgstr "´¸Ñş ½µ´ÑÑ‚°Ñ˜µ у хµÑˆ т°ħµğ¸ ²µ·°" - -#: src/iptables.c:104 +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "¸Ñ°ĵ усżµ ´° żşÑ€µ½µĵ" +msgstr "µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ '" -#: src/iptables.c:152 +#: src/iptables.c:150 msgid "Failed to read " -msgstr "¸Ñ°ĵ усżµ ´° żÑ€Ñ‡¸Ñ‚°ĵ" +msgstr "µÑƒÑżµğ ч¸Ñ‚°Ñšµ " -#: src/iptables.c:180 +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "¸Ñ°ĵ усżµ ´° уż¸Ñˆµĵ у " +msgstr "µÑƒÑżµğ ż¸Ñ°Ñšµ у " -#: src/iptables.c:245 +#: src/iptables.c:243 #, c-format msgid "Failed to create directory %s : %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ %s : %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° %s : %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "¸Ñ°ĵ усżµ ´° с°Ñ‡Ñƒ²°ĵ iptables żÑ€°²¸ğ° у %s : %s" +msgstr "µÑƒÑżµğ чу²°Ñšµ iptables żÑ€°²¸ğ° у %s : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -"¸Ñ°ĵ усżµ ´° уşğ½¸ĵ iptables żÑ€°²¸ğ '%s' ¸· ğ°½Ñ†° '%s' у т°ħµğ¸ '%s':%s" +"µÑƒÑżµğ уşğ°Ñš°Ñšµ iptables żÑ€°²¸ğ° „%s“ ¸· ğ°½Ñ†° „%s“ у т°ħµğ¸ „%s“: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" -"¸Ñ°ĵ усżµ ´° ´´°ĵ iptables żÑ€°²¸ğ '%s' у 𰽰ц '%s' у т°ħµğ¸ '%s':%s" +msgstr "µÑƒÑżµğ ´´°²°Ñšµ iptables żÑ€°²¸ğ° „%s“ у 𰽰ц „%s“ у т°ħµğ¸ „%s“: %s" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ £ ˜ ²µ·µ" -#: src/libvirt.c:772 -msgid "allocating conn->name" -msgstr "·°Ñƒ·¸ĵ°ĵ ²µ·Ñƒ->½°·¸²" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "¸Ñ°ĵ усżµ ´° żÑ€¸Ñ…²°Ñ‚¸ĵ ş½µşÑ†¸Ñ˜Ñƒ: %s" +msgstr "µÑƒÑżµğ żÑ€¸Ñ…²°Ñ‚°Ñšµ ²µ·µ: %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "domainMigratePrepare ½¸Ñ˜µ żÑÑ‚°²¸ uri" +msgstr "domainMigratePrepare ½¸Ñ˜µ żÑÑ‚°²¸ ур¸" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare ½¸Ñ˜µ żÑÑ‚°²¸ ур¸" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "żÑƒÑ‚°Ñš° јµ NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "·½°şµ ĵр°Ñ˜Ñƒ ħ¸Ñ‚¸ ½Ñƒğµ" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "ħ°Ñ„µÑ€ јµ NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "ż°Ñ€°ĵµÑ‚°Ñ€ ·½°ş° ĵр° ħ¸Ñ‚¸ VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "ħ°Ñ„µÑ€ јµ NULL °ğ¸ ²µğ¸Ñ‡¸½° ½¸Ñ˜µ ½Ñƒğ°" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "“Ñ€µÑˆş° тşĵ уч¸Ñ‚°²°Ñš° уżÑ€°²Ñ™°Ñ‡ş¸Ñ… żÑ€³Ñ€°ĵ°" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° setsid р°´Ñš°: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "calloc ½¸Ñ˜µ усżµ" +msgstr "½µÑƒÑżµğ° ioctl(TIOCSTTY) р°´Ñš°: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° dup2(stdin) р°´Ñš°: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° dup2(stdout) р°´Ñš°: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° dup2(stderr) р°´Ñš°: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ½¸· ·½°ş²° VM ½°·¸²°" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ½µ °şÑ‚¸²¸Ñ€°½³ ´ĵµ½° %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ сşµÑ‚ с° '%s': %s" +msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ żÑ€¸şÑ™ÑƒÑ‡ş° с° „%s“: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ '%s'" +msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ „%s“" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ сşµÑ‚ с° '%s': %s" +msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ żÑ€¸şÑ™ÑƒÑ‡ş° с° „%s“: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "½µÑƒÑżµğ чµş°Ñšµ ½° şĵ°½´Ñƒ: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "½µÑƒÑżµğ чµş°Ñšµ ½° şĵ°½´Ñƒ: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ сşµÑ‚ с° '%s': %s" +msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş° %s: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "½µÑƒÑżµğ чµş°Ñšµ ½° şĵ°½´Ñƒ: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ сşğ°´¸ÑˆÑ‚µ %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ сşğ°´¸ÑˆÑ‚° %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° '%s': %s" +msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° „%s“: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "½µÑƒÑżµğ чµş°Ñšµ ½° şĵ°½´Ñƒ: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() јµ żÑ€Ñğµ´¸ ½µ¸ÑżÑ€°²½Ñƒ vm ´µÑ„¸½¸Ñ†¸Ñ˜Ñƒ" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° open(%s) р°´Ñš°: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "calloc ½¸Ñ˜µ усżµ" +msgstr "½µÑƒÑżµğ° clone() р°´Ñš°: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´¸Ñş° ¸· %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ żÑ€¸şÑ™ÑƒÑ‡ş°: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ сşµÑ‚: %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ żÑ€¸şÑ™ÑƒÑ‡ş°: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ сşµÑ‚ с° '%s': %s" +msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ żÑ€¸şÑ™ÑƒÑ‡ş° с° „%s“: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ сşµÑ‚ с° '%s': %s" +msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ żÑ€¸şÑ™ÑƒÑ‡ş° с° „%s“: %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "ч¸Ñ‚°Ñšµ fd %d ½¸Ñ˜µ усżµğ: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "уż¸Ñ у fd %d ½¸Ñ˜µ усżµ: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° epoll_create(2) р°´Ñš°: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° epoll_ctl(fd1) р°´Ñš°: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° epoll_ctl(fd1) р°´Ñš°: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "³Ñ€µÑˆş° %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° epoll_wait() р°´Ñš°: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ст°Ñ‚¸ÑÑ‚¸şµ сżÑ€µ³µ %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "µÑƒÑżµğ у½¸ÑˆÑ‚°²°Ñšµ ´¸Ñş° %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° unlockpt р°´Ñš°: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ч²Ñ€°" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ ż¸Ñ°Ñ‚¸ argv у ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° %d: %s" +msgstr "µÑƒÑżµğ ż¸Ñ°Ñšµ у pid ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ ż¸Ñ°Ñ‚¸ argv у ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° %d: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ ·°Ñ‚²Ñ€¸Ñ‚¸ ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° %d: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ° сşğ°´¸ÑˆÑ‚°: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ½¸· ·½°ş²° VM ½°·¸²°" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" msgstr "½µ żÑÑ‚ј¸ ´ĵµ½ şÑ˜¸ сµ ż´Ñƒ´°Ñ€° с° uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" msgstr "½µÑƒÑżµğ ħр¸Ñ°Ñšµ °şÑ‚¸²½³ ´ĵµ½°" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "½µÑƒÑżµğ ħр¸Ñ°Ñšµ °şÑ‚¸²½³ ´ĵµ½°" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "½µÑƒÑżµğ чµş°Ñšµ ½° şĵ°½´Ñƒ: %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "сşÑ€¸żÑ‚° уżÑ‚Ñ€µħљµ½° ·° żÑ€µĵшћ°²°Ñšµ ĵрµĥ½µ сżÑ€µ³µ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ урµÑ’°Ñ˜ ¸· %s" +msgstr "µÑƒÑżµğ żÑ€¸²µ·¸²°Ñšµ урµÑ’°Ñ˜ ¸· %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ч²Ñ€°" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ сşµÑ‚ с° '%s': %s" +msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ żÑ€¸şÑ™ÑƒÑ‡ş° с° „%s“: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° argv ½¸· ·½°ş²°" +msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ·½°ş²½¸ урµÑ’°Ñ˜" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ сşµÑ‚: %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ żÑ€¸şÑ™ÑƒÑ‡ş°: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´ĵµ½° у" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "¸Ñ°ĵ усżµ ´° ·°Ñ‚²Ñ€¸ĵ pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ·°Ñ‚²Ñ€¸ĵ tty pid ´°Ñ‚Ñ‚µşÑƒ %s: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, c-format msgid "cannot create log directory %s: %s" msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ ´½µ²½¸ş° %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° '%s': %s" +msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° „%s“: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ pid ´°Ñ‚Ñ‚µşµ „%s“: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "½µĵ° ´ĵµ½° şÑ˜¸ сµ żşğ°ż° с° id %d" +msgid "no domain named %s" +msgstr "¸ĵµ ´ĵµ½°" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "½µĵ° ´ĵµ½° с° id %d" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "¸ĵµ½°" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "½µż·½°Ñ‚° żÑ€Ñ†µ´ÑƒÑ€°: %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "µÑƒÑżµğ ½°ÑÑ‚°²Ñ™°Ñšµ ´ĵµ½° %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "µ²°ĥµÑ›¸ ż°Ñ€°ĵµÑ‚°Ñ€ ·° virXPathNode()" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1754,7 +1839,7 @@ msgstr "µ ĵ³Ñƒ ´° р°·Ñ€µÑˆ¸ĵ °´Ñ€µÑµ %d: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ·°³ğ°²Ñ™µ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ·°³ğ°²Ñ™µ „%s“: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1765,8 +1850,8 @@ msgstr "ŸÑ€ÑğµÑ’ујµĵ ·°Ñ…Ñ‚µ², °ğ¸ ½¸Ñ˜µ ħµ·ħµÑ’µ½ msgid "unknown forwarding type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ °ÑƒÑ‚ĵ°Ñ‚сş³ żşÑ€µÑ‚°Ñš° %s: %s" @@ -1775,309 +1860,508 @@ msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ °ÑƒÑ‚ĵ #, c-format msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -"°·¸² ´°Ñ‚Ñ‚µşµ ĵрµĥ½³ ż´µÑˆ°²°Ñš° '%s' сµ ½µ żşğ°ż° с° ½°·¸²ĵ ĵрµĥµ '%s'" +"°·¸² ´°Ñ‚Ñ‚µşµ ĵрµĥ½³ ż´µÑˆ°²°Ñš° „%s“ сµ ½µ żşğ°ż° с° ½°·¸²ĵ ĵрµĥµ „%s“" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "½µ żÑÑ‚ј¸ ´°Ñ‚Ñ‚µş° ż´µÑˆ°²°Ñš° ·° %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "µÑƒÑżµğ °ÑƒÑ‚ĵ°Ñ‚сş żşÑ€µÑ‚°Ñšµ ĵрµĥµ „%s“: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ ·°ż¸Ñ° şÑ€¸Ñ½¸ş° ·° uid „%d“: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ у asprintf" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: ½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "Ÿ½² уч¸Ñ‚°²°ĵ iptables żÑ€°²¸ğ°" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° dnsmasq argv" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "½µ ĵ³Ñƒ ´° żşÑ€µ½µĵ с¸ÑÑ‚µĵсşÑƒ усğу³Ñƒ ħµ· IP °´Ñ€µÑµ ·° сµÑ€²µÑ€" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу żÑ€ğ°Ñş° ¸· „%s“ : %s\n" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу żÑ€ğ°Ñş° ´ „%s“ : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ĵ³ÑƒÑ›°²°Ñšµ ĵ°Ñş¸Ñ€°Ñš°: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу рут¸Ñ€°Ñš° ´ „%s“ : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу рут¸Ñ€°Ñš° ´ „%s“ : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ż´Ñ€ÑˆşÑƒ IP т°ħµğ°ĵ°" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу DHCP ·°Ñ…Ñ‚µ²° ´ „%s“ : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу DNS ·°Ñ…Ñ‚µ²° ´ „%s“ : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ·°ħр°½Ñƒ ¸·ğ°·½³ с°ħр°Ñ›°Ñ˜° ´ „%s“ : " +"%s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ·°ħр°½Ñƒ у𰷽³ с°ħр°Ñ›°Ñ˜° ´ „%s“ : %" +"s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу с°ħр°Ñ›°Ñ˜° żÑ€µş уşÑ€ÑˆÑ‚µ½³ " +"ĵст° ½° „%s“ : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "ĵрµĥ° јµ ²µÑ› °şÑ‚¸²½°" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "½¸Ñ˜µ ĵ³ÑƒÑ›µ żşÑ€µ½ÑƒÑ‚¸ ż´Ñ€ÑˆşÑƒ ĵст°: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ĵст „%s“ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ IP °´Ñ€µÑÑƒ ½° ĵсту „%s“ ´ „%s“ : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ĵрµĥ½Ñƒ ĵ°ÑşÑƒ ½° ĵсту „%s“ ´ „%s“ : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "½µÑƒÑżµğ ż´¸·°Ñšµ ĵст° „%s“ : %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "½µÑƒÑżµğ ĵ³ÑƒÑ›°²°Ñšµ IP żÑ€ÑğµÑ’¸²°Ñš° : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "µÑƒÑżµğ сżÑƒÑˆÑ‚°Ñšµ ĵст° „%s“ : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "µÑƒÑżµğ ħр¸Ñ°Ñšµ ĵст° „%s“ : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "˜ÑşÑ™ÑƒÑ‡ÑƒÑ˜µĵ ĵрµĥу „%s“" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "ŸÑ€¸ĵљµ½ ½µÑ‡µş¸²°½ pid ·° dnsmasq" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "½µĵ° ĵрµĥµ şÑ˜° сµ ż´Ñƒ´°Ñ€° с° uuid" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "½µĵ° ĵрµĥµ şÑ˜° сµ ż´Ñƒ´°Ñ€° с° ½°·¸²ĵ" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "ĵрµĥ° јµ ²µÑ› °şÑ‚¸²½°" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "½µĵ° ĵрµĥµ şÑ˜° сµ ż´Ñƒ´°Ñ€° с° id-ĵ" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ½¸· ·½°ş²° ĵрµĥ½³ ĵст°" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ с¸ĵħğ¸Ñ‡şµ ²µ·µ „%s“ ş° „%s“: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "µÑƒÑżµğ ħр¸Ñ°Ñšµ с¸ĵħğ¸Ñ‡şµ ²µ·µ „%s“: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ ¸ĵµ½ĵ" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "µ ĵ³Ñƒ ´° ¸·²ÑƒÑ‡µĵ ²µÑ€·¸Ñ˜Ñƒ тµşÑƒÑ›µ³ %s х¸żµÑ€²¸·Ñ€°\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ £ ˜ ²µ·µ" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ £ ˜ ²µ·µ" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "р°·Ñ€µÑˆ°²°ĵ ĵрµĥ½ ¸ĵµ ´°Ñ‚Ñ‚µşµ" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "½µ¸ÑżÑ€°²½° MAC °´Ñ€µÑ°" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC °´Ñ€µÑ°" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" msgstr "popen ½¸Ñ˜µ усżµ" -#: src/openvz_conf.c:337 +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "ÑƒÑżµÑˆ½ р°ÑˆÑ‡ğ°Ñš°²°Ñšµ vzlist ¸·ğ°·°" +msgstr "µÑƒÑżµÑˆ½ р°ÑˆÑ‡ğ°Ñš°²°Ñšµ vzlist ¸·ğ°·°" -#: src/openvz_conf.c:363 +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" msgstr "UUID јµ ğшµ ħğ¸ş²°½ у ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš°" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ £ ˜ ²µ·µ" +msgstr "½µ ĵ³Ñƒ ´° уşğ½¸ĵ ż´µÑˆ°²°Ñšµ ·° %s" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" msgstr "´ĵµ½ сµ ½µ ¸·²Ñ€Ñˆ°²°" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 #, fuzzy msgid "only one filesystem supported" msgstr "½µżÑ€°²¸ğ°½ т¸ż с¸ÑÑ‚µĵ° ´°Ñ‚Ñ‚µş°" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "½µ ĵ³Ñƒ ´° сµ ż²µĥµĵ с° %s" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" msgstr "½µÑƒÑżµğ ħр¸Ñ°Ñšµ °şÑ‚¸²½³ ´ĵµ½°" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" msgstr "´ĵµ½ ½¸Ñ˜µ у р°´½ĵ ст°ÑšÑƒ" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "½µ ĵ³Ñƒ ´° сµ ż²µĥµĵ с° %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "’µÑ› јµ °şÑ‚¸²°½ OPENVZ VM с° id-ĵ'%s'" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ £ ˜ ²µ·µ" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "½µ ĵ³Ñƒ ´° сµ ż²µĥµĵ с° %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "½µ ĵ³Ñƒ ´° уşğ½¸ĵ ż´µÑˆ°²°Ñšµ ·° %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "’µÑ› јµ °şÑ‚¸²°½ OPENVZ VM с° id-ĵ „%s“" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ £ ˜ ²µ·µ" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "żÑ€ĵµ½¸ ħрј ²¸Ñ€Ñ‚уµğ½¸Ñ… CPU-°" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "’µÑ› јµ ´µÑ„¸½¸Ñ°½ OPENVZ VM с° id-ĵ '%d'" +msgstr "’µÑ› јµ ´µÑ„¸½¸Ñ°½ OPENVZ VM с° id-ĵ „%d“" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "½µĵ° ´ĵµ½° şÑ˜¸ сµ żşğ°ż°Ñ˜Ñƒ с° id-ĵ" -#: src/openvz_driver.c:595 +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" msgstr "´ĵµ½ ½¸Ñ˜µ у ст°ÑšÑƒ ³°ÑˆµÑš°" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ £ ˜ ²µ·µ" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° „%s“" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ £ ˜ ²µ·µ" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "µÑƒÑżµğ ·°Ñ‚²°Ñ€°Ñšµ żÑ€¸şÑ™ÑƒÑ‡ş° %d\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "µÑƒÑżµğ ч¸Ñ‚°Ñšµ żÑ€¸şÑ™ÑƒÑ‡ş° %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "µÑƒÑżµğ ż¸Ñ°Ñšµ ½° żÑ€¸şÑ™ÑƒÑ‡°ş %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "“Ñ€µÑˆş° у şĵу½¸ş°Ñ†¸Ñ˜¸ с° żÑ€şÑ¸Ñ˜µĵ: żÑ€¸ĵљµ½ %d ħ°Ñ˜Ñ‚²° ´ %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "“Ñ€µÑˆş° у şĵу½¸ş°Ñ†¸Ñ˜¸ с° żÑ€şÑ¸Ñ˜µĵ: чµş¸²°½ %d ħ°Ñ˜Ñ‚²° ° żÑ€¸ĵљµ½ %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "“Ñ€µÑˆş° у şĵу½¸ş°Ñ†¸Ñ˜¸ с° żÑ€şÑ¸Ñ˜µĵ: żÑ€¸ĵљµ½ ż°şµÑ‚ ´ %d ħ°Ñ˜Ñ‚²°\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "“Ñ€µÑˆş° у şĵу½¸ş°Ñ†¸Ñ˜¸ с° żÑ€şÑ¸Ñ˜µĵ: ż³Ñ€µÑˆ½ ħğ¸ş²°½ ż°şµÑ‚\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "żÑ€¸ĵљµ½ °Ñ¸½Ñ…Ñ€½¸ ħрј ż°şµÑ‚° %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ч²Ñ€°" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ vncTLSx509certdir" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ч²Ñ€°" + +#: src/qemu_conf.c:477 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "µÑ‡µş¸²°½ ст°Ñ‚ус ¸·ğ°Ñş° ¸· qemu %d pid %lu" -#: src/qemu_conf.c:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "µÑ‡µş¸²°½¸ ст°Ñ‚ус ¸·ğ°Ñş° '%d', qemu ²µÑ€²°Ñ‚½ ½¸Ñ˜µ усżµ" +msgstr "µÑ‡µş¸²°½¸ ст°Ñ‚ус ¸·ğ°Ñş° „%d“, qemu ²µÑ€²°Ñ‚½ ½¸Ñ˜µ усżµ" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 +#: src/qemu_conf.c:509 src/qemu_driver.c:871 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "µ ĵ³Ñƒ ´° żÑ€½°Ñ’µĵ QEMU binary %s: %s" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, c-format msgid "Network '%s' not found" -msgstr "œÑ€µĥ° '%s' ½¸Ñ˜µ żÑ€½°Ñ’µ½°" +msgstr "œÑ€µĥ° „%s“ ½¸Ñ˜µ żÑ€½°Ñ’µ½°" -#: src/qemu_conf.c:555 -#, c-format -msgid "Network '%s' not active" +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" msgstr "œÑ€µĥ° %s ½¸Ñ˜µ °şÑ‚¸²½°" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, c-format msgid "Network type %d is not supported" msgstr "’рст° ĵрµĥµ %d ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, c-format -msgid "cannot initialize bridge support: %s" -msgstr "½¸Ñ˜µ ĵ³ÑƒÑ›µ żşÑ€µ½ÑƒÑ‚¸ ż´Ñ€ÑˆşÑƒ ĵст°: %s" - -#: src/qemu_conf.c:590 +#: src/qemu_conf.c:585 #, fuzzy, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "µÑƒÑżµÑˆ½ ´´°²°Ñšµ tap şÑ€ÑƒĥµÑš° '%s' ½° ĵст '%s' : %s" +msgstr "µÑƒÑżµÑˆ½ ´´°²°Ñšµ tap сżÑ€µ³µ „%s“ ½° ĵст „%s“ : %s" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "µÑƒÑżµÑˆ½ ´´°²°Ñšµ tap şÑ€ÑƒĥµÑš° '%s' ½° ĵст '%s' : %s" +msgstr "µÑƒÑżµÑˆ½ ´´°²°Ñšµ tap сżÑ€µ³µ „%s“ ½° ĵст „%s“ : %s" -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:612 msgid "failed to allocate space for tapfds string" msgstr "½µÑƒÑżµğ ´´µÑ™¸²°Ñšµ żÑ€ÑÑ‚Ñ€° ·° tapfds ½¸· ·½°ş²°" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "¸Ñ˜µ ż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° ³Ñ€°Ñ„¸şµ %s" +msgstr "½¸Ñ˜µ ż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° ´¸Ñş° „%s“" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "¸Ñ˜µ ż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° ³Ñ€°Ñ„¸şµ %s" +msgstr "½¸Ñ˜µ ż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° ´¸Ñş° „%s“" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "½µ¸ÑżÑ€°²°½ ½°·¸² ´ĵµ½°" +msgstr "½µ¸ÑżÑ€°²°½ ·²ÑƒÑ‡½¸ ĵ´µğ" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° argv ½¸· ·½°ş²°" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "¸Ñ°ĵ усżµ ´° żÑÑ‚°²¸ĵ close-on-exec ·°ÑÑ‚°²¸Ñ†Ñƒ ż¸Ñ½¸ş° ´°Ñ‚Ñ‚µş°" +msgstr "µÑƒÑżµğ żÑÑ‚°²Ñ™°Ñšµ close-on-exec ·°ÑÑ‚°²¸Ñ†µ ż¸Ñ½¸ş° ´°Ñ‚Ñ‚µş°" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "¸Ñ°ĵ усżµ ´° żÑÑ‚°²¸ĵ non-blocking ·°ÑÑ‚°²¸Ñ†Ñƒ ż¸Ñ½¸ş° ´°Ñ‚Ñ‚µş°" +msgstr "µÑƒÑżµğ żÑÑ‚°²Ñ™°Ñšµ ½µħğş¸Ñ€°Ñ˜ÑƒÑ›µ ·°ÑÑ‚°²¸Ñ†µ ż¸Ñ½¸ş° ´°Ñ‚Ñ‚µş°" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "µÑƒÑżµğ °ÑƒÑ‚ĵ°Ñ‚сş żşÑ€µÑ‚°Ñšµ ĵрµĥµ '%s': %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "µÑƒÑżµğ °ÑƒÑ‚ĵ°Ñ‚сş żşÑ€µÑ‚°Ñšµ VM-° '%s': %s" +msgstr "µÑƒÑżµğ °ÑƒÑ‚ĵ°Ñ‚сş żşÑ€µÑ‚°Ñšµ VM-° „%s“: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "¸Ñ°ĵ усżµ ´° żÑ€½°Ñ’µĵ ·°ż¸Ñ şÑ€¸Ñ½¸ş° ·° uid '%d': %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ у asprintf" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: ½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ" -#: src/qemu_driver.c:296 -#, fuzzy -msgid "Reloading iptables rules\n" -msgstr "Ÿ½² уч¸Ñ‚°²°ĵ iptables żÑ€°²¸ğ°" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2086,1309 +2370,1276 @@ msgstr "" "QEMU јµ ¸·°Ñˆ° тşĵ %s żşÑ€µÑ‚°Ñš°\n" "%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "µÑƒÑżµÑ… тşĵ ч¸Ñ‚°Ñš° %s ¸·ğ°·° żşÑ€µÑ‚°Ñš°: %s" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "’Ñ€µĵµ јµ ¸ÑÑ‚µşğ тşĵ ч¸Ñ‚°Ñš° %s ¸·ğ°·° żşÑ€µÑ‚°Ñš°" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "µÑƒÑżµÑ… тşĵ ч¸Ñ‚°Ñš° %s ¸·ğ°·° żşÑ€µÑ‚°Ñš°" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "µÑÑ‚°ğ јµ żÑ€ÑÑ‚Ñ€° тşĵ ч¸Ñ‚°Ñš° %s ¸·ğ°·° żşÑ€µÑ‚°Ñš°" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, c-format msgid "Unable to open monitor path %s" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ т²Ñ€¸Ñ‚¸ żÑƒÑ‚°ÑšÑƒ ½°´³ğµ´°Ñš° %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ żÑÑ‚°²¸Ñ‚¸ ·°ÑÑ‚°²¸Ñ†Ñƒ ·° ½°´³ğµ´°Ñšµ ·°Ñ‚²°Ñ€°Ñš°-żÑ€¸-¸·²Ñ€Ñˆ°²°ÑšÑƒ" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ żÑÑ‚°²¸Ñ‚¸ ½°´³ğµ´°Ñšµ у ½µħğş¸Ñ€°Ñ˜ÑƒÑ›¸ рµĥ¸ĵ" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ żÑ€°Ñ‚¸Ñ‚¸ ż´°Ñ‚şµ VM ş½·ğµ: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "´´µğ¸ dict" +msgstr "´´µğ¸ cpumap" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" +"½µ ĵ³Ñƒ ´° żşÑ€µ½µĵ şĵ°½´Ñƒ monitor р°´¸ żÑ€¸ħ°²Ñ™°Ñš° ¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜° CPU ½¸Ñ‚¸ĵ°" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ´ĵµ½° „%s“" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" msgstr "½µÑƒÑżµ ½°ÑÑ‚°²°ş żµÑ€°Ñ†¸Ñ˜µ" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" msgstr "VM јµ ²µÑ› °şÑ‚¸²°½" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ żÑ€½°Ñ›¸ VNC żÑ€¸şÑ™ÑƒÑ‡°ş şÑ˜¸ сµ ½µ şÑ€¸ÑÑ‚¸" +msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ żÑ€½°Ñ›¸ VNC żÑ€Ñ‚ şÑ˜¸ ½¸Ñ˜µ у уżÑ‚Ñ€µħ¸" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "żÑƒÑ‚°Ñš° ş½Ñ„¸³ÑƒÑ€°Ñ†¸½µ ´°Ñ‚Ñ‚µşµ јµ żÑ€µ´Ñƒ³°: %s/%s.log" +msgstr "żÑƒÑ‚°Ñš° ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° јµ żÑ€µ´Ñƒ³°: %s/%s.log" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, c-format msgid "failed to create logfile %s: %s" msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş° %s: %s" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "" -"¸Ñ˜µ ĵ³ÑƒÑ›µ żÑÑ‚°²¸Ñ‚¸ ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° VM ·°ÑÑ‚°²¸Ñ†Ñ†µ ·° ·°Ñ‚²Ñ€¸-żÑ€¸-" +"¸Ñ˜µ ĵ³ÑƒÑ›µ żÑÑ‚°²¸Ñ‚¸ ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° VM ·°ÑÑ‚°²¸Ñ†µ ·° ·°Ñ‚²Ñ€¸-żÑ€¸-" "¸·²Ñ€Ñˆ°²°ÑšÑƒ %s" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "µ ĵ³Ñƒ ´° żÑ€½°Ñ’µĵ QEMU binary %s: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ ż¸Ñ°Ñ‚¸ argv у ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° %d: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ ż¸Ñ°Ñ‚¸ argv у ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° %d: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "“°Ñ¸ĵ VM '%s'" +msgstr "ĦżÑƒÑˆÑ‚°ĵ VM „%s“" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ ·°Ñ‚²Ñ€¸Ñ‚¸ ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° %d: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "”ħ¸ с°ĵ ½µÑ‡µş¸²°½¸ pid, ´²Ñ€°³°" +msgstr "ŸÑ€¸ĵљµ½ јµ ½µÑ‡µş¸²°½¸ pid, ´²Ñ€°³°" -#: src/qemu_driver.c:1220 -msgid "failed to allocate space for dnsmasq argv" -msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° dnsmasq argv" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "½µ ĵ³Ñƒ ´° żşÑ€µ½µĵ с¸ÑÑ‚µĵсşÑƒ усğу³Ñƒ ħµ· IP °´Ñ€µÑµ ·° сµÑ€²µÑ€" - -#: src/qemu_driver.c:1263 -#, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу żÑ€ğ°Ñş° ¸· '%s' : %s\n" - -#: src/qemu_driver.c:1274 -#, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу żÑ€ğ°Ñş° ´ '%s' : %s\n" - -#: src/qemu_driver.c:1284 -#, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ĵ³ÑƒÑ›°²°Ñšµ ĵ°Ñş¸Ñ€°Ñš°: %s\n" - -#: src/qemu_driver.c:1316 -#, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу рут¸Ñ€°Ñš° ´ '%s' : %s\n" - -#: src/qemu_driver.c:1327 -#, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу рут¸Ñ€°Ñš° ´ '%s' : %s\n" - -#: src/qemu_driver.c:1352 -msgid "failed to allocate space for IP tables support" -msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ż´Ñ€ÑˆşÑƒ IP т°ħµğ°ĵ°" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "" -"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу DHCP ·°Ñ…Ñ‚µ²° ´ '%s' : %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "" -"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу DNS ·°Ñ…Ñ‚µ²° ´ '%s' : %s" - -#: src/qemu_driver.c:1392 -#, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "" -"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ·°ħр°½Ñƒ ¸·ğ°·½³ с°ħр°Ñ›°Ñ˜° ´ '%s' : " -"%s" - -#: src/qemu_driver.c:1399 -#, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "" -"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ·°ħр°½Ñƒ у𰷽³ с°ħр°Ñ›°Ñ˜° ´ '%s' : %" -"s" - -#: src/qemu_driver.c:1407 -#, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "" -"½µÑƒÑżµğ ´´°²°Ñšµ żÑ€°²¸ğ° ip т°ħµğ° ·° ´·²ğу с°ħр°Ñ›°Ñ˜° żÑ€µş уşÑ€ÑˆÑ‚µ½³ " -"ĵст° ½° '%s' : %s" - -#: src/qemu_driver.c:1508 -msgid "network is already active" -msgstr "ĵрµĥ° јµ ²µÑ› °şÑ‚¸²½°" - -#: src/qemu_driver.c:1520 -#, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ĵст '%s' : %s" - -#: src/qemu_driver.c:1535 -#, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ IP °´Ñ€µÑÑƒ ½° ĵсту '%s' ´ '%s' : %s" - -#: src/qemu_driver.c:1543 -#, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ĵрµĥ½Ñƒ ĵ°ÑşÑƒ ½° ĵсту '%s' ´ '%s' : %s" - -#: src/qemu_driver.c:1551 -#, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "½µÑƒÑżµğ ż´¸·°Ñšµ ĵст° '%s' : %s" - -#: src/qemu_driver.c:1562 -#, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "½µÑƒÑżµğ ĵ³ÑƒÑ›°²°Ñšµ IP żÑ€ÑğµÑ’¸²°Ñš° : %s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "µÑƒÑżµğ сżÑƒÑˆÑ‚°Ñšµ ĵст° '%s' : %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "µÑƒÑżµğ ħр¸Ñ°Ñšµ ĵст° '%s' : %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "˜ÑşÑ™ÑƒÑ‡ÑƒÑ˜µĵ ĵрµĥу '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "ŸÑ€¸ĵљµ½ ½µÑ‡µş¸²°½ pid ·° dnsmasq" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "½¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ tty %s: %s\n" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ tty %s: %s\n" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" msgstr "½µÑƒÑżµğ ´´µÑ™¸²°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ż´Ñ€ÑˆşÑƒ ĵ³ÑƒÑ›½ÑÑ‚¸ĵ°" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 -#, fuzzy +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "Servname ½¸Ñ˜µ ż´Ñ€ĥ°½ ·° ai_socktype" +msgstr "NUMA ½¸Ñ˜µ ż´Ñ€ĥ°½° ·° ²ĵ ´ĵ°Ñ›¸½Ñƒ" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "сğħ´½° NUMA ĵµĵр¸Ñ˜°" +msgstr "µÑƒÑżµğ ´Ñ€µÑ’¸²°Ñšµ сğħ´½µ NUMA ĵµĵр¸Ñ˜µ" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "´ĵµ½ %s ²µÑ› żÑÑ‚ј¸" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "´ĵµ½ %s ²µÑ› żÑÑ‚ј¸" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "½µĵ° ´ĵµ½° şÑ˜¸ сµ żşğ°ż° с° id %d" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" msgstr "´ĵµ½ сµ ½µ ¸·²Ñ€Ñˆ°²°" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 msgid "suspend operation failed" msgstr "½µÑƒÑżµğ° ħуст°²° ´ĵµ½°" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "½µÑƒÑżµÑˆ½ ³°ÑˆµÑšµ żµÑ€°Ñ†¸Ñ˜µ" +msgstr "½µÑƒÑżµÑˆ½° żµÑ€°Ñ†¸Ñ˜° сżÑƒÑˆÑ‚°Ñš°" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" msgstr "½µÑƒÑżµğ ´´µÑ™¸²°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ostype" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "½µĵ° ´ĵµ½° şÑ˜¸ сµ ż´Ñƒ´°Ñ€° с° uuid '%s'" +msgstr "½µĵ° ´ĵµ½° şÑ˜¸ сµ ż´Ñƒ´°Ñ€° с° uuid „%s“" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ĵ°şÑ¸ĵ°ğ½Ñƒ ĵµĵр¸Ñ˜Ñƒ ĵ°ÑšÑƒ ´ трµ½ÑƒÑ‚½µ ĵµĵр¸Ñ˜µ" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ĵµĵр¸Ñ˜Ñƒ °şÑ‚¸²½³ ´ĵµ½°" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ĵµĵр¸Ñ˜Ñƒ ²µÑ›Ñƒ ´ ĵ°şÑ¸ĵ°ğ½µ ĵµĵр¸Ñ˜µ" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 msgid "failed to pause domain" msgstr "½µÑƒÑżµğ ż°Ñƒ·¸Ñ€°Ñšµ ´ĵµ½°" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ xml-° ´ĵµ½°" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, c-format msgid "failed to create '%s'" -msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ '%s'" +msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ „%s“" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 msgid "failed to write save header" msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ чу²°Ñš° ·°³ğ°²Ñ™°" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 msgid "failed to write xml" msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ xml-°" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "½µÑÑ‚°ğ ĵµĵр¸Ñ˜µ" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" msgstr "żµÑ€°Ñ†¸Ñ˜° żÑ€µğ°Ñş° ½¸Ñ˜µ усżµğ°" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 #, fuzzy msgid "'migrate' not supported by this qemu" -msgstr "'info blockstats' ½¸Ñ˜µ ż´Ñ€ĥ°½ ´ стр°½µ ²³ qemu-°" +msgstr "²°Ñ˜ qemu ½µ ż´Ñ€ĥ°²° „info blockstats“" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ĵµĵр¸Ñ˜Ñƒ °şÑ‚¸²½³ ´ĵµ½°" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "½µ ĵ³Ñƒ ´° ´Ñ€µ´¸ĵ ĵ°şÑ¸ĵ°ğ½µ vcpus ·° ´ĵµ½" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, 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:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "½µ ĵ³Ñƒ ´° żÑ€¸ş°Ñ‡¸ĵ урµÑ’°Ñ˜ ½° ½µ°şÑ‚¸²½¸ ´ĵµ½" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu ħрј јµ ¸·²°½ żÑµ³° %d > %d" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ²ğ°Ñ½¸ş° ´°Ñ‚Ñ‚µşµ „%s“: %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "ai_family ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "½µ ĵ³Ñƒ ´° żÑ€µÑƒ·ĵµĵ ş½Ñ‚µşÑÑ‚ ´°Ñ‚Ñ‚µşµ ´ %s: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu сşğ½ÑÑ‚ ½¸Ñ˜µ ´ÑÑ‚уż½°" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ´µÑ„¸½¸Ñ†¸Ñ˜Ñƒ XML ´ĵµ½°" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ²¸Ñ€Ñ‚у°ğ¸·°Ñ†¸Ñ˜µ у ´µÑ„¸½¸Ñ†¸Ñ˜¸ ´ĵµ½° „%d“" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ сğ¸şÑƒ ´ĵµ½°" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ т¸Ñ°ş ´ĵµ½°" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" msgstr "½µÑƒÑżµğ ч¸Ñ‚°Ñšµ qemu ·°³ğ°²Ñ™°" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "magic Ñğ¸şµ ½¸Ñ˜µ ¸ÑżÑ€°²°½" +msgstr "ĵ°³¸Ñ˜° т¸Ñş° ½¸Ñ˜µ ¸ÑżÑ€°²½°" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" -msgstr "²µÑ€·¸Ñ˜° Ñğ¸şµ ½¸Ñ˜µ ż´Ñ€ĥ°½° (%d > %d)" +msgstr "²µÑ€·¸Ñ˜° т¸Ñş° ½¸Ñ˜µ ż´Ñ€ĥ°½° (%d > %d)" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 msgid "failed to read XML" msgstr "½µÑƒÑżµğ ч¸Ñ‚°Ñšµ XML-°" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 msgid "failed to parse XML" msgstr "½µÑƒÑżµğ р°ÑˆÑ‡ğ°Ñš¸²°Ñšµ XML-°" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, c-format msgid "domain is already active as '%s'" -msgstr "´ĵµ½ јµ ²µÑ› °şÑ‚¸²°½ ş° '%s'" +msgstr "´ĵµ½ јµ ²µÑ› °şÑ‚¸²°½ ş° „%s“" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 msgid "failed to assign new VM" msgstr "½µÑƒÑżµğ ´´µÑ™¸²°Ñšµ ½²³ VM" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 msgid "failed to start VM" msgstr "½µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ VM" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 msgid "failed to resume domain" msgstr "½µÑƒÑżµğ ½°ÑÑ‚°²Ñ™°Ñšµ ´ĵµ½°" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -msgid "failed to allocate space for VM name string" -msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ½¸· ·½°ş²° VM ½°·¸²°" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" +msgstr "" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "¸Ñ˜µ ż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° ³Ñ€°Ñ„¸şµ %s" +msgstr "½¸Ñ˜µ ż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° ´¸Ñş° „%s“" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "½µ ĵ³Ñƒ ´° żÑ€ĵµ½¸ĵ cdrom ĵµ´¸Ñ˜Ñƒĵ" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 #, fuzzy msgid "changing cdrom media failed" msgstr "½µ ĵ³Ñƒ ´° żÑ€ĵµ½¸ĵ cdrom ĵµ´¸Ñ˜Ñƒĵ" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "´¸Ñş сşğ°´¸ÑˆÑ‚µÑš° ²µÑ› żÑÑ‚ј¸" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ %s: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "´ĵµ½ %s ²µÑ› żÑÑ‚ј¸" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "уч¸Ñ‚°²°ĵ ´°Ñ‚Ñ‚µşÑƒ ´µÑ„¸½¸Ñ†¸Ñ˜µ ´ĵ°Ñ›¸½°" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "уч¸Ñ‚°²°ĵ ´°Ñ‚Ñ‚µşÑƒ ´µÑ„¸½¸Ñ†¸Ñ˜µ ´ĵ°Ñ›¸½°" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" msgstr "½µ ĵ³Ñƒ ´° żÑ€¸ş°Ñ‡¸ĵ урµÑ’°Ñ˜ ½° ½µ°şÑ‚¸²½¸ ´ĵµ½" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 #, fuzzy msgid "this device type cannot be attached" msgstr "јµ´¸½ урµÑ’°Ñ˜¸ CDROM ´¸Ñş° ĵ³Ñƒ ħ¸Ñ‚¸ żÑ€¸ş°Ñ‡µ½¸" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "´ĵµ½ ½¸Ñ˜µ żÑ€½°Ñ’µ½" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "½µÑƒÑżµğ ½°ÑÑ‚°²Ñ™°Ñšµ ´ĵµ½°" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "µÑƒÑżµğ тş°Ñ‡¸Ñš°Ñšµ урµÑ’°Ñ˜° ¸· %s" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "јµ´¸½ урµÑ’°Ñ˜¸ CDROM ´¸Ñş° ĵ³Ñƒ ħ¸Ñ‚¸ żÑ€¸ş°Ñ‡µ½¸" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ĵµĵр¸Ñ˜Ñƒ °şÑ‚¸²½³ ´ĵµ½°" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ с¸ĵħğ¸Ñ‡şµ ²µ·µ '%s' ş° '%s': %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ с¸ĵħğ¸Ñ‡şµ ²µ·µ „%s“ ş° „%s“: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "µÑƒÑżµğ ħр¸Ñ°Ñšµ с¸ĵħğ¸Ñ‡şµ ²µ·µ '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, c-format msgid "invalid path: %s" msgstr "½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "'info blockstats' şĵ°½´° ½¸Ñ˜µ усżµğ°" +msgstr "„info blockstats“ şĵ°½´° ½¸Ñ˜µ усżµğ°" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "'info blockstats' ½¸Ñ˜µ ż´Ñ€ĥ°½ ´ стр°½µ ²³ qemu-°" +msgstr "²°Ñ˜ qemu ½µ ż´Ñ€ĥ°²° „info blockstats“" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, c-format msgid "device not found: %s (%s)" msgstr "урµÑ’°Ñ˜ ½¸Ñ˜µ żÑ€½°Ñ’µ½: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "NULL ¸ğ¸ żÑ€°·½° żÑƒÑ‚°Ñš°" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°, '%s' јµ ½µż·½°Ñ‚ şÑ€ÑƒĥµÑšµ" +msgstr "½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°, „%s“ ½¸Ñ˜µ ż·½°Ñ‚° сżÑ€µ³°" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°: %s" +msgstr "½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU уżÑ€°²Ñ™°Ñ‡ş¸ żÑ€³Ñ€°ĵ ż´Ñ€ĥ°²° с°ĵ ²¸Ñ€Ñ‚уµğ½µ ĵµĵр¸Ñ˜Ñşµ °´Ñ€µÑµ" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "'info blockstats' şĵ°½´° ½¸Ñ˜µ усżµğ°" +msgstr "½µÑƒÑżµğ° lvs şĵ°½´°" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "½µĵ° ĵрµĥµ şÑ˜° сµ ż´Ñƒ´°Ñ€° с° uuid" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "½µĵ° ĵрµĥµ şÑ˜° сµ ż´Ñƒ´°Ñ€° с° ½°·¸²ĵ" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" -msgstr "ĵрµĥ° јµ ²µÑ› °şÑ‚¸²½°" +msgid "no domain XML passed" +msgstr "сż¸Ñ°ş ´ĵµ½° ·° ч²Ñ€" -#: src/qemu_driver.c:3937 -msgid "no network with matching id" -msgstr "½µĵ° ĵрµĥµ şÑ˜° сµ ż´Ñƒ´°Ñ€° с° id-ĵ" +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" -#: src/qemu_driver.c:3944 -msgid "failed to allocate space for network bridge string" -msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ½¸· ·½°ş²° ĵрµĥ½³ ĵст°" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 -#, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ с¸ĵħğ¸Ñ‡şµ ²µ·µ '%s' ş° '%s': %s" +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "µÑƒÑżµÑˆ½ żÑ€°²Ñ™µÑšµ UUID" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "´ĵµ½ јµ ²µÑ› °şÑ‚¸²°½ ş° „%s“" + +#: src/qemu_driver.c:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "½µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ VM" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "½µĵ° ´ĵµ½° şÑ˜¸ сµ żşğ°ż°Ñ˜Ñƒ с° ¸ĵµ½ĵ" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "żşÑƒÑˆ°²° с°ĵ ´° şÑ€¸ÑÑ‚¸ĵ ·°Ñ‚²Ñ€µ½ ¸ğ¸ ½µ żşÑ€µ½ÑƒÑ‚ руş²°Ñšµ" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" msgstr "½µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ libvirtd ħ¸½°Ñ€½µ ´°Ñ‚Ñ‚µşµ" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -"remote_open: żÑ€µ½Ñ у URL-у ½¸Ñ˜µ żÑ€µż·½°Ñ‚ (трµħ° ħ¸ ´° ħу´µ tls|unix|ssh|" +"remote_open: żÑ€µ½Ñ у £ ›-у ½¸Ñ˜µ żÑ€µż·½°Ñ‚ (трµħ°ğ ħ¸ ´° ħу´µ tls|unix|ssh|" "ext|tcp)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "remote_open: ·° 'ext' żÑ€µ½Ñ, żÑ‚Ñ€µħ½° јµ şĵ°½´°" +msgstr "remote_open: ·° „ext“ żÑ€µ½Ñ, żÑ‚Ñ€µħ½° јµ şĵ°½´°" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "½¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ tty %s: %s\n" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ tty %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "½¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ tty %s: %s\n" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ tty %s: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "½¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ tty %s: %s\n" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ tty %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ сşµÑ‚: %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ żÑ€¸şÑ™ÑƒÑ‡ş°: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ сşµÑ‚: %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ żÑ€¸şÑ™ÑƒÑ‡ş°: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "Windows ½µ ż´Ñ€ĥ°²° unix, ssh i ext ½°Ñ‡¸½µ żÑ€µ½Ñ°" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ £ ˜-°" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "·°Ñƒ·¸ĵ°ĵ ´ĵµ½" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ч²Ñ€°" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "¸Ñ˜µ ĵ³ÑƒÑ›µ żÑ€°Ñ‚¸Ñ‚¸ ż´°Ñ‚şµ VM ş½·ğµ: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "½µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ SASL ħ¸ħğ¸Ñ‚µşµ: %d (%s)" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "½¸Ñ°ĵ усżµ ´° żÑÑ‚°²¸ĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" +msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "½¸Ñ°ĵ усżµ ´° żÑÑ‚°²¸ĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" +msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "¸Ñ°ĵ усżµ ´° żÑ‚²Ñ€´¸ĵ ¸´µ½Ñ‚¸Ñ‚µÑ‚ şÑ€¸Ñ½¸ş° %s" +msgstr "µÑƒÑżµğ° żÑ‚²Ñ€´° ¸´µ½Ñ‚¸Ñ‚µÑ‚° şÑ€¸Ñ½¸ş° %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "½¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ tty %s: %s\n" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ tty %s: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "żÑ€²µÑ€° сµÑ€²µÑ€° (с° ½°Ñˆ¸ĵ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ĵ ¸ğ¸ IP °´Ñ€µÑĵ) ½¸Ñ˜µ усżµğ°\n" +msgstr "żÑ€²µÑ€° сµÑ€²µÑ€° (с° ½°Ñˆ¸ĵ у²µÑ€µÑšµĵ ¸ğ¸ IP °´Ñ€µÑĵ) ½¸Ñ˜µ усżµğ°\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "¸Ñ°ĵ усżµ ´° żÑ‚²Ñ€´¸ĵ ¸´µ½Ñ‚¸Ñ‚µÑ‚ şÑ€¸Ñ½¸ş° %s" +msgstr "µÑƒÑżµğ° żÑ‚²Ñ€´° ¸´µ½Ñ‚¸Ñ‚µÑ‚° şÑ€¸Ñ½¸ş° %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ цµ²: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "µ¸ÑżÑ€°²½° ²Ñ€µ´½ÑÑ‚ ³Ñ€°½¸Ñ†µ" +msgstr "µ¸ÑżÑ€°²°½ т¸ż урµÑ’°Ñ˜°: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 #, fuzzy msgid "The certificate is not trusted." -msgstr "ĦµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ ½¸Ñ˜µ јш °şÑ‚¸²¸Ñ€°½" +msgstr "£²µÑ€µÑšµ ½¸Ñ˜µ јш °şÑ‚¸²¸Ñ€°½" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 #, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "remoteCheckCertificate: ½¸Ñ˜µ ż·½°Ñ‚ ¸·´°²°Ñ‡ сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° şğ¸Ñ˜µ½Ñ‚°." +msgstr "remoteCheckCertificate: ½¸Ñ˜µ ż·½°Ñ‚ ¸·´°²°Ñ‡ у²µÑ€µÑš° şğ¸Ñ˜µ½Ñ‚°." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 #, fuzzy msgid "The certificate has been revoked." -msgstr "ĦµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ јµ ¸ÑÑ‚µş°" +msgstr "£²µÑ€µÑšµ јµ ¸ÑÑ‚µşğ" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 #, fuzzy msgid "The certificate uses an insecure algorithm" -msgstr "" -"remoteCheckCertificate: сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ şğ¸Ñ˜µ½Ñ‚° şÑ€¸ÑÑ‚¸ ½µħµ·ħµ´°½ °ğ³Ñ€¸Ñ‚°ĵ." +msgstr "remoteCheckCertificate: у²µÑ€µÑšµ şğ¸Ñ˜µ½Ñ‚° şÑ€¸ÑÑ‚¸ ½µħµ·ħµ´°½ °ğ³Ñ€¸Ñ‚°ĵ." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "’рст° сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° ½¸Ñ˜µ X.509" +msgstr "’рст° у²µÑ€µÑš° ½¸Ñ˜µ X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "gnutls_certificate_get_peers ½¸Ñ˜µ усżµğ" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "¸Ñ°ĵ усżµ ´° ¸½¸Ñ†¸Ñ˜°ğ¸·ÑƒÑ˜µĵ SASL °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜Ñƒ %s" +msgstr "µÑƒÑżµğ° ¸½¸Ñ†¸Ñ˜°ğ¸·°Ñ†¸Ñ˜° SASL °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜µ %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "½¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ tty %s: %s\n" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ tty %s: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "ĦµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ јµ ¸ÑÑ‚µş°" +msgstr "£²µÑ€µÑšµ јµ ¸ÑÑ‚µşğ" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "ĦµÑ€Ñ‚¸Ñ„¸ş°Ñ‚ ½¸Ñ˜µ јш °şÑ‚¸²¸Ñ€°½" +msgstr "£²µÑ€µÑšµ ½¸Ñ˜µ јш °şÑ‚¸²¸Ñ€°½" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "’ğ°Ñ½¸ş сµÑ€Ñ‚¸Ñ„¸ş°Ñ‚° сµ ½µ ż´Ñƒ´°Ñ€° с° ½°·¸²ĵ ´ĵ°Ñ›¸½° (%s)" +msgstr "’ğ°Ñ½¸ş у²µÑ€µÑš° сµ ½µ ż´Ñƒ´°Ñ€° с° ½°·¸²ĵ ´ĵ°Ñ›¸½° (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "żÑ€µ²¸Ñˆµ у´°Ñ™µ½¸Ñ… ĵрµĥ°: %d > %d" +msgstr "żÑ€µ²¸Ñˆµ NUMA ћµğ¸Ñ˜°: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, c-format msgid "too many remote domain IDs: %d > %d" msgstr "żÑ€µ²¸Ñˆµ у´°Ñ™µ½¸Ñ… ID-° ´ĵµ½°: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "´Ñƒĥ¸½° ĵ°żµ јµ ²µÑ›° ´ ĵ°şÑ¸ĵ°ğ½µ: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "vCPU ħрј°Ñ‡ јµ żÑ€µÑˆ° с²Ñ˜ ĵ°şÑ¸ĵуĵ: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "vCPU ħ°Ñ„µÑ€ ´Ñƒĥ¸½µ ĵ°żµ јµ żÑ€µÑˆ° с²Ñ˜ ĵ°şÑ¸ĵуĵ: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "´ĵ°Ñ›¸½ żÑ€¸Ñ˜°²Ñ™ÑƒÑ˜µ żÑ€µ²¸Ñˆµ vCPU-°: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" "´ĵ°Ñ›¸½ żÑ€¸Ñ˜°²Ñ™ÑƒÑ˜µ ´° јµ ħ°Ñ„µÑ€ ´Ñƒĥ¸½µ ĵ°żµ żÑ€µÑˆ° с²Ñ˜ ĵ°şÑ¸ĵуĵ: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, c-format msgid "too many remote domain names: %d > %d" msgstr "żÑ€µ²¸Ñˆµ ½°·¸²° у´°Ñ™µ½¸Ñ… ´ĵµ½°: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" "remoteDomainGetSchedulerParameters: ²Ñ€°Ñ›µ½¸ ħрј ż°Ñ€°ĵµÑ‚°Ñ€° żÑ€µĵ°ÑˆÑƒÑ˜µ ³Ñ€°½¸Ñ†Ñƒ" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "emoteDomainGetSchedulerParameters: ½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ż°Ñ€°ĵµÑ‚Ñ€°" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 msgid "out of memory allocating array" msgstr "½¸· ½° ´´µğу żÑ€¸ ½µÑÑ‚°½şÑƒ ĵµĵр¸Ñ˜µ" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ż°Ñ€°ĵµÑ‚Ñ€°" -#: src/remote_internal.c:2349 -#, c-format +#: src/remote_internal.c:2546 +#, fuzzy, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "·°Ñ…Ñ‚µ² ·° ħğşĵ јµ żÑ€µ²µğ¸ş ·° у´°Ñ™µ½¸ żÑ€Ñ‚şğ, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "²Ñ€°Ñ›µ½¸ ħ°Ñ„µÑ€ ½¸Ñ˜µ ¸ÑÑ‚µ ²µğ¸Ñ‡¸½µ ş° ·°Ñ…Ñ‚µ²°½¸" -#: src/remote_internal.c:2394 -#, c-format +#: src/remote_internal.c:2591 +#, fuzzy, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "·°Ñ…Ñ‚µ² ·° ĵµĵр¸Ñ˜ĵ јµ żÑ€µ²µğ¸ş ·° у´°Ñ™µ½¸ żÑ€Ñ‚şğ, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, c-format msgid "too many remote networks: %d > %d" msgstr "żÑ€µ²¸Ñˆµ у´°Ñ™µ½¸Ñ… ĵрµĥ°: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" msgstr "·°Ñ…Ñ‚µ²°½ јµ żÑ€µ²¸Ñˆµ рµ·µÑ€²°Ñ€° сşğ°´¸ÑˆÑ‚°" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" msgstr "´ħ¸Ñ˜µ½ јµ żÑ€µ²¸Ñˆµ рµ·µÑ€²°Ñ€° сşğ°´¸ÑˆÑ‚°" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" msgstr "·°Ñ…Ñ‚µ²°½ јµ żÑ€µ²¸Ñˆµ ´¸Ñş²° ·° сĵµÑˆÑ‚°Ñšµ" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 msgid "too many storage volumes received" msgstr "´ħ¸Ñ˜µ½ јµ żÑ€µ²¸Ñˆµ ´¸Ñş²° ·° сĵµÑˆÑ‚°Ñšµ" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "·°Ñ…Ñ‚µ²°½ јµ żÑ€µ²¸Ñˆµ ´¸Ñş²° ·° сĵµÑˆÑ‚°Ñšµ" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "´ħ¸Ñ˜µ½ јµ żÑ€µ²¸Ñˆµ ´¸Ñş²° ·° сĵµÑˆÑ‚°Ñšµ" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "·°Ñ…Ñ‚µ²°½ јµ żÑ€µ²¸Ñˆµ ´¸Ñş²° ·° сĵµÑˆÑ‚°Ñšµ" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "´ħ¸Ñ˜µ½ јµ żÑ€µ²¸Ñˆµ ´¸Ñş²° ·° сĵµÑˆÑ‚°Ñšµ" + +#: src/remote_internal.c:4042 #, c-format msgid "unknown authentication type %s" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜µ %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "·°Ñ…Ñ‚µ²°½° ²Ñ€ÑÑ‚° °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜µ %s јµ ´ħ¸Ñ˜µ½°" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, c-format msgid "unsupported authentication type %d" msgstr "½µż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜µ %d" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "½µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ SASL ħ¸ħğ¸Ñ‚µşµ: %d (%s)" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ş½Ñ‚µşÑÑ‚ SASL şğ¸Ñ˜µ½Ñ‚°: %d (%s)" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "½µ¸ÑżÑ€°²½° ²µğ¸Ñ‡¸½° ш¸Ñ„Ñ€µ ·° TLS сµÑ¸Ñ˜Ñƒ" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, c-format msgid "cannot set external SSF %d (%s)" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ сżÑ™°ÑˆÑš¸ SSF %d (%s)" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, c-format msgid "cannot set security props %d (%s)" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ħµ·ħµ´½Ñ½¸ props %d (%s)" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, c-format msgid "SASL mechanism %s not supported by server" msgstr "SASL ĵµÑ…°½¸·°ĵ %s ½¸Ñ˜µ ż´Ñ€ĥ°½ ´ стр°½µ сµÑ€²µÑ€°" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ SASL żÑ€µ³²°Ñ€°Ñš°: %d (%s)" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 msgid "Failed to make auth credentials" msgstr "µÑƒÑżµğ şÑ€µ¸Ñ€°Ñšµ у²µÑ€µÑš° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "Ÿ´°Ñ†¸ SASL żÑ€µ³²°Ñ€°Ñš° су żÑ€µ²µğ¸ş¸: %d ħ°Ñ˜Ñ‚²°" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, c-format msgid "Failed SASL step: %d (%s)" msgstr "µÑƒÑżµ SASL şÑ€°ş: %d (%s)" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" -msgstr "żÑ€µ³²°Ñ€°Ñšµ SSF %d ½¸Ñ˜µ ´²Ñ™½ ј°ş" +msgstr "żÑ€µ³²°Ñ€°Ñšµ SSF %d ½¸Ñ˜µ ħ¸ğ ´²Ñ™½ ј°ş" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" msgstr "µÑƒÑżµğ с°şÑƒżÑ™°Ñšµ у²µÑ€µÑš° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "xdr_remote_message_header ½¸Ñ˜µ усżµ" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "marshalling args" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "xdr_int (рµÑ‡ ´Ñƒĥ¸½µ)" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "xdr_int (рµÑ‡ ´Ñƒĥ¸½µ, ´³²Ñ€)" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "ż°şµÑ‚ şÑ˜¸ јµ żÑ€¸ĵљµ½ с° сµÑ€²µÑ€° јµ żÑ€µ²µğ¸ş¸" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 msgid "invalid header in reply" msgstr "½µ¸ÑżÑ€°²½ ·°³ğ°²Ñ™µ у ´³²Ñ€Ñƒ" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "½µż·½°Ñ‚ żÑ€³Ñ€°ĵ (żÑ€¸ĵљµ½ %x, чµş¸²°½ %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "½µż·½°Ñ‚° ²µÑ€·¸Ñ˜° żÑ€Ñ‚şğ° (żÑ€¸ĵљµ½ %x, чµş¸²°½ %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "½µż·½°Ñ‚° żÑ€Ñ†µ´ÑƒÑ€° (żÑ€¸ĵљµ½ %x, чµş¸²°½ %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "½µż·½°Ñ‚ сĵµÑ€ (żÑ€¸ĵљµ½ %x, чµş¸²°½ %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "½µż·½°Ñ‚ сµÑ€¸Ñ˜Ñş¸ ħрј (żÑ€¸ĵљµ½ %x, чµş¸²°½ %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "½µż·½°Ñ‚ ст°Ñ‚ус (żÑ€¸ĵљµ½ %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" -msgstr "сşµÑ‚ сµ ½µÑ‡µş¸²°½ ·°Ñ‚²Ñ€¸" +msgstr "żÑ€¸şÑ™ÑƒÑ‡°ş сµ ½µÑ‡µş¸²°½ ·°Ñ‚²Ñ€¸" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "½µ¸ÑżÑ€°²½ ·°³ğ°²Ñ™µ у ´³²Ñ€Ñƒ" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´ĵµ½° у" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ч²Ñ€°" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "½µÑƒÑżµğ уĵ½ĥ°²°Ñšµ ½¸Ñşµ" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "½µ´ÑÑ‚°Ñ˜µ ·°Ñ‡µÑ™µ ·° ²Ñ€ÑÑ‚у сşğ°´¸ÑˆÑ‚° %d" -#: src/storage_backend.c:136 -#, c-format -msgid "unknown storage backend type %s" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ·°Ñ‡µÑ™° сşğ°´¸ÑˆÑ‚° %s" - -#: src/storage_backend.c:166 -#, c-format -msgid "unknown storage backend type %d" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ·°Ñ‡µÑ™° сşğ°´¸ÑˆÑ‚° %d" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, c-format msgid "cannot open volume '%s': %s" msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ ´¸Ñş „%s“: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "½µ ĵ³Ñƒ ´° тр°ĥ¸ĵ şÑ€°Ñ˜ ´°Ñ‚Ñ‚µşµ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° тр°ĥ¸ĵ şÑ€°Ñ˜ ´°Ñ‚Ñ‚µşµ „%s“:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "½µ ĵ³Ñƒ ´° тр°ĥ¸ĵ şÑ€°Ñ˜ ´°Ñ‚Ñ‚µşµ „%s“:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "½µ ĵ³Ñƒ ´° тр°ĥ¸ĵ şÑ€°Ñ˜ ´°Ñ‚Ñ‚µşµ „%s“:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "½µ ĵ³Ñƒ ´° żÑ€µÑƒ·ĵµĵ ş½Ñ‚µşÑÑ‚ ´°Ñ‚Ñ‚µşµ ´ %s: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "ş½Ñ‚µşÑÑ‚" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ %s: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "żÑƒÑ‚°Ñš°" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "żÑƒÑ‚°Ñš°" + +#: src/storage_backend.c:389 msgid "regex" msgstr "regex" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, c-format msgid "Failed to compile regex %s" msgstr "µÑƒÑżµğ şĵż°Ñ˜ğ¸Ñ€°Ñšµ regex %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "regex ³Ñ€Ñƒżµ" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ fd" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, c-format msgid "failed to wait for command: %s" msgstr "½µÑƒÑżµğ чµş°Ñšµ ½° şĵ°½´Ñƒ: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "şĵ°½´° сµ ½¸Ñ˜µ żÑ€°²¸ğ½ ·°²Ñ€Ñˆ¸ğ°" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "n_columns żÑ€µ²µğ¸şµ" +msgstr "n_columns су żÑ€µ²µğ¸şµ" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, c-format msgid "read error: %s" msgstr "³Ñ€µÑˆş° тşĵ ч¸Ñ‚°Ñš°: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "½µ-½Ñƒğ° ст°Ñ‚ус ¸·ğ°·° şĵ°½´µ %d" +msgstr "ст°Ñ‚ус ¸·ğ°·° şĵ°½´µ %d ½¸Ñ˜µ ½Ñƒğ°" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "%s: ½¸Ñ˜µ рµ°ğ¸·²°½" +msgstr "%s: ½¸Ñ˜µ рµ°ğ¸·²°½\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "фрĵ°Ñ‚ рµ·µÑ€²°Ñ€° ½¸Ñ˜µ ż´Ñ€ĥ°½ %s" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "фрĵ°Ñ‚ рµ·µÑ€²°Ñ€° ½¸Ñ˜µ ż´Ñ€ĥ°½ %d" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "фрĵ°Ñ‚ ´¸Ñş° ½¸Ñ˜µ ż´Ñ€ĥ°½ %s" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "фрĵ°Ñ‚ ´¸Ñş° ½¸Ñ˜µ ż´Ñ€ĥ°½ %d" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "´¸Ñş" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "żÑµ·¸ ´¸Ñş°" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ ĵµÑÑ‚ żÑ‡µÑ‚ş° урµÑ’°Ñ˜°" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "½µ ĵ³Ñƒ ´° р°ÑˆÑ‡ğ°½¸ĵ ĵµÑÑ‚ ·°²Ñ€ÑˆµÑ‚ş° урµÑ’°Ñ˜°" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "żÑµ·¸" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "½µĵ° ´²Ñ™½ ²µğ¸ş³ сğħ´½³ żÑµ³°" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ żÑƒÑ‚°ÑšÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ żÑƒÑ‚°ÑšÑƒ „%s“: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ·°³ğ°²Ñ™µ '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ·°³ğ°²Ñ™µ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ·°³ğ°²Ñ™µ „%s“: %s" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ²µ·µ у %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "½µÑƒÑżµğ° р°´Ñš°" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "½µ´ÑÑ‚°Ñ˜µ ¸·²Ñ€ ·° ĵ½Ñ‚¸Ñ€°Ñšµ" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" msgstr "żÑ€Ñ‚°ğ" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ %s: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "½µ´ÑÑ‚°Ñ˜µ ´ĵ°Ñ›¸½ ¸·²Ñ€°" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "½µ´ÑÑ‚°Ñ˜µ żÑƒÑ‚°Ñš° ¸·²Ñ€°" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "½µ´ÑÑ‚°Ñ˜µ урµÑ’°Ñ˜ ¸·²Ñ€°" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "¸·²Ñ€" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "½µ´ÑÑ‚°Ñ˜µ ¸·²Ñ€½¸ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ żÑƒÑ‚°ÑšÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ żÑƒÑ‚°ÑšÑƒ „%s“: %s" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ żÑƒÑ‚°ÑšÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ żÑƒÑ‚°ÑšÑƒ „%s“: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -msgid "volume name" -msgstr "¸ĵµ ´¸Ñş°" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "şÑ™ÑƒÑ‡ ´¸Ñş°" - -#: src/storage_backend_fs.c:895 -#, c-format +#: src/storage_backend_fs.c:674 +#, fuzzy, c-format msgid "cannot statvfs path '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ vfs żÑƒÑ‚°ÑšÑƒ'%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ vfs żÑƒÑ‚°ÑšÑƒ „%s“: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° р°·²µĥµĵ żÑƒÑ‚°ÑšÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° р°·²µĥµĵ żÑƒÑ‚°ÑšÑƒ „%s“: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "ĵµÑ‚°" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "şÑ™ÑƒÑ‡ сşğ°´¸ÑˆÑ‚°" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° żżÑƒ½¸ĵ ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° żżÑƒ½¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñˆ¸Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñˆ¸Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ żÑƒÑ‚°ÑšÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ żÑƒÑ‚°ÑšÑƒ „%s“: %s" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, c-format msgid "unknown storage vol type %d" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ´¸Ñş° ·° сşğ°´¸ÑˆÑ‚µÑšµ %d" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° %d ´¸Ñş° ·° сşğ°´¸ÑˆÑ‚µÑšµ" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "²Ñ€ÑÑ‚° ´¸Ñş° ·° сşğ°´¸ÑˆÑ‚µÑšµ ½¸Ñ˜µ ż´Ñ€ĥ°½° %d" +msgstr "²Ñ€ÑÑ‚° %d ´¸Ñş° ·° сşğ°´¸ÑˆÑ‚µÑšµ ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "żÑ€°²Ñ™µÑšµ ½µ-с¸Ñ€²¸Ñ… Ñğ¸ş° ½¸Ñ˜µ ż´Ñ€ĥ°½ ħµ· qemu-img" +msgstr "żÑ€°²Ñ™µÑšµ т¸Ñ°ş° şÑ˜¸ ½¸ÑÑƒ с¸Ñ€²¸ ½¸Ñ˜µ ż´Ñ€ĥ°½ ħµ· qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, c-format msgid "cannot set file owner '%s': %s" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ ²ğ°Ñ½¸ş° ´°Ñ‚Ñ‚µşµ „%s“: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, c-format msgid "cannot set file mode '%s': %s" msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ рµĥ¸ĵ ´°Ñ‚Ñ‚µşµ „%s“: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° ·°Ñ‚²Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ·°Ñ‚²Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° ¸·ħр¸Ñˆµĵ ğ¸½ş ş° ´°Ñ‚Ñ‚µÑ†¸ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ¸·ħр¸Ñˆµĵ ğ¸½ş ş° ´°Ñ‚Ñ‚µÑ†¸ „%s“: %s" #: src/storage_backend_iscsi.c:61 #, c-format @@ -3413,570 +3664,758 @@ msgstr "сµÑ¸Ñ˜°" msgid "cannot find session" msgstr "½µ ĵ³Ñƒ ´° żÑ€½°Ñ’µĵ сµÑ¸Ñ˜Ñƒ" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "¸ĵµ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "żÑƒÑ‚°Ñš° ´ урµÑ’°Ñ˜°" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, c-format msgid "cannot open %s: %s" msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ %s: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "şÑ™ÑƒÑ‡" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° sysfs żÑƒÑ‚°Ñšµ %s: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° sysfs żÑƒÑ‚°Ñšµ %s: %s" +msgstr "µÑƒÑżµğ р°ÑˆÑ‡ğ°Ñš¸²°Ñšµ ц¸Ñ™° ¸· sysfs żÑƒÑ‚°Ñšµ %s/%s" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ° сşğ°´¸ÑˆÑ‚°: %s" +msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ ħ¸ğ ş°ş²¸Ñ… LUN-²° ·° сµÑ¸Ñ˜Ñƒ %s: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" +"µÑƒÑżµ żşÑƒÑˆ°Ñ˜ ут²Ñ€Ñ’¸²°Ñš° ´° ğ¸ јµ %u:%u:%u:%u LUN с° ´¸Ñ€µşÑ‚½¸ĵ żÑ€¸ÑÑ‚уżĵ" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "µÑƒÑżµğ тş°Ñ‡¸Ñš°Ñšµ урµÑ’°Ñ˜° ¸· %s" +msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ ²µ·µ урµÑ’°Ñ˜° ·° lun %d" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ст°Ñ‚¸ÑÑ‚¸şµ ħğş° %s %s" +msgstr "µÑƒÑżµğ р°ÑˆÑ‡ğ°Ñš¸²°Ñšµ żÑƒÑ‚°Ñšµ ħğş° %s" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "¸Ñ°ĵ усżµ ´° ·°Ñƒ·ĵµĵ ĵµĵр¸Ñ˜Ñƒ ·° struct qemud_socket" +msgstr "µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ĵµĵр¸Ñ˜µ ·° scsidev" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "żÑ€Ñ‚°ğ" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 +#, fuzzy msgid "malformed volume extent offset value" msgstr "ğш° offset ²Ñ€µ´½ÑÑ‚ żÑµ³° ´¸Ñş°" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "ğш° ²Ñ€µ´½ÑÑ‚ ´Ñƒĥ¸½µ żÑµ³° ´¸Ñş°" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "ğш° ²Ñ€µ´½ÑÑ‚ ²µğ¸Ñ‡¸½µ żÑµ³° ´¸Ñş°" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "'info blockstats' şĵ°½´° ½¸Ñ˜µ усżµğ°" +msgstr "½µÑƒÑżµğ° lvs şĵ°½´°" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs şĵ°½´° јµ ½µÑƒÑżµğ° с° ¸·ğ°·½¸ĵ ст°Ñ‚усĵ %d" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "·°Ñƒ·¸ĵ°ĵ priv->½°·¸² ´ĵ°Ñ›¸½°" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "·°Ñƒ·¸ĵ°ĵ ĵрµĥу" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "·°Ñƒ·¸ĵ°ĵ ĵрµĥу" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "½¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ żÑ€¸şÑ™ÑƒÑ‡°ş" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "şĵ°½´½° 𸽸ј°" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ урµÑ’°Ñ˜ %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "½µ ĵ³Ñƒ ´° ħр¸Ñˆµĵ ·°³ğ°²Ñ™µ урµÑ’°Ñ˜° %s" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "½µ ĵ³Ñƒ ´° ·°Ñ‚²Ñ€¸ĵ урµÑ’°Ñ˜ %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ %s: %s" +msgstr "½µ ĵ³Ñƒ ´° уşğ½¸ĵ ttyPidFile %s: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° żÑ€½°Ñ’µĵ урµÑ’°Ñ˜ şÑ˜¸ јµ сşÑ€ ½°żÑ€°²Ñ™µ½ '%s':%s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€½°Ñ’µĵ урµÑ’°Ñ˜ şÑ˜¸ јµ сşÑ€ ½°żÑ€°²Ñ™µ½ „%s“: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "½µ´ÑÑ‚°Ñ˜µ °Ñ‚Ñ€¸ħут °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ ´ĵ°Ñ›¸½°" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "½µ´ÑÑ‚°Ñ˜µ °Ñ‚Ñ€¸ħут °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ 𷸽ş°" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "ğш şÑ‚°ğ½¸ рµĥ¸ĵ" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "ğш µğµĵµ½Ñ‚ ²ğ°Ñ½¸ş" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "ğш µğµĵµ½Ñ‚ ³Ñ€Ñƒż°" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "·°Ñƒ·¸ĵ°ĵ рµ·µÑ€²°Ñ€ сşğ°´¸ÑˆÑ‚µÑš°" +msgstr "½µ ĵ³Ñƒ ´° ·°Ñƒ·ĵµĵ рµ·µÑ€²°Ñ€ сşğ°´¸ÑˆÑ‚µÑš°" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "½µż·½°Ñ‚ root µğµĵµ½Ñ‚" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° %d ´¸Ñş° ·° сşğ°´¸ÑˆÑ‚µÑšµ" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "½µ´ÑÑ‚°Ñ˜µ µğµĵµ½Ñ‚ ¸ĵµ½°" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 msgid "unable to generate uuid" msgstr "½µ ĵ³Ñƒ ´° ³µ½µÑ€¸Ñˆµĵ uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "½µ´ÑÑ‚°Ñ˜µ ¸ĵµ ´ĵ°Ñ›¸½° ¸·²Ñ€°" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "½µ ĵ³Ñƒ ´° ¸·´²Ñ˜¸ĵ ¸·²Ñ€½µ урµÑ’°Ñ˜µ" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" msgstr "урµÑ’°Ñ˜" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ żÑƒÑ‚°Ñš° ¸·²Ñ€½³ урµÑ’°Ñ˜°" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "½µ´ÑÑ‚°Ñ˜µ żÑƒÑ‚°Ñš° ¸·²Ñ€°" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "¸ĵµ сşğ°´¸ÑˆÑ‚°" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, c-format msgid "unknown auth type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "½µ´ÑÑ‚°Ñ˜µ ц¸Ñ™½° żÑƒÑ‚°Ñš°" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "xmlXPathContext" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "фрĵ°Ñ‚ рµ·µÑ€²°Ñ€° ½¸Ñ˜µ ż´Ñ€ĥ°½ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° сşğ°´¸ÑˆÑ‚°" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "xml" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "½µ´ÑÑ‚°Ñ˜µ µğµĵµ½Ñ‚ ²ğ°Ñ½¸ş" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, c-format msgid "unknown size units '%s'" msgstr "½µż·½°Ñ‚° ²µğ¸Ñ‡¸½° јµ´¸½¸Ñ†° %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "ğш µğµĵµ½Ñ‚ ş°ż°Ñ†¸Ñ‚µÑ‚°" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "²Ñ€µ´½ÑÑ‚ µğµĵµ½Ñ‚° ş°ż°Ñ†¸Ñ‚µÑ‚° żÑ€µ²µğ¸ş°" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "´´µÑ™ÑƒÑ˜µĵ сşğ°´¸ÑˆÑ‚µ" +msgstr "½µ ĵ³Ñƒ ´° ·°Ñƒ·ĵµĵ сşğ°´¸ÑˆÑ‚µ" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "½µż·½°Ñ‚ root µğµĵµ½Ñ‚" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "½µ´ÑÑ‚°Ñ˜µ µğµĵµ½Ñ‚ ¸ĵµ½°" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "½µ´ÑÑ‚°Ñ˜µ µğµĵµ½Ñ‚ ş°ż°Ñ†¸Ñ‚µÑ‚°" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "%d фрĵ°Ñ‚ ´¸Ñş° ½¸Ñ˜µ ż´Ñ€ĥ°½" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "сşğ°´¸ÑˆÑ‚µ" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "½µÑƒÑżµğ şÑ€µ¸Ñ€°Ñšµ żÑƒÑ‚°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "´°Ñ‚Ñ‚µş° ż´µÑˆ°²°Ñš°" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "½¸Ñ˜µ ĵ³ÑƒÑ›µ ş½ÑÑ‚ру¸Ñ°Ñ‚¸ żÑƒÑ‚°ÑšÑƒ ²µ·µ" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "´°Ñ‚Ñ‚µş° ż´µÑˆ°²°Ñš°" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "½¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ XML" +msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ XML-°" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "½µ ĵ³Ñƒ ´° уşğ½¸ĵ ż´µÑˆ°²°Ñšµ ·° %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ uuid-ĵ" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ ¸ĵµ½ĵ" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "¸ĵµ½°" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "сşğ°´¸ÑˆÑ‚µ ²µÑ› żÑÑ‚ј¸" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ uuid-ĵ" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "сşğ°´¸ÑˆÑ‚µ јµ јш у²µş °şÑ‚¸²½" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 msgid "pool already active" msgstr "сşğ°´¸ÑˆÑ‚µ јµ ²µÑ› °şÑ‚¸²½" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 msgid "storage pool is already active" msgstr "сşğ°´¸ÑˆÑ‚µ јµ ²µÑ› °şÑ‚¸²½" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "сşğ°´¸ÑˆÑ‚µ ½¸Ñ˜µ °şÑ‚¸²½" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "сşğ°´¸ÑˆÑ‚µ јµ јш °şÑ‚¸²½" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "сşğ°´¸ÑˆÑ‚µ ½µ ż´Ñ€ĥ°²° ħр¸Ñ°Ñšµ ´¸Ñş°" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "сşğ°´¸ÑˆÑ‚µ ½µĵ° ´°Ñ‚Ñ‚µşÑƒ ż´µÑˆ°²°Ñš°" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ ¸ĵµ½ĵ" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ şÑ™ÑƒÑ‡µĵ" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚ĵ żÑƒÑ‚°Ñšĵ" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "´¸Ñş сşğ°´¸ÑˆÑ‚µÑš° ²µÑ› żÑÑ‚ј¸" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "сşğ°´¸ÑˆÑ‚µ ½µ ż´Ñ€ĥ°²° żÑ€°²Ñ™µÑšµ ´¸Ñş°" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "сşğ°´¸ÑˆÑ‚µ ½µ ż´Ñ€ĥ°²° ħр¸Ñ°Ñšµ ´¸Ñş°" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ ¸ĵµ½ĵ" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "сşğ°´¸ÑˆÑ‚µ ½¸Ñ˜µ °şÑ‚¸²½" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "сşğ°´¸ÑˆÑ‚µ јµ ²µÑ› °şÑ‚¸²½" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "´ħ°²Ñ™°ĵ ²Ñ€µĵµ ´°½°" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "уч¸Ñ‚°²°ĵ ´°Ñ‚Ñ‚µşÑƒ ´µÑ„¸½¸Ñ†¸Ñ˜µ ´ĵ°Ñ›¸½°" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "´ĵ°Ñ›¸½" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "ч²Ñ€" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "żÑ€°²¸ĵ xpath ş½Ñ‚µşÑÑ‚" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "cpu numa ч²Ñ€²¸ ·° ч²Ñ€" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "cpu żÑ€¸şÑ™ÑƒÑ‡Ñ†¸ ·° ч²Ñ€" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "cpu срĥ¸ ·° ч²Ñ€" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "cpu ½¸Ñ‚¸ ·° ч²Ñ€" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "°şÑ‚¸²½¸ cpu ·° ч²Ñ€" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "cpu mhz ·° ч²Ñ€" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "ĵµĵр¸Ñ˜° ч²Ñ€°" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "сż¸Ñ°ş ´ĵµ½° ·° ч²Ñ€" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "р°·Ñ€µÑˆ°²°ĵ ¸ĵµ ´°Ñ‚Ñ‚µşµ ´ĵµ½°" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "сż¸Ñ°ş ´ĵµ½° ·° ч²Ñ€" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "р°·Ñ€µÑˆ°²°ĵ ĵрµĥ½ ¸ĵµ ´°Ñ‚Ñ‚µşµ" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "сż¸Ñ°ş ´ĵµ½° ·° ч²Ñ€" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "р°·Ñ€µÑˆ°²°ĵ ¸ĵµ ´°Ñ‚Ñ‚µşµ ´ĵµ½°" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ½°²µ´¸Ñ‚µ żÑƒÑ‚°ÑšÑƒ ¸ğ¸ şÑ€¸ÑÑ‚¸Ñ‚µ test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "´ĵµ½ ½¸Ñ˜µ żÑ€½°Ñ’µ½" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "´ĵµ½ сµ ½µ ¸·²Ñ€Ñˆ°²°" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "½µ ĵ³Ñƒ ´° ´´µğ¸ĵ żÑ€ÑÑ‚Ñ€ ·° ĵµÑ‚° ż´°Ñ‚şµ" -#: src/test.c:906 -msgid "cannot save domain" -msgstr "½µ ĵ³Ñƒ ´° с°Ñ‡Ñƒ²°ĵ ´ĵµ½" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" +msgstr "" -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" -msgstr "½µ ĵ³Ñƒ ´° уż¸Ñˆµĵ ·°³ğ°²Ñ™µ" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" +msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "½µ ĵ³Ñƒ ´° уż¸Ñˆµĵ ´Ñƒĥ¸½Ñƒ ĵµÑ‚° ż´°Ñ‚ş°" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "½µ ĵ³Ñƒ ´° уż¸Ñˆµĵ ĵµÑ‚° ż´°Ñ‚°ş" - -#: src/test.c:932 src/test.c:1032 -msgid "cannot save domain data" -msgstr "½µ ĵ³Ñƒ ´° с°Ñ‡Ñƒ²°ĵ ż´°Ñ‚şµ ´ĵµ½°" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "·°³ğ°²Ñ™µ јµ с°Ñ‡Ñƒ²°½ ½µżÑ‚żÑƒ½" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "½µÑğ°³°Ñšµ ·°³ğ°²Ñ™° magic-°" +msgstr "½µÑğ°³°Ñšµ ĵ°³¸Ñ˜µ ·°³ğ°²Ñ™°" -#: src/test.c:973 +#: src/test.c:1066 msgid "failed to read metadata length" msgstr "½µÑƒÑżµğ ч¸Ñ‚°Ñšµ ´Ñƒĥ¸½µ ĵµÑ‚° ż´°Ñ‚ş°" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "´Ñƒĥ¸½° ĵµÑ‚° ż´°Ñ‚ş° јµ ²°½ żÑµ³°" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "½µżÑ‚żÑƒ½ ĵµÑ‚° ż´°Ñ‚°ş" -#: src/test.c:1021 -msgid "cannot save domain core" -msgstr "½µ ĵ³Ñƒ ´° с°Ñ‡Ñƒ²°ĵ јµ·³Ñ€ ´ĵµ½°" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "”ĵµ½ %s јµ ¸·ħ°Ñ‡µ½ у %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: ½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "žżÑµ³ żÑ€µ²°·¸ğ°·¸ ´·²Ñ™µ½µ ћµğ¸Ñ˜µ" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "”ĵµ½ јµ ²µÑ› żşÑ€µ½ÑƒÑ‚" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "”ĵµ½ јш у²µş р°´¸" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "œÑ€µĥ° јш у²µş р°´¸" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "œÑ€µĥ° јµ ²µÑ› żşÑ€µ½ÑƒÑ‚°" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ şÑ™ÑƒÑ‡µĵ" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚ĵ żÑƒÑ‚°Ñšĵ" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ·½°ş²½¸ урµÑ’°Ñ˜" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "²Ñ€ÑÑ‚° урµÑ’°Ñ˜° ·° у½Ñ %s ½¸Ñ˜µ ż´Ñ€ĥ°½°" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "½¸Ñ˜µ ĵ³ÑƒÑ›µ żşÑ€µ½ÑƒÑ‚¸ ż´Ñ€ÑˆşÑƒ ĵст°: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° %s : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: ½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş° %s: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ %s: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€½°Ñ’µĵ сµÑ¸Ñ˜Ñƒ" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "½µ ĵ³Ñƒ ´° żÑÑ‚°²¸ĵ рµĥ¸ĵ ´°Ñ‚Ñ‚µşµ „%s“: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ %s: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ %s: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "µ ĵ³Ñƒ ´° żÑ€½°Ñ’µĵ QEMU binary %s: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ ´½µ²½¸ş° %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "½µÑƒÑżµğ чµş°Ñšµ ½° şĵ°½´Ñƒ: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "ŸÑ€¸ĵљµ½ јµ ½µÑ‡µş¸²°½¸ pid, ´²Ñ€°³°" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ %s: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "½µ ĵ³Ñƒ ´° ·°Ñ‚²Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ·°Ñ‚²Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: src/util.c:170 +#: src/util.c:219 #, c-format msgid "cannot create pipe: %s" msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ цµ²: %s" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, c-format msgid "cannot fork child process: %s" msgstr "½µ ĵ³Ñƒ ´° р°·´²Ñ˜¸ĵ с°´Ñ€ĥ°½¸ żÑ€Ñ†µÑ: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "½µ ĵ³Ñƒ ´° ¸·ħр¸Ñˆµĵ ğ¸½ş ş° ´°Ñ‚Ñ‚µÑ†¸ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° ¸·ħр¸Ñˆµĵ ğ¸½ş ş° ´°Ñ‚Ñ‚µÑ†¸ „%s“: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "½µ ĵ³Ñƒ ´° ħр¸Ñˆµĵ ·°³ğ°²Ñ™µ урµÑ’°Ñ˜° %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ °ÑƒÑ‚ĵ°Ñ‚сş³ żşÑ€µÑ‚°Ñš° %s: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" -msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ¸ĵµ½° ´ĵ°Ñ›¸½°" +msgstr "½µÑƒÑżµğ° strdup р°´Ñš° ·° ¸ĵµ ´ĵ°Ñ›¸½°: %s" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" -msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ¸ĵµ½° ´ĵ°Ñ›¸½°" +msgstr "½µÑƒÑżµğ° strdup р°´Ñš° ·° ¸ĵµ ´ĵ°Ñ›¸½°: %s" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" -msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ¸ĵµ½° ´ĵ°Ñ›¸½°" +msgstr "½µÑƒÑżµğ° strdup р°´Ñš° ·° ¸ĵµ ´ĵ°Ñ›¸½°: %s" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" -msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñˆ¸Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñˆ¸Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "şĵ°½´½° 𸽸ј°" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "³Ñ€µÑˆş° тşĵ ч¸Ñ‚°Ñš°: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" "’Ñ€°Ñ›°ĵ сµ ½° pseudorandom UUID, ½¸Ñ°ĵ усżµ ´° ³µ½µÑ€¸Ñˆµĵ random ħ°Ñ˜Ñ‚²µ : %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "шт°ĵż°Ñ˜ żĵћ" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "¨Ñ‚°ĵż° żÑˆÑ‚у żĵћ ¸ğ¸ żĵћ ·° ´Ñ€µÑ’µ½Ñƒ ½°Ñ€µ´ħу." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "¸ĵµ ½°Ñ€µ´ħµ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -3984,317 +4423,322 @@ msgstr "" "°Ñ€µ´ħµ:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "с°ĵст°ğ½ żşÑ€µ½¸ ´ĵµ½" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "Ÿ´µÑ¸Ñ‚µ ´ĵµ½ ´° сµ с°ĵст°ğ½ żşÑ€µÑ›µ żÑ€¸ żşÑ€µÑ‚°ÑšÑƒ с¸ÑÑ‚µĵ°." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "¸ĵµ ´ĵµ½°, id ¸ğ¸ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "½µĵ³ÑƒÑ›¸ с°ĵст°ğ½ żşÑ€µÑ‚°Ñšµ" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "µÑƒÑżµğ ·½°Ñ‡°²°Ñšµ ´ĵµ½° %s ş° с°ĵ żşÑ€µ½ÑƒÑ‚¸" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "µÑƒÑżµğ сş¸´°Ñšµ ·½°şµ с°ĵ żşÑ€µ½ÑƒÑ‚¸ ´ĵµ½Ñƒ %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "”ĵµ½ %s јµ ·½°Ñ‡µ½ ş° с°ĵ żşÑ€µ½ÑƒÑ‚¸\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "”ĵµ½Ñƒ %s јµ сş¸½ÑƒÑ‚° ·½°ş° с°ĵ żşÑ€µ½ÑƒÑ‚¸\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "ż²µĥ¸ сµ (ż½²) с° х¸żµÑ€²¸·Ñ€ĵ" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "Ÿ²µ·¸²°Ñšµ с° ğş°ğ½¸ĵ х¸żµÑ€²¸·Ñ€ĵ. ž² јµ у³Ñ€°Ñ’µ½° ½°Ñ€µ´ħ° żÑğµ ż´¸·°Ñš° " "љусşµ." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "£ ˜ х¸żµÑ€²¸·Ñ€Ñşµ ²µ·µ" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "²µ·° с°ĵ ·° ч¸Ñ‚°Ñšµ" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "µÑƒÑżµğ żÑ€µş¸´°Ñšµ ²µ·µ с° х¸żµÑ€²¸·Ñ€ĵ" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ с° х¸żµÑ€²¸·Ñ€ĵ" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "żÑ€¸şÑ™ÑƒÑ‡¸ сµ ½° ³ÑÑ‚ујућ¸ ş½·ğу" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "ŸÑ€¸şÑ™ÑƒÑ‡¸ ²¸Ñ€Ñ‚уµğ½Ñƒ сµÑ€¸Ñ˜ÑşÑƒ ş½·ğу ·° ³ÑÑ‚°" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "µĵ° ´ÑÑ‚уż½¸Ñ… ş½·ğ° ·° ´ĵµ\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "ş½·ğ° ½¸Ñ˜µ рµ°ğ¸·²°½° ½° ²Ñ˜ żğ°Ñ‚Ñ„Ñ€ĵ¸" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "¸Ñż¸Ñˆ¸ ´ĵµ½µ" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "’Ñ€°Ñ›° сż¸Ñ°ş ´ĵµ½°." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "¸Ñż¸Ñˆ¸ ½µ°şÑ‚¸²½µ ´ĵµ½µ" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "¸Ñż¸Ñˆ¸ ½µ°şÑ‚¸²½µ ¸ °şÑ‚¸²½µ ´ĵµ½µ" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ °şÑ‚¸²½¸Ñ… ´ĵµ½°" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ ½µ°şÑ‚¸²½¸Ñ… ´ĵµ½°" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "˜ĵµ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Ħт°Ñšµ" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "½µĵ° ст°Ñš°" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "ст°Ñšµ ´ĵµ½°" -#: src/virsh.c:669 +#: src/virsh.c:668 msgid "Returns state about a domain." msgstr "’Ñ€°Ñ›° ст°Ñšµ ´ĵµ½Ñƒ." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "´ħ°²¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ ħğş урµÑ’°Ñ˜° ·° ´ĵµ½" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "”ħ°²Ñ™° ст°Ñ‚¸ÑÑ‚¸şÑƒ ħğş урµÑ’°Ñ˜° ·° тµşÑƒÑ›¸ ´ĵµ½." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "ħğş урµÑ’°Ñ˜" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ст°Ñ‚¸ÑÑ‚¸şµ ħğş° %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "´ħ°²¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ ĵрµĥ½µ сżÑ€µ³µ ·° ´ĵµ½" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "”ħ°²Ñ™° ст°Ñ‚¸ÑÑ‚¸şÑƒ ĵрµĥ½µ сżÑ€µ³µ ·° тµşÑƒÑ›¸ ´ĵµ½." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "урµÑ’°Ñ˜ сżÑ€µ³µ" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ст°Ñ‚¸ÑÑ‚¸şµ сżÑ€µ³µ %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "ħуст°²¸ ´ĵµ½" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "žħуст°²Ñ™° тµşÑƒÑ›¸ ´ĵµ½. " -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "”ĵµ½ %s јµ ħуст°²Ñ™µ½\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "µÑƒÑżµğ ħуст°²Ñ™°Ñšµ ´ĵµ½° %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "½°żÑ€°²¸ ´ĵµ½ ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "ŸÑ€°²Ñ™µÑšµ ´ĵµ½°." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "´°Ñ‚Ñ‚µş° şÑ˜° с°´Ñ€ĥ¸ XML ż¸Ñ ´ĵµ½°" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "”ĵµ½ %s јµ ½°żÑ€°²Ñ™µ½ ¸· %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´ĵµ½° ¸· %s" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "´µÑ„¸½¸Ñˆ¸ (°ğ¸ ½µĵј żşÑ€µÑ‚°Ñ‚¸) ´ĵµ½ ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "”µÑ„¸½¸Ñ°Ñšµ ´ĵµ½°." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "”ĵµ½ %s јµ ´µÑ„¸½¸Ñ°½ ¸· %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "µÑƒÑżµğ ´µÑ„¸½¸Ñ°Ñšµ ´ĵµ½° ¸· %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "уş¸½¸ ´µÑ„¸½¸Ñ†¸Ñ˜Ñƒ ½µ°şÑ‚¸²½³ ´ĵµ½°" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²°½ ´ĵµ½." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "¸ĵµ ´ĵµ½° ¸ğ¸ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "”ĵµ½Ñƒ %s јµ уş¸½ÑƒÑ‚° ´µÑ„¸½¸Ñ†¸Ñ˜°\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "µÑƒÑżµğ уş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ´ĵµ½° %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "żşÑ€µ½¸ (żÑ€µÑ‚Ñ…´½ ´µÑ„¸½¸Ñ°½) ½µ°şÑ‚¸²½¸ ´ĵµ½" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "ŸşÑ€µÑ›µ ´ĵµ½." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "¸ĵµ ½µ°şÑ‚¸²½³ ´ĵµ½°" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "”ĵµ½ јµ ²µÑ› °şÑ‚¸²°½" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "”ĵµ½ %s јµ żşÑ€µ½ÑƒÑ‚\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ ´ĵµ½° %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "с°Ñ‡Ñƒ²°Ñ˜ ст°Ñšµ ´ĵµ½° у ´°Ñ‚Ñ‚µşÑƒ" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "§Ñƒ²°Ñšµ тµşÑƒÑ›µ³ ´ĵµ½°." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "³´µ с°Ñ‡Ñƒ²°Ñ‚¸ ż´°Ñ‚şµ" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "”ĵµ½ %s јµ с°Ñ‡Ñƒ²°½ у %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "µÑƒÑżµğ чу²°Ñšµ ´ĵµ½° %s у %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "żÑ€¸ş°ĥ¸/ż´µÑ¸ ż°Ñ€°ĵµÑ‚Ñ€µ żğ°½µÑ€°" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "ŸÑ€¸ş°ĥ¸/ż´µÑ¸ ż°Ñ€°ĵµÑ‚Ñ€µ żğ°½µÑ€°." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "´´µğ¸ ²Ñ€µ´½ÑÑ‚" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "тµĥ¸½° ·° XEN_CREDIT" @@ -4303,286 +4747,292 @@ msgstr "тµĥ¸½° ·° XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "³Ñ€°½¸Ñ†° ·° XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "µ¸ÑżÑ€°²½° ²Ñ€µ´½ÑÑ‚ тµĥ¸½µ" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "µ¸ÑżÑ€°²½° ²Ñ€µ´½ÑÑ‚ ³Ñ€°½¸Ñ†µ" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "µ¸ÑżÑ€°²½° ²Ñ€µ´½ÑÑ‚ ³Ñ€°½¸Ñ†µ" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Ÿğ°½µÑ€" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "µż·½°Ñ‚" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "²Ñ€°Ñ‚¸ ´ĵµ½ ¸· с°Ñ‡Ñƒ²°½³ ст°Ñš° у ´°Ñ‚Ñ‚µÑ†¸" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "’Ñ€°Ñ›°Ñšµ ´ĵµ½°." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "ст°Ñšµ ·° ż²Ñ€°Ñ›°Ñ˜" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "”ĵµ½ јµ ż²Ñ€°Ñ›µ½ ¸· %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "µÑƒÑżµğ ²Ñ€°Ñ›°Ñšµ ´ĵµ½° ¸· %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "¸·ħ°Ñ†¸ срĥ ´ĵµ½° у ´°Ñ‚Ñ‚µşÑƒ р°´¸ °½°ğ¸·µ" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "˜·ħ°Ñ†¸ срĥ ´ĵµ½°" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "³´µ ¸·ħ°Ñ†¸Ñ‚¸ срĥ" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "”ĵµ½ %s јµ ¸·ħ°Ñ‡µ½ у %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "µÑƒÑżµ ¸·ħ°Ñ‡°Ñ˜ срĥ¸ ´ĵµ½° %s у %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "½°ÑÑ‚°²¸ ´ĵµ½" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "°ÑÑ‚°²Ñ™°Ñšµ żÑ€µÑ‚Ñ…´½ ħуст°²Ñ™µ½³ ´ĵµ½°." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "”ĵµ½ %s јµ ½°ÑÑ‚°²Ñ™µ½\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "µÑƒÑżµğ ½°ÑÑ‚°²Ñ™°Ñšµ ´ĵµ½° %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "љуħ°·½ у³°Ñ¸ ´ĵµ½" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "ŸşÑ€µÑ‚°Ñšµ ³°ÑˆµÑš° у ц¸Ñ™½ĵ ´ĵµ½Ñƒ." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "”ĵµ½ %s сµ ³°Ñ¸\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "µÑƒÑżµğ ³°ÑˆµÑšµ ´ĵµ½° %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ż½² żşÑ€µ½¸ ´ĵµ½" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "ŸşÑ€µÑ‚°Ñšµ ½°Ñ€µ´ħµ ż½²½³ żşÑ€µÑ‚°Ñš° у ц¸Ñ™½ĵ ´ĵµ½Ñƒ." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "”ĵµ½ %s сµ ż½² żşÑ€µÑ›µ\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "µÑƒÑżµğ ż½²½ żşÑ€µÑ‚°Ñšµ ´ĵµ½° %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "у½¸ÑˆÑ‚¸ ´ĵµ½" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "£½¸ÑˆÑ‚°²°Ñšµ ·°´°Ñ‚³ ´ĵµ½°." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "”ĵµ½ %s јµ у½¸ÑˆÑ‚µ½\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "µÑƒÑżµğ у½¸ÑˆÑ‚°²°Ñšµ ´ĵµ½° %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "ż´°Ñ†¸ ´ĵµ½Ñƒ" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "’Ñ€°Ñ›° с½²½µ ż´°Ñ‚şµ ´ĵµ½Ñƒ." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "˜ĵµ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "’рст° žĦ-°:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Ħт°Ñšµ:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(-¸):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU ²Ñ€µĵµ:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "°Ñ˜²¸Ñˆµ ĵµĵр¸Ñ˜µ:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ħµ· ³Ñ€°½¸Ñ‡µÑš°" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "£żÑ‚Ñ€µħљµ½° ĵµĵр¸Ñ˜°:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "Ħ°ĵст°ğ½ żşÑ€µÑ‚°Ñšµ" +msgstr "Ħ°ĵст°ğ½ żşÑ€µÑ‚°Ñšµ:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "¸ĵµ" +msgstr "уşÑ™ÑƒÑ‡¸" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "¸ÑşÑ™ÑƒÑ‡¸" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "сğħ´½° NUMA ĵµĵр¸Ñ˜°" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "żÑ€¸ş°ĥ¸ ´ÑÑ‚уż½Ñƒ сğħ´½Ñƒ ĵµĵр¸Ñ˜Ñƒ ·° NUMA ћµğ¸Ñ˜Ñƒ." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "ħрј NUMA ћµğ¸Ñ˜µ" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "£şÑƒż½" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "vcpu ż´°Ñ†¸ ´ĵµ½°" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "’Ñ€°Ñ›° с½²½µ ż´°Ñ‚şµ ²¸Ñ€Ñ‚уµğ½¸ĵ CPU-¸ĵ° ´ĵµ½°." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU сşğ½ÑÑ‚:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "”ĵµ½ јµ у³°Ñˆµ½, ½µĵ° żÑ€¸ÑÑƒÑ‚½¸Ñ… ²¸Ñ€Ñ‚уµğ½¸Ñ… CPU-°." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "ş½Ñ‚Ñ€ğ¸Ñˆ¸ сşğ½ÑÑ‚ vcpu ´ĵµ½°" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "ŸÑ€¸şÑƒÑ˜ VCPU-µ ´ĵµ½° ·° ф¸·¸Ñ‡şµ CPU-µ ´ĵ°Ñ›¸½°." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu ħрј" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "cpu ħрј(µ²¸) ´ĵ°Ñ›¸½° (р°·´²Ñ˜µ½¸ ·°Ñ€µ·ĵ)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "vcpupin: µ¸ÑżÑ€°²°½ ¸ğ¸ ½µ´ÑÑ‚°Ñ˜µ vCPU ħрј." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "vcpupin: µ´ÑÑ‚°Ñ˜µ сż¸Ñ°ş żÑ€Ñ†µÑÑ€°" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ż´°Ñ‚°ş° ч²Ñ€Ñƒ" +msgstr "vcpupin: ½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ż´°Ñ‚°ş° ´ĵµ½Ñƒ." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "vcpupin: µ¸ÑżÑ€°²°½ vCPU ħрј." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: µ¸ÑżÑ€°²°½ фрĵ°Ñ‚. ŸÑ€°·½° ½¸Ñş°." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" "cpulist: %s: µ¸ÑżÑ€°²°½ фрĵ°Ñ‚. žÑ‡µşÑƒÑ˜µ сµ ħрјş° ½° ĵµÑÑ‚у %d (ħğ¸·Ñƒ „%c“)." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4591,1296 +5041,1337 @@ msgstr "" "cpulist: %s: µ¸ÑżÑ€°²°½ фрĵ°Ñ‚. žÑ‡µşÑƒÑ˜µ сµ ħрјş° ¸ğ¸ ·°Ñ€µ· ½° ĵµÑÑ‚у %d " "(ħğ¸·Ñƒ „%c“)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: µ¸ÑżÑ€°²°½ фрĵ°Ñ‚. ŸÑ€°Ñ‚µÑ›¸ ·°Ñ€µ· ½° ĵµÑÑ‚у %d." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "¤¸·¸Ñ‡ş¸ żÑ€Ñ†µÑÑ€ %d ½µ żÑÑ‚ј¸" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "żÑ€ĵµ½¸ ħрј ²¸Ñ€Ñ‚уµğ½¸Ñ… CPU-°" -#: src/virsh.c:1844 +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." msgstr "œµÑš° ħрј ²¸Ñ€Ñ‚уµğ½¸Ñ… CPU-° °şÑ‚¸²½¸Ñ… у ´ĵµ½Ñƒ ³ÑÑ‚°." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "ħрј ²¸Ñ€Ñ‚уµğ½¸Ñ… CPU-°" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "µ¸ÑżÑ€°²°½ ħрј ²¸Ñ€Ñ‚уµğ½¸Ñ… CPU-°." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "ŸÑ€µ²¸Ñˆµ ²¸Ñ€Ñ‚уµğ½¸Ñ… CPU-°." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "żÑ€ĵµ½¸ ´´µğу ĵµĵр¸Ñ˜µ" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "œµÑš° тµşÑƒÑ›Ñƒ ´´µğу ĵµĵр¸Ñ˜µ ·° ´ĵµ½ ³ÑÑ‚°." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "ħрј ş¸ğħ°Ñ˜Ñ‚²° ·° ĵµĵр¸Ñ˜Ñƒ" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "µ¸ÑżÑ€°²½° ²Ñ€µ´½ÑÑ‚ %d ·° ²µğ¸Ñ‡¸½Ñƒ ĵµĵр¸Ñ˜µ" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "µ ĵ³Ñƒ ´° żÑ‚²Ñ€´¸ĵ ½°Ñ˜²µÑ›Ñƒ şğ¸Ñ‡¸½Ñƒ ĵµĵр¸Ñ˜µ" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "żÑ€ĵµ½¸ ½°Ñ˜²¸ÑˆÑƒ ³Ñ€°½¸Ñ†Ñƒ ĵµĵр¸Ñ˜µ" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "œµÑš° ³Ñ€°½¸Ñ†Ñƒ ½°Ñ˜²µÑ›µ³ ·°Ñƒ·µÑ›° ĵµĵр¸Ñ˜µ у ´ĵµ½Ñƒ ³ÑÑ‚°." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "½°Ñ˜²¸Ñˆ° ³Ñ€°½¸Ñ†° ĵµĵр¸Ñ˜µ у ş¸ğħ°Ñ˜Ñ‚²¸ĵ°" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "µ ĵ³Ñƒ ´° żÑ‚²Ñ€´¸ĵ тµşÑƒÑ›Ñƒ şğ¸Ñ‡¸½Ñƒ ĵµĵр¸Ñ˜µ" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "µ ĵ³Ñƒ ´° уĵ°Ñš¸ĵ тµşÑƒÑ›Ñƒ şğ¸Ñ‡¸½Ñƒ ĵµĵр¸Ñ˜µ" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "µ ĵ³Ñƒ ´° ¸·ĵµ½¸ĵ ½°Ñ˜²µÑ›Ñƒ şğ¸Ñ‡¸½Ñƒ ĵµĵр¸Ñ˜µ" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "ż´°Ñ†¸ ч²Ñ€Ñƒ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "’Ñ€°Ñ›° с½²½µ ż´°Ñ‚şµ ч²Ñ€Ñƒ." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ż´°Ñ‚°ş° ч²Ñ€Ñƒ" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU ĵ´µğ:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU учµÑÑ‚°½ÑÑ‚:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU żÑ€¸şÑ™ÑƒÑ‡°ş°:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Ħрĥ¸ ż żÑ€¸şÑ™ÑƒÑ‡şÑƒ:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "¸Ñ‚¸ ż срĥ¸:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA ћµğ¸Ñ˜°:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "’µğ¸Ñ‡¸½° ĵµĵр¸Ñ˜µ:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "ĵ³ÑƒÑ›½ÑÑ‚¸" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." -msgstr "’Ñ€°Ñ›° ĵ³ÑƒÑ›½ÑÑ‚¸ х¸żµÑ€²¸ÑÑ€°/уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ°." +msgstr "’Ñ€°Ñ›° ĵ³ÑƒÑ›½ÑÑ‚¸ х¸żµÑ€²¸·Ñ€°/уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ°." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "½µÑƒÑżµğ żÑ€µÑƒ·¸ĵ°Ñšµ ĵ³ÑƒÑ›½ÑÑ‚¸" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "ż´°Ñ†¸ ´ĵµ½Ñƒ у XML-у" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "˜Ñż¸Ñˆ¸ ż´°Ñ‚şµ ´ĵµ½Ñƒ ş° XML ¸·ħ°Ñ‡°Ñ˜ ½° stdout." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "żÑ€µħ°Ñ†¸ id ¸ğ¸ UUID ´ĵµ½° у ¸ĵµ ´ĵµ½°" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "id ¸ğ¸ uuid ´ĵµ½°" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "żÑ€µħ°Ñ†¸ ¸ĵµ ¸ğ¸ UUID ´ĵµ½° у id ´ĵµ½°" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "żÑ€µħ°Ñ†¸ ¸ĵµ ¸ğ¸ id ´ĵµ½° у UUID ´ĵµ½°" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "id ¸ğ¸ ¸ĵµ ´ĵµ½°" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ UUID ´ĵµ½°" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "żÑ€µÑµğ¸ ´ĵµ½ ½° ´Ñ€Ñƒ³³ ´ĵ°Ñ›¸½°" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" "ŸÑ€µÑµğ¸Ñ‚µ ´ĵµ½ ½° ´Ñ€Ñƒ³³ ´ĵ°Ñ›¸½°. ”´°Ñ˜Ñ‚µ --live ·° żÑ€µÑµÑ™µÑšµ уĥ¸²." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "żÑ€µÑµÑ™µÑšµ уĥ¸²" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "£ ˜ ²µ·µ ´ ц¸Ñ™½³ ´ĵ°Ñ›¸½°" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "£ ˜ сµğ¸´ħµ, ħ¸Ñ‡½ сµ ĵĥµ ¸·ÑÑ‚°²¸Ñ‚¸" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "сµğ¸´ħ°: µ´ÑÑ‚°Ñ˜µ desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "Ħ°ĵст°ğ½ żşÑ€µÑ‚°Ñšµ ĵрµĥµ" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "Ÿ´µÑ¸Ñ‚µ ĵрµĥу ´° сµ с°ĵст°ğ½ żşÑ€µÑ›µ żÑ€¸ ż´¸·°ÑšÑƒ с¸ÑÑ‚µĵ°." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "¸ĵµ ĵрµĥµ ¸ğ¸ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "µÑƒÑżµÑˆ½ ·½°Ñ‡°²°Ñšµ ĵрµĥµ %s ş° с°ĵ żşÑ€µ½ÑƒÑ‚°" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "µÑƒÑżµÑˆ½ сş¸´°Ñšµ ·½°şµ ĵрµĥµ %s ş° с°ĵ żşÑ€µ½ÑƒÑ‚°" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" -msgstr "œÑ€µĥ° %s ·½°Ñ‡µ½° ş° с°ĵ żşÑ€µÑƒÑ‚°\n" +msgstr "œÑ€µĥ° %s ·½°Ñ‡µ½° ş° с°ĵ żşÑ€µ½ÑƒÑ‚°\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "œÑ€µĥ¸ %s јµ сş¸½ÑƒÑ‚° ·½°ş° с°ĵ żşÑ€µ½ÑƒÑ‚°\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "½°żÑ€°²¸ ĵрµĥу ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "ŸÑ€°²Ñ™µÑšµ ĵрµĥµ." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "´°Ñ‚Ñ‚µş° şÑ˜° с°´Ñ€ĥ¸ XML ż¸Ñ ĵрµĥµ" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "œÑ€µĥ° %s јµ ½°żÑ€°²Ñ™µ½° ¸· %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ĵрµĥµ ¸· %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "´µÑ„¸½¸Ñˆ¸ (°ğ¸ ½µĵј żşÑ€µÑ‚°Ñ‚¸) ĵрµĥу ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "”µÑ„¸½¸Ñ°Ñšµ ĵрµĥµ." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "œÑ€µĥ° %s јµ ´µÑ„¸½¸Ñ°½° ¸· %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "µÑƒÑżµğ ´µÑ„¸½¸Ñ°Ñšµ ĵрµĥµ ¸· %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "у½¸ÑˆÑ‚¸ ĵрµĥу" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "£½¸ÑˆÑ‚°²°Ñšµ ·°´°Ñ‚µ ĵрµĥµ." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "¸ĵµ ĵрµĥµ, id ¸ğ¸ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "œÑ€µĥ° %s јµ у½¸ÑˆÑ‚µ½°\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "µÑƒÑżµğ у½¸ÑˆÑ‚°²°Ñšµ ĵрµĥµ %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "ż´°Ñ†¸ ĵрµĥ¸ у XML-у" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "˜Ñż¸Ñˆ¸ ż´°Ñ‚şµ ĵрµĥ¸ ş° XML ¸·ħ°Ñ‡°Ñ˜ ½° stdout." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "сż¸Ñ°ş ĵрµĥ°" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "’Ñ€°Ñ›° сż¸Ñ°ş ĵрµĥ°." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "¸Ñż¸Ñˆ¸ ½µ°şÑ‚¸²½µ ĵрµĥµ" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "¸Ñż¸Ñˆ¸ ½µ°şÑ‚¸²½µ ¸ °şÑ‚¸²½µ ĵрµĥµ" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ °şÑ‚¸²½¸Ñ… ĵрµĥ°" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ ½µ°şÑ‚¸²½¸Ñ… ĵрµĥ°" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Ħ°ĵст°ğ½ żşÑ€µÑ‚°Ñšµ" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ħµ· с°ĵżşÑ€µÑ‚°Ñš°" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "р°´¸" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "½µ°şÑ‚¸²½" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "żÑ€µħ°Ñ†¸ ĵрµĥ½¸ UUID у ¸ĵµ ĵрµĥµ" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid ĵрµĥµ" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "żşÑ€µ½¸ (żÑ€µÑ‚Ñ…´½ ´µÑ„¸½¸Ñ°½Ñƒ) ½µ°şÑ‚¸²½Ñƒ ĵрµĥу" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "ŸşÑ€µ½¸ ĵрµĥу." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "¸ĵµ ½µ°şÑ‚¸²½µ ĵрµĥµ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "œÑ€µĥ° %s јµ żşÑ€µ½ÑƒÑ‚°\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ ĵрµĥµ %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "уş¸½¸ ´µÑ„¸½¸Ñ†¸Ñ˜Ñƒ ½µ°şÑ‚¸²½µ ĵрµĥµ" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²½µ ĵрµĥµ." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "œÑ€µĥ¸ %s јµ уş¸½ÑƒÑ‚° ´µÑ„¸½¸Ñ†¸Ñ˜°\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "µÑƒÑżµğ уş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ĵрµĥµ %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "żÑ€µħ°Ñ†¸ ¸ĵµ ĵрµĥµ у UUID ĵрµĥµ" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "¸ĵµ ĵрµĥµ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ UUID ĵрµĥµ" -#: src/virsh.c:2779 +#: src/virsh.c:2815 msgid "autostart a pool" msgstr "с°ĵст°ğ½ żşÑ€µ½¸ сşğ°´¸ÑˆÑ‚µ" -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "Ÿ´µÑ¸Ñ‚µ сşğ°´¸ÑˆÑ‚µ ´° сµ с°ĵст°ğ½ żşÑ€µÑ›µ żÑ€¸ żşÑ€µÑ‚°ÑšÑƒ с¸ÑÑ‚µĵ°." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" msgstr "¸ĵµ сşğ°´¸ÑˆÑ‚° ¸ğ¸ uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "µÑƒÑżµÑˆ½ ·½°Ñ‡°²°Ñšµ сşğ°´¸ÑˆÑ‚° %s ş° с°ĵżşÑ€µ½ÑƒÑ‚³" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "µÑƒÑżµÑˆ½ сş¸´°Ñšµ ·½°şµ сşğ°´¸ÑˆÑ‚° %s ş° с°ĵżşÑ€µ½ÑƒÑ‚" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ ·½°Ñ‡µ½ ş° с°ĵ żşÑ€µ½ÑƒÑ‚\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Ħşğ°´¸ÑˆÑ‚у %s јµ сş¸½ÑƒÑ‚° ·½°ş° с°ĵżşÑ€µ½ÑƒÑ‚\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 msgid "create a pool from an XML file" msgstr "½°żÑ€°²¸ сşğ°´¸ÑˆÑ‚µ ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "ŸÑ€°²Ñ™µÑšµ сşğ°´¸ÑˆÑ‚°." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "´°Ñ‚Ñ‚µş° şÑ˜° с°´Ñ€ĥ¸ XML ż¸Ñ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, c-format msgid "Pool %s created from %s\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ ½°żÑ€°²Ñ™µ½ ¸· %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, c-format msgid "Failed to create pool from %s" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ сşğ°´¸ÑˆÑ‚° ¸· %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "½°żÑ€°²¸ сşğ°´¸ÑˆÑ‚µ ¸· сşÑƒż° °Ñ€³Ñƒĵµ½°Ñ‚°" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "¸ĵµ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "²Ñ€ÑÑ‚° сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "´ĵ°Ñ›¸½ ¸·²Ñ€° ż´²ÑƒÑ‡µ½³ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "żÑƒÑ‚°Ñš° ´ ¸·²Ñ€° ż´²ÑƒÑ‡µ½³ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "¸·²Ñ€½¸ урµÑ’°Ñ˜ ż´²ÑƒÑ‡µ½³ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "ĵµÑ‚° ż´²ÑƒÑ‡µ½³ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ħ°Ñ„µÑ€°" +msgstr "µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ XML ħ°Ñ„µÑ€°" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ ½°żÑ€°²Ñ™µ½\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, c-format msgid "Failed to create pool %s" -msgstr "¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ сşğ°´¸ÑˆÑ‚µ %s" +msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" msgstr "´µÑ„¸½¸Ñˆ¸ (°ğ¸ ½µĵј żşÑ€µÑ‚°Ñ‚¸) сşğ°´¸ÑˆÑ‚µ ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "”µÑ„¸½¸Ñ°Ñšµ сşğ°´¸ÑˆÑ‚°." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ ´µÑ„¸½¸Ñ°½ ¸· %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, c-format msgid "Failed to define pool from %s" msgstr "µÑƒÑżµğ ´µÑ„¸½¸Ñ°Ñšµ сşğ°´¸ÑˆÑ‚° ¸· %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "´µÑ„¸½¸Ñˆ¸ сşğ°´¸ÑˆÑ‚µ ¸· сşÑƒż° °Ñ€³Ñƒĵµ½°Ñ‚°" -#: src/virsh.c:3027 +#: src/virsh.c:3064 #, fuzzy msgid "source name for underlying storage" msgstr "żÑƒÑ‚°Ñš° ´ ¸·²Ñ€° ż´²ÑƒÑ‡µ½³ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ ´µÑ„¸½¸Ñ°½ \n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, c-format msgid "Failed to define pool %s" msgstr "µÑƒÑżµğ уş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "¸·³Ñ€°´¸ сşğ°´¸ÑˆÑ‚µ" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "˜·³Ñ€°´¸ ´°Ñ‚ сşğ°´¸ÑˆÑ‚µ." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "сşğ°´¸ÑˆÑ‚µ %s јµ ¸·³Ñ€°Ñ’µ½\n" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, c-format msgid "Failed to build pool %s" -msgstr "½¸Ñ°ĵ усżµ ´° ¸·³Ñ€°´¸ĵ сşğ°´¸ÑˆÑ‚µ %s" +msgstr "½µÑƒÑżµğ° ¸·³Ñ€°´Ñš° сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "у½¸ÑˆÑ‚¸ сşğ°´¸ÑˆÑ‚µ" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "£½¸ÑˆÑ‚°²°Ñšµ ·°´°Ñ‚³ сşğ°´¸ÑˆÑ‚°." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ у½¸ÑˆÑ‚µ½\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, c-format msgid "Failed to destroy pool %s" msgstr "µÑƒÑżµğ у½¸ÑˆÑ‚°²°Ñšµ сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "ħр¸Ñˆ¸ сşğ°´¸ÑˆÑ‚µ" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "‘Ñ€¸Ñ°Ñšµ ·°´°Ñ‚³ сşğ°´¸ÑˆÑ‚°." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, c-format msgid "Pool %s deleted\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ ħр¸Ñ°½\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, c-format msgid "Failed to delete pool %s" msgstr "µÑƒÑżµğ ħр¸Ñ°Ñšµ сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "°ĥур¸Ñ€°Ñ˜ сşğ°´¸ÑˆÑ‚µ" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "ĥур¸Ñ€°Ñ˜ ´°Ñ‚ сşğ°´¸ÑˆÑ‚µ." -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ °ĥур¸Ñ€°½\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, c-format msgid "Failed to refresh pool %s" msgstr "µÑƒÑżµğ °ĥур¸Ñ€°Ñšµ сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 msgid "pool information in XML" msgstr "ż´°Ñ†¸ сşğ°´¸ÑˆÑ‚у у XML-у" -#: src/virsh.c:3271 +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." msgstr "˜Ñż¸Ñˆ¸ ż´°Ñ‚şµ сşğ°´¸ÑˆÑ‚у ş° XML ¸·ħ°Ñ‡°Ñ˜ ½° stdout." -#: src/virsh.c:3311 +#: src/virsh.c:3348 msgid "list pools" msgstr "¸Ñż¸Ñˆ¸ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3312 +#: src/virsh.c:3349 msgid "Returns list of pools." msgstr "’Ñ€°Ñ›° сż¸Ñ°ş сşğ°´¸ÑˆÑ‚°." -#: src/virsh.c:3317 +#: src/virsh.c:3354 msgid "list inactive pools" msgstr "¸Ñż¸Ñˆ¸ ½µ°şÑ‚¸²½° сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3318 +#: src/virsh.c:3355 msgid "list inactive & active pools" msgstr "¸Ñż¸Ñˆ¸ ½µ°şÑ‚¸²½° ¸ °şÑ‚¸²½° сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ °şÑ‚¸²½¸Ñ… сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ ½µ°şÑ‚¸²½¸Ñ… сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ сşğ°´¸ÑˆÑ‚° у %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "´ħ¸Ñ˜µ½ јµ żÑ€µ²¸Ñˆµ рµ·µÑ€²°Ñ€° сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "½µÑÑ‚°ğ ĵµĵр¸Ñ˜µ" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "µÑƒÑżµğ уş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "´ħ¸Ñ˜µ½ јµ żÑ€µ²¸Ñˆµ рµ·µÑ€²°Ñ€° сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 msgid "storage pool information" msgstr "ż´°Ñ†¸ сşğ°´¸ÑˆÑ‚у" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "’Ñ€°Ñ›° с½²½µ ż´°Ñ‚şµ сşğ°´¸ÑˆÑ‚у." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "¸·³Ñ€°´Ñš°" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "żşÑ€µ½ÑƒÑ‚" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "²Ñ€°Ñ›µ½" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "š°ż°Ñ†¸Ñ‚µÑ‚:" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "”´µğ°:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "”стуż½:" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "żÑ€µħ°Ñ†¸ UUID сşğ°´¸ÑˆÑ‚° у ¸ĵµ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3669 +#: src/virsh.c:3706 msgid "pool uuid" msgstr "uuid сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "żşÑ€µ½¸ (żÑ€µÑ‚Ñ…´½ ´µÑ„¸½¸Ñ°½) ½µ°şÑ‚¸²½ сşğ°´¸ÑˆÑ‚µ" -#: src/virsh.c:3696 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "ŸşÑ€µÑ›µ сşğ°´¸ÑˆÑ‚µ." -#: src/virsh.c:3701 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "¸ĵµ ½µ°şÑ‚¸²½³ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "Ħşğ°´¸ÑˆÑ‚µ %s јµ żşÑ€µ½ÑƒÑ‚\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, c-format msgid "Failed to start pool %s" msgstr "µÑƒÑżµğ żşÑ€µÑ‚°Ñšµ сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 msgid "create a volume from a set of args" msgstr "½°żÑ€°²¸ ´¸Ñş ¸· сşÑƒż° °Ñ€³Ñƒĵµ½°Ñ‚°" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "ŸÑ€°²Ñ™µÑšµ ´¸Ñş°." -#: src/virsh.c:3741 +#: src/virsh.c:3778 msgid "name of the volume" msgstr "¸ĵµ ´¸Ñş°" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "²µğ¸Ñ‡¸½° ´¸Ñş° с° żÑ†¸½¸ĵ k, M, G, T суф¸şÑĵ" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "żÑ‡µÑ‚½° ´´µÑ™µ½° ²µğ¸Ñ‡¸½° с° żÑ†¸½¸ĵ k, M, G, T суф¸şÑĵ" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "²Ñ€ÑÑ‚° фрĵ°Ñ‚° ´°Ñ‚Ñ‚µş° raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "›Ñˆ° ²µğ¸Ñ‡¸½° %s" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" msgstr "”¸Ñş %s јµ ½°żÑ€°²Ñ™µ½\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, c-format msgid "Failed to create vol %s" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´¸Ñş° %s" -#: src/virsh.c:3856 +#: src/virsh.c:3893 msgid "undefine an inactive pool" msgstr "уş¸½¸ ´µÑ„¸½¸Ñ†¸Ñ˜Ñƒ ½µ°şÑ‚¸²½³ сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3857 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²°½ сşğ°´¸ÑˆÑ‚µ." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "Ħşğ°´¸ÑˆÑ‚у %s јµ уş¸½ÑƒÑ‚° ´µÑ„¸½¸Ñ†¸Ñ˜°\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, c-format msgid "Failed to undefine pool %s" -msgstr "µÑƒÑżµğ уş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ сş°ğ´¸ÑˆÑ‚° %s" +msgstr "µÑƒÑżµğ уş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ сşğ°´¸ÑˆÑ‚° %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "żÑ€µħ°Ñ†¸ ¸ĵµ сşğ°´¸ÑˆÑ‚° у UUID сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3920 +#: src/virsh.c:3957 msgid "failed to get pool UUID" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ UUID сşğ°´¸ÑˆÑ‚°" -#: src/virsh.c:3933 +#: src/virsh.c:3970 msgid "create a vol from an XML file" msgstr "½°żÑ€°²¸ ´¸Ñş ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:3940 +#: src/virsh.c:3977 msgid "file containing an XML vol description" msgstr "´°Ñ‚Ñ‚µş° şÑ˜° с°´Ñ€ĥ¸ XML ż¸Ñ ´¸Ñş°" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, c-format msgid "Vol %s created from %s\n" msgstr "”¸Ñş %s јµ ½°żÑ€°²Ñ™µ½ ¸· %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, c-format msgid "Failed to create vol from %s" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´¸Ñş° ¸· %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "ħр¸Ñˆ¸ ´¸Ñş" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "£½¸ÑˆÑ‚°²°Ñšµ ·°´°Ñ‚³ ´¸Ñş°." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "¸ĵµ, şÑ™ÑƒÑ‡ ¸ğ¸ żÑƒÑ‚°Ñš° ´¸Ñş°" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, c-format msgid "Vol %s deleted\n" msgstr "”¸Ñş %s јµ у½¸ÑˆÑ‚µ½\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, c-format msgid "Failed to delete vol %s" msgstr "µÑƒÑżµğ у½¸ÑˆÑ‚°²°Ñšµ ´¸Ñş° %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 msgid "storage vol information" msgstr "ż´°Ñ†¸ ´¸ÑşÑƒ сşğ°´¸ÑˆÑ‚µÑš°" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "’Ñ€°Ñ›° с½²½µ ż´°Ñ‚şµ ´¸ÑşÑƒ сşğ°´¸ÑˆÑ‚µÑš°." -#: src/virsh.c:4063 +#: src/virsh.c:4100 msgid "Type:" msgstr "’рст°:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "´°Ñ‚Ñ‚µş°" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" msgstr "ħğş¸Ñ€°½" -#: src/virsh.c:4086 +#: src/virsh.c:4123 msgid "vol information in XML" msgstr "ż´°Ñ†¸ ´¸ÑşÑƒ у XML-у" -#: src/virsh.c:4087 +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." msgstr "˜Ñż¸Ñˆ¸ ż´°Ñ‚şµ ´¸ÑşÑƒ ş° XML ¸·ħ°Ñ‡°Ñ˜ ½° stdout." -#: src/virsh.c:4128 +#: src/virsh.c:4165 msgid "list vols" msgstr "¸Ñż¸Ñˆ¸ ´¸Ñş²µ" -#: src/virsh.c:4129 +#: src/virsh.c:4166 msgid "Returns list of vols by pool." msgstr "’Ñ€°Ñ›° сż¸Ñ°ş сşğ°´¸ÑˆÑ‚°." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ °şÑ‚¸²½¸Ñ… ´¸Ñş²°" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "ŸÑƒÑ‚°Ñš°" -#: src/virsh.c:4207 +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "żÑ€µħ°Ñ†¸ ´¸Ñş° UUID у ¸ĵµ ´¸Ñş°" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "şÑ™ÑƒÑ‡ ¸ğ¸ żÑƒÑ‚°Ñš° ´¸Ñş°" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "żÑ€µħ°Ñ†¸ UUID ´¸Ñş° у ¸ĵµ ´¸Ñş°" -#: src/virsh.c:4245 +#: src/virsh.c:4282 msgid "vol uuid" msgstr "uuid ´¸Ñş°" -#: src/virsh.c:4273 +#: src/virsh.c:4310 msgid "convert a vol UUID to vol path" msgstr "żÑ€µħ°Ñ†¸ UUID ´¸Ñş° у ¸ĵµ ´¸Ñş°" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "¸ĵµ ¸ğ¸ şÑ™ÑƒÑ‡ ´¸Ñş°" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "żÑ€¸ş°ĥ¸ ²µÑ€·¸Ñ˜Ñƒ" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "ŸÑ€¸ş°·ÑƒÑ˜µ ż´°Ñ‚şµ ²µÑ€·¸Ñ˜¸ с¸ÑÑ‚µĵ°." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ²Ñ€ÑÑ‚µ х¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "šĵż¸ğ¸Ñ€°½ у· ħ¸ħğ¸Ñ‚µşÑƒ: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ²µÑ€·¸Ñ˜µ ħ¸ħğ¸Ñ‚µşµ" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "šÑ€¸ÑÑ‚¸ĵ ħ¸ħğ¸Ñ‚µşÑƒ: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "šÑ€¸ÑÑ‚¸ĵ API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ²µÑ€·¸Ñ˜µ х¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "µ ĵ³Ñƒ ´° ¸·²ÑƒÑ‡µĵ ²µÑ€·¸Ñ˜Ñƒ тµşÑƒÑ›µ³ %s х¸żµÑ€²¸·Ñ€°\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "˘µşÑƒÑ›¸ х¸żµÑ€²¸·Ñ€: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA ½¸Ñ˜µ ż´Ñ€ĥ°½° ·° ²ĵ ´ĵ°Ñ›¸½Ñƒ" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "ĵ³ÑƒÑ›½ÑÑ‚¸" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "µÑƒÑżµğ ż²µ·¸²°Ñšµ с° х¸żµÑ€²¸·Ñ€ĵ" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ ½µ°şÑ‚¸²½¸Ñ… ´ĵµ½°" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "˜Ñż¸Ñˆ¸ ż´°Ñ‚şµ ´¸ÑşÑƒ ş° XML ¸·ħ°Ñ‡°Ñ˜ ½° stdout." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "урµÑ’°Ñ˜" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "¸Ñż¸Ñˆ¸ ¸ĵµ ´ĵ°Ñ›¸½° х¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ¸ĵµ½° ´ĵ°Ñ›¸½°" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "¸Ñż¸Ñˆ¸ ş°½½Ñş¸ £ ˜ х¸żµÑ€²¸·Ñ€°" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ £ ˜-°" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc żÑ€¸ş°·" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "˜Ñż¸Ñˆ¸ ˜Ÿ °´Ñ€µÑÑƒ ¸ ħрј żÑ€Ñ‚° ·° VNC żÑ€¸ş°·." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty ş½·ğ°" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "˜·ğ°·½¸ урµÑ’°Ñ˜ ·° TTY ş½·ğу." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "·°ş°Ñ‡¸ урµÑ’°Ñ˜ ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "—°ş°Ñ‡¸ урµÑ’°Ñ˜ ¸· XML <´°Ñ‚Ñ‚µşµ>." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML ´°Ñ‚Ñ‚µş°" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "ż²µĥ¸-урµÑ’°Ñ˜: µ´ÑÑ‚°Ñ˜µ żÑ†¸Ñ˜°" +msgstr "żÑ€¸²µĥ¸-урµÑ’°Ñ˜: ½µ´ÑÑ‚°Ñ˜µ żÑ†¸Ñ˜°" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" -msgstr "¸Ñ°ĵ усżµ ´° ż²µĥµĵ урµÑ’°Ñ˜ ¸· %s" +msgstr "µÑƒÑżµğ żÑ€¸²µ·¸²°Ñšµ урµÑ’°Ñ˜ ¸· %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "тş°Ñ‡¸ урµÑ’°Ñ˜ ¸· XML ´°Ñ‚Ñ‚µşµ" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "žÑ‚ş°Ñ‡¸ урµÑ’°Ñ˜ ¸· XML <´°Ñ‚Ñ‚µşµ>." -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "тş°Ñ‡¸-урµÑ’°Ñ˜: µ´ÑÑ‚°Ñ˜µ żÑ†¸Ñ˜°" +msgstr "тş°Ñ‡¸-урµÑ’°Ñ˜: ½µ´ÑÑ‚°Ñ˜µ żÑ†¸Ñ˜°" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "µÑƒÑżµğ тş°Ñ‡¸Ñš°Ñšµ урµÑ’°Ñ˜° ¸· %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "żÑ€¸ş°Ñ‡¸ ĵрµĥ½Ñƒ сżÑ€µ³Ñƒ" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "ŸÑ€¸ş°Ñ‡¸ ½²Ñƒ ĵрµĥ½Ñƒ сżÑ€µ³Ñƒ." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "²Ñ€ÑÑ‚° ĵрµĥ½µ сżÑ€µ³µ" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "¸·²Ñ€ ĵрµĥ½µ сżÑ€µ³µ" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "¸ĵµ ц¸Ñ™½µ ĵрµĥµ" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC °´Ñ€µÑ°" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "сşÑ€¸żÑ‚° уżÑ‚Ñ€µħљµ½° ·° żÑ€µĵшћ°²°Ñšµ ĵрµĥ½µ сżÑ€µ³µ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "µĵ° ż´Ñ€Ñˆşµ ·° %s у ½°Ñ€µ´ħ¸ „attach-interface“" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "тş°Ñ‡¸ ĵрµĥ½Ñƒ сżÑ€µ³Ñƒ" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "žÑ‚ş°Ñ‡¸ ĵрµĥ½Ñƒ сżÑ€µ³Ñƒ." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ż´°Ñ‚°ş° сżÑ€µ·¸" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "¸Ñ˜µ żÑ€½°Ñ’µ½° сżÑ€µ³° ²Ñ€ÑÑ‚µ %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "¸Ñ˜µ żÑ€½°Ñ’µ½° сżÑ€µ³° ч¸Ñ˜° јµ MAC °´Ñ€µÑ° %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ĵµĵр¸Ñ˜µ" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ XML-°" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "żÑ€¸ş°Ñ‡¸ урµÑ’°Ñ˜ ´¸Ñş°" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "ŸÑ€¸ş°Ñ‡¸ ½²¸ урµÑ’°Ñ˜ ´¸Ñş°." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "¸·²Ñ€ урµÑ’°Ñ˜° ´¸Ñş°" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "ц¸Ñ™ урµÑ’°Ñ˜° ´¸Ñş°" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "уżÑ€°²Ñ™°Ñ‡ş¸ żÑ€³Ñ€°ĵ урµÑ’°Ñ˜° ´¸Ñş°" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "уżÑ€°²Ñ™°Ñ‡ş¸ ż´żÑ€³Ñ€°ĵ урµÑ’°Ñ˜° ´¸Ñş°" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "²Ñ€ÑÑ‚° ц¸Ñ™½³ урµÑ’°Ñ˜°" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "рµĥ¸ĵ ч¸Ñ‚°Ñš° ¸ уż¸Ñ¸²°Ñš° урµÑ’°Ñ˜°" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "µĵ° ż´Ñ€Ñˆşµ ·° %s у ½°Ñ€µ´ħ¸ „attach-disk“" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "тş°Ñ‡¸ урµÑ’°Ñ˜ ´¸Ñş°" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "žÑ‚ş°Ñ‡¸ урµÑ’°Ñ˜ ´¸Ñş°." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ż´°Ñ‚°ş° ´¸ÑşÑƒ" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "¸Ñ˜µ żÑ€½°Ñ’µ½ ´¸Ñş ч¸Ñ˜¸ јµ ц¸Ñ™ %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° у𰷽¸ ½¸· ·½°ş²°" +msgstr "½µÑƒÑżµğ calloc ĵµĵр¸Ñ˜µ ·° init ½¸· ·½°ş²°: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: ½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: ½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: ½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ½µ °şÑ‚¸²¸Ñ€°½³ ´ĵµ½° %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "'info blockstats' şĵ°½´° ½¸Ñ˜µ усżµğ°" +msgstr "½µÑƒÑżµğ° lvs şĵ°½´°" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs şĵ°½´° јµ ½µÑƒÑżµğ° с° ¸·ğ°·½¸ĵ ст°Ñ‚усĵ %d" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: ½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²°½ ´ĵµ½." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²°½ ´ĵµ½." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "½µÑƒÑżµğ ч¸Ñ‚°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²½µ ĵрµĥµ." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²½µ ĵрµĥµ." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²°½ сşğ°´¸ÑˆÑ‚µ." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "£ş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ ż´µÑˆ°²°Ñš° ·° ½µ°şÑ‚¸²°½ сşğ°´¸ÑˆÑ‚µ." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "½°żÑƒÑÑ‚¸ ²°Ñ˜ ¸½Ñ‚µÑ€°şÑ‚¸²½¸ тµÑ€ĵ¸½°ğ" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "½°Ñ€µ´ħ° „%s“ ·°Ñ…Ñ‚µ²° <%s> żÑ†¸Ñ˜Ñƒ" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "½°Ñ€µ´ħ° „%s“ ·°Ñ…Ñ‚µ²° --%s żÑ†¸Ñ˜Ñƒ" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "½°Ñ€µ´ħ° „%s“ ½µ żÑÑ‚ј¸" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " ˜œ•\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -5888,7 +6379,7 @@ msgstr "" "\n" " Ħ–•˘š\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -5896,7 +6387,7 @@ msgstr "" "\n" " žŸ˜Ħ\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -5904,53 +6395,53 @@ msgstr "" "\n" " žŸĤ˜ˆ•\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s <ħрј>" -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s <½¸Ñş°>" -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "½µ´µÑ„¸½¸Ñ°½ ¸ĵµ ¸ğ¸ id ´ĵµ½°" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ´ĵµ½° „%s“" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "½µ´µÑ„¸½¸Ñ°½ ¸ĵµ ĵрµĥµ" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ĵрµĥµ „%s“" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" msgstr "¸ĵµ сşğ°´¸ÑˆÑ‚° ½¸Ñ˜µ ´µÑ„¸½¸Ñ°½" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, c-format msgid "failed to get pool '%s'" -msgstr "½¸Ñ°ĵ усżµ ´° ´ħ°²¸ĵ ´¸Ñş „%s“" +msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ´¸Ñş° „%s“" -#: src/virsh.c:5981 +#: src/virsh.c:6110 msgid "undefined vol name" msgstr "½µ´µÑ„¸½¸Ñ°½ ¸ĵµ ´¸Ñş°" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, c-format msgid "failed to get vol '%s'" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ´¸Ñş° „%s“" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -5961,130 +6452,130 @@ msgstr "" "(’Ñ€µĵµ: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "½µ´ÑÑ‚°Ñ˜µ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "½µÑ‡µş¸²°½¸ ¸·Ñ€°· (¸ĵµ ½°Ñ€µ´ħµ): „%s“" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "½µÑ‡µş¸²°½° ½°Ñ€µ´ħ°: „%s“" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "½°Ñ€µ´ħ° „%s“ ½µ ż´Ñ€ĥ°²° żÑ†¸Ñ˜Ñƒ --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "чµş¸²°½° с¸½Ñ‚°şÑ°: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "ħрј" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "½¸Ñş°" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "½µÑ‡µş¸²°½¸ ż´°Ñ†¸ „%s“" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "žŸĤ˜ˆ" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "Ÿž”Ĥ˜" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "´°Ñ‚Ñ‚µş°" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "ż°Ñƒ·¸Ñ€°½" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "у ³°ÑˆµÑšÑƒ" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "·°ÑƒÑÑ‚°²Ñ™µ½" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "şÑ€°Ñ…¸Ñ€°ğ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "²°½ уżÑ‚Ñ€µħµ" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "½µĵ° ¸ÑżÑ€°²½µ ²µ·µ" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: ³Ñ€µÑˆş°: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "³Ñ€µÑˆş°: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: ½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ %d ħ°Ñ˜Ñ‚²°" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: ½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ %lu ħ°Ñ˜Ñ‚²°" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° х¸żµÑ€²¸·Ñ€ĵ" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ż´°Ñ‚°ş° ´°Ñ‚Ñ‚µÑ†¸ ´½µ²½¸ş°" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "żÑƒÑ‚°Ñš° ´½µ²½¸ş° ½¸Ñ˜µ ´°Ñ‚Ñ‚µş°" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" "½µÑƒÑżµğ т²°Ñ€°Ñšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°. żÑ€²µÑ€¸Ñ‚µ żÑƒÑ‚°ÑšÑƒ ´ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: ½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "µÑƒÑżµğ żÑ€µş¸´°Ñšµ ²µ·µ с° х¸żµÑ€²¸·Ñ€ĵ" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6115,9 +6606,9 @@ msgstr "" " -l | --log <´°Ñ‚Ñ‚µş°> ·°ż¸Ñ¸²°Ñšµ ¸·ğ°·° у ´°Ñ‚Ñ‚µşÑƒ\n" " -v | --version ²µÑ€·¸Ñ˜° żÑ€³Ñ€°ĵ°\n" "\n" -" ½°Ñ€µ´ħµ (½µ¸Ñ‚µÑ€°şÑ‚¸²½¸ рµĥ¸ĵ):\n" +" ½°Ñ€µ´ħµ (½µ¸½Ñ‚µÑ€°şÑ‚¸²½¸ рµĥ¸ĵ):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6127,12 +6618,12 @@ msgstr "" " (½°²µ´¸Ñ‚µ help <½°Ñ€µ´ħ°> ·° ´µÑ‚°Ñ™µ ½°Ñ€µ´ħ¸)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "½µż´Ñ€ĥ°½° żÑ†¸Ñ˜° „-%c“. Ÿ³ğµ´°Ñ˜Ñ‚µ --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6141,7 +6632,7 @@ msgstr "" "”ħр´Ñˆğ¸ у %s, ¸½Ñ‚µÑ€°şÑ‚¸²½¸ тµÑ€ĵ¸½°ğ ·° ²¸Ñ€Ñ‚у°ğ¸·°Ñ†¸Ñ˜Ñƒ.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6159,626 +6650,686 @@ msgstr "уż·Ñ€µÑšµ" msgid "error" msgstr "³Ñ€µÑˆş°" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "¸Ñ˜µ żÑ€Ñƒĥµ½° żÑ€Ñƒş° ³Ñ€µÑˆÑ†¸" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "у½ÑƒÑ‚Ñ€°ÑˆÑš° ³Ñ€µÑˆş° %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "у½ÑƒÑ‚Ñ€°ÑˆÑš° ³Ñ€µÑˆş°" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "х¸żµÑ€²¸·Ñ€ ½µ ż´Ñ€ĥ°²° ²Ñƒ фу½şÑ†¸Ñ˜Ñƒ" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "х¸żµÑ€²¸·Ñ€ ½µ ż´Ñ€ĥ°²° ²Ñƒ фу½şÑ†¸Ñ˜Ñƒ: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "½µ ĵ³Ñƒ ´° сµ ż²µĥµĵ с° х¸żµÑ€²¸·Ñ€ĵ" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "½µ ĵ³Ñƒ ´° сµ ż²µĥµĵ с° %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ²µ·µ у" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ²µ·µ у %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´ĵµ½° у" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´ĵµ½° у %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "½µ¸ÑżÑ€°²°½ °Ñ€³Ñƒĵµ½Ñ‚ у" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "½µ¸ÑżÑ€°²°½ °Ñ€³Ñƒĵµ½Ñ‚ у %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "½µÑƒÑżµğ° р°´Ñš°" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "½µÑƒÑżµğ° GET р°´Ñš°: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "½µÑƒÑżµğ° GET р°´Ñš°" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "½µÑƒÑżµğ° POST р°´Ñš°: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "½µÑƒÑżµğ° POST р°´Ñš°" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "´ħ¸Ñ˜µ½ ½µż·½°Ñ‚ ħрј HTTP ³Ñ€µÑˆşµ %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "½µż·½°Ñ‚ ´ĵ°Ñ›¸½ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "½µż·½°Ñ‚ ´ĵ°Ñ›¸½" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "½µ ĵ³Ñƒ ´° сµÑ€¸Ñ˜°ğ¸·ÑƒÑ˜µĵ Ħ-¸·Ñ€°·: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "½µ ĵ³Ñƒ ´° сµÑ€¸Ñ˜°ğ¸·ÑƒÑ˜µĵ Ħ-¸·Ñ€°·" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "½µ ĵ³Ñƒ ´° уżÑ‚Ñ€µħ¸ĵ ст°²şÑƒ Xen х¸żµÑ€²¸·Ñ€°" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "½µ ĵ³Ñƒ ´° уżÑ‚Ñ€µħ¸ĵ %s ст°²şÑƒ Xen х¸żµÑ€²¸·Ñ€°" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "½µ ĵ³Ñƒ ´° сµ ż²µĥµĵ с° Xen сşğ°´¸ÑˆÑ‚µĵ" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "½µ ĵ³Ñƒ ´° сµ ż²µĥµĵ с° Xen сşğ°´¸ÑˆÑ‚µĵ %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "½µÑƒÑżµ Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° žĦ-°" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° žĦ-° %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ јµ·³Ñ€Ñƒ" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ şÑ€µ½Ñşĵ урµÑ’°Ñ˜Ñƒ" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ şÑ€µ½Ñşĵ урµÑ’°Ñ˜Ñƒ %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ¸·²Ñ€½¸ ż´°Ñ†¸ ·° урµÑ’°Ñ˜" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ¸·²Ñ€½¸ ż´°Ñ†¸ ·° урµÑ’°Ñ˜ %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ц¸Ñ™½¸ ż´°Ñ†¸ ·° урµÑ’°Ñ˜" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ц¸Ñ™½¸ ż´°Ñ†¸ ·° урµÑ’°Ñ˜ %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ ¸ĵµ½Ñƒ ´ĵµ½°" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ ¸ĵµ½Ñƒ ´ĵµ½° у %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ żµÑ€°Ñ‚¸²½ĵ с¸ÑÑ‚µĵу" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ żµÑ€°Ñ‚¸²½ĵ с¸ÑÑ‚µĵу ·° %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ урµÑ’°Ñ˜¸ĵ°" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "½µ´ÑÑ‚°Ñ˜Ñƒ ż´°Ñ†¸ урµÑ’°Ñ˜¸ĵ° ·° %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "рµ³¸ÑÑ‚Ñ€²°½ јµ żÑ€µ²¸Ñˆµ уżÑ€°²Ñ™°Ñ‡ş¸Ñ… żÑ€³Ñ€°ĵ°" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "рµ³¸ÑÑ‚Ñ€²°½ јµ żÑ€µ²¸Ñˆµ уżÑ€°²Ñ™°Ñ‡ş¸Ñ… żÑ€³Ñ€°ĵ° у %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "½µÑƒÑżµ ż·¸² у ħ¸ħğ¸Ñ‚µÑ†¸, ²µÑ€²°Ñ‚½ ½¸Ñ˜µ ż´Ñ€ĥ°½" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "½µÑƒÑżµ ż·¸² %s у ħ¸ħğ¸Ñ‚µÑ†¸, ²µÑ€²°Ñ‚½ ½¸Ñ˜µ ż´Ñ€ĥ°½" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML ż¸Ñ ½¸Ñ˜µ ´ħр ħğ¸ş²°½ ¸ğ¸ јµ ½µ¸ÑżÑ€°²°½" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "XML ż¸Ñ ·° %s ½¸Ñ˜µ ´ħр ħğ¸ş²°½ ¸ğ¸ јµ ½µ¸ÑżÑ€°²°½" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "²°Ñ˜ ´ĵµ½ ²µÑ› żÑÑ‚ј¸" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "´ĵµ½ %s ²µÑ› żÑÑ‚ј¸" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "р°´Ñš° јµ ·°ħр°Ñšµ½° ·° żÑ€¸ÑÑ‚уż с°ĵ ч¸Ñ‚°Ñš°" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "р°´Ñš° %s јµ ·°ħр°Ñšµ½° ·° żÑ€¸ÑÑ‚уż с°ĵ ч¸Ñ‚°Ñš°" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "½µÑƒÑżµğ т²°Ñ€°Ñšµ ´°Ñ‚Ñ‚µşÑƒ ż´µÑˆ°²°Ñš° ·° ч¸Ñ‚°Ñšµ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "½µÑƒÑżµğ т²°Ñ€°Ñšµ %s ·° ч¸Ñ‚°Ñšµ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "½µÑƒÑżµğ ч¸Ñ‚°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "½µÑƒÑżµğ ч¸Ñ‚°Ñšµ %s ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "½µÑƒÑżµğ туĵ°Ñ‡µÑšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "½µÑƒÑżµğ туĵ°Ñ‡µÑšµ %s ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "с¸½Ñ‚°şÑ½° ³Ñ€µÑˆş° у ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš°" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "с¸½Ñ‚°şÑ½° ³Ñ€µÑˆş° у ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš°: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" -msgstr "³Ñ€µÑˆş° у р°ÑˆÑ‡ğ°Ñš°²°ÑšÑƒ" +msgstr "³Ñ€µÑˆş° у р°ÑˆÑ‡ğ°Ñš¸²°ÑšÑƒ" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ²µ·µ у" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ²µ·µ у %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "²° ĵрµĥ° ²µÑ› żÑÑ‚ј¸" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "ĵрµĥ° %s ²µÑ› żÑÑ‚ј¸" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "³Ñ€µÑˆş° у с¸ÑÑ‚µĵсşĵ ż·¸²Ñƒ" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC ³Ñ€µÑˆş°" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "³Ñ€µÑˆş° у GNUTLS ż·¸²Ñƒ" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ ĵрµĥµ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ ĵрµĥµ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "”ĵµ½ ½¸Ñ˜µ żÑ€½°Ñ’µ½" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "”ĵµ½ ½¸Ñ˜µ żÑ€½°Ñ’µ½: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "œÑ€µĥ° ½¸Ñ˜µ żÑ€½°Ñ’µ½°" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "œÑ€µĥ° ½¸Ñ˜µ żÑ€½°Ñ’µ½°: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "½µ¸ÑżÑ€°²½° MAC °´Ñ€µÑ°" -#: src/virterror.c:684 +#: src/virterror.c:692 #, c-format msgid "invalid MAC address: %s" msgstr "½µ¸ÑżÑ€°²½° MAC °´Ñ€µÑ°: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "½µÑƒÑżµğ° °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜°" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "½µÑƒÑżµğ° °ÑƒÑ‚µ½Ñ‚¸Ñ„¸ş°Ñ†¸Ñ˜°: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 msgid "Storage pool not found" msgstr "Ħşğ°´¸ÑˆÑ‚µ ½¸Ñ˜µ żÑ€½°Ñ’µ½" -#: src/virterror.c:696 +#: src/virterror.c:704 #, c-format msgid "Storage pool not found: %s" msgstr "Ħşğ°´¸ÑˆÑ‚µ ½¸Ñ˜µ żÑ€½°Ñ’µ½: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 msgid "Storage volume not found" msgstr "”¸Ñş ·° сşğ°´¸ÑˆÑ‚µÑšµ ½¸Ñ˜µ żÑ€½°Ñ’µ½" -#: src/virterror.c:702 +#: src/virterror.c:710 #, c-format msgid "Storage volume not found: %s" msgstr "”¸Ñş ·° сşğ°´¸ÑˆÑ‚µÑšµ ½¸Ñ˜µ żÑ€½°Ñ’µ½: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 msgid "invalid storage pool pointer in" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ сşğ°´¸ÑˆÑ‚° у" -#: src/virterror.c:708 +#: src/virterror.c:716 #, c-format msgid "invalid storage pool pointer in %s" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ сşğ°´¸ÑˆÑ‚° у %s" -#: src/virterror.c:712 +#: src/virterror.c:720 msgid "invalid storage volume pointer in" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´¸Ñş° сşğ°´¸ÑˆÑ‚µÑš° у" -#: src/virterror.c:714 +#: src/virterror.c:722 #, c-format msgid "invalid storage volume pointer in %s" msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´¸Ñş° сşğ°´¸ÑˆÑ‚µÑš° ²µ·µ у %s" -#: src/virterror.c:718 +#: src/virterror.c:726 msgid "Failed to find a storage driver" msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ° сşğ°´¸ÑˆÑ‚°" -#: src/virterror.c:720 +#: src/virterror.c:728 #, c-format msgid "Failed to find a storage driver: %s" msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ° сşğ°´¸ÑˆÑ‚°: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ° сşğ°´¸ÑˆÑ‚°" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ° сşğ°´¸ÑˆÑ‚°: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´¸Ñş° сşğ°´¸ÑˆÑ‚µÑš° у" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´ĵµ½° у %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "урµÑ’°Ñ˜ ½¸Ñ˜µ żÑ€½°Ñ’µ½: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "урµÑ’°Ñ˜ ½¸Ñ˜µ żÑ€½°Ñ’µ½: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "·°Ñƒ·¸ĵ°ĵ ´ĵµ½" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "“Ñ€µÑˆş° у р°ÑˆÑ‡ğ°Ñš¸²°ÑšÑƒ ż´µÑˆ°²°Ñš° ĵрµĥµ „%s“ : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ĵµĵр¸Ñ˜µ ·° %s ğ¸ÑÑ‚у ż´µÑˆ°²°Ñš°" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "“Ñ€µÑˆş° у р°ÑˆÑ‡ğ°Ñš¸²°ÑšÑƒ ż´µÑˆ°²°Ñš° ĵрµĥµ „%s“ : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "Ÿ°Ñ€°ĵµÑ‚°Ñ€ ·½°Ñ‡°Ñ˜° żğ°½µÑ€° şÑ€µ´¸Ñ‚° (%d) јµ ²°½ żÑµ³° (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "Ÿ°Ñ€°ĵµÑ‚°Ñ€ ³Ñ€°½¸Ñ‡µÑš° żğ°½µÑ€° şÑ€µ´¸Ñ‚° (%d) јµ ²°½ żÑµ³° (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "´´µÑ™ÑƒÑ˜µĵ ¸½Ñ„ %d ´ĵµ½°" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "½¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ сşµÑ‚" +msgstr "½¸Ñ°ĵ усżµ ´° ½°żÑ€°²¸ĵ żÑ€¸şÑ™ÑƒÑ‡°ş" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 msgid "failed to connect to xend" msgstr "½¸Ñ°ĵ усżµ ´° сµ ż²µĥµĵ с° xend" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "½µÑƒÑżµğ ч¸Ñ‚°Ñšµ ¸· Xen ´µĵ½°" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "¸Ñ°ĵ усżµ ´° ¸·²Ñ€Ñˆ¸ĵ р°Ñ‡²°Ñšµ ş° с¸ÑÑ‚µĵсş° усğу³°: %s" +msgstr "xend_get: ³Ñ€µÑˆş° ´ xen ´µĵ½°: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: ³Ñ€µÑˆş° ´ xen ´µĵ½°: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "·°Ñƒ·ĵ¸ ½²¸ ħ°Ñ„µÑ€" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° gethostbyname р°´Ñš°: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "½µÑƒÑżµÑ… żÑ€¸ urlencode Ħ-¸·Ñ€°·° create" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, ½µ´ÑÑ‚°Ñ˜µ domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "ż´°Ñ†¸ ´ĵµ½Ñƒ су ½µÑ‚°Ñ‡½¸ ¸ğ¸ domid ½¸Ñ˜µ ħрјч°½" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, ½µ´ÑÑ‚°Ñ˜µ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, ½µ´ÑÑ‚°Ñ˜µ ¸ĵµ" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, ½µ´ÑÑ‚°Ñ˜µ HVM żÑ€³Ñ€°ĵ ·° уч¸Ñ‚°²°Ñšµ" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, ½µ´ÑÑ‚°Ñ˜µ јµ·³Ñ€ ¸ żşÑ€µÑ‚°Ñ‡ş¸ żÑ€³Ñ€°ĵ" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° урµÑ’°Ñ˜°" +msgstr "µż·½°Ñ‚° ²Ñ€ÑÑ‚° ·½°ş²½³ урµÑ’°Ñ˜°" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 -#, fuzzy +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "ğш şÑ‚°ğ½¸ рµĥ¸ĵ" +msgstr "ğшµ ħğ¸ş²°½° ½¸Ñş° ·½°ş²½³ урµÑ’°Ñ˜°" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "ħµ· ĵµĵр¸Ñ˜µ ·° ż´µÑˆ°²°Ñšµ ·½°ş²½³ урµÑ’°Ñ˜°" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° урµÑ’°Ñ˜°" +msgstr "µż·½°Ñ‚° ²Ñ€ÑÑ‚° ·½°ş²½³ урµÑ’°Ñ˜°" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, vbd ½µĵ° dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, vbd ½µĵ° src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" "½µ ĵ³Ñƒ żÑ€Ñ‚уĵ°Ñ‡¸Ñ‚¸ vbd ¸ĵµ ´°Ñ‚Ñ‚µşµ, ½µ´ÑÑ‚°Ñ˜µ ¸ĵµ уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ°" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "" "½µ ĵ³Ñƒ żÑ€Ñ‚уĵ°Ñ‡¸Ñ‚¸ vbd ¸ĵµ ´°Ñ‚Ñ‚µşµ, ½µ´ÑÑ‚°Ñ˜µ ²Ñ€ÑÑ‚° уżÑ€°²Ñ™°Ñ‡ş³ żÑ€³Ñ€°ĵ°" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "½µ¸ÑżÑ€°²½° MAC °´Ñ€µÑ°: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "½µÑ‡µş¸²°½ dict ч²Ñ€" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° °ÑƒÑ‚Ñ€¸·°Ñ†¸Ñ˜µ %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, ½µ´ÑÑ‚°Ñ˜µ ¸´" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° žĦ-° %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "½µÑƒÑżµğ туĵ°Ñ‡µÑšµ ż´°Ñ‚°ş° тżğ³¸Ñ˜¸" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "с¸½Ñ‚°şÑ½° ³Ñ€µÑˆş° тżğ³¸Ñ˜µ" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "½µÑƒÑżµğ туĵ°Ñ‡µÑšµ ż´°Ñ‚°ş° Xend ´ĵµ½Ñƒ" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName ½¸Ñ˜µ усżµ ´° żÑ€½°Ñ’µ ²°Ñ˜ ´ĵµ½" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "½¸Ñ°ĵ усżµ ´° ¸·³Ñ€°´¸ĵ сşğ°´¸ÑˆÑ‚µ %s" +msgstr "½µÑƒÑżµğ° ¸·³Ñ€°´Ñš° сşğ°´¸ÑˆÑ‚° %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "²Ñ€ÑÑ‚° урµÑ’°Ñ˜° ·° у½Ñ %s ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: src/xend_internal.c:4029 -#, fuzzy +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "xenDaemonDomainDumpXMLByID ½¸Ñ˜µ усżµ ´° żÑ€½°Ñ’µ ²°Ñ˜ ´ĵµ½" +msgstr "xenDaemonGetAutostart ½¸Ñ˜µ усżµ ´° żÑ€½°Ñ’µ ²°Ñ˜ ´ĵµ½" -#: src/xend_internal.c:4070 -#, fuzzy +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "xenDaemonDomainDumpXMLByID ½¸Ñ˜µ усżµ ´° żÑ€½°Ñ’µ ²°Ñ˜ ´ĵµ½" +msgstr "xenDaemonSetAutostart ½¸Ñ˜µ усżµ ´° żÑ€½°Ñ’µ ²°Ñ˜ ´ĵµ½" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "½µÑ‡µş¸²°½ ч²Ñ€ ²Ñ€µ´½ÑÑ‚¸" +msgstr "½µÑ‡µş¸²°½° ²Ñ€µ´½ÑÑ‚ ´ on_xend_start" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "ĵµĵр¸Ñ˜° ч²Ñ€°" +msgstr "ħµ· ĵµĵр¸Ñ˜µ" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "½µÑƒÑżµğ° р°´Ñš°" +msgstr "½µÑƒÑżµğ° sexpr2string р°´Ñš°" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "µÑƒÑżµğ уş¸´°Ñšµ ´µÑ„¸½¸Ñ†¸Ñ˜µ сşğ°´¸ÑˆÑ‚° %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 +#, fuzzy msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "on_xend_start сµ ½µ ½°ğ°·¸ у sexpr" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +msgstr "½µÑƒÑżµğ° gethostname р°´Ñš°: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "½µÑƒÑżµğ ´ħ°²Ñ™°Ñšµ ¸ĵµ½° ´ĵ°Ñ›¸½°" +msgstr "½µÑƒÑżµğ° strdup р°´Ñš° ·° ¸ĵµ ´ĵ°Ñ›¸½°: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6786,7 +7337,7 @@ msgstr "" "xenDaemonDomainMigrate: Xen ½µ ż´Ñ€ĥ°²° żÑ€ĵµ½Ñƒ ¸ĵµ½° ´ĵµ½° żÑ€¸ğ¸şĵ " "żÑ€µĵµÑˆÑ‚°Ñš°" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6794,223 +7345,244 @@ msgstr "" "xenDaemonDomainMigrate: Xen ½µ ż´Ñ€ĥ°²° ³Ñ€°½¸Ñ‡°²°Ñšµ żÑ€żÑƒÑ½³ żÑµ³° " "żÑ€¸ğ¸şĵ żÑ€µĵµÑˆÑ‚°Ñš°" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: ·°ÑÑ‚°²¸Ñ†° ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "xenDaemonDomainMigrate: ½µ¸ÑżÑ€°²°½ URI" +msgstr "xenDaemonDomainMigrate: ½µ¸ÑżÑ€°²°½ £ ˜" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "xenDaemonDomainMigrate: Xen ż´Ñ€ĥ°²° с°ĵ xenmigr:// żÑ€µĵµÑˆÑ‚°Ñš°" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "xenDaemonDomainMigrate: ¸ĵµ ´ĵ°Ñ›¸½° ĵр° ħ¸Ñ‚¸ ½°²µ´µ½ у URI-ју" +msgstr "xenDaemonDomainMigrate: ¸ĵµ ´ĵ°Ñ›¸½° ĵр° ħ¸Ñ‚¸ ½°²µ´µ½ у £ ˜-у" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "strdup ½¸Ñ˜µ усżµ" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: ½µ¸ÑżÑ€°²°½ ħрј żÑ€Ñ‚°" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 msgid "failed to parse domain description" msgstr "½µÑƒÑżµğр°ÑˆÑ‡ğ°ÑšµÑšµ ż¸Ñ° ´ĵµ½°" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ½µ °şÑ‚¸²¸Ñ€°½³ ´ĵµ½° %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "½¸Ñ˜µ ż´Ñ€ĥ°½ у xendConfigVersion < 4" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ч²Ñ€Ñƒ, ½µ´ÑÑ‚°Ñ˜µ ½°·¸² żğ°½µÑ€°" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" msgstr "µż·½°Ñ‚ żğ°½µÑ€" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" msgstr "µÑƒÑżµğ żÑ€¸ħ°²Ñ™°Ñšµ ½°·¸²° żğ°½µÑ€°" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, ½µ´ÑÑ‚°Ñ˜µ cpu_weight" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" msgstr "½µżÑ‚żÑƒ½¸ ż´°Ñ†¸ ´ĵµ½Ñƒ, ½µ´ÑÑ‚°Ñ˜µ cpu_cap" -#: src/xend_internal.c:4748 -#, fuzzy +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" -msgstr "ai_socktype ½¸Ñ˜µ ż´Ñ€ĥ°½" +msgstr "domainBlockPeek ½¸Ñ˜µ ż´Ñ€ĥ°½ ·° dom0" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°: %s" +msgstr "%s: ½µ¸ÑżÑ€°²½° żÑƒÑ‚°Ñš°" -#: src/xend_internal.c:4779 -#, fuzzy, c-format +#: src/xend_internal.c:4736 +#, c-format msgid "failed to open for reading: %s: %s" -msgstr "½µÑƒÑżµğ т²°Ñ€°Ñšµ %s ·° ч¸Ñ‚°Ñšµ" +msgstr "½µÑƒÑżµğ т²°Ñ€°Ñšµ ·° ч¸Ñ‚°Ñšµ: %s: %s" -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#: src/xend_internal.c:4748 +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "¸Ñ°ĵ усżµ ´° ·°Ñ‚²Ñ€¸ĵ pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +msgstr "½µÑƒÑżµğ° lseek р°´Ñš° ¸ğ¸ ч¸Ñ‚°Ñšµ ¸· ´°Ñ‚Ñ‚µşµ: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "½µÑ‡µş¸²°½° ²Ñ€ÑÑ‚° ´ĵµ½° %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "½µÑ‡µş¸²°½° mime ²Ñ€ÑÑ‚°" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "²Ñ€ÑÑ‚° ´¸Ñş° ·° сşğ°´¸ÑˆÑ‚µÑšµ ½¸Ñ˜µ ż´Ñ€ĥ°½° %d" +msgstr "²Ñ€ÑÑ‚° %d ´¸Ñş° ·° сşğ°´¸ÑˆÑ‚µÑšµ ½¸Ñ˜µ ż´Ñ€ĥ°½°" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "½µÑ‡µş¸²°½ ч²Ñ€ ²Ñ€µ´½ÑÑ‚¸" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "½µĵ° żÑ€³Ñ€°ĵ° ·° уч¸Ñ‚°²°Ñšµ HVM ´ĵµ½°" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype ½¸Ñ˜µ ż´Ñ€ĥ°½" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "UUID јµ ğшµ ħğ¸ş²°½ у ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš°" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, fuzzy, c-format msgid "config value %s was missing" msgstr "½µ´ÑÑ‚°Ñ˜µ ż°Ñ€°ĵµÑ‚°Ñ€ ż´µÑˆ°²°Ñš° ½°·¸²°" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "½µ ĵ³Ñƒ ´° ут²Ñ€´¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“: %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "xenXMConfigCacheRefresh: virHashAddEntry" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "½µÑ‡µş¸²°½ ч²Ñ€ ²Ñ€µ´½ÑÑ‚¸" +msgstr "½µÑ‡µş¸²°½° ²Ñ€µ´½ÑÑ‚ ´ on_xend_start" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "½µÑ‡µş¸²°½ ч²Ñ€ ²Ñ€µ´½ÑÑ‚¸" +msgstr "½µÑ‡µş¸²°½° ²Ñ€µ´½ÑÑ‚ ´ on_xend_start" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "½µÑ‡µş¸²°½ ч²Ñ€ ²Ñ€µ´½ÑÑ‚¸" +msgstr "½µÑ‡µş¸²°½° ²Ñ€µ´½ÑÑ‚ ´ on_xend_start" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "²µ·° с°ĵ ·° ч¸Ñ‚°Ñšµ" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 msgid "not inactive domain" msgstr "½¸Ñ˜µ ½µ°şÑ‚¸²°½ ´ĵµ½" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "virHashLookup" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" msgstr "½µ ĵ³Ñƒ ´° ´ħ¸Ñ˜µĵ ´°Ñ‚Ñ‚µşÑƒ ż´µÑˆ°²°Ñš° ·° ´ĵµ½" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "½µÑ‡µş¸²°½ dict ч²Ñ€" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "½µ ĵ³Ñƒ ´° ´ħ¸Ñ˜µĵ ½°·¸² ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° ·° żÑ€µÑ¸ĵ°²°Ñšµ ´ĵµ½°" +msgstr "" +"½µ ĵ³Ñƒ ´° ´ħ¸Ñ˜µĵ ½°·¸² ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° ş°ş ħ¸ јµ ´ĵµ½ żÑ€µħр¸Ñ°" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "½µ ĵ³Ñƒ ´° ´ħ¸Ñ˜µĵ у½Ñ ż´µÑˆ°²°Ñš° ·° żÑ€µÑ½¸ĵ°²°Ñšµ ´ĵµ½°" +msgstr "½µ ĵ³Ñƒ ´° ´ħ¸Ñ˜µĵ ст°²şÑƒ ż´µÑˆ°²°Ñš° ş°ş ħ¸ јµ ´ĵµ½ żÑ€µħр¸Ñ°" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" msgstr "½µÑƒÑżµğ ħр¸Ñ°Ñšµ ст°Ñ€³ ´ĵµ½° ¸· ĵ°żµ ż´µÑˆ°²°Ñš°" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "½°·¸² ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° јµ żÑ€µ²µğ¸ş" +msgstr "½°·¸² ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° јµ żÑ€µ´Ñƒ³" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "ż´µÑˆ°²°Ñšµ" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 msgid "unable to get current time" msgstr "½µÑƒÑżµğ ´ħ¸Ñ˜°Ñšµ трµ½ÑƒÑ‚½³ ²Ñ€µĵµ½°" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" msgstr "½µÑƒÑżµğ руş²°Ñšµ сşğ°´¸ÑˆÑ‚µÑšµĵ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" msgstr "½µż·½°Ñ‚ урµÑ’°Ñ˜" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "½µÑƒÑżµğ ħр¸Ñ°Ñšµ ²µ·µ °ÑƒÑ‚ĵ°Ñ‚сş³ żşÑ€µÑ‚°Ñš° „%s“: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş° %s: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş° %s: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "µ²°ĥµÑ›¸ ż°Ñ€°ĵµÑ‚°Ñ€ ·° virXPathString()" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "µ²°ĥµÑ›¸ ż°Ñ€°ĵµÑ‚°Ñ€ ·° virXPathNumber()" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "µ²°ĥµÑ›¸ ż°Ñ€°ĵµÑ‚°Ñ€ ·° virXPathBoolean()" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "µ²°ĥµÑ›¸ ż°Ñ€°ĵµÑ‚°Ñ€ ·° virXPathNode()" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "µ²°ĥµÑ›¸ ż°Ñ€°ĵµÑ‚°Ñ€ ·° virXPathNodeSet()" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "´´µğ¸ ½¸· ·½°ş²°" #: src/xmlrpc.c:53 @@ -7053,6 +7625,10 @@ msgstr "´´µğ¸ ´³²Ñ€" msgid "read response" msgstr "żÑ€Ñ‡¸Ñ‚°Ñ˜ ´³²Ñ€" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "´´µğ¸ ½¸· ·½°ş²°" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "½µÑƒÑżµ ´³²Ñ€ сµÑ€²µÑ€° туĵ°Ñ‡µÑš°" @@ -7061,43 +7637,48 @@ msgstr "½µÑƒÑżµ ´³²Ñ€ сµÑ€²µÑ€° туĵ°Ñ‡µÑš°" msgid "allocate new context" msgstr "·°Ñƒ·ĵ¸ ½²¸ ş½Ñ‚µşÑÑ‚" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" -#~ msgid "Disk pools are not yet supported" -#~ msgstr "Ħşğ°´¸ÑˆÑ‚° ´¸Ñş²° ½¸ÑÑƒ јш ż´Ñ€ĥ°½°" - -#~ msgid "blocked" -#~ msgstr "ħğş¸Ñ€°½" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "Domain config filename '%s' does not match domain name '%s'" -#~ msgstr "" -#~ "°·¸² ´°Ñ‚Ñ‚µşµ ĵрµĥ½³ ż´µÑˆ°²°Ñš° '%s' сµ ½µ żşğ°ż° с° ½°·¸²ĵ ĵрµĥµ '%s'" +msgid "failed to allocate activeDomainList" +msgstr "µÑƒÑżµğ ¸Ñż¸Ñ¸²°Ñšµ °şÑ‚¸²½¸Ñ… ´ĵµ½°" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "µ¸ÑżÑ€°²°½ т¸ż урµÑ’°Ñ˜°: %s" +msgid "failed to allocate xsWatchList" +msgstr "½µÑƒÑżµğ ´´µÑ™¸²°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ostype" -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "¸ĵµ ц¸Ñ™½µ ĵрµĥµ" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "" -#~ "No 'bridge' attribute specified with " -#~ msgstr "" -#~ "¸Ñ˜µ´½° 'dev' сħ¸½° ½¸Ñ˜µ ´Ñ€µÑ’µ½° żÑ€µş " +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" +#: src/xs_internal.c:1057 #, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ ¸ĵµ½ĵ" +msgid "watch already tracked" +msgstr "сşğ°´¸ÑˆÑ‚µ јµ ²µÑ› °şÑ‚¸²½" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "No storage for parent veth device name" -#~ msgstr "½µ żÑÑ‚ј¸ сşğ°´¸ÑˆÑ‚µ с° ´°Ñ‚¸ĵ ¸ĵµ½ĵ" +msgid "reallocating list" +msgstr "·°Ñƒ·¸ĵ°ĵ ´ĵµ½" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ч²Ñ€°" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "ŸÑ€¸ĵљµ½ јµ с¸³½°ğ %d, żÑ€ÑğµÑ’ујµĵ уżÑ€°²Ñ™°Ñ‡ş¸ĵ żÑ€³Ñ€°ĵ¸ĵ°" + +#~ msgid "allocating conn->name" +#~ msgstr "·°Ñƒ·¸ĵ°ĵ ²µ·Ñƒ->½°·¸²" #~ msgid "missing filesystem type" #~ msgstr "½µ´ÑÑ‚°Ñ˜µ т¸ż с¸ÑÑ‚µĵ° ´°Ñ‚Ñ‚µş°" @@ -7114,14 +7695,11 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "failed to generate uuid" #~ msgstr "½µÑƒÑżµğ żÑ€°²Ñ™µÑšµ uuid" -#~ msgid "invalid uuid element" -#~ msgstr "½µ¸ÑżÑ€°²°½ uuid µğµĵµ½Ñ‚" - #~ msgid "invalid or missing init element" #~ msgstr "init µğµĵµ½Ñ‚ јµ ½µ¸ÑżÑ€°²°½ ¸ğ¸ ½µ´ÑÑ‚°Ñ˜µ" #~ msgid "init string too long" -#~ msgstr "init стр¸½³ јµ żÑ€µ´Ñƒ³°Ñ‡°ş" +#~ msgstr "init ½¸Ñş° јµ żÑ€µ´Ñƒ³°" #~ msgid "invalid memory value" #~ msgstr "½µ¸ÑżÑ€°²½° ²Ñ€µ´½ÑÑ‚ ĵµĵр¸Ñ˜µ" @@ -7132,115 +7710,78 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "missing domain type" #~ msgstr "½µ´ÑÑ‚°Ñ˜µ т¸ż ´ĵµ½°" -#~ msgid "invalid domain type" -#~ msgstr "½µ¸ÑżÑ€°²°½ т¸ż ´ĵµ½°" - #~ msgid "invalid domain id" #~ msgstr "½µ¸ÑżÑ€°²°½ id ´ĵµ½°" #~ msgid "Can't redefine active VM with name %s" #~ msgstr "µ ĵ³Ñƒ ´° у½°żÑ€µ´ ´µÑ„¸½¸Ñˆµĵ VM с° ½°·¸²ĵ %s" +#~ msgid "error checking container process: %d %s" +#~ msgstr "³Ñ€µÑˆş° żÑ€¸ żÑ€²µÑ€¸ żÑ€Ñ†µÑ° с°´Ñ€ĥ°Ñ†°: %d %s" + #~ msgid "failed to open config directory %s: %s" #~ msgstr "½µÑƒÑżµğ т²°Ñ€°Ñšµ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° ż´µÑˆ°²°Ñš° %s: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ °ÑƒÑ‚ĵ°Ñ‚сş³ żşÑ€µÑ‚°Ñš° %s: %s" +#~ msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ lxc ст°Ñš° %s: %s" -#, fuzzy #~ msgid "cannot construct tty pid file path" -#~ msgstr "½µÑƒÑżµğ şÑ€µ¸Ñ€°Ñšµ żÑƒÑ‚°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" +#~ msgstr "½µ ĵ³Ñƒ с°Ñ‡¸½¸ĵ żÑƒÑ‚°ÑšÑƒ tty pid ´°Ñ‚Ñ‚µşµ" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° %s: %s" +#~ msgstr "½µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ tty pid ´°Ñ‚Ñ‚µşÑƒ %s: %s" #, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "¸Ñ°ĵ усżµ ´° т²Ñ€¸ĵ pid ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +#~ msgstr "½µ ĵ³Ñƒ ´° fdopen tty pid ´°Ñ‚Ñ‚µşÑƒ %s: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° %s: %s" +#~ msgstr "½µ ĵ³Ñƒ ´° ·°ż¸Ñˆµĵ tty pid ´°Ñ‚Ñ‚µşÑƒ %s: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñˆ¸Ñ€¸ĵ ´°Ñ‚Ñ‚µşÑƒ '%s': %s" +#~ msgstr "½µ ĵ³Ñƒ ´° т²Ñ€¸ĵ tty pid ´°Ñ‚Ñ‚µşÑƒ %s: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° %s: %s" - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° у𰷽¸ ½¸· ·½°ş²°" +#~ msgstr "½µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ tty pid ´°Ñ‚Ñ‚µşÑƒ %s: %s" #, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "½µÑƒÑżµğ ¸·²Ñ€Ñˆ°²°Ñšµ %s\n" +#~ msgstr "execl ½¸Ñ˜µ усżµ ´° ¸·²Ñ€Ñˆ¸ init: %s" #, fuzzy #~ msgid "unable to get storage for vm tty name" #~ msgstr "½µÑƒÑżµğ ´ħ¸Ñ˜°Ñšµ трµ½ÑƒÑ‚½³ ²Ñ€µĵµ½°" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +#~ msgstr "½µÑƒÑżµğ° posix_openpt р°´Ñš°: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +#~ msgstr "½µÑƒÑżµğ° ptsname_r р°´Ñš°: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ½¸· ·½°ş²° VM ½°·¸²°" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +#~ msgstr "½µÑƒÑżµğ° epoll_ctl(fd2) р°´Ñš°: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "½¸Ñ°ĵ усżµ ´° żÑ€µÑƒ·ĵµĵ tty °Ñ‚Ñ€¸ħутµ: %s\n" +#~ msgstr "½µ ĵ³Ñƒ р°·´²Ñ˜¸ĵ żÑ€Ñ†µÑ tty żÑ€ÑğµÑ’¸²°Ñš°: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +#~ msgstr "½µÑƒÑżµğ сğ°Ñšµ SIGTERM с¸³½°ğ°: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +#~ msgstr "сğ°Ñšµ SIGKILL с¸³½°ğ° ş° tty ½¸Ñ˜µ усżµğ: %s" #, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" #~ msgstr "½µÑƒÑżµğ чµş°Ñšµ ½° şĵ°½´Ñƒ: %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "½µÑƒÑżµğ° р°´Ñš°: %s" +#~ msgstr "½µÑƒÑżµğ сğ°Ñšµ SIGKILL с¸³½°ğ°: %s" #~ msgid "Error already an active OPENVZ VM having id '%s'" -#~ msgstr "“Ñ€µÑˆş° °şÑ‚¸²½¸ OPENVZ VM ²µÑ› ¸ĵ° id '%s'" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "½µ´ÑÑ‚°Ñ˜µ т¸ż с¸ÑÑ‚µĵ° ´°Ñ‚Ñ‚µş°" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "½µ´ÑÑ‚°Ñ˜µ сħ¸½° т¸ż° ´ĵµ½°" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "½µ´ÑÑ‚°Ñ˜µ сħ¸½° т¸ż° ´ĵµ½°" +#~ msgstr "“Ñ€µÑˆş° °şÑ‚¸²½¸ OPENVZ VM ²µÑ› ¸ĵ° id „%s“" #~ msgid "invalid domain type attribute" -#~ msgstr "½µ¸ÑżÑ€°²°½° сħ¸½° т¸ż° ´ĵµ½°" +#~ msgstr "½µ¸ÑżÑ€°²½° сħ¸½° ²Ñ€ÑÑ‚µ ´ĵµ½°" #~ msgid "invalid domain name" #~ msgstr "½µ¸ÑżÑ€°²°½ ½°·¸² ´ĵµ½°" @@ -7248,122 +7789,95 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "VPS ID Error (must be an integer greater than 100" #~ msgstr "VPS ID “Ñ€µÑˆş° (ĵр° ħ¸Ñ‚¸ цµ ħрј ²µÑ›¸ ´ 100" -#, fuzzy -#~ msgid "malformed filesystem tag" -#~ msgstr "½µżÑ€°²¸ğ°½ т¸ż с¸ÑÑ‚µĵ° ´°Ñ‚Ñ‚µş°" +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "¸Ñ˜µ´½° IP °´Ñ€µÑ° ½¸Ñ˜µ ´°Ñ‚° у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° „%s“" + +#~ msgid "ipaddress length too long" +#~ msgstr "´Ñƒĥ¸½° ip °´Ñ€µÑµ јµ żÑ€µ²µğ¸ş°" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "µÑƒÑżµÑˆ½ żÑ€°²Ñ™µÑšµ ĵµĵр¸Ñ˜µ ·° „ovz_ip“ струşÑ‚уру" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "" +#~ "¸Ñ˜µ´½° °´Ñ€µÑ° ĵрµĥ½µ ĵ°Ñşµ ½¸Ñ˜µ ·°´°Ñ‚° у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° „%s“" + +#~ msgid "netmask length too long" +#~ msgstr "´Ñƒĥ¸½° ĵрµĥ½µ ĵ°Ñşµ јµ żÑ€µ²µğ¸ş°" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "¸Ñ˜µ´°½ ½°·¸² ´ĵ°Ñ›¸½° ½¸Ñ˜µ ´°Ñ‚ у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° „%s“" + +#~ msgid "hostname length too long" +#~ msgstr "´Ñƒĥ¸½° ½°·¸²° ´ĵ°Ñ›¸½° јµ żÑ€µ²µğ¸ş°" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "" +#~ "¸Ñ˜µ´½° °´Ñ€µÑ° ĵрµĥ½³ żÑ€ğ°·° ½¸Ñ˜µ ·°´°Ñ‚° у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° „%s“" + +#~ msgid "gateway length too long" +#~ msgstr "´Ñƒĥ¸½° ĵрµĥ½³ żÑ€ğ°·° јµ żÑ€µ²µğ¸ş°" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "" +#~ "¸Ñ˜µ´½° °´Ñ€µÑ° сµÑ€²µÑ€° ¸ĵµ½° ½¸Ñ˜µ ·°´°Ñ‚° у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° „%s“" + +#~ msgid "nameserver length too long" +#~ msgstr "´Ñƒĥ¸½° сµÑ€²µÑ€° ¸ĵµ½° јµ żÑ€µ²µğ¸ş°" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "µÑƒÑżµÑˆ½ żÑ€°²Ñ™µÑšµ ĵµĵр¸Ñ˜µ ·° „ovz_ns“ струşÑ‚уру" + +#~ msgid "profile length too long" +#~ msgstr "´Ñƒĥ¸½° żÑ€Ñ„¸ğ° јµ żÑ€µ²µğ¸ş°" #~ msgid "calloc failed" #~ msgstr "calloc ½¸Ñ˜µ усżµ" +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "“Ñ€µÑˆş° у р°ÑˆÑ‡ğ°Ñš¸²°ÑšÑƒ OPENVZ-°" + #~ msgid "Error creating OPENVZ VM" #~ msgstr "“Ñ€µÑˆş° у şÑ€µ¸Ñ€°ÑšÑƒ OPENVZ VM" #~ msgid "failed to exec %s\n" #~ msgstr "½µÑƒÑżµğ ¸·²Ñ€Ñˆ°²°Ñšµ %s\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "½µÑƒÑżµğ żÑÑ‚°²Ñ™°Ñšµ ´ğ°³°Ñš° żÑ€µğ°Ñş° ĵст° ´ %d" - -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "½µÑƒÑżµğ żÑÑ‚°²Ñ™°Ñšµ STP ĵст° ´ %s" - -#~ msgid "CDROM not attached, cannot change media" -#~ msgstr "CDROM ½¸Ñ˜µ żÑ€¸ş°Ñ‡µ½, ½µ ĵ³Ñƒ ´° żÑ€ĵµ½¸ĵ ĵµ´¸Ñ˜Ñƒĵ" - -#~ msgid "allocating priv->hostname" -#~ msgstr "·°Ñƒ·¸ĵ°ĵ priv->½°·¸² ´ĵ°Ñ›¸½°" - -#~ msgid "uri params" -#~ msgstr "uri ż°Ñ€°ĵµÑ‚Ñ€¸" - -#~ msgid "unsupported guest type" -#~ msgstr "²Ñ€ÑÑ‚° ³ÑÑ‚° ½¸Ñ˜µ ż´Ñ€ĥ°½°" - -#~ msgid "Failed to generate UUID" -#~ msgstr "µÑƒÑżµÑˆ½ żÑ€°²Ñ™µÑšµ UUID" - -#~ msgid "No IP address in the given xml config file '%s'" -#~ msgstr "¸Ñ˜µ´½° IP °´Ñ€µÑ° ½¸Ñ˜µ ´°Ñ‚° у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° '%s'" - -#~ msgid "ipaddress length too long" -#~ msgstr "´Ñƒĥ¸½° ip °´Ñ€µÑµ јµ żÑ€µ²µğ¸ş°" - -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "µÑƒÑżµÑˆ½ šÑ€µ¸Ñ€°Ñšµ œµĵр¸Ñ˜µ ·° 'ovz_ip' струşÑ‚уру" - -#~ msgid "No Netmask address in the given xml config file '%s'" -#~ msgstr "¸Ñ˜µ´½° Netmask °´Ñ€µÑ° ½¸Ñ˜µ ´°Ñ‚° у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° '%s'" - -#~ msgid "netmask length too long" -#~ msgstr "´Ñƒĥ¸½° netmask-° јµ żÑ€µ²µğ¸ş°" - -#~ msgid "No hostname in the given xml config file '%s'" -#~ msgstr "¸Ñ˜µ´°½ ½°·¸² ´ĵ°Ñ›¸½° ½¸Ñ˜µ ´°Ñ‚ у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° '%s'" - -#~ msgid "hostname length too long" -#~ msgstr "´Ñƒĥ¸½° ½°·¸²° ´ĵ°Ñ›¸½° јµ żÑ€µ²µğ¸ş°" - -#~ msgid "No Gateway address in the given xml config file '%s'" -#~ msgstr "¸Ñ˜µ´½° Gateway °´Ñ€µÑ° ½¸Ñ˜µ ´°Ñ‚° у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° '%s'" - -#~ msgid "gateway length too long" -#~ msgstr "´Ñƒĥ¸½° gateway-° јµ żÑ€µ²µğ¸ş°" - -#~ msgid "No Nameserver address inthe given xml config file '%s'" -#~ msgstr "¸Ñ˜µ´½° Nameserver °´Ñ€µÑ° ½¸Ñ˜µ ´°Ñ‚° у xml ´°Ñ‚Ñ‚µÑ†¸ ż´µÑˆ°²°Ñš° '%s'" - -#~ msgid "nameserver length too long" -#~ msgstr "´Ñƒĥ¸½° nameserver-° јµ żÑ€µ²µğ¸ş°" - -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "µÑƒÑżµÑˆ½ šÑ€µ¸Ñ€°Ñšµ œµĵр¸Ñ˜µ ·° 'ovz_ns' струşÑ‚уру" - -#~ msgid "profile length too long" -#~ msgstr "´Ñƒĥ¸½° żÑ€Ñ„¸ğ° żÑ€µ²µğ¸ş°" - -#~ msgid "no domain with matching name" -#~ msgstr "½µĵ° ´ĵµ½° şÑ˜¸ сµ żşğ°ż°Ñ˜Ñƒ с° ¸ĵµ½ĵ" - -#~ msgid "Error in parsing Options to OPENVZ" -#~ msgstr "“Ñ€µÑˆş° у р°ÑˆÑ‡ğ°Ñš°²°ÑšÑƒ OPENVZ-°" - #~ msgid "Invalid cdrom device name: %s" #~ msgstr "µ¸ÑżÑ€°²°½ ½°·¸² cdrom урµÑ’°Ñ˜°: %s" +#~ msgid "Invalid bus type: %s" +#~ msgstr "µ¸ÑżÑ€°²½° ²Ñ€ÑÑ‚° ĵ°³¸ÑÑ‚Ñ€°ğµ: %s" + #~ msgid "Network name '%s' too long" -#~ msgstr "°·¸² ĵрµĥµ '%s' јµ żÑ€µ²µğ¸ş" +#~ msgstr "°·¸² ĵрµĥµ „%s“ јµ żÑ€µ´Ñƒ³" #~ msgid "TAP interface name '%s' is too long" -#~ msgstr "°·¸² TAP şÑ€ÑƒĥµÑš° '%s' јµ żÑ€µ²µğ¸ş¸" +#~ msgstr "°·¸² TAP сżÑ€µ³µ „%s“ јµ żÑ€µ´Ñƒ³" #~ msgid "TAP script path '%s' is too long" -#~ msgstr "ŸÑƒÑ‚°Ñš° TAP сşÑ€¸żÑ‚µ '%s' јµ żÑ€µ²µğ¸ş°" +#~ msgstr "ŸÑƒÑ‚°Ñš° TAP сşÑ€¸żÑ‚µ „%s“ јµ żÑ€µ´Ñƒ³°" #~ msgid "TAP bridge path '%s' is too long" -#~ msgstr "ŸÑƒÑ‚°Ñš° TAP ĵст° '%s' јµ żÑ€µ²µğ¸ş°" +#~ msgstr "ŸÑƒÑ‚°Ñš° TAP ĵст° „%s“ јµ żÑ€µ´Ñƒ³°" #~ msgid "IP address '%s' is too long" -#~ msgstr "IP °´Ñ€µÑ° '%s' јµ żÑ€µ²µğ¸ş°" +#~ msgstr "IP °´Ñ€µÑ° „%s“ јµ żÑ€µ´Ñƒ³°" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "½°·¸² ´°Ñ‚³ урµÑ’°Ñ˜° '%s' јµ żÑ€µ²µğ¸ş¸" +#~ msgstr "°·¸² ĵ´µğ° „%s“ јµ żÑ€µ´Ñƒ³" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "żÑ€µ²¸Ñˆµ урµÑ’°Ñ˜° ·° żşÑ€µÑ‚°Ñšµ" +#~ msgstr "żÑ€µ²¸Ñˆµ ·½°ş²½¸Ñ… урµÑ’°Ñ˜°" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "½µ´ÑÑ‚°Ñ˜µ ¸·²Ñ€ ·° ĵ½Ñ‚¸Ñ€°Ñšµ" +#~ msgstr "½µ´ÑÑ‚°Ñ˜µ ·²ÑƒÑ‡½¸ ĵ´µğ" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "½µ¸ÑżÑ€°²°½ żş°·¸²°Ñ‡ ´ĵµ½° у %s" +#~ msgstr "½µ¸ÑżÑ€°²°½ ·²ÑƒÑ‡½¸ ĵ´µğ „%s“" #~ msgid "domain name length too long" -#~ msgstr "´Ñƒĥ¸½° ¸ĵµ½° ´ĵµ½° јµ żÑ€µħµğ¸ş°" +#~ msgstr "´Ñƒĥ¸½° ¸ĵµ½° ´ĵµ½° јµ żÑ€µ²µğ¸ş°" #~ msgid "malformed memory information" #~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜µ ĵµĵр¸Ñ˜¸ су ğшµ ħğ¸ş²°½µ" @@ -7371,27 +7885,29 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "malformed vcpu information" #~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜µ vcpu су ğшµ ħğ¸ş²°½µ" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜µ vcpu су ğшµ ħğ¸ş²°½µ" +#~ msgstr "¸½Ñ„Ñ€ĵ°Ñ†¸Ñ˜µ vcpu ĵ°Ñş¸ су ğшµ ħğ¸ş²°½µ" #~ msgid "architecture type too long" -#~ msgstr "²Ñ€ÑÑ‚° °Ñ€Ñ…¸Ñ‚µşÑ‚урµ јµ żÑ€µ²µğ¸ş°" +#~ msgstr "²Ñ€ÑÑ‚° °Ñ€Ñ…¸Ñ‚µşÑ‚урµ јµ żÑ€µ´Ñƒ³°" #~ msgid "machine type too long" -#~ msgstr "²Ñ€ÑÑ‚° ĵ°Ñˆ¸½µ јµ żÑ€µ²µğ¸ş°" +#~ msgstr "²Ñ€ÑÑ‚° ĵ°Ñˆ¸½µ јµ żÑ€µ´Ñƒ³°" #~ msgid "kernel path too long" -#~ msgstr "żÑƒÑ‚°Ñš° јµ·³Ñ€° јµ żÑ€µ²µğ¸ş°" +#~ msgstr "żÑƒÑ‚°Ñš° јµ·³Ñ€° јµ żÑ€µ´Ñƒ³°" #~ msgid "initrd path too long" -#~ msgstr "żÑƒÑ‚°Ñš° initrd-° јµ żÑ€µ²µğ¸ş°" +#~ msgstr "żÑƒÑ‚°Ñš° initrd-° јµ żÑ€µ´Ñƒ³°" #~ msgid "cmdline arguments too long" -#~ msgstr "cmdline °Ñ€³Ñƒĵµ½Ñ‚¸ żÑ€µ²µğ¸ş¸" +#~ msgstr "cmdline °Ñ€³Ñƒĵµ½Ñ‚¸ су żÑ€µ´Ñƒ³¸" + +#~ msgid "unsupported guest type" +#~ msgstr "²Ñ€ÑÑ‚° ³ÑÑ‚° ½¸Ñ˜µ ż´Ñ€ĥ°½°" #~ msgid "emulator path too long" -#~ msgstr "żÑƒÑ‚°Ñš° µĵуğ°Ñ‚Ñ€° јµ żÑ€µ²µğ¸ş°" +#~ msgstr "żÑƒÑ‚°Ñš° µĵуğ°Ñ‚Ñ€° јµ żÑ€µ´Ñƒ³°" #~ msgid "Unsupported graphics type %s" #~ msgstr "¸Ñ˜µ ż´Ñ€ĥ°½° ²Ñ€ÑÑ‚° ³Ñ€°Ñ„¸şµ %s" @@ -7405,9 +7921,8 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "failed to allocate space for input string" #~ msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° у𰷽¸ ½¸· ·½°ş²°" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "½µÑƒÑżµğ ´´µÑ™¸²°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ostype" +#~ msgstr "½µÑƒÑżµğ ´´µÑ™¸²°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ·²ÑƒÑ‡½¸ урµÑ’°Ñ˜" #~ msgid "failed to allocate space for vm string" #~ msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° vm ½¸· ·½°ş²°" @@ -7422,40 +7937,37 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° xmlXPathContext ½¸· ·½°ş²°" #~ msgid "network name length too long" -#~ msgstr "½°·¸² ĵрµĥµ јµ żÑ€µ²µğ¸ş" +#~ msgstr "´Ñƒĥ¸½° ½°·¸²° ĵрµĥµ јµ żÑ€µ²µğ¸ş°" #~ msgid "forward device name '%s' is too long" -#~ msgstr "½°·¸² ´°Ñ‚³ урµÑ’°Ñ˜° '%s' јµ żÑ€µ²µğ¸ş¸" +#~ msgstr "½°·¸² урµÑ’°Ñ˜° ·° żÑ€ÑğµÑ’¸²°Ñšµ „%s“ јµ żÑ€µ´Ñƒ³" #~ msgid "failed to allocate space for network string" #~ msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ½¸· ·½°ş²° ĵрµĥµ" #~ msgid "Error parsing QEMU guest config '%s' : %s" -#~ msgstr "“Ñ€°Ñˆş° у р°ÑˆÑ‡ğ°Ñš¸²°ÑšÑƒ QEMU ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜µ ³ÑÑ‚° '%s' : %s" +#~ msgstr "“Ñ€µÑˆş° у р°ÑˆÑ‡ğ°Ñš¸²°ÑšÑƒ QEMU ż´µÑˆ°²°Ñš° ³ÑÑ‚° „%s“ : %s" #~ msgid "BUG: unknown error - please report it\n" #~ msgstr "“ •¨š: ½µż·½°Ñ‚° ³Ñ€µÑˆş° - ĵğ¸ĵ ²°Ñ żÑ€¸Ñ˜°²¸Ñ‚µ јµ\n" #~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" #~ msgstr "" -#~ "½°·¸² ´°Ñ‚Ñ‚µşµ QEMU ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜µ ³ÑÑ‚° '%s' сµ ½µ żşğ°ż° с° ½°·¸²ĵ " -#~ "³ÑÑ‚° '%s'" +#~ "½°·¸² ´°Ñ‚Ñ‚µşµ QEMU ż´µÑˆ°²°Ñš° ³ÑÑ‚° „%s“ сµ ½µ żşğ°ż° с° ½°·¸²ĵ ³ÑÑ‚° " +#~ "„%s“" #~ msgid "Failed to load QEMU guest config '%s': out of memory" #~ msgstr "" -#~ "µÑƒÑżµğ уч¸Ñ‚°²°Ñšµ QEMU ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜µ ³ÑÑ‚° '%s': ½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ" - -#~ msgid "Error parsing network config '%s' : %s" -#~ msgstr "“Ñ€µÑˆş° у р°ÑˆÑ‡ğ°Ñš¸²°ÑšÑƒ ş½Ñ„¸³ÑƒÑ€°Ñ†¸Ñ˜µ ĵрµĥµ '%s' : %s" +#~ "µÑƒÑżµğ уч¸Ñ‚°²°Ñšµ QEMU ż´µÑˆ°²°Ñš° ³ÑÑ‚° „%s“: ½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ" #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "µÑƒÑżµğ уч¸Ñ‚°²°Ñšµ ż´µÑˆ°²°Ñš° ĵрµĥµ '%s': ½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ" +#~ msgstr "µÑƒÑżµğ уч¸Ñ‚°²°Ñšµ ż´µÑˆ°²°Ñš° ĵрµĥµ „%s“: ½µĵ° ´²Ñ™½ ĵµĵр¸Ñ˜µ" #~ msgid "Config filename '%s/%s' is too long" -#~ msgstr "˜ĵµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° '%s/%s' јµ żÑ€µ´Ñƒ³" +#~ msgstr "˜ĵµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš° „%s/%s“ јµ żÑ€µ´Ñƒ³" #~ msgid "Autostart link path '%s/%s' is too long" -#~ msgstr "Ħт°·° ·° ğ¸½ş °ÑƒÑ‚ĵ°Ñ‚сş³ żşÑ€µÑ‚°Ñš° '%s/%s' јµ żÑ€µ´Ñƒ³°" +#~ msgstr "ŸÑƒÑ‚°Ñš° ·° ğ¸½ş °ÑƒÑ‚ĵ°Ñ‚сş³ żşÑ€µÑ‚°Ñš° „%s/%s“ јµ żÑ€µ´Ñƒ³°" #, fuzzy #~ msgid "allocating cpu mask" @@ -7467,8 +7979,38 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "Resulting path to long for buffer in qemudInitPaths()" #~ msgstr " °·Ñ€µÑˆ°²°ĵ żÑ€µ´Ñƒ³Ñƒ żÑƒÑ‚°ÑšÑƒ ·° ħ°Ñ„µÑ€ у qemudInitPaths()" -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "½µÑƒÑżµğ ħр¸Ñ°Ñšµ ²µ·µ °ÑƒÑ‚ĵ°Ñ‚сş³ żşÑ€µÑ‚°Ñš° '%s': %s" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "½µÑƒÑżµğ żÑÑ‚°²Ñ™°Ñšµ ´ğ°³°Ñš° żÑ€µğ°Ñş° ĵст° ´ %d" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "½µÑƒÑżµğ żÑÑ‚°²Ñ™°Ñšµ STP ĵст° ´ %s" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM ½¸Ñ˜µ żÑ€¸ş°Ñ‡µ½, ½µ ĵ³Ñƒ ´° żÑ€ĵµ½¸ĵ ĵµ´¸Ñ˜Ñƒĵ" + +#~ msgid "uri params" +#~ msgstr "ур¸ ż°Ñ€°ĵµÑ‚Ñ€¸" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ·°Ñ‡µÑ™° сşğ°´¸ÑˆÑ‚° %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "½µż·½°Ñ‚° ²Ñ€ÑÑ‚° ·°Ñ‡µÑ™° сşğ°´¸ÑˆÑ‚° %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "фрĵ°Ñ‚ рµ·µÑ€²°Ñ€° ½¸Ñ˜µ ż´Ñ€ĥ°½ %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "%s фрĵ°Ñ‚ ´¸Ñş° ½¸Ñ˜µ ż´Ñ€ĥ°½" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Ħşğ°´¸ÑˆÑ‚° ´¸Ñş²° ½¸ÑÑƒ јш ż´Ñ€ĥ°½°" + +#~ msgid "volume name" +#~ msgstr "¸ĵµ ´¸Ñş°" + +#~ msgid "volume key" +#~ msgstr "şÑ™ÑƒÑ‡ ´¸Ñş°" #~ msgid "malformed xml document" #~ msgstr "ğш xml ´şÑƒĵµ½Ñ‚" @@ -7476,9 +8018,6 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "domain" #~ msgstr "´ĵµ½" -#~ msgid "domain name" -#~ msgstr "¸ĵµ ´ĵµ½°" - #~ msgid "domain uuid" #~ msgstr "uuid ´ĵµ½°" @@ -7521,9 +8060,33 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "too many domains" #~ msgstr "żÑ€µ²¸Ñˆµ ´ĵµ½°" +#~ msgid "cannot save domain" +#~ msgstr "½µ ĵ³Ñƒ ´° с°Ñ‡Ñƒ²°ĵ ´ĵµ½" + +#~ msgid "cannot write header" +#~ msgstr "½µ ĵ³Ñƒ ´° уż¸Ñˆµĵ ·°³ğ°²Ñ™µ" + +#~ msgid "cannot write metadata length" +#~ msgstr "½µ ĵ³Ñƒ ´° уż¸Ñˆµĵ ´Ñƒĥ¸½Ñƒ ĵµÑ‚° ż´°Ñ‚ş°" + +#~ msgid "cannot write metadata" +#~ msgstr "½µ ĵ³Ñƒ ´° уż¸Ñˆµĵ ĵµÑ‚° ż´°Ñ‚°ş" + +#~ msgid "cannot save domain data" +#~ msgstr "½µ ĵ³Ñƒ ´° с°Ñ‡Ñƒ²°ĵ ż´°Ñ‚şµ ´ĵµ½°" + +#~ msgid "cannot save domain core" +#~ msgstr "½µ ĵ³Ñƒ ´° с°Ñ‡Ñƒ²°ĵ јµ·³Ñ€ ´ĵµ½°" + #~ msgid "too many networks" #~ msgstr "żÑ€µ²¸Ñˆµ ĵрµĥ°" +#~ msgid "blocked" +#~ msgstr "ħğş¸Ñ€°½" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "½µÑƒÑżµğ р°ÑˆÑ‡ğ°Ñš¸²°Ñšµ ½¸Ñşµ soundhw." + #~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" #~ msgstr "xenDaemonDomainDumpXMLByID ½¸Ñ˜µ усżµ ´° żÑ€½°Ñ’µ ²°Ñ˜ ´ĵµ½" @@ -7548,42 +8111,14 @@ msgstr "½µÑƒÑżµğ ż²µ·¸²°Ñšµ с° Xen сşğ°´¸ÑˆÑ‚µĵ" #~ msgid "unable to write config file" #~ msgstr "½µÑƒÑżµğ уż¸Ñ¸²°Ñšµ ´°Ñ‚Ñ‚µşµ ż´µÑˆ°²°Ñš°" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ żÑ€ÑÑ‚Ñ€° ·° ´µÑ™µÑšµ ĵрµĥµ" +#~ msgstr "½µÑƒÑżµğ ·°Ñƒ·¸ĵ°Ñšµ ·²ÑƒÑ‡½µ ½¸Ñşµ" + +#~ msgid "no model for sound device" +#~ msgstr "½µĵ° ĵ´µğ° ·° ·²ÑƒÑ‡½¸ урµÑ’°Ñ˜" #~ msgid "too many boot devices" #~ msgstr "żÑ€µ²¸Ñˆµ урµÑ’°Ñ˜° ·° żşÑ€µÑ‚°Ñšµ" #~ msgid "invalid input device" #~ msgstr "½µ¸ÑżÑ€°²°½ урµÑ’°Ñ˜ ·° у½Ñ" - -#~ msgid "Failed parsing iscsiadm commands" -#~ msgstr "µÑƒÑżµğ р°ÑˆÑ‡ğ°Ñš¸²°Ñšµ iscsiadm şĵ°½´µ" - -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ sysfs żÑƒÑ‚°Ñšµ ´ %d:%d:%d:%d: %s" - -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "µÑƒÑżµğ żÑ€½°ğ°ĥµÑšµ SCSI урµÑ’°Ñ˜° ·° %d:%d:%d:%d: %s" - -#~ msgid "out of memory allocating return array" -#~ msgstr "ż²Ñ€°Ñ‚½¸ ½¸· ½° ´´µğу żÑ€¸ ½µÑÑ‚°½şÑƒ ĵµĵр¸Ñ˜µ" - -#~ msgid "cannot allocate address" -#~ msgstr "½µ ĵ³Ñƒ ´° ´´µğ¸ĵ °´Ñ€µÑµ" - -#, fuzzy -#~ msgid "Cannot set group ownership when not running as root" -#~ msgstr "œÑ€°Ñ‚µ ħ¸Ñ‚¸ root ´° ħ¸ żÑÑ‚°²¸ğ¸ ³Ñ€ÑƒżÑƒ" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "³Ñ€µÑˆş° тşĵ ч¸Ñ‚°Ñš°: %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "½µ ĵ³Ñƒ ´° ´´µğ¸ĵ żÑ€ÑÑ‚Ñ€ ·° ĵµÑ‚° ż´°Ñ‚şµ" - -#~ msgid "Allowing PID %d running as root" -#~ msgstr "”·²Ñ™°²°ĵ ´° сµ PID %d ¸·²Ñ€Ñˆ°²° ş° root" diff --git a/po/sr@latin.po b/po/sr@latin.po index 0a19ac2f34..10ba3b2e22 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -1,322 +1,321 @@ -# translation of libvirt.HEAD.sr.po to serbian # Serbian(Latin) translations for libvirt # Copyright (C) 2006 Red Hat, Inc. # This file is distributed under the same license as the libvirt package. -# # MiloĊĦ Komarčević , 2006. # Marko Mijatovic , 2008. +# msgid "" msgstr "" -"Project-Id-Version: libvirt.HEAD.sr\n" +"Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2008-04-06 16:35+0200\n" -"Last-Translator: Marko Mijatovic \n" -"Language-Team: serbian \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-21 22:22+0100\n" +"Last-Translator: MiloĊĦ Komarčević \n" +"Language-Team: Serbian (sr) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "Porodica adresa za ime domaćina nije podrĊana" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "Privremeni neuspeh prilikom razreĊĦavanja imena" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "LoĊĦa vrednost za ai_flags" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "Neuspeh prilikom razreĊĦavanja imena koji se ne moĊe popraviti" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 msgid "ai_family not supported" msgstr "ai_family nije podrĊana" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 msgid "Memory allocation failure" msgstr "Dodela memorije nije uspela" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "Imenu domaćina nije pridruĊena nijedna adresa" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "Nepoznato ime ili usluga" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "Servname nije podrĊan za ai_socktype" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "ai_socktype nije podrĊan" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 msgid "System error" msgstr "GreĊĦka u sistemskom pozivu" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "Bafer argumenata je suviĊĦe male veličine" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "Obrada zahteva u toku" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "Zahtev otkazan" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "Zahtev nije otkazan" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "Svi zahtevi su obrađeni" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "Prekinut signalom" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "String parametra nije pravilno obrađen" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" msgstr "Nepoznata greĊĦka" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "Ne mogu da pristupim %s '%s': %s (%d)" +msgstr "Ne mogu da pristupim %s „%s“: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "gnutls_certificate_set_x509_key_file: %s" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "gnutls_dh_params_init: %s" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "gnutls_dh_params_generate2: %s" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "Neuspelo čitanje iz cevi signala: %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" msgstr "Ponovo učitavam podeĊĦavanja SIGHUP" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 msgid "Error while reloading drivers" msgstr "GreĊĦka tokom učitavanja upravljačkih programa" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "GaĊĦenje signala %d" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "neočekivan čvor vrednosti" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "Nisam uspeo da postavim close-on-exec zastavicu opisnika datoteka" +msgstr "Neuspelo postavljanje close-on-exec zastavice opisnika datoteka" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "Nisam uspeo da postavim non-blocking zastavicu opisnika datoteka" +msgstr "Neuspelo postavljanje neblokirajuće zastavice opisnika datoteka" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "Nisam uspeo da otvorim pid datoteku '%s': %s" +msgstr "Neuspelo otvaranje pid datoteke „%s“: %s" -#: qemud/qemud.c:446 -#, c-format +#: qemud/qemud.c:471 +#, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "Nisam uspeo da otvorim pid datoteku '%s': %s" +msgstr "Neuspeo fdopen pid datoteke „%s“: %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "Nisam uspeo da piĊĦem u pid datoteku '%s': %s" +msgstr "Neuspelo pisanje u pid datoteku „%s“: %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "Nisam uspeo da zatvorim pid datoteku '%s': %s" +msgstr "Neuspelo zatvaranje pid datoteke „%s“: %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "Nisam uspeo da zauzmem memoriju za struct qemud_socket" +msgstr "Neuspelo zauzimanje memorije za struct qemud_socket" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, c-format msgid "Failed to create socket: %s" -msgstr "Nisam uspeo da napravim soket: %s" +msgstr "Neuspelo pravljenje priključka: %s" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "Nisam uspeo da poveĊem soket sa '%s': %s" +msgstr "Neuspelo povezivanje priključka sa „%s“: %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "Ne mogu da osluĊĦkujem zahteve za konekcijama na '%s': %s" +msgstr "Ne mogu da osluĊĦkujem zahteve za povezivanjem na „%s“: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 +#, fuzzy msgid "Failed to add server event callback" -msgstr "Nisam uspeo da dodam callback događaja na serveru" +msgstr "Neuspelo dodavanje callback događaja na serveru" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "soket: %s" +msgstr "priključak: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "veza: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "osluĊĦkuje: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "Nisam uspeo da pronađem zapis korisnika za uid '%d': %s" +msgstr "Neuspelo pronalaĊenje zapisa korisnika za uid „%d“: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "Rezultujuća staza preduga za bafer u qemudInitPaths()" +msgstr "Rezultujuća putanja je preduga za bafer u qemudInitPaths()" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "Nisam uspeo da dodelim struct qemud_server" +msgstr "Neuspelo zauzimanje struct qemud_server" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "Nisam uspeo da inicijalizujem SASL autentifikaciju %s" +msgstr "Neuspela inicijalizacija SASL autentifikacije %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, 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:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "remoteCheckDN: failed: client DN is %s" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate: nije uspela potvrda: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "remoteCheckCertificate: sertifikat klijenta nije od poverenja." +msgstr "remoteCheckCertificate: uverenje klijenta nije od poverenja." -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "remoteCheckCertificate: nije poznat izdavač sertifikata klijenta." +msgstr "remoteCheckCertificate: nije poznat izdavač uverenja klijenta." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "remoteCheckCertificate: sertifikat klijenta je opozvan." +msgstr "remoteCheckCertificate: uverenje klijenta je opozvano." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -"remoteCheckCertificate: sertifikat klijenta koristi nebezbedan algoritam." +"remoteCheckCertificate: uverenje klijenta koristi nebezbedan algoritam." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "remoteCheckCertificate: sertifikat nije X.509" +msgstr "remoteCheckCertificate: uverenje nije X.509" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate: nema ravnopravnih uređaja" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "remoteCheckCertificate: gnutls_x509_crt_init nije uspeo" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "remoteCheckCertificate: sertifikat klijenta je istekao" +msgstr "remoteCheckCertificate: uverenje klijenta je isteklo" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "remoteCheckCertificate: sertifikat klijenta joĊĦ uvek nije aktiviran" +msgstr "remoteCheckCertificate: uverenje klijenta joĊĦ uvek nije aktivirano" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -324,449 +323,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" "remoteCheckCertificate: klijentovo ime razlikovanja nije na listi " -"dozvoljenih klijenata (tls_allowed_dn_list). Upotrebite 'openssl x509 -in " -"clientcert.pem-text' da vidite ime razlikovanja u klijentskom sertifikatu " -"ili izvrĊĦite ovaj demon sa opcijom --verbose" +"dozvoljenih klijenata (tls_allowed_dn_list). Upotrebite „openssl x509 -in " +"clientcert.pem-text“ da vidite ime razlikovanja u uverenju klijenta ili " +"izvrĊĦite ovaj demon sa opcijom --verbose." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "remoteCheckCertificate: nisam uspeo da potvrdim klijentov sertifikat" +msgstr "remoteCheckCertificate: nije uspela potvrda uverenja klijenta" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" "remoteCheckCertificate: tls_no_verify_certificate je podeĊĦen tako da se " -"ignoriĊĦe loĊĦ sertifikat" +"ignoriĊĦe loĊĦe uverenje" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, c-format msgid "Failed to verify client credentials: %s" -msgstr "Nisam uspeo da potvrdim identitet korisnika %s" +msgstr "Neuspela potvrda identiteta korisnika %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, c-format msgid "Failed to accept connection: %s" -msgstr "Nisam uspeo da prihvatim konekciju: %s" +msgstr "Neuspelo prihvatanje veze: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "Isključi polkit ovlaĊĦćivanje za povlaĊĦćenog klijenta %d" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, c-format msgid "TLS handshake failed: %s" msgstr "TLS rukovanje nije uspelo: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "čitanje: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "pisanje: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, 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:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, c-format msgid "failed to allocate memory for %s config list" -msgstr "Nisam uspeo da zauzmem memoriju za %s listu podeĊĦavanja" +msgstr "Neuspelo zauzimanje memorije za %s listu podeĊĦavanja" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, c-format msgid "failed to allocate memory for %s config list value" -msgstr "Nisam uspeo da zauzmem memoriju za %s vrednost liste podeĊĦavanja" +msgstr "Neuspelo zauzimanje memorije za %s vrednost liste podeĊĦavanja" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, 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:1807 +#: qemud/qemud.c:1892 #, 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:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "remoteReadConfigFile: %s\n" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "remoteReadConfigFile: %s: %s: autorizacija nije podrĊana %s\n" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "Morate biti root da bi postavili grupu" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, c-format msgid "Failed to lookup group '%s'" -msgstr "Nisam uspeo da potraĊim grupu '%s'" +msgstr "Neuspela potraga grupe „%s“" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, c-format msgid "Failed to parse mode '%s'" -msgstr "Nisam uspeo da parsiram'%s'" +msgstr "Neuspelo raĊĦčlanjivanje reĊima „%s“" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, c-format msgid "Failed to fork as daemon: %s" -msgstr "Nisam uspeo da izvrĊĦim račvanje kao sistemska usluga: %s" +msgstr "Neuspelo račvanje kao sistemska usluga: %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, c-format msgid "Failed to create pipe: %s" -msgstr "Nisam uspeo da napravim cev: %s" +msgstr "Neuspelo pravljenje cevi: %s" -#: qemud/qemud.c:2213 -#, fuzzy, c-format +#: qemud/qemud.c:2298 +#, c-format msgid "Failed to change group ownership of %s" -msgstr "Neuspeo izbačaj srĊi domena %s u %s" +msgstr "Neuspela izmena grupnog vlasniĊĦtva nad %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 +#, fuzzy msgid "Failed to register callback for signal pipe" -msgstr "Nisam uspeo da registrujem callback za cev signala" +msgstr "Neuspelo registrovanje callback za cev signala" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "xdr_remote_message_header" -#: qemud/remote.c:110 +#: qemud/remote.c:117 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "neusaglaĊĦenost programa (dobijeno %x, očekivano %x)" -#: qemud/remote.c:117 +#: qemud/remote.c:124 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "neusaglaĊĦenost verzije (dobijeno %x, očekivano %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "smer (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "status (%d) != REMOTE_OK" -#: qemud/remote.c:145 +#: qemud/remote.c:152 msgid "authentication required" msgstr "autentifikacija neophodna" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, c-format msgid "unknown procedure: %d" msgstr "nepoznata procedura: %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 msgid "parse args failed" msgstr "neuspelo raĊĦčlanjavanje argumenata" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "interna greĊĦka - funkcija dispatch je vratila neispravan kod %d" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "laĊna duĊina" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "serializuj zaglavlje odgovora" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "serializuj strukturu odgovora" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "serializuj greĊĦku odgovora" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "serializuj duĊinu odgovora" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "veza je već otvorena" -#: qemud/remote.c:450 +#: qemud/remote.c:468 msgid "connection not open" msgstr "veza nije otvorena" -#: qemud/remote.c:497 +#: qemud/remote.c:515 msgid "out of memory in strdup" msgstr "nestalo je memorije u strdup" -#: qemud/remote.c:608 -#, fuzzy +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "domen nije pronađen" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "nparams preveliki" -#: qemud/remote.c:742 +#: qemud/remote.c:777 msgid "unknown type" msgstr "nepoznata vrsta" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "veličina > maksimalne veličine bafera" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "MreĊa nije pronađena" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, c-format msgid "Cannot resolve address %d: %s" msgstr "Ne mogu da razreĊĦim adrese %d: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "klijent je predao neispravan SASL init zahtev" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, c-format msgid "failed to get sock address %d (%s)" -msgstr "neuspelo pribavljanje adrese soketa %d (%s)" +msgstr "neuspelo pribavljanje adrese priključka %d (%s)" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, c-format msgid "failed to get peer address %d (%s)" msgstr "neuspelo pribavljanje adrese ravnopravnog uređaja %d (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "Nije uspelo podeĊĦavanje sasl konteksta %d (%s)" +msgstr "neuspelo podeĊĦavanje sasl konteksta %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "ne mogu da TLS preuzmem veličinu ĊĦifre" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "Ne mogu da podesim SASL spoljni SSF %d (%s)" +msgstr "ne mogu da podesim SASL spoljni SSF %d (%s)" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "Ne mogu da podesim SASL bezbedonosni props %d (%s)" +msgstr "ne mogu da podesim SASL bezbedonosni props %d (%s)" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "Ne mogu da prikaĊem SASL mehanizme %d (%s)" +msgstr "ne mogu da prikaĊem SASL mehanizme %d (%s)" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "Ne mogu da dodelim mechlist" +msgstr "ne mogu da dodelim mechlist" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "ne mogu da izvrĊĦim upit SASL ssf na konekciji %d (%s)" +msgstr "ne mogu da izvrĊĦim upit SASL ssf na vezi %d (%s)" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "pregovarani SSF %d nije bio dovoljno jak" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "ne mogu da izvrĊĦim upit SASL korisničkog imena na konekciji %d (%s)" +msgstr "ne mogu da izvrĊĦim upit SASL korisničkog imena na vezi %d (%s)" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "nije pronađeno korisničko ime klijenta" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 msgid "out of memory copying username" msgstr "potroĊĦena memorija tokom kopiranja korisničkog imena" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "SASL %s klijent nije dozvoljen u whitelist" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "klijen je pokuĊĦao sa nevaĊećim SASL startnim upitom" +msgstr "klijent je pokuĊĦao sa nevaĊećim SASL startnim upitom" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "nisam uspeo da pokrenem sasl %d (%s)" +msgstr "nije uspelo sasl pokretanje %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "podaci odgovora sasl pokretanja predugi %d " -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "nije uspeo sasl korak %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "Podaci odgovora sasl koraka predugi %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "klijent je pokuĊĦao sa nevaĊećim SASL init zahtevom" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "klijent je pokuĊĦao sa nevaĊećim SASL start zahtevom" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "klijent je pokuĊĦao sa nevaĊećim SASL step zahtevom" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "klijent je pokuĊĦao sa nevaĊećim PolicyKit init zahtevom" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "ne mogu da utvrdim identitet peer soketa" +msgstr "ne mogu da utvrdim identitet priključka parnjaka" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "Proveravam da li se PID %d izvrĊĦava kao %d" -#: qemud/remote.c:2803 -#, c-format +#: qemud/remote.c:2901 +#, fuzzy, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "Nisam uspeo da potraĊim policy kit caller: %s" +msgstr "Neuspela potraga policy kit caller: %s" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, c-format msgid "Failed to create polkit action %s\n" -msgstr "Nisam uspeo da napravim polkit action %s\n" +msgstr "Neuspelo pravljenje polkit akcije %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, c-format msgid "Failed to create polkit context %s\n" -msgstr "Nisam uspeo da napravim polkit context %s\n" +msgstr "Neuspelo pravljenje polkit konteksta %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" -msgstr "Policy kit nije uspeo da proveri autorizaciju %d %s" +msgstr "Policy kit nije uspeo da proveri ovlaĊĦćenje %d %s" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, 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:2865 +#: qemud/remote.c:2963 #, 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:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "klijent je pokuĊĦao sa nevaĊećim PolicyKit init zahtevom" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" msgstr "storage_pool nije pronađen" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" msgstr "storage_vol nije pronađen" +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "uređaj nije pronađen: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "neispravan uuid element" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (reč duĊine)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (reč duĊine)" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -804,8 +834,8 @@ msgstr "očekujem razdelnik" msgid "expecting an assignment" msgstr "očekujem dodelu" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "zauzmi bafer" @@ -820,922 +850,979 @@ msgstr "neuspelo čuvanje sadrĊaja" #: src/console.c:75 #, c-format msgid "unable to open tty %s: %s\n" -msgstr "nisam uspeo da otvorim tty %s: %s\n" +msgstr "ne mogu da otvorim tty %s: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "nisam uspeo da preuzmem tty atribute: %s\n" +msgstr "ne mogu da preuzmem tty atribute: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "nisam uspeo da postavim tty atribute: %s\n" +msgstr "ne mogu da postavim tty atribute: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "greĊĦka prilikom čekanja na I/O: %s\n" +msgstr "neuspeh prilikom čekanja na U/I: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "nisam uspeo da pročitam unos: %s\n" +msgstr "neuspelo čitanje unos: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "nisam uspeo da ispiĊĦem izlaz: %s\n" +msgstr "neuspelo ispisivanje izlaza: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "zauzimam vezu" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "zauzimam domen" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "neuspelo dodavanje domena u heĊĦ tabelu veza" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "domen nedostaje u heĊĦ tabeli veza" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "zauzimam mreĊu" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "neuspelo dodavanje mreĊe u haĊĦ tabelu veza" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "mreĊa nedostaje u haĊĦ tabeli veza" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "zauzimam rezervoar skladiĊĦtenja" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "neuspelo dodavanje rezervoara skladiĊĦtenja u haĊĦ tabelu veza" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "skladiĊĦte nedostaje u heĊĦ tabeli veza" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "zauzimam skladiĊĦte" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "neuspelo dodavanje skladiĊĦta u heĊĦ tabelu veza" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "disk nedostaje u heĊĦ tabeli veza" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "zauzimam skladiĊĦte" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "umnoĊavam sadrĊaj čvora" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "neuspelo dodavanje skladiĊĦta u heĊĦ tabelu veza" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "disk nedostaje u heĊĦ tabeli veza" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "nepoznata vrsta autorizacije %s" +msgstr "nepoznata vrsta „%s“" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "nepoznat uređaj za pokretanje '%s'" +msgstr "nepoznat „%s“ uređaj za pokretanje" -#: src/domain_conf.c:588 +#: src/domain_conf.c:602 #, c-format msgid "Invalid floppy device name: %s" msgstr "Neispravan naziv disketnog uređaja: %s" -#: src/domain_conf.c:602 +#: src/domain_conf.c:617 #, c-format msgid "Invalid harddisk device name: %s" msgstr "Neispravan naziv čvrstog diska: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "Neispravna „%s“ vrsta magistrale za disketnu jedinicu" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "Neispravan tip uređaja: %s" +msgstr "Neispravna „%s“ vrsta magistrale za disketnu jedinicu" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" -"Nijedna 'network' osobina nije određena preko „network“ osobina nije određena preko " -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " msgstr "" -"Nijedna 'dev' osobina nije određena preko " +"Nijedna „dev“ osobina nije određena preko " + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "Nijedna „port“ osobina nije određena uz spregu priključka" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "Nijedna 'port' osobina nije određena preko sučelja soketa" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "Nije moguće raĊĦčlaniti 'port' osobinu sa sučeljem soketa" +msgstr "Nije moguće raĊĦčlaniti „port“ osobinu uz spregu priključka" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "Nijedna 'address' osobina nije određena preko sučelja soketa" +msgstr "Nijedna „address“ osobina nije određena uz spregu priključka" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "Naziv modela sadrĊi neispravne znake" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "nedostaju izvorni podaci za uređaj" +msgstr "Nedostaje osobina izvorne putanje za znakovni uređaj" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "nedostaju izvorni podaci za uređaj" +msgstr "Nedostaje osobina izvornog domaćina za znakovni uređaj" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "nedostaju izvorni podaci za uređaj" +msgstr "Nedostaje osobina izvornog servisa za znakovni uređaj" -#: src/domain_conf.c:1247 +#: src/domain_conf.c:1242 msgid "missing input device type" msgstr "nedostaje vrsta uređaja za unos" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "nepoznat uređaj za pokretanje '%s'" +msgstr "nepoznat „%s“ uređaj za pokretanje" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, 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:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" msgstr "magistrala za unos %s nije podrĊana" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "ps2 magistrala ne podrĊava %s uređaj za unos" +msgstr "xen magistrala ne podrĊava %s uređaj za unos" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" msgstr "nedostaje vrsta uređaja za unos" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" msgstr "nepoznata vrsta uređaja" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" msgstr "ne mogu da uklonim podeĊĦavanje za %s" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "nepoznata vrsta diska za skladiĊĦtenje %d" +msgstr "nepoznata vrsta zvučnog modela" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" msgstr "ne mogu da pročitam direktorijum %s: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" msgstr "ne mogu da otvorim uređaj %s" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" msgstr "ne mogu da pročitam %s: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" msgstr "ne mogu da otvorim uređaj %s" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "nedostaje \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" msgstr "nedostaje domaćin izvora" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "nepoznat uređaj za pokretanje '%s'" +msgstr "nepoznat „%s“ uređaj za pokretanje" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "nepoznat uređaj za pokretanje '%s'" +msgstr "nepoznat „%s“ uređaj za pokretanje" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" msgstr "nedostaje domaćin izvora" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "nepoznat domaćin %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" msgstr "nepoznata vrsta autentifikacije %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" msgstr "nedostaje root element" -#: src/domain_conf.c:1672 +#: src/domain_conf.c:1668 msgid "unknown device type" msgstr "nepoznata vrsta uređaja" -#: src/domain_conf.c:1698 +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" msgstr "neuspelo zauzimanje prostora za xmlXPathContext" -#: src/domain_conf.c:1706 +#: src/domain_conf.c:1711 msgid "missing domain type attribute" msgstr "nedostaje osobina tipa domena" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" msgstr "neispravan tip domena" -#: src/domain_conf.c:1729 src/network_conf.c:317 +#: src/domain_conf.c:1734 src/network_conf.c:317 #, c-format msgid "Failed to generate UUID: %s" msgstr "Neuspelo generisanje UUID: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" msgstr "loĊĦe oblikovan uuid element" -#: src/domain_conf.c:1745 +#: src/domain_conf.c:1750 msgid "missing memory element" msgstr "nedostaje element memorije" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "neočekivani podaci „%s“" -#: src/domain_conf.c:1815 +#: src/domain_conf.c:1820 msgid "no OS type" msgstr "nema vrste OS-a" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" msgstr "arhitektura nije podrĊana" -#: src/domain_conf.c:1891 +#: src/domain_conf.c:1899 #, fuzzy msgid "cannot extract boot device" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:1899 +#: src/domain_conf.c:1907 #, fuzzy msgid "missing boot device" msgstr "nedostaje uređaj izvora" -#: src/domain_conf.c:1904 +#: src/domain_conf.c:1912 #, c-format msgid "unknown boot device '%s'" -msgstr "nepoznat uređaj za pokretanje '%s'" +msgstr "nepoznat „%s“ uređaj za pokretanje" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "Nije podrĊana vrsta grafike %s" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" msgstr "veza: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" msgstr "neuspelo pauziranje domena" -#: src/domain_conf.c:2293 src/network_conf.c:524 +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" msgstr "neispravan root element" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "cpuset sintaksna greĊĦka topologije" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "neočekivan dict čvor" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:2974 +#: src/domain_conf.c:2976 #, c-format msgid "unexpected domain type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" msgstr "neočekivana vrsta domena %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "neočekivan čvor vrednosti" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" msgstr "neuspelo upisivanje direktorijuma podeĊĦavanja %s: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 #, c-format msgid "cannot create config file %s: %s" msgstr "neuspelo upisivanje datoteke podeĊĦavanja %s: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 #, c-format msgid "cannot write config file %s: %s" msgstr "neuspelo upisivanje datoteke podeĊĦavanja %s: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" msgstr "neuspelo čuvanje datoteke podeĊĦavanja %s: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 +#: src/domain_conf.c:3308 src/network_conf.c:767 #, c-format msgid "Failed to open dir '%s': %s" -msgstr "Neuspelo otvaranje direktorijuma '%s': %s" +msgstr "Neuspelo otvaranje direktorijuma „%s“: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" msgstr "ne mogu da uklonim podeĊĦavanje za %s" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "nepoznata vrsta uređaja" +msgstr "nepoznata vrsta virtualizacije" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "zauzimam vezu" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "zauzimam domen" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "neuspelo dodavanje domena u heĊĦ tabelu veza" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "domen nedostaje u heĊĦ tabeli veza" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "zauzimam mreĊu" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "neuspelo dodavanje mreĊe u haĊĦ tabelu veza" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "mreĊa nedostaje u haĊĦ tabeli veza" - -#: src/hash.c:1102 src/hash.c:1107 -msgid "allocating storage pool" -msgstr "zauzimam rezervoar skladiĊĦtenja" - -#: src/hash.c:1117 -msgid "failed to add storage pool to connection hash table" -msgstr "nisam uspeo da dodam rezervoar skladiĊĦtenja u haĊĦ tabelu veza" - -#: src/hash.c:1156 -msgid "pool missing from connection hash table" -msgstr "skladiĊĦte nedostaje u heĊĦ tabeli veza" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -msgid "allocating storage vol" -msgstr "dodeljujem skladiĊĦte" - -#: src/hash.c:1253 -msgid "failed to add storage vol to connection hash table" -msgstr "neuspelo dodavanje skladiĊĦta u haĊĦ tabelu veza" - -#: src/hash.c:1293 -msgid "vol missing from connection hash table" -msgstr "disk nedostaje u heĊĦ tabeli veza" - -#: src/iptables.c:104 +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "Nisam uspeo da pokrenem" +msgstr "Neuspelo pokretanje '" -#: src/iptables.c:152 +#: src/iptables.c:150 msgid "Failed to read " -msgstr "Nisam uspeo da pročitam" +msgstr "Neuspelo čitanje " -#: src/iptables.c:180 +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "Nisam uspeo da upiĊĦem u " +msgstr "Neuspelo pisanje u " -#: src/iptables.c:245 +#: src/iptables.c:243 #, c-format msgid "Failed to create directory %s : %s" -msgstr "Nisam uspeo da napravim direktorijum %s : %s" +msgstr "Neuspelo pravljenje direktorijuma %s : %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "Nisam uspeo da sačuvam iptables pravila u %s : %s" +msgstr "Neuspelo čuvanje iptables pravila u %s : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -"Nisam uspeo da uklonim iptables pravilo '%s' iz lanca '%s' u tabeli '%s':%s" +"Neuspelo uklanjanje iptables pravila „%s“ iz lanca „%s“ u tabeli „%s“: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -"Nisam uspeo da dodam iptables pravilo '%s' u lanac '%s' u tabeli '%s':%s" +"Neuspelo dodavanje iptables pravila „%s“ u lanac „%s“ u tabeli „%s“: %s" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "ne mogu da raĊĦčlanim URI veze" -#: src/libvirt.c:772 -msgid "allocating conn->name" -msgstr "zauzimam vezu->naziv" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Nisam uspeo da prihvatim konekciju: %s" +msgstr "Neuspelo prihvatanje veze: %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" msgstr "domainMigratePrepare nije postavio uri" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare nije postavio uri" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "putanja je NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "oznake moraju biti nule" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "bafer je NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "parametar oznaka mora biti VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "bafer je NULL ali veličina nije nula" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "GreĊĦka tokom učitavanja upravljačkih programa" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela setsid radnja: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "calloc nije uspeo" +msgstr "neuspela ioctl(TIOCSTTY) radnja: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela dup2(stdin) radnja: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela dup2(stdout) radnja: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela dup2(stderr) radnja: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "neuspelo zauzimanje prostora za niz znakova VM naziva" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Neuspelo pravljenje ne aktiviranog domena %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Nisam uspeo da poveĊem soket sa '%s': %s" +msgstr "Neuspelo povezivanje priključka sa „%s“: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "neuspelo pravljenje '%s'" +msgstr "neuspelo pravljenje „%s“" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Nisam uspeo da poveĊem soket sa '%s': %s" +msgstr "Neuspelo povezivanje priključka sa „%s“: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "neuspelo čekanje na komandu: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "neuspelo čekanje na komandu: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Nisam uspeo da poveĊem soket sa '%s': %s" +msgstr "neuspelo pravljenje datoteke dnevnika %s: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "neuspelo čekanje na komandu: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Nisam uspeo da napravim skladiĊĦte %s" +msgstr "Neuspelo pravljenje skladiĊĦta %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "Neuspelo otvaranje direktorijuma '%s': %s" +msgstr "Neuspelo otvaranje direktorijuma „%s“: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "neuspelo čekanje na komandu: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() je prosledio neispravnu vm definiciju" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela open(%s) radnja: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "calloc nije uspeo" +msgstr "neuspela clone() radnja: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Neuspelo pravljenje diska iz %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Neuspelo pravljenje priključka: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "Nisam uspeo da napravim soket: %s" +msgstr "Neuspelo pravljenje priključka: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Nisam uspeo da poveĊem soket sa '%s': %s" +msgstr "Neuspelo povezivanje priključka sa „%s“: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Nisam uspeo da poveĊem soket sa '%s': %s" +msgstr "Neuspelo povezivanje priključka sa „%s“: %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" -msgstr "neuspela radnja: %s" +msgstr "čitanje fd %d nije uspelo: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Nisam uspeo da otvorim pid datoteku '%s': %s" +msgstr "upis u fd %d nije uspeo: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela epoll_create(2) radnja: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela epoll_ctl(fd1) radnja: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela epoll_ctl(fd1) radnja: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "greĊĦka %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela epoll_wait() radnja: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "Neuspelo dobavljanje statistike sprege %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Neuspelo uniĊĦtavanje diska %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela unlockpt radnja: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "neuspelo zauzimanje čvora" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "Nije moguće pisati argv u datoteku dnevnika %d: %s" +msgstr "Neuspelo pisanje u pid datoteku „%s“: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "Nije moguće pisati argv u datoteku dnevnika %d: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "Nije moguće zatvoriti datoteku dnevnika %d: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Neuspelo pronalaĊenje upravljačkog programa skladiĊĦta: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "neuspelo zauzimanje prostora za niz znakova VM naziva" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" msgstr "ne postoji domen koji se podudara sa uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" msgstr "neuspelo brisanje aktivnog domena" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "neuspelo brisanje aktivnog domena" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "neuspelo čekanje na komandu: %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "skripta upotrebljena za premoĊĦćavanje mreĊne sprege" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" -msgstr "Nisam uspeo da poveĊem uređaj iz %s" +msgstr "Neuspelo privezivanje uređaj iz %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "neuspelo zauzimanje čvora" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Nisam uspeo da poveĊem soket sa '%s': %s" +msgstr "Neuspelo povezivanje priključka sa „%s“: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "neuspelo zauzimanje prostora za argv niz znakova" +msgstr "neuspelo zauzimanje prostora za znakovni uređaj" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Nisam uspeo da napravim soket: %s" +msgstr "Neuspelo pravljenje priključka: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "neispravan pokazivač domena u" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "Nisam uspeo da zatvorim pid datoteku '%s': %s" +msgstr "ne mogu da zatvorim tty pid datoteku %s: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "ne mogu da utvrdim datoteku '%s': %s" +msgstr "ne mogu da utvrdim datoteku „%s“: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, c-format msgid "cannot create log directory %s: %s" msgstr "ne mogu da napravim direktorijum dnevnika %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "Neuspelo otvaranje direktorijuma '%s': %s" +msgstr "Neuspelo otvaranje direktorijuma „%s“: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "Nisam uspeo da otvorim pid datoteku '%s': %s" +msgstr "Neuspelo otvaranje pid datoteke „%s“: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "nema domena koji se poklapa sa id %d" +msgid "no domain named %s" +msgstr "ime domena" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "nema domena sa id %d" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "imena" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "nepoznata procedura: %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Neuspelo nastavljanje domena %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "neispravna putanja: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "NevaĊeći parametar za virXPathNode()" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1754,7 +1841,7 @@ msgstr "Ne mogu da razreĊĦim adrese %d: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "ne mogu da pročitam zaglavlje '%s': %s" +msgstr "ne mogu da pročitam zaglavlje „%s“: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1765,8 +1852,8 @@ msgstr "Prosleđujem zahtev, ali nije obezbeđena IPv4 adresa/mreĊna maska" msgid "unknown forwarding type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "ne mogu da napravim direktorijum automatskog pokretanja %s: %s" @@ -1775,309 +1862,512 @@ msgstr "ne mogu da napravim direktorijum automatskog pokretanja %s: %s" #, 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'" +"Naziv datoteke mreĊnog podeĊĦavanja „%s“ se ne poklapa sa nazivom mreĊe „%s“" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, c-format msgid "no config file for %s" msgstr "ne postoji datoteka podeĊĦavanja za %s" -#: src/openvz_conf.c:190 +#: src/network_driver.c:102 #, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "Neuspelo automatsko pokretanje mreĊe „%s“: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "Neuspelo pronalaĊenje zapisa korisnika za uid „%d“: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "nema dovoljno memorije u asprintf" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: nema dovoljno memorije" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "Ponovo učitavam iptables pravila" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "neuspelo zauzimanje prostora za dnsmasq argv" + +#: src/network_driver.c:396 +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:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" +"neuspelo dodavanje pravila ip tabela za dozvolu prolaska iz „%s“ : %s\n" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" +"neuspelo dodavanje pravila ip tabela za dozvolu prolaska do „%s“ : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "neuspelo dodavanje pravila ip tabela za omogućavanje maskiranja: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"neuspelo dodavanje pravila ip tabela za dozvolu rutiranja od „%s“ : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"neuspelo dodavanje pravila ip tabela za dozvolu rutiranja do „%s“ : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "neuspelo zauzimanje prostora za podrĊĦku IP tabelama" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"neuspelo dodavanje pravila ip tabela za dozvolu DHCP zahteva od „%s“ : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"neuspelo dodavanje pravila ip tabela za dozvolu DNS zahteva od „%s“ : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"neuspelo dodavanje pravila ip tabela za zabranu izlaznog saobraćaja od „%" +"s“ : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"neuspelo dodavanje pravila ip tabela za zabranu ulaznog saobraćaja do „%s“ : " +"%s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"neuspelo dodavanje pravila ip tabela za dozvolu saobraćaja preko ukrĊĦtenog " +"mosta na „%s“ : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "mreĊa je već aktivna" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "nije moguće pokrenuti podrĊĦku mosta: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "ne mogu da napravim most „%s“ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "ne mogu da postavim IP adresu na mostu „%s“ do „%s“ : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "ne mogu da postavim mreĊnu masku na mostu „%s“ do „%s“ : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "neuspelo podizanje mosta „%s“ : %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "neuspelo omogućavanje IP prosleđivanja : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Neuspelo spuĊĦtanje mosta „%s“ : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Neuspelo brisanje mosta „%s“ : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "Isključujem mreĊu „%s“" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "Primljen neočekivan pid za dnsmasq" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "nema mreĊe koja se podudara sa uuid" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "nema mreĊe koja se podudara sa nazivom" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "mreĊa je već aktivna" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "nema mreĊe koja se podudara sa id-om" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "neuspelo zauzimanje prostora za niz znakova mreĊnog mosta" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Neuspelo pravljenje simboličke veze „%s“ ka „%s“: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Neuspelo brisanje simboličke veze „%s“: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "ne postoji skladiĊĦte sa datim imenom" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Ne mogu da izvučem verziju tekućeg %s hipervizora\n" + +#: src/openvz_conf.c:193 +#, c-format msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "ne mogu da raĊĦčlanim URI veze" +msgstr "" -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "ne mogu da raĊĦčlanim URI veze" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "razreĊĦavam mreĊno ime datoteke" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "neispravna MAC adresa" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC adresa" -#: src/openvz_conf.c:327 +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" msgstr "popen nije uspeo" -#: src/openvz_conf.c:337 +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "NuspeĊĦno raĊĦčlanjavanje vzlist izlaza" +msgstr "NeuspeĊĦno raĊĦčlanjavanje vzlist izlaza" -#: src/openvz_conf.c:363 +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" msgstr "UUID je loĊĦe oblikovan u datoteci podeĊĦavanja" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "ne mogu da raĊĦčlanim URI veze" +msgstr "ne mogu da uklonim podeĊĦavanje za %s" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" msgstr "domen se ne izvrĊĦava" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 #, fuzzy msgid "only one filesystem supported" msgstr "nepravilan tip sistema datoteka" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "ne mogu da se poveĊem sa %s" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" msgstr "neuspelo brisanje aktivnog domena" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" msgstr "domen nije u radnom stanju" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "ne mogu da se poveĊem sa %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "Već je aktivan OPENVZ VM sa id-om'%s'" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "ne mogu da raĊĦčlanim URI veze" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "ne mogu da se poveĊem sa %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "ne mogu da uklonim podeĊĦavanje za %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "Već je aktivan OPENVZ VM sa id-om „%s“" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "ne mogu da raĊĦčlanim URI veze" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "promeni broj virtuelnih CPU-a" -#: src/openvz_driver.c:517 +#: src/openvz_driver.c:647 #, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "Već je definisan OPENVZ VM sa id-om '%d'" +msgstr "Već je definisan OPENVZ VM sa id-om „%d“" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" msgstr "nema domena koji se poklapaju sa id-om" -#: src/openvz_driver.c:595 +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" msgstr "domen nije u stanju gaĊĦenja" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "ne mogu da raĊĦčlanim URI veze" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "nepoznata vrsta autorizacije %s" +msgstr "nepoznata vrsta „%s“" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "ne mogu da raĊĦčlanim URI veze" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "Neuspelo zatvaranje priključka %d\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "Neuspelo čitanje priključka %d\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "Neuspelo pisanje na priključak %d\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "GreĊĦka u komunikaciji sa proksijem: primljeno %d bajtova od %d\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "GreĊĦka u komunikaciji sa proksijem: očekivano %d bajtova a primljeno %d\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "GreĊĦka u komunikaciji sa proksijem: primljen paket od %d bajtova\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "GreĊĦka u komunikaciji sa proksijem: pogreĊĦno oblikovan paket\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "primljen asinhroni broj paketa %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "neuspelo zauzimanje čvora" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" msgstr "neuspelo zauzimanje vncTLSx509certdir" -#: src/qemu_conf.c:487 +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "neuspelo zauzimanje čvora" + +#: src/qemu_conf.c:477 #, 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:496 +#: src/qemu_conf.c:486 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "Neočekivani status izlaska '%d', qemu verovatno nije uspeo" +msgstr "Neočekivani status izlaska „%d“, qemu verovatno nije uspeo" -#: src/qemu_conf.c:519 src/qemu_driver.c:926 +#: src/qemu_conf.c:509 src/qemu_driver.c:871 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Ne mogu da pronađem QEMU binary %s: %s" -#: src/qemu_conf.c:550 +#: src/qemu_conf.c:541 #, c-format msgid "Network '%s' not found" -msgstr "MreĊa '%s' nije pronađena" +msgstr "MreĊa „%s“ nije pronađena" -#: src/qemu_conf.c:555 -#, c-format -msgid "Network '%s' not active" +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" msgstr "MreĊa %s nije aktivna" -#: src/qemu_conf.c:564 +#: src/qemu_conf.c:559 #, c-format msgid "Network type %d is not supported" msgstr "Vrsta mreĊe %d nije podrĊana" -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, c-format -msgid "cannot initialize bridge support: %s" -msgstr "nije moguće pokrenuti podrĊĦku mosta: %s" - -#: src/qemu_conf.c:590 +#: src/qemu_conf.c:585 #, fuzzy, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "NeuspeĊĦno dodavanje tap okruĊenja '%s' na most '%s' : %s" +msgstr "NeuspeĊĦno dodavanje tap sprege „%s“ na most „%s“ : %s" -#: src/qemu_conf.c:594 +#: src/qemu_conf.c:589 #, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "NeuspeĊĦno dodavanje tap okruĊenja '%s' na most '%s' : %s" +msgstr "NeuspeĊĦno dodavanje tap sprege „%s“ na most „%s“ : %s" -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:612 msgid "failed to allocate space for tapfds string" msgstr "neuspelo dodeljivanje prostora za tapfds niz znakova" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "Nije podrĊana vrsta grafike %s" +msgstr "nije podrĊana vrsta diska „%s“" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "Nije podrĊana vrsta grafike %s" +msgstr "nije podrĊana vrsta diska „%s“" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "neispravan naziv domena" +msgstr "neispravan zvučni model" -#: src/qemu_conf.c:1234 +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" msgstr "neuspelo zauzimanje prostora za argv niz znakova" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "Nisam uspeo da postavim close-on-exec zastavicu opisnika datoteka" +msgstr "Neuspelo postavljanje close-on-exec zastavice opisnika datoteka" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Nisam uspeo da postavim non-blocking zastavicu opisnika datoteka" +msgstr "Neuspelo postavljanje neblokirajuće zastavice opisnika datoteka" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "Neuspelo automatsko pokretanje mreĊe '%s': %s" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "Neuspelo automatsko pokretanje VM-a '%s': %s" +msgstr "Neuspelo automatsko pokretanje VM-a „%s“: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "Nisam uspeo da pronađem zapis korisnika za uid '%d': %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "nema dovoljno memorije u asprintf" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: nema dovoljno memorije" -#: src/qemu_driver.c:296 -#, fuzzy -msgid "Reloading iptables rules\n" -msgstr "Ponovo učitavam iptables pravila" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2086,1314 +2376,1279 @@ msgstr "" "QEMU je izaĊĦao tokom %s pokretanja\n" "%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "Neuspeh tokom čitanja %s izlaza pokretanja: %s" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "Vreme je isteklo tokom čitanja %s izlaza pokretanja" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "Neuspeh tokom čitanja %s izlaza pokretanja" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "Nestalo je prostora tokom čitanja %s izlaza pokretanja" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, c-format msgid "Unable to open monitor path %s" msgstr "Nije moguće otvoriti putanju nadgledanja %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 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:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "Nije moguće postaviti nadgledanje u neblokirajući reĊim" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, 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:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "dodeli dict" +msgstr "dodeli cpumap" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 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:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "neuspelo dobavljanje domena „%s“" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" msgstr "neuspeo nastavak operacije" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" msgstr "VM je već aktivan" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "Nije moguće pronaći VNC priključak koji se ne koristi" +msgstr "Nije moguće pronaći VNC port koji nije u upotrebi" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "putanja konfiguracione datoteke je preduga: %s/%s.log" +msgstr "putanja datoteke podeĊĦavanja je preduga: %s/%s.log" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, c-format msgid "failed to create logfile %s: %s" msgstr "neuspelo pravljenje datoteke dnevnika %s: %s" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "" -"Nije moguće postaviti datoteku dnevnika VM zastavicce za zatvori-pri-" +"Nije moguće postaviti datoteku dnevnika VM zastavice za zatvori-pri-" "izvrĊĦavanju %s" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Ne mogu da pronađem QEMU binary %s: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "Nije moguće pisati argv u datoteku dnevnika %d: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Nije moguće pisati argv u datoteku dnevnika %d: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "Gasim VM '%s'" +msgstr "SpuĊĦtam VM „%s“" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Nije moguće zatvoriti datoteku dnevnika %d: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "Dobio sam neočekivani pid, dovraga" +msgstr "Primljen je neočekivani pid, dovraga" -#: src/qemu_driver.c:1220 -msgid "failed to allocate space for dnsmasq argv" -msgstr "neuspelo zauzimanje prostora za dnsmasq argv" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "ne mogu da pokrenem sistemsku uslugu bez IP adrese za server" - -#: src/qemu_driver.c:1263 -#, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "" -"neuspelo dodavanje pravila ip tabela za dozvolu prolaska iz '%s' : %s\n" - -#: src/qemu_driver.c:1274 -#, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "" -"neuspelo dodavanje pravila ip tabela za dozvolu prolaska do '%s' : %s\n" - -#: src/qemu_driver.c:1284 -#, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "neuspelo dodavanje pravila ip tabela za omogućavanje maskiranja: %s\n" - -#: src/qemu_driver.c:1316 -#, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "" -"neuspelo dodavanje pravila ip tabela za dozvolu rutiranja od '%s' : %s\n" - -#: src/qemu_driver.c:1327 -#, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "" -"neuspelo dodavanje pravila ip tabela za dozvolu rutiranja do '%s' : %s\n" - -#: src/qemu_driver.c:1352 -msgid "failed to allocate space for IP tables support" -msgstr "neuspelo zauzimanje prostora za podrĊĦku IP tabelama" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "" -"neuspelo dodavanje pravila ip tabela za dozvolu DHCP zahteva od '%s' : %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "" -"neuspelo dodavanje pravila ip tabela za dozvolu DNS zahteva od '%s' : %s" - -#: src/qemu_driver.c:1392 -#, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "" -"neuspelo dodavanje pravila ip tabela za zabranu izlaznog saobraćaja od '%" -"s' : %s" - -#: src/qemu_driver.c:1399 -#, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "" -"neuspelo dodavanje pravila ip tabela za zabranu ulaznog saobraćaja do '%s' : " -"%s" - -#: src/qemu_driver.c:1407 -#, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "" -"neuspelo dodavanje pravila ip tabela za dozvolu saobraćaja preko ukrĊĦtenog " -"mosta na '%s' : %s" - -#: src/qemu_driver.c:1508 -msgid "network is already active" -msgstr "mreĊa je već aktivna" - -#: src/qemu_driver.c:1520 -#, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "ne mogu da napravim most '%s' : %s" - -#: src/qemu_driver.c:1535 -#, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "ne mogu da postavim IP adresu na mostu '%s' do '%s' : %s" - -#: src/qemu_driver.c:1543 -#, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "ne mogu da postavim mreĊnu masku na mostu '%s' do '%s' : %s" - -#: src/qemu_driver.c:1551 -#, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "neuspelo podizanje mosta '%s' : %s" - -#: src/qemu_driver.c:1562 -#, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "neuspelo omogućavanje IP prosleđivanja : %s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Neuspelo spuĊĦtanje mosta '%s' : %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Neuspelo brisanje mosta '%s' : %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "Isključujem mreĊu '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "Primljen neočekivan pid za dnsmasq" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "nisam uspeo da otvorim tty %s: %s\n" +msgstr "ne mogu da otvorim tty %s: %s\n" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" msgstr "neuspelo dodeljivanje prostora za podrĊĦku mogućnostima" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 -#, fuzzy +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "Servname nije podrĊan za ai_socktype" +msgstr "NUMA nije podrĊana za ovom domaćinu" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "slobodna NUMA memorija" +msgstr "Neuspelo određivanje slobodne NUMA memorije" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domen %s već postoji" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domen %s već postoji" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "nema domena koji se poklapa sa id %d" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" msgstr "domen se ne izvrĊĦava" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 msgid "suspend operation failed" msgstr "neuspela obustava domena" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "neuspeĊĦno gaĊĦenje operacije" +msgstr "neuspeĊĦna operacija spuĊĦtanja" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" msgstr "neuspelo dodeljivanje prostora za ostype" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "nema domena koji se podudara sa uuid '%s'" +msgstr "nema domena koji se podudara sa uuid „%s“" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "ne mogu da postavim maksimalnu memoriju manju od trenutne memorije" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" msgstr "ne mogu da postavim memoriju aktivnog domena" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "ne mogu da postavim memoriju veću od maksimalne memorije" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 msgid "failed to pause domain" msgstr "neuspelo pauziranje domena" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" msgstr "neuspelo dobavljanje xml-a domena" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, c-format msgid "failed to create '%s'" -msgstr "neuspelo pravljenje '%s'" +msgstr "neuspelo pravljenje „%s“" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 msgid "failed to write save header" msgstr "neuspelo upisivanje čuvanja zaglavlja" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 msgid "failed to write xml" msgstr "neuspelo upisivanje xml-a" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "nestalo memorije" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" msgstr "operacija prelaska nije uspela" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 #, fuzzy msgid "'migrate' not supported by this qemu" -msgstr "'info blockstats' nije podrĊan od strane ovog qemu-a" +msgstr "ovaj qemu ne podrĊava „info blockstats“" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "ne mogu da postavim memoriju aktivnog domena" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "ne mogu da odredim maksimalne vcpus za domen" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, 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:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ne mogu da prikačim uređaj na neaktivni domen" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu broj je izvan opsega %d > %d" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "ne mogu da postavim vlasnika datoteke „%s“: %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "ai_family nije podrĊana" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "ne mogu da preuzmem kontekst datoteke od %s: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu sklonost nije dostupna" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "ne mogu da pročitam definiciju XML domena" +msgstr "nepoznata vrsta virtualizacije u definiciji domena „%d“" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "ne mogu da pročitam sliku domena" +msgstr "ne mogu da pročitam otisak domena" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" msgstr "neuspelo čitanje qemu zaglavlja" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "magic slike nije ispravan" +msgstr "magija otiska nije ispravna" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" -msgstr "verzija slike nije podrĊana (%d > %d)" +msgstr "verzija otiska nije podrĊana (%d > %d)" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 msgid "failed to read XML" msgstr "neuspelo čitanje XML-a" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 msgid "failed to parse XML" msgstr "neuspelo raĊĦčlanjivanje XML-a" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, c-format msgid "domain is already active as '%s'" -msgstr "domen je već aktivan kao '%s'" +msgstr "domen je već aktivan kao „%s“" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 msgid "failed to assign new VM" msgstr "neuspelo dodeljivanje novog VM" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 msgid "failed to start VM" msgstr "neuspelo pokretanje VM" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 msgid "failed to resume domain" msgstr "neuspelo nastavljanje domena" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -msgid "failed to allocate space for VM name string" -msgstr "neuspelo zauzimanje prostora za niz znakova VM naziva" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "ne mogu da izdvojim izvorne uređaje" +msgstr "" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "Nije podrĊana vrsta grafike %s" +msgstr "nije podrĊana vrsta diska „%s“" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "ne mogu da promenim cdrom medijum" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 #, fuzzy msgid "changing cdrom media failed" msgstr "ne mogu da promenim cdrom medijum" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "disk skladiĊĦtenja već postoji" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "ne mogu da pročitam %s: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "domen %s već postoji" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "učitavam datoteku definicije domaćina" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "učitavam datoteku definicije domaćina" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" msgstr "ne mogu da prikačim uređaj na neaktivni domen" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 #, fuzzy msgid "this device type cannot be attached" msgstr "jedino uređaji CDROM diska mogu biti prikačeni" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domen nije pronađen" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "neuspelo nastavljanje domena" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Neuspelo otkačinjanje uređaja iz %s" + +#: src/qemu_driver.c:3002 +#, 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:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "ne mogu da postavim memoriju aktivnog domena" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "Neuspelo pravljenje simboličke veze '%s' ka '%s': %s" +msgstr "Neuspelo pravljenje simboličke veze „%s“ ka „%s“: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Neuspelo brisanje simboličke veze '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, c-format msgid "invalid path: %s" msgstr "neispravna putanja: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "'info blockstats' komanda nije uspela" +msgstr "„info blockstats“ komanda nije uspela" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "'info blockstats' nije podrĊan od strane ovog qemu-a" +msgstr "ovaj qemu ne podrĊava „info blockstats“" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, c-format msgid "device not found: %s (%s)" msgstr "uređaj nije pronađen: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "NULL ili prazna putanja" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "neispravna putanja, '%s' je nepoznato okruĊenje" +msgstr "neispravna putanja, „%s“ nije poznata sprega" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "neispravna putanja: %s" +msgstr "neispravna putanja" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU upravljački program podrĊava samo virtuelne memorijske adrese" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "'info blockstats' komanda nije uspela" +msgstr "neuspela lvs komanda" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "nema mreĊe koja se podudara sa uuid" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "nema mreĊe koja se podudara sa nazivom" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" -msgstr "mreĊa je već aktivna" +msgid "no domain XML passed" +msgstr "spisak domena za čvor" -#: src/qemu_driver.c:3937 -msgid "no network with matching id" -msgstr "nema mreĊe koja se podudara sa id-om" +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" -#: src/qemu_driver.c:3944 -msgid "failed to allocate space for network bridge string" -msgstr "neuspelo zauzimanje prostora za niz znakova mreĊnog mosta" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 -#, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Neuspelo pravljenje simboličke veze '%s' ka '%s': %s" +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "NeuspeĊĦno pravljenje UUID" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3555 +#, 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:3580 +#, fuzzy +msgid "failed to start listening VM" +msgstr "neuspelo pokretanje VM" + +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "neuspela radnja: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "nema domena koji se poklapaju sa imenom" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "pokuĊĦavao sam da koristim zatvoreno ili ne pokrenuto rukovanje" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 msgid "failed to find libvirtd binary" msgstr "neuspelo pronalaĊenje libvirtd binarne datoteke" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -"remote_open: prenos u URL-u nije prepoznat (trebao bi da bude tls|unix|ssh|" +"remote_open: prenos u URL-u nije prepoznat (trebalo bi da bude tls|unix|ssh|" "ext|tcp)" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "remote_open: za 'ext' prenos, potrebna je komanda" +msgstr "remote_open: za „ext“ prenos, potrebna je komanda" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "nisam uspeo da otvorim tty %s: %s\n" +msgstr "ne mogu da otvorim tty %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "nisam uspeo da otvorim tty %s: %s\n" +msgstr "ne mogu da otvorim tty %s: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "nisam uspeo da otvorim tty %s: %s\n" +msgstr "ne mogu da otvorim tty %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "Nisam uspeo da napravim soket: %s" +msgstr "Neuspelo pravljenje priključka: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "Nisam uspeo da napravim soket: %s" +msgstr "Neuspelo pravljenje priključka: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 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:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "neuspelo dobavljanje URI-a" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "zauzimam domen" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "neuspelo zauzimanje čvora" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "Nije moguće pratiti podatke VM konzole: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "neuspelo pokretanje SASL biblioteke: %d (%s)" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "nisam uspeo da postavim tty atribute: %s\n" +msgstr "ne mogu da postavim tty atribute: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "nisam uspeo da postavim tty atribute: %s\n" +msgstr "ne mogu da postavim tty atribute: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "Nisam uspeo da potvrdim identitet korisnika %s" +msgstr "Neuspela potvrda identiteta korisnika %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "nisam uspeo da otvorim tty %s: %s\n" +msgstr "ne mogu da otvorim tty %s: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "provera servera (sa naĊĦim sertifikatom ili IP adresom) nije uspela\n" +msgstr "provera servera (sa naĊĦim uverenjem ili IP adresom) nije uspela\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "Nisam uspeo da potvrdim identitet korisnika %s" +msgstr "Neuspela potvrda identiteta korisnika %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "ne mogu da napravim cev: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "Neispravna vrednost granice" +msgstr "Neispravan tip uređaja: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 #, fuzzy msgid "The certificate is not trusted." -msgstr "Sertifikat nije joĊĦ aktiviran" +msgstr "Uverenje nije joĊĦ aktivirano" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 #, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "remoteCheckCertificate: nije poznat izdavač sertifikata klijenta." +msgstr "remoteCheckCertificate: nije poznat izdavač uverenja klijenta." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 #, fuzzy msgid "The certificate has been revoked." -msgstr "Sertifikat je istekao" +msgstr "Uverenje je isteklo" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 #, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" -"remoteCheckCertificate: sertifikat klijenta koristi nebezbedan algoritam." +"remoteCheckCertificate: uverenje klijenta koristi nebezbedan algoritam." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "Vrsta sertifikata nije X.509" +msgstr "Vrsta uverenja nije X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "gnutls_certificate_get_peers nije uspelo" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "Nisam uspeo da inicijalizujem SASL autentifikaciju %s" +msgstr "Neuspela inicijalizacija SASL autentifikacije %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "nisam uspeo da otvorim tty %s: %s\n" +msgstr "ne mogu da otvorim tty %s: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "Sertifikat je istekao" +msgstr "Uverenje je isteklo" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "Sertifikat nije joĊĦ aktiviran" +msgstr "Uverenje nije joĊĦ aktivirano" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "Vlasnik sertifikata se ne podudara sa nazivom domaćina (%s)" +msgstr "Vlasnik uverenja se ne podudara sa nazivom domaćina (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "previĊĦe udaljenih mreĊa: %d > %d" +msgstr "previĊĦe NUMA ćelija: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, c-format msgid "too many remote domain IDs: %d > %d" msgstr "previĊĦe udaljenih ID-a domena: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, 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:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "vCPU brojač je preĊĦao svoj maksimum: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, 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:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "domaćin prijavljuje previĊĦe vCPU-a: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, 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:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, c-format msgid "too many remote domain names: %d > %d" msgstr "previĊĦe naziva udaljenih domena: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" "remoteDomainGetSchedulerParameters: vraćeni broj parametara premaĊĦuje granicu" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "emoteDomainGetSchedulerParameters: nepoznata vrsta parametra" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 msgid "out of memory allocating array" msgstr "niz na dodelu pri nestanku memorije" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 msgid "unknown parameter type" msgstr "nepoznata vrsta parametra" -#: src/remote_internal.c:2349 -#, c-format +#: src/remote_internal.c:2546 +#, fuzzy, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "zahtev za blokom je prevelik za udaljeni protokol, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "vraćeni bafer nije iste veličine kao zahtevani" -#: src/remote_internal.c:2394 -#, c-format +#: src/remote_internal.c:2591 +#, fuzzy, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "zahtev za memorijom je prevelik za udaljeni protokol, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, c-format msgid "too many remote networks: %d > %d" msgstr "previĊĦe udaljenih mreĊa: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" msgstr "zahtevano je previĊĦe rezervoara skladiĊĦta" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" msgstr "dobijeno je previĊĦe rezervoara skladiĊĦta" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" msgstr "zahtevano je previĊĦe diskova za smeĊĦtanje" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 msgid "too many storage volumes received" msgstr "dobijeno je previĊĦe diskova za smeĊĦtanje" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "zahtevano je previĊĦe diskova za smeĊĦtanje" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "dobijeno je previĊĦe diskova za smeĊĦtanje" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "zahtevano je previĊĦe diskova za smeĊĦtanje" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "dobijeno je previĊĦe diskova za smeĊĦtanje" + +#: src/remote_internal.c:4042 #, c-format msgid "unknown authentication type %s" msgstr "nepoznata vrsta autentifikacije %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "zahtevana vrsta autentifikacije %s je odbijena" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, c-format msgid "unsupported authentication type %d" msgstr "nepodrĊana vrsta autentifikacije %d" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "neuspelo pokretanje SASL biblioteke: %d (%s)" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Neuspelo pravljenje kontekst SASL klijenta: %d (%s)" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "neispravna veličina ĊĦifre za TLS sesiju" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, c-format msgid "cannot set external SSF %d (%s)" msgstr "ne mogu da postavim spoljaĊĦnji SSF %d (%s)" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, c-format msgid "cannot set security props %d (%s)" msgstr "ne mogu da postavim bezbednosni props %d (%s)" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, c-format msgid "SASL mechanism %s not supported by server" msgstr "SASL mehanizam %s nije podrĊan od strane servera" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Neuspelo pokretanje SASL pregovaranja: %d (%s)" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 msgid "Failed to make auth credentials" msgstr "Neuspelo kreiranje uverenja autorizacije" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "Podaci SASL pregovaranja su preveliki: %d bajtova" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, c-format msgid "Failed SASL step: %d (%s)" msgstr "Neuspeo SASL korak: %d (%s)" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" -msgstr "pregovaranje SSF %d nije dovoljno jako" +msgstr "pregovaranje SSF %d nije bilo dovoljno jako" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 msgid "Failed to collect auth credentials" msgstr "Neuspelo sakupljanje uverenja autorizacije" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "xdr_remote_message_header nije uspeo" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "marshalling args" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "xdr_int (reč duĊine)" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "xdr_int (reč duĊine, odgovor)" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "paket koji je primljen sa servera je preveliki" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 msgid "invalid header in reply" msgstr "neispravno zaglavlje u odgovoru" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "nepoznat program (primljeno %x, očekivano %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "nepoznata verzija protokola (primljeno %x, očekivano %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "nepoznata procedura (primljeno %x, očekivano %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "nepoznat smer (primljeno %x, očekivano %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "nepoznat serijski broj (primljeno %x, očekivano %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "nepoznat status (primljeno %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" -msgstr "soket se neočekivano zatvorio" +msgstr "priključak se neočekivano zatvorio" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "neispravno zaglavlje u odgovoru" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "neispravan pokazivač domena u" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "neuspelo zauzimanje čvora" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "neuspelo umnoĊavanje niske" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "nedostaje začelje za vrstu skladiĊĦta %d" -#: src/storage_backend.c:136 -#, c-format -msgid "unknown storage backend type %s" -msgstr "nepoznata vrsta začelja skladiĊĦta %s" - -#: src/storage_backend.c:166 -#, c-format -msgid "unknown storage backend type %d" -msgstr "nepoznata vrsta začelja skladiĊĦta %d" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, c-format msgid "cannot open volume '%s': %s" msgstr "ne mogu da otvorim disk „%s“: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "ne mogu da utvrdim datoteku '%s': %s" +msgstr "ne mogu da utvrdim datoteku „%s“: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "ne mogu da traĊim kraj datoteke '%s': %s" +msgstr "ne mogu da traĊim kraj datoteke „%s“:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "ne mogu da traĊim kraj datoteke „%s“:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "ne mogu da traĊim kraj datoteke „%s“:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "ne mogu da preuzmem kontekst datoteke od %s: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "kontekst" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "ne mogu da pročitam direktorijum %s: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "putanja" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "putanja" + +#: src/storage_backend.c:389 msgid "regex" msgstr "regex" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, c-format msgid "Failed to compile regex %s" msgstr "Neuspelo kompajliranje regex %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "regex grupe" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "ne mogu da pročitam fd" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, c-format msgid "failed to wait for command: %s" msgstr "neuspelo čekanje na komandu: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "komanda se nije pravilno zavrĊĦila" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "n_columns prevelike" +msgstr "n_columns su prevelike" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, c-format msgid "read error: %s" msgstr "greĊĦka tokom čitanja: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "ne-nula status izlaza komande %d" +msgstr "status izlaza komande %d nije nula" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "%s: nije realizovano" +msgstr "%s: nije realizovano\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "format rezervoara nije podrĊan %s" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "format rezervoara nije podrĊan %d" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "format diska nije podrĊan %s" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "format diska nije podrĊan %d" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "disk" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "opsezi diska" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "ne mogu da raĊĦčlanim mesto početka uređaja" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "ne mogu da raĊĦčlanim mesto zavrĊĦetka uređaja" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "opsezi" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "nema dovoljno velikog slobodnog opsega" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "ne mogu da napravim putanju '%s': %s" +msgstr "ne mogu da napravim putanju „%s“: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "ne mogu da pročitam zaglavlje '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" -msgstr "ne mogu da pročitam zaglavlje '%s': %s" +msgstr "ne mogu da pročitam zaglavlje „%s“: %s" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "neispravna putanja: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "neispravan pokazivač veze u %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "neuspela radnja" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "nedostaje izvor za montiranje" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" msgstr "portal" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "ne mogu da pročitam %s: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" msgstr "nedostaje domaćin izvora" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 msgid "missing source path" msgstr "nedostaje putanja izvora" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" msgstr "nedostaje uređaj izvora" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "izvor" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 msgid "missing source dir" msgstr "nedostaje izvorni direktorijum" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "ne mogu da napravim putanju '%s': %s" +msgstr "ne mogu da napravim putanju „%s“: %s" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, c-format msgid "cannot open path '%s': %s" -msgstr "ne mogu da otvorim putanju '%s': %s" +msgstr "ne mogu da otvorim putanju „%s“: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -msgid "volume name" -msgstr "ime diska" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "ključ diska" - -#: src/storage_backend_fs.c:895 -#, c-format +#: src/storage_backend_fs.c:674 +#, fuzzy, c-format msgid "cannot statvfs path '%s': %s" -msgstr "ne mogu da utvrdim vfs putanju'%s': %s" +msgstr "ne mogu da utvrdim vfs putanju „%s“: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "ne mogu da razveĊem putanju '%s': %s" +msgstr "ne mogu da razveĊem putanju „%s“: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "meta" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "ključ skladiĊĦta" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "ne mogu da popunim datoteku '%s': %s" +msgstr "ne mogu da popunim datoteku „%s“: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "ne mogu da proĊĦirim datoteku '%s': %s" +msgstr "ne mogu da proĊĦirim datoteku „%s“: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "ne mogu da pročitam putanju '%s': %s" +msgstr "ne mogu da pročitam putanju „%s“: %s" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, c-format msgid "unknown storage vol type %d" -msgstr "nepoznata vrsta diska za skladiĊĦtenje %d" +msgstr "nepoznata vrsta %d diska za skladiĊĦtenje" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "vrsta diska za skladiĊĦtenje nije podrĊana %d" +msgstr "vrsta %d diska za skladiĊĦtenje nije podrĊana" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "pravljenje ne-sirovih slika nije podrĊano bez qemu-img" +msgstr "pravljenje otisaka koji nisu sirovi nije podrĊano bez qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, c-format msgid "cannot set file owner '%s': %s" msgstr "ne mogu da postavim vlasnika datoteke „%s“: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, c-format msgid "cannot set file mode '%s': %s" msgstr "ne mogu da postavim reĊim datoteke „%s“: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "ne mogu da zatvorim datoteku '%s': %s" +msgstr "ne mogu da zatvorim datoteku „%s“: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "ne mogu da izbriĊĦem link ka datoteci '%s': %s" +msgstr "ne mogu da izbriĊĦem link ka datoteci „%s“: %s" #: src/storage_backend_iscsi.c:61 #, c-format @@ -3418,570 +3673,758 @@ msgstr "sesija" msgid "cannot find session" msgstr "ne mogu da pronađem sesiju" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "ime" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "putanja do uređaja" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, c-format msgid "cannot open %s: %s" msgstr "ne mogu da otvorim %s: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "ključ" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Neuspelo otvaranje direktorijuma sysfs putanje %s: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Neuspelo otvaranje direktorijuma sysfs putanje %s: %s" +msgstr "Neuspelo raĊĦčlanjivanje cilja iz sysfs putanje %s/%s" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Neuspelo pronalaĊenje upravljačkog programa skladiĊĦta: %s" +msgstr "Neuspelo pronalaĊenje bilo kakvih LUN-ova za sesiju %s: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" +"Neuspeo pokuĊĦaj utvrđivanja da li je %u:%u:%u:%u LUN sa direktnim pristupom" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "Neuspelo otkačinjanje uređaja iz %s" +msgstr "Neuspelo pronalaĊenje veze uređaja za lun %d" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "Neuspelo dobavljanje statistike bloka %s %s" +msgstr "Neuspelo raĊĦčlanjivanje putanje bloka %s" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "Nisam uspeo da zauzmem memoriju za struct qemud_socket" +msgstr "Neuspelo zauzimanje memorije za scsidev" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "portal" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 +#, fuzzy msgid "malformed volume extent offset value" msgstr "loĊĦa offset vrednost opsega diska" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "loĊĦa vrednost duĊine opsega diska" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "loĊĦa vrednost veličine opsega diska" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "'info blockstats' komanda nije uspela" +msgstr "neuspela lvs komanda" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs komanda je neuspela sa izlaznim statusom %d" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "zauzimam priv->naziv domaćina" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "zauzimam mreĊu" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "zauzimam mreĊu" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "nisam uspeo da napravim priključak" + +#: src/storage_backend_logical.c:387 msgid "command line" msgstr "komandna linija" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "ne mogu da otvorim uređaj %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "ne mogu da obriĊĦem zaglavlje uređaja %s" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "ne mogu da zatvorim uređaj %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "ne mogu da pročitam direktorijum %s: %s" +msgstr "ne mogu da uklonim ttyPidFile %s: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "ne mogu da pronađem uređaj koji je skoro napravljen '%s':%s" +msgstr "ne mogu da pronađem uređaj koji je skoro napravljen „%s“: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "nedostaje atribut autorizacije domaćina" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "nedostaje atribut autorizacije lozinka" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "loĊĦ oktalni reĊim" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "loĊĦ element vlasnik" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "loĊĦ element grupa" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "zauzimam rezervoar skladiĊĦtenja" +msgstr "ne mogu da zauzmem rezervoar skladiĊĦtenja" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "nepoznat root element" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "nepoznata vrsta %d diska za skladiĊĦtenje" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "nedostaje element imena" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 msgid "unable to generate uuid" msgstr "ne mogu da generiĊĦem uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "nepoznata vrsta autorizacije %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "nedostaje ime domaćina izvora" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "ne mogu da izdvojim izvorne uređaje" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 msgid "device" msgstr "uređaj" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "nedostaju putanja izvornog uređaja" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "nedostaje putanja izvora" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" msgstr "ime skladiĊĦta" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, c-format msgid "unknown auth type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "nedostaje ciljna putanja" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "xmlXPathContext" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "format rezervoara nije podrĊan %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 msgid "unexpected pool type" msgstr "neočekivana vrsta skladiĊĦta" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "xml" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "nedostaje element vlasnik" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, c-format msgid "unknown size units '%s'" msgstr "nepoznata veličina jedinica %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "loĊĦ element kapaciteta" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "vrednost elementa kapaciteta prevelika" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "dodeljujem skladiĊĦte" +msgstr "ne mogu da zauzmem skladiĊĦte" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 msgid "unknown root element" msgstr "nepoznat root element" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "nedostaje element imena" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "nedostaje element kapaciteta" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "nepoznata vrsta autorizacije %s" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "%d format diska nije podrĊan" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "skladiĊĦte" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "neuspelo kreiranje putanje datoteke podeĊĦavanja" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "datoteka podeĊĦavanja" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "nije moguće konstruisati putanju veze" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "datoteka podeĊĦavanja" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "nisam uspeo da napravim XML" +msgstr "neuspelo pravljenje XML-a" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "ne mogu da uklonim podeĊĦavanje za %s" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "ne postoji skladiĊĦte sa datim uuid-om" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "ne postoji skladiĊĦte sa datim imenom" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "imena" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "skladiĊĦte već postoji" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "ne postoji skladiĊĦte sa datim uuid-om" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "skladiĊĦte je joĊĦ uvek aktivno" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 msgid "pool already active" msgstr "skladiĊĦte je već aktivno" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 msgid "storage pool is already active" msgstr "skladiĊĦte je već aktivno" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "skladiĊĦte nije aktivno" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "skladiĊĦte je joĊĦ aktivno" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "skladiĊĦte ne podrĊava brisanje diska" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "skladiĊĦte nema datoteku podeĊĦavanja" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "ne postoji skladiĊĦte sa datim imenom" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "ne postoji skladiĊĦte sa datim ključem" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "ne postoji skladiĊĦte sa datom putanjom" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "disk skladiĊĦtenja već postoji" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "skladiĊĦte ne podrĊava pravljenje diska" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "skladiĊĦte ne podrĊava brisanje diska" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "ne postoji skladiĊĦte sa datim imenom" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "skladiĊĦte nije aktivno" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "skladiĊĦte je već aktivno" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "dobavljam vreme dana" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "učitavam datoteku definicije domaćina" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "domaćin" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "čvor" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "pravim xpath kontekst" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "cpu numa čvorovi za čvor" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "cpu priključci za čvor" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "cpu srĊi za čvor" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "cpu niti za čvor" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "aktivni cpu za čvor" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "cpu mhz za čvor" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "memorija čvora" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "spisak domena za čvor" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "razreĊĦavam ime datoteke domena" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "spisak domena za čvor" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "razreĊĦavam mreĊno ime datoteke" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "spisak domena za čvor" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "razreĊĦavam ime datoteke domena" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: navedite putanju ili koristite test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domen nije pronađen" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "domen se ne izvrĊĦava" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "ne mogu da dodelim prostor za meta podatke" -#: src/test.c:906 -msgid "cannot save domain" -msgstr "ne mogu da sačuvam domen" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" +msgstr "" -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" -msgstr "ne mogu da upiĊĦem zaglavlje" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" +msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "ne mogu da upiĊĦem duĊinu meta podatka" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "ne mogu da upiĊĦem meta podatak" - -#: src/test.c:932 src/test.c:1032 -msgid "cannot save domain data" -msgstr "ne mogu da sačuvam podatke domena" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "zaglavlje je sačuvano nepotpuno" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "neslaganje zaglavlja magic-a" +msgstr "neslaganje magije zaglavlja" -#: src/test.c:973 +#: src/test.c:1066 msgid "failed to read metadata length" msgstr "neuspelo čitanje duĊine meta podatka" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "duĊina meta podatka je van opsega" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "nepotpun meta podatak" -#: src/test.c:1021 -msgid "cannot save domain core" -msgstr "ne mogu da sačuvam jezgro domena" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Domen %s je izbačen u %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "Opseg prevazilazi dozvoljene ćelije" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domen je već pokrenut" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Domen joĊĦ uvek radi" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "MreĊa joĊĦ uvek radi" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "MreĊa je već pokrenuta" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "ne postoji skladiĊĦte sa datim ključem" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "ne postoji skladiĊĦte sa datom putanjom" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "neuspelo zauzimanje prostora za znakovni uređaj" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "vrsta uređaja za unos %s nije podrĊana" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "nije moguće pokrenuti podrĊĦku mosta: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Neuspelo pravljenje direktorijuma %s : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: nema dovoljno memorije" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "neuspelo pravljenje datoteke dnevnika %s: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "ne mogu da otvorim %s: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "ne mogu da pronađem sesiju" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "ne mogu da postavim reĊim datoteke „%s“: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "ne mogu da pročitam %s: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "ne mogu da pročitam direktorijum %s: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Ne mogu da pronađem QEMU binary %s: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "ne mogu da napravim direktorijum dnevnika %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "neuspelo čekanje na komandu: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "Primljen je neočekivani pid, dovraga" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "ne mogu da pročitam %s: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "ne mogu da zatvorim datoteku '%s': %s" +msgstr "ne mogu da zatvorim datoteku „%s“: %s" -#: src/util.c:170 +#: src/util.c:219 #, c-format msgid "cannot create pipe: %s" msgstr "ne mogu da napravim cev: %s" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, c-format msgid "cannot fork child process: %s" msgstr "ne mogu da razdvojim sadrĊani proces: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "ne mogu da izbriĊĦem link ka datoteci '%s': %s" +msgstr "ne mogu da izbriĊĦem link ka datoteci „%s“: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "ne mogu da obriĊĦem zaglavlje uređaja %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "ne mogu da napravim direktorijum automatskog pokretanja %s: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" -msgstr "neuspelo dobavljanje imena domaćina" +msgstr "neuspela strdup radnja za ime domaćina: %s" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" -msgstr "neuspelo dobavljanje imena domaćina" +msgstr "neuspela strdup radnja za ime domaćina: %s" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" -msgstr "neuspelo dobavljanje imena domaćina" +msgstr "neuspela strdup radnja za ime domaćina: %s" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" -msgstr "ne mogu da proĊĦirim datoteku '%s': %s" +msgstr "ne mogu da proĊĦirim datoteku „%s“: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "komandna linija" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "greĊĦka tokom čitanja: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format 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:340 +#: src/virsh.c:339 msgid "print help" msgstr "ĊĦtampaj pomoć" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Ċ tampa opĊĦtu pomoć ili pomoć za određenu naredbu." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "ime naredbe" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -3989,317 +4432,322 @@ msgstr "" "Naredbe:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "samostalno pokreni domen" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "Podesite domen da se samostalno pokreće pri pokretanju sistema." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "ime domena, id ili uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "onemogući samostalno pokretanje" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Neuspelo označavanje domena %s kao samo pokrenuti" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Neuspelo skidanje oznake samo pokrenuti domenu %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domen %s je označen kao samo pokrenuti\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domenu %s je skinuta oznaka samo pokrenuti\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "poveĊi se (ponovo) sa hipervizorom" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI hipervizorske veze" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "veza samo za čitanje" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Neuspelo prekidanje veze sa hipervizorom" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Neuspelo povezivanje sa hipervizorom" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "priključi se na gostujući konzolu" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Priključi virtuelnu serijsku konzolu za gosta" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Nema dostupnih konzola za dome\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "konzola nije realizovana na ovoj platformi" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "ispiĊĦi domene" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Vraća spisak domena." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "ispiĊĦi neaktivne domene" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "ispiĊĦi neaktivne i aktivne domene" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Neuspelo ispisivanje aktivnih domena" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Neuspelo ispisivanje neaktivnih domena" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Ime" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Stanje" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "nema stanja" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "stanje domena" -#: src/virsh.c:669 +#: src/virsh.c:668 msgid "Returns state about a domain." msgstr "Vraća stanje o domenu." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "dobavi statistiku blok uređaja za domen" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "Dobavlja statistiku blok uređaja za tekući domen." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "blok uređaj" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "Neuspelo dobavljanje statistike bloka %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "dobavi statistiku mreĊne sprege za domen" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "Dobavlja statistiku mreĊne sprege za tekući domen." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "uređaj sprege" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Neuspelo dobavljanje statistike sprege %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "obustavi domen" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Obustavlja tekući domen. " -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domen %s je obustavljen\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Neuspelo obustavljanje domena %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "napravi domen iz XML datoteke" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Pravljenje domena." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "datoteka koja sadrĊi XML opis domena" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domen %s je napravljen iz %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Neuspelo pravljenje domena iz %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definisanje domena." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domen %s je definisan iz %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Neuspelo definisanje domena iz %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "ukini definiciju neaktivnog domena" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Ukidanje definicije podeĊĦavanja za neaktivan domen." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "ime domena ili uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domenu %s je ukinuta definicija\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Neuspelo ukidanje definicije domena %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "pokreni (prethodno definisan) neaktivni domen" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Pokreće domen." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "ime neaktivnog domena" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domen je već aktivan" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domen %s je pokrenut\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Neuspelo pokretanje domena %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "sačuvaj stanje domena u datoteku" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Čuvanje tekućeg domena." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "gde sačuvati podatke" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domen %s je sačuvan u %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Neuspelo čuvanje domena %s u %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "prikaĊi/podesi parametre planera" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "PrikaĊi/podesi parametre planera." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "dodeli vrednost" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "teĊina za XEN_CREDIT" @@ -4308,286 +4756,292 @@ msgstr "teĊina za XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "granica za XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "Neispravna vrednost teĊine" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "Neispravna vrednost granice" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Neispravna vrednost granice" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Planer" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Nepoznato" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "vrati domen iz sačuvanog stanja u datoteci" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Vraćanje domena." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "stanje za povraćaj" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domen je povraćen iz %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Neuspelo vraćanje domena iz %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "izbaci srĊ domena u datoteku radi analize" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Izbaci srĊ domena" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "gde izbaciti srĊ" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domen %s je izbačen u %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Neuspeo izbačaj srĊi domena %s u %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "nastavi domen" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Nastavljanje prethodno obustavljenog domena." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domen %s je nastavljen\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Neuspelo nastavljanje domena %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "ljubazno ugasi domen" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Pokretanje gaĊĦenja u ciljnom domenu." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domen %s se gasi\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Neuspelo gaĊĦenje domena %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ponovo pokreni domen" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "Pokretanje naredbe ponovnog pokretanja u ciljnom domenu." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domen %s se ponovo pokreće\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Neuspelo ponovno pokretanje domena %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "uniĊĦti domen" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "UniĊĦtavanje zadatog domena." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domen %s je uniĊĦten\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Neuspelo uniĊĦtavanje domena %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "podaci o domenu" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Vraća osnovne podatke o domenu." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Ime:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "Vrsta OS-a:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Stanje:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(-i):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU vreme:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "NajviĊĦe memorije:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "bez ograničenja" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Upotrebljena memorija:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "Samostalno pokretanje" +msgstr "Samostalno pokretanje:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "ime" +msgstr "uključi" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "isključi" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "slobodna NUMA memorija" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "prikaĊi dostupnu slobodnu memoriju za NUMA ćeliju." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "broj NUMA ćelije" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "Ukupno" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "vcpu podaci domena" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Vraća osnovne podatke o virtuelnim CPU-ima domena." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU sklonost:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Domen je ugaĊĦen, nema prisutnih virtuelnih CPU-a." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "kontroliĊĦi sklonost vcpu domena" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Prikuj VCPU-e domena za fizičke CPU-e domaćina." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu broj" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "cpu broj(evi) domaćina (razdvojeni zarezom)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "vcpupin: Neispravan ili nedostaje vCPU broj." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "vcpupin: Nedostaje spisak procesora" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "neuspelo dobavljanje podataka o čvoru" +msgstr "vcpupin: neuspelo dobavljanje podataka o domenu." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "vcpupin: Neispravan vCPU broj." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Neispravan format. Prazna niska." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, 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:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4596,1296 +5050,1337 @@ msgstr "" "cpulist: %s: Neispravan format. Očekuje se brojka ili zarez na mestu %d " "(blizu „%c“)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Fizički procesor %d ne postoji" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "promeni broj virtuelnih CPU-a" -#: src/virsh.c:1844 +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." msgstr "Menja broj virtuelnih CPU-a aktivnih u domenu gosta." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "broj virtuelnih CPU-a" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Neispravan broj virtuelnih CPU-a." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "PreviĊĦe virtuelnih CPU-a." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "promeni dodelu memorije" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "broj kilobajtova za memoriju" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "Ne mogu da potvrdim najveću količinu memorije" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "promeni najviĊĦu granicu memorije" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "najviĊĦa granica memorije u kilobajtovima" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Ne mogu da potvrdim tekuću količinu memorije" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Ne mogu da umanjim tekuću količinu memorije" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Ne mogu da izmenim najveću količinu memorije" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "podaci o čvoru" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Vraća osnovne podatke o čvoru." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "neuspelo dobavljanje podataka o čvoru" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU učestanost:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU priključaka:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "SrĊi po priključku:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Niti po srĊi:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA ćelija:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Veličina memorije:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "mogućnosti" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." -msgstr "Vraća mogućnosti hipervisora/upravljačkog programa." +msgstr "Vraća mogućnosti hipervizora/upravljačkog programa." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "neuspelo preuzimanje mogućnosti" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "podaci o domenu u XML-u" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "prebaci id ili UUID domena u ime domena" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "id ili uuid domena" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "prebaci ime ili UUID domena u id domena" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "prebaci ime ili id domena u UUID domena" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "id ili ime domena" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "neuspelo dobavljanje UUID domena" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "preseli domen na drugog domaćina" -#: src/virsh.c:2220 +#: src/virsh.c:2251 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:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "preseljenje uĊivo" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI veze do ciljnog domaćina" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI selidbe, obično se moĊe izostaviti" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "selidba: Nedostaje desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "Samostalno pokretanje mreĊe" -#: src/virsh.c:2284 +#: src/virsh.c:2320 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:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "ime mreĊe ili uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "NeuspeĊĦno označavanje mreĊe %s kao samo pokrenuta" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "NeuspeĊĦno skidanje oznake mreĊe %s kao samo pokrenuta" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" -msgstr "MreĊa %s označena kao samo pokreuta\n" +msgstr "MreĊa %s označena kao samo pokrenuta\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "MreĊi %s je skinuta oznaka samo pokrenuta\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "napravi mreĊu iz XML datoteke" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Pravljenje mreĊe." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "datoteka koja sadrĊi XML opis mreĊe" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "MreĊa %s je napravljena iz %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Neuspelo pravljenje mreĊe iz %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 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:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Definisanje mreĊe." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "MreĊa %s je definisana iz %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Neuspelo definisanje mreĊe iz %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "uniĊĦti mreĊu" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "UniĊĦtavanje zadate mreĊe." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "ime mreĊe, id ili uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "MreĊa %s je uniĊĦtena\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Neuspelo uniĊĦtavanje mreĊe %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "podaci o mreĊi u XML-u" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "spisak mreĊa" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Vraća spisak mreĊa." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "ispiĊĦi neaktivne mreĊe" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "ispiĊĦi neaktivne i aktivne mreĊe" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Neuspelo ispisivanje aktivnih mreĊa" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Neuspelo ispisivanje neaktivnih mreĊa" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Samostalno pokretanje" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "bez samopokretanja" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "radi" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "neaktivno" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "prebaci mreĊni UUID u ime mreĊe" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid mreĊe" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "pokreni (prethodno definisanu) neaktivnu mreĊu" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Pokreni mreĊu." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "ime neaktivne mreĊe" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "MreĊa %s je pokrenuta\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Neuspelo pokretanje mreĊe %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "ukini definiciju neaktivne mreĊe" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Ukidanje definicije podeĊĦavanja za neaktivne mreĊe." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "MreĊi %s je ukinuta definicija\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Neuspelo ukidanje definicije mreĊe %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "prebaci ime mreĊe u UUID mreĊe" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "ime mreĊe" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "neuspelo dobavljanje UUID mreĊe" -#: src/virsh.c:2779 +#: src/virsh.c:2815 msgid "autostart a pool" msgstr "samostalno pokreni skladiĊĦte" -#: src/virsh.c:2781 +#: src/virsh.c:2817 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" msgstr "ime skladiĊĦta ili uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "NeuspeĊĦno označavanje skladiĊĦta %s kao samopokrenutog" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "NeuspeĊĦno skidanje oznake skladiĊĦta %s kao samopokrenuto" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "SkladiĊĦte %s je označeno kao samo pokrenuto\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "SkladiĊĦtu %s je skinuta oznaka samopokrenuto\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 msgid "create a pool from an XML file" msgstr "napravi skladiĊĦte iz XML datoteke" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 msgid "Create a pool." msgstr "Pravljenje skladiĊĦta." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 msgid "file containing an XML pool description" msgstr "datoteka koja sadrĊi XML opis skladiĊĦta" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, c-format msgid "Pool %s created from %s\n" msgstr "SkladiĊĦte %s je napravljeno iz %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, c-format msgid "Failed to create pool from %s" msgstr "Neuspelo pravljenje skladiĊĦta iz %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 msgid "create a pool from a set of args" msgstr "napravi skladiĊĦte iz skupa argumenata" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" msgstr "ime skladiĊĦta" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "vrsta skladiĊĦta" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "domaćin izvora podvučenog skladiĊĦta" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "putanja do izvora podvučenog skladiĊĦta" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "izvorni uređaj podvučenog skladiĊĦta" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "meta podvučenog skladiĊĦta" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "neuspelo zauzimanje bafera" +msgstr "Neuspelo zauzimanje XML bafera" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, c-format msgid "Pool %s created\n" msgstr "SkladiĊĦte %s je napravljeno\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, c-format msgid "Failed to create pool %s" -msgstr "Nisam uspeo da napravim skladiĊĦte %s" +msgstr "Neuspelo pravljenje skladiĊĦta %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." msgstr "Definisanje skladiĊĦta." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, c-format msgid "Pool %s defined from %s\n" msgstr "SkladiĊĦte %s je definisano iz %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, c-format msgid "Failed to define pool from %s" msgstr "Neuspelo definisanje skladiĊĦta iz %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "definiĊĦi skladiĊĦte iz skupa argumenata" -#: src/virsh.c:3027 +#: src/virsh.c:3064 #, fuzzy msgid "source name for underlying storage" msgstr "putanja do izvora podvučenog skladiĊĦta" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, c-format msgid "Pool %s defined\n" msgstr "SkladiĊĦte %s je definisano \n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, c-format msgid "Failed to define pool %s" msgstr "Neuspelo ukidanje definicije skladiĊĦta %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "izgradi skladiĊĦte" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "Izgradi dato skladiĊĦte." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "skladiĊĦte %s je izgrađeno\n" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, c-format msgid "Failed to build pool %s" -msgstr "nisam uspeo da izgradim skladiĊĦte %s" +msgstr "neuspela izgradnja skladiĊĦta %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 msgid "destroy a pool" msgstr "uniĊĦti skladiĊĦte" -#: src/virsh.c:3151 +#: src/virsh.c:3188 msgid "Destroy a given pool." msgstr "UniĊĦtavanje zadatog skladiĊĦta." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, c-format msgid "Pool %s destroyed\n" msgstr "SkladiĊĦte %s je uniĊĦteno\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, c-format msgid "Failed to destroy pool %s" msgstr "Neuspelo uniĊĦtavanje skladiĊĦta %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "obriĊĦi skladiĊĦte" -#: src/virsh.c:3191 +#: src/virsh.c:3228 msgid "Delete a given pool." msgstr "Brisanje zadatog skladiĊĦta." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, c-format msgid "Pool %s deleted\n" msgstr "SkladiĊĦte %s je obrisano\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, c-format msgid "Failed to delete pool %s" msgstr "Neuspelo brisanje skladiĊĦta %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "aĊuriraj skladiĊĦte" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "AĊuriraj dato skladiĊĦte." -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, c-format msgid "Pool %s refreshed\n" msgstr "SkladiĊĦte %s je aĊurirano\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, c-format msgid "Failed to refresh pool %s" msgstr "Neuspelo aĊuriranje skladiĊĦta %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 msgid "pool information in XML" msgstr "podaci o skladiĊĦtu u XML-u" -#: src/virsh.c:3271 +#: src/virsh.c:3308 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:3311 +#: src/virsh.c:3348 msgid "list pools" msgstr "ispiĊĦi skladiĊĦta" -#: src/virsh.c:3312 +#: src/virsh.c:3349 msgid "Returns list of pools." msgstr "Vraća spisak skladiĊĦta." -#: src/virsh.c:3317 +#: src/virsh.c:3354 msgid "list inactive pools" msgstr "ispiĊĦi neaktivna skladiĊĦta" -#: src/virsh.c:3318 +#: src/virsh.c:3355 msgid "list inactive & active pools" msgstr "ispiĊĦi neaktivna i aktivna skladiĊĦta" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" msgstr "Neuspelo ispisivanje aktivnih skladiĊĦta" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" msgstr "Neuspelo ispisivanje neaktivnih skladiĊĦta" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "neispravan pokazivač skladiĊĦta u %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "dobijeno je previĊĦe rezervoara skladiĊĦta" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "nestalo memorije" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Neuspelo ukidanje definicije skladiĊĦta %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "dobijeno je previĊĦe rezervoara skladiĊĦta" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 msgid "storage pool information" msgstr "podaci o skladiĊĦtu" -#: src/virsh.c:3589 +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." msgstr "Vraća osnovne podatke o skladiĊĦtu." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "izgradnja" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "pokrenuto" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "vraćeno" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "Kapacitet:" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" msgstr "Dodela:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "Dostupno:" -#: src/virsh.c:3664 +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" msgstr "prebaci UUID skladiĊĦta u ime skladiĊĦta" -#: src/virsh.c:3669 +#: src/virsh.c:3706 msgid "pool uuid" msgstr "uuid skladiĊĦta" -#: src/virsh.c:3695 +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "pokreni (prethodno definisano) neaktivno skladiĊĦte" -#: src/virsh.c:3696 +#: src/virsh.c:3733 msgid "Start a pool." msgstr "Pokreće skladiĊĦte." -#: src/virsh.c:3701 +#: src/virsh.c:3738 msgid "name of the inactive pool" msgstr "ime neaktivnog skladiĊĦta" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, c-format msgid "Pool %s started\n" msgstr "SkladiĊĦte %s je pokrenuto\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, c-format msgid "Failed to start pool %s" msgstr "Neuspelo pokretanje skladiĊĦta %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 msgid "create a volume from a set of args" msgstr "napravi disk iz skupa argumenata" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." msgstr "Pravljenje diska." -#: src/virsh.c:3741 +#: src/virsh.c:3778 msgid "name of the volume" msgstr "ime diska" -#: src/virsh.c:3742 +#: src/virsh.c:3779 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:3743 +#: src/virsh.c:3780 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:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "vrsta formata datoteka raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "LoĊĦa veličina %s" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, c-format msgid "Vol %s created\n" msgstr "Disk %s je napravljen\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, c-format msgid "Failed to create vol %s" msgstr "Neuspelo pravljenje diska %s" -#: src/virsh.c:3856 +#: src/virsh.c:3893 msgid "undefine an inactive pool" msgstr "ukini definiciju neaktivnog skladiĊĦta" -#: src/virsh.c:3857 +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "Ukidanje definicije podeĊĦavanja za neaktivano skladiĊĦte." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, c-format msgid "Pool %s has been undefined\n" msgstr "SkladiĊĦtu %s je ukinuta definicija\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, c-format msgid "Failed to undefine pool %s" -msgstr "Neuspelo ukidanje definicije skaldiĊĦta %s" +msgstr "Neuspelo ukidanje definicije skladiĊĦta %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" msgstr "prebaci ime skladiĊĦta u UUID skladiĊĦta" -#: src/virsh.c:3920 +#: src/virsh.c:3957 msgid "failed to get pool UUID" msgstr "neuspelo dobavljanje UUID skladiĊĦta" -#: src/virsh.c:3933 +#: src/virsh.c:3970 msgid "create a vol from an XML file" msgstr "napravi disk iz XML datoteke" -#: src/virsh.c:3940 +#: src/virsh.c:3977 msgid "file containing an XML vol description" msgstr "datoteka koja sadrĊi XML opis diska" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, c-format msgid "Vol %s created from %s\n" msgstr "Disk %s je napravljen iz %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, c-format msgid "Failed to create vol from %s" msgstr "Neuspelo pravljenje diska iz %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "obriĊĦi disk" -#: src/virsh.c:3993 +#: src/virsh.c:4030 msgid "Delete a given vol." msgstr "UniĊĦtavanje zadatog diska." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "ime, ključ ili putanja diska" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, c-format msgid "Vol %s deleted\n" msgstr "Disk %s je uniĊĦten\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, c-format msgid "Failed to delete vol %s" msgstr "Neuspelo uniĊĦtavanje diska %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 msgid "storage vol information" msgstr "podaci o disku skladiĊĦtenja" -#: src/virsh.c:4035 +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." msgstr "Vraća osnovne podatke o disku skladiĊĦtenja." -#: src/virsh.c:4063 +#: src/virsh.c:4100 msgid "Type:" msgstr "Vrsta:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "datoteka" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "block" msgstr "blokirano" -#: src/virsh.c:4086 +#: src/virsh.c:4123 msgid "vol information in XML" msgstr "podaci o disku u XML-u" -#: src/virsh.c:4087 +#: src/virsh.c:4124 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:4128 +#: src/virsh.c:4165 msgid "list vols" msgstr "ispiĊĦi diskove" -#: src/virsh.c:4129 +#: src/virsh.c:4166 msgid "Returns list of vols by pool." msgstr "Vraća spisak skladiĊĦta." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" msgstr "Neuspelo ispisivanje aktivnih diskova" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "Putanja" -#: src/virsh.c:4207 +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" msgstr "prebaci diska UUID u ime diska" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "ključ ili putanja diska" -#: src/virsh.c:4240 +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" msgstr "prebaci UUID diska u ime diska" -#: src/virsh.c:4245 +#: src/virsh.c:4282 msgid "vol uuid" msgstr "uuid diska" -#: src/virsh.c:4273 +#: src/virsh.c:4310 msgid "convert a vol UUID to vol path" msgstr "prebaci UUID diska u ime diska" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "ime ili ključ diska" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "prikaĊi verziju" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Prikazuje podatke o verziji sistema." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "neuspelo dobavljanje vrste hipervizora" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Kompilirano uz biblioteku: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "neuspelo dobavljanje verzije biblioteke" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Koristim biblioteku: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Koristim API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "neuspelo dobavljanje verzije hipervizora" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, 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:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Tekući hipervizor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA nije podrĊana za ovom domaćinu" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "mogućnosti" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Neuspelo povezivanje sa hipervizorom" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Neuspelo ispisivanje neaktivnih domena" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "uređaj" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "ispiĊĦi ime domaćina hipervizora" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "neuspelo dobavljanje imena domaćina" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "ispiĊĦi kanonski URI hipervizora" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "neuspelo dobavljanje URI-a" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc prikaz" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty konzola" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "Izlazni uređaj za TTY konzolu." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "zakači uređaj iz XML datoteke" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Zakači uređaj iz XML ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML datoteka" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "poveĊi-uređaj: Nedostaje opcija" +msgstr "priveĊi-uređaj: nedostaje opcija" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" -msgstr "Nisam uspeo da poveĊem uređaj iz %s" +msgstr "Neuspelo privezivanje uređaj iz %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "otkači uređaj iz XML datoteke" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Otkači uređaj iz XML ." -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "otkači-uređaj: Nedostaje opcija" +msgstr "otkači-uređaj: nedostaje opcija" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Neuspelo otkačinjanje uređaja iz %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "prikači mreĊnu spregu" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Prikači novu mreĊnu spregu." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "vrsta mreĊne sprege" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "izvor mreĊne sprege" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "ime ciljne mreĊe" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC adresa" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "skripta upotrebljena za premoĊĦćavanje mreĊne sprege" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Nema podrĊĦke za %s u naredbi „attach-interface“" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "otkači mreĊnu spregu" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Otkači mreĊnu spregu." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "Neuspelo dobavljanje podataka o sprezi" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Nije pronađena sprega vrste %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Nije pronađena sprega čija je MAC adresa %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Neuspelo zauzimanje memorije" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Neuspelo pravljenje XML-a" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "prikači uređaj diska" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Prikači novi uređaj diska." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "izvor uređaja diska" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "cilj uređaja diska" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "upravljački program uređaja diska" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "upravljački podprogram uređaja diska" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "vrsta ciljnog uređaja" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "reĊim čitanja i upisivanja uređaja" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Nema podrĊĦke za %s u naredbi „attach-disk“" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "otkači uređaj diska" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Otkači uređaj diska." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Neuspelo dobavljanje podataka o disku" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Nije pronađen disk čiji je cilj %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "neuspelo zauzimanje prostora za ulazni niz znakova" +msgstr "neuspelo calloc memorije za init niz znakova: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Neuspelo pravljenje ne aktiviranog domena %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "'info blockstats' komanda nije uspela" +msgstr "neuspela lvs komanda" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs komanda je neuspela sa izlaznim statusom %d" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Ukidanje definicije podeĊĦavanja za neaktivan domen." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Ukidanje definicije podeĊĦavanja za neaktivan domen." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "neuspelo čitanje datoteke podeĊĦavanja" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Ukidanje definicije podeĊĦavanja za neaktivne mreĊe." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Ukidanje definicije podeĊĦavanja za neaktivne mreĊe." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Ukidanje definicije podeĊĦavanja za neaktivano skladiĊĦte." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Ukidanje definicije podeĊĦavanja za neaktivano skladiĊĦte." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "napusti ovaj interaktivni terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "naredba „%s“ zahteva <%s> opciju" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "naredba „%s“ zahteva --%s opciju" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "naredba „%s“ ne postoji" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " IME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -5893,7 +6388,7 @@ msgstr "" "\n" " SAĊ½ETAK\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -5901,7 +6396,7 @@ msgstr "" "\n" " OPIS\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -5909,53 +6404,53 @@ msgstr "" "\n" " OPCIJE\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "nedefinisano ime ili id domena" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "neuspelo dobavljanje domena „%s“" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "nedefinisano ime mreĊe" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "neuspelo dobavljanje mreĊe „%s“" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" msgstr "ime skladiĊĦta nije definisano" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, c-format msgid "failed to get pool '%s'" -msgstr "nisam uspeo da dobavim disk „%s“" +msgstr "neuspelo dobavljanje diska „%s“" -#: src/virsh.c:5981 +#: src/virsh.c:6110 msgid "undefined vol name" msgstr "nedefinisano ime diska" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, c-format msgid "failed to get vol '%s'" msgstr "neuspelo dobavljanje diska „%s“" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -5966,130 +6461,130 @@ msgstr "" "(Vreme: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "nedostaje \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "neočekivani izraz (ime naredbe): „%s“" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "neočekivana naredba: „%s“" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "naredba „%s“ ne podrĊava opciju --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "očekivana sintaksa: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "broj" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "niska" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "neočekivani podaci „%s“" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPCIJA" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "PODACI" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" msgstr "datoteka" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "pauzirano" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "u gaĊĦenju" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "zaustavljeno" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "krahiralo" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "van upotrebe" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "nema ispravne veze" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: greĊĦka: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "greĊĦka: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: neuspelo zauzimanje %d bajtova" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: neuspelo zauzimanje %lu bajtova" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "neuspelo povezivanje sa hipervizorom" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "neuspelo dobavljanje podataka o datoteci dnevnika" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "putanja dnevnika nije datoteka" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "neuspelo upisivanje datoteke dnevnika" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: neuspelo upisivanje datoteke dnevnika: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "Neuspelo prekidanje veze sa hipervizorom" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6120,9 +6615,9 @@ msgstr "" " -l | --log zapisivanje izlaza u datoteku\n" " -v | --version verzija programa\n" "\n" -" naredbe (neiteraktivni reĊim):\n" +" naredbe (neinteraktivni reĊim):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6132,12 +6627,12 @@ msgstr "" " (navedite help za detalje o naredbi)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "nepodrĊana opcija „-%c“. Pogledajte --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6146,7 +6641,7 @@ msgstr "" "DobrodoĊĦli u %s, interaktivni terminal za virtualizaciju.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6164,626 +6659,686 @@ msgstr "upozorenje" msgid "error" msgstr "greĊĦka" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Nije pruĊena poruka o greĊĦci" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "unutraĊĦnja greĊĦka %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "unutraĊĦnja greĊĦka" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "hipervizor ne podrĊava ovu funkciju" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "hipervizor ne podrĊava ovu funkciju: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "ne mogu da se poveĊem sa hipervizorom" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "ne mogu da se poveĊem sa %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "neispravan pokazivač veze u" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "neispravan pokazivač veze u %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "neispravan pokazivač domena u" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "neispravan pokazivač domena u %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "neispravan argument u" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "neispravan argument u %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "neuspela radnja: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "neuspela radnja" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "neuspela GET radnja: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "neuspela GET radnja" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "neuspela POST radnja: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "neuspela POST radnja" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "dobijen nepoznat broj HTTP greĊĦke %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "nepoznat domaćin %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "nepoznat domaćin" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "ne mogu da serijalizujem S-izraz: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "ne mogu da serijalizujem S-izraz" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "ne mogu da upotrebim stavku Xen hipervizora" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "ne mogu da upotrebim %s stavku Xen hipervizora" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "ne mogu da se poveĊem sa Xen skladiĊĦtem" -#: src/virterror.c:516 +#: src/virterror.c:524 #, 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:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "neuspeo Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "nepoznata vrsta OS-a" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "nepoznata vrsta OS-a %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "nedostaju podaci o jezgru" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "nedostaju podaci o korenskom uređaju" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "nedostaju podaci o korenskom uređaju %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "nedostaju izvorni podaci za uređaj" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "nedostaju izvorni podaci za uređaj %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "nedostaju ciljni podaci za uređaj" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "nedostaju ciljni podaci za uređaj %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "nedostaju podaci o imenu domena" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "nedostaju podaci o imenu domena u %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "nedostaju podaci o operativnom sistemu" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "nedostaju podaci o operativnom sistemu za %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "nedostaju podaci o uređajima" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "nedostaju podaci o uređajima za %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "registrovano je previĊĦe upravljačkih programa" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "registrovano je previĊĦe upravljačkih programa u %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "neuspeo poziv u biblioteci, verovatno nije podrĊan" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "neuspeo poziv %s u biblioteci, verovatno nije podrĊan" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML opis nije dobro oblikovan ili je neispravan" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ovaj domen već postoji" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domen %s već postoji" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "radnja je zabranjena za pristup samo čitanja" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "radnja %s je zabranjena za pristup samo čitanja" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "neuspelo otvaranje datoteku podeĊĦavanja za čitanje" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "neuspelo otvaranje %s za čitanje" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "neuspelo čitanje datoteke podeĊĦavanja" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "neuspelo čitanje %s datoteke podeĊĦavanja" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "neuspelo tumačenje datoteke podeĊĦavanja" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "neuspelo tumačenje %s datoteke podeĊĦavanja" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "sintaksna greĊĦka u datoteci podeĊĦavanja" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "sintaksna greĊĦka u datoteci podeĊĦavanja: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "neuspelo upisivanje datoteke podeĊĦavanja" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "neuspelo upisivanje datoteke podeĊĦavanja: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" -msgstr "greĊĦka u raĊĦčlanjavanju" +msgstr "greĊĦka u raĊĦčlanjivanju" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "neispravan pokazivač veze u" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "neispravan pokazivač veze u %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ova mreĊa već postoji" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "mreĊa %s već postoji" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "greĊĦka u sistemskom pozivu" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC greĊĦka" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "greĊĦka u GNUTLS pozivu" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Neuspelo pronalaĊenje mreĊe" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Neuspelo pronalaĊenje mreĊe: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Domen nije pronađen" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Domen nije pronađen: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "MreĊa nije pronađena" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "MreĊa nije pronađena: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "neispravna MAC adresa" -#: src/virterror.c:684 +#: src/virterror.c:692 #, c-format msgid "invalid MAC address: %s" msgstr "neispravna MAC adresa: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "neuspela autentifikacija" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "neuspela autentifikacija: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 msgid "Storage pool not found" msgstr "SkladiĊĦte nije pronađeno" -#: src/virterror.c:696 +#: src/virterror.c:704 #, c-format msgid "Storage pool not found: %s" msgstr "SkladiĊĦte nije pronađeno: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 msgid "Storage volume not found" msgstr "Disk za skladiĊĦtenje nije pronađen" -#: src/virterror.c:702 +#: src/virterror.c:710 #, c-format msgid "Storage volume not found: %s" msgstr "Disk za skladiĊĦtenje nije pronađen: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 msgid "invalid storage pool pointer in" msgstr "neispravan pokazivač skladiĊĦta u" -#: src/virterror.c:708 +#: src/virterror.c:716 #, c-format msgid "invalid storage pool pointer in %s" msgstr "neispravan pokazivač skladiĊĦta u %s" -#: src/virterror.c:712 +#: src/virterror.c:720 msgid "invalid storage volume pointer in" msgstr "neispravan pokazivač diska skladiĊĦtenja u" -#: src/virterror.c:714 +#: src/virterror.c:722 #, c-format msgid "invalid storage volume pointer in %s" msgstr "neispravan pokazivač diska skladiĊĦtenja veze u %s" -#: src/virterror.c:718 +#: src/virterror.c:726 msgid "Failed to find a storage driver" msgstr "Neuspelo pronalaĊenje upravljačkog programa skladiĊĦta" -#: src/virterror.c:720 +#: src/virterror.c:728 #, c-format msgid "Failed to find a storage driver: %s" msgstr "Neuspelo pronalaĊenje upravljačkog programa skladiĊĦta: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Neuspelo pronalaĊenje upravljačkog programa skladiĊĦta" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Neuspelo pronalaĊenje upravljačkog programa skladiĊĦta: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "neispravan pokazivač diska skladiĊĦtenja u" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "neispravan pokazivač domena u %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "uređaj nije pronađen: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "uređaj nije pronađen: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "zauzimam domen" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "GreĊĦka u raĊĦčlanjivanju podeĊĦavanja mreĊe „%s“ : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "Neuspelo zauzimanje memorije za %s listu podeĊĦavanja" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "GreĊĦka u raĊĦčlanjivanju podeĊĦavanja mreĊe „%s“ : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "Parametar značaja planera kredita (%d) je van opsega (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format 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:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "dodeljujem info %d domena" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "nisam uspeo da napravim soket" +msgstr "nisam uspeo da napravim priključak" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 msgid "failed to connect to xend" msgstr "nisam uspeo da se poveĊem sa xend" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "neuspelo čitanje iz Xen demona" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Nisam uspeo da izvrĊĦim račvanje kao sistemska usluga: %s" +msgstr "xend_get: greĊĦka od xen demona: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: greĊĦka od xen demona: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "zauzmi novi bafer" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela gethostbyname radnja: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "neuspeh pri urlencode S-izraza create" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "nepotpuni podaci o domenu, nedostaje domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "podaci o domenu su netačni ili domid nije brojčan" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "nepotpuni podaci o domenu, nedostaje uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "nepotpuni podaci o domenu, nedostaje ime" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" msgstr "nepotpuni podaci o domenu, nedostaje HVM program za učitavanje" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "nepotpuni podaci o domenu, nedostaje jezgro i pokretački program" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "nepoznata vrsta uređaja" +msgstr "Nepoznata vrsta znakovnog uređaja" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 -#, fuzzy +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "loĊĦ oktalni reĊim" +msgstr "loĊĦe oblikovana niska znakovnog uređaja" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "bez memorije za podeĊĦavanje znakovnog uređaja" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "nepoznata vrsta uređaja" +msgstr "Nepoznata vrsta znakovnog uređaja" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "nepotpuni podaci o domenu, vbd nema dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "nepotpuni podaci o domenu, vbd nema src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "" "ne mogu protumačiti vbd ime datoteke, nedostaje ime upravljačkog programa" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 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:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "neispravna MAC adresa: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "neočekivan dict čvor" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "nepotpuni podaci o domenu, nedostaje id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "nepoznata vrsta OS-a %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "neuspelo tumačenje podataka o topologiji" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "sintaksna greĊĦka topologije" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "neuspelo tumačenje podataka o Xend domenu" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName nije uspeo da pronađe ovaj domen" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "nisam uspeo da izgradim skladiĊĦte %s" +msgstr "neuspela izgradnja skladiĊĦta %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "vrsta uređaja za unos %s nije podrĊana" -#: src/xend_internal.c:4029 -#, fuzzy +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "xenDaemonDomainDumpXMLByID nije uspeo da pronađe ovaj domen" +msgstr "xenDaemonGetAutostart nije uspeo da pronađe ovaj domen" -#: src/xend_internal.c:4070 -#, fuzzy +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "xenDaemonDomainDumpXMLByID nije uspeo da pronađe ovaj domen" +msgstr "xenDaemonSetAutostart nije uspeo da pronađe ovaj domen" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "neočekivan čvor vrednosti" +msgstr "neočekivana vrednost od on_xend_start" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "memorija čvora" +msgstr "bez memorije" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "neuspela radnja" +msgstr "neuspela sexpr2string radnja" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Neuspelo ukidanje definicije skladiĊĦta %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 +#, fuzzy msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "on_xend_start se ne nalazi u sexpr" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "neuspela radnja: %s" +msgstr "neuspela gethostname radnja: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "neuspelo dobavljanje imena domaćina" +msgstr "neuspela strdup radnja za ime domaćina: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6791,7 +7346,7 @@ msgstr "" "xenDaemonDomainMigrate: Xen ne podrĊava promenu imena domena prilikom " "premeĊĦtanja" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6799,223 +7354,244 @@ msgstr "" "xenDaemonDomainMigrate: Xen ne podrĊava ograničavanje propusnog opsega " "prilikom premeĊĦtanja" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: zastavica nije podrĊana" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: neispravan URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "xenDaemonDomainMigrate: Xen podrĊava samo xenmigr:// premeĊĦtanja" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "xenDaemonDomainMigrate: ime domaćina mora biti navedeno u URI-ju" +msgstr "xenDaemonDomainMigrate: ime domaćina mora biti navedeno u URI-u" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "strdup nije uspeo" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: neispravan broj porta" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 msgid "failed to parse domain description" msgstr "neuspeloraĊĦčlanjenje opisa domena" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Neuspelo pravljenje ne aktiviranog domena %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "nije podrĊano u xendConfigVersion < 4" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" msgstr "nepotpuni podaci o čvoru, nedostaje naziv planera" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" msgstr "Nepoznat planer" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" msgstr "Neuspelo pribavljanje naziva planera" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" msgstr "nepotpuni podaci o domenu, nedostaje cpu_weight" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" msgstr "nepotpuni podaci o domenu, nedostaje cpu_cap" -#: src/xend_internal.c:4748 -#, fuzzy +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" -msgstr "ai_socktype nije podrĊan" +msgstr "domainBlockPeek nije podrĊan za dom0" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "neispravna putanja: %s" +msgstr "%s: neispravna putanja" -#: src/xend_internal.c:4779 -#, fuzzy, c-format +#: src/xend_internal.c:4736 +#, c-format msgid "failed to open for reading: %s: %s" -msgstr "neuspelo otvaranje %s za čitanje" +msgstr "neuspelo otvaranje za čitanje: %s: %s" -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#: src/xend_internal.c:4748 +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Nisam uspeo da zatvorim pid datoteku '%s': %s" +msgstr "neuspela lseek radnja ili čitanje iz datoteke: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "neočekivana vrsta domena %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "neočekivana mime vrsta" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "vrsta diska za skladiĊĦtenje nije podrĊana %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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "neočekivan čvor vrednosti" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 msgid "no HVM domain loader" msgstr "nema programa za učitavanje HVM domena" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype nije podrĊan" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "UUID je loĊĦe oblikovan u datoteci podeĊĦavanja" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, fuzzy, c-format msgid "config value %s was missing" msgstr "nedostaje parametar podeĊĦavanja naziva" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "ne mogu da utvrdim datoteku „%s“: %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "xenXMConfigCacheRefresh: virHashAddEntry" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "neočekivan čvor vrednosti" +msgstr "neočekivana vrednost od on_xend_start" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "neočekivan čvor vrednosti" +msgstr "neočekivana vrednost od on_xend_start" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "neočekivan čvor vrednosti" +msgstr "neočekivana vrednost od on_xend_start" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "veza samo za čitanje" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 msgid "not inactive domain" msgstr "nije neaktivan domen" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "virHashLookup" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" msgstr "ne mogu da dobijem datoteku podeĊĦavanja za domen" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "neočekivan dict čvor" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "ne mogu da dobijem naziv datoteke podeĊĦavanja za presimavanje domena" +msgstr "" +"ne mogu da dobijem naziv datoteke podeĊĦavanja kako bi je domen prebrisao" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "ne mogu da dobijem unos podeĊĦavanja za presnimavanje domena" +msgstr "ne mogu da dobijem stavku podeĊĦavanja kako bi je domen prebrisao" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" msgstr "neuspelo brisanje starog domena iz mape podeĊĦavanja" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "naziv datoteke podeĊĦavanja je prevelik" +msgstr "naziv datoteke podeĊĦavanja je predug" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "podeĊĦavanje" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 msgid "unable to get current time" msgstr "neuspelo dobijanje trenutnog vremena" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" msgstr "neuspelo rukovanje skladiĊĦtenjem datoteke podeĊĦavanja" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" msgstr "nepoznat uređaj" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "neuspelo brisanje veze automatskog pokretanja „%s“: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "neuspelo pravljenje datoteke dnevnika %s: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "neuspelo pravljenje datoteke dnevnika %s: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "NevaĊeći parametar za virXPathString()" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "NevaĊeći parametar za virXPathNumber()" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "NevaĊeći parametar za virXPathBoolean()" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "NevaĊeći parametar za virXPathNode()" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "NevaĊeći parametar za virXPathNodeSet()" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "dodeli niz znakova" #: src/xmlrpc.c:53 @@ -7058,6 +7634,10 @@ msgstr "dodeli odgovor" msgid "read response" msgstr "pročitaj odgovor" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "dodeli niz znakova" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "neuspeo odgovor servera tumačenja" @@ -7066,44 +7646,48 @@ msgstr "neuspeo odgovor servera tumačenja" msgid "allocate new context" msgstr "zauzmi novi kontekst" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" -#~ msgid "Disk pools are not yet supported" -#~ msgstr "SkladiĊĦta diskova nisu joĊĦ podrĊana" - -#~ msgid "blocked" -#~ msgstr "blokirano" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "Domain config filename '%s' does not match domain name '%s'" -#~ msgstr "" -#~ "Naziv datoteke mreĊnog podeĊĦavanja '%s' se ne poklapa sa nazivom mreĊe '%" -#~ "s'" +msgid "failed to allocate activeDomainList" +msgstr "Neuspelo ispisivanje aktivnih domena" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "Neispravan tip uređaja: %s" +msgid "failed to allocate xsWatchList" +msgstr "neuspelo dodeljivanje prostora za ostype" -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "ime ciljne mreĊe" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "" -#~ "No 'bridge' attribute specified with " -#~ msgstr "" -#~ "Nijedna 'dev' osobina nije određena preko " +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" +#: src/xs_internal.c:1057 #, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "ne postoji skladiĊĦte sa datim imenom" +msgid "watch already tracked" +msgstr "skladiĊĦte je već aktivno" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "No storage for parent veth device name" -#~ msgstr "ne postoji skladiĊĦte sa datim imenom" +msgid "reallocating list" +msgstr "zauzimam domen" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "neuspelo zauzimanje čvora" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "Primljen je signal %d, prosleđujem upravljačkim programima" + +#~ msgid "allocating conn->name" +#~ msgstr "zauzimam vezu->naziv" #~ msgid "missing filesystem type" #~ msgstr "nedostaje tip sistema datoteka" @@ -7120,14 +7704,11 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "failed to generate uuid" #~ msgstr "neuspelo pravljenje uuid" -#~ msgid "invalid uuid element" -#~ msgstr "neispravan uuid element" - #~ msgid "invalid or missing init element" #~ msgstr "init element je neispravan ili nedostaje" #~ msgid "init string too long" -#~ msgstr "init string je predugačak" +#~ msgstr "init niska je preduga" #~ msgid "invalid memory value" #~ msgstr "neispravna vrednost memorije" @@ -7138,115 +7719,78 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "missing domain type" #~ msgstr "nedostaje tip domena" -#~ msgid "invalid domain type" -#~ msgstr "neispravan tip domena" - #~ msgid "invalid domain id" #~ msgstr "neispravan id domena" #~ msgid "Can't redefine active VM with name %s" #~ msgstr "Ne mogu da unapred definiĊĦem VM sa nazivom %s" +#~ msgid "error checking container process: %d %s" +#~ msgstr "greĊĦka pri proveri procesa sadrĊaoca: %d %s" + #~ msgid "failed to open config directory %s: %s" #~ msgstr "neuspelo otvaranje direktorijuma podeĊĦavanja %s: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "ne mogu da napravim direktorijum automatskog pokretanja %s: %s" +#~ msgstr "ne mogu da napravim direktorijum lxc stanja %s: %s" -#, fuzzy #~ msgid "cannot construct tty pid file path" -#~ msgstr "neuspelo kreiranje putanje datoteke podeĊĦavanja" +#~ msgstr "ne mogu sačinim putanju tty pid datoteke" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "neuspelo upisivanje datoteke podeĊĦavanja %s: %s" +#~ msgstr "ne mogu da napravim tty pid datoteku %s: %s" #, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Nisam uspeo da otvorim pid datoteku '%s': %s" +#~ msgstr "ne mogu da fdopen tty pid datoteku %s: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "neuspelo upisivanje datoteke podeĊĦavanja %s: %s" +#~ msgstr "ne mogu da zapiĊĦem tty pid datoteku %s: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "ne mogu da proĊĦirim datoteku '%s': %s" +#~ msgstr "ne mogu da otvorim tty pid datoteku %s: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "neuspelo upisivanje datoteke podeĊĦavanja %s: %s" - -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "neuspelo zauzimanje prostora za ulazni niz znakova" +#~ msgstr "ne mogu da pročitam tty pid datoteku %s: %s" #, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "neuspelo izvrĊĦavanje %s\n" +#~ msgstr "execl nije uspeo da izvrĊĦi init: %s" #, fuzzy #~ msgid "unable to get storage for vm tty name" #~ msgstr "neuspelo dobijanje trenutnog vremena" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "neuspela radnja: %s" +#~ msgstr "neuspela posix_openpt radnja: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "neuspela radnja: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "neuspela radnja: %s" +#~ msgstr "neuspela ptsname_r radnja: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "neuspelo zauzimanje prostora za niz znakova VM naziva" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "neuspela radnja: %s" +#~ msgstr "neuspela epoll_ctl(fd2) radnja: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "nisam uspeo da preuzmem tty atribute: %s\n" +#~ msgstr "ne mogu razdvojim proces tty prosleđivanja: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "neuspela radnja: %s" +#~ msgstr "neuspelo slanje SIGTERM signala: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "neuspela radnja: %s" +#~ msgstr "slanje SIGKILL signala ka tty nije uspelo: %s" #, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" #~ msgstr "neuspelo čekanje na komandu: %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "neuspela radnja: %s" +#~ msgstr "neuspelo slanje SIGKILL signala: %s" #~ msgid "Error already an active OPENVZ VM having id '%s'" -#~ msgstr "GreĊĦka aktivni OPENVZ VM već ima id '%s'" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "nedostaje tip sistema datoteka" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "nedostaje osobina tipa domena" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "nedostaje osobina tipa domena" +#~ msgstr "GreĊĦka aktivni OPENVZ VM već ima id „%s“" #~ msgid "invalid domain type attribute" -#~ msgstr "neispravana osobina tipa domena" +#~ msgstr "neispravna osobina vrste domena" #~ msgid "invalid domain name" #~ msgstr "neispravan naziv domena" @@ -7254,122 +7798,95 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "VPS ID Error (must be an integer greater than 100" #~ msgstr "VPS ID GreĊĦka (mora biti ceo broj veći od 100" -#, fuzzy -#~ msgid "malformed filesystem tag" -#~ msgstr "nepravilan tip sistema datoteka" +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "Nijedna IP adresa nije data u xml datoteci podeĊĦavanja „%s“" + +#~ msgid "ipaddress length too long" +#~ msgstr "duĊina ip adrese je prevelika" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "NeuspeĊĦno pravljenje memorije za „ovz_ip“ strukturu" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "" +#~ "Nijedna adresa mreĊne maske nije zadata u xml datoteci podeĊĦavanja „%s“" + +#~ msgid "netmask length too long" +#~ msgstr "duĊina mreĊne maske je prevelika" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "Nijedan naziv domaćina nije dat u xml datoteci podeĊĦavanja „%s“" + +#~ msgid "hostname length too long" +#~ msgstr "duĊina naziva domaćina je prevelika" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "" +#~ "Nijedna adresa mreĊnog prolaza nije zadata u xml datoteci podeĊĦavanja „%s“" + +#~ msgid "gateway length too long" +#~ msgstr "duĊina mreĊnog prolaza je prevelika" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "" +#~ "Nijedna adresa servera imena nije zadata u xml datoteci podeĊĦavanja „%s“" + +#~ msgid "nameserver length too long" +#~ msgstr "duĊina servera imena je prevelika" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "NeuspeĊĦno pravljenje memorije za „ovz_ns“ strukturu" + +#~ msgid "profile length too long" +#~ msgstr "duĊina profila je prevelika" #~ msgid "calloc failed" #~ msgstr "calloc nije uspeo" +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "GreĊĦka u raĊĦčlanjivanju OPENVZ-a" + #~ msgid "Error creating OPENVZ VM" #~ msgstr "GreĊĦka u kreiranju OPENVZ VM" #~ msgid "failed to exec %s\n" #~ msgstr "neuspelo izvrĊĦavanje %s\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "neuspelo postavljanje odlaganja prelaska mosta do %d" - -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "neuspelo postavljanje STP mosta do %s" - -#~ msgid "CDROM not attached, cannot change media" -#~ msgstr "CDROM nije prikačen, ne mogu da promenim medijum" - -#~ msgid "allocating priv->hostname" -#~ msgstr "zauzimam priv->naziv domaćina" - -#~ msgid "uri params" -#~ msgstr "uri parametri" - -#~ msgid "unsupported guest type" -#~ msgstr "vrsta gosta nije podrĊana" - -#~ msgid "Failed to generate UUID" -#~ msgstr "NeuspeĊĦno pravljenje UUID" - -#~ msgid "No IP address in the given xml config file '%s'" -#~ msgstr "Nijedna IP adresa nije data u xml datoteci podeĊĦavanja '%s'" - -#~ msgid "ipaddress length too long" -#~ msgstr "duĊina ip adrese je prevelika" - -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "NeuspeĊĦno Kreiranje Memorije za 'ovz_ip' strukturu" - -#~ msgid "No Netmask address in the given xml config file '%s'" -#~ msgstr "Nijedna Netmask adresa nije data u xml datoteci podeĊĦavanja '%s'" - -#~ msgid "netmask length too long" -#~ msgstr "duĊina netmask-a je prevelika" - -#~ msgid "No hostname in the given xml config file '%s'" -#~ msgstr "Nijedan naziv domaćina nije dat u xml datoteci podeĊĦavanja '%s'" - -#~ msgid "hostname length too long" -#~ msgstr "duĊina naziva domaćina je prevelika" - -#~ msgid "No Gateway address in the given xml config file '%s'" -#~ msgstr "Nijedna Gateway adresa nije data u xml datoteci podeĊĦavanja '%s'" - -#~ msgid "gateway length too long" -#~ msgstr "duĊina gateway-a je prevelika" - -#~ msgid "No Nameserver address inthe given xml config file '%s'" -#~ msgstr "Nijedna Nameserver adresa nije data u xml datoteci podeĊĦavanja '%s'" - -#~ msgid "nameserver length too long" -#~ msgstr "duĊina nameserver-a je prevelika" - -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "NeuspeĊĦno Kreiranje Memorije za 'ovz_ns' strukturu" - -#~ msgid "profile length too long" -#~ msgstr "duĊina profila prevelika" - -#~ msgid "no domain with matching name" -#~ msgstr "nema domena koji se poklapaju sa imenom" - -#~ msgid "Error in parsing Options to OPENVZ" -#~ msgstr "GreĊĦka u raĊĦčlanjavanju OPENVZ-a" - #~ msgid "Invalid cdrom device name: %s" #~ msgstr "Neispravan naziv cdrom uređaja: %s" +#~ msgid "Invalid bus type: %s" +#~ msgstr "Neispravna vrsta magistrale: %s" + #~ msgid "Network name '%s' too long" -#~ msgstr "Naziv mreĊe '%s' je prevelik" +#~ msgstr "Naziv mreĊe „%s“ je predug" #~ msgid "TAP interface name '%s' is too long" -#~ msgstr "Naziv TAP okruĊenja '%s' je preveliki" +#~ msgstr "Naziv TAP sprege „%s“ je predug" #~ msgid "TAP script path '%s' is too long" -#~ msgstr "Putanja TAP skripte '%s' je prevelika" +#~ msgstr "Putanja TAP skripte „%s“ je preduga" #~ msgid "TAP bridge path '%s' is too long" -#~ msgstr "Putanja TAP mosta '%s' je prevelika" +#~ msgstr "Putanja TAP mosta „%s“ je preduga" #~ msgid "IP address '%s' is too long" -#~ msgstr "IP adresa '%s' je prevelika" +#~ msgstr "IP adresa „%s“ je preduga" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "naziv datog uređaja '%s' je preveliki" +#~ msgstr "Naziv modela „%s“ je predug" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "previĊĦe uređaja za pokretanje" +#~ msgstr "previĊĦe znakovnih uređaja" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "nedostaje izvor za montiranje" +#~ msgstr "nedostaje zvučni model" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "neispravan pokazivač domena u %s" +#~ msgstr "neispravan zvučni model „%s“" #~ msgid "domain name length too long" -#~ msgstr "duĊina imena domena je prebelika" +#~ msgstr "duĊina imena domena je prevelika" #~ msgid "malformed memory information" #~ msgstr "informacije o memoriji su loĊĦe oblikovane" @@ -7377,27 +7894,29 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "malformed vcpu information" #~ msgstr "informacije o vcpu su loĊĦe oblikovane" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "informacije o vcpu su loĊĦe oblikovane" +#~ msgstr "informacije o vcpu maski su loĊĦe oblikovane" #~ msgid "architecture type too long" -#~ msgstr "vrsta arhitekture je prevelika" +#~ msgstr "vrsta arhitekture je preduga" #~ msgid "machine type too long" -#~ msgstr "vrsta maĊĦine je prevelika" +#~ msgstr "vrsta maĊĦine je preduga" #~ msgid "kernel path too long" -#~ msgstr "putanja jezgra je prevelika" +#~ msgstr "putanja jezgra je preduga" #~ msgid "initrd path too long" -#~ msgstr "putanja initrd-a je prevelika" +#~ msgstr "putanja initrd-a je preduga" #~ msgid "cmdline arguments too long" -#~ msgstr "cmdline argumenti preveliki" +#~ msgstr "cmdline argumenti su predugi" + +#~ msgid "unsupported guest type" +#~ msgstr "vrsta gosta nije podrĊana" #~ msgid "emulator path too long" -#~ msgstr "putanja emulatora je prevelika" +#~ msgstr "putanja emulatora je preduga" #~ msgid "Unsupported graphics type %s" #~ msgstr "Nije podrĊana vrsta grafike %s" @@ -7411,9 +7930,8 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "failed to allocate space for input string" #~ msgstr "neuspelo zauzimanje prostora za ulazni niz znakova" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "neuspelo dodeljivanje prostora za ostype" +#~ msgstr "neuspelo dodeljivanje prostora za zvučni uređaj" #~ msgid "failed to allocate space for vm string" #~ msgstr "neuspelo zauzimanje prostora za vm niz znakova" @@ -7428,40 +7946,37 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgstr "neuspelo zauzimanje prostora za xmlXPathContext niz znakova" #~ msgid "network name length too long" -#~ msgstr "naziv mreĊe je prevelik" +#~ msgstr "duĊina naziva mreĊe je prevelika" #~ msgid "forward device name '%s' is too long" -#~ msgstr "naziv datog uređaja '%s' je preveliki" +#~ msgstr "naziv uređaja za prosleđivanje „%s“ je predug" #~ msgid "failed to allocate space for network string" #~ msgstr "neuspelo zauzimanje prostora za niz znakova mreĊe" #~ msgid "Error parsing QEMU guest config '%s' : %s" -#~ msgstr "GraĊĦka u raĊĦčlanjivanju QEMU konfiguracije gosta '%s' : %s" +#~ msgstr "GreĊĦka u raĊĦčlanjivanju QEMU podeĊĦavanja gosta „%s“ : %s" #~ msgid "BUG: unknown error - please report it\n" #~ msgstr "GREĊ KA: nepoznata greĊĦka - molimo vas prijavite je\n" #~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" #~ msgstr "" -#~ "naziv datoteke QEMU konfiguracije gosta '%s' se ne poklapa sa nazivom " -#~ "gosta '%s'" +#~ "naziv datoteke QEMU podeĊĦavanja gosta „%s“ se ne poklapa sa nazivom gosta " +#~ "„%s“" #~ msgid "Failed to load QEMU guest config '%s': out of memory" #~ msgstr "" -#~ "Neuspelo učitavanje QEMU konfiguracije gosta '%s': nema dovoljno memorije" - -#~ msgid "Error parsing network config '%s' : %s" -#~ msgstr "GreĊĦka u raĊĦčlanjivanju konfiguracije mreĊe '%s' : %s" +#~ "Neuspelo učitavanje QEMU podeĊĦavanja gosta „%s“: nema dovoljno memorije" #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "Neuspelo učitavanje podeĊĦavanja mreĊe '%s': nema dovoljno memorije" +#~ msgstr "Neuspelo učitavanje podeĊĦavanja mreĊe „%s“: nema dovoljno memorije" #~ msgid "Config filename '%s/%s' is too long" -#~ msgstr "Ime datoteke podeĊĦavanja '%s/%s' je predugo" +#~ msgstr "Ime datoteke podeĊĦavanja „%s/%s“ je predugo" #~ msgid "Autostart link path '%s/%s' is too long" -#~ msgstr "Staza za link automatskog pokretanja '%s/%s' je preduga" +#~ msgstr "Putanja za link automatskog pokretanja „%s/%s“ je preduga" #, fuzzy #~ msgid "allocating cpu mask" @@ -7473,8 +7988,38 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "Resulting path to long for buffer in qemudInitPaths()" #~ msgstr "RazreĊĦavam predugu putanju za bafer u qemudInitPaths()" -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "neuspelo brisanje veze automatskog pokretanja '%s': %s" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "neuspelo postavljanje odlaganja prelaska mosta do %d" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "neuspelo postavljanje STP mosta do %s" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM nije prikačen, ne mogu da promenim medijum" + +#~ msgid "uri params" +#~ msgstr "uri parametri" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "nepoznata vrsta začelja skladiĊĦta %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "nepoznata vrsta začelja skladiĊĦta %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "format rezervoara nije podrĊan %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "%s format diska nije podrĊan" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "SkladiĊĦta diskova nisu joĊĦ podrĊana" + +#~ msgid "volume name" +#~ msgstr "ime diska" + +#~ msgid "volume key" +#~ msgstr "ključ diska" #~ msgid "malformed xml document" #~ msgstr "loĊĦ xml dokument" @@ -7482,9 +8027,6 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "domain" #~ msgstr "domen" -#~ msgid "domain name" -#~ msgstr "ime domena" - #~ msgid "domain uuid" #~ msgstr "uuid domena" @@ -7527,9 +8069,33 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "too many domains" #~ msgstr "previĊĦe domena" +#~ msgid "cannot save domain" +#~ msgstr "ne mogu da sačuvam domen" + +#~ msgid "cannot write header" +#~ msgstr "ne mogu da upiĊĦem zaglavlje" + +#~ msgid "cannot write metadata length" +#~ msgstr "ne mogu da upiĊĦem duĊinu meta podatka" + +#~ msgid "cannot write metadata" +#~ msgstr "ne mogu da upiĊĦem meta podatak" + +#~ msgid "cannot save domain data" +#~ msgstr "ne mogu da sačuvam podatke domena" + +#~ msgid "cannot save domain core" +#~ msgstr "ne mogu da sačuvam jezgro domena" + #~ msgid "too many networks" #~ msgstr "previĊĦe mreĊa" +#~ msgid "blocked" +#~ msgstr "blokirano" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "neuspelo raĊĦčlanjivanje niske soundhw." + #~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" #~ msgstr "xenDaemonDomainDumpXMLByID nije uspeo da pronađe ovaj domen" @@ -7554,42 +8120,14 @@ msgstr "neuspelo povezivanje sa Xen skladiĊĦtem" #~ msgid "unable to write config file" #~ msgstr "neuspelo upisivanje datoteke podeĊĦavanja" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "neuspelo zauzimanje prostora za deljenje mreĊe" +#~ msgstr "neuspelo zauzimanje zvučne niske" + +#~ msgid "no model for sound device" +#~ msgstr "nema modela za zvučni uređaj" #~ msgid "too many boot devices" #~ msgstr "previĊĦe uređaja za pokretanje" #~ msgid "invalid input device" #~ msgstr "neispravan uređaj za unos" - -#~ msgid "Failed parsing iscsiadm commands" -#~ msgstr "Neuspelo raĊĦčlanjivanje iscsiadm komande" - -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Neuspelo pronalaĊenje sysfs putanje do %d:%d:%d:%d: %s" - -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Neuspelo pronalaĊenje SCSI uređaja za %d:%d:%d:%d: %s" - -#~ msgid "out of memory allocating return array" -#~ msgstr "povratni niz na dodelu pri nestanku memorije" - -#~ msgid "cannot allocate address" -#~ msgstr "ne mogu da dodelim adrese" - -#, fuzzy -#~ msgid "Cannot set group ownership when not running as root" -#~ msgstr "Morate biti root da bi postavili grupu" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "greĊĦka tokom čitanja: %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "ne mogu da dodelim prostor za meta podatke" - -#~ msgid "Allowing PID %d running as root" -#~ msgstr "Dozvoljavam da se PID %d izvrĊĦava kao root" diff --git a/po/sv.po b/po/sv.po index a6bcefae1e..5bda4421ef 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,325 +1,324 @@ # Swedish translation of libvirt. # Copyright (C) 2006 Free Software Foundation, Inc. -# Magnus Larsson , 2006, 2007. -# +# Magnus Larsson , 2006, 2007, 2008. # # msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-07-19 12:53-0400\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-01-27 18:25-0500\n" "Last-Translator: Magnus Larsson \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "biblioteksanrop misslyckades, stĥds troligen inte" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "¤ndra minnesallokering" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "systemanropsfel" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "Ok¤nd" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Misslyckades att l¤sa beskrivningsfilen %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allokerar konfiguration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Fel allokering av minne: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "ov¤ntad v¤rde-nod" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "Misslyckades att allokera minne" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Misslyckades att l¤sa frn uttag %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Misslyckades att hitta n¤tverket: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "Misslyckades att allokera minne" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Misslyckades att hitta n¤tverket: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Misslyckades att ansluta till hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" -msgstr "operation misslyckades: %s" +msgstr "autentisering misslyckades: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +326,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" -msgstr "misslyckades att f gr¤nssnittsinformation" +msgstr "Misslyckades att h¤mta gr¤nssnittsstatistik %s %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Misslyckades att starta n¤tverk %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET-operation misslyckades: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "Misslyckades att allokera minne" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "Misslyckades att allokera minne" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Misslyckades att forts¤tta dom¤n %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Misslyckades att skapa XML" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Misslyckades att spara dom¤n %s till %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" -msgstr "operation misslyckades" +msgstr "autentisering misslyckades" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "fick ok¤nd HTTP-felkod %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "analys av svar frn server misslyckades" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "ogiltig anslutningspekare i" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "slut p minne" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "Dom¤n hittades inte" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "ok¤nd OS-typ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "N¤tverk hittades inte" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" -msgstr "Misslyckades att spara dom¤n %s till %s" +msgstr "Misslyckades att h¤mta block statistik %sl %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" -msgstr "misslyckades att f gr¤nssnittsinformation" +msgstr "Misslyckades att h¤mta gr¤nssnittsstatistik %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "slut p minne" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Misslyckades att skapa inaktiv dom¤n %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Misslyckades att skapa inaktiv dom¤n %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "N¤tverk hittades inte" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "N¤tverk hittades inte" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Dom¤n hittades inte" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ogiltigt argument i " + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "operation misslyckades" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,11 +836,10 @@ msgstr "fĥrv¤ntar mig en separator" msgid "expecting an assignment" msgstr "fĥrv¤ntar mig en tilldelning" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "allokera ny buffer" +msgstr "allokera buffer" #: src/conf.c:899 msgid "failed to open file" @@ -853,929 +879,986 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ogiltig dom¤npekare i" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "mlenhetstyp" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "saknar k¤llinformation fĥr enhet" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "saknar k¤llinformation fĥr enhet" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "saknar k¤llinformation fĥr enhet" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "saknar rot-enhetsinformation" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "mlenhetstyp" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "saknar rot-enhetsinformation" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "ok¤nd OS-typ" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Misslyckades att skapa XML" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "saknar \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "saknar k¤llinformation fĥr enhet" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "saknar k¤llinformation fĥr enhet" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "ok¤nd v¤rd %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "saknar rot-enhetsinformation" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "ok¤nd OS-typ" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "misslyckades att allokera en nod" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "saknar dom¤nnamnsinformation" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "ogiltig dom¤npekare i" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Misslyckades att skapa XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "saknar rot-enhetsinformation" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "ov¤ntad data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "ok¤nd OS-typ" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "mlenhetstyp" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "fĥr mnga dom¤ner" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "saknar k¤llinformation fĥr enhet" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "anslut diskenhet" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "mlenhetstyp" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "anslut n¤tverksgr¤nssnitt" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "fĥr mnga dom¤ner" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "ogiltig dom¤npekare i" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "anslut diskenhet" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "anslut diskenhet" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "anslut diskenhet" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Misslyckades att suspendera dom¤n %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "ok¤nd v¤rd %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "ov¤ntad dict-nod" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "ov¤ntad mime-typ" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "ov¤ntad v¤rde-nod" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "misslyckades att skriva konfigurationsfilen: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "misslyckades att skriva konfigurationsfilen: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "misslyckades att skriva konfigurationsfilen: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "ok¤nd OS-typ" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allokerar anslutning" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allokerar dom¤n" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "kunde inte l¤gga till dom¤n till hashindextabellen fĥr anslutningar" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "dom¤n saknas frn hashindextabellen fĥr anslutningar<" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "allokerar n¤tverk" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "kunde inte l¤gga till n¤tverk till hashindextabellen fĥr anslutningar" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "n¤tverk saknas frn hashindextabellen fĥr anslutningar<" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allokerar nod" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "kunde inte l¤gga till n¤tverk till hashindextabellen fĥr anslutningar" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "dom¤n saknas frn hashindextabellen fĥr anslutningar<" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allokerar nod" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "kunde inte l¤gga till n¤tverk till hashindextabellen fĥr anslutningar" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "dom¤n saknas frn hashindextabellen fĥr anslutningar<" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allokerar nod" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "kopiera nod-innehll" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "kunde inte l¤gga till n¤tverk till hashindextabellen fĥr anslutningar" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "dom¤n saknas frn hashindextabellen fĥr anslutningar<" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "k¤lla fĥr skivenhet" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "saknar k¤llinformation fĥr enhet" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "saknar k¤llinformation fĥr enhet" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "saknar k¤llinformation fĥr enhet" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "mlenhetstyp" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "saknar rot-enhetsinformation" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "ok¤nt kommando: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "mlenhetstyp" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "saknar \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "saknar \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "ok¤nd v¤rd %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "ok¤nd v¤rd %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "saknar mlinformation fĥr enhet" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "ok¤nd v¤rd %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "saknar rot-enhetsinformation" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "ok¤nd OS-typ" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "misslyckades att allokera en nod" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "saknar dom¤nnamnsinformation" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "ogiltig dom¤npekare i %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "misslyckades att h¤mta n¤tverks-UUID" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "ov¤ntad data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "ok¤nd OS-typ" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "gr¤nssnittsenhet" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "saknar rot-enhetsinformation" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "ok¤nd v¤rd %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "anslut diskenhet" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "anslut n¤tverksgr¤nssnitt" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "gr¤nssnittsenhet" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "anslut diskenhet" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "anslut diskenhet" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "anslut diskenhet" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "anslut diskenhet" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "misslyckades att spara innehll" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "syntaxfel i topologi-cpuset" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "ov¤ntad dict-nod" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "ov¤ntad dict-nod" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "ov¤ntad dict-nod" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "ov¤ntad dict-nod" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "ov¤ntad mime-typ" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "ov¤ntad v¤rde-nod" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "misslyckades att skriva konfigurationsfilen: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "misslyckades att skriva konfigurationsfilen: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Misslyckades att ĥppna \"%s\": %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "ok¤nd OS-typ" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Misslyckades att skapa XML" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Misslyckades att skapa XML" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Misslyckades att skriva till uttag %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Misslyckades att skapa n¤tverk frn %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Misslyckades att spara dom¤n %s till %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "kunde inte ansluta till %s" +msgstr "kunde inte analysera anslutning-URI" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allokerar anslutning" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Misslyckades att starta n¤tverk %s" +msgstr "kunde inte analysera anslutning-URI" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "dom¤ninformation fel, domid ¤r inte numerisk" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "dom¤ninformation fel, domid ¤r inte numerisk" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "allokera v¤rdelista" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "Misslyckades att allokera minne" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Misslyckades att skapa inaktiv dom¤n %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att hitta n¤tverket: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Misslyckades att skapa XML" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att spara dom¤n %s till %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Misslyckades att starta dom¤n %s" +msgstr "Misslyckades att avdefiniera dom¤n %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Misslyckades att starta dom¤n %s" +msgstr "Misslyckades att fĥrstĥra dom¤n %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att ansluta enhet frn %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Misslyckades att starta dom¤n %s" +msgstr "kunde inte ĥppna %s fĥr l¤sning" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Misslyckades att skapa dom¤n frn %s" +msgstr "Misslyckades att l¤sa frn uttag %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Misslyckades att starta dom¤n %s" +msgstr "kunde inte ĥppna %s fĥr l¤sning" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "allokera v¤rdelista" +msgstr "operation misslyckades: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Misslyckades att skapa dom¤n frn %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Misslyckades att st¤nga uttag %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Misslyckades att l¤sa frn uttag %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att l¤sa frn uttag %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att st¤nga uttag %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "operation misslyckades: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "operation misslyckades: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" -msgstr "misslyckades att f gr¤nssnittsinformation" +msgstr "Misslyckades att h¤mta gr¤nssnittsstatistik %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Misslyckades att fĥrstĥra dom¤n %s" +msgstr "misslyckades att h¤mta n¤tverk '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation misslyckades: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "misslyckades att allokera en nod" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "misslyckades att skriva loggfilen" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "misslyckades att skriva loggfilen" +msgstr "Kan inte ¤ndra MaxMemorySize" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "misslyckades att skriva loggfilen" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "Misslyckades att hitta n¤tverket: %s" +msgstr "ogiltig anslutningspekare i %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "misslyckades att allokera en nod" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "dom¤nnamn eller uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "namn fĥr den inaktiva dom¤nen" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "namn fĥr den inaktiva dom¤nen" +msgstr "avdefiniera en inaktiv dom¤n" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Misslyckades att starta dom¤n %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "skript som anv¤nds fĥr brygga n¤tverksgr¤nssnitt" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Misslyckades att ansluta enhet frn %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "misslyckades att allokera en nod" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att ansluta enhet frn %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "Misslyckades att allokera minne" +msgstr "Misslyckades att ansluta enhet frn %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Misslyckades att l¤sa frn uttag %d\n" +msgstr "Misslyckades att skriva till uttag %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "misslyckades att ansluta till Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ogiltig dom¤npekare i" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "misslyckades att skriva konfigurationsfilen: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att l¤sa beskrivningsfilen %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "dom¤nnamn" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "dom¤nnamn eller uuid" +msgstr "nodens dom¤nlista" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "fick ok¤nd HTTP-felkod %d" +msgstr "ok¤nd v¤rd %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Misslyckades att forts¤tta dom¤n %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ogiltigt argument i %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "ogiltigt argument i " #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "ogiltigt MAC-adress: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1786,8 +1869,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ok¤nd OS-typ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1797,1637 +1880,1790 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "syntaxfel i konfigurationsfilen: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "kunde inte ansluta till %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "kunde inte ansluta till %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "sl upp dom¤nfilnamn" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "ogiltig MAC-adress" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "MAC-adress" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation misslyckades" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "syntaxfel i konfigurationsfilen: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "kunde inte ansluta till %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Dom¤nen kĥr fortfarande" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "kunde inte ansluta till %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "namn fĥr den inaktiva dom¤nen" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Dom¤nen kĥr fortfarande" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "kunde inte ansluta till %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "kunde inte ansluta till %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "kunde inte ansluta till %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "¤ndra antal virtuella CPU:er" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Dom¤nen kĥr fortfarande" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "kunde inte ansluta till %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "ok¤nd OS-typ %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "kunde inte ansluta till %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Misslyckades att st¤nga uttag %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Misslyckades att l¤sa frn uttag %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Misslyckades att skriva till uttag %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Kommunikationsfel med proxy: fick %d bytes av %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Kommunikationsfel med proxy: fĥrv¤ntade mig %d bytes men fick %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Kommunikationsfel med proxy: fick %d bytes paket\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Kommunikationsfel med proxy: felformaterat paket\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "fick asynkront paketnummer %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "misslyckades att allokera en nod" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "misslyckades att allokera buffer" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "N¤tverk hittades inte" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "N¤tverk %s startat\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "N¤tverk %s startat\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "misslyckades att allokera en nod" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "mlenhetstyp" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "mlenhetstyp" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "ogiltig dom¤npekare i" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "Misslyckades att allokera minne" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "misslyckades att skriva loggfilen" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "misslyckades att analysera dom¤ninformation fĥr Xend" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Misslyckades att starta n¤tverk %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Misslyckades att hitta n¤tverket: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "slut p minne" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "slut p minne" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "misslyckades att allokera en nod" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "misslyckades att allokera en nod" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Dom¤nen ¤r redan aktiv" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Misslyckades att ĥppna \"%s\": %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "kunde inte ĥppna %s fĥr l¤sning" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Misslyckades att ĥppna \"%s\": %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Misslyckades att ĥppna \"%s\": %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "misslyckades att h¤mta n¤tverk '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "N¤tverket kĥr fortfarande" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "n¤tverksinformation i XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "misslyckades att allokera en nod" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Misslyckades att spara dom¤n %s till %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Misslyckades att ĥppna \"%s\": %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "Kan inte h¤mta ut version frn kĥrande %s hypervisor\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "sl upp n¤tverksfilnamn" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ogiltig MAC-adress" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-adress" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation misslyckades" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Dom¤n %s har avdefinierats\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "kunde inte ansluta till %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Dom¤nen kĥr fortfarande" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "kunde inte ansluta till %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "kunde inte ansluta till %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "kunde inte analysera anslutning-URI" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "¤ndra antal virtuella CPU:er" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "kunde inte analysera anslutning-URI" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "ok¤nd OS-typ %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "kunde inte analysera anslutning-URI" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Misslyckades att st¤nga uttag %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Misslyckades att l¤sa frn uttag %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Misslyckades att skriva till uttag %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Kommunikationsfel med proxy: fick %d bytes av %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Kommunikationsfel med proxy: fĥrv¤ntade mig %d bytes men fick %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Kommunikationsfel med proxy: fick %d bytes paket\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Kommunikationsfel med proxy: felformaterat paket\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "fick asynkront paketnummer %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "misslyckades att allokera en nod" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "misslyckades att allokera en nod" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "misslyckades att allokera en nod" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "N¤tverk hittades inte" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "N¤tverk %s startat\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "N¤tverk %s startat\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, 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:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "misslyckades att allokera en nod" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "ov¤ntad data '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "misslyckades att allokera en nod" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Misslyckades att ĥppna \"%s\": %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "slut p minne" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "misslyckades att skriva loggfilen" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "allokera ny kontext" +msgstr "allokera buffer" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "misslyckades att h¤mta dom¤n '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation misslyckades" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Dom¤nen ¤r redan aktiv" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" -msgstr "misslyckades att skriva loggfilen" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "misslyckades att skriva loggfilen" +msgstr "" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "%s: misslyckades att skriva loggfilen: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "misslyckades att skriva loggfilen" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "misslyckades att h¤mta n¤tverk '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "misslyckades att skriva loggfilen" +msgstr "Misslyckades att st¤nga uttag %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ov¤ntad dict-nod" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "misslyckades att allokera en nod" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "misslyckades att allokera en nod" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Misslyckades att spara dom¤n %s till %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Dom¤nen ¤r redan aktiv" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "misslyckades att skriva konfigurationsfilen: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "kunde inte ĥppna %s fĥr l¤sning" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "misslyckades att h¤mta n¤tverk '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "ov¤ntad dict-nod" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "Misslyckades att allokera minne" +msgstr "misslyckades att h¤mta kapabiliteter" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" -msgstr "Anv¤nt minne:" +msgstr "NUMA oanv¤nt minne" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "dom¤n %s finns redan" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "dom¤n %s finns redan" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Dom¤nen kĥr fortfarande" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation misslyckades" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation misslyckades" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "misslyckades att allokera en nod" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "namn fĥr den inaktiva dom¤nen" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Misslyckades att suspendera dom¤n %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "misslyckades att h¤mta dom¤n-UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Misslyckades att skapa XML" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Misslyckades att skriva till uttag %d\n" +msgstr "misslyckades att skriva loggfilen" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Misslyckades att skriva till uttag %d\n" +msgstr "misslyckades att skriva loggfilen" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "slut p minne" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation misslyckades" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "namn fĥr den inaktiva dom¤nen" +msgstr "Avdefiniera konfigurationen fĥr en inaktiv dom¤n." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "avdefiniera en inaktiv dom¤n" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "biblioteksanrop misslyckades, stĥds troligen inte" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "Misslyckades att skapa XML" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "l¤s in dom¤ndefinitionsfil" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "nodens dom¤nlista" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "misslyckades att l¤sa frn Xen-demonen" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Misslyckades att skapa XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Misslyckades att skapa XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Dom¤nen ¤r redan aktiv" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "Misslyckades att skapa XML" +msgstr "misslyckades att h¤mta n¤tverks-UUID" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Misslyckades att starta dom¤n %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Misslyckades att forts¤tta dom¤n %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "Misslyckades att allokera minne" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "anslut diskenhet" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "mlenhetstyp" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "anslut diskenhet" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "dom¤n %s finns redan" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "l¤ser in v¤rddefinitionsfil<" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "anslut diskenhet" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "l¤ser in v¤rddefinitionsfil<" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "avdefiniera en inaktiv dom¤n" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "Dom¤n hittades inte" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "misslyckades att f nodinformation" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "Misslyckades att avmontera enheten frn %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "namn fĥr den inaktiva dom¤nen" +msgstr "autostarta en dom¤n" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Misslyckades att spara dom¤n %s till %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ogiltigt argument i %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Dom¤n hittades inte: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "ogiltigt argument i %s" +msgstr "ogiltigt argument i " -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "dom¤nnamn" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "nodens dom¤nlista" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "Dom¤nen ¤r redan aktiv" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "n¤tverksinformation i XML" +msgid "could not generate random UUID" +msgstr "misslyckades att h¤mta dom¤n-UUID" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "misslyckades att allokera en nod" +msgid "failed to start listening VM" +msgstr "Misslyckades att starta dom¤n %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Misslyckades att spara dom¤n %s till %s" +msgid "migrate failed: %s" +msgstr "operation misslyckades: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Misslyckades att hitta n¤tverk" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "kunde inte ansluta till %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Misslyckades att l¤sa frn uttag %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Misslyckades att l¤sa frn uttag %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "misslyckades att h¤mta URI" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Fel allokering av minne: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allokerar dom¤n" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allokera privat data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "misslyckades att allokera en nod" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "misslyckades att skriva loggfilen" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "Misslyckades att hitta n¤tverket: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "Misslyckades att skapa XML" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "misslyckades att f gr¤nssnittsinformation" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "misslyckades att f gr¤nssnittsinformation" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "Misslyckades att skapa XML" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "Ogiltigt v¤rde %d fĥr minnesstorlek" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "Kan inte verifiera aktuell MemorySize" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "Ogiltigt v¤rde fĥr gr¤ns" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "Misslyckades att hitta n¤tverket: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "misslyckades att skriva konfigurationsfilen: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "fĥr mnga anslutningar" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "fĥr mnga dom¤ner" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "fĥr mnga dom¤ner" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "¤ndra minnesallokering" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "ok¤nd OS-typ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" -msgstr "fĥr mnga anslutningar" +msgstr "fĥr mnga n¤tverk" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "fĥr mnga drivrutiner registrerade" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "fĥr mnga drivrutiner registrerade" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "fĥr mnga drivrutiner registrerade" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "fĥr mnga drivrutiner registrerade" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "fĥr mnga drivrutiner registrerade" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "fĥr mnga drivrutiner registrerade" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "fĥr mnga drivrutiner registrerade" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "ok¤nd OS-typ %s" +msgstr "autentisering misslyckades: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" -msgstr "operation misslyckades" +msgstr "autentisering misslyckades" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "Misslyckades att hitta n¤tverket: %s" +msgstr "misslyckades att serialisera S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, 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:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "denna funktion stĥds inte av hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Misslyckades att starta dom¤n %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "misslyckades att f gr¤nssnittsinformation" +msgstr "misslyckades att spara innehll" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att starta dom¤n %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "misslyckades att f gr¤nssnittsinformation" +msgstr "Misslyckades att ansluta till hypervisor" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "ogiltigt argument i %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "ogiltigt argument i " + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ogiltig dom¤npekare i" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "misslyckades att allokera en nod" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "misslyckades att kopiera en str¤ng" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "ok¤nd OS-typ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "ok¤nd OS-typ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Misslyckades att starta dom¤n %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internt fel %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "konsol ¤r inte implementerad p denna plattform" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "ogiltigt argument i %s" +msgstr "ogiltig n¤tverkspekare i %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "ogiltig n¤tverkspekare i %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation misslyckades" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "saknar k¤llinformation fĥr enhet" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "saknar k¤llinformation fĥr enhet" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "saknar k¤llinformation fĥr enhet" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "saknar k¤llinformation fĥr enhet" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "saknar k¤llinformation fĥr enhet" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "dom¤nnamn" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "ok¤nd OS-typ %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3456,588 +3692,761 @@ msgstr "visa version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Namn" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Misslyckades att ĥppna \"%s\": %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "Misslyckades att h¤mta block statistik %sl %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "Misslyckades att hitta n¤tverket: %s" +msgstr "Misslyckades att definiera dom¤n frn %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Misslyckades att avmontera enheten frn %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" -msgstr "Misslyckades att spara dom¤n %s till %s" +msgstr "Misslyckades att h¤mta block statistik %sl %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "Misslyckades att allokera minne" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 +#, fuzzy msgid "portal" -msgstr "" +msgstr "Totalt" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "dom¤nnamn" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allokera privat data" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allokerar n¤tverk" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allokerar nod" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "misslyckades att f nodinformation" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "dom¤nnamn" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "misslyckades att skriva konfigurationsfilen: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "allokerar nod" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "ok¤nd v¤rd %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "ok¤nd OS-typ %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "saknar rot-enhetsinformation" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "n¤tverksnamn eller uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "ok¤nd OS-typ %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "saknar k¤llinformation fĥr enhet" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "fĥr mnga dom¤ner" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" -msgstr "blockerad" +msgstr "blockenhet" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "saknar rot-enhetsinformation" +msgstr "saknar k¤llinformation fĥr enhet %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "saknar k¤llinformation fĥr enhet" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "dom¤nnamn" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "ok¤nd OS-typ %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "saknar mlinformation fĥr enhet" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "ov¤ntad mime-typ" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "ok¤nd v¤rd %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "allokerar nod" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "ok¤nd v¤rd %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "saknar rot-enhetsinformation" +msgstr "saknar dom¤nnamnsinformation" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "ok¤nd OS-typ %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Misslyckades att skapa XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Namn" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Dom¤nen ¤r redan aktiv" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Dom¤nen ¤r redan aktiv" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "sĥkv¤gen till loggen ¤r inte en fil" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Dom¤nen ¤r redan aktiv" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "h¤mtar tid p dygnet" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "l¤ser in v¤rddefinitionsfil<" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "v¤rd" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "nod" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "skapar kontext fĥr xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "nodens cpu-numa-noder" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "nodens cpu-uttag" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "nodens cpu-k¤rnor" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "nodens cpu-trdar" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "nodens aktiva cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "nodens cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "nodens minne" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "nodens dom¤nlista" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "sl upp dom¤nfilnamn" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "nodens dom¤nlista" -#: src/test.c:475 -#, fuzzy +#: src/test.c:540 msgid "resolving network filename" +msgstr "sl upp n¤tverksfilnamn" + +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "nodens dom¤nlista" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" msgstr "sl upp dom¤nfilnamn" -#: src/test.c:553 +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ange en sĥkv¤g eller anv¤nd test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "Dom¤n hittades inte" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "dom¤n %s finns redan" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Dom¤nen kĥr fortfarande" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "autostarta en dom¤n" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "nodens dom¤nlista" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "misslyckades att l¤sa frn Xen-demonen" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "nodens dom¤nlista" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Dom¤n %s sparad till %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: misslyckades att skriva loggfilen: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Dom¤nen kĥr redan" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "Dom¤nen kĥr fortfarande" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" -msgstr "Dom¤nen kĥr fortfarande" - -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" -msgstr "Dom¤nen kĥr redan" - -#: src/util.c:154 +#: src/test.c:1532 #, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgid "Network '%s' is still running" +msgstr "N¤tverket kĥr fortfarande" -#: src/util.c:170 +#: src/test.c:1547 #, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "Misslyckades att skapa XML" +msgid "Network '%s' is already running" +msgstr "N¤tverket kĥr redan" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "misslyckades att skriva konfigurationsfilen: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "misslyckades att f v¤rdnamn" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "misslyckades att f v¤rdnamn" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "misslyckades att f v¤rdnamn" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "misslyckades att skriva konfigurationsfilen: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Misslyckades att skapa n¤tverk frn %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "slut p minne" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Misslyckades att ĥppna \"%s\": %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "nodens cpu-uttag" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "ok¤nt kommando: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Misslyckades att skriva till uttag %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "kunde inte analysera anslutning-URI" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "kunde inte analysera konfigurationsfilen %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "kunde inte analysera konfigurationsfilen %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Misslyckades att avdefiniera dom¤n %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "fel: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "skriv ut hj¤lp" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Skriv ut global hj¤lp eller beordra speficik hj¤lp." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "namn p kommando" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4045,322 +4454,322 @@ msgstr "" "Kommandon:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "autostarta en dom¤n" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "Konfigurera en dom¤n till att automatiskt starta vid uppstart." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "dom¤nnman, id eller uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "inaktivera autostartning" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Misslyckades att markera dom¤n %s som autostartad" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Misslyckades att avmarkera dom¤n %s som autostartad" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Dom¤n %s markerad som autostartad\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Dom¤n %s avmarkerad som autostartad\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(ter)anslut till hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "anslutnings-URI fĥr hypervisor" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "anslutning skrivskyddad" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Misslyckades att koppla ner frn hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Misslyckades att ansluta till hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "anslut till g¤stkonsollen" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "Anslut virtuella seriekonsollen fĥr g¤sten" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "Ingen konsoll tillg¤nglig fĥr dom¤nen\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "konsol ¤r inte implementerad p denna plattform" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "lista dom¤ner" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returnera lista p dom¤ner" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "lista inaktiva dom¤ner" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "lista inaktiva & aktiva dom¤ner<" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Misslyckades att lista aktiva dom¤ner" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Misslyckades att lista inaktiva dom¤ner" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Namn" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Tilstnd" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "inget tillstnd" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "dom¤ntillstnd" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returnerar tillstnd fĥr en kĥranade dom¤n." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" -msgstr "" +msgstr "h¤mta enhetsblocks-statistik fĥr en dom¤n" -#: src/virsh.c:706 -#, fuzzy +#: src/virsh.c:705 msgid "Get device block stats for a running domain." -msgstr "Returnerar tillstnd fĥr en kĥranade dom¤n." +msgstr "H¤mta enhetsblocks-statistik fĥr en kĥranade dom¤n." -#: src/virsh.c:712 -#, fuzzy +#: src/virsh.c:711 msgid "block device" -msgstr "blockerad" +msgstr "blockenhet" -#: src/virsh.c:733 -#, fuzzy, c-format +#: src/virsh.c:732 +#, c-format msgid "Failed to get block stats %s %s" -msgstr "Misslyckades att spara dom¤n %s till %s" +msgstr "Misslyckades att h¤mta block statistik %sl %s" + +#: src/virsh.c:761 +msgid "get network interface stats for a domain" +msgstr "h¤mta n¤tverksgr¤nssnitt-statistik fĥr en dom¤n" #: src/virsh.c:762 -#, fuzzy -msgid "get network interface stats for a domain" -msgstr "anslut n¤tverksgr¤nssnitt" - -#: src/virsh.c:763 -#, fuzzy msgid "Get network interface stats for a running domain." -msgstr "Returnerar tillstnd fĥr en kĥranade dom¤n." +msgstr "H¤mta statistik fĥr n¤tverksgr¤nssnitt fĥr en kĥranade dom¤n." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" -msgstr "" +msgstr "gr¤nssnittsenhet" -#: src/virsh.c:790 -#, fuzzy, c-format +#: src/virsh.c:789 +#, c-format msgid "Failed to get interface stats %s %s" -msgstr "misslyckades att f gr¤nssnittsinformation" +msgstr "Misslyckades att h¤mta gr¤nssnittsstatistik %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspendera en dom¤n" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspendera en kĥrande dom¤n." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Dom¤n %s suspenderad\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Misslyckades att suspendera dom¤n %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "skapa en dom¤n frn en XML-fil" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Skapa en dom¤n." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "fil som innehller XML-dom¤nbeskrivningen" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Dom¤n %s skapad frn %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Misslyckades att skapa dom¤n frn %s" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "definiera (men start inte) en dom¤n frn en XML-fil" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Definiera en dom¤n." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Dom¤n %s definierad frn %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Misslyckades att definiera dom¤n frn %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "avdefiniera en inaktiv dom¤n" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Avdefiniera konfigurationen fĥr en inaktiv dom¤n." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "dom¤nnamn eller uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Dom¤n %s har avdefinierats\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Misslyckades att avdefiniera dom¤n %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "starta en (tidigare definierad) inaktiv dom¤n" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Starta en dom¤n." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "namn fĥr den inaktiva dom¤nen" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Dom¤nen ¤r redan aktiv" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Dom¤n %s startade\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Misslyckades att starta dom¤n %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "spara ett dom¤ntillstnd till en fil" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Spara en kĥrande dom¤n." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "var data ska sparas" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Dom¤n %s sparad till %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Misslyckades att spara dom¤n %s till %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "visa/s¤tt parametrar fĥr schemal¤ggare" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Visa/s¤tt parametrar fĥr schemal¤ggare." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "vikt fĥr XEN_CREDIT" @@ -4369,290 +4778,294 @@ msgstr "vikt fĥr XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "gr¤ns fĥr XEN_CREDIT" -#: src/virsh.c:1148 -#, fuzzy +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "Ogiltigt v¤rde %d fĥr minnesstorlek" +msgstr "Ogiltigt v¤rde fĥr vikt" -#: src/virsh.c:1158 -#, fuzzy +#: src/virsh.c:1162 msgid "Invalid value of cap" -msgstr "Ogiltigt v¤rde %d fĥr minnesstorlek" +msgstr "Ogiltigt v¤rde fĥr gr¤ns" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "Ogiltigt v¤rde fĥr gr¤ns" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Schemal¤ggare" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "Ok¤nd" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "terst¤ll en dom¤n frn ett sparat tillstnd i en fil" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "…terst¤ll en dom¤n." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "tillstndet som ska terst¤llas" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Dom¤n terst¤lld frn %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Misslyckades att terst¤lla dom¤n frn %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Spara k¤rnan fĥr en dom¤n." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "var k¤rnan ska sparas" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Dom¤n %s sparad till %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Misslyckades att spara dom¤n %s till %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "forts¤tt en dom¤n" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Forts¤tt en tidigare suspenderad dom¤n." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Dom¤n %s fortsatt\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Misslyckades att forts¤tta dom¤n %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "st¤ng sn¤llt ned en dom¤n" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Kĥr nedst¤ngning i mldom¤nen." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Dom¤n %s hller p att st¤ngas ned\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Misslyckades att st¤nga ned dom¤n %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "starta om en dom¤n" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "Kĥr ett omstartskommando i mldom¤nen." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Dom¤n %s hller p att starts om\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Misslyckades att starta om dom¤n %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "fĥrstĥr en dom¤n" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Fĥrstĥr en given dom¤n." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Dom¤n %s fĥrstĥrd\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Misslyckades att fĥrstĥra dom¤n %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "dom¤ninformation" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returnerar grundinformation om dom¤nen." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Namn:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS-typ:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Tillstnd:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(er):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU-tid:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max minne:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ingen gr¤ns" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Anv¤nt minne:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "Autostart" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "Namn" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 -#, fuzzy +#: src/virsh.c:1611 msgid "NUMA free memory" -msgstr "Anv¤nt minne:" +msgstr "NUMA oanv¤nt minne" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." -msgstr "" +msgstr "visa oanv¤nt minne fĥr NUMA-cellen." -#: src/virsh.c:1586 -#, fuzzy +#: src/virsh.c:1617 msgid "NUMA cell number" -msgstr "NUMA-cell(er):" +msgstr "NUMA-cellnummer:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" -msgstr "" +msgstr "Totalt" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "dom¤nens vcpu-information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returnerar grundinformation om dom¤nens virtuella CPU:er." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU-sl¤ktskap:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "Dom¤n avst¤ngd, virtuella CPU:er ej n¤rvarande." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "kontrolldom¤nens vcpu-sl¤ktskap" -#: src/virsh.c:1710 +#: src/virsh.c:1741 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:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu-nummer" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "v¤rdens cpu-nummmer (komma-separerade)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "misslyckades att f nodinformation" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Ogiltigt format. Tom str¤ng." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, 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:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4661,1351 +5074,1387 @@ msgstr "" "cpulist: %s: Ogiltigt format. Fĥrv¤ntade siffra eller komma p position %d " "(n¤ra '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, 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:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "Fysisk CPU %d finns inte." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "¤ndra antal virtuella CPU:er" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "antal virtuella CPU:er" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "Ogiltigt antal virtuella CPU:er." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "Fĥr mnga virtuella CPU:er." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "¤ndra minnesallokering" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 msgid "number of kilobytes of memory" msgstr "antal kilobytes minne" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, 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:1965 msgid "Unable to verify MaxMemorySize" msgstr "Kan inte verifiera MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "¤ndra gr¤ns fĥr maximalt minne" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "maximal minnesgr¤ns i kilobytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "Kan inte verifiera aktuell MemorySize" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "Kan inte krympa aktuell MemorySize" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "Kan inte ¤ndra MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "nodinformation" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returnerar grundinformation om noden." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "misslyckades att f nodinformation" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU-modell:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU-frekvens:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU-uttag:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "K¤rnor per uttag:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Trdar per k¤rna:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA-cell(er):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Minnesstorlek:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "kapabiliteter" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Returnera kapabiliteter fĥr hypervisor/drivrutin." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "misslyckades att h¤mta kapabiliteter" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "dom¤ninformation i XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "konvertera ett dom¤n-id eller UUID till dom¤nnamn" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "dom¤nnamn eller uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 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:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "konvertera ett dom¤nnamn eller id till dom¤n-UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "dom¤nnamn eller uuid" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "misslyckades att h¤mta dom¤n-UUID" -#: src/virsh.c:2219 -msgid "migrate domain to another host" -msgstr "" - -#: src/virsh.c:2220 -msgid "Migrate domain to another host. Add --live for live migration." -msgstr "" - -#: src/virsh.c:2225 -#, fuzzy -msgid "live migration" -msgstr "nodinformation" - -#: src/virsh.c:2227 -#, fuzzy -msgid "connection URI of the destination host" -msgstr "anslut till g¤stkonsollen" - -#: src/virsh.c:2228 -msgid "migration URI, usually can be omitted" -msgstr "" - #: src/virsh.c:2250 -msgid "migrate: Missing desturi" +msgid "migrate domain to another host" +msgstr "migrera dom¤n till en annan v¤rd" + +#: src/virsh.c:2251 +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:2256 +msgid "live migration" +msgstr "live-migrering" + +#: src/virsh.c:2258 +msgid "connection URI of the destination host" +msgstr "anslutnings-URI fĥr mlv¤rden" + +#: src/virsh.c:2259 +msgid "migration URI, usually can be omitted" +msgstr "migrerings-URI, kan oftas uteslutas" + +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2283 +msgid "migrate: Missing desturi" +msgstr "migrera: Saknar desturi" + +#: src/virsh.c:2318 msgid "autostart a network" msgstr "starta ett n¤tverk automatiskt" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "Konfigurera ett n¤tverk att starta automatiskt vid uppstart." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "n¤tverksnamn eller uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "Misslyckades att markera n¤tverk %s som autostartat" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "Misslyckades att avmarkera n¤tverk %s som autostartat" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "N¤tverk %s markerat som autostartat\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "N¤tverk %s avmarkerat som autostartat\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "skapa ett n¤tverk frn en XML-fil" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Skapa ett n¤tverk." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "fil som innehller XML-n¤tverksbeskrivningen" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "N¤tverk %s skapat frn %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Misslyckades att skapa n¤tverk frn %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "definiera (men starta inte) ett n¤tverk frn en XML-fil" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "Definiera ett n¤tverk." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "N¤tverk %s definierad frn %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Misslyckades att definiera n¤tverk frn %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "fĥrstĥr ett n¤tverk" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "Fĥrstĥr ett givet n¤tverk." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "n¤tverksnamn, id eller uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "N¤tverk %s fĥrstĥrt\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Misslyckades att fĥrstĥra n¤tverk %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "n¤tverksinformation i XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "lista n¤tverk" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Returnera lista p n¤tverk." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "lista inaktiva n¤tverk" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "lista inaktiva & aktiva n¤tverk" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Misslyckades att lista aktiva n¤tverk" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Misslyckades att lista inaktiva n¤tverk" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "Autostart" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ingen autostart" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "aktiv" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "inaktiv" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "konvertera ett n¤tverks-UUID till n¤tverksnamn" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "n¤tverks-uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "starta ett (tidigare definierat) inaktivt n¤tverk" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "Starta ett n¤tverk." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "namn fĥr det inaktiva n¤tverket" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "N¤tverk %s startat\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Misslyckades att starta n¤tverk %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "avdefiniera ett inaktivt n¤tverk" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Avdefiniera konfigurationen fĥr ett inaktivt n¤tverk." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "N¤tverk %s har avdefinierats\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Misslyckades att avdefiniera n¤tverk %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "konvertera ett n¤tverksnamn till n¤tverks-UUID" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "n¤tverksnamn" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "misslyckades att h¤mta n¤tverks-UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "autostarta en dom¤n" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, 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:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "dom¤nnamn eller uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Misslyckades att markera n¤tverk %s som autostartat" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Misslyckades att avmarkera n¤tverk %s som autostartat" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Dom¤n %s markerad som autostartad\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Dom¤n %s avmarkerad som autostartad\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "skapa en dom¤n frn en XML-fil" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Skapa en dom¤n." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "fil som innehller XML-dom¤nbeskrivningen" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Dom¤n %s skapad frn %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Misslyckades att skapa dom¤n frn %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "skapa en dom¤n frn en XML-fil" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "namn fĥr den inaktiva dom¤nen" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "misslyckades att allokera buffer" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Dom¤n %s skapad frn %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Misslyckades att skapa dom¤n frn %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "definiera (men start inte) en dom¤n frn en XML-fil" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Definiera en dom¤n." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Dom¤n %s definierad frn %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Misslyckades att definiera dom¤n frn %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Dom¤n %s definierad frn %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Misslyckades att avdefiniera dom¤n %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Misslyckades att suspendera dom¤n %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "fĥrstĥr en dom¤n" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Fĥrstĥr en given dom¤n." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Dom¤n %s fĥrstĥrd\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Misslyckades att fĥrstĥra dom¤n %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Fĥrstĥr en given dom¤n." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Dom¤n %s fĥrstĥrd\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Misslyckades att fĥrstĥra dom¤n %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Dom¤n %s fortsatt\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Misslyckades att forts¤tta dom¤n %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "dom¤ninformation i XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "lista dom¤ner" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returnera lista p dom¤ner" -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "lista inaktiva dom¤ner" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "lista inaktiva & aktiva dom¤ner<" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Misslyckades att lista aktiva dom¤ner" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Misslyckades att lista inaktiva dom¤ner" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "ogiltig n¤tverkspekare i %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "fĥr mnga drivrutiner registrerade" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "slut p minne" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Misslyckades att avdefiniera dom¤n %s" +msgstr "Misslyckades att spara dom¤n %s till %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "fĥr mnga drivrutiner registrerade" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "nodinformation" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returnerar grundinformation om noden." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "kĥr" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allokerar dom¤n" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "konvertera ett n¤tverks-UUID till n¤tverksnamn" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "dom¤n-uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "starta en (tidigare definierad) inaktiv dom¤n" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Starta en dom¤n." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "namn fĥr den inaktiva dom¤nen" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Dom¤n %s startade\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Misslyckades att starta dom¤n %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "skapa en dom¤n frn en XML-fil" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Skapa en dom¤n." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "namn fĥr den inaktiva dom¤nen" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Dom¤n %s skapad frn %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Misslyckades att skapa XML" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "avdefiniera en inaktiv dom¤n" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Avdefiniera konfigurationen fĥr en inaktiv dom¤n." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Dom¤n %s har avdefinierats\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Misslyckades att avdefiniera dom¤n %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "konvertera ett n¤tverksnamn till n¤tverks-UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "misslyckades att h¤mta dom¤n-UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "skapa en dom¤n frn en XML-fil" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "fil som innehller XML-dom¤nbeskrivningen" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Dom¤n %s skapad frn %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Misslyckades att skapa dom¤n frn %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Fĥrstĥr en given dom¤n." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Dom¤n %s fĥrstĥrd\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Misslyckades att fĥrstĥra dom¤n %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "nodinformation" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returnerar grundinformation om noden." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS-typ:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "XML-fil" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blockerad" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "dom¤ninformation i XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "lista dom¤ner" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returnera lista p dom¤ner" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Misslyckades att lista aktiva dom¤ner" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "konvertera ett n¤tverks-UUID till n¤tverksnamn" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "konvertera ett n¤tverks-UUID till n¤tverksnamn" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "dom¤n-uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "konvertera ett n¤tverks-UUID till n¤tverksnamn" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "visa version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Visa informationen om systemversion" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "misslyckades att h¤mta typ av hypervisor" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Kompilerad med bibliotek: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "misslyckades att h¤mta biblioteksversion" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Anv¤nder bibliotek: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Anv¤nder API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "misslyckades att h¤mta version av hypervisor" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Kan inte h¤mta ut version frn kĥrande %s hypervisor\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Kĥr hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "migrera dom¤n till en annan v¤rd" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "kapabiliteter" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Misslyckades att ansluta till hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Misslyckades att lista inaktiva dom¤ner" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "skriv ut v¤rdnamnet fĥr hypervisor" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "misslyckades att f v¤rdnamn" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "skriv ut de canonical-URI fĥr hypervisor" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "misslyckades att h¤mta URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc-sk¤rm" -#: src/virsh.c:4449 +#: src/virsh.c:4575 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:4524 +#: src/virsh.c:4650 msgid "tty console" -msgstr "" +msgstr "tty-konsol" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." -msgstr "" +msgstr "Skriv ut enheten fĥr TTY-konsolen." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "anslut enhet frn en XML-fil" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "Anslut enhet frn en XML ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML-fil" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "Misslyckades att ansluta enhet frn %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "avmontera enhet frn en XML-fil" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "Avmontera enhet frn en XML-fil" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "Misslyckades att avmontera enheten frn %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "anslut n¤tverksgr¤nssnitt" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "Anslut nytt n¤tverksgr¤nssnitt." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "n¤tverksgr¤nssnittstyp" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "k¤lla fĥr n¤tverksgr¤nssnitt" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "mlets n¤tverksnamn" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC-adress" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "skript som anv¤nds fĥr brygga n¤tverksgr¤nssnitt" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Inget stĥd fĥr %s i kommando 'attach-interface'" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "anslut n¤tverksgr¤nssnitt" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "Avmontera n¤tverksgr¤nssnitt." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "misslyckades att f gr¤nssnittsinformation" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "Hittade inget gr¤nssnitt vars typ ¤r %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Hittade inget gr¤nssnitt vars MAC-adress ¤r %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "Misslyckades att allokera minne" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "Misslyckades att skapa XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "anslut diskenhet" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "Anslut ny diskenhet." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "k¤lla fĥr skivenhet" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "ml fĥr diskenhet" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "drivrutin fĥr diskenhet" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "underdrivrutin till diskenhet" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "mlenhetstyp" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "l¤ge fĥr enhetsl¤sning och skrivning" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Inget stĥd fĥr %s i kommando 'attach-disk'" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "avmontera diskenhet" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "Avmontera diskenhet." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "Misslyckades att f diskinformation" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "Hittade ingen disk som hade mlet %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "Misslyckades att allokera minne" +msgstr "misslyckades att allokera en nod" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "misslyckades att skriva loggfilen" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "misslyckades att skriva loggfilen" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "misslyckades att skriva loggfilen" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Misslyckades att skapa inaktiv dom¤n %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "dom¤nnamn" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "misslyckades att skriva loggfilen" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Avdefiniera konfigurationen fĥr en inaktiv dom¤n." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Avdefiniera konfigurationen fĥr en inaktiv dom¤n." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "kunde inte l¤sa konfigurationsfilen" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Avdefiniera konfigurationen fĥr ett inaktivt n¤tverk." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Avdefiniera konfigurationen fĥr ett inaktivt n¤tverk." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Avdefiniera konfigurationen fĥr en inaktiv dom¤n." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Avdefiniera konfigurationen fĥr en inaktiv dom¤n." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "avsluta denna interaktiva terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "kommando '%s' kr¤ver flaggan <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "kommando '%s' kr¤ver flaggan --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "kommandot '%s' finns inte" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAMN\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6013,7 +6462,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6021,7 +6470,7 @@ msgstr "" "\n" " BESKRIVNING\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6029,55 +6478,55 @@ msgstr "" "\n" " FLAGGOR\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "odefinierat dom¤nnamn eller id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "misslyckades att h¤mta dom¤n '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "odefinierat n¤tverksnamn" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "misslyckades att h¤mta n¤tverk '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "odefinierat n¤tverksnamn" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "misslyckades att h¤mta dom¤n '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "odefinierat n¤tverksnamn" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "misslyckades att h¤mta dom¤n '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6088,130 +6537,129 @@ msgstr "" "(Tid: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "saknar \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "ov¤ntad token (kommandonamn): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "ok¤nt kommando: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "kommandot '%s' stĥder inte flaggan --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "fĥrv¤ntad syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "nummer" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "str¤ng" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "ov¤ntad data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "FLAGGA" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "XML-fil" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "stannad" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "st¤nger ner" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "avst¤ngd" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "kraschad" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "oansluten" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "ingen giltig anslutning" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: fel: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "fel: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: misslyckades att allokera %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: misslyckades att allokera %lu bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "misslyckades att ansluta till hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "misslyckades att f loggfilsinformation" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "sĥkv¤gen till loggen ¤r inte en fil" -#: src/virsh.c:6514 +#: src/virsh.c:6643 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:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "misslyckades att skriva loggfilen" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "misslyckades att skriva loggfilen" +msgstr "%s: misslyckades att skriva loggfilen: %s" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Misslyckades att koppla ner frn hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6244,7 +6692,7 @@ msgstr "" "\n" " kommandon (icke-interaktivt l¤ge):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6254,12 +6702,12 @@ msgstr "" " (ange --help fĥr detaljer om kommandot)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "flaggan '-%c' stĥds ej. Se --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6268,7 +6716,7 @@ msgstr "" "V¤lkommen till %s, den interaktiva terminalen fĥr virtualisering.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6286,873 +6734,953 @@ msgstr "varning" msgid "error" msgstr "fel" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "Inget felmeddelande gavs" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internt fel %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internt fel" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "denna funktion stĥds inte av hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "denna funktion stĥds inte av hypervisor: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "kan inte ansluta till hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "kunde inte ansluta till %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ogiltig anslutningspekare i" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "ogiltig anslutningspekare i %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ogiltig dom¤npekare i" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "ogiltig dom¤npekare i %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "ogiltigt argument i " -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "ogiltigt argument i %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation misslyckades: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation misslyckades" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET-operation misslyckades: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET-operation misslyckades" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST-operation misslyckades: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST-operation misslyckades" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "fick ok¤nd HTTP-felkod %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "ok¤nd v¤rd %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "ok¤nd v¤rd" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "misslyckades att serialisera S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "misslyckades att serialisera S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "kunde inte anv¤nda akten fĥr Xens hypervisor" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "kunde inte anv¤nda akten fĥr Xens hypervisor %s<" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "kunde inte ansluta till Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "kunde inte ansluta till Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "misslyckat Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "ok¤nd OS-typ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "ok¤nd OS-typ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "saknar k¤rninformation" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "saknar rot-enhetsinformation" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "saknar rotenhetsinformation i %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "saknar k¤llinformation fĥr enhet" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "saknar k¤llinformation fĥr enhet %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "saknar mlinformation fĥr enhet" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "saknar mlinformation fĥr enhet %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "saknar dom¤nnamnsinformation" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "saknar dom¤nnamnsinformation i %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "saknar operativsysteminformation" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "saknar operativsysteminformation fĥr %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "saknar enhetsinformation" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "saknar enhetsinformation fĥr %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "fĥr mnga drivrutiner registrerade" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "fĥr mnga drivrutiner registrerade i %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "biblioteksanrop misslyckades, stĥds troligen inte" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "biblioteksanrop %s misslyckades, stĥds troligen inte" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML-beskrivning inte v¤lformulerad eller ogiltig" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "denna dom¤n finns redan" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "dom¤n %s finns redan" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation ej tillten vid skrivskyddad tkomst" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s otillten vid skrivskyddad tkomst" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "kunde inte ĥppna konfigurationsfilen fĥr l¤sning" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "kunde inte ĥppna %s fĥr l¤sning" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "kunde inte l¤sa konfigurationsfilen" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "kunde inte l¤sa konfigurationsfilen %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "kunde inte analysera konfigurationsfilen" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "kunde inte analysera konfigurationsfilen %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "syntaxfel i konfigurationsfilen" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "syntaxfel i konfigurationsfilen: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "misslyckades att skriva konfigurationsfilen" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "misslyckades att skriva konfigurationsfilen: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "avl¤sningsfel" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "ogiltig n¤tverkspekare i" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "ogiltig n¤tverkspekare i %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "detta n¤tverk finns redan" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "n¤tverk %s finns redan" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "systemanropsfel" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC-fel" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS-anropsfel" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "Misslyckades att hitta n¤tverk" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "Misslyckades att hitta n¤tverket: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "Dom¤n hittades inte" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "Dom¤n hittades inte: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "N¤tverk hittades inte" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "N¤tverk hittades inte: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "ogiltig MAC-adress" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "ogiltigt MAC-adress: %s" -#: src/virterror.c:688 -#, fuzzy +#: src/virterror.c:696 msgid "authentication failed" -msgstr "operation misslyckades" +msgstr "autentisering misslyckades" -#: src/virterror.c:690 -#, fuzzy, c-format +#: src/virterror.c:698 +#, c-format msgid "authentication failed: %s" -msgstr "operation misslyckades: %s" +msgstr "autentisering misslyckades: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "N¤tverk hittades inte" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "N¤tverk hittades inte: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "N¤tverk hittades inte" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "N¤tverk hittades inte: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "ogiltig n¤tverkspekare i" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "ogiltig n¤tverkspekare i %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "ogiltig n¤tverkspekare i" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "ogiltig n¤tverkspekare i %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Misslyckades att hitta n¤tverk" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Misslyckades att hitta n¤tverket: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Misslyckades att hitta n¤tverk" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Misslyckades att hitta n¤tverket: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ogiltig dom¤npekare i" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "ogiltig dom¤npekare i %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Dom¤n hittades inte" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Dom¤n hittades inte: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allokerar dom¤n" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "misslyckades att allokera en nod" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" -msgstr "" +msgstr "Parametern fĥr kreditplanerarvikt (%d) ¤r ej i intervallet (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" -msgstr "" +msgstr "Parametern fĥr kreditplanerargr¤ns (%d) ¤r ej i intervallet (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allokerar %d dom¤n-info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "misslyckades att allokera en nod" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "misslyckades att ansluta till Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "misslyckades att l¤sa frn Xen-demonen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Misslyckades att forts¤tta dom¤n %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allokera ny buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation misslyckades: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "misslyckades att urlkoda den skapade S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "dom¤ninformation inkomplett, saknar domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "dom¤ninformation fel, domid ¤r inte numerisk" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "dom¤ninformation inkomplett, saknar uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "dom¤ninformation inkomplett, saknar namn" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "dom¤ninformation inkomplett, saknar namn" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "dom¤ninformation ej komplett, saknar k¤rna & startprogram" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "ok¤nd OS-typ" +msgstr "mlenhetstyp" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "ok¤nd OS-typ" +msgstr "ok¤nd OS-typ %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "dom¤ninformation inkomplett, vbd har ingen dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "dom¤ninformation inkomplett, vbd har ingen src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "kan inte analysera vbd-filnamn, saknar drivrutinsnamn" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "kan inte analysera vbd-filnamn, saknar drivrutinstyp" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "ogiltigt MAC-adress: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "ov¤ntad dict-nod" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "ok¤nd OS-typ %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "dom¤ninformation ej komplett, saknar uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ok¤nd OS-typ %s" -#: src/xend_internal.c:2602 -#, fuzzy +#: src/xend_internal.c:2559 msgid "failed to parse topology information" -msgstr "misslyckades att analysera dom¤ninformation fĥr Xend" +msgstr "misslyckades att analysera topologi-information" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "syntaxfel i konfigurationsfilen" +msgstr "syntaxfel i topologin" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "misslyckades att analysera dom¤ninformation fĥr Xend" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Misslyckades att suspendera dom¤n %s" +msgstr "misslyckades att serialisera S-Expr" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "mlenhetstyp" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ov¤ntad v¤rde-nod" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "nodens minne" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation misslyckades" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Misslyckades att avdefiniera dom¤n %s" +msgstr "Misslyckades att avdefiniera n¤tverk %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation misslyckades: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "misslyckades att f v¤rdnamn" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "misslyckades att analysera dom¤ninformation fĥr Xend" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Misslyckades att skapa inaktiv dom¤n %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "dom¤ninformation inkomplett, saknar namn" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "Ok¤nd" +msgstr "Schemal¤ggare" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "misslyckades att f v¤rdnamn" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "dom¤ninformation inkomplett, saknar uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "dom¤ninformation inkomplett, saknar uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "ogiltigt argument i %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "kunde inte ĥppna %s fĥr l¤sning" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "Misslyckades att ĥppna \"%s\": %s" +msgstr "kunde inte l¤sa konfigurationsfilen %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ov¤ntad mime-typ" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "ov¤ntad mime-typ" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "ov¤ntad mime-typ" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ov¤ntad v¤rde-nod" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "nodens dom¤nlista" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "biblioteksanrop misslyckades, stĥds troligen inte" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "syntaxfel i konfigurationsfilen: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "ov¤ntad v¤rde-nod" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "ov¤ntad v¤rde-nod" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "ov¤ntad v¤rde-nod" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "anslutning skrivskyddad" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "lista inaktiva dom¤ner" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "misslyckades att skriva konfigurationsfilen: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "ov¤ntad dict-nod" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Misslyckades att terst¤lla dom¤n frn %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "Kan inte verifiera aktuell MemorySize" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "kunde inte l¤sa konfigurationsfilen %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "ok¤nd OS-typ" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Misslyckades att h¤mta block statistik %sl %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Misslyckades att skapa dom¤n frn %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Misslyckades att ĥppna \"%s\": %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allokera lista av str¤ngar" #: src/xmlrpc.c:53 @@ -7197,6 +7725,10 @@ msgstr "allokera svar" msgid "read response" msgstr "l¤s svar" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allokera lista av str¤ngar" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "analys av svar frn server misslyckades" @@ -7205,306 +7737,45 @@ msgstr "analys av svar frn server misslyckades" msgid "allocate new context" msgstr "allokera ny kontext" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "misslyckades att ansluta till Xen Store" -#~ msgid "blocked" -#~ msgstr "blockerad" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "mlenhetstyp" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "mlets n¤tverksnamn" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "Kan inte verifiera aktuell MemorySize" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "saknar mlinformation fĥr enhet" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "n¤tverksnamn eller uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "ogiltigt argument i " - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "saknar rot-enhetsinformation" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "Ogiltigt v¤rde %d fĥr minnesstorlek" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "saknar rot-enhetsinformation" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "saknar dom¤nnamnsinformation" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ogiltig dom¤npekare i" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "ogiltig dom¤npekare i" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Misslyckades att skapa n¤tverk frn %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "misslyckades att skriva konfigurationsfilen: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "misslyckades att skriva konfigurationsfilen: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "Misslyckades att ĥppna \"%s\": %s" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "misslyckades att skriva konfigurationsfilen: %s" +msgid "failed to allocate activeDomainList" +msgstr "Misslyckades att lista aktiva dom¤ner" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "Misslyckades att ĥppna \"%s\": %s" +msgid "failed to allocate xsWatchList" +msgstr "misslyckades att allokera en nod" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "misslyckades att skriva konfigurationsfilen: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "Misslyckades att allokera minne" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "kunde inte kĥra %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "Kan inte verifiera aktuell MemorySize" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "operation misslyckades: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "operation misslyckades: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "operation misslyckades: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "Misslyckades att allokera minne" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "operation misslyckades: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "kunde inte ĥppna %s fĥr l¤sning" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "operation misslyckades: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "operation misslyckades: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Misslyckades att starta dom¤n %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "operation misslyckades: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "saknar mlinformation fĥr enhet" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "saknar dom¤nnamnsinformation" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "saknar dom¤nnamnsinformation" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "ogiltig dom¤npekare i" - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "ogiltig dom¤npekare i" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "allokera v¤rdelista" - -#~ msgid "failed to exec %s\n" -#~ msgstr "kunde inte kĥra %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "misslyckades att f nodinformation" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "Misslyckades att ĥppna \"%s\": %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allokera privat data" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "ov¤ntad mime-typ" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Misslyckades att skapa XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "Misslyckades att allokera minne" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "Misslyckades att allokera minne" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "dom¤nnamn eller uuid" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "ogiltig dom¤npekare i %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "n¤tverksnamn eller uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "n¤tverksnamn eller uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "saknar k¤llinformation fĥr enhet" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "ogiltig dom¤npekare i %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "dom¤nnamn eller uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "nodinformation" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "dom¤nens vcpu-information" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "dom¤nens vcpu-information" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "misslyckades att allokera en nod" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "misslyckades att allokera en nod" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "Misslyckades att allokera minne" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "misslyckades att allokera en nod" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "misslyckades att allokera en nod" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "Misslyckades att allokera minne" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "misslyckades att allokera en nod" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "Misslyckades att allokera minne" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "n¤tverksnamn eller uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "misslyckades att allokera en nod" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "" -#~ "kunde inte l¤gga till n¤tverk till hashindextabellen fĥr anslutningar" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "allokerar sĥkv¤g" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "Misslyckades att skapa XML" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "Misslyckades att ĥppna \"%s\": %s" +msgid "reallocating list" +msgstr "allokerar sĥkv¤g" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Misslyckades att spara dom¤n %s till %s" +msgid "failed to allocate domids" +msgstr "misslyckades att allokera en nod" #~ msgid "domain" #~ msgstr "dom¤n" -#~ msgid "domain name" -#~ msgstr "dom¤nnamn" - -#~ msgid "domain uuid" -#~ msgstr "dom¤n-uuid" - #~ msgid "domain memory" #~ msgstr "dom¤nminne" @@ -7526,80 +7797,27 @@ msgstr "misslyckades att ansluta till Xen Store" #~ msgid "load domain definition file" #~ msgstr "l¤s in dom¤ndefinitionsfil" -#, fuzzy #~ msgid "network" -#~ msgstr "n¤tverksnamn" +#~ msgstr "n¤tverk" -#, fuzzy #~ msgid "network forward" -#~ msgstr "n¤tverksnamn" +#~ msgstr "n¤tverksefters¤ndning" -#, fuzzy #~ msgid "ip address" -#~ msgstr "MAC-adress" +#~ msgstr "ip-adress" + +#~ msgid "ip netmask" +#~ msgstr "ip-n¤tmask" -#, fuzzy #~ msgid "load network definition file" -#~ msgstr "l¤s in dom¤ndefinitionsfil" - -#~ msgid "too many domains" -#~ msgstr "fĥr mnga dom¤ner" - -#, fuzzy -#~ msgid "too many networks" -#~ msgstr "fĥr mnga anslutningar" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "l¤s in dom¤ndefinitionsfil" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "saknar rot-enhetsinformation" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "dom¤n %s finns redan" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "skapar kontext fĥr xpath" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "misslyckades att skriva konfigurationsfilen" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "misslyckades att allokera en nod" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "Misslyckades att hitta n¤tverket: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "Misslyckades att hitta n¤tverket: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "¤ndra minnesallokering" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "allokera svar" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internt fel %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "allokera ny buffer" +#~ msgstr "l¤s in n¤tverksdefinitionsfil" #~ msgid "Failed to open '%s': read: %s" #~ msgstr "Misslyckades att ĥppna %s fĥr l¤sning:%s" +#~ msgid "failed to exec %s\n" +#~ msgstr "kunde inte kĥra %s\n" + #~ msgid "growing buffer" #~ msgstr "v¤xande buffer" diff --git a/po/ta.po b/po/ta.po index 60d3e087f3..d4d216c6a3 100644 --- a/po/ta.po +++ b/po/ta.po @@ -1,16 +1,17 @@ -# translation of ta.po to Tamil -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# translation of libvirt.HEAD.ta.po to Tamil +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # Felix , 2006. # I felix , 2007. +# I. Felix , 2008. msgid "" msgstr "" -"Project-Id-Version: ta\n" +"Project-Id-Version: libvirt.HEAD.ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-09-24 18:04+0530\n" -"Last-Translator: I felix \n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-14 16:28+0530\n" +"Last-Translator: I. Felix \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,7 +20,7 @@ msgstr "" "X-Poedit-Country: INDIA\n" "X-Poedit-SourceCharset: utf-8\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\\n\n" "\n" "\n" "\n" @@ -28,761 +29,788 @@ msgstr "" "\n" "\n" "\n" +"\n" +"\n" +"\n" +"\n" +"\n" +"\n" + +#: gnulib/lib/gai_strerror.c:41 +msgid "Address family for hostname not supported" +msgstr "àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻà•àŻà•ààİ ààŻà•àµà°àż à•àŻàŸàŻààŻàŞààŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "àŞàŻ†àŻà°àŻ à¤àżà°àŻˆà¤àżàħàİàżà²àŻ à¤àħàŻà•àà²àżà• à¤àŻ‹à²àŻàµàż" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flagsà•àŻà•ààİ à¤àµàħààİ àà¤àżàŞàŻàŞàŻ" #: gnulib/lib/gai_strerror.c:44 -msgid "Address family for hostname not supported" -msgstr "" +msgid "Non-recoverable failure in name resolution" +msgstr "àŞàŻ†àŻà°àŻ à¤àżà°àŻˆà¤àżàħàİàżà²àŻ ààŻ€àŸàŻà•ààŻàŸàżàŻàठà¤àŻ‹à²àŻàµàż" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "à¨àżàİàŻˆàµà• à’à¤àŻà•àŻà•àŻ€àŸàŻ à¤àŻ‹à²àŻàµàż" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻàŸàİàŻ àŽà¨àŻà¤ ààŻà•àµà°àżàŻàŻààŻ à¤àŻŠàŸà°àŻàŞàŻàŸàŻˆàŻà¤àżà²àŻà²àŻˆ" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "à¨àŻ‚à²à• à…à´àŻˆàŞàŻàŞàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ, à¤àŻà£àŻˆàŞàŻà°àżàŻ àµààŻàŻàŞàŻàŞàżà²àŻà²àŻˆ" +msgid "Name or service not known" +msgstr "àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ àšàŻ‡àµàŻˆ à¤àŻ†à°àżàŻàà¤àŻ" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "à¨àżàİàŻˆàµà• à’à¤àŻà•àŻà•àŻ€àŸàŻàŸàŻˆ àààħàŻàħàµàŻààŻ" +msgid "Servname not supported for ai_socktype" +msgstr "Servname ai_socktypeà•àŻà•àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàà¤àŻ" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype à¤àŻà£àŻˆàŞàŻà°àżàŻàà¤àŻ" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "à•à£àżàİàż àŞàżà´àŻˆ" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "à…à³àµàŻà°àŻ à‡àŸàŻˆàŻà•ààŻ ààżà• àšàżàħàżàŻà¤àŻ" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "à•à£àżàİàż à…à´àŻˆàŞàŻàŞàŻ àŞàżà´àŻˆ" +msgid "Processing request in progress" +msgstr "àšàŻ†àŻà²àżà²àŻ àšàŻ†àŻà²àŻà•àŻà•ààİ àµàżà£àŻà£àŞàŻàŞààŻ" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "à•àŻ‹à°àżà•àŻà•àŻˆ à°à¤àŻà¤àŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸà¤àŻ" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "à•àŻ‹à°àżà•àŻà•àŻˆ à°à¤àŻà¤àŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàµàżà²àŻà²àŻˆ" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "à…àİàŻˆà¤àŻà¤àŻ à•àŻ‹à°àżà•àŻà•àŻˆà•à³àŻààŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸà¤àŻ" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "à’à°àŻ àšàżà•àŻàİà²àà²àŻ à‡àŸàŻˆàžàŻàšà²àŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸà¤àŻ" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "àà¤àżàŞàŻàŞàŻà°àŻ àšà°ààŻ àšà°àżàŻàà• à•àŻàħàżààŻàħàŻˆàŻàżàŸàŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "à¤àŻ†à°àżàŻàà¤à¤àŻ" +msgstr "à¤àŻ†à°àżàŻàठàŞàżà´àŻˆ" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s': %sà à…à£àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen àŸàŻ€àààİàżà²àżà°àŻà¨àŻà¤àŻ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàżà•àŻàİà²àŻ àŞàŻˆàŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàżàİàŻˆ à’à¤àŻà•àŻà•àŻà•àżàħà¤àŻ" +msgstr "SIGHUPà‡à²àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻˆ ààŻ€à£àŻàŸàŻààŻ ààħàŻàħàŻà•àżàħà¤àŻ" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà•àŻàµà¤àżà²àŻ àŞàżà´àŻˆ: %s" +msgstr "à‡àŻà•àŻà•àżà•à³àŻˆ ààħàŻ ààħàŻàħààŻ àšàŻ†àŻàŻàŻàŻààŻ àŞàŻ‹à¤àŻ àŞàżà´àŻˆ" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "àšàżà•àŻàİà²àŻ %dà àŞà£àżà¨àżàħàŻà¤àŻà¤àŞàŻ àšàŻ†àŻàŻà•àżàħà¤àŻ" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ ààŻàİàŻˆ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec à•àŻ‹àŞàŻàŞàŻ àµàżàµà°àżàŞàŻàŞàż à•àŻŠàŸàżàŻàŻˆ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "non-blocking à•àŻ‹àŞàŻàŞàŻ àµàżàµà°àżàŞàŻàŞàż à•àŻŠàŸàżàŻàŻˆ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr " pid à•àŻ‹àŞàŻàŞàŻ '%s' à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "fdopen pid à•àŻ‹àŞàŻàŞàŻ '%s'à à¤àŻ‹à²àŻàµàżàŻàŸàŻˆà¨àŻà¤à¤àŻ : %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "pid à•àŻ‹àŞàŻàŞàŻ '%s' à àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "pid à•àŻ‹àŞàŻàŞàŻ '%s' à ààŻ‚àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "struct qemud_socketà•àŻà•àŻ à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s'à•àŻà•àŻ àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ àŞàżà£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s'à‡à²àŻ à‡à£àŻˆàŞàŻàŞàŻˆ à•àŻ‡àŸàŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "àšàŻ‡àµàŻˆàŻà• à¨àżà•à´àŻàµàŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "socket: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "bind: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "listen: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "uid '%d'à•àŻà•àŻ àŞàŻàİà°àŻ àŞà¤àżàµàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "qemudInitPaths()à‡à²àŻ ààŻàŸàżàµàŻ àŞàà¤àŻˆ à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "struct qemud_serverà à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "SASL à…à™àŻà•àŻ€à•àà°à¤àŻà¤ %s à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "hypervisor à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit authà•àŻà•àŻ à•à£àżàİàż àŞà¸àŻà¸àŻˆ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" #: qemud/qemud.c:955 +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" + +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" + +#: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: à¤àŻ‹à²àŻàµàż: à•àżà³àŻˆàŻàİàŻ DN %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: àšà°àż àŞàà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻ à¨ààŻàŞà•à¤àŻà¤àİàŻààŻˆ à‡à²àŻà²àŻˆ." + +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +msgstr "remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻ àµà´à™àŻà•àżàŻàµà°àŻ à¤àŻ†à°àżàŻàµàżà²àŻà²àŻˆ." -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" +msgstr "remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻ àŽàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ." -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" +"remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻ àŞàà¤àŻà•ààŞàŻàŞàżà²àŻà²àठà•à£àżààŻàħàŻˆàŻàŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³à¤àŻ." -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" +msgstr "remoteCheckCertificate: àšààİàŻàħàżà¤à´àŻ X.509 à‡à²àŻà²àŻˆ" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" -msgstr "" +msgstr "remoteCheckCertificate: àŞàżàŻà°àŻà•à³àŻ à‡à²àŻà²àŻˆ" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init à¤àŻ‹à²àŻàµàż" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻ ààŻàŸàżàµàŻàħàŻàħà¤àŻ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻ à‡àİàŻàİàŻààŻ àšàŻ†àŻà²àŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àµàŻ‡àħàŻàŞàŸàŻàŸàŻ àŞàŻ†àŻà°àŻ à…àİàŻàà¤àżà•àŻà•àŞàŻàŞàŸàŻàŸ à•àżà³àŻˆàŻàİàŻà•à³àżà²àŻ " +"àŞàŸàŻàŸàżàŻà²àżàŸàŞàŻàŞàŸàµàżà²àŻà²àŻˆ (tls_allowed_dn_list). 'openssl x509 -in clientcert.pem-" +"text' à à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àżà²àŻ àµàŻ‡àħàŻàŞàŸàŻàŸ àŞàŻ†àŻà°àŻ àŞàŻà²à¤àŻà¤àżà²àŻ à…à²àŻà²à¤àŻ à‡à¨àŻà¤ àŸàŻ€àààİàŻˆ --verbose " +"àµàżà°àŻàŞàŻàŞà¤àŻà¤àŻàŸàİàŻ à‡àŻà•àŻà•àµàŻààŻ." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻˆ àšà°àżàŞàà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate à…ààŻˆà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ àŽàİàµàŻ‡ à¤àµàħààİ " +"àšààİàŻàħàżà¤à´àŻ à¤àµàżà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "à•àżà³àŻˆàŻàİàŻ àšà°àż àŞàà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "àŞàżà£àŻˆàŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à‡à£àŻˆà•àŻà• ààħàŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "polkit auth à ààŻàİàŻàİàżà°àżààŻˆàŻà³àżà•àŻà•àŞàŻàŞàŸàŻàŸ à•àżà³àŻˆàŻàİàŻ %dà•àŻà•àŻ à¨àżàħàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "TLS handshake à¤àŻ‹à²àŻàµàż: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "àµààšàż: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "write: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "àšàżà•àŻàİà²àŻ à•àŻˆàŻàà³àż %d àŞàżà´àŻˆà•à³àŻˆ à…àħàżà•àŻà•àŻˆàŻàżàŸàŻàŸà¤àŻ: à•àŸàŻˆàšàż àŞàżà´àŻˆ: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s config àŞàŸàŻàŸàżàŻà²àŻà•àŻà•àŻ à¨àżàİàŻˆàµà•ààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s config àŞàŸàŻàŸàżàŻà²àŻ àà¤àżàŞàŻàŞàŻà•àŻà•àŻ à¨àżàİàŻˆàµà•ààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: à’à°àŻ àšà°ààŻ à…à²àŻà²à¤àŻ àšà°à™àŻà•à³àżàİàŻ àŞàŸàŻàŸàżàŻà²àŻ\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" +"remoteReadConfigFile: %s: %s: à¤àµàħààİ àµà•àŻˆ: %s àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ; %sàŽà¤àżà°àŻàŞàŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà° àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à•àŻ‹à°àŻ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: à¤àŻà£àŻˆàŞàŻà°àżàŻàठauth %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "à°àŻ‚àŸàŻàŸàà• à‡àŻà™àŻà•àŻààŻ àŞàŻ‹à¤àŻ à•àŻà´àŻàµàŻˆ à…ààŻˆà•àŻà• ààŻàŸàżàŻàà¤àŻ" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "à•àŻà´àŻ '%s'à à¤àŻ‡àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "ààŻàħàŻˆààŻˆ '%s'à àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "àŸàŻ€àààİàà• àŞàżàŸàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "àŞàŻˆàŞàŻ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%sà‡àİàŻ à•àŻà´àŻ à‰à°àżààŻˆàŻàà³à°àŻˆ àààħàŻàħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "àšàżà•àŻàİà²àŻ àŞàŻˆàŞàŻàŞàŻà•àŻà•àŻ à•àà²àŻàŞàŻ‡à•àŻà•àŻˆ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "à¨àżà´à²àŻ ààŻà°à£àŻ (à‡à°àŻàŞàŻàŞà¤àŻ %x, àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "àŞà¤àżàŞàŻàŞàŻ ààŻà°à£àŻ (à‡à°àŻàŞàŻàŞà¤àŻ %x, àŽà¤àżà°àŻàŞàŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "direction (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "status (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "à…à™àŻà•àŻ€à•àà°ààŻ à¤àŻ‡àµàŻˆàŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "à¤àŻ†à°àżàŻàठHTTP àŞàżà´àŻˆ à•àŻàħàżàŻàŻ€àŸàŻ %d àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "à¤àŻ†à°àżàŻàठàšàŻ†àŻà²àŻàŞààŸàŻ: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "parse àšàŻ‡àµàŻˆàŻà•ààŻ àŞà¤àżà²à³àżà•àŻà•àµàżà²àŻà²àŻˆ" +msgstr "parse args à¤àŻ‹à²àŻàµàż" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "à‰à³àŻà³àà°àŻà¨àŻà¤ àŞàżà´àŻˆ - à…àİàŻàŞàŻàŞàŻààŻ àšàŻ†àŻà²àŻàŞààŸàŻ à¤àµàħààİ à•àŻàħàżàŻàŻ€àŸàŻ %dà à•àŻŠàŸàŻà¤àŻà¤à¤àŻ" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "àŸààŻààż à¨àŻ€à³ààŻ" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "àµà°àżàšàŻˆàŻààİ àŞà¤àżà²àŻ à¤à²àŻˆàŞàŻàŞàŻ " -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "àµà°àżàšàŻˆàŻààİ àµà´à™àŻà•àżàŻ struct" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "àµà°àżàšàŻˆàŻààİ àµà´à™àŻà•àŻààŻ àŞàżà´àŻˆ" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "àµà°àżàšàŻˆàŻààİ àµà´à™àŻà•àŻààŻ à¨àŻ€à³ààŻ" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ ààħàŻà•àİàµàŻ‡ à¤àżàħà¨àŻà¤àŻà³àŻà³à¤àŻ" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "à¤àµàħààİ à‡à£àŻˆàŞàŻàŞàŻ àŞàŻà³àŻà³àż" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ à¤àżàħà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" +msgstr "strdupà‡à²àŻ à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams ààżà•àŞàŻàŞàŻ†à°àżàŻà¤àŻ" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "à¤àŻ†à°àżàŻàठàµà•àŻˆ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "à…à³àµàŻ > à…à¤àżà•àŞàŸàŻàš à‡àŸàŻˆàŻà• à…à³àµàŻ" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" -msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ" +msgstr "àŞàżà£àŻˆàŻààŻ à•àà£àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "ààŻà•àµà°àż %dà à¤àŻ€à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "à¤àµàħààİ SASL init à•àŻ‹à°àżà•àŻà•àŻˆàŻàŻˆ à•àżà³àŻˆàŻàİàŻ ààŻàŻàħàŻàšàżà¤àŻà¤à¤àŻ" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàà•àŻ ààŻà•àµà°àż %d (%s)à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "àŞàżàŻà°àŻ ààŻà•àµà°àż %dà àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ (%s)" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl àšàŻ‚à´à²àŻ à…ààŻˆàµàŻ à¤àŻ‹à²àŻàµàż %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "TLS à cipher à…à³àµàżàŸààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL àµàŻ†à³àżàŻàà°àŻà¨àŻà¤ SSF %d (%s)à à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL àŞàà¤àŻà•ààŞàŻàŞàŻ props %d (%s)à à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL à¨àŻàŸàŻàŞà™àŻà•à³àŻ %d (%s)à àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàà¤àŻ" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "mechlistà à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "SASL ssf à à‡à£àŻˆàŞàŻàŞàŻ %d (%s)à‡à²àŻ àµàżàİààŻàżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "SSF %d àŞàŻ‹à¤àżàŻ àŞà²ààà• à‡à²àŻà²àŻˆ" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "SASL àŞàŻàİà°àŻ àŞàŻ†àŻà°àŻˆ à‡à£àŻˆàŞàŻàŞàŻ %d (%s)à‡à²àŻ àµàżàİààŻàżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "à•àżà³àŻˆàŻàİàŻ àŞàŻàİà°àŻ àŞàŻ†àŻà°àŻ à•àà£àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" +msgstr "àŞàŻàİà°àŻ àŞàŻ†àŻà°àŻˆ à¨à•à²àŻ†àŸàŻà•àŻà• à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL à•àżà³àŻˆàŻàİàŻ %s à…àİàŻàà¤àżà•àŻà•àŞàŻàŞàŸàŻàµà¤àżà²àŻà²àŻˆ" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "à¤àµàħààİ SASL à¤àŻàµà•àŻà• à•àŻ‹à°àżà•àŻà•àŻˆàŻàŻˆ ààŻàŻàħàŻàšàżà•àŻà•àżàħà¤àŻ" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl à¤àŻàµà•àŻà•ààŻ à¤àŻ‹à²àŻàµàż %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl à¤àŻàµà•àŻà•ààŻ à¤à°àµàŻ ààżà• à¨àŻ€à³ààŻ %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl àŞàŸàżà¨àżà²àŻˆ à¤àŻ‹à²àŻàµàż %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl àŞàŸàżà¨àżà²àŻˆ àŞà¤àżà²àŻ à¤à°àµàŻ ààżà• à¨àŻ€à³ààŻ %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "à•àżà³àŻˆàŻàİàŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàठSASL init à•àŻ‹à°àżà•àŻà•àŻˆàŻàŻˆ ààŻàŻàħàŻàšàżà¤àŻà¤à¤àŻ" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "à•àżà³àŻˆàŻàİàŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàठSASL à¤àŻàµà•àŻà• à•àŻ‹à°àżà•àŻà•àŻˆàŻàŻˆ ààŻàŻàħàŻàšàżà¤àŻà¤à¤àŻ" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "à•àżà³àŻˆàŻàİàŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàठSASL àŞàŸàżà¨àżà²àŻˆ à•àŻ‹à°àżà•àŻà•àŻˆàŻàŻˆ ààŻàŻàħàŻàšàżà¤àŻà¤à¤àŻ" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "à•àżà³àŻˆàŻàİàŻ à¤àµàħààİ PolicyKit init à•àŻ‹à°àżà•àŻà•àŻˆàŻàŻˆ ààŻàŻàħàŻàšàżà¤àŻà¤à¤àŻ" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "àŞàżàŻà°àŻ àšàà•àŻà•àŻ†àŸàŻ à…àŸàŻˆàŻàà³à¤àŻà¤àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "PID %d %dà†à• à‡àŻà™àŻà•àŻà•àżàħà¤àŻ àŽàİ àšàŻ‹à¤àżà•àŻà•àżàħà¤àŻ" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "àŞàà²àżàšàż à•àżàŸàŻ à•àà²à°àŻˆ à¤àŻ‡àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "polkit àšàŻ†àŻà²àŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" - -#: qemud/remote.c:2841 -#, c-format -msgid "Policy kit failed to check authorization %d %s" -msgstr "" - -#: qemud/remote.c:2857 -#, c-format -msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" - -#: qemud/remote.c:2865 -#, c-format -msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" - -#: qemud/remote.c:2884 -msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "polkit àšàŻ‚à´à²àŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" #: qemud/remote.c:2939 +#, c-format +msgid "Policy kit failed to check authorization %d %s" +msgstr "àŞàà²àżàšàż à•àżàŸàŻ à…à™àŻà•àŻ€à•àà°ààŻ %d %sà àšà°àżàŞàà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: qemud/remote.c:2955 +#, 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:2963 +#, c-format +msgid "Policy allowed action %s from pid %d, uid %d, result %s" +msgstr "àŞàà²àżàšàż àšàŻ†àŻà²àŻ %sà %d, uid %dà‡à²àżà°àŻà¨àŻà¤àŻ à…àİàŻàà¤àżà¤àŻà¤à¤àŻ, ààŻàŸàżàµàŻ %s" + +#: qemud/remote.c:2982 +msgid "client tried unsupported PolicyKit init request" +msgstr "à•àżà³àŻˆàŻàİàŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàठPolicyKit init à•àŻ‹à°àżà•àŻà•àŻˆ ààŻàŻàħàŻàšàżà¤àŻà¤à¤àŻ" + +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ" +msgstr "storage_pool à‡à²àŻà²àŻˆ" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ" +msgstr "storage_vol à‡à²àŻà²àŻˆ" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "àšàà¤àİààŻ à‡à²àŻà²àŻˆ: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "à¤àµàħààİ uuid à‰à°àŻàŞàŻàŞàŸàż" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (à¨àŻ€à³ààŻ àšàŻŠà²àŻ)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (à¨àŻ€à³ààŻ àšàŻŠà²àŻ)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -806,9 +834,8 @@ msgid "expecting a separator in list" msgstr "àŞàŸàŻàŸàżàŻà²àżà²àŻ àŞàżà°àżàŞàŻàŞàż àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" -msgstr "àŞàŸàŻàŸàżàŻà²àŻ] à†à²àŻ ààŻ‚àŸàŞàŻàŞàŸàµàżà²àŻà²àŻˆ" +msgstr "àŞàŸàŻàŸàżàŻà²àŻ ]à†à²àŻ ààŻ‚àŸàŞàŻàŞàŸàµàżà²àŻà²àŻˆ" #: src/conf.c:521 msgid "expecting a name" @@ -822,11 +849,10 @@ msgstr "àŽà¤àżà°àŻàŞàà°àŻà¤àŻà¤ à’à°àŻ àŞàżà°àżàŞàŻàŞàż" msgid "expecting an assignment" msgstr "à¤àżàŸàŻàŸààŻ àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 -#, fuzzy +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" -msgstr "àŞàŻà¤àżàŻ à‡àŸàŻˆàŻà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" +msgstr "à‡àŸàŻˆàŻà• à’à¤àŻà•àŻà•àŻ€àŸàŻ" #: src/conf.c:899 msgid "failed to open file" @@ -837,3217 +863,3554 @@ msgid "failed to save content" msgstr "à‰à³àŻà³àŸà•àŻà•à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "tty %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty àà¤àżàŞàŻàŞàŻà°àŻàµàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty àà¤àżàŞàŻàŞàŻà°àŻà•àŻà•à³àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "I/O à•àà¤àŻà¤àżà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "à‰à³àŻà³àŻ€àŸàŻàŸàŻˆ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "àµàŻ†à³àżàŞàŻàŞààŸàŻàŸàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "à‡à£àŻˆàŞàŻàŞàŻà•à³àŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "àšàŻ†àŻàħàŻà•à³ à’à¤àŻà•àŻà•àŻ€àŸàŻ" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ààŻ" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "àŞàżà£àŻˆàŻààŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ àŞàżà£àŻˆàŻààŻ" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ àŞàŻ‚à²àŻ" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżàŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ à¤àŻŠà•àŻà¤àż" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "ààŻàİàŻˆ à‰à³àŻà³àŸà•àŻà•à¤àŻà¤àŻˆ à¨à•à²àŻ†àŸàŻà•àŻà•àżàħà¤àŻ" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżàŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ à¤àŻŠà•àŻà¤àż" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठàµà•àŻˆ '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" +msgstr "à¤àŻ†à°àżàŻàठàŞàŻ‚àŸàŻ àšàà¤àİààŻ '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "à¤àµàħààİ à¨àŻ†à•àżà´àŻ àšàà¤àİ àŞàŻ†àŻà°àŻ: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "à¤àµàħààİ à¨àżà²àŻˆàµàŸàŻàŸàŻ àšàà¤àİ àŞàŻ†àŻà°àŻ: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "à¤àµàħààİ àŞà¸àŻ àµà•àŻˆ '%s' à¨àŻ†à•àżà´àŻ àµàŸàŻàŸàŻà•àŻà•àŻ" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "%sà‡à²àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" +msgstr "à¤àµàħààİ àŞà¸àŻ àµà•àŻˆ '%s' à¨àŻ†à•àżà´àŻ àµàŸàŻàŸàŻà•àŻà•àŻ" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " msgstr "" +" 'àŞàżà£àŻˆàŻ' à…à³àµàŻà°àŻ à‰àŸàİàŻ à•àŻàħàżàŞàŻàŞàżàŸàŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr " 'dev' à…à³àµàŻà°àŻ à‰àŸàİàŻ à•àŻàħàżàŞàŻàŞàżàŸàŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr " 'à¤àŻàħàŻˆ' à…à³àµàŻà°àŻ àšàà•àŻà•àŻ†àŸàŻ ààŻà•àŞàŻàŞàŻàŸàİàŻ à•àŻàħàżàŞàŻàŞàżàŸàŞàŻàŞàŸàµàżà²àŻà²àŻˆ" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr " 'à¤àŻàħàŻˆ' àà¤àżàŞàŻàŞàŻˆ àšàà•àŻà•àŻ†àŸàŻ ààŻà•àŞàŻàŞàŻàŸàİàŻ àŞà•àŻà•àŻà• ààŻàŸàżàŻàà¤àŻ" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr " 'ààŻà•àµà°àż' àà¤àżàŞàŻàŞàŻà°àŻ àšàà•àŻà•àŻ†àŸàŻ ààŻà•àŞàŻàŞàŻàŸàİàŻ à‡à²àŻà²àŻˆ" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "ààà¤àżà°àż àŞàŻ†àŻà°àŻ à¤àµàħààİ àŽà´àŻà¤àŻà¤àŻà•àŻà•à³àŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³à¤àŻ" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ àŽà´àŻà¤àŻà¤àŻ àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àŞàŻà°àµà²àİàŻ àà¤àżàŞàŻàŞàŻ àŽà´àŻà¤àŻà¤àŻ àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "char àšàà¤àİà¤àŻà¤àżàħàŻà•ààİ ààŻ‚à² àšàŻ‡àµàŻˆ àà¤àżàŞàŻàŞàŻà°àŻà•àŻà•à³àŻˆ àµàżàŸàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ à‰à³àŻà³àŻ€àŸàŻ àšàà¤àİ àµà•àŻˆ" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठàŞàŻ‚àŸàŻ àšàà¤àİààŻ '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 %s à‰à³àŻà³àŻ€àŸàŻ àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठà‰à³àŻà³àŻ€àŸàŻ àŞà¸àŻ %s" -#: src/domain_conf.c:1286 +#: src/domain_conf.c:1281 #, c-format msgid "xen bus does not support %s input device" -msgstr "" +msgstr "xen àŞà¸àŻ %s à‰à³àŻà³àŻ€àŸàŻ àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ à‰à³àŻà³àŻ€àŸàŻ àšàà¤àİ àµà•àŻˆ" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "à¤àŻ†à°àżàŻàठàšàà¤àİ àµà•àŻˆ" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "%sà•àŻà•àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठà’à²àż ààà¤àżà°àż àµà•àŻˆ" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "dir %sà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "%s àšàà¤àİà¤àŻà¤àŻˆ à¤àżàħà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "%sà àµààšàżà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "%s àšàà¤àİà¤àŻà¤àŻˆ à¤àżàħà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "àµàżàŸàŻàŞàŸàŻàŸ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àŞàŻà°àµà²àİàŻ" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठàŞàŻ‚àŸàŻ àšàà¤àİààŻ '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठàŞàŻ‚àŸàŻ àšàà¤àİààŻ '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àŞàŻà°àµà²àİàŻ" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "à¤àŻ†à°àżàŻàठàŞàŻà°àµà²àİàŻ %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठà…à™àŻà•àŻ€à•àà° àµà•àŻˆ %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "à¤àŻ†à°àżàŻàठàšàà¤àİ àµà•àŻˆ" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "xmlXPathContextà•àŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ àµà•àŻˆ àà¤àżàŞàŻàŞàŻ" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" +msgstr "à¤àµàħààİ àšàŻ†àŻàħàŻà•à³ àµà•àŻˆ" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "UUIDà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "à¤àµàħààİ uuid à‰à°àŻàŞàŻàŞàŸàż" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ à¨àżàİàŻˆàµà• à‰à°àŻàŞàŻàŞàŸàż" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "àŽà¤àżà°àŻàŞàà°àठà¤à°àµàŻ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "OS àµà•àŻˆ à‡à²àŻà²àŻˆ" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàµàŸàżàµààŻˆàŞàŻàŞàŻ" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àšàà¤àİààŻ" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठàŞàŻ‚àŸàŻ àšàà¤àİààŻ '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "bind: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà à¤àħàŻà•àà²àżà•ààà• à¨àżàħàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àŸàŻˆ à¨àżàħàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "à¤àŻ†à°àżàŻàठàŞàŻà°àµà²àİàŻ %s" +msgstr "à¤àµàħààİ à°àŻ‚àŸàŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" -msgstr "" +msgstr "topology cpuset à‡à²à•àŻà•à£ àŞàżà´àŻˆ" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "àŽà¤àżà°àŻàŞàà°àठdict ààŻàİàŻˆ" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ ààŻàİàŻˆ" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "à•àŸàŻàŸààŻˆ à…àŸàŻˆàµàŻˆ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ %sà àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ %sà àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "dir '%s'à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "%sà•àŻà•àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "à¤àŻ†à°àżàŻàठvirt àµà•àŻˆ" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "à‡à£àŻˆàŞàŻàŞàŻà•à³àŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "àšàŻ†àŻàħàŻà•à³ à’à¤àŻà•àŻà•àŻ€àŸàŻ" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ààŻ" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "àŞàżà£àŻˆàŻààŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ àŞàżà£àŻˆàŻààŻ" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "àŞàżà£àŻˆàŻààŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ààŻ" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "àŞàżà£àŻˆàŻààŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ààŻ" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "'à à‡àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à…àŸàŻˆàµàŻ %sà à‰à°àŻàµàà•àŻà• : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "iptables àµàżà¤àżà•à³àŻˆ %sà•àŻà•àŻ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" -msgstr "" +msgstr "iptables àµàżà¤àż '%s' '%s'à‡à²àżà°àŻà¨àŻà¤àŻ à…àŸàŻàŸàµà£àŻˆ'%s'à‡à²àŻ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "iptables àµàżà¤àż '%s'à àšà™àŻà•àżà²àż '%s'à•àŻà•àŻ à…àŸàŻàŸàµà£àŻˆ '%s'à‡à²àŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ URIà àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "à‡à£àŻˆàŞàŻàŞàŻà•à³àŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "àŞàżà£àŻˆàŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à‡à£àŻˆà•àŻà• ààħàŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, domid àŽà£àŻà£à²àŻà²" +msgstr "domainMigratePrepare urià à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare urià à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "àŞàà¤àŻˆ àµàŻ†àħàŻààŻˆàŻàà• à‰à³àŻà³à¤àŻ" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "à•àŻŠàŸàżà•à³àŻ àŞàŻ‚àœàŻàœàżàŻààŻ à†à•àŻààŻ" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "à‡àŸàŻˆàŻà•ààŻ àµàŻ†àħàŻààŻˆ" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "à•àŻŠàŸàżà•à³àŻ àà¤àżàŞàŻàŞàŻ VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "à‡àŸàŻˆàŻà•ààŻ àµàŻ†àħàŻààŻˆ à†àİàà²àŻ à…à³àµàŻ àŞàŻ‚àœàŻàœàżàŻààħàŻàħà¤àŻ" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "à‡àŻà•àŻà•àżà•à³àŻˆ ààħàŻ ààħàŻàħààŻ àšàŻ†àŻàŻàŻàŻààŻ àŞàŻ‹à¤àŻ àŞàżà´àŻˆ" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "setsid à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "àà¤àżàŞàŻàŞà³àµàŻ àµà°àżàšàŻˆàŻàŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" +msgstr "ioctl(TIOCSTTY) à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "dup2(stdin) à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "dup2(stdout) à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "dup2(stderr) à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ†àŻà°àŻ àšà°à¤àŻà¤àżàħàŻà•àŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s'à•àŻà•àŻ àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ àŞàżà£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "'%s'à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s'à•àŻà•àŻ àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ àŞàżà£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à•àŻŠà³àŻà•à²àİàŻà•àŻà•àŻ mount /proc àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à•àŻŠà³àŻà•à²àİàŻà•àŻà•àŻ mount /proc àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "logfile %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%sà %s à•àŻà•àŻ ààħàŻàħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "dir '%s'à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à•àŻŠà³àŻà•à²àİàŻà•àŻà•àŻ mount /proc àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() à¤àµàħààİ vm àµàżà³à•àŻà•à¤àŻà¤àŻˆ à•àŻŠàŸàŻà¤àŻà¤à¤àŻ" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "open(%s) à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "àà¤àżàŞàŻàŞà³àµàŻ àµà°àżàšàŻˆàŻàŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" +msgstr "clone() à¤àŻ‹à²àŻàµàż, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr " %s à²àżà°àŻà¨àŻà¤àŻ à¤àŻŠà•àŻà¤àżàŻàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s'à•àŻà•àŻ àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ àŞàżà£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s'à•àŻà•àŻ àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ àŞàżà£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "fd %d à àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "fd %d à àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "epoll_create(2) à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "epoll_ctl(fd1) à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "epoll_ctl(fd1) à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "àŞàżà´àŻˆ à¨àżà•à´àŻàµàŻ %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "epoll_wait() àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "ààŻà•àŞàŻàŞàŻ à¨àżà²àŻˆ %s %sà àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à¤àŻŠà•àŻà¤àż %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "unlockpt à¤àŻ‹à²àŻàµàż: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "pid à•àŻ‹àŞàŻàŞàŻ '%s' à àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "argvà logfile %dà‡à²àŻ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "logfile %dà ààŻ‚àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à‡àŻà•àŻà•àżàŻàŻˆ à¤àŻ‡àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "VM àŞàŻ†àŻà°àŻ àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸ à’à¤àŻà•àŻà•àŻ€àŸàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ id à…à²àŻà²à¤àŻ uuid" +msgstr "à’àŞàŻàŞàżàŸàŻààŻ uuidà‰àŸàİàŻ àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à…à´àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à…à´àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "waitpid %dà•àŻà•àŻ à•àà¤àŻà¤àżà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "àŞàà²ààŻ àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàŻà•àŻà•àŻ àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸ à¸àŻà•àżà°àżàŞàŻàŸàŻ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s à²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s'à•àŻà•àŻ àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ àŞàżà£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŽà´àŻà¤àŻà¤àŻ àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ à‡àŸà¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen Store à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "tty pid à•àŻ‹àŞàŻàŞàŻ %sà ààŻ‚àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s' stat à•àŻ‹àŞàŻàŞàżàİàŻˆ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "àŞà¤àżàµàŻ à…àŸàŻˆàµàŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "dir '%s'à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr " pid à•àŻ‹àŞàŻàŞàŻ '%s' à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ id à…à²àŻà²à¤àŻ uuid" +msgid "no domain named %s" +msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %dà‰àŸàİàŻ àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "àŞàŻ†àŻà°àŻà•à³àŻ" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "à¤àŻ†à°àżàŻàठHTTP àŞàżà´àŻˆ à•àŻàħàżàŻàŻ€àŸàŻ %d àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "à¤àŻ†à°àżàŻàठàšàŻ†àŻà²àŻàŞààŸàŻ: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà° àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "à¤àµàħààİ àŞàà¤àŻˆ: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode()à•àŻà•àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "ààŻà•àµà°àż %dà à¤àŻ€à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "ààŻà•àµà°àż %dà à¤àŻ€à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "ààŻà•àµà°àż %dà à¤àŻ€à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "à¤à²àŻˆàŞàŻàŞàŻ'%s'à àµààšàżà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "ààŻàİàŻàİàİàŻàŞàŻàŞàŻà¤à²àŻ à•àŻ‹à°àŞàŻàŞàŸàŻàŸà¤àŻ, à†àİàà²àŻ IPv4 ààŻà•àµà°àż/à¨àŻ†àŸàŻààà¸àŻà•àŻ à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "%s à…àŸàŻˆàµàżàħàŻà•àŻ à¤ààİàżàŻà•àŻà•àż à¤àŻàµà•àŻà•à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàà¤àŻ: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "àŞàżà£àŻˆàŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ àŞàŻ†àŻà°àŻ '%s' àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ '%s'à‰àŸàİàŻ àŞàŻŠà°àŻà¨àŻà¤àµàżà²àŻà²àŻˆ" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%sà•àŻà•àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ à‡à²àŻà²àŻˆ" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "àŞàżà£àŻˆàŻààŻ '%s'à à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d'à•àŻà•àŻ àŞàŻàİà°àŻ àŞà¤àżàµàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintfà‡à²àŻ à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables àµàżà¤àżà•à³àŻˆ ààŻ€à³àŻ‡àħàŻàħàŻà•àżàħà¤àŻ" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "dnsmasq argv àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "dhcp àŸàŻ€àààİàŻˆ IP ààŻà•àµà°àż à‡à²àŻà²ààà²àŻ à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "iptables àµàżà¤àżàŻàŻˆ '%s'à‡à²àżà°àŻà¨àŻà¤àŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "iptables àµàżà¤àżàŻàŻˆ '%s'à•àŻà•àŻ à…àİàŻàà¤àżà•àŻà•àŻààŻ àŞàŻ‹à¤àŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "iptables àµàżà¤àżàŻàŻˆ masquerading à àšàŻ†àŻà²àŻàŞàŸàŻà¤àŻà¤ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "iptables àµàżà¤àżàŻàŻˆ'%s'à‡à²àżà°àŻà¨àŻà¤àŻ à¤àŸààŻ àŞà¤àżà•àŻà•àŻààŻ àŞàŻ‹à¤àŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "iptables àµàżà¤àżàŻàŻˆ '%s'à•àŻà•àŻ àµà´àżà¤àŻà¤àŸààżàŸ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP tables à¤àŻà£àŻˆ àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "iptables àµàżà¤àżà¨àŻˆ DHCP à•àŻ‹à°àżà•àŻà•àŻˆà•à³àŻˆ '%s'à‡à²àżà°àŻà¨àŻà¤àŻ àšàŻ‡à°àŻà•àŻà• : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "iptables àµàżà¤àżàŻàŻˆ DNS à•àŻ‹à°àżà•àŻà•àŻˆà•àŻà•àŻ '%s' à²àżà°àŻà¨àŻà¤àŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "iptables àµàżà¤àżàŻàŻˆ '%s'à‡à²àżà°àŻà¨àŻà¤àŻ àŞàŻ‹à•àŻà•àŻàµà°à¤àŻà¤àŻˆ à¤àŸàŻà•àŻà• àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "iptables àµàżà¤àżàŻàŻˆ '%s'à‡àİàŻ à‰à³àŻà³ààŻˆ àŞàŻ‹à•àŻà•àŻàµà°à¤àŻà¤àŻˆ à•àŻàħàŻˆà•àŻà• àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "iptables àµàżà¤àżàŻàŻˆ '%s'à‡à²àŻ à•àżà°àà¸àŻ àŞàŻà°àżàœàŻàœàżà²àŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "àŞàżà£àŻˆàŻààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "àŞàà²ààŻ à¤àŻà£àŻˆàŻàŻˆ à¤àŻàµà•àŻà• àµàżà²àŻà²àŻˆ: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "àŞàà²ààŻ '%s'à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "IP ààŻà•àµà°àżàŻàŻˆ àŞàà²ààŻ '%s' à²àżà°àŻà¨àŻà¤àŻ '%s'à•àŻà•àŻ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "àŞàà²ààŻ '%s' à‡à²àŻ '%s' à¨àŻ†àŸàŻààà¸àŻà•àŻà•àŻˆ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "àŞàà²ààŻ '%s'à ààŻ‡à²àŻ‡ à•àŻŠà£àŻàŸàŻ àµà° ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP ààŻàİàŻàİàİàŻàŞàŻàŞàŻà¤à²àŻˆ àšàŻ†àŻà²àŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "àŞàà²ààŻ '%s'à à•àŻ€à´àŻ‡ à•àŻŠà£àŻàŸàŻ àµà° ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "àŞàà²ààŻ '%s'à à…à´àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "àŞàżà£àŻˆàŻààŻ '%s'à àŞà£àżà¨àżàħàŻà¤àŻà¤àŻà•àżàħà¤àŻ" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठpidà dnsmasqà•àŻà•àŻ àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "uuidà‰àŸàİàŻ àŞàżà£àŻˆàŻ àŞàŻŠà°àŻà¤àŻà¤ààŻ à‡à²àŻà²àŻˆ" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "àŞàŻ†àŻà°àŻàŸàİàŻ àŞàżà£àŻˆàŻ àŞàŻŠà°àŻà¤àŻà¤ààŻ à‡à²àŻà²àŻˆ" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "àŞàżà£àŻˆàŻààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "àŞàŻŠà°àŻà¨àŻà¤àŻààŻ idà‰àŸàİàŻ àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "network bridge àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸ à’à¤àŻà•àŻà•àŻ€àŸàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ symlinkà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "symlink '%s'à à…à´àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "àšàŻ‡ààżàŞàŻàŞà• vol àŞàŻŠà°àŻà¨àŻà¤àŻààŻ àŞàŻ†àŻà°àżà²àŻ à‡à²àŻà²àŻˆ" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "à‡àŻà™àŻà•àŻààŻ %s hypervisor àŞà¤àżàŞàŻàŞàżàİàŻˆ àŞàżà°àżà¤àŻà¤àŻ†àŸàŻà•àŻà• ààŻàŸàżàŻàà¤àŻ\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ à‡à²à•àŻà•à£ àŞàżà´àŻˆ: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "àŞàżà£àŻˆàŻ à•àŻ‹àŞàŻàŞàŻàŞàŻàŞàŻ†àŻà°àŻ ààŻàŸàżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "à¤àµàħààİ MAC ààŻà•àµà°àż" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC ààŻà•àµà°àż" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "popen à¤àŻ‹à²àŻàµàż" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "vzlist àµàŻ†à³àżàŞàŻàŞààŸàŻàŸàŻˆ àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ à‡à²à•àŻà•à£ àŞàżà´àŻˆ: %s" +msgstr "UUID à¤àµàħààİ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%sà•àŻà•àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àİàŻàİàŻààŻ à‡àŻà™àŻà•àŻà•àżàħà¤àŻ" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àŻà™àŻà•àµàżà²àŻà²àŻˆ" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "à¤àµàħààİ à•àŻ‹àŞàŻàŞàŻ ààŻàħàŻˆààŻˆ àµà•àŻˆ" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à…à´àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àİàŻàİàŻààŻ à‡àŻà™àŻà•àŻà•àżàħà¤àŻ" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àŻà™àŻà•àŻààŻ à¨àżà²àŻˆàŻàżà²àŻ à‡à²àŻà²àŻˆ" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%sà•àŻà•àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "à’à°àŻ OPENVZ VM ààŸàż '%s'àŻàŻàŸàİàŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻà³àŻà³à¤àŻ" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ URIà àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr " CPUà•à³àŻ ààŻ†àŻàŻà¨àżà•à°àŻ àŽà£àŻà£àżà•àŻà•àŻˆàŻàŻˆ àààħàŻàħàµàŻààŻ" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "ààħàŻà•àİàµàŻ‡ à’à°àŻ OPENVZ VM '%d'ààŸàżàŻàŻàŸàİàŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "à’àŞàŻàŞàżàŸàŻààŻ ààŸàżàŻàŻàŸàİàŻ àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àİàŻàİàŻààŻ à‡àŻà™àŻà•àŻà•àżàħà¤àŻ" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ shutoff à¨àżà²àŻˆàŻàŻàŸàİàŻ à‡à²àŻà²àŻˆ" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ URIà àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठàµà•àŻˆ '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ URIà àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà ààŻ‚àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "àŞà¤àżà²àà³àŻàŸàİàŻ à¤àŻŠàŸà°àŻàŞàŻ àŞàżà´àŻˆ: %d àŞàŻˆàŸàŻàŸàżà²àŻ %d àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "àŞà¤àżà²àà³àŻàŸàİàŻ à¤àŻŠàŸà°àŻàŞàŻ àŞàżà´àŻˆ: àŽà¤àżà°àŻàŞàà°àŻà¤àŻà¤ %d àŞàŻˆàŸàŻàŸàŻà•à³àŻ %dà àŞàŻ†àħàŻàħàİ\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "àŞà¤àżà²àà³àŻàŸàİàŻ à¤àŻŠàŸà°àŻàŞàŻ àŞàżà´àŻˆ: %d àŞàŻˆàŸàŻàŸàŻà•à³àŻ àŞàà•àŻà•àŻ†àŸàŻ àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "àŞà¤àżà²àà³àŻàŸàİàŻ à¤àŻŠàŸà°àŻàŞàŻ àŞàżà´àŻˆ: à¤àµàħààİ àŞàà•àŻà•àŻ†àŸàŻ\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "à’à°àŻà™àŻà•àżà£àŻˆà•àŻà•àŞàŻàŞàŸàठàŞàà•àŻà•àŻ†àŸàŻ àŽà£àŻ %d àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "à‡àŸàŻˆàŻà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "vncTLSx509certdirà à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "àŞàżà£àŻˆàŻ %s à¤àŻŠàŸà™àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "àŞàżà£àŻˆàŻ %s à¤àŻŠàŸà™àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "qemu %d pid %luà‡à²àżà²àżà°àŻà¨àŻà¤àŻ àŽà¤àżà°àŻàŞàà°àठàµàŻ†à³àżàŻàŻ‡àħàŻààŻ à¨àżà²àŻˆ" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "àŽà¤àżà°àŻàŞàà°àठàµàŻ†à³àżàŻàŻ‡àħàŻààŻ à¨àżà²àŻˆ '%d', qemu à¤àŻ‹à²àŻàµàż" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU à‡à°àŻàà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ %s: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "àŞàżà£àŻˆàŻààŻ '%s' à•àà£àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "àŞàżà£àŻˆàŻ %s àšàŻ†àŻà²àżà²àżà²àŻà²àŻˆ" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "àŞàżà£àŻˆàŻ àµà•àŻˆ %d à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "àŸàŻ‡àŞàŻ ààŻà•àŞàŻàŞàŻ '%s'à àŞàà²ààŻ '%s'à•àŻà•àŻ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ : %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸ à’à¤àŻà•àŻà•àŻ€àŸàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàµàŸàŻàŸàŻ àµà•àŻˆ '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàµàŸàŻàŸàŻ àµà•àŻˆ '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" +msgstr "à¤àµàħààİ à’à²àż ààà¤àżà°àż" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "argv àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "close-on-exec à•àŻ‹àŞàŻàŞàŻ àµàżàµà°àżàŞàŻàŞàż à•àŻŠàŸàżàŻàŻˆ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻˆ à‡à²à•àŻà•à£àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "non-blocking à•àŻ‹àŞàŻàŞàŻ àµàżàµà°àżàŞàŻàŞàż à•àŻŠàŸàżàŻàŻˆ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "àŞàżà£àŻˆàŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "VM '%s'à à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" +msgstr "qemudStartup: à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"QEMU %s startupà‡à²àŻ àµàŻ†à³àżàŻàŻ‡àħàŻà•àżàħà¤àŻ\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s startup àµàŻ†à³àżàŞàŻàŞààŸàŻàŸàŻˆ àµààšàżà•àŻà•àŻˆàŻàżà²àŻ àŞàżà´àŻˆ: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s startup àµàŻ†à³àżàŞàŻàŞààŸàŻàŸàŻˆ àµààšàżà•àŻà•àŻˆàŻàżà²àŻ à¨àŻ‡à°ààŻ ààŻàŸàżà¨àŻà¤à¤àŻ" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s startup àµàŻ†à³àżàŞàŻàŞààŸàŻàŸàŻˆ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s startup àµàŻ†à³àżàŞàŻàŞààŸàŻàŸàŻˆ àµààšàżà•àŻà•àŻˆàŻàżà²àŻ à‡àŸààżà²àŻà²àŻˆ" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "àààİàżàŸàŻàŸà°àŻ àŞàà¤àŻˆ %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "close-on-exec à•àŻŠàŸàżàŻàŻˆ àààİàżàŸàŻàŸà°àŻà•àŻà•àŻ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "non-blocking ààŻàħàŻˆààŻˆàŻàżà²àŻ àààİàżàŸàŻàŸà°àŻˆ àŞàŻ‹àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "VM àŞà£àżàŻà• à¤à°àµàŻˆ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "àŞàŻà¤àżàŻ àšàŻ‚à´à²àŻ à’à¤àŻà•àŻà•àŻ€àŸàŻ" +msgstr "cpumapà à’à¤àŻà•àŻà•àŻ" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU à¤àŻà°àŸàŻ àµàżàµà°à¤àŻà¤àŻˆ àààİàżàŸàŻàŸà°àŻ à•àŸàŻàŸà³àŻˆ àŽàŸàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "CPU affinity %sà à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "à¤àŻŠàŸà°àŻà¨àŻà¤ àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" +msgstr "VM ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻà³àŻà³à¤àŻ" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àठVNC à¤àŻàħàŻˆàŻàŻˆ à¤àŻ‡àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ àŞàà¤àŻˆ à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "logfile %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "VM logfile close-on-exec à•àŻŠàŸàżàŻàŻˆ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ %s" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "QEMU à‡à°àŻàà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ %s: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "argvà logfile %dà‡à²àŻ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "argvà logfile %dà‡à²àŻ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "àŞàżà£àŻˆàŻààŻ '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "VM '%s'à àŞà£àż à¨àżàħàŻà¤àŻà¤àŻà•àżàħà¤àŻ" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "logfile %dà ààŻ‚àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "àŽà¤àżà°àŻàŞàà°àठdict ààŻàİàŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठpid, damn àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "àµààšàżà•àŻà• %s à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "àŞàżà£àŻˆàŻààŻ '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "àŽà¤àżà°àŻàŞàà°àठdict ààŻàİàŻˆ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "tty %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàŻ†àŻà²àŻà¤àżàħàİàŻˆ à¤àŻà£àŻˆàŻàżà²àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "NUMA à‡à¨àŻà¤ àŞàŻà°àµà²àİàżà²àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸ à¨àżàİàŻˆàµà•ààŻ:" +msgstr "NUMA àµàŻ†àħàŻàħàŻ à¨àżàİàŻˆàµà•à¤àŻà¤àżàħàŻà•àŻ àµàżàİààŻàżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "id %dà‰àŸàİàŻ àŽà¨àŻà¤ àšàŻ†àŻàħàŻà•à³ààŻààŻ à‡à²àŻà²àŻˆ" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àİàŻàİàŻààŻ à‡àŻà™àŻà•àŻà•àżàħà¤àŻ" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àŻà™àŻà•àµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "à‡àŸàŻˆà¨àżàħàŻà¤àŻà¤ àšàŻ†àŻà²àŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "àŞà£àżà¨àżàħàŻà¤àŻà¤ àšàŻ†àŻà²àŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "ostypeà•àŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "àŞàŻŠà°àŻà¨àŻà¤àŻààŻ uuid '%s'à‰àŸàİàŻ àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "à…à¤àżà•àŞàŸàŻàš à¨àżàİàŻˆàµà• à¨àŸàŞàŻàŞàŻ à¨àżàİàŻˆàµà•à¤àŻà¤àŻàŸàİàŻ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "à’à°àŻ àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ à¨àżàİàŻˆàµà•ààŻ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "à…à¤àżà•àŞàŸàŻàš à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ àµàżàŸ à…à¤àżà• à¨àżàİàŻˆàµà•ààŻ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà à¤àħàŻà•àà²àżà•ààà• à¨àżàħàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àŸàŻˆ à¨àżàħàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "UUID àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ xml à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "'%s'à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "xmlà àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "à‡àŸààŻàŞàŻ†àŻà°àŻàµàŻ àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "'info blockstats' à‡à¨àŻà¤ qemuàµàżàİàà²àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "vcpu àŽà£àŻà£àżà•àŻà•àŻˆàŻàŻˆ àšàŻ†àŻà²àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżà²àŻ àààħàŻàħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "à…à¤àżà•àŞàŸàŻàš vcpus àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, 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:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³ààŻ" +msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżà²àŻ vcpusà àŞàżàİàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu àŽà£àŻ àµà°àŻˆàŻàħàŻˆàŻàżà²àŻ à‡à²àŻà²àŻˆ %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "affinityà à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "à¨àŻ‚à²à• à…à´àŻˆàŞàŻàŞàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ, à¤àŻà£àŻˆàŞàŻà°àżàŻ àµààŻàŻàŞàŻàŞàżà²àŻà²àŻˆ" +msgstr "cpu affinity à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "affinityà àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu affinity à‡à²àŻà²àŻˆ" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "àšàŻ†àŻàħàŻà•à³ àµàżà³à•àŻà• à•àŻ‹àŞàŻàŞàżàİàŻˆ ààħàŻàħàµàŻààŻ" +msgstr "à¤àŻ†à°àżàŻàठvirt àµà•àŻˆ àšàŻ†àŻàħàŻà•à³ àµà°àŻˆàŻàħàŻˆ '%d'à‡à²àŻ" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "ààŻàİàŻˆ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŸàŻàŸàżàŻà²àŻ" +msgstr "àšàŻ†àŻàħàŻà•à³ à‰à°àŻàµàŻˆ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen àŸàŻ€àààİàżà²àżà°àŻà¨àŻà¤àŻ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "qemu à¤à²àŻˆàŞàŻàŞàŻˆ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "image magic à¤àµàħàà• à‰à³àŻà³à¤àŻ" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "image version à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XMLà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XMLà àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ '%s' àšàŻ†àŻà²àżà²àŻà³àŻà³à¤àŻ" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "àŞàŻà¤àżàŻ VMà à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VMà à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤àŻŠàŸà° ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà° àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàµàŸàŻàŸàŻ àµà•àŻˆ '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "à•àŻàħàŻàµàŸàŻàŸàŻ rom àŠàŸà•à¤àŻà¤àŻˆ àààħàŻàħ ààŻàŸàżàŻàà¤àŻ" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "à•àŻàħàŻàµàŸàŻàŸàŻ rom àŠàŸà•à¤àŻà¤àŻˆ àààħàŻàħ ààŻàŸàżàŻàà¤àŻ" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%sà àµààšàżà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "àŞàŻà°àµà²àİàŻ àµàżà³à•àŻà• à•àŻ‹àŞàŻàŞàŻ ààħàŻàħàŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "àŞàŻà°àµà²àİàŻ àµàżà³à•àŻà• à•àŻ‹àŞàŻàŞàŻ ààħàŻàħàŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³ààŻ" +msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "à•àŻàħàŻàµàŸàŻàŸàŻROM ààŸàŻàŸàŻààŻ àµàŸàŻàŸàŻ àšàà¤àİà™àŻà•à³àŻàŸàİàŻ à‡à£àŻˆà•àŻà•àŞàŻàŞàŸà²àààŻ" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤àŻŠàŸà° ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "à•àŻàħàŻàµàŸàŻàŸàŻROM ààŸàŻàŸàŻààŻ àµàŸàŻàŸàŻ àšàà¤àİà™àŻà•à³àŻàŸàİàŻ à‡à£àŻˆà•àŻà•àŞàŻàŞàŸà²àààŻ" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "à’à°àŻ àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ à¨àżàİàŻˆàµà•ààŻ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ symlinkà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%sà‡à²àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" +msgstr "à¤àµàħààİ àŞàà¤àŻˆ: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' à•àŸàŻàŸà³àŻˆ à¤àŻ‹à²àŻàµàżàŻàŻàħàŻàħà¤àŻ" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' à‡à¨àŻà¤ qemuàµàżàİàà²àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ: %s" +msgstr "àšàà¤àİààŻ à‡à²àŻà²àŻˆ: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL à…à²àŻà²à¤àŻ à•àà²àżàŻààİ àŞàà¤àŻˆ" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "à¤àµàħààİ àŞàà¤àŻˆ, '%s'à•àŻà•àŻ à¤àŻ†à°àżà¨àŻà¤ ààŻà•àŞàŻàŞàŻ à‡à²àŻà²àŻˆ" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%sà‡à²àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" +msgstr "à¤àµàħààİ àŞàà¤àŻˆ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU à‡àŻà•àŻà•àż ààŻ†àŻàŻà¨àżà•à°àŻ à¨àżàİàŻˆàµàŻ ààŻà•àµà°àżà•àŻà•àŻ ààŸàŻàŸàŻààŻ à¤àŻà£àŻˆàŞàŻàŞàŻà°àżà•àżàħà¤àŻ" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "lvs à•àŸàŻàŸà³àŻˆ à¤àŻ‹à²àŻàµàżàŻàŻàħàŻàħà¤àŻ" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "ààŻàİàŻˆ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŸàŻàŸàżàŻà²àŻ" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" +msgid "could not generate random UUID" +msgstr "UUID à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr " XML àŞàħàŻàħàżàŻ àŞàżà£àŻˆàŻ à¤à•àµà²àŻ" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ '%s' àšàŻ†àŻà²àżà²àŻà³àŻà³à¤àŻ" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgid "failed to start listening VM" +msgstr "VMà à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻàŸàİàŻ àŞàŻŠà°àŻà¨àŻà¤àŻààŻ àŞàŻ†àŻà°àŻ à‡à²àŻà²àŻˆ" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "ààŻ‚àŸàŞàŻàŞàŸàŻàŸ à…à²àŻà²à¤àŻ à¤àŻàµà•àŻà•àŞàŻàŞàŸàठà•àŻˆàŻàà³àŻà¤à²àŻˆ ààŻàŻàħàŻàšàżà•àŻà•àżàħà¤àŻ" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "libvirtd à‡à°àŻàà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/remote_internal.c:322 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:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' àŞàŻ‹à•àŻà•àŻàµà°à¤àŻà¤àŻà•àŻà•àŻ, à•àŸàŻàŸà³àŻˆ à¤àŻ‡àµàŻˆàŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "tty %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "tty %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "tty %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "àšàà•àŻà•àŻ†àŸàŻ %dà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +msgstr "àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "àŞàŻ‹à•àŻà•àŻàµà°à¤àŻà¤àŻ ààŻàħàŻˆà•à³àŻ unix, ssh ààħàŻàħàŻààŻ ext àµàżà£àŻàŸàŻ‹à¸àżà²àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URIà àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "àšàŻ†àŻàħàŻà•à³ à’à¤àŻà•àŻà•àŻ€àŸàŻ" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à•àŻŠà³àŻà•à²àİàŻ à¸àŻàŸàŻ‡à•àŻà•àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "VM àŞà£àżàŻà• à¤à°àµàŻˆ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "SASL à¨àŻ‚à²à•à¤àŻà¤àŻˆ à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty àà¤àżàŞàŻàŞàŻà°àŻà•àŻà•à³àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "tty àà¤àżàŞàŻàŞàŻà°àŻà•àŻà•à³àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "à•àżà³àŻˆàŻàİàŻ àšà°àż àŞàà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "tty %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "àšàŻ‡àµàŻˆàŻà• àšàŻ‹à¤àİàŻˆ (à¨ààŻ àšààİàŻàħàżà¤à´àŻ à…à²àŻà²à¤àŻ IP ààŻà•àµà°àż) à¤àŻ‹à²àŻàµàż\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "à•àżà³àŻˆàŻàİàŻ àšà°àż àŞàà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻˆàŞàŻàŞàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "à¤àµàħààİ %dà‡àİàŻ à¨àżàİàŻˆàµà• à…à³àµàŻ " +msgstr "à¤àµàħààİ àšàà¤àİ àµà•àŻˆ: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "àšààİàŻàħàżà¤à´àŻ à‡àİàŻàİàŻààŻ àšàŻ†àŻà²àŻàŞààŸàŻàŸàżà²àżà²àŻà²àŻˆ" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻ àµà´à™àŻà•àżàŻàµà°àŻ à¤àŻ†à°àżàŻàµàżà²àŻà²àŻˆ." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "àšààİàŻàħàżà¤à´àŻ ààŻàŸàżàµàŻàħàŻàħà¤àŻ" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" +"remoteCheckCertificate: à•àżà³àŻˆàŻàİàŻ àšààİàŻàħàżà¤à´àŻ àŞàà¤àŻà•ààŞàŻàŞàżà²àŻà²àठà•à£àżààŻàħàŻˆàŻàŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³à¤àŻ." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "àšààİàŻàħàżà¤à´àŻ àµà•àŻˆ X.509 à‡à²àŻà²àŻˆ" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers failed" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "SASL à…à™àŻà•àŻ€à•àà°à¤àŻà¤ %s à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "tty %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "àšààİàŻàħàżà¤à´àŻ ààŻàŸàżàµàŻàħàŻàħà¤àŻ" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "àšààİàŻàħàżà¤à´àŻ à‡àİàŻàİàŻààŻ àšàŻ†àŻà²àŻàŞààŸàŻàŸàżà²àżà²àŻà²àŻˆ" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "àšààİàŻàħàżà¤à´àŻ à‰à°àżààŻˆàŻàà³à°àŻ àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻàŸàİàŻ àŞàŻŠà°àŻà¨àŻà¤àµàżà²àŻà²àŻˆ (%s)" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "à…à¤àżà•àààİ àŞàżà£àŻˆàŻà™àŻà•à³àŻ" +msgstr "ààżà• à…à¤àżà• NUMA à…àħàŻˆà•à³àŻ: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "à…à¤àżà•àààİ àšàŻ†àŻàħàŻà•à³ààŻ" +msgstr "ààżà• à…à¤àżà• à¤àŻŠà²àŻˆ àšàŻ†àŻàħàŻà•à³ IDà•à³àŻ: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "à…à¤àżà•àŞàŸàŻàšà¤àŻà¤àŻà•àŻà•àŻ ààŻ‡à²àŻ ààŻ‡àŞàŻ à¨àŻ€à³ààŻ: %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU àŽà£àŻà£àżà•àŻà•àŻˆ à…à¤àżà•àŞàŸàŻàšà¤àŻà¤àŻˆ àµàżàŸ ààżàžàŻàšàżàŻà¤àŻ: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU ààŻ‡àŞàŻ à‡àŸàŻˆàŻà• à¨àŻ€à³à¤àŻà¤àŻˆ àµàżàŸ à…à¤àżà•àŞàŸàŻàšà¤àŻà¤àŻˆ ààżàžàŻàšàżàŻà¤àŻ: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "àŞàŻà°àµà²àİàŻ à…à¤àżà• vCPUsà à…àħàżà•àŻà•àŻˆàŻàżàŸàŻà•àżàħà¤àŻ: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "àŞàŻà°àµà²àİàŻ à…à¤àżà•àŞàŸàŻàšà¤àŻà¤àŻˆ àµàżàŸ à…à¤àżà• à¨àŻ€à³à¤àŻà¤àŻˆ à…àħàżà•àŻà•àŻˆàŻàżàŸàŻà•àżàħà¤àŻ: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "à…à¤àżà•àààİ àšàŻ†àŻàħàŻà•à³ààŻ" +msgstr "ààżà• à…à¤àżà• à¤àŻŠà²àŻˆ àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻà•à³àŻ: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" +"remoteDomainGetSchedulerParameters: àµà°ààŻàŞàŻà•àŻà•àŻ à…à¤àżà•ààà• à…à³àµàŻà°àŻà•àŻà•à³àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: à¤àŻ†à°àżàŻàठà…à³àµàŻà°àŻ àµà•àŻˆ" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "à¨àżàİàŻˆàµà• à’à¤àŻà•àŻà•àŻ€àŸàŻàŸàŻˆ àààħàŻàħàµàŻààŻ" +msgstr "à¨àżàİàŻˆàµà• à’à¤àŻà•àŻà•àŻ€àŸàŻàŸàŻ àµà°àżàšàŻˆ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "à¤àŻ†à°àżàŻàठà…à³àµàŻà°àŻ àµà•àŻˆ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à¤àŻŠà²àŻˆ à¨àŻ†àħàżààŻàħàŻˆàŻàżà²àŻ à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "à•àŻ‹à°àŞàŻàŞàŸàŻàŸà¤àŻˆ àµàżàŸ à…à¤àŻ‡ à…à³àµàŻ à…à²àŻà²" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à¤àŻŠà²àŻˆ à¨àŻ†àħàżààŻàħàŻˆà•àŻà•àŻ à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ, %zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "à…à¤àżà•àààİ àŞàżà£àŻˆàŻà™àŻà•à³àŻ" +msgstr "ààżà• à…à¤àżà• à¤àŻŠà²àŻˆ àŞàżà£àŻˆàŻà™àŻà•à³àŻ: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "àŞà² à‡àŻà•àŻà•àżà•à³àŻ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàİ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻà•à³àŻ ààżà• à…à¤àżà•ààà• à•àŻ‹à°àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "àŞà² à‡àŻà•àŻà•àżà•à³àŻ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàİ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻà•à³àŻ à…à¤àżà• à…à³àµàŻ àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "àŞà² à‡àŻà•àŻà•àżà•à³àŻ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàİ" +msgstr "àŞà² àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżà•à³àŻ à•àŻ‹à°àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "àŞà² à‡àŻà•àŻà•àżà•à³àŻ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàİ" +msgstr "àŞà² àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżà•à³àŻ àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "àŞà² àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżà•à³àŻ à•àŻ‹à°àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "àŞà² àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżà•à³àŻ àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "àŞà² àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżà•à³àŻ à•àŻ‹à°àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "àŞà² àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżà•à³àŻ àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठà…à™àŻà•àŻ€à•àà° àµà•àŻˆ %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "à‡à¨àŻà¤ àšàŻ†àŻà²àŻàŞààŸàŻ hypervisorà†à²àŻ à¤àŻà£àŻˆàŞàŻà°àżàµà¤àżà²àŻà²àŻˆ" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "à•àŻ‹à°àŞàŻàŞàŸàŻàŸ à…à™àŻà•àŻ€à•àà° àµà•àŻˆ %s ààħàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठà…à™àŻà•àŻ€à•àà° àµà•àŻˆ %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL à¨àŻ‚à²à•à¤àŻà¤àŻˆ à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL à•àżà³àŻˆàŻàİàŻ àšàŻ‚à´à²àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%sà‡à²àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" +msgid "invalid cipher size for TLS session" +msgstr "à¤àµàħààİ cipher à…à³àµàŻ TLS à…àà°àŻàµàŻà•àŻà•àŻ" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "àµàŻ†à³àżàŞàŻàŞàŻàħ SSF %d (%s)à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "àŞàà¤àŻà•ààŞàŻàŞàŻ props %d (%s)à à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL à¨àŻàŸàŻàŞààŻ %s àšàŻ‡àµàŻˆàŻà•à¤àŻà¤àà²àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "auth credentialsà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL à¤à°àµàŻ à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ: %d àŞàŻˆàŸàŻà•à³àŻ" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "SASL àŞàŸàżà¨àżà²àŻˆ à¤àŻ‹à²àŻàµàż: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "SSF %d àŞàŻ‹à¤àżàŻ àŞà²ààà• à‡à²àŻà²àŻˆ" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "auth à¨àİàŻàħàżà•à³àŻˆ àšàŻ‡à•à°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header à¤àŻ‹à²àŻàµàż" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "marshalling args" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (à¨àŻ€à³ààŻ àšàŻŠà²àŻ)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (à¨àŻ€à³ àšàŻŠà²àŻ, àŞà¤àżà²àŻ)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "àšàŻ‡àµàŻˆàŻà•à¤àŻà¤àżà²àżà°àŻà¨àŻà¤àŻ àµà°àŻààŻ àŞàà•àŻà•àŻ†àŸàŻ à…à¤àżà•ààà• à‰à³àŻà³à¤àŻ" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "àŞà¤àżà²àżà²àŻ à¤àµàħààİ à¤à²àŻˆàŞàŻàŞàŻ" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "à¤àŻ†à°àżàŻàठà¨àżà°à²àŻ (àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ %x, àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "à¤àŻ†à°àżàŻàठà¨àŻ†àħàżààŻàħàŻˆ àŞà¤àżàŞàŻàŞàŻ (àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ %x, àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "à¤àŻ†à°àżàŻàठàšàŻ†àŻà²àŻààŻàħàŻˆ (àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ %x, àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "à¤àŻ†à°àżàŻàठà¤àżàšàŻˆ (àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ %x, àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "à¤àŻ†à°àżàŻàठàšàŻ€à°àżàŻà²àŻ (àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ %x, àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "à¤àŻ†à°àżàŻàठà¨àżà²àŻˆ (àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "àšàà•àŻà•àŻ†àŸàŻ àŽà¤àżà°àŻàŞàà°ààà²àŻ ààŻ‚àŸàŞàŻàŞàŸàŻàŸà¤àŻ" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "àŞà¤àżà²àżà²àŻ à¤àµàħààİ à¤à²àŻˆàŞàŻàŞàŻ" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "à’à°àŻ àšà°à¤àŻà¤àŻˆ à¨à•à²àŻ†àŸàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "àŞàŻ‚à²àŻ àµà•àŻˆ %dà•àŻà•àŻ àŞàżàİàŻàİàİàż àµàżàŸàŻàŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "'%s'à¤àŻŠà•àŻà¤àżàŻàŻˆ à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "'%s' stat à•àŻ‹àŞàŻàŞàżàİàŻˆ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "'%s' à•àŻ‹àŞàŻàŞàżàİàŻ ààŻàŸàżàµàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ:%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "'%s' à•àŻ‹àŞàŻàŞàżàİàŻ ààŻàŸàżàµàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ:%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "'%s' à•àŻ‹àŞàŻàŞàżàİàŻ ààŻàŸàżàµàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ:%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%s à•àŻ‹àŞàŻàŞàżàİàŻ àšàŻ‚à´à²àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "àšàŻ‚à´à²àŻ" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "dir %sà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "àŞàà¤àŻˆ" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "àŞàà¤àŻˆ" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "regex %sà ààŻŠà´àżàŞàŻ†àŻà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex à•àŻà´àŻà•àŻà•à³àŻ" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fdà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à•àŸàŻàŸà³àŻˆà•àŻà•àŻ à•àà¤àŻà¤àżà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "à•àŸàŻàŸà³àŻˆ ààŻà´àŻàµà¤àŻààŻ àµàŻ†à³àżàŻàŻ‡àħàµàżà²àŻà²àŻˆ" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns ààżà• àŞàŻ†à°àżàŻà¤àŻ" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "à‰à³àŻà³àà°àŻà¨àŻà¤ àŞàżà´àŻˆ %s" +msgstr "àµààšàżà¤àŻà¤à²àŻ àŞàżà´àŻˆ: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "àŞàŻ‚àœàŻàœàżàŻààżà²àŻà²àठàµàŻ†à³àżàŻàŻ‡àħàŻàħ à¨àżà²àŻˆ à•àŸàŻàŸà³àŻˆ %dà•àŻà•àŻ" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: àšàŻ†àŻà²àŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàµàżà²àŻà²àŻˆ\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "à¤àŻŠà•àŻà¤àż" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "à¤àŻŠà•àŻà¤àż àµàżà°àżàµàà•àŻà•ààŻ" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "àšàà¤àİ à¤àŻàµà•àŻà• à‡àŸà¤àŻà¤àŻˆ àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "àšàà¤àİ à‡àŸà¤àŻà¤àŻˆ àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "àµàżà°àżàµàà•àŻà•ààŻ" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "àµàŻ†àħàŻàħàŻ àµàżà°àżàµàà•àŻà•ààŻ àŞàŻ‹à¤àżàŻ àŞàŻ†à°àżàŻà¤àà• à‡à²àŻà²àŻˆ" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "'%s' àŞàà¤àŻˆàŻàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "à¤à²àŻˆàŞàŻàŞàŻ'%s'à àµààšàżà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%sà‡à²àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" +msgstr "à¤àµàħààİ àŞàà¤àŻˆ: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%sà‡à²àŻ à¤àµàħààİ àŞàżà£àŻˆàŻ àšàŻàŸàŻàŸàż" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààħàŻàħ ààŻ‚à²ààŻ" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 +#, fuzzy msgid "retval" -msgstr "" +msgstr "à‡à£àŻˆàŻà¤àŻà¤à³ààŻ" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%sà àµààšàżà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àŞàŻà°àµà²àİàŻ" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àŞàà¤àŻˆ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àšàà¤àİààŻ" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "ààŻ‚à²ààŻ" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à…àŸàŻˆàµàŻ" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "'%s' àŞàà¤àŻˆàŻàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "àŞàà¤àŻˆ '%s'à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "statvfs àŞàà¤àŻˆ '%s' àšàŻ†àŻàŻàŻàŞàŻàŞàŸàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "àŞàà¤àŻˆ '%s'à à¤àŻà£àŻàŸàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "à‡à²à•àŻà•àŻ" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "àšàŻ‡ààżà•àŞàŻàŞà• à¤àŻŠà•àŻà¤àż àµàżàšàŻˆ" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "à•àŻ‹àŞàŻàŞàŻ '%s'à à¨àżà°àŞàŻàŞ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "à•àŻ‹àŞàŻàŞàŻ '%s'à àµàżà°àżàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "àŞàà¤àŻˆ '%s'à àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठàšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż àµà•àŻˆ %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż àµà•àŻˆ %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "qemu-img à‡à²àŻà²ààà²àŻ à°à à‰à°àŻà•àŻà•à³àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "à•àŻ‹àŞàŻàŞàŻ à‰à°àżààŻˆàŻàà³à°àŻ '%s'à à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "à•àŻ‹àŞàŻàŞàŻ ààŻàħàŻˆààŻˆ '%s'à à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "à•àŻ‹àŞàŻàŞàŻ '%s'à ààŻ‚àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "à•àŻ‹àŞàŻàŞàŻ '%s'à à¤àŻà£àŻàŸàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "àŞàŻà°àµà²àİàŻ à¤àŻ‡àŸàŻà¤à²àŻ à¤àŻ‹à²àŻàµàż %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "IP ààŻà•àµà°àż à‡à²à•àŻà•àŻ %sà•àŻà•àŻ à‡à²àŻà²àŻˆ" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "ip addrà %sà•àŻà•àŻ àµàŸàżàµààŻˆà•àŻà• ààŻàŸàżàŻàà¤àŻ" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "àŞà¤àżàŞàŻàŞàŻˆ à•ààŸàŻàŸàµàŻààŻ" +msgstr "à…àà°àŻàµàŻ" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "à…àà°àŻàµàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "àŞàŻ†àŻà°àŻ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "%sà¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "àµàżàšàŻˆ" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "opendir sysfs àŞàà¤àŻˆ %s à¤àŻ‹à²àŻàµàż: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "sysfs àŞàà¤àŻˆ %s/%sà²àżà°àŻà¨àŻà¤àŻ à‡à²à•àŻà•àŻˆ àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "àŽà¨àŻà¤ LUNsà•à³àŻˆàŻàŻààŻ à…àà°àŻàµàŻ %sà•àŻà•àŻ à¤àŻ‡àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr " %u:%u:%u:%u à’à°àŻ à¨àŻ‡à°àŸàż à…à£àŻà•à²àŻ LUNà†à•àż à‡à°àŻà¨àŻà¤à²àŻ àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàà¤àŻ" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "lun %dà•àŻà•àŻ àšàà¤àİ à‡à£àŻˆàŞàŻàŞàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à¤àŻŠà•àŻà¤àż àŞàà¤àŻˆ %sà àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "scsidevà•àŻà•àŻ à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "" +msgstr "à‡à£àŻˆàŻà¤àŻà¤à³ààŻ" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "à¤àµàħààİ à¤àŻŠà•àŻà¤àż àµàżà°àżàµàà•àŻà• à†àŞàŻàšàŻ†àŸàŻ àà¤àżàŞàŻàŞàŻ" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "à¤àµàħààİ à¤àŻŠà•àŻà¤àż àµàżà°àżàµàà•àŻà• à¨àŻ€à³ àà¤àżàŞàŻàŞàŻ" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "à¤àµàħààİ à¤àŻŠà•àŻà¤àż àµàżà°àżàµàà•àŻà• à…à³àµàŻ àà¤àżàŞàŻàŞàŻ" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "lvs à•àŸàŻàŸà³àŻˆ à¤àŻ‹à²àŻàµàżàŻàŻàħàŻàħà¤àŻ" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs à•àŸàŻàŸà³àŻˆ exitstatus %dà‰àŸàİàŻ à¤àŻ‹à²àŻàµàż" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgid "allocating pvname or vgname" +msgstr "priv->hostnameà à’à¤àŻà•àŻà•àŻà•àżàħà¤àŻ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "àŞàżà£àŻˆàŻààŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "àŞàżà£àŻˆàŻààŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "à’à°àŻ àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "à•àŸàŻàŸà³àŻˆ àµà°àż" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "%s àšàà¤àİà¤àŻà¤àŻˆ à¤àżàħà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "à¤à²àŻˆàŞàŻàŞàŻ%s àšàà¤àİà¤àŻà¤àŻˆ àšà°àżàšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ " -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "%s àšàà¤àİà¤àŻà¤àŻˆ ààŻ‚àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "ttyPidFile %sà à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "àŞàŻà¤àżà¤àà• à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸ à¤àŻŠà•àŻà¤àż '%s'à à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ auth àŞàŻà°àµà²àİàŻ àà¤àżàŞàŻàŞàŻà°àŻ" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ auth passwd àà¤àżàŞàŻàŞàŻà°àŻ" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "à¤àµàħààİ àŽà£àŻà ààŻàħàŻˆààŻˆ" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "à¤àµàħààİ à‰à°àżààŻˆàŻàà³à°àŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "à¤àµàħààİ à•àŻà´àŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "àŞàżà£àŻˆàŻààŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "à¤àŻ†à°àżàŻàठàŞàŻà°àµà²àİàŻ %s" +msgid "unknown root element for storage pool" +msgstr "à¤àŻ†à°àżàŻàठà°àŻ‚àŸàŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "à¤àŻ†à°àżàŻàठàšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż àµà•àŻˆ %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ àŞàŻ†àŻà°àŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" +msgstr "uuidà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" +msgstr "ààŻ‚à² àšàà¤àİà™àŻà•à³àżà²àżà°àŻà¨àŻà¤àŻ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "à¤àŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àšàà¤àİààŻ" +msgstr "àšàà¤àİààŻ" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àšàà¤àİ àŞàà¤àŻˆ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² àŞàà¤àŻˆ" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "àŞàŻ‚à²àŻ àŞàŻ†àŻà°àŻ" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ à‡à²à•àŻà•àŻ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ à‡à²à•àŻà•àŻ àŞàà¤àŻˆ" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàŞàŻ‚à²àŻ àµàŸàżàµààŻ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "àŽà¤àżà°àŻàŞàà°àठàŞàŻ‚à²àŻ àµà•àŻˆ" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ à‰à°àżààŻˆàŻàà³à°àŻ à‰à°àŻàŞàŻàŞàŸàż" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "à¤àŻ†à°àżàŻàठàŞàŻà°àµà²àİàŻ %s" +msgstr "à¤àŻ†à°àżàŻàठà…à³àµàŻ àŻàŻàİàżàŸàŻà•à³àŻ '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "à¤àµàħààİ à•àŻŠà³àŻà³à³àµàŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "à•àŻŠà³àŻà³à³àµàŻ à‰à°àŻàŞàŻàŞàŸàż àà¤àżàŞàŻàŞàŻ ààżà• à¨àŻ€à³ààŻ" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "àŞàżà£àŻˆàŻààŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àżàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "à¤àŻ†à°àżàŻàठàŞàŻà°àµà²àİàŻ %s" +msgstr "à¤àŻ†à°àżàŻàठà°àŻ‚àŸàŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ àŞàŻ†àŻà°àŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "àµàżàŸàŻàŞàŸàŻàŸ à•àŻŠà³àŻà³à³àµàŻ à‰à°àŻàŞàŻàŞàŸàż" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठà¤àŻŠà•àŻà¤àż àµàŸàżàµààŻ %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "àŞàŻ‚à²àŻ" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ àŞàà¤àŻˆàŻàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "autostart à‡à£àŻˆàŞàŻàŞàŻ àŞàà¤àŻˆ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%sà•àŻà•àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "uuidà‰àŸàİàŻ àŞàŻ‚à²àŻ àŞàŻŠà°àŻà¨àŻà¤àµàżà²àŻà²àŻˆ" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "àŞàŻ‚à²àŻ àŞàŻŠà°àŻà¤àŻà¤àààİ àŞàŻ†àŻà°àŻˆ àŞàŻ†àħàŻàħàżà°àŻà•àŻà•àµàżà²àŻà²àŻˆ" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "àŞàŻ†àŻà°àŻ" +msgstr "àŞàŻ†àŻà°àŻà•à³àŻ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "àšàŻ‡ààżà•àŻà•àŞàŻàŞàŸàŻàŸ àŞàŻ‚à²àŻ ààħàŻà•àİàµàŻ‡ à‰à³àŻà³àİ" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ à‡à²àŻà²ààà²àŻ àŞàŻŠà°àŻà¨àŻà¤àŻààŻ uuid" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "àŞàŻ‚à²àŻ à‡àİàŻàİàŻààŻ àšàŻ†àŻà²àŻàŞààŸàŻàŸàżà²àŻ à‰à³àŻà³à¤àŻ" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" +msgstr "àŞàŻ‚à²àŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "" +msgstr "àšàŻ‡ààżà•àŻà•àŞàŻàŞàŸàŻàŸ àŞàŻ‚à²àŻ àšàŻ†àŻà²àŻàŞààŸàŻàŸàżà²àŻ à‡à²àŻà²àŻˆ" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "àšàŻ‡ààżà•àŻà•àŞàŻàŞàŸàŻàŸ àŞàŻ‚à²àŻ àšàŻ†àŻà²àŻàŞààŸàŻàŸàżà²àŻ à‰à³àŻà³à¤àŻ" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "àŞàŻ‚à²àŻ à¤àŻŠà•àŻà¤àż à…à´àżà¤àŻà¤à²àŻà•àŻà•àŻ à¤àŻà£àŻˆàŞàŻà°àżàµà¤àżà²àŻà²àŻˆ" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "àŞàŻ‚à²àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŞàŻ†àħàŻàħàżà°àŻà•àŻà•àµàżà²àŻà²àŻˆ" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "àšàŻ‡ààżàŞàŻàŞà• vol àŞàŻŠà°àŻà¨àŻà¤àŻààŻ àŞàŻ†àŻà°àżà²àŻ à‡à²àŻà²àŻˆ" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "àšàŻ‡ààżàŞàŻàŞà• vol àŞàŻŠà°àŻà¨àŻà¤àŻààŻ àµàżàšàŻˆàŻàżà²àŻ à‡à²àŻà²àŻˆ" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "àšàŻ‡ààżàŞàŻàŞà• vol àŞàŻŠà°àŻà¨àŻà¤àŻààŻ àŞàà¤àŻˆ à‡à²àŻà²àŻˆ" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ à¤àŻŠà•àŻà¤àż à‰à°àŻàµàà•àŻà•à¤àŻà¤àżàħàŻà•àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ à¤àŻŠà•àŻà¤àż à…à´àżà¤àŻà¤à²àŻà•àŻà•àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "àšàŻ‡ààżàŞàŻàŞà• vol àŞàŻŠà°àŻà¨àŻà¤àŻààŻ àŞàŻ†àŻà°àżà²àŻ à‡à²àŻà²àŻˆ" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "àšàŻ‡ààżà•àŻà•àŞàŻàŞàŸàŻàŸ àŞàŻ‚à²àŻ àšàŻ†àŻà²àŻàŞààŸàŻàŸàżà²àŻ à‡à²àŻà²àŻˆ" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "à¨àà³àżàİàŻ à¨àŻ‡à°à¤àŻà¤àŻˆàŞàŻ àŞàŻ†àħàŻà•àżàħà¤àŻ" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "àŞàŻà°àµà²àİàŻ àµàżà³à•àŻà• à•àŻ‹àŞàŻàŞàŻ ààħàŻàħàŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "àŞàŻà°àµà²àİàŻ" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "ààŻàİàŻˆ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xpath àšàŻ‚à´à²àŻˆ à‰à°àŻàµàà•àŻà•àŻà•àżàħà¤àŻ" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "ààŻàİàŻˆ à¨àżàİàŻˆàµà•ààŻ" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "ààŻàİàŻˆ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŸàŻàŸàżàŻà²àŻ" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "àšàŻ†àŻàħàŻà•à³ à•àŻ‹àŞàŻàŞàŻàŞàŻàŞàŻ†àŻà°àŻ ààŻàŸàżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "ààŻàİàŻˆ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŸàŻàŸàżàŻà²àŻ" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "àŞàżà£àŻˆàŻ à•àŻ‹àŞàŻàŞàŻàŞàŻàŞàŻ†àŻà°àŻ ààŻàŸàżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "ààŻàİàŻˆ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŸàŻàŸàżàŻà²àŻ" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "àšàŻ†àŻàħàŻà•à³ à•àŻ‹àŞàŻàŞàŻàŞàŻàŞàŻ†àŻà°àŻ ààŻàŸàżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: à’à°àŻ àŞàà¤àŻˆàŻàŻˆ à•àŻŠàŸàŻà•àŻà•àµàŻààŻ à…à²àŻà²à¤àŻ test:///default à àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àİàŻàİàŻààŻ à‡àŻà™àŻà•àŻà•àżàħà¤àŻ" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àŻà™àŻà•àµàżà²àŻà²àŻˆ" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "ààŻ†àŸàŻàŸàà¤à°àµàŻà•àŻà•àŻ à‡àŸààŻ à‡à²àŻà²àŻˆ" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤ààİàà• à¤àŻàµà•àŻà•àµàŻààŻ." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "ààŻàİàŻˆ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŸàŻàŸàżàŻà²àŻ" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "ààŻàŸàżàµàżà²àŻà²àठàšàŻ‡ààż à¤à²àŻˆàŞàŻàŞàŻ" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "àŞàŻŠà°àŻà¤àŻà¤ààżà²àŻà²àठà¤à²àŻˆàŞàŻàŞàŻ ààŻ‡àœàżà•àŻ" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "Xen àŸàŻ€àààİàżà²àżà°àŻà¨àŻà¤àŻ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "ààŻ†àŸàŻàŸà à¤à°àµàŻ àŽà£àŻà£àżà•àŻà•àŻˆàŻàŻˆ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "ààŻ†àŸàŻàŸà à¤à°àµàżàİàŻ àŽà£àŻà£àżà•àŻà•àŻˆ à…à¤àżà•ààà• à‰à³àŻà³à¤àŻ" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "ààŻàŸàżàŻàठmetdata" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %s à‡à²àŻ àšàŻ‡ààżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "ààŻàİàŻˆ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŸàŻàŸàżàŻà²àŻ" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "à‡à°àŻà•àŻà•àŻààŻ à…àħàŻˆà•à³àŻà•àŻà•àŻ àµà°ààŻàŞàŻˆ ààŻ€àħàżàŻà¤àŻ" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ à‡àŻà•àŻà•à¤àŻà¤àżà²àŻ à‰à³àŻà³à¤àŻ" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡àİàŻàİàŻààŻ à‡àŻà™àŻà•àŻà•àżàħà¤àŻ" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "àŞàżà£àŻˆàŻààŻ à‡àİàŻàİàŻààŻ à‡àŻà™àŻà•àŻà•àżàħà¤àŻ" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "àŞàżà£àŻˆàŻààŻ ààħàŻà•àİàµàŻ‡ à‡àŻà•àŻà•à¤àŻà¤àżà²àŻ à‰à³àŻà³à¤àŻ" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "àšàŻ‡ààżàŞàŻàŞà• vol àŞàŻŠà°àŻà¨àŻà¤àŻààŻ àµàżàšàŻˆàŻàżà²àŻ à‡à²àŻà²àŻˆ" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "àšàŻ‡ààżàŞàŻàŞà• vol àŞàŻŠà°àŻà¨àŻà¤àŻààŻ àŞàà¤àŻˆ à‡à²àŻà²àŻˆ" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "àŽà´àŻà¤àŻà¤àŻ àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ à‡àŸà¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठà‰à³àŻà³àŻ€àŸàŻ àšàà¤àİ àµà•àŻˆ %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "àŞàà²ààŻ à¤àŻà£àŻˆàŻàŻˆ à¤àŻàµà•àŻà• àµàżà²àŻà²àŻˆ: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "à…àŸàŻˆàµàŻ %sà à‰à°àŻàµàà•àŻà• : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "logfile %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "%sà¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "à…àà°àŻàµàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "à•àŻ‹àŞàŻàŞàŻ ààŻàħàŻˆààŻˆ '%s'à à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%sà àµààšàżà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "dir %sà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU à‡à°àŻàà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ %s: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "àŞà¤àżàµàŻ à…àŸàŻˆàµàŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "à•àŸàŻàŸà³àŻˆà•àŻà•àŻ à•àà¤àŻà¤àżà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठpid, damn àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%sà àµààšàżà•àŻà• à‡àŻà²àµàżà²àŻà²àŻˆ: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "à•àŻ‹àŞàŻàŞàŻ '%s'à ààŻ‚àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻˆàŞàŻàŞàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "àšàŻ‡àŻàŻ àšàŻ†àŻà²àŻˆ àŞàżàŸàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "à•àŻ‹àŞàŻàŞàŻ '%s'à à¤àŻà£àŻàŸàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "hypervisor àµà•àŻˆàŻàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "hypervisor àµà•àŻˆàŻàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "hypervisor àµà•àŻˆàŻàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à¤à²àŻˆàŞàŻàŞàŻ%s àšàà¤àİà¤àŻà¤àŻˆ àšà°àżàšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ " #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgid "cannot change to root directory: %s" +msgstr "%s à…àŸàŻˆàµàżàħàŻà•àŻ à¤ààİàżàŻà•àŻà•àż à¤àŻàµà•àŻà•à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàà¤àŻ: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻˆ strdup àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻˆ strdup àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻˆ strdup àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "à•àŻ‹àŞàŻàŞàŻ '%s'à àµàżà°àżàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "à•àŸàŻàŸà³àŻˆ àµà°àż" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "àµààšàżà¤àŻà¤à²àŻ àŞàżà´àŻˆ: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -msgstr "" +msgstr "pseudorandom UUIDà•àŻà•àŻ à¤àŻ‹à²àŻàµàż, à•àŻàħàżàŞàŻàŞàżà²àŻà²à àŞàŻˆàŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "à…àšàŻàšàŻ à‰à¤àµàż" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "ààŻà´àŻààŻˆàŻààİ à‰à¤àµàż à…à²àŻà²à¤àŻ à•àŸàŻàŸà³àŻˆ à•àŻàħàżàŞàŻàŞàżàŸàŻàŸ à‰à¤àµàżàŻàŻˆ à…àšàŻàšàżàŸàŻà•àżàħà¤àŻ." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "à•àŸàŻàŸà³àŻˆàŻàżàİàŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4055,321 +4418,321 @@ msgstr "" "à•àŸàŻàŸà³àŻˆà•à³àŻ:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤ààİàà• à¤àŻàµà•àŻà•àµàŻààŻ." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "à¤ààİàà• à¤àŻàµà™àŻà• à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à•àŸàŻàŸààŻˆà•àŻà•àµàŻààŻ." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ àŞàŻ†àŻà°àŻ, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "à¤ààİàà• à¤àŻàµà•àŻà•àŻà¤à²àŻˆ àšàŻ†àŻà²àŻà¨àŻ€à•àŻà•àµàŻààŻ" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" -msgstr "" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:405 -#, fuzzy, c-format +#: src/virsh.c:404 +#, c-format msgid "Failed to unmark domain %s as autostarted" -msgstr "%smark à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" -#: src/virsh.c:414 -#, fuzzy, c-format +#: src/virsh.c:413 +#, c-format msgid "Domain %s unmarked as autostarted\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %s à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "hypervisor à‰àŸàİàŻ (ààħàŻ)à‡à£àŻˆàŞàŻàŞàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "à‰à³àŻà³ààŻˆ hypervisor à‰àŸàİàŻ à‡à£àŻˆà•àŻà•àżàħà¤àŻ. à‡à¤àŻ à·àŻ†à²àŻ à¤àŻàµà•àŻà•à¤àŻà¤àżà²àŻ à‰à³àŻ à•àŸàŻàŸàŞàŻàŞàŸàŻàŸ à•àŸàŻàŸà³àŻˆàŻàà•àŻààŻ." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor à‡à£àŻˆàŞàŻàŞàŻ URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "àµààšàżàŞàŻàŞàŻ ààŸàŻàŸàŻààŻ à‡à£àŻˆàŞàŻàŞàŻà•à³àŻ" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "hypervisor à‡à²àżà°àŻà¨àŻà¤àŻ à¤àŻà£àŻàŸàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "hypervisor à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "àµàżà°àŻà¨àŻà¤àżàİà°àŻ àŞà£àżàŻà•à¤àŻà¤àŻàŸàİàŻ à‡à£àŻˆà•àŻà•àµàŻààŻ" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "àµàżà°àŻà¨àŻà¤àżàİà°àŻà•àŻà•àŻ ààŻ†àŻàŻà¨àżà•à°àŻ à¤àŻŠàŸà°àŻ àŞà£àżàŻà•à¤àŻà¤àŻˆ à‡à£àŻˆà•àŻà•àµàŻààŻ" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àŞà£àżàŻà•ààŻ àŽà¤àŻàµàŻààŻ à‡à²àŻà²àŻˆ\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "àŞà£àżàŻà•ààŻ à‡à¨àŻà¤ à¤à³à¤àŻà¤àżà²àŻ àšàŻ†àŻà²àŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "àšàŻ†àŻàħàŻà•à³ àŞàŸàŻàŸàżàŻà²àŻ" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "àšàŻ†àŻàħàŻà•à³à™àŻà•à³àżàİàŻ àŞàŸàŻàŸàżàŻà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "àšàŻ†àŻà²àżà²àżà²àŻà²àठàšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "àšàŻ†àŻà²àħàŻàħ & àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "àŞàŻ†àŻà°àŻ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "à¨àżà²àŻˆ" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "à¨àżà²àŻˆàŻàżà²àŻà²àŻˆ" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "àšàŻ†àŻàħàŻà•à³ à¨àżà²àŻˆ" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "à‡àŻà™àŻà•àŻààŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àżà²àŻˆàŻàŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" +msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àżà²àŻˆàŻàŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" + +#: src/virsh.c:704 +msgid "get device block stats for a domain" +msgstr "àšàà¤àİ à¤àŻŠà•àŻà¤àż à¨àżà²àŻˆàŻàŻˆ à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àŞàŻ†àħàŻà•àżàħà¤àŻ" #: src/virsh.c:705 -msgid "get device block stats for a domain" -msgstr "" - -#: src/virsh.c:706 -#, fuzzy msgid "Get device block stats for a running domain." -msgstr "à‡àŻà™àŻà•àŻààŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àżà²àŻˆàŻàŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" +msgstr "à‡àŻà™àŻà•àŻààŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àżà²àŻˆàŻàŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "à¤àŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àšàà¤àİààŻ" -#: src/virsh.c:733 -#, fuzzy, c-format +#: src/virsh.c:732 +#, c-format msgid "Failed to get block stats %s %s" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s %s à•àŻà•àŻ à¤àŻŠà•àŻà¤àżàŻàŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/virsh.c:761 +msgid "get network interface stats for a domain" +msgstr "àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàŻ à¨àżà²àŻˆàŻàŻˆ à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻàŞàŻ àŞàŻ†àħàŻà•àżàħà¤àŻ" #: src/virsh.c:762 -#, fuzzy -msgid "get network interface stats for a domain" -msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ" - -#: src/virsh.c:763 -#, fuzzy msgid "Get network interface stats for a running domain." -msgstr "à‡àŻà™àŻà•àŻààŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àżà²àŻˆàŻàŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" +msgstr "à‡àŻà™àŻà•àŻààŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àżà²àŻˆàŻàŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "ààŻà•àŞàŻàŞàŻ àšàà¤àİààŻ" -#: src/virsh.c:790 -#, fuzzy, c-format +#: src/virsh.c:789 +#, c-format msgid "Failed to get interface stats %s %s" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "ààŻà•àŞàŻàŞàŻ à¨àżà²àŻˆ %s %sà àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¤àħàŻà•àà²àżà• à¨àżàħàŻà¤àŻà¤ààŻ" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "à‡àŻà•àŻà•à¤àŻà¤àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¤àħàŻà•àà²àżà• à¨àŻ€à•àŻà•ààŻ." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à¤àħàŻà•àà²àżà•ààà• à¨àżàħàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà à¤àħàŻà•àà²àżà•ààà• à¨àżàħàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ." -#: src/virsh.c:874 src/virsh.c:922 -#, fuzzy +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "XML àšàŻ†àŻàħàŻà•à³ àµàżà³à•àŻà•à¤àŻà¤àŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³ à•àŻ‹àŞàŻàŞàŻ" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "à’à°àŻ XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ (à†àİàà²àŻ à†à°ààŻàŞàżà•àŻà• àµàŻ‡à£àŻàŸàààŻ)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³ààŻ" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàà¤à¤àŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à†à°ààŻàŞàżà•àŻà•àµàŻààŻ (ààŻàİàŻàŞàŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ)" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤àŻàµà•àŻà•àµàŻààŻ." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à¤àŻŠàŸà™àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àżà²àŻˆàŻàŻˆ à•àŻ‹àŞàŻàŞàà• àšàŻ‡ààżà•àŻà•àµàŻààŻ" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "à‡àŻà™àŻà•àŻààŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà•àµàŻààŻ." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "à¤à°àµàżàİàŻˆ àŽà™àŻà•àŻ‡ àšàŻ‡ààżà•àŻà• àµàŻ‡à£àŻàŸàŻààŻ" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %s à‡à²àŻ àšàŻ‡ààżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "à¤àżàŸàŻàŸààżàŸàŻààŻ àà¤àżàŞàŻàŞàŻà•à³àŻˆ à•ààŸàŻàŸàŻà¤à²àŻ/à…ààŻˆà¤àŻà¤à²àŻ" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "à¤àżàŸàŻàŸààżàŸàŻààŻ àà¤àżàŞàŻàŞàŻà•à³àŻˆ à•ààŸàŻàŸàŻà¤à²àŻ/à…ààŻˆà¤àŻà¤à²àŻ." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "àà¤àżàŞàŻàŞàŻˆ à’à¤àŻà•àŻà•àŻ" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT à‡àİàŻ àŽàŸàŻˆ" @@ -4378,1651 +4741,1629 @@ msgstr "XEN_CREDIT à‡àİàŻ àŽàŸàŻˆ" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT à•àŻà•àŻ cap" -#: src/virsh.c:1148 -#, fuzzy +#: src/virsh.c:1152 msgid "Invalid value of weight" -msgstr "à¤àµàħààİ %dà‡àİàŻ à¨àżàİàŻˆàµà• à…à³àµàŻ " +msgstr "à¤àµàħààİ à¨àżàħàŻˆ à…à³àµàŻ " -#: src/virsh.c:1158 -#, fuzzy +#: src/virsh.c:1162 msgid "Invalid value of cap" -msgstr "à¤àµàħààİ %dà‡àİàŻ à¨àżàİàŻˆàµà• à…à³àµàŻ " +msgstr "à¤àµàħààİ à•àŻ‡àŞàŻ àà¤àżàŞàŻàŞàŻ" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "à¤àµàħààİ à•àŻ‡àŞàŻ àà¤àżàŞàŻàŞàŻ" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "à¤àżàŸàŻàŸ ààŻ‡à²àà³à°àŻ" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "à¤àŻ†à°àżàŻàà¤à¤àŻ" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "à’à°àŻ à•àŻ‹àŞàŻàŞàżà²àŻ àšàŻ‡ààżà•àŻà•àŞàŻàŞàŸàŻàŸ à¨àżà²àŻˆàŻàżà²àżà°àŻà¨àŻà¤àŻ à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ ààŻ€àŸàŻàŸàŻ†àŸàŻà•àŻà•àµàŻààŻ" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ ààŻ€àŸàŻàŸàŻ†àŸàŻà•àŻà•àµàŻààŻ." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "à¨àżà²àŻˆàŻàżàİàŻˆ ààŻ€àŸàŻàŸàŻ†àŸàŻà•àŻà•àµàŻààŻ" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%sà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³ààŻ ààŻ€àŸàŻàŸàŻ†àŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ ààŻ€àŸàŻàŸàŻ†àŸàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à†àŻàŻàµàŻ àšàŻ†àŻàŻàŻ à’à°àŻ à•àŻ‹àŞàŻàŞàżà²àŻ à•àŻ‹à°àŻ àšàŻ‡ààżà•àŻà•àµàŻààŻ" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à•àŻ‹à°àżà²àŻ àšàŻ‡ààżà•àŻà•àµàŻààŻ" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "à•àŻ‹à°àŻˆ àŽà™àŻà•àŻ àšàŻ‡ààżà•àŻà• àµàŻ‡à£àŻàŸàŻààŻ" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %s à‡à²àŻ àšàŻ‡ààżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à•àŻ‹à°àŻ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà™àŻà•àŻà•àżàħà¤àŻ" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "ààŻàİàŻàŞàŻ à¤àħàŻà•àà²àżà•ààà• à¨àżàħàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³àŻààŻ ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà°àŞàŻàŞàŸàŻà•àżàħà¤àŻ." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà°àŞàŻàŞàŸàŻà•àżàħà¤àŻ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà° àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àŞà£àżà¨àżàħàŻà¤àŻà¤ààŻ àšàŻ†àŻàŻàŻàµàŻààŻ" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "à‡à²à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżà²àŻ àŞà£àżà¨àżàħàŻà¤àŻà¤à¤àŻà¤àŻˆ à‡àŻà•àŻà•àµàŻààŻ" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s àŞà£àż à¨àżàħàŻà¤àŻà¤ààŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻà•àżàħà¤àŻ\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àŞà£àż à¨àżàħàŻà¤àŻà¤ààŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ ààħàŻ à¤àŻàµà•àŻà•ààŻ àšàŻ†àŻàŻà•àżàħà¤àŻ" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "à‡à²à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżà²àŻ ààħàŻ à¤àŻàµà•àŻà• à•àŸàŻàŸà³àŻˆàŻàŻˆ à‡àŻà•àŻà•àµàŻààŻ." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s ààħàŻ à¤àŻàµà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà ààħàŻ à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "àšàŻ†àŻàħàŻà•à³ààŻ àŞàħàŻàħàżàŻ à…àŸàżàŞàŻàŞàŸàŻˆ à¤à•àµà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "àŞàŻ†àŻà°àŻ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS àµà•àŻˆ:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "à¨àżà²àŻˆ:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU à¨àŻ‡à°ààŻ:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "à…à¤àżà•àŞàŸàŻàš à¨àżàİàŻˆàµà•ààŻ:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "àµà°àŻˆàŻàħàŻˆ à‡à²àŻà²àŻˆ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸ à¨àżàİàŻˆàµà•ààŻ:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "à¤ààİàà• à¤àŻàµà•àŻà•ààŻ" +msgstr "à¤ààİàà• à¤àŻàµà•àŻà•ààŻ:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "àŞàŻ†àŻà°àŻ" +msgstr "àšàŻ†àŻà²àŻàŞàŸàŻà¤àŻà¤àŻ" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "àšàŻ†àŻà²àŻà¨àŻ€à•àŻà•ààŻ" -#: src/virsh.c:1580 -#, fuzzy +#: src/virsh.c:1611 msgid "NUMA free memory" -msgstr "àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸ à¨àżàİàŻˆàµà•ààŻ:" +msgstr "NUMA àµàŻ†àħàŻàħàŻ à¨àżàİàŻˆàµà•ààŻ" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." -msgstr "" +msgstr "à•ààŸàŻàšàż NUMA à…àħàŻˆà•àŻà•àŻ à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ àµàŻ†àħàŻàħàà•àŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:1586 -#, fuzzy +#: src/virsh.c:1617 msgid "NUMA cell number" -msgstr "NUMA à•à²à™àŻà•à³àŻ:" +msgstr "NUMA àšàŻ†à²àŻ àŽà£àŻ" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" -msgstr "" +msgstr "ààŻŠà¤àŻà¤ààŻ" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "vcpu àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààŻ†àŻàŻà¨àżà•à°àŻ CPUà•à³àŻ àŞàħàŻàħàżàŻ à…àŸàżàŞàŻàŞàŸàŻˆ à¤à•àµà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU :" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU :" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." -msgstr "" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ shut off, ààŻ†àŻàŻà¨àżà•à°àŻ CPUs à‡à²àŻà²àŻˆ." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "àšàŻ†àŻàħàŻà•à³ vcpu à‰àħàµàżàİàŻˆ à•àŸàŻàŸàŻàŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin àšàŻ†àŻàħàŻà•à³ VCPUà•à³àŻ àŞà°àŻà¨àżà²àŻˆ CPUà•à³àŻˆ à¨àżàħàŻàµàŻà•àżàħà¤àŻ." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu àŽà£àŻ" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "àŞàŻà°àµà²àİàŻ cpu àŽà£àŻ(à•à³àŻ) (à…à°àŻˆàŞàŻàŞàŻà³àŻà³àżàŻàà²àŻ àŞàżà°àżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: à¤àµàħààİ à…à²àŻà²à¤àŻ àµàżàŸàŻàŞàŸàŻàŸ vCPU àŽà£àŻ." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: àµàżàŸàŻàŞàŸàŻàŸ cpulist" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" +msgstr "vcpupin: àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻà•à³àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: à¤àµàħààİ vCPU àŽà£àŻ." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." -msgstr "" +msgstr "cpulist: à¤àµàħààİ àµàŸàżàµààŻ. àµàŻ†àħàŻàħàŻ àšà°ààŻ." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." -msgstr "" +msgstr "cpulist: %s: à¤àµàħààİ àµàŸàżàµààŻ. %dà‡à²àŻ à¤àšàà¤àŻà¤àŻˆ àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àżàħà¤àŻ ('%c' à…à°àŻà•àżà²àŻ)." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" +"cpulist: %s: à¤àµàħààİ àµàŸàżàµààŻ. %dà‡à²àŻ à¤àšàààŻ à…à²àŻà²à¤àŻ à•àŻ‹àààµàŻˆ àŽà¤àżà°àŻàŞàŻàŞàà°àŻà•àŻà•àżàħà¤àŻ ('%c' " +"à…à°àŻà•àżà²àŻ)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." -msgstr "" +msgstr "cpulist: %s: à¤àµàħààİ àµàŸàżàµààŻ. Trailing comma %dà‡à²àŻ à‰à³àŻà³à¤àŻ." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "àŞà°àŻà¨àżà²àŻˆ CPU %d à‡à²àŻà²àŻˆ." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr " CPUà•à³àŻ ààŻ†àŻàŻà¨àżà•à°àŻ àŽà£àŻà£àżà•àŻà•àŻˆàŻàŻˆ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." msgstr "àµàżà°àŻà¨àŻà¤àżàİà°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżà²àŻ àšàŻ†àŻà²àżà²àŻà³àŻà³ ààŻ†àŻàŻà¨àżà•à°àŻ CPUà•àŻà•à³àżàİàŻ àŽà£àŻà£àżà•àŻà•àŻˆàŻàŻˆ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "ààŻ†àŻàŻà¨àżà•à°àŻ CPUà•à³àżàİàŻ àŽà£àŻà£àżà•àŻà•àŻˆ" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "ààŻ†àŻàŻà¨àżà•à°àŻ CPUà•à³àżàİàŻ à¤àµàħààİ àŽà£àŻà£àżà•àŻà•àŻˆ." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "à¨àżàħàŻˆàŻ ààŻ†àŻàŻà¨àżà•à°àŻ CPUà•à³àŻ à‰à³àŻà³àİ." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "à¨àżàİàŻˆàµà• à’à¤àŻà•àŻà•àŻ€àŸàŻàŸàŻˆ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "àµàżà°àŻà¨àŻà¤àżàİà°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżà²àŻ à¨àŸàŞàŻàŞàŻ à¨àżàİàŻˆàµà• à’à¤àŻà•àŻà•àŻ€àŸàŻàŸàŻˆ àààħàŻàħàµàŻààŻ." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àżàİàŻ à•àżà²àŻ‹àŞàŻˆàŸàŻàŸàŻà•à³àżàİàŻ àŽà£àŻà£àżà•àŻà•àŻˆ" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "à¤àµàħààİ %dà‡àİàŻ à¨àżàİàŻˆàµà• à…à³àµàŻ " -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" -msgstr "" +msgstr "MaxMemorySizeà àšà°àżàŞàà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "à…à¤àżà•àŞàŸàŻàš à¨àżàİàŻˆàµà• àµà°àŻˆàŻàħàŻˆàŻàŻˆ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "àµàżà°àŻà¨àŻà¤àżàİà°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżà²àŻ à…à¤àżà•àŞàŸàŻàš à¨àżàİàŻˆàµà• à’à¤àŻà•àŻà•àŻ€àŸàŻàŸàŻˆ àààħàŻàħàµàŻààŻ." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "à…à¤àżà•àŞàŸàŻàš à¨àżàİàŻˆàµà• àµà°àŻˆàŻàħàŻˆ à•àżà²àŻ‹àŞàŻˆàŸàŻàŸàŻà•à³àżà²àŻ" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" -msgstr "" +msgstr "à¨àŸàŞàŻàŞàŻ MemorySizeà àšà°àżàŞàà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:1998 -#, fuzzy +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" -msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àŸàŞàŻàŞàŻ à¨àżàİàŻˆàµà•ààŻ" +msgstr "à¨àŸàŞàŻàŞàŻ MemorySizeà à•àŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" -msgstr "" +msgstr "MaxMemorySizeà àààħàŻàħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "ààŻàİàŻˆ à¤à•àµà²àŻ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "ààŻàİàŻˆ àŞàħàŻàħàżàŻ à…àŸàżàŞàŻàŞàŸàŻˆ à¤à•àµà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU ààà¤àżà°:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU à…à²àŻˆàµà°àżàšàŻˆ:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU àšàà•àŻà•àŻ†àŸàŻ(à•à³àŻ):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "àšàà•àŻà•àŻ†àŸàŻàŸàŻà•àŻà•ààİ à•àŻ‹à°àŻà•à³àŻ:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "à•àŻ‹à°àŻà•àŻà•ààİ à¤àŻà°àŸàŻ(à•à³àŻ):" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA à•à²à™àŻà•à³àŻ:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "à¨àżàİàŻˆàµà• à…à³àµàŻ:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "àšàŻ†àŻà²àŻà¤àżàħàİàŻà•à³àŻ" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "hypervisor/à‡àŻà•àŻà•àżàŻàżàİàŻ àšàŻ†àŻà²àŻà¤àżàħàİàŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "àšàŻ†àŻà²àŻà¤àżàħàİàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr " XML àŞàħàŻàħàżàŻ àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ" -#: src/virsh.c:2080 -#, fuzzy +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "XML dump à²àżà°àŻà¨àŻà¤àŻ stdoutà•àŻà•àŻ àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àżàİàŻ àµàŻ†à³àżàŻàŻ€àŸàŻ." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "àšàŻ†àŻàħàŻà•à³ ààŸàż à…à²àŻà²à¤àŻ UUIDà àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ id à…à²àŻà²à¤àŻ uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻˆ àààħàŻàħàµàŻààŻ à…à²àŻà²à¤àŻ UUID à àšàŻ†àŻàħàŻà•à³ààŻ ààŸàżà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ idà àšàŻ†àŻàħàŻà•à³ààŻ UUIDà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààŸàż à…à²àŻà²à¤àŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "UUID àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2219 -msgid "migrate domain to another host" -msgstr "" - -#: src/virsh.c:2220 -msgid "Migrate domain to another host. Add --live for live migration." -msgstr "" - -#: src/virsh.c:2225 -#, fuzzy -msgid "live migration" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻ" - -#: src/virsh.c:2227 -#, fuzzy -msgid "connection URI of the destination host" -msgstr "àµàżà°àŻà¨àŻà¤àżàİà°àŻ àŞà£àżàŻà•à¤àŻà¤àŻàŸàİàŻ à‡à£àŻˆà•àŻà•àµàŻààŻ" - -#: src/virsh.c:2228 -msgid "migration URI, usually can be omitted" -msgstr "" - #: src/virsh.c:2250 -msgid "migrate: Missing desturi" +msgid "migrate domain to another host" +msgstr "àµàŻ‡àħàŻ àŞàŻà°àµà²àİàŻà•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‡àŸàààħàŻàħàµàŻààŻ" + +#: src/virsh.c:2251 +msgid "Migrate domain to another host. Add --live for live migration." +msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àµàŻ‡àħàŻ àŞàŻà°àµà²àİàŻà•àŻà•àŻ àààħàŻàħàŻ. --liveà àšàŻ‡à°àŻà•àŻà•àµàŻààŻ." + +#: src/virsh.c:2256 +msgid "live migration" +msgstr "à¨àŻ‡à°àŸàż à‡àŸààŻàŞàŻ†àŻà°àŻàµàŻ" + +#: src/virsh.c:2258 +msgid "connection URI of the destination host" +msgstr "à‡à£àŻˆàŞàŻàŞàŻ URI à‡à²à•àŻà•àŻ àŞàŻà°àµà²àİàŻ" + +#: src/virsh.c:2259 +msgid "migration URI, usually can be omitted" +msgstr "URI à‡àŸàààħàŻàħààŻ, àŞàŻŠà¤àŻàµàà• à¤àµàżà°àŻà•àŻà•àŞàŻàŞàŸàŻààŻ" + +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2283 +msgid "migrate: Missing desturi" +msgstr "à‡àŸààŻàŞàŻ†àŻà°àŻàµàŻ: àµàżàŸàŻàŞàŸàŻàŸ desturi" + +#: src/virsh.c:2318 msgid "autostart a network" msgstr "à’à°àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à¤ààİàà• à¤àŻàµà•àŻà•àµàŻààŻ" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "à¤ààİàà• à¤àŻàµà™àŻà• à’à°àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆà•àŻ à•àŸàŻàŸààŻˆà•àŻà•àµàŻààŻ" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" -#: src/virsh.c:2311 -#, fuzzy, c-format +#: src/virsh.c:2347 +#, c-format msgid "failed to mark network %s as autostarted" -msgstr "%s à à•àŻàħàżà•àŻà• àŞàżà£àŻˆàŻààŻ %sà à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàżà£àŻˆàŻààŻ %sà à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà•àŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2314 -#, fuzzy, c-format +#: src/virsh.c:2350 +#, c-format msgid "failed to unmark network %s as autostarted" -msgstr "%s à à•àŻàħàżà•àŻà• àŞàżà£àŻˆàŻààŻ %sà à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàżà£àŻˆàŻààŻ %sà à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2321 -#, fuzzy, c-format +#: src/virsh.c:2357 +#, c-format msgid "Network %s marked as autostarted\n" -msgstr "àŞàżà£àŻˆàŻààŻ %s %s à¤ààİàà• à¤àŻàµà•àŻà•àŻàµà¤àà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" +msgstr "àŞàżà£àŻˆàŻààŻ %s à¤ààİàà• à¤àŻàµà•àŻà•àŻàµà¤àà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" -#: src/virsh.c:2323 -#, fuzzy, c-format +#: src/virsh.c:2359 +#, c-format msgid "Network %s unmarked as autostarted\n" -msgstr "àŞàżà£àŻˆàŻààŻ %s %s à¤ààİàà• à¤àŻàµà•àŻà•àŻàµà¤àà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" +msgstr "àŞàżà£àŻˆàŻààŻ %s à¤ààİàà• à¤àŻàµà•àŻà•àŻàµà¤àà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ à’à°àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "XML àŞàżà£àŻˆàŻ àµàżà³à•àŻà•à¤àŻà¤àŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³ à•àŻ‹àŞàŻàŞàŻ" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "àŞàżà£àŻˆàŻ %s %sà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "à’à°àŻ XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ à’à°àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ (à†àİàà²àŻ à†à°ààŻàŞàżà•àŻà• àµàŻ‡à£àŻàŸàààŻ)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "àŞàżà£àŻˆàŻààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "à’à°àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à…à´àżà•àŻà•àµàŻààŻ" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à…à´àżà•àŻà•àµàŻààŻ." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àżàİàŻ àŞàŻ†àŻà°àŻ, id à…à²àŻà²à¤àŻ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "àŞàżà£àŻˆàŻààŻ %s à…à´àżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "àŞàżà£àŻˆàŻààŻ %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr " XML àŞàħàŻàħàżàŻ àŞàżà£àŻˆàŻ à¤à•àµà²àŻ" -#: src/virsh.c:2470 -#, fuzzy +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "XML dump à²àżà°àŻà¨àŻà¤àŻ stdoutà•àŻà•àŻ àŞàżà£àŻˆàŻ à¤à•àµà²àżàİàŻ àµàŻ†à³àżàŞàŻàŞààŸàŻ." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "àŞàŸàŻàŸàżàŻà²àŻ àŞàżà£àŻˆàŻà™àŻà•à³àŻ" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "àŞàżà£àŻˆàŻà™àŻà•à³àżàİàŻ àŞàŸàŻàŸàżàŻà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "àšàŻ†àŻà²àżà²àżà²àŻà²àठàŞàżà£àŻˆàŻà™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "àšàŻ†àŻà²àħàŻàħ & àšàŻ†àŻà²àżà²àŻà³àŻà³ àŞàżà£àŻˆàŻà™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àŞàżà£àŻˆàŻà™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "àšàŻ†àŻà²àħàŻàħ àŞàżà£àŻˆàŻà™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "à¤ààİàà• à¤àŻàµà•àŻà•ààŻ" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "à¤ààİàà• à¤àŻàµà•àŻà•ààŻ à‡à²àŻà²àŻˆ" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³à¤àŻ" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "àšàŻ†àŻà²àżà²àŻà²àà¤à¤àŻ" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "àŞàżà£àŻˆàŻ ààŸàż à…à²àŻà²à¤àŻ UUIDà àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "àŞàżà£àŻˆàŻ uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à†à°ààŻàŞàżà•àŻà•àµàŻààŻ (ààŻàİàŻàŞàŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ)" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "à’à°àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à¤àŻàµà•àŻà•àµàŻààŻ." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "àšàŻ†àŻà²àħàŻàħ àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "àŞàżà£àŻˆàŻ %s à¤àŻŠàŸà™àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "àŞàżà£àŻˆàŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà’à°àŻ àšàŻ†àŻà²àħàŻàħ àŞàżà£àŻˆàŻàà•" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àŞàżà£àŻˆàŻà¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "àŞàżà£àŻˆàŻààŻ %s àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "àŞàżà£àŻˆàŻààŻ %sà àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàà¤à¤àŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "àŞàżà£àŻˆàŻàŞàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ idà àŞàżà£àŻˆàŻààŻ UUIDà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "UUID àŞàżà£àŻˆàŻà¤àŻà¤àŻˆàŞàŻ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤ààİàà• à¤àŻàµà•àŻà•àµàŻààŻ." +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ à¤ààİàà• à¤àŻàµà•àŻà•àµàŻààŻ." -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "à¤ààİàà• à¤àŻàµà™àŻà• à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à•àŸàŻàŸààŻˆà•àŻà•àµàŻààŻ." +msgstr "à¤ààİàà• à¤àŻàµà™àŻà• à’à°àŻ àŞàŻ‚à²àŻˆ à•àŸàŻàŸààŻˆà•àŻà•àµàŻààŻ." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" +msgstr "àŞàŻ‚à²àŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "%s à à•àŻàħàżà•àŻà• àŞàżà£àŻˆàŻààŻ %sà à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %s à à•àŻàħàżà•àŻà• à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "%s à à•àŻàħàżà•àŻà• àŞàżà£àŻˆàŻààŻ %sà à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %s à à•àŻàħàżà¨àŻ€à•àŻà• à¤ààİàà• à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" +msgstr "àŞàŻ‚à²àŻ %s à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %s à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ." - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "XML àšàŻ†àŻàħàŻà•à³ àµàżà³à•àŻà•à¤àŻà¤àŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³ à•àŻ‹àŞàŻàŞàŻ" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" +msgstr "àŞàŻ‚à²àŻ %s à¤ààİàà• à¤àŻàµà•àŻà• à•àŻàħàżà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àŞàŻ‚à²àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ." + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "XML àŞàŻ‚à²àŻ àµàżà³à•àŻà•à¤àŻà¤àŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³ à•àŻ‹àŞàŻàŞàŻ" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "àŞàŻ‚à²àŻ %s %sà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àŞàŻ‚à²àŻà²àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" +msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àŞàŻ‚à²àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "àŞàŻ‚à²àŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "àŞàŻ‚à²àżàİàŻ àµà•àŻˆ" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "source-host àšàŻ‡ààżàŞàŻàŞà•à¤àŻà¤àżàħàŻà•àŻ" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "ààŻ‚à² àŞàà¤àŻˆ àšàŻ‡ààżàŞàŻàŞà•à¤àŻà¤àżàħàŻà•àŻ" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "ààŻ‚à² àšàà¤àİààŻ àšàŻ‡ààżàŞàŻàŞà•à¤àŻà¤àżàħàŻà•àŻ" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "àšàŻ‡ààżàŞàŻàŞà•à¤àŻà¤àżàħàŻà•àŻ à‡à²à•àŻà•àŻ" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "à‡àŸàŻˆàŻà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "XML à‡àŸàŻˆàŻà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" +msgstr "àŞàŻ‚à²àŻ %s à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "à’à°àŻ XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ (à†àİàà²àŻ à†à°ààŻàŞàżà•àŻà• àµàŻ‡à£àŻàŸàààŻ)" +msgstr "à’à°àŻ XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ à’à°àŻ àŞàŻ‚à²àŻˆ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ (à†àİàà²àŻ à†à°ààŻàŞàżà•àŻà• àµàŻ‡à£àŻàŸàààŻ)" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ" +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ." -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ\n" +msgstr "àŞàŻ‚à²àŻ %s %sà²àżà°àŻà¨àŻà¤àŻ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àŞàŻ‚à²àŻˆ àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ à’à°àŻ àà¤àżàŞàŻàŞàŻà°àŻà•àŻà•àŻ àµà°àŻˆàŻàħàŻ" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "ààŻ‚à² àŞàà¤àŻˆ àšàŻ‡ààżàŞàŻàŞà•à¤àŻà¤àżàħàŻà•àŻ" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ\n" +msgstr "àŞàŻ‚à²àŻ %s àµà°àŻˆàŻàħàŻà•àŻà•àµàŻààŻ\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàà¤à¤àŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ à‰à°àŻàµàà•àŻà•àŻ" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŸàŻàŸ àŞàŻ‚à²àŻˆ à‰à°àŻàµàà•àŻà•àŻ" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "àŞàŻ‚à²àŻ %s à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà à¤àħàŻà•àà²àżà•ààà• à¨àżàħàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ" +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ." +msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àŞàŻ‚à²àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ." -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ\n" +msgstr "àŞàŻ‚à²àŻ %s àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ à…à´àż" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ." +msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àŞàŻ‚à²àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ." -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ\n" +msgstr "àŞàŻ‚à²àŻ %s àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ àŞàŻà¤àŻàŞàŻàŞàż" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "à’à°àŻ à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àŞàŻ‚à²àŻˆ àŞàŻà¤àŻàŞàŻàŞàż" -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà°àŞàŻàŞàŸàŻà•àżàħà¤àŻ\n" +msgstr "àŞàŻ‚à²àŻ %s ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà°àŞàŻàŞàŸàŻà•àżàħà¤àŻ\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà° àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà° àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr " XML àŞàħàŻàħàżàŻ àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ" +msgstr "XML àŞàħàŻàħàżàŻ àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." msgstr "XML dump à²àżà°àŻà¨àŻà¤àŻ stdoutà•àŻà•àŻ àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àżàİàŻ àµàŻ†à³àżàŻàŻ€àŸàŻ." -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "àšàŻ†àŻàħàŻà•à³ àŞàŸàŻàŸàżàŻà²àŻ" +msgstr "àŞàŻ‚à²àŻà•à³àŻ àŞàŸàŻàŸàżàŻà²àŻ" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "àšàŻ†àŻàħàŻà•à³à™àŻà•à³àżàİàŻ àŞàŸàŻàŸàżàŻà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." +msgstr "àŞàŻ‚à²àŻà•à³àżàİàŻ àŞàŸàŻàŸàżàŻà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "àšàŻ†àŻà²àżà²àżà²àŻà²àठàšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" +msgstr "àšàŻ†àŻà²àżà²àżà²àŻà²àठàŞàŻ‚à²àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "àšàŻ†àŻà²àħàŻàħ & àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" +msgstr "àšàŻ†àŻà²àħàŻàħ & àšàŻ†àŻà²àżà²àŻà³àŻà³ àŞàŻ‚à²àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àŞàŻ‚à²àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàŻ†àŻà²àħàŻàħ àŞàŻ‚à²àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%sà‡à²àŻ à¤àµàħààİ àŞàżà£àŻˆàŻ àšàŻàŸàŻàŸàż" +msgstr "%sà‡à²àŻ à¤àµàħààİ àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ àšàŻàŸàŻàŸàż" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "àŞà² à‡àŻà•àŻà•àżà•à³àŻ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàİ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻà•à³àŻ à…à¤àżà• à…à³àµàŻ àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàà¤à¤àŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "àŞà² à‡àŻà•àŻà•àżà•à³àŻ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàİ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻà•à³àŻ à…à¤àżà• à…à³àµàŻ àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ à¤à•àµà²àŻ" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "ààŻàİàŻˆ àŞàħàŻàħàżàŻ à…àŸàżàŞàŻàŞàŸàŻˆ à¤à•àµà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻˆ àŞàħàŻàħàżàŻ à…àŸàżàŞàŻàŞàŸàŻˆ à¤à•àµà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" -msgstr "" +msgstr "à‰à°àŻàµàà•àŻà•àŻà•àżàħà¤àŻ" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "à‡àŻà™àŻà•àŻà•àżàħà¤àŻ" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" -msgstr "" +msgstr "à•àŻàħàŻˆà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" -msgstr "" +msgstr "à•àŻŠà³àŻà³à³àµàŻ:" -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" -msgstr "àšàŻ†àŻàħàŻà•à³ à’à¤àŻà•àŻà•àŻ€àŸàŻ" +msgstr "à’à¤àŻà•àŻà•àŻ€àŸàŻ:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" -msgstr "" +msgstr "à‡à°àŻàŞàŻàŞàµàŻˆ:" -#: src/virsh.c:3664 -#, fuzzy +#: src/virsh.c:3701 msgid "convert a pool UUID to pool name" -msgstr "àŞàżà£àŻˆàŻ ààŸàż à…à²àŻà²à¤àŻ UUIDà àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻà•àŻà•àŻ àààħàŻàħàµàŻààŻ" +msgstr "àŞàŻ‚à²àŻ UUIDà àŞàŻ‚à²àŻ àŞàŻ†àŻà°àŻà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:3669 -#, fuzzy +#: src/virsh.c:3706 msgid "pool uuid" -msgstr "àšàŻ†àŻàħàŻà•à³ uuid" +msgstr "àŞàŻ‚à²àŻ uuid" -#: src/virsh.c:3695 -#, fuzzy +#: src/virsh.c:3732 msgid "start a (previously defined) inactive pool" msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à†à°ààŻàŞàżà•àŻà•àµàŻààŻ (ààŻàİàŻàŞàŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ)" -#: src/virsh.c:3696 -#, fuzzy +#: src/virsh.c:3733 msgid "Start a pool." -msgstr "à’à°àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¤àŻàµà•àŻà•àµàŻààŻ." +msgstr "à’à°àŻ àŞàŻ‚à²àŻˆ à¤àŻàµà•àŻà•àµàŻààŻ." -#: src/virsh.c:3701 -#, fuzzy +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "àšàŻ†àŻà²àħàŻàħ àŞàŻ‚à²àŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à¤àŻŠàŸà™àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" +msgstr "àŞàŻ‚à²àŻ %s à¤àŻŠàŸà™àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" +msgstr "à’à°àŻ à…à³àµàŻà°àŻà•àŻà•à³àżà²àżà°àŻà¤àŻ à’à°àŻ à¤àŻŠà•àŻà¤àżàŻàŻˆ à‰à°àŻàµàà•àŻà•àŻ" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ." +msgstr "à’à°àŻ à¤àŻŠà•àŻà¤àżàŻàŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ." -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "à¤àŻŠà•àŻà¤àżàŻàżàİàŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "à¤àŻŠà•àŻà¤àżàŻàżàİàŻ à…à³àµàŻ k,M,G,T àŞàżàİàŻàİàŻŠàŸàà•àŻààŻ" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "à¤àŻàµà•àŻà• à’à¤àŻà•àŻà•àŻ€àŸàŻ à…à³àµàŻ k,M,G,T ààŻàİàŻàİàŻŠàŸàŻàŸàŻàŸàİàŻ" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "à•àŻ‹àŞàŻàŞàŻ ààŻàħàŻˆààŻˆ àµà•àŻˆ raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "à¤àµàħààİ à…à³àµàŻ %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" +msgstr "à¤àŻŠà•àŻà¤àż %s à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à¤àŻŠà•àŻà¤àż %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³ààŻ" +msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà’à°àŻ àšàŻ†àŻà²àħàŻàħ àŞàŻ‚à²àŻ" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ\n" +msgstr "àŞàŻ‚à²àŻ %s àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàà¤à¤àŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàà¤à¤àŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "àŞàżà£àŻˆàŻàŞàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ idà àŞàżà£àŻˆàŻààŻ UUIDà•àŻà•àŻ àààħàŻàħàµàŻààŻ" +msgstr "àŞàŻ‚à²àŻ àŞàŻ†àŻà°àŻˆ àŞàŻ‚à²àŻ UUIDà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "UUID àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "UUID àŞàŻ‚à²àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "XML àšàŻ†àŻàħàŻà•à³ àµàżà³à•àŻà•à¤àŻà¤àŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³ à•àŻ‹àŞàŻàŞàŻ" +msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ vol à‰à°àŻàµàà•àŻà•àµàŻààŻ" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "XML à¤àŻŠà•àŻà¤àż àµàżà³à•àŻà•à¤àŻà¤àŻˆ à•àŻŠà£àŻàŸàŻà³àŻà³ à•àŻ‹àŞàŻàŞàŻ" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s %sà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àµàŻààŻ." - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "à¤àŻŠà•àŻà¤àż %s %sà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr " %s à²àżà°àŻà¨àŻà¤àŻ à¤àŻŠà•àŻà¤àżàŻàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "à’à°àŻ à¤àŻŠà•àŻà¤àżàŻàŻˆ à…à´àż" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ à’à°àŻ à¤àŻŠà•àŻà¤àżàŻàŻˆ à…à´àż." + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "à¤àŻŠà•àŻàŞàŻàŞàŻ àŞàŻ†àŻà°àŻ, àµàżàšàŻˆ à…à²àŻà²à¤àŻ àŞàà¤àŻˆ" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ\n" +msgstr "à¤àŻŠà•àŻà¤àż %s à…à´àżà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à¤àŻŠà•àŻà¤àż %sà àšàŻ‡à¤àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "ààŻàİàŻˆ à¤à•àµà²àŻ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż à¤à•àµà²àŻ" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "ààŻàİàŻˆ àŞàħàŻàħàżàŻ à…àŸàżàŞàŻàŞàŸàŻˆ à¤à•àµà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż àŞàħàŻàħàżàŻ à…àŸàżàŞàŻàŞàŸàŻˆ à¤à•àµà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "OS àµà•àŻˆ:" +msgstr "àµà•àŻˆ:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML à•àŻ‹àŞàŻàŞàŻ" +msgstr "à•àŻ‹àŞàŻàŞàŻ" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" msgstr "à¤àŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr " XML àŞàħàŻàħàżàŻ àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ" +msgstr "XML àŞàħàŻàħàżàŻ à¤àŻŠà•àŻà¤àż à¤à•àµà²àŻ" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "XML dump à²àżà°àŻà¨àŻà¤àŻ stdoutà•àŻà•àŻ àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àżàİàŻ àµàŻ†à³àżàŻàŻ€àŸàŻ." +msgstr "XML dump à²àżà°àŻà¨àŻà¤àŻ stdoutà•àŻà•àŻ à¤àŻŠà•àŻà¤àż à¤à•àµà²àżàİàŻ àµàŻ†à³àżàŻàŻ€àŸàŻ." -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "àšàŻ†àŻàħàŻà•à³ àŞàŸàŻàŸàżàŻà²àŻ" +msgstr "à¤àŻŠà•àŻà¤àżà•à³àŻ àŞàŸàŻàŸàżàŻà²àŻ" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "àšàŻ†àŻàħàŻà•à³à™àŻà•à³àżàİàŻ àŞàŸàŻàŸàżàŻà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." +msgstr "à¤àŻŠà•àŻà¤àżà•à³àżàİàŻ àŞàŸàŻàŸàżàŻà²àŻˆ à•àŻŠàŸàŻà•àŻà•àżàħà¤àŻ." -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ à¤àŻŠà•àŻà¤àżà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "àŞàà¤àŻˆ" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "àŞàżà£àŻˆàŻ ààŸàż à…à²àŻà²à¤àŻ UUIDà àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻà•àŻà•àŻ àààħàŻàħàµàŻààŻ" +msgstr "à’à°àŻ à¤àŻŠà•àŻà¤àż UUIDà àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "vol àµàżàšàŻˆ à…à²àŻà²à¤àŻ àŞàà¤àŻˆ" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "àŞàżà£àŻˆàŻ ààŸàż à…à²àŻà²à¤àŻ UUIDà àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻà•àŻà•àŻ àààħàŻàħàµàŻààŻ" +msgstr "à’à°àŻ à¤àŻŠà•àŻà¤àż UUIDà à¤àŻŠà•àŻà¤àż àµàżàšàŻˆà•àŻà•àŻ àààħàŻàħàµàŻààŻ" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "àšàŻ†àŻàħàŻà•à³ uuid" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "àŞàżà£àŻˆàŻ ààŸàż à…à²àŻà²à¤àŻ UUIDà àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻà•àŻà•àŻ àààħàŻàħàµàŻààŻ" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "à¤àŻŠà•àŻà¤àż uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "à’à°àŻ à¤àŻŠà•àŻà¤àż UUIDà à¤àŻŠà•àŻà¤àż àŞàà¤àŻˆà•àŻà•àŻ àààħàŻàħàµàŻààŻ" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "vol àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ àµàżàšàŻˆ" + +#: src/virsh.c:4347 msgid "show version" msgstr "àŞà¤àżàŞàŻàŞàŻˆ à•ààŸàŻàŸàµàŻààŻ" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "à•à£àżàİàż àŞà¤àżàŞàŻàŞàŻ à¤à•àµà²àŻˆ à•ààŸàŻàŸàµàŻààŻ" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "hypervisor àµà•àŻˆàŻàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "à¨àŻ‚à²à•à¤àŻà¤àżàħàŻà•àŻ àŽà¤àżà°ààİ ààŻŠà´àżàààħàŻàħààŻ: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "à¨àŻ‚à²à• àŞà¤àżàŞàŻàŞàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "à¨àŻ‚à²à•à¤àŻà¤àŻˆ àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àŻà¤à²àŻ: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "API àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àŻà¤à²àŻ: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "hypervisor àŞà¤àżàŞàŻàŞàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "à‡àŻà™àŻà•àŻààŻ %s hypervisor àŞà¤àżàŞàŻàŞàżàİàŻˆ àŞàżà°àżà¤àŻà¤àŻ†àŸàŻà•àŻà• ààŻàŸàżàŻàà¤àŻ\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "à‡àŻà™àŻà•àŻààŻ hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 #, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA à‡à¨àŻà¤ àŞàŻà°àµà²àİàżà²àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "àšàŻ†àŻà²àŻà¤àżàħàİàŻà•à³àŻ" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "hypervisor à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "XML dump à²àżà°àŻà¨àŻà¤àŻ stdoutà•àŻà•àŻ à¤àŻŠà•àŻà¤àż à¤à•àµà²àżàİàŻ àµàŻ†à³àżàŻàŻ€àŸàŻ." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "àšàà¤àİààŻ" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" -msgstr "hypervisor àµà•àŻˆàŻàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "hypervisor àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻˆ à…àšàŻàšàżàŸàŻ" -#: src/virsh.c:4404 -#, fuzzy +#: src/virsh.c:4530 msgid "failed to get hostname" -msgstr "hypervisor àµà•àŻˆàŻàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4419 -#, fuzzy +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" -msgstr "hypervisor à‡à£àŻˆàŞàŻàŞàŻ URI" +msgstr "hypervisor à•à²àŻ‹àİàżà•àŻà•à²àŻ URIà à…àšàŻàšàżàŸàŻà•àżàħà¤àŻ" -#: src/virsh.c:4433 -#, fuzzy +#: src/virsh.c:4559 msgid "failed to get URI" -msgstr "UUID àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "URIà àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc à•ààŸàŻàšàż" -#: src/virsh.c:4449 -#, fuzzy +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "VNC à•ààŸàŻàšàżà•àŻà•àŻ IP ààŻà•àµà°àż ààħàŻàħàŻààŻ à¤àŻàħàŻˆ àŽà£àŻà£àżàİàŻ àµàŻ†à³àżàŞàŻàŞààŸàŻ." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" -msgstr "" +msgstr "tty àŞà£àżàŻà•ààŻ" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." -msgstr "" +msgstr "TTY àŞà£àżàŻà•à¤àŻà¤àżàħàŻ àµàŻ†à³àżàŞàŻàŞààŸàŻ àšàà¤àİààŻ." -#: src/virsh.c:4585 -#, fuzzy +#: src/virsh.c:4711 msgid "attach device from an XML file" -msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" +msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ à‡à£àŻˆà•àŻà•àµàŻààŻ" -#: src/virsh.c:4586 -#, fuzzy +#: src/virsh.c:4712 msgid "Attach device from an XML ." -msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" +msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ à‡à£àŻˆà•àŻà•àżàħà¤àŻ ." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML à•àŻ‹àŞàŻàŞàŻ" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device: àµàżà°àŻàŞàŻàŞààŻ àµàżàŸàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/virsh.c:4627 -#, fuzzy, c-format +#: src/virsh.c:4753 +#, c-format msgid "Failed to attach device from %s" -msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s à²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 -#, fuzzy +#: src/virsh.c:4770 msgid "detach device from an XML file" -msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà•àµàŻààŻ" +msgstr "XML à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ àŞàżà°àżà•àŻà•àµàŻààŻ" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "à’à°àŻ XML à‡à²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ à¨àŻ€à•àŻà•àµàŻààŻ" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device: àµàżà°àŻàŞàŻàŞààŻ àµàżàŸàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àšàà¤àİà¤àŻà¤àŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàŻˆ à‡à£àŻˆà¤àŻà¤à²àŻ" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "àŞàŻà¤àżàŻ àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàŻˆ à‡à£àŻˆà•àŻà•àµàŻààŻ" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàŻ àµà•àŻˆ" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàżàİàŻˆ ààŻ‚à²ààŻ" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "à‡à²à•àŻà•àŻ àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC ààŻà•àµà°àż" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" -msgstr "" +msgstr "àŞàà²ààŻ àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàŻà•àŻà•àŻ àŞàŻàİàŻàŞàŸàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸ à¸àŻà•àżà°àżàŞàŻàŸàŻ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "%s 'attach-interface' à•àŸàŻàŸà³àŻˆàŻàżà²àŻ àšàŻ‡àµàŻˆàŻàżà²àŻà²àŻˆ" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàŻˆ à¨àŻ€à•àŻà•àµàŻààŻ" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "àŞàżà£àŻˆàŻ ààŻà•àŞàŻàŞàŻˆ à¤àŻà£àŻàŸàżà•àŻà•àµàŻààŻ" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "ààŻà•àŞàŻàŞàŻ à¤à•àµà²àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "%s àµà•àŻˆàŻàżà²àŻà³àŻà³ ààŻà•àŞàŻàŞàŻ à‡à²àŻà²àŻˆ" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" -msgstr "" +msgstr "MAC ààŻà•àµà°àż %sà•àŻà•àŻ à•àà£àŞàŻàŞàŸàठààŻà•àŞàŻàŞàŻ" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" -msgstr "" +msgstr "àµàŸàŻàŸàŻ àšàà¤àİà¤àŻà¤àŻˆ à‡à£àŻˆ" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." -msgstr "" +msgstr "àŞàŻà¤àżàŻ àµàŸàŻàŸàŻ àšàà¤àİà¤àŻà¤àŻˆ àšàŻ‡à°àŻ" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" -msgstr "" +msgstr "àµàŸàŻàŸàŻ àšàà¤àİà¤àŻà¤àżàİàŻ ààŻ‚à²ààŻ" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" -msgstr "" +msgstr "àµàŸàŻàŸàŻ àšàà¤àİà¤àŻà¤àżàİàŻ à‡à²à•àŻà•àŻ" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" -msgstr "" +msgstr "àµàŸàŻàŸàŻ àšàà¤àİà¤àŻà¤àżàİàŻ à‡àŻà•àŻà•àż" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" -msgstr "" +msgstr "àµàŸàŻàŸàŻ àšàà¤àİà¤àŻà¤àżàİàŻ à¤àŻà£àŻˆ à‡àŻà•àŻà•àż" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" -msgstr "" +msgstr "à‡à²à•àŻà•àŻ àšàà¤àİ àµà•àŻˆ" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" -msgstr "" +msgstr "àšàà¤àİ ààŻàħàŻˆààŻˆ àŽà´àŻà¤àŻà¤à²àŻ ààħàŻàħàŻààŻ àµààšàżà¤àŻà¤à²àŻ" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" -msgstr "" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठ%s à•àŸàŻàŸà³àŻˆàŻàżà²àŻ 'attach-disk'" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" -msgstr "" +msgstr "àµàŸàŻàŸàŻ àšàà¤àİà¤àŻà¤àŻˆ à¤àŻà£àŻàŸàż" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." -msgstr "" +msgstr "àµàŸàŻàŸàŻ àšàà¤àİà¤àŻà¤àŻˆ à¤àŻà£àŻàŸàż." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "àµàŸàŻàŸàŻ à¤à•àµà²àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" -msgstr "" +msgstr "à‡à²à•àŻà•àŻ %sà‡à²àŻ àµàŸàŻàŸàŻ à‡à²àŻà²àŻˆ" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "calloc à¨àżàİàŻˆàµà•ààŻ init àšà°à¤àŻà¤àżàħàŻà•àŻ à¤àŻ‹à²àŻàµàż: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s: àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s: àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s: àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" +msgstr "lvs à•àŸàŻàŸà³àŻˆ à¤àŻ‹à²àŻàµàżàŻàŻàħàŻàħà¤àŻ" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs à•àŸàŻàŸà³àŻˆ exitstatus %dà‰àŸàİàŻ à¤àŻ‹à²àŻàµàż" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s: àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àŞàżà£àŻˆàŻà¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àŞàżà£àŻˆàŻà¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "à’à°àŻ àšàŻ†àŻà²àħàŻàħ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà•àŸàŻàŸààŻˆàŞàŻàŞàŻ." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "à‡à¨àŻà¤ à‡àŸàŻˆàšàŻàšàŻ†àŻà²àŻ ààŻàİàŻˆàŻà¤àŻà¤àŻˆ àµàżàŸàŻàŸàŻ àµàŻ†à³àŻàŻ‡àħàµàŻààŻ" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "à•àŸàŻàŸà³àŻˆ '%s' à•àŻà•àŻ <%s> àµàżà°àŻàŞàŻàŞààŻ à¤àŻ‡àµàŻˆàŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "à•àŸàŻàŸà³àŻˆ '%s' à•àŻà•àŻ --%s àµàżà°àŻàŞàŻàŞààŻ à¤àŻ‡àµàŻˆàŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "à•àŸàŻàŸà³àŻˆ '%s' à‡à²àŻà²àŻˆ" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " àŞàŻ†àŻà°àŻ\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6030,7 +6371,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6038,7 +6379,7 @@ msgstr "" "\n" " àµàżà³à•àŻà•ààŻ\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6046,55 +6387,53 @@ msgstr "" "\n" " àµàżà°àŻàŞàŻàŞà™àŻà•à³àŻ\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठàšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठàŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "àŞàżà£àŻˆàŻààŻ '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठàŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ id" +msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठàŞàŻ‚à²àŻ àŞàŻ†àŻà°àŻ" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठàŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ id" +msgstr "àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàठà¤àŻŠà•àŻà¤àż àŞàŻ†àŻà°àŻ" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à¤àŻŠà•àŻà¤àż '%s'à àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6105,130 +6444,129 @@ msgstr "" "(à¨àŻ‡à°ààŻ: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "àµàżàŸàŻàŞàŸàŻàŸ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "àŽà¤àżà°àŻàŞàà°àठàŸàŻ‹à•àŻà•àİàŻ (à•àŸàŻàŸà³àŻˆ àŞàŻ†àŻà°àŻ): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "à¤àŻ†à°àżàŻàठà•àŸàŻàŸà³àŻˆ: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "à•àŸàŻàŸà³àŻˆ '%s' --%sàµàżà°àŻàŞàŻàŞà¤àŻà¤àżàħàŻà•àŻ à¤àŻà£àŻˆ àŞàŻà°àżàŻàà¤àŻ" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "àŽà¤àżà°àŻàŞàà°àŻà¤àŻà¤ à‡à²à•àŻà•à£ààŻ: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "àŽà£àŻ" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "àšà°ààŻ" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "àŽà¤àżà°àŻàŞàà°àठà¤à°àµàŻ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "àµàżà°àŻàŞàŻàŞààŻ" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "à¤à•àµà²àŻ" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML à•àŻ‹àŞàŻàŞàŻ" +msgstr "à•àŻ‹àŞàŻàŞàŻ" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "à‡àŸàŻˆ à¨àżàħàŻà¤àŻà¤àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "àŞà£àż à¨àżàħàŻà¤àŻà¤à¤àŻà¤àżà²àŻ" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "àŞà£àż à¨àżàħàŻà¤àŻà¤ààŻ" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "ààŻàħàżàµàŻàħàŻàħà¤àŻ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "à‡à£àŻˆàŞàŻàŞàżà²àŻ à‡à²àŻà²ààà²àŻ" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "àšà°àżàŻààİ à‡à£àŻˆàŞàŻàŞàŻ à‡à²àŻà²àŻˆ" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: àŞàżà´àŻˆ: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "àŞàżà´àŻˆ: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d àŞàŻˆàŸàŻàŸàŻà•à³àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: %lu àŞàŻˆàŸàŻàŸàŻà•à³àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "hypervisor à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "àŞà¤àżàµàŻà•àŻ à•àŻ‹àŞàŻàŞàŻ à¤à•àµà²àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" -msgstr "" +msgstr "àŞà¤àżàµàŻ àŞàà¤àŻˆ à’à°àŻ à•àŻ‹àŞàŻàŞàżà²àŻà²àŻˆ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" -msgstr "" +msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ. àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàŻ àŞàà¤àŻˆàŻàŻˆ àšà°àż àŞàà°àŻà•àŻà•àµàŻààŻ" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "%s: àŞà¤àżàµàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "hypervisor à‡à²àżà°àŻà¨àŻà¤àŻ à¤àŻà£àŻàŸàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6261,7 +6599,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6271,12 +6609,12 @@ msgstr "" " (specify help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "à¤àŻà£àŻˆàŻàżà²àŻà²àठàµàżà°àŻàŞàŻàŞààŻ '-%c'. --help à àŞàà°àŻà•àŻà•àµàŻààŻ." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6285,7 +6623,7 @@ msgstr "" "%sà•àŻà•àŻ àµà°àµàŻ‡àħàŻà•àŞàŻàŞàŸàŻà•àżàħàŻ€à°àŻà•à³àŻ, ààŻ†àŻàŻà¨àżà•à°àà•àŻà• à‡àŸàŻˆàšàŻàšàŻ†àŻà²àŻ ààŻàİàŻˆàŻààŻ.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6303,879 +6641,938 @@ msgstr "àŽàšàŻàšà°àżà•àŻà•àŻˆ" msgid "error" msgstr "àŞàżà´àŻˆ" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "àŞàżà´àŻˆàŻààİ àšàŻ†àŻàŻà¤àżà•à³àŻ à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "à‰à³àŻà³àà°àŻà¨àŻà¤ àŞàżà´àŻˆ %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "à‰à³àŻà³àà°àŻà¨àŻà¤ àŞàżà´àŻˆ" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "à‡à¨àŻà¤ àšàŻ†àŻà²àŻàŞààŸàŻ hypervisorà†à²àŻ à¤àŻà£àŻˆàŞàŻà°àżàµà¤àżà²àŻà²àŻˆ" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "à‡à¨àŻà¤ àšàŻ†àŻà²àŻàŞààŸàŻ hypervisorà†à²àŻ à¤àŻà£àŻˆàŞàŻà°àżàµà¤àżà²àŻà²àŻˆ: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "hypervisorà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr " %sà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "à¤àµàħààİ à‡à£àŻˆàŞàŻàŞàŻ àŞàŻà³àŻà³àż" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%sà‡à²àŻ à¤àµàħààİ à‡à£àŻˆàŞàŻàŞàŻ àŞàŻà³àŻà³àż" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%sà‡à²àŻ à¤àµàħààİ à•à³àŞàŻàŞàŻà³àŻà³àż" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "à¤àµàħààİ à…à³àµàŻà°àŻ" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%sà‡à²àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "à¤àŻ†à°àżàŻàठHTTP àŞàżà´àŻˆ à•àŻàħàżàŻàŻ€àŸàŻ %d àŞàŻ†àħàŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "à¤àŻ†à°àżàŻàठàŞàŻà°àµà²àİàŻ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "à¤àŻ†à°àżàŻàठàŞàŻà°àµà²àİàŻ" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Exprà àµà°àżàšàŻˆàŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Expr à àµà°àżàšàŻˆàŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen hypervisor à‰à³àŻà³àŻ€àŸàŻàŸàŻˆ àŞàŻàİàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen hypervisor à‰à³àŻà³àŻ€àŸàŻ %sà àŞàŻàİàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen Store à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen Store %s à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸ Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "àµàżàŸàŻàŞàŸàŻàŸ à•à°àŻàİà²àŻ à¤à•àµà²àŻ" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%s à‡à²àŻ àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "àšàà¤àİààŻ %sà•àŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ à‡à²à•àŻà•àŻ à¤à•àµà²àŻ" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "àšàà¤àİààŻ %s à•àŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ à‡à²à•àŻà•àŻ à¤à•àµà²àŻ" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻ à¤à•àµà²àŻ" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%sà‡à²àŻ àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻ à¤à•àµà²àŻ" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "àµàżàŸàŻàŞàŸàŻàŸ à‡àŻà•àŻà•à¤àŻà¤à³ à¤à•àµà²àŻ" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%sà•àŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ à‡àŻà•àŻà•à¤àŻà¤à³ à¤à•àµà²àŻ" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "àµàżàŸàŻàŞàŸàŻàŸ àšàà¤àİà™àŻà•à³àŻ à¤à•àµà²àŻ" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%sà•àŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ àšàà¤àİà™àŻà•à³àŻ à¤à•àµà²àŻ" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "àŞà² à‡àŻà•àŻà•àżà•à³àŻ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàİ" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "àŞà² à‡àŻà•àŻà•àżà•à³àŻ %s à‡à²àŻ àŞà¤àżàµàŻ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàİ" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "à¨àŻ‚à²à• à…à´àŻˆàŞàŻàŞàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ, à¤àŻà£àŻˆàŞàŻà°àżàŻ àµààŻàŻàŞàŻàŞàżà²àŻà²àŻˆ" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "à¨àŻ‚à²à• à…à´àŻˆàŞàŻàŞàŻ %s àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ, à¤àŻà£àŻˆàŞàŻà°àżàŻ àµààŻàŻàŞàŻàŞàżà²àŻà²àŻˆ" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML àµàżàµà°ààŻ àšà°àżàŻàà• à…ààŻˆà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ à…à²àŻà²à¤àŻ à¤àµàħààİà¤àŻ" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "XML àµàżàµà°ààŻ %sà•àŻà•àŻ àšà°àżàŻàà• à…ààŻˆà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ à…à²àŻà²à¤àŻ à¤àµàħààİà¤àŻ" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "à‡à¨àŻà¤ àšàŻ†àŻàħàŻà•à³ààŻ ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "àµààšàżàŞàŻàŞàŻ ààŸàŻàŸàŻààŻ à…à£àŻà•à²àŻà•àŻà•àŻ àšàŻ†àŻà²àŻàŞààŸàŻ à¤àŸàŻˆ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "àµààšàżàŞàŻàŞàŻ ààŸàŻàŸàŻààŻ à…à£àŻà•à²àŻà•àŻà•àŻ àšàŻ†àŻà²àŻàŞààŸàŻ %s à¤àŸàŻˆ àšàŻ†àŻàŻàŻàŞàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "àµààšàżà•àŻà• à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "àµààšàżà•àŻà• %s à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ %s à àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ à‡à²à•àŻà•à£àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ %s à à‡à²à•àŻà•à£àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ à‡à²à•àŻà•à£ àŞàżà´àŻˆ" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ à‡à²à•àŻà•à£ àŞàżà´àŻˆ: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "àŞàżà°àżàŞàŻàŞàŻ àŞàżà´àŻˆ" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "à¤àµàħààİ àŞàżà£àŻˆàŻ àšàŻàŸàŻàŸàż" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%sà‡à²àŻ à¤àµàħààİ àŞàżà£àŻˆàŻ àšàŻàŸàŻàŸàż" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "à‡à¨àŻà¤ àŞàżà£àŻˆàŻààŻ ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "àŞàżà£àŻˆàŻààŻ %s ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "à•à£àżàİàż à…à´àŻˆàŞàŻàŞàŻ àŞàżà´àŻˆ" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC àŞàżà´àŻˆ" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS à…à´àŻˆàŞàŻàŞàŻ àŞàżà´àŻˆ" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ: %s" -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "à¤àµàħààİ MAC ààŻà•àµà°àż" -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "à¤àµàħààİ MAC ààŻà•àµà°àż: %s" -#: src/virterror.c:688 -#, fuzzy -msgid "authentication failed" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" - -#: src/virterror.c:690 -#, fuzzy, c-format -msgid "authentication failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" - -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ" - #: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ: %s" +msgid "authentication failed" +msgstr "à…à™àŻà•àŻ€à•àà°ààŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ" +#: src/virterror.c:698 +#, c-format +msgid "authentication failed: %s" +msgstr "à…à™àŻà•àŻ€à•àà°ààŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "àŞàżà£àŻˆàŻààŻ à‡à²àŻà²àŻˆ: %s" +msgid "Storage pool not found" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ à‡à²àŻà²àŻˆ" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "à¤àµàħààİ àŞàżà£àŻˆàŻ àšàŻàŸàŻàŸàż" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ à‡à²àŻà²àŻˆ: %s" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%sà‡à²àŻ à¤àµàħààİ àŞàżà£àŻˆàŻ àšàŻàŸàŻàŸàż" +msgid "Storage volume not found" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż à‡à²àŻà²àŻˆ" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "à¤àµàħààİ àŞàżà£àŻˆàŻ àšàŻàŸàŻàŸàż" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż à‡à²àŻà²àŻˆ: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%sà‡à²àŻ à¤àµàħààİ àŞàżà£àŻˆàŻ àšàŻàŸàŻàŸàż" +msgid "invalid storage pool pointer in" +msgstr "à¤àµàħààİ àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ àšàŻàŸàŻàŸàż" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%sà‡à²àŻ à¤àµàħààİ àšàŻ‡ààżàŞàŻàŞà• àŞàŻ‚à²àŻ àšàŻàŸàŻàŸàż" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgid "invalid storage volume pointer in" +msgstr "à¤àµàħààİ àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż àšàŻàŸàŻàŸàż" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "à¤àµàħààİ àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż àšàŻàŸàŻàŸàż %sà‡à²àŻ" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "à’à°àŻ àšàŻ‡ààżàŞàŻàŞà• à‡àŻà•àŻà•àżàŻàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à‡àŻà•àŻà•àżàŻàŻˆ à¤àŻ‡àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "à’à°àŻ àšàŻ‡ààżàŞàŻàŞà• à‡àŻà•àŻà•àżàŻàŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "àšàŻ‡ààżàŞàŻàŞà• à‡àŻà•àŻà•àżàŻàŻˆ à¤àŻ‡àŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "à¤àµàħààİ àšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż àšàŻàŸàŻàŸàż" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%sà‡à²àŻ à¤àµàħààİ à•à³àŞàŻàŞàŻà³àŻà³àż" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "àšàà¤àİààŻ à‡à²àŻà²àŻˆ: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "àšàà¤àİààŻ à‡à²àŻà²àŻˆ: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "àšàŻ†àŻàħàŻà•à³ à’à¤àŻà•àŻà•àŻ€àŸàŻ" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "àŞàżà£àŻˆàŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ '%s' à àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s config àŞàŸàŻàŸàżàŻà²àŻà•àŻà•àŻ à¨àżàİàŻˆàµà•ààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "àŞàżà£àŻˆàŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ '%s' à àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" -msgstr "" +msgstr "Credit scheduler à¨àżàħàŻˆ à…à³àµàŻà°àŻ (%d) àŞàŻ‹à¤àŻàààİà¤àà• à‡à²àŻà²àŻˆ (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" -msgstr "" +msgstr "Credit scheduler cap à…à³àµàŻà°àŻ (%d) àŞàŻ‹à¤àŻàààİà¤àà• à‡à²àŻà²àŻˆ (0-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d àšàŻ†àŻàħàŻà•à³à¤àŻ à¤à•àµà²àŻ à’à¤àŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à’à°àŻ àšàà•àŻà•àŻ†àŸàŻàŸàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "Xen Store à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "xendà‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen àŸàŻ€àààİàżà²àżà°àŻà¨àŻà¤àŻ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà ààŻ€à£àŻàŸàŻààŻ à¤àŻŠàŸà° àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "xend_get: xen àŸàŻ€àààİàżà²àżà°àŻà¨àŻà¤àŻ àŞàżà´àŻˆ: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen àŸàŻ€àààİàżà²àżà°àŻà¨àŻà¤àŻ àŞàżà´àŻˆ: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "àŞàŻà¤àżàŻ à‡àŸàŻˆàŻà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "gethostbyname à¤àŻ‹à²àŻàµàż: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "S-Exprà•àŻà•àŻ urlencode àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, domid àŽà£àŻà£à²àŻà²" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ àŞàŻ†àŻà°àŻ" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ àŞàŻ†àŻà°àŻ" +msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ HVM ààħàŻàħàż" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ à•à°àŻàİà²àŻ & à¤àŻàµà•àŻà• ààħàŻàħàż" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "à¤àŻ†à°àżàŻàठchar àšàà¤àİ àµà•àŻˆ" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "malformed char àšàà¤àİ àšà°ààŻ" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "char àšàà¤àİ configà•àŻà•àŻ à¨àżàİàŻˆàµà•ààŻ à‡à²àŻà²àŻˆ" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "à¤àŻ†à°àżàŻàठchar àšàà¤àİ àµà•àŻˆ" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, vbd dev àŽà¤àŻàµàŻààŻ à•àŻŠà£àŻàŸàżà°àŻà•àŻà•àµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, vbd à†àİà¤àŻ src à à•àŻŠà£àŻàŸàżà°àŻà•àŻà•àµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd à•àŻ‹àŞàŻàŞàŻ àŞàŻ†àŻà°àŻˆ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ, à‡àŻà•àŻà•àż àŞàŻ†àŻà°àŻ àµàżàŸàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd à•àŻ‹àŞàŻàŞàŻ àŞàŻ†àŻà°àŻˆ àŞàżà°àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ, à‡àŻà•àŻà•àż àµà•àŻˆ àµàżàŸàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "à¤àµàħààİ MAC ààŻà•àµà°àż: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "àŽà¤àżà°àŻàŞàà°àठdict ààŻàİàŻˆ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" +msgstr "à¤àŻ†à°àżàŻàठauth àµà•àŻˆ '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ %s" -#: src/xend_internal.c:2602 -#, fuzzy +#: src/xend_internal.c:2559 msgid "failed to parse topology information" -msgstr "Xend àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻˆ à‡à²à•àŻà•à£àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à¤à•àµà²àŻˆ à‡à²à•àŻà•à£àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:2656 -#, fuzzy +#: src/xend_internal.c:2613 msgid "topology syntax error" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ à‡à²à•àŻà•à£ àŞàżà´àŻˆ" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à‡à²à•àŻà•à£ àŞàżà´àŻˆ" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻˆ à‡à²à•àŻà•à£àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName à‡à¨àŻà¤ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà à¤àħàŻà•àà²àżà•ààà• à¨àżàħàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻ‚à²àŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठà‰à³àŻà³àŻ€àŸàŻ àšàà¤àİ àµà•àŻˆ %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart failed à‡à¨àŻà¤ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à•àà£ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonSetAutostart failed à‡à¨àŻà¤ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ ààŻàİàŻˆ" +msgstr "on_xend_startà‡à²àżà°àŻà¨àŻà¤àŻ àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "ààŻàİàŻˆ à¨àżàİàŻˆàµà•ààŻ" +msgstr "à¨àżàİàŻˆàµà•ààŻ à‡à²àŻà²àŻˆ" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" +msgstr "sexpr2string à¤àŻ‹à²àŻàµàż" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %sà àµà°àŻˆàŻàħàŻà•àŻà•àŞàŻàŞàŸàà¤à¤àŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "sexprà ààħàŻ àµà°àŻˆàŻàħàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "on_xend_start sexprà‡à²àŻ à‡à²àŻà²àŻˆ" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +msgstr "gethostname à¤àŻ‹à²àŻàµàż: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "hypervisor àµà•àŻˆàŻàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻˆ strdup àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen à‡àŸààŻàŞàŻ†àŻà°àŻàµàżàİàŻ àŞàŻ‹à¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ ààħàŻàŞàŻ†àŻà°àżàŸàŻàµà¤àħàŻà•àŻ " +"à¤àŻà£àŻˆàŞàŻà°àżàµà¤àżà²àŻà²àŻˆ" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" +"xenDaemonDomainMigrate: Xen à‡àŸààŻàŞàŻ†àŻà°àŻàµàżàİàŻ àŞàŻ‹à¤àŻ à…à²àŻˆàµà°àżàšàŻˆ àµà°ààŻàŞàŻà•àŻà•àŻ à¤àŻà£àŻˆàŞàŻà°àżàµà¤àżà²àŻà²àŻˆ" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: à¤àŻà£àŻˆàŞàŻà°àżàŻàठà•àŻŠàŸàż" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: à¤àµàħààİ URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" -msgstr "" +msgstr "xenDaemonDomainMigrate: xenmigr:// ààŸàŻàŸàŻààŻ‡ Xenà†à²àŻ à‡àŸààŻàŞàŻ†àŻà° à¤àŻà£àŻˆàŞàŻà°àżà•àżàħà¤àŻ" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: à’à°àŻ àŞàŻà°àµà²àİàŻ àŞàŻ†àŻà°àŻ URIà‡à²àŻ à•àŻàħàżàŞàŻàŞàżàŸàŞàŻàŞàŸ àµàŻ‡à£àŻàŸàŻààŻ" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup à¤àŻ‹à²àŻàµàż" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: à¤àµàħààİ à¤àŻàħàŻˆ àŽà£àŻ" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻˆ à‡à²à•àŻà•à£àŞàŻàŞàŸàŻà¤àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "àšàŻ†àŻàħàŻà•à³ àµàżà³à•àŻà•à¤àŻà¤àŻˆ àŞà•àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4à‡à²àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ àŞàŻ†àŻà°àŻ" +msgstr "ààŻàİàŻˆ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ à¤àżàŸàŻàŸ àŞàŻ†àŻà°àŻ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "à¤àŻ†à°àżàŻàà¤à¤àŻ" +msgstr "à¤àŻ†à°àżàŻàठà¤àżàŸàŻàŸ ààŻ‡à²àà³à°àŻ" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "hypervisor àµà•àŻˆàŻàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à¤àżàŸàŻàŸààŻ àŞàŻ†àŻà°àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ uuid" +msgstr "àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ ààŻà´àŻààŻˆàŻàà• à‡à²àŻà²àŻˆ, àµàżàŸàŻàŞàŸàŻàŸ cpu_weight" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "àšàŻ†àŻàħàŻà•à³ààŻ à¤à•àµà²àŻ à¨àżàħàŻˆàµàŻ àŞàŻ†àħààà²àŻ à‰à³àŻà³à¤àŻ, àµàżàŸàŻàŞàŸàŻàŸ uuid" +msgstr "àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ ààŻà´àŻààŻˆ àŞàŻ†àħàµàżà²àŻà²àŻˆ, àµàżàŸàŻàŞàŸàŻàŸ cpu_cap" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "domainBlockPeek domà•àŻà•àŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: à¤àµàħààİ àŞàà¤àŻˆ" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "àµààšàżà•àŻà• à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "%sà‡à²àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "àµààšàżà•àŻà• %s à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "à•àŻ‹àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ lseek à…à²àŻà²à¤àŻ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "àŽà¤àżà°àŻàŞàà°àŻà•àŻà•àठàšàŻ†àŻàħàŻà•à³ àµà•àŻˆ %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" +msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàšàŻ‡ààżàŞàŻàŞà• à¤àŻŠà•àŻà¤àż àµà•àŻˆ %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ ààŻàİàŻˆ" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "ààŻàİàŻˆ àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŸàŻàŸàżàŻà²àŻ" +msgstr "HVM àšàŻ†àŻàħàŻà•à³ ààħàŻàħàż à‡à²àŻà²àŻˆ" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "à¨àŻ‚à²à• à…à´àŻˆàŞàŻàŞàŻ àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ, à¤àŻà£àŻˆàŞàŻà°àżàŻ àµààŻàŻàŞàŻàŞàżà²àŻà²àŻˆ" +msgstr "ai_socktype à¤àŻà£àŻˆàŞàŻà°àżàŻàà¤àŻ" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ à‡à²à•àŻà•à£ àŞàżà´àŻˆ: %s" +msgstr "UUID à¤àµàħààİ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "àŞàŻ†àŻà°àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à…à³àµàŻà°àŻ àµàżàŸàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "'%s' stat à•àŻ‹àŞàŻàŞàżàİàŻˆ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ ààŻàİàŻˆ" +msgstr "on_xend_startà‡à²àżà°àŻà¨àŻà¤àŻ àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ ààŻàİàŻˆ" +msgstr "on_xend_startà‡à²àżà°àŻà¨àŻà¤àŻ àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ ààŻàİàŻˆ" +msgstr "on_xend_startà‡à²àżà°àŻà¨àŻà¤àŻ àŽà¤àżà°àŻàŞàà°àठàà¤àżàŞàŻàŞàŻ" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" -msgstr "àµààšàżàŞàŻàŞàŻ ààŸàŻàŸàŻààŻ à‡à£àŻˆàŞàŻàŞàŻà•à³àŻ" +msgstr "àµààšàżàŞàŻàŞàŻ ààŸàŻàŸàŻààŻ à‡à£àŻˆàŞàŻàŞàŻ" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "àšàŻ†àŻà²àżà²àżà²àŻà²àठàšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸàµàŻààŻ" +msgstr "àšàŻ†àŻà²àżà²àżà²àŻà²àठàšàŻ†àŻàħàŻà•à³ààŻ à‡à²àŻà²àŻˆ" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "àŽà¤àżà°àŻàŞàà°àठdict ààŻàİàŻˆ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ àŞàŻ†àŻà°àŻˆ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ àŽàŸàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàħàŻà•àŻ ààŻ‡à²àŻ†à´àŻà¤ à•àŸàŻàŸààŻˆ à‰à³àŻà³àŻ€àŸàŻàŸàŻˆ àŽàŸàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "%s à²àżà°àŻà¨àŻà¤àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ ààŻ€àŸàŻàŸàŻ†àŸàŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ ààŻ‡àŞàŻàŞàżà²àżà°àŻà¨àŻà¤àŻ àŞà´àŻˆàŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ à¨àŻ€à•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻ àŞàŻ†àŻà°àŻ ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "config" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àŸàŞàŻàŞàŻ à¨àżàİàŻˆàµà•ààŻ" +msgstr "à¨àŸàŞàŻàŞàŻ à¨àŻ‡à°à¤àŻà¤àŻˆàŞàŻ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ %s à àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ à•àŻˆàŻàà³àŻà¤à²àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "à¤àŻ†à°àżàŻàठOS àµà•àŻˆ" +msgstr "à¤àŻ†à°àżàŻàठàšàà¤àİààŻ" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "autostart à‡à£àŻˆàŞàŻàŞàŻ '%s'à à…à´àżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "logfile %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "logfile %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString()à•àŻà•àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber()à•àŻà•àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean()à•àŻà•àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode()à•àŻà•àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet()à•àŻà•àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "àšà° àµà°àżàšàŻˆàŻàŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "àà¤àżàŞàŻàŞà³àµàŻ àµà°àżàšàŻˆàŻàŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" +msgstr "àà¤àżàŞàŻàŞàŻˆ à’à¤àŻà•àŻà•àŻ" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7186,9 +7583,8 @@ msgid "allocate value array" msgstr "àà¤àżàŞàŻàŞà³àµàŻ àµà°àżàšàŻˆàŻàŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "àŞàŻà¤àżàŻ àšàŻ‚à´à²àŻ à’à¤àŻà•àŻà•àŻ€àŸàŻ" +msgstr "dict à’à¤àŻà•àŻà•àŻ" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7214,6 +7610,10 @@ msgstr "àŞà¤àżà²àŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" msgid "read response" msgstr "àŞà¤àżà²àŻˆ àŞàŸàżà•àŻà•àµàŻààŻ" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "àšà° àµà°àżàšàŻˆàŻàŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse àšàŻ‡àµàŻˆàŻà•ààŻ àŞà¤àżà²à³àżà•àŻà•àµàżà²àŻà²àŻˆ" @@ -7222,306 +7622,377 @@ msgstr "parse àšàŻ‡àµàŻˆàŻà•ààŻ àŞà¤àżà²à³àżà•àŻà•àµàżà²àŻ msgid "allocate new context" msgstr "àŞàŻà¤àżàŻ àšàŻ‚à´à²àŻ à’à¤àŻà•àŻà•àŻ€àŸàŻ" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen Store à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#~ msgid "blocked" -#~ msgstr "à¤àŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "%sà‡à²àŻ à¤àµàħààİ à…à³àµàŻà°àŻ" +msgid "failed to allocate activeDomainList" +msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ àšàŻ†àŻàħàŻà•à³à™àŻà•à³àŻˆ àŞàŸàŻàŸàżàŻà²àżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "à‡à²à•àŻà•àŻ àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ" +msgid "failed to allocate xsWatchList" +msgstr "ostypeà•àŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àŸàŞàŻàŞàŻ à¨àżàİàŻˆàµà•ààŻ" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "àŞàŻ‚à²àŻ ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻ à‰à³àŻà³à¤àŻ" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "àšàŻ†àŻàħàŻà•à³ à’à¤àŻà•àŻà•àŻ€àŸàŻ" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "àŞàŻ†àħàŞàŻàŞàŸàŻàŸ àšàżà•àŻàİà²àŻ %d, à‡àŻà•àŻà•àżà•à³àŻà•àŻà•àŻ à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻà•àżàħà¤àŻ" + +#~ msgid "allocating conn->name" +#~ msgstr "conn->name à’à¤àŻà•àŻà•àŻà¤à²àŻ" + +#~ msgid "missing filesystem type" +#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ à•àŻ‹àŞàŻàŞàŻ ààŻàħàŻˆààŻˆ àµà•àŻˆ" + +#~ msgid "empty or invalid mount source" +#~ msgstr "àµàŻ†àħàŻààŻˆàŻààİ à…à²àŻà²à¤àŻ à¤àµàħààİ ààħàŻàħ ààŻ‚à²ààŻ" + #~ msgid "missing mount target" -#~ msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ à‡à²à•àŻà•àŻ à¤à•àµà²àŻ" +#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààħàŻàħ à‡à²à•àŻà•àŻ" + +#~ msgid "empty or invalid mount target" +#~ msgstr "à¤àµàħààİ à…à²àŻà²à¤àŻ àµàŻ†àħàŻàħàŻ ààħàŻàħ à‡à²à•àŻà•àŻ" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" +#~ msgstr "uuidà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "à¤àµàħààİ à…à³àµàŻà°àŻ" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +#~ msgstr "à¤àµàħààİ à…à²àŻà²à¤àŻ àµàżàŸàŻàŞàŸàŻàŸ init à‰à°àŻàŞàŻàŞàŸàż" + +#~ msgid "init string too long" +#~ msgstr "init àšà°ààŻ ààżà• à¨àŻ€à³ààŻ" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "à¤àµàħààİ %dà‡àİàŻ à¨àżàİàŻˆàµà• à…à³àµàŻ " +#~ msgstr "à¤àµàħààİ à¨àżàİàŻˆàµà• àà¤àżàŞàŻàŞàŻ" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +#~ msgstr "à¤àµàħààİ à°àŻ‚àŸàŻ à‰à°àŻàŞàŻàŞàŸàż" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻ à¤à•àµà²àŻ" +#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ àµà•àŻˆ" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" +#~ msgstr "à¤àµàħààİ àšàŻ†àŻàħàŻà•à³ à•àŻàħàżàŻàŻ€àŸàŻ" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "àšàŻ†àŻà²àżà²àŻà³àŻà³ VM à àŞàŻ†àŻà°àŻ %sà•àŻà•àŻ ààħàŻ à•àŻàħàżàŞàŻàŞàżàŸ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "àŞàżà´àŻˆ àšà°àżàŞàà°àŻà¤àŻà¤à²àŻ àšàŻ†àŻà²àŻ: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr " %s à²àżà°àŻà¨àŻà¤àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à…àŸàŻˆàµàŻ %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +#~ msgstr "lxc à¨àżà²àŻˆ à…àŸàŻˆàµàŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid à•àŻ‹àŞàŻàŞàŻ àŞàà¤àŻˆàŻàŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +#~ msgstr "tty pid à•àŻ‹àŞàŻàŞàŻ %sà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +#~ msgstr "fdopen tty pid à•àŻ‹àŞàŻàŞàŻ %sà àšàŻ†àŻàŻàŻ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +#~ msgstr "tty pid à•àŻ‹àŞàŻàŞàŻ %sà àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +#~ msgstr "tty pid à•àŻ‹àŞàŻàŞàŻ %sà à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +#~ msgstr "tty pid à•àŻ‹àŞàŻàŞàŻ %sà àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "%s à à‡àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" +#~ msgstr "execl inità à‡àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àżàİàŻ à¨àŸàŞàŻàŞàŻ à¨àżàİàŻˆàµà•ààŻ" +#~ msgstr "vm tty à¤à•àµà²àŻˆ àŞàŻ†àħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +#~ msgstr "posix_openpt à¤àŻ‹à²àŻàµàż: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +#~ msgstr "ptsname_r à¤àŻ‹à²àŻàµàż: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +#~ msgstr "epoll_ctl(fd2) à¤àŻ‹à²àŻàµàż: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "àµààšàżà•àŻà• %s à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "tty ààŻàİàŻàİàİàŻàŞàŻàŞàŻààŻ àšàŻ†àŻà²àŻˆ àŞàżàŸàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +#~ msgstr "SIGTERM à…àİàŻàŞàŻàŞ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +#~ msgstr "SIGKILLà tty àšàŻ†àŻà²àŻà•àŻà•àŻ à…àİàŻàŞàŻàŞàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s à à¤àŻàµà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "waitpid tty %dà•àŻà•àŻ à•àà¤àŻà¤àżà°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "àšàŻ†àŻàħàŻàŞààŸàŻ àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ: %s" +#~ msgstr "SIGKILL à…àİàŻàŞàŻàŞ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ à‡à²à•àŻà•àŻ à¤à•àµà²àŻ" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "ààħàŻà•àİàµàŻ‡ àšàŻ†àŻà²àżà²àŻà³àŻà³ OPENVZ VM ààŸàż '%s'àŻàŻàŸàİàŻ àŞàżà´àŻˆ" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻ à¤à•àµà²àŻ" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ àšàŻ†àŻàħàŻà•à³ àŞàŻ†àŻà°àŻ à¤à•àµà²àŻ" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" +#~ msgstr "à¤àµàħààİ à•à³ àµà•àŻˆ àà¤àżàŞàŻàŞàŻ" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" +#~ msgstr "à¤àµàħààİ à•à³ àŞàŻ†àŻà°àŻ" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID àŞàżà´àŻˆ (à’à°àŻ ààŻà´àŻ àŽà£àŻà£àà• 100à•àŻà•àŻ à…à¤àżà•ààà• à‡à°àŻà•àŻà• àµàŻ‡à£àŻàŸàŻààŻ" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "IP ààŻà•àµà°àż xml à•àŸàŻàŸààŻˆ à•àŻ‹àŞàŻàŞàŻ '%s'à•àŻà•àŻ à‡à²àŻà²àŻˆ" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' àµàŸàżàµà¤àŻà¤àżà²àżà°àŻà¨àŻà¤àŻ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ xml à•àŸàŻàŸààŻˆ à•àŻ‹àŞàŻàŞàŻ '%s'à•àŻà•àŻ à¨àŻ†àŸàŻààà¸àŻà•àŻ ààŻà•àµà°àż à‡à²àŻà²àŻˆ" + +#~ msgid "netmask length too long" +#~ msgstr "netmask ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ xml à•àŸàŻàŸààŻˆ à•àŻ‹àŞàŻàŞàŻ '%s' à•àŻà•àŻ àŞàŻà°à²àµàİàŻ àŞàŻ†àŻà°àŻ à‡à²àŻà²àŻˆ" + +#~ msgid "hostname length too long" +#~ msgstr "hostname ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸ xml à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ '%s'à à•àŻ‡àŸàŻàµàŻ‡ ààŻà•àµà°àż à‡à²àŻà²àŻˆ" + +#~ msgid "gateway length too long" +#~ msgstr "gateway ààŻ€à• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "Nameserver ààŻà•àµà°àż xml à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ '%s'à‡à²àŻ à•àŻŠàŸàŻà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ" + +#~ msgid "nameserver length too long" +#~ msgstr "nameserver ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ip' àµàŸàżàµà¤àŻà¤àżà²àżà°àŻà¨àŻà¤àŻ à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "profile length too long" +#~ msgstr "àµàżàµà°à•àŻà•àŻàħàżàŞàŻàŞàŻ ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "àà¤àżàŞàŻàŞà³àµàŻ àµà°àżàšàŻˆàŻàŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" +#~ msgstr "calloc àšàŻ†àŻà²àżà´à•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZà•àŻà•àŻ àµàżà°àŻàŞàŻàŞà²àŞàħàŻˆ àŞà•àŻàŞàŻàŞà¤àżà²àŻ àŞàżà´àŻˆ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM à‰à°àŻàµàà•àŻà•àŻàµà¤àżà²àŻ àŞàżà´àŻˆ" #~ msgid "failed to exec %s\n" #~ msgstr "%s à à‡àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "ààŻàİàŻˆ à¤à•àµà²àŻˆ àŞàŻ†àħàŻàµà¤àżà²àŻ à¤àŻ‹à²àŻàµàż" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "àšàŻ†àŻàħàŻà•à³ à’à¤àŻà•àŻà•àŻ€àŸàŻ" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "àŽà¤àżà°àŻàŞàà°àठmime àµà•àŻˆ" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "àšàŻ†àŻàħàŻà•à³ààŻ ààŸàż à…à²àŻà²à¤àŻ àŞàŻ†àŻà°àŻ" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%sà‡à²àŻ à¤àµàħààİ à•à³àŞàŻàŞàŻà³àŻà³àż" +#~ msgstr "à¤àµàħààİ à•àŻàħàŻàµàŸàŻàŸàŻ àšàà¤àİ àŞàŻ†àŻà°àŻ: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "à¤àµàħààİ àŞà¸àŻ àµà•àŻˆ: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" +#~ msgstr "àŞàżà£àŻˆàŻààŻ àŞàŻ†àŻà°àŻ '%s' ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP ààŻà•àŞàŻàŞàŻ àŞàŻ†àŻà°àŻ '%s' ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP à¸àŻà•àżà°àżàŞàŻàŸàŻ àŞàà¤àŻˆ '%s' ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP àŞàಠàŞàà¤àŻˆ '%s' ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP ààŻà•àµà°àż '%s' ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" +#~ msgstr "ààà¤àżà°àż àŞàŻ†àŻà°àŻ '%s' ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "à…à¤àżà•àààİ àšàŻ†àŻàħàŻà•à³ààŻ" +#~ msgstr "à…à¤à• à…à³àµàŻ àŽà´àŻà¤àŻà¤àŻ àšàà¤àİà™àŻà•à³àŻ à‰à³àŻà³àİ" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ àµàżàŸàŻàŞàŸàŻàŸ ààŻ‚à² à¤à•àµà²àŻ" +#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ à’à²àż ààà¤àżà°àż" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%sà‡à²àŻ à¤àµàħààİ à•à³àŞàŻàŞàŻà³àŻà³àż" +#~ msgstr "à¤àµàħààİ à’à²àż ààà¤àżà°àż '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" +#~ msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ ààżà• à¨àŻ€à³ààŻ" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "ààŻàİàŻˆ à¤à•àµà²àŻ" +#~ msgstr "à¤àµàħààİ à¨àżàİàŻˆàµà• à¤à•àµà²àŻ" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "vcpu àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ" +#~ msgstr "à¤àµàħààİ vcpu à¤à•àµà²àŻ" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "vcpu àšàŻ†àŻàħàŻà•à³ à¤à•àµà²àŻ" +#~ msgstr "à¤àµàħààİ vcpu ààà¸àŻà•àŻ àµàżàµà°ààŻ" + +#~ msgid "architecture type too long" +#~ msgstr "àµàŸàżàµààŻˆàŞàŻàŞàŻ àµà•àŻˆ ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "machine type too long" +#~ msgstr "à•à£àżàİàż àµà•àŻˆ ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "kernel path too long" +#~ msgstr "à•à°àŻàİà²àŻ àŞàà¤àŻˆ ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "initrd path too long" +#~ msgstr "initrd àŞàà¤àŻˆ ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline àà¤àżàŞàŻàŞàŻà•à³àŻ ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "unsupported guest type" +#~ msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàµàżà°àŻà¨àŻà¤àżàİà°àŻ àµà•àŻˆ" + +#~ msgid "emulator path too long" +#~ msgstr "emulator àŞàà¤àŻˆ ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàµà°àŻˆà•à²àŻˆ àµà•àŻˆ %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "àµàŸàŻàŸàŻ àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "à¨àŻ†àŸàŻ àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "input stringà•àŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "sound devà•àŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "vm àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "range àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "network_def àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "à¨àżàİàŻˆàµà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "xmlXPathContext àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ à…à²àŻà²à¤àŻ uuid" +#~ msgstr "àŞàżà£àŻˆàŻ àŞàŻ†àŻà°àŻ ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "àšàà¤àİ àŞàŻ†àŻà°àŻ '%s'à ààŻàİàŻàİàİàŻàŞàŻàŞàŻà¤à²àŻ ààżà• à¨àŻ€à³ààŻ" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "àŞàżà£àŻˆàŻ àšà°à¤àŻà¤àżàħàŻà•àŻ à‡àŸààŻ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU àµàżà°àŻà¨àŻà¤àżàİà°àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ '%s'à àŞà•àŻà•àŻà•àŻˆàŻàżà²àŻ àŞàżà´àŻˆ : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "àŞàżà´àŻˆ: à¤àŻ†à°àżàŻàठàŞàżà´àŻˆ - à…à¤àİàŻˆ à…àħàżà•àŻà•àŻˆàŻàżàŸàµàŻààŻ\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "" +#~ "QEMU àµàżà°àŻà¨àŻà¤àżàİà²àŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàŻ àŞàŻ†àŻà°àŻ '%s' àµàżà°àŻà¨àŻà¤àżàİà°àŻ àŞàŻ†àŻà°àŻ '%s'à‰àŸàİàŻ àŞàŻŠà°àŻà¨àŻà¤àµàżà²àŻà²àŻˆ" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU àµàżà°àŻà¨àŻà¤àżàİà°àŻˆ à•àŸàŻàŸààŻˆ '%s'à‰àŸàİàŻ ààħàŻàħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "à‡à£àŻˆàŞàŻàŞàŻ hash à…àŸàŻàŸàµà£àŻˆàŻàżà²àŻ àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ àšàŻ‡à°àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "àŞàżà£àŻˆàŻ à•àŸàŻàŸààŻˆàŞàŻàŞàŻ '%s'à ààħàŻàħ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "à•àŸàŻàŸààŻˆ à•àŻ‹àŞàŻàŞàŻàŞàŻ†àŻà°àŻ '%s/%s' ààżà• à¨àŻ€à³ààŻ" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "Autostart à‡à£àŻˆàŞàŻàŞàŻ àŞàà¤àŻˆ '%s/%s' ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "àšàŻ†àŻàħàŻà•à³ à’à¤àŻà•àŻà•àŻ€àŸàŻ" +#~ msgstr "cpu ààà¸àŻà•àŻà•àŻˆ à’à¤àŻà•àŻà•àŻà•àżàħà¤àŻ" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "XMLà à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: à¨àżàİàŻˆàµà•ààŻ àŞàŻ‹à¤àµàżà²àŻà²àŻˆ" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s'à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "qemudInitPaths()à‡à²àŻ ààŻàŸàżàµàżà²àŻ àŞàà¤àŻˆ ààżà• à¨àŻ€à³ààà• à‰à³àŻà³à¤àŻ" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "%s à²àżà°àŻà¨àŻà¤àŻ %s à•àŻà•àŻ àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "%dà•àŻà•àŻ àŞàà²àŻ ààŻàİàŻàİàİàŻàŞàŻàŞàŻààŻ à¤ààà¤ààŻ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "àŞàà²ààŻ STP à %sà•àŻà•àŻ à…ààŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "à•àŻàħàŻàµàŸàŻàŸàŻ ROM à‡à£àŻˆà•àŻà•àŞàŻàŞàŸàµàżà²àŻà²àŻˆ, àŠàŸà•à¤àŻà¤àŻˆ àààħàŻàħ ààŻàŸàżàŻàà¤àŻ" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "à¤àŻ†à°àżàŻàठàšàŻ‡ààżàŞàŻàŞà• àŞàżàİàŻà¤à³ àµà•àŻˆ %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "à¤àŻ†à°àżàŻàठàšàŻ‡ààżàŞàŻàŞà• àŞàżàİàŻà¤à³ àµà•àŻˆ %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठàŞàŻ‚à²àŻ àµàŸàżàµààŻ %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "à¤àŻà£àŻˆàŞàŻà°àżàŻàठà¤àŻŠà•àŻà¤àż àµàŸàżàµààŻ %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "àµàŸàŻàŸàŻ àŞàŻ‚à²àŻà•à³àŻ à‡àİàŻàİàŻààŻ à¤àŻà£àŻˆàŞàŻà°àżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "volume name" +#~ msgstr "à¤àŻŠà•àŻà¤àż àŞàŻ†àŻà°àŻ" + +#~ msgid "volume key" +#~ msgstr "à¤àŻŠà•àŻà¤àż àµàżàšàŻˆ" + +#~ msgid "malformed xml document" +#~ msgstr "à¤àµàħààİ xml à†àµà£ààŻ" #~ msgid "domain" #~ msgstr "àšàŻ†àŻàħàŻà•à³ààŻ" -#~ msgid "domain name" -#~ msgstr "àšàŻ†àŻàħàŻà•à³àŞàŻ àŞàŻ†àŻà°àŻ" - #~ msgid "domain uuid" #~ msgstr "àšàŻ†àŻàħàŻà•à³ uuid" @@ -7564,64 +8035,65 @@ msgstr "Xen Store à‰àŸàİàŻ à‡à£àŻˆà•àŻà• ààŻàŸàżàŻàµàżà²àŻà² #~ msgid "too many domains" #~ msgstr "à…à¤àżà•àààİ àšàŻ†àŻàħàŻà•à³ààŻ" +#~ msgid "cannot save domain" +#~ msgstr "àšàŻ†àŻàħàŻà•à³à¤àŻà¤àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "cannot write header" +#~ msgstr "à¤à²àŻˆàŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "cannot write metadata length" +#~ msgstr "ààŻ†àŸàŻàŸàà¤à°àµàżàİàŻ à¨àŻ€à³à¤àŻà¤àŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàà¤àŻ" + +#~ msgid "cannot write metadata" +#~ msgstr "ààŻ†àŸàŻàŸàà¤à°àµàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "cannot save domain data" +#~ msgstr "àŻˆ àšàŻ†àŻàħàŻà•à³ à¤à°àµàŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "cannot save domain core" +#~ msgstr "àšàŻ†àŻàħàŻà•à³ à•àŻ‹à°àŻˆ àšàŻ‡ààżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + #~ msgid "too many networks" #~ msgstr "à…à¤àżà•àààİ àŞàżà£àŻˆàŻà™àŻà•à³àŻ" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "à¤àŸàŻà•àŻà•àŞàŻàŞàŸàŻàŸà¤àŻ" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "soundhw àšà°ààŻ à¤àŻ‹à²àŻàµàż." + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID à‡à¨àŻà¤ à•à³à¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: àŞàŻ†àŻà°àŻ" + #~ msgid "cannot read XML domain definition" -#~ msgstr "àšàŻ†àŻàħàŻà•à³ àµàżà³à•àŻà• à•àŻ‹àŞàŻàŞàżàİàŻˆ ààħàŻàħàµàŻààŻ" +#~ msgstr "XML àšàŻ†àŻàħàŻà•à³ àµàżà³à•àŻà•à¤àŻà¤àŻˆ àµààšàżà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ à°àŻ‚àŸàŻ àšàà¤àİ à¤à•àµà²àŻ" +#~ msgstr "àµàżàŸàŻàŞàŸàŻàŸ ààŻ‡à²àŻ à¨àżà²àŻˆ àšàŻ†àŻàħàŻà•à³ à‰à°àŻàŞàŻàŞàŸàż" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "àšàŻ†àŻàħàŻà•à³ààŻ %s ààħàŻà•àİàµàŻ‡ à‰à³àŻà³à¤àŻ" +#~ msgstr "àšàŻ†àŻàħàŻà•à³ààŻ àµà•àŻˆ à¤àµàħàà• à‰à³àŻà³à¤àŻ" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xpath àšàŻ‚à´à²àŻˆ à‰à°àŻàµàà•àŻà•àŻà•àżàħà¤àŻ" +#~ msgstr "XPath àšàŻ‚à´à²àŻ‚ à‰à°àŻàµàà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid config à…à³àµàŻà°àŻ àµàżàŸàŻàŞàŸàŻàŸàŻà³àŻà³à¤àŻ" -#, fuzzy #~ msgid "unable to write config file" #~ msgstr "à•àŸàŻàŸààŻˆàŞàŻàŞàŻ à•àŻ‹àŞàŻàŞàżàİàŻˆ àŽà´àŻà¤ ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "à’à°àŻ ààŻàİàŻˆàŻàŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" +#~ msgstr "à’à²àż àšà°à¤àŻà¤àŻˆ à’à¤àŻà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ" + +#~ msgid "no model for sound device" +#~ msgstr "à’à²àżàšàŻ àšàà¤àİà¤àŻà¤àżàħàŻà•àŻ ààà¤àżà°àż à‡à²àŻà²àŻˆ" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "à…à¤àżà•àààİ àšàŻ†àŻàħàŻà•à³ààŻ" +#~ msgstr "à…à¤àżà•àààİ àŞàŻ‚àŸàŻ àšàà¤àİà™àŻà•à³àŻ" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "à¤àµàħààİ à•à³ àŞàŻà³àŻà³àż" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "àŞàżà£àŻˆàŻà¤àŻà¤àŻˆ à•à࣠ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "à¨àżàİàŻˆàµà• à’à¤àŻà•àŻà•àŻ€àŸàŻàŸàŻˆ àààħàŻàħàµàŻààŻ" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "àŞà¤àżà²àŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "à‰à³àŻà³àà°àŻà¨àŻà¤ àŞàżà´àŻˆ %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "àŞàŻà¤àżàŻ à‡àŸàŻˆàŻà•à¤àŻà¤àŻˆ à’à¤àŻà•àŻà•àµàŻààŻ" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s'à à¤àżàħà•àŻà• ààŻàŸàżàŻàµàżà²àŻà²àŻˆ: àµààšàżà¤àŻà¤à²àŻ: %s" +#~ msgstr "à¤àµàħààİ à‰à³àŻà³àŻ€àŸàŻ àšàà¤àİààŻ" diff --git a/po/te.po b/po/te.po index 9f75403594..b18b649fd1 100644 --- a/po/te.po +++ b/po/te.po @@ -1,776 +1,797 @@ # translation of te.po to Telugu -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # Sree Ganesh , 2006. -# Krishna Babu K , 2007. +# Krishna Babu K , 2007, 2008. msgid "" msgstr "" "Project-Id-Version: te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-12-10 13:14+0530\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-14 21:31+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"\n" + +#: gnulib/lib/gai_strerror.c:41 +msgid "Address family for hostname not supported" +msgstr "à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħà°•àħ à°šà°żà°°àħà°¨à°à°à° కàħà°Ÿàħà°‚à°Ĵం à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "à°¨à°à°à°àħ à°Şà°°à°żà°·àħà°•à°à°°à°àħà°¨à°‚à°Ĥàħ à°¤à°à°¤àħà°•à°à°²à°żà°• à°µàħˆà°Ğà°²àħà°Żà°àħ" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flagsకàħ చàħ†à°Ħàħà°Ħ à°µà°żà°²àħà°µ" #: gnulib/lib/gai_strerror.c:44 -msgid "Address family for hostname not supported" -msgstr "" +msgid "Non-recoverable failure in name resolution" +msgstr "à°¨à°à°à°Şàħ à°Şà°°à°żà°·àħà°•à°à°°à°àħà°¨à°‚à°Ĥàħ à°°à°à°Ĵటàħà°Ÿ-à°²àħ‡à°¨à°ż à°µàħˆà°Ğà°²àħà°Żà°àħ" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "ai_family à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "à°àħ†à°àħ‹à°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħà°¤àħ‹ ఏ à°šà°żà°°àħà°¨à°à°à° à°•à°²à°żà°¸à°żà°²àħ‡à°Ĥàħ" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "library కà°à°²àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż, à°¸à°à°§àħà°Żà°àħˆà°‚నంతవరకàħ‚ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°• à°Şàħ‹à°µà°šàħà°šàħ" +msgid "Name or service not known" +msgstr "à°¨à°à°à°àħ à°²àħ‡à°Ĥà° à°¸àħ‡à°µ à°¤àħ†à°²à°żà°Żà°¨à°żà°Ĥà°ż" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "à°àħ†à°àħ‹à°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħà°²à°¨àħ à°à°à°°àħà°šàħ" +msgid "Servname not supported for ai_socktype" +msgstr "ai_socktypeకàħ à°¸àħ‡à°µà°żà°•à°¨à°à°à°àħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "ai_socktype à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "à°¸à°żà°¸àħà°Ÿà°àħ à°Ĥàħ‹à°·à°àħ" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "ఆరàħà°—àħà°àħ†à°‚à°Ÿàħ à°Ĵà°Ğà°°àħ à°à°°àħ€ à°šà°żà°¨àħà°¨à°Ĥà°ż" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "à°¸à°żà°¸àħà°Ÿà°àħ కà°à°²àħ à°Ĥàħ‹à°·à°‚" +msgid "Processing request in progress" +msgstr "అభàħà°Żà°°àħà°§à°¨à°ŻàħŠà°•àħà°• కà°à°°àħà°Żà°¨à°żà°°àħà°µà°ıà°£ à°Şàħà°°àħ‹à°—à°à°¨à°‚à°²àħ‹à°µàħà°‚à°Ĥà°ż" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "అభàħà°Żà°°àħà°§à°¨ à°°à°Ĥàħà°Ĥచàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "అభàħà°Żà°°àħà°§à°¨ à°°à°Ĥàħà°Ĥàħà°šàħ‡à°Żà°Ĵà°Ħà°żà°²àħ‡à°Ĥàħ" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "అనàħà°¨à°ż అభàħà°Żà°°àħà°§à°¨à°²àħ à°…à°Żà°żà°¨à°µà°ż" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "సంకàħ‡à°¤à°àħ à°Ĥàħà°µà°à°°à° à°†à°Ÿà°‚à°•à°Şà°°à°šà°Ĵà°Ħà°żà°¨à°Ĥà°ż" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "à°Şà°à°°à°à°à°żà°¤à°ż à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ à°¸à°°à°żà°—à° à°Żàħ†à°¨àħà°•àħ‹à°Ħàħ†à°Ħàħ చàħ‡à°Żà°Ĵà°Ħà°żà°²àħ‡à°Ĥàħ" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĥàħ‹à°·à°àħ" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "%s '%s'à°¨àħ à°Żà°à°•àħà°¸à°żà°¸àħ చàħ‡à°Żà°²àħ‡à°Ĥàħ: %s (%d)" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "Xen à°Ħàħ†à°àħ‹à°¨àħà°¨àħà°‚à°Ħàħ€ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "సంకàħ‡à°¤à°Şàħ à°Şàħˆà°Şàħâ€Œà°¨àħà°‚à°Ħà°ż చà°Ĥàħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" +msgstr "SIGHUPà°Şàħˆ ఆకàħƒà°¤àħ€à°•à°°à°£ à°°àħ€à°²àħ‹à°Ħà°żà°‚à°—àħ" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°‚: %s" +msgstr "à°Ħàħà°°àħˆà°µà°°àħà°²à°¨àħ à°°àħ€à°²àħ‹à°Ħàħ చàħ‡à°¸àħà°¤àħà°¨àħà°¨à°Şàħà°Şàħà°Ħàħ à°Ĥàħ‹à°·à°àħ" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "సంకàħ‡à°¤à°àħ %dనంà°Ĥàħ à°àħ‚à°¸à°żà°µàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "ఊà°ıàħ€à°àħà°šà°¨à°ż à°µà°à°²àħà°Żàħ‚ à°¨àħ‹à°Ħàħ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "close-on-exec à°Ğàħˆà°²àħà°ŻàħŠà°•àħà°• à°Ħà°żà°¸àħà°•àħà°°à°żà°Şàħà°Ÿà°à°°àħ à°Ğàħà°²à°à°—àħ అà°à°°àħà°šàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°àħ" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "non-blocking à°Ğàħˆà°²àħ à°Ħà°żà°¸àħà°•àħà°°à°żà°Şàħà°Ÿà°à°°àħ à°Ğàħà°²à°à°—àħ అà°à°°àħà°šàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°àħ" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "pid à°Ğàħˆà°²àħ '%s' à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "pid à°Ğàħˆà°²àħ '%s' fdopenà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "pid à°Ğàħˆà°²àħ '%s'కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "pid '%s'à°¨àħ à°àħ‚à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "struct qemud_socketకàħ à°àħ†à°àħŠà°°àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +msgstr "à°¸à°à°•àħ†à°Ÿàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°¸à°à°•àħ†à°Ÿàħâ€Œà°¨àħ '%s'కàħ à°Ĵంà°Ĥనం చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "'%s'à°Şàħˆ అనàħà°¸à°‚à°§à°à°¨à°àħà°² కàħŠà°°à°•àħ à°µà°żà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "à°¸àħ‡à°µà°żà°• ఘటన కà°à°²àħâ€Œà°Ĵàħà°Żà°à°•àħâ€Œà°¨àħ జతచàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "à°¸à°à°•àħ†à°Ÿàħ: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "à°Ĵంà°Ĥనం: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "à°†à°²à°•à°żà°‚à°šàħ: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "uid '%d' కàħŠà°°à°•àħ à°µà°¨à°żà°Żàħ‹à°—à°Ĥà°à°°à°ż recordà°¨àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "qemudInitPaths() నంà°Ĥà°²à°ż à°Ĵà°Ğà°°àħâ€Œà°•àħ à°Şà°à°¤àħ à°à°°àħ€à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "struct qemud_serverà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "SASL à°Ĥàħƒà°µàħ€à°•à°°à°£à°àħ %sà°¨àħ à°¸à°żà°Ĥàħà°Ĥà°àħ చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "à°…à°§à°żà°Şàħà°°à°¤à°żà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "à°§àħƒà°µàħ€à°•à°°à°£ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "PolicyKit auth కàħŠà°°à°•àħ à°¸à°żà°¸àħà°Ÿà°àħ à°Ĵà°¸àħâ€Œà°•àħ అనàħà°¸à°‚à°§à°à°¨à°à°—àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" #: qemud/qemud.c:955 -msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:960 -msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" - -#: qemud/qemud.c:966 -msgid "" -"remoteCheckCertificate: the client certificate uses an insecure algorithm." -msgstr "" - -#: qemud/qemud.c:975 -msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" - -#: qemud/qemud.c:980 -msgid "remoteCheckCertificate: no peers" -msgstr "" +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" #: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: failed: client DN is %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate: à°¨à°żà°°àħà°§à°à°°à°£ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°¨à°àħà°à°Ĥà°—à°żà°¨à°Ĥà°ż కà°à°Ĥàħ." + +#: qemud/qemud.c:1020 +msgid "remoteCheckCertificate: the client certificate has unknown issuer." +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°¤àħ†à°²à°żà°Żà°¨à°ż à°µà°żà°Ħàħà°Ĥలకà°à°°àħà°¨à°ż à°•à°²à°żà°—à°żà°µàħà°‚à°Ĥà°ż." + +#: qemud/qemud.c:1025 +msgid "remoteCheckCertificate: the client certificate has been revoked." +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ కàħŠà°Ÿàħà°Ÿà°żà°µàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż." + +#: qemud/qemud.c:1031 +msgid "" +"remoteCheckCertificate: the client certificate uses an insecure algorithm." +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ రకàħà°·à°£à°²àħ‡à°¨à°ż అలàħà°—à°à°°àħà°Ĥàħ†à°àħâ€Œà°¨àħ à°µàħà°Şà°Żàħ‹à°—à°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż." + +#: qemud/qemud.c:1040 +msgid "remoteCheckCertificate: certificate is not X.509" +msgstr "remoteCheckCertificate: à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ X.509 కà°à°Ĥàħ" + +#: qemud/qemud.c:1045 +msgid "remoteCheckCertificate: no peers" +msgstr "remoteCheckCertificate: à°Şàħ€à°°àħà°¸àħâ€ à°²àħ‡à°°àħ" + +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ కà°à°²à°àħà°¤àħ€à°°à°żà°¨à°Ĥà°ż" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°Żà°żà°‚à°•à° à°•àħà°°à°żà°Żà°à°ĥàħ€à°²à°Şà°°àħà°šà°Ĵà°Ħà°żà°²àħ‡à°Ĥàħ" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°żà°ŻàħŠà°•àħà°• à°µà°żà°ĥàħ‡à°·à°żà°¤ à°¨à°à°à°àħ అనàħà°à°¤à°ż గల కకàħà°·à°żà°Ĥà°à°°àħà°² జà°à°Ĵà°żà°¤à° " +"(tls_allowed_dn_list) నంà°Ĥàħ à°²àħ‡à°Ĥàħ. à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħà°¨à°‚à°Ĥàħ కకàħà°·à°żà°Ĥà°à°°à°ż à°¨à°à°à°Şàħà°•àħà°·à°¤àħà°°à°àħà°¨àħ చàħ‚à°Ħàħà°Ÿà°•àħ " +"'openssl x509 -in clientcert.pem -text'à°¨àħ à°µàħà°Şà°Żàħ‹à°—à°żà°‚à°šà°‚à°Ħà°ż, à°²àħ‡à°Ĥà° à°Ħàħ†à°àħ‹à°¨àħâ€Œà°¨àħ --verbose " +"ఐచàħà°šà°żà°•à°‚à°¤àħ‹ à°¨à°Ħàħà°Şàħà°àħ." -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°¨à°żà°°àħà°§à°à°°à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate అà°à°°àħà°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż అంà°Ĥàħà°µà°²à°¨ చàħ†à°Ħàħà°Ħ " +"à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°µà°Ĥà°żà°²à°żà°µàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°Şàħ‹à°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" +msgstr "కకàħà°·à°Ĥà°à°°à°ż ఆనవà°à°³àħà°³àħ à°¨à°żà°°àħà°§à°à°°à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°àħ ఆà°àħ‹à°Ĥà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "అనàħà°à°¤à°żà°—à°² కకàħà°·à°żà°Ĥà°à°°à°ż %dకàħ polkit authà°¨àħ ఆà°Ğàħâ€Œà°šàħ‡à°Żàħà°àħ" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "TLS à°ıà°à°‚à°Ħàħâ€Œà°·àħ‡à°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "చà°Ĥàħà°µàħ: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "à°µàħà°°à°à°Żàħ: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "సంకàħ‡à°¤ సంభà°à°²à°żà°• %d à°Ĥàħ‹à°·à°àħà°²à°¨àħ à°¨à°żà°µàħ‡à°Ĥà°żà°‚à°šà°żà°¨à°Ĥà°ż: à°†à°–à°°à°ż à°Ĥàħ‹à°·à°àħ: %s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "%s config జà°à°Ĵà°żà°¤à°à°•àħŠà°°à°•àħ à°àħ†à°àħŠà°°àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "%s config జà°à°Ĵà°żà°¤à° à°µà°żà°²àħà°µà°•àħ à°àħ†à°àħŠà°°àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ కà°à°µà°à°²à°ż à°²àħ‡à°Ĥà° à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ జà°à°Ĵà°żà°¤à° à°•à°à°µà°à°²à°ż\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: à°µà°żà°²àħà°µà°•à°à°¨à°ż రకà°àħ: à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż %s; అనàħà°•àħŠà°¨àħà°¨à°Ĥà°ż %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż auth %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "rootగఠనà°Ħàħà°µà°¨à°Şàħà°Şàħà°Ħàħ à°¸à°àħ‚à°ıంనàħ అà°à°°àħà°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "à°¸à°àħ‚à°ıం '%s'à°¨àħ చàħ‚à°šàħà°•àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "à°°àħ€à°¤à°ż '%s'à°¨àħ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "à°Ħàħ†à°àħ‹à°¨àħâ€Œà°²à° à°Ğàħ‹à°°àħà°•àħ చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "à°Şàħˆà°Şàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "%sà°ŻàħŠà°•àħà°• à°¸à°àħ‚à°ıà°Şàħ à°Żà°à°œà°à°à°¨à°żà°¤àħà°µà°à°¨àħà°¨à°ż à°à°à°°àħà°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "కà°à°²àħâ€Œà°Ĵàħà°Żà°à°•àħâ€Œà°¨àħ సంకàħ‡à°¤à°àħ à°Şàħˆà°Şàħâ€Œà°•àħŠà°°à°•àħ à°¨à°àħ‹à°Ĥàħà°šàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "à°Şàħà°°àħ‹à°—àħà°°à°à°àħ à°¤àħ‡à°Ħà° (à°Żà°à°§à°à°°àħà°§à°‚ %x, అనàħà°•àħŠà°¨àħà°¨à°Ĥà°ż %x)" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "వరàħà°·à°¨àħ à°¤àħ‡à°Ħà° (à°Żà°§à°à°°àħà°§à°‚ %x, అనàħà°•àħŠà°¨àħà°¨à°Ĥà°ż %x)" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "à°Ĥà°żà°ĥ (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "à°¸àħà°à°żà°¤à°ż (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "à°§àħƒà°µàħ€à°•à°°à°£ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°§àħƒà°µàħ€à°•à°°à°£ అవసరà°àħˆà°‚à°Ĥà°ż" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż HTTP à°Ĥàħ‹à°· కàħ‹à°Ħàħ %dà°¨àħ à°ŞàħŠà°‚à°Ĥà°à°¨àħ" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°µà°żà°§à°à°¨à°àħ: %d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "à°µà°żà°ĥàħà°²àħ‡à°·à°£ సరàħà°µà°°àħ à°Ĵà°à°§àħà°Żà°¤ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şà°à°°àħà°ĥàħâ€ ఆరàħà°—àħà°¸àħâ€ à°µà°żà°Ğà°²à°àħˆà°¨à°à°Żà°ż" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "అంతరàħà°—à°¤ à°Ĥàħ‹à°·à°àħ - à°Şà°‚à°Şà°żà°£àħ€ à°Ğంకàħà°·à°¨àħ చàħ†à°²àħà°²à°¨à°ż కàħ‹à°Ħàħâ€Œà°¨àħ à°¤à°żà°°à°żà°—à°żà°Şà°‚à°Şà°żà°‚à°Ĥà°ż %d" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "à°Ħà°àħà°àħ€ à°ŞàħŠà°Ħà°µàħ" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "వరàħà°¸à°•àħà°°à° à°Şàħà°°à°¤àħà°Żàħà°¤àħà°¤à°° à°Şàħ€à° à°żà°•" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "à°¸àħ€à°°à°żà°Żà°²àħˆà°œàħ à°°à°żà°Ÿà°°àħà°¨àħâ€ à°¸àħà°Ÿàħà°°à°•àħà°Ÿàħâ€" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "à°¸àħ€à°°à°żà°Żà°²àħˆà°œàħ à°°à°żà°Ÿà°°àħà°¨àħâ€ à°Ĥàħ‹à°·à°àħ" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "à°¸àħ€à°°à°żà°Żà°²àħˆà°œàħ à°°à°żà°Ÿà°°àħà°¨àħâ€ à°ŞàħŠà°Ħà°µàħ" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ à°¤àħ†à°°à°żà°šà°żà°µàħà°‚à°Ĥà°ż" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "à°¸à°°à°żà°•à°à°¨à°ż అనàħà°¸à°‚à°§à°à°¨ కàħ‡à°‚à°Ĥàħà°°à°‚" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°àħ à°¤àħ†à°°à°żà°šà°żà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "జàħà°žà°Şàħà°¤à°żà°²àħ‹ à°²àħ‡à°Ĥàħ" +msgstr "strdup నంà°Ĥàħ à°àħ†à°àħŠà°°àħ€ à°²àħ‡à°Ĥàħ" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°•à°¨à°Şà°Ħà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparams à°à°°àħ€ à°Şàħ†à°Ĥàħà°Ĥà°µà°ż" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż రకం" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "à°Şà°°à°żà°à°à°£à°àħ > à°—à°°à°żà°·àħà°Ÿ à°Ĵà°Ğà°°àħ à°Şà°°à°żà°à°à°£à°‚" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°šà°żà°°àħà°¨à°à°à° %dà°¨àħ à°Şà°°à°żà°·àħà°•à°°à°żà°‚à°šà°²àħ‡à°Ĥàħ: %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "కకàħà°·à°żà°Ĥà°à°°à°ż చàħ†à°²àħà°²à°¨à°ż SASL init అభàħà°Żà°°àħà°§à°¨à°¨àħ à°Şàħà°°à°Żà°¤àħà°¨à°żà°‚à°šà°à°Ħàħ" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "à°Ĵàħà°²à°à°•àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" +msgstr "sock à°šà°żà°°àħà°¨à°à°à° %d (%s)à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°Şàħ‹à°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" +msgstr "à°Şàħ€à°°àħ à°šà°żà°°àħà°¨à°à°à° %d (%s)à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl సంà°Ĥà°°àħà°­à°‚ అà°à°°à°żà°• à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %d (%s)" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "TLS à°¸àħˆà°Ğà°°àħ à°Şà°°à°żà°à°à°£à°‚à°¨àħ à°ŞàħŠà°‚à°Ĥà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "SASL à°Ĵà°ıà°żà°°àħà°—à°¤ SSF %d (%s)à°¨àħ అà°à°°àħà°šà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "SASL రకàħà°·à°£ props %d (%s)à°¨àħ అà°à°°àħà°šà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "SASL à°àħ†à°•à°¨à°żà°œà°àħà°¸àħâ€â€Œà°¨àħ %d (%s) జà°à°Ĵà°żà°¤à°à°šàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "mechlistà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "SASL ssfà°¨àħ అనàħà°¸à°‚à°§à°à°¨à°àħ %d (%s)నంà°Ĥàħ కàħà°µà°°àħ€à°šàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "à°²àħ†à°•àħà°•à°•àħà°°à°à°¨à°ż SSF %d కà°à°µà°²à°żà°¸à°żà°¨à°‚à°¤ à°Ĵà°²à°àħˆà°¨à°Ĥà°żà°•à°à°Ĥàħ" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "SASL à°µà°żà°¨à°żà°Żàħ‹à°—à°Ĥà°à°°à°żà°¨à°à°à°àħà°¨àħ అనàħà°¸à°‚à°§à°à°¨à°àħ %d (%s)నంà°Ĥàħ కàħà°µà°°àħ€à°šàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "ఎటàħà°µà°‚à°Ÿà°ż కకàħà°·à°żà°Ĥà°à°°à°ż à°µà°żà°¨à°żà°Żàħ‹à°—à°Ĥà°à°°à°żà°¨à°à°à°àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "జàħà°žà°Şàħà°¤à°żà°²àħ‹ à°²àħ‡à°Ĥàħ" +msgstr "à°µà°żà°¨à°żà°Żàħ‹à°—à°Ĥà°à°°à°żà°¨à°à°à°àħà°¨àħ నకలàħà°¤àħ€à°Żàħà°Ÿà°²àħ‹ à°àħ†à°àħŠà°°àħ€ à°à°żà°‚à°šà°żà°¨à°Ĥà°ż" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "SASL కకàħà°·à°żà°Ĥà°à°°à°ż %s à°µàħˆà°Ÿàħâ€Œà°²à°żà°¸àħà°Ÿàħà°¨à°‚à°Ĥàħ అనàħà°à°¤à°żà°‚à°šà°Ĵà°Ħà°Ħàħ" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "కకàħà°·à°żà°Ĥà°à°°à°ż à°¸à°°à°żà°•à°à°¨à°ż SASL à°Şàħà°°à°à°°à°‚à°­ అభàħà°Żà°°àħà°§à°¨à°¨àħ à°Şàħà°°à°Żà°¤àħà°¨à°żà°‚à°šà°à°Ħàħ" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl à°Şàħà°°à°à°°à°‚à°­à°‚ à°µà°żà°Ğà°àħˆà°‚à°Ĥà°ż %d (%s)" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl à°Şàħà°°à°à°°à°‚à°­ à°Şàħà°°à°¤àħà°Żàħà°¤àħà°¤à°°à°‚ à°Ħà°à°Ÿà° à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl అంచàħ† à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %d (%s)" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl అంచàħ† à°Şàħà°°à°¤àħà°Żàħà°¤àħà°¤à°°à°àħ à°Ħà°à°Ÿà° à°à°°àħ€à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "కకàħà°·à°żà°Ĥà°à°°à°ż à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż SASL init అభàħà°Żà°°àħà°§à°¨à°¨àħ à°Şàħà°°à°Żà°¤àħà°¨à°żà°‚à°šà°żà°‚à°Ĥà°ż" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "కకàħà°·à°żà°Ĥà°à°°à°ż à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż SASL à°Şàħà°°à°à°°à°‚à°­ అభàħà°Żà°°àħà°§à°¨à°¨àħ à°Şàħà°°à°Żà°¤àħà°¨à°żà°‚à°šà°żà°‚à°Ĥà°ż" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "కకàħà°·à°żà°Ĥà°à°°à°ż à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż SASL అంచàħ† అభàħà°Żà°°àħà°§à°¨à°¨àħ à°Şàħà°°à°Żà°¤àħà°¨à°żà°‚à°šà°żà°‚à°Ĥà°ż" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "కకàħà°·à°żà°Ĥà°à°°à°ż చàħ†à°²àħà°²à°¨à°ż PolicyKit init అభàħà°Żà°°àħà°§à°¨à°¨àħ à°Şàħà°°à°Żà°¤àħà°¨à°żà°‚à°šà°żà°‚à°Ĥà°ż" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "à°Şàħ€à°°àħ à°¸à°à°•àħ†à°Ÿàħ గàħà°°àħà°¤à°żà°‚à°Şàħà°¨àħ à°ŞàħŠà°‚à°Ĥà°²àħ‡à°•à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "PID %dà°¨àħ à°Şà°°à°żà°ĥàħ€à°²à°żà°‚à°šàħà°Ÿ %dలఠనà°Ħàħà°¸àħà°¤àħ‚" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "policy kit కà°à°²à°°àħâ€Œà°¨àħ చàħ‚à°¸àħà°•àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "చతనం గà°à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ %s à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం\n" +msgstr "polkit చరàħà°Żà°¨àħ %s à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°àħˆà°‚à°Ĥà°ż\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "చతనం గà°à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ %s à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం\n" - -#: qemud/remote.c:2841 -#, c-format -msgid "Policy kit failed to check authorization %d %s" -msgstr "" - -#: qemud/remote.c:2857 -#, c-format -msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" - -#: qemud/remote.c:2865 -#, c-format -msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" - -#: qemud/remote.c:2884 -msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "polkit సంà°Ĥà°°àħà°­à°àħà°¨àħ %s à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" #: qemud/remote.c:2939 +#, c-format +msgid "Policy kit failed to check authorization %d %s" +msgstr "à°Şà°à°²à°¸à°ż à°•à°żà°Ÿàħ à°Ĥàħƒà°µàħ€à°•à°°à°£à°àħà°¨àħ à°Şà°°à°żà°ĥàħ€à°²à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %d %s" + +#: qemud/remote.c:2955 +#, 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:2963 +#, c-format +msgid "Policy allowed action %s from pid %d, uid %d, result %s" +msgstr "à°Şà°à°²à°¸à°ż చరàħà°Ż %sà°¨àħ pid %d, uid %dà°¨àħà°‚à°Ħà°ż అనàħà°à°¤à°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż à°Ğà°²à°żà°¤à°‚ %s" + +#: qemud/remote.c:2982 +msgid "client tried unsupported PolicyKit init request" +msgstr "కకàħà°·à°żà°Ĥà°à°°à°ż à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż PolicyKit init అభàħà°Żà°°àħà°§à°¨à°¨àħ à°Şàħà°°à°Żà°¤àħà°¨à°żà°‚à°šà°żà°‚à°Ĥà°ż" + +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" +msgstr "storage_pool కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" +msgstr "storage_vol కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "à°Şà°°à°żà°•à°°à°àħ కనàħà°—àħŠà°¨à°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s (%s)" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "చàħ†à°²àħà°²à°¨à°ż uuid à°àħ‚లకà°àħ" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int (length word)" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int (length word)" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -794,7 +815,6 @@ msgid "expecting a separator in list" msgstr "జà°à°Ĵà°żà°¤à°à°²àħ‹ ఒక à°µàħ‡à°°àħà°Şà°à°Ÿàħà°¨àħ ఆà°ĥà°żà°¸àħà°¤àħà°¨àħà°¨à°à°¨àħ" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" msgstr "జà°à°Ĵà°żà°¤à° ]à°¤àħ‹ à°àħ‚à°Żà°Ĵà°Ħà°²àħ‡à°Ĥàħ" @@ -810,8 +830,8 @@ msgstr "ఒక à°µàħ‡à°°àħà°Şà°à°Ÿàħà°¨àħ ఆà°ĥà°żà°¸àħà°¤àħà°¨àħà°¨à° msgid "expecting an assignment" msgstr "ఒక à°¸à°à°°àħà°Şà°£à°¨àħ ఆà°ĥà°żà°¸àħà°¤àħà°¨àħà°¨à°à°¨àħ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "à°Ĵà°Ğà°°àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" @@ -824,3219 +844,3550 @@ msgid "failed to save content" msgstr "à°µà°żà°·à°Żà°à°¨àħà°¨à°ż à°­à°§àħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "tty %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "tty à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħà°²à°¨àħ à°ŞàħŠà°‚à°Ĥà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "tty à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħà°²à°¨àħ అà°à°°àħà°šà°²àħ‡à°•à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "à°µàħˆà°Ğà°²àħà°Żà°‚ I/OకàħŠà°°à°•àħ à°µàħ‡à°šà°żà°µàħà°‚à°Ĥà°ż: %s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "ఇనàħâ€Œà°Şàħà°Ÿàħâ€Œà°¨àħ చà°Ĥàħà°µàħà°Ÿà°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°àħ: %s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°àħ: %s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°•à°²à°Şà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ అనàħà°¸à°‚à°§à°à°¨à°żà°‚à°šàħà°Ÿà°•àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కలàħà°Şàħà°Ÿà°²àħ‹ à°µà°żà°Ğలంà°àħˆà°‚à°Ĥà°ż" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħàħ€ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "à°¨à°żà°²àħà°Ż à°Şàħ‚à°²àħâ€Œà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħâ€Œà°¨àħ అనàħà°¸à°‚à°§à°à°¨à°àħ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ జతచàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°àħ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħà°ż à°Şàħ‚à°²àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħâ€Œà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°àħ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ à°¨à°żà°²àħà°µ volà°¨àħ జతచàħ‡à°Żàħà°Ÿà°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħàħ€ vol à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħâ€Œà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "à°¨àħ‹à°Ħàħ à°µà°żà°·à°Żà°à°¨àħà°¨à°ż కà°à°Şàħ€ చàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°àħ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ à°¨à°żà°²àħà°µ volà°¨àħ జతచàħ‡à°Żàħà°Ÿà°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħàħ€ vol à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż రకà°àħ '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĵàħ‚à°Ÿàħ à°Şà°°à°żà°•à°°à°àħ '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Ğàħà°²à°à°Şàħ€ à°Şà°°à°żà°•à°°à°àħ à°¨à°à°à°àħ: %s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°ıà°à°°àħà°Ħàħà°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°àħ à°¨à°à°à°àħ: %s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Ĵà°¸àħ రకà°àħ '%s' à°Ğàħà°²à°à°Şàħ€ à°Ħà°żà°¸àħà°•àħ కàħŠà°°à°•àħ" -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Ĵà°¸àħ రకà°àħ '%s' à°Ğàħà°²à°à°Şàħ€ à°Ħà°żà°¸àħà°•àħ కàħŠà°°à°•àħ" -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " -msgstr "" +msgstr "ఎటàħà°µà°‚à°Ÿà°ż 'à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ' à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ à°¤àħ‹ à°¤àħ†à°²àħà°Şà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr "ఎటàħà°µà°‚à°Ÿà°ż 'dev' à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ à°¤àħ‹ à°¤àħ†à°²àħà°Şà°Ĵà°Ħà°²àħ‡à°Ĥàħ" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "ఎటàħà°µà°‚à°Ÿà°ż 'port' à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ à°¸à°à°•àħ†à°Ÿàħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħâ€Œà°¤àħ‹ à°¤àħ†à°²àħà°Şà°Ĵà°Ħà°²àħ‡à°Ĥàħ" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr " 'à°Şàħ‹à°°àħà°Ÿàħ' à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ à°¸à°à°•àħ†à°Ÿàħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħâ€Œà°¤àħ‹ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żà°²àħ‡à°àħ" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "ఎటàħà°µà°‚à°Ÿà°ż 'à°šà°żà°°àħà°¨à°à°à°' à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ à°¸à°à°•àħ†à°Ÿàħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħâ€Œà°¤àħ‹ à°¤àħ†à°²àħà°Şà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "à°àħ‹à°Ħà°²àħ à°¨à°à°à°àħ చàħ†à°²àħà°²à°¨à°ż అకàħà°·à°°à°àħà°²à°¨àħ à°•à°²à°żà°—à°żà°µàħà°‚à°Ĥà°ż" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°à°¤àħ à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħâ€Œà°¨àħ అకàħà°·à°° à°Şà°°à°żà°•à°°à°àħ కàħŠà°°à°•àħ à°¤à°Şàħà°Şà°żà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "అకàħà°·à°° à°Şà°°à°żà°•à°°à°àħ కàħŠà°°à°•àħ à°àħ‚à°²à°Şàħ à°ıàħ‹à°¸àħà°Ÿàħ à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħâ€Œà°¨àħ à°¤à°Şàħà°Şà°żà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "అకàħà°·à°° à°Şà°°à°żà°•à°°à°àħ కàħŠà°°à°•àħ à°àħ‚à°²à°Şàħ à°¸àħ‡à°µ à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħâ€Œà°¨àħ à°¤à°Şàħà°Şà°żà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ ఇనàħâ€Œà°Şàħà°Ÿàħ à°Şà°°à°żà°•à°°à°àħ రకà°àħ" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĵàħ‚à°Ÿàħ à°Şà°°à°żà°•à°°à°àħ '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 à°Ĵà°¸àħ అనàħà°¨à°Ĥà°ż %s ఇనàħâ€Œà°Şàħà°Ÿàħ à°Şà°°à°żà°•à°°à°àħà°¨àħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż ఇనàħâ€Œà°Şàħà°Ÿàħ à°Ĵà°¸àħ %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" +msgstr "xen à°Ĵà°¸àħ అనàħà°¨à°Ĥà°ż %s ఇనàħâ€Œà°Şàħà°Ÿàħ à°Şà°°à°żà°•à°°à°àħà°¨àħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ ఇనàħâ€Œà°Şàħà°Ÿàħ à°Şà°°à°żà°•à°°à°àħ రకà°àħ" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şà°°à°żà°•à°°à°àħ రకà°àħ" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "%s కàħŠà°°à°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°¤àħ€à°¸à°żà°µàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°§àħà°µà°¨à°ż à°°àħ€à°¤à°ż రకà°àħ" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "dir %sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Şà°°à°żà°•à°°à°àħ %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "%sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°Şà°°à°żà°•à°°à°àħ %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ à°ıàħ‹à°¸àħà°Ÿàħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĵàħ‚à°Ÿàħ à°Şà°°à°żà°•à°°à°àħ '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĵàħ‚à°Ÿàħ à°Şà°°à°żà°•à°°à°àħ '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ à°ıàħ‹à°¸àħà°Ÿàħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°†à°¤à°żà°§àħ‡à°Żà°ż %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°àħ రకà°àħ %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ root à°àħ‚లకà°àħ" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şà°°à°żà°•à°°à°àħ రకà°àħ" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "xmlXPathContextకàħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à° à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°ĦàħŠà°àħˆà°¨àħ రకà°àħ à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" +msgstr "చàħ†à°²àħà°²à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "UUID à°µàħà°Ĥàħà°­à°µà°żà°‚à°Şà°šàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à°à°Şà°¨à°ż చàħ‡à°Żàħà°šàħà°¨àħà°¨ uuid à°àħ‚లకà°àħ" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ†à°àħŠà°°àħ€ à°àħ‚లకం à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "'%s' ఊà°ıà°żà°‚à°šà°¨à°ż à°¸à°à°à°šà°à°°à°‚" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "ఏ OS రకంకà°à°Ĥàħ" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°¨à°żà°°àħà°à°à°£à°àħ" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĵàħ‚à°Ÿàħ à°Şà°°à°żà°•à°°à°àħ '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Ĵంà°Ĥనం: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤àħŠà°²à°—à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" +msgstr "à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ à°¨à°żà°²à°żà°Şà°żà°µàħà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°†à°¤à°żà°§àħ‡à°Żà°ż %s" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż root à°àħ‚లకà°àħ" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" msgstr "టàħ‹à°Şà°à°²à°œàħ€ à°•à°Şàħâ€Œà°¸àħ†à°Ÿàħ à°¸à°żà°¨àħà°Ÿà°à°•àħà°¸àħ à°Ĥàħ‹à°·à°‚" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°Ħà°żà°•àħà°Ÿàħ à°¨àħ‹à°Ħàħ" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "ఊà°ıàħ€à°àħà°šà°¨à°ż à°µà°à°²àħà°Żàħ‚ à°¨àħ‹à°Ħàħ" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°Ĥàħ %s: %s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°Ĥàħ %s: %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°²àħ‡à°Ĥàħ %s: %s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°­à°Ĥàħà°°à°Şà°°à°šà°²àħ‡à°Ĥàħ %s: %s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "dir '%s'à°¨àħ à°¤àħ†à°°àħà°µàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "%s కàħŠà°°à°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°¤àħ€à°¸à°żà°µàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż virt రకà°àħ" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "అనàħà°¸à°‚à°§à°à°¨à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°•à°²à°Şà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ అనàħà°¸à°‚à°§à°à°¨à°żà°‚à°šàħà°Ÿà°•àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కలàħà°Şàħà°Ÿà°²àħ‹ à°µà°żà°Ğలంà°àħˆà°‚à°Ĥà°ż" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħàħ€ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ అనàħà°¸à°‚à°§à°à°¨à°żà°‚à°šàħà°Ÿà°•àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కలàħà°Şàħà°Ÿà°²àħ‹ à°µà°żà°Ğలంà°àħˆà°‚à°Ĥà°ż" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ అనàħà°¸à°‚à°§à°à°¨à°żà°‚à°šàħà°Ÿà°•àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కలàħà°Şàħà°Ÿà°²àħ‹ à°µà°żà°Ğలంà°àħˆà°‚à°Ĥà°ż" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "అనàħà°¸à°‚à°§à°à°¨ à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°¨à°Ħàħà°šàħà°Ÿà°•àħ à°µàħˆà°Ğà°²àħà°Żà°‚ చàħ†à°‚à°Ĥà°żà°‚à°Ĥà°ż '" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "చà°Ĥàħà°µàħà°Ÿà°•àħ à°µàħˆà°Ğà°²àħà°Żà°‚ చàħ†à°‚à°Ĥà°żà°‚à°Ĥà°ż" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°•àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +msgstr "à°µàħà°°à°à°Żàħà°Ÿà°•àħ à°µàħˆà°Ğà°²àħà°Żà°‚ చàħ†à°‚à°Ĥà°żà°‚à°Ĥà°ż" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "%s à°¨àħà°‚à°Ħàħ€ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€ %s à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µàħˆà°Ğà°²àħà°Żà°‚ చàħ†à°‚à°Ĥà°żà°‚à°Ĥà°ż : %s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "%sకàħ iptables à°¨à°żà°Żà°à°à°²à°¨àħ à°­à°Ĥàħà°°à°Şà°°à°šàħà°Ÿà°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚ చàħ†à°‚à°Ĥà°żà°‚à°Ĥà°ż : %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" -msgstr "" +msgstr "iptables à°¨à°żà°Żà°à°‚ '%s'à°¨àħ చàħˆà°¨àħ '%s'à°¨àħà°‚à°Ħà°ż à°Şà°Ÿàħà°Ÿà°żà°• '%s'నంà°Ĥàħ à°¤àħ€à°¸à°żà°µàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "iptables à°¨à°żà°Żà°à°‚ '%s'à°¨àħ చàħˆà°¨àħ '%s'కàħ à°Şà°Ÿàħà°Ÿà°żà°• '%s'నంà°Ĥàħ జతచàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/libvirt.c:754 +#: src/libvirt.c:808 msgid "could not parse connection URI" msgstr "అనàħà°¸à°‚à°§à°à°¨à°‚ URI à°¨à°ż à°Şà°à°°àħà°ĥàħ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "అనàħà°¸à°‚à°§à°à°¨à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°àħ ఆà°àħ‹à°Ĥà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ సరàħˆà°¨à°Ĥà°żà°•à°à°Ĥàħ కàħà°·àħ‡à°¤àħà°°à°‚ సంఖàħà°Żà°à°Şà°°à°àħˆà°‚à°Ĥà°ż కà°à°Ĥàħ" +msgstr "domainMigratePrepare అనàħà°¨à°Ĥà°ż uriకàħ అà°à°°àħà°šà°²àħ‡à°Ĥàħ" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare అనàħà°¨à°Ĥà°ż uriకàħ అà°à°°àħà°šà°²àħ‡à°Ĥàħ" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "à°Şà°à°¤àħ అనàħà°¨à°Ĥà°ż NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "à°Ğàħà°²à°à°—àħà°²àħ à°¤à°Şàħà°Şà°• à°¸àħà°¨àħà°¨à°à°…à°Żà°żà°µàħà°‚à°Ħà°à°²à°ż" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "à°Ĵà°Ğà°°àħ అనàħà°¨à°Ĥà°ż NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "flags à°Şà°à°°à°à°à°żà°¤à°ż à°¤à°Şàħà°Şà°• VIR_MEMORY_VIRTUAL కà°à°µà°à°²à°ż" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "à°Ĵà°Ğà°°àħ అనàħà°¨à°Ĥà°ż NULL à°…à°Żà°żà°¤àħ‡ à°Şà°°à°żà°à°à°£à°‚ à°¸àħà°¨àħà°¨à°-కà°à°Ĥàħ" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "à°Ħàħà°°àħˆà°µà°°àħà°²à°¨àħ à°°àħ€à°²àħ‹à°Ħàħ చàħ‡à°¸àħà°¤àħà°¨àħà°¨à°Şàħà°Şàħà°Ħàħ à°Ĥàħ‹à°·à°àħ" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "setsid à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "à°µà°à°²àħà°Żàħ‚ ఎరàħ‡à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" +msgstr "ioctl(TIOCSTTY) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "dup2(stdin) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "dup2(stdout) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "dup2(stderr) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "కంటàħˆà°¨à°°àħ à°¨à°à°à°àħ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħâ€Œà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "చతనం గà°à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ %s à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°¸à°à°•àħ†à°Ÿàħâ€Œà°¨àħ '%s'కàħ à°Ĵంà°Ĥనం చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "'%s' à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°¸à°à°•àħ†à°Ÿàħâ€Œà°¨àħ '%s'కàħ à°Ĵంà°Ĥనం చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "/proc అనàħà°¨à°Ĥà°ż కంటàħˆà°¨à°°àħâ€Œà°•àħ: %s à°àħŒà°‚à°Ÿà°—àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "/proc అనàħà°¨à°Ĥà°ż కంటàħˆà°¨à°°àħâ€Œà°•àħ: %s à°àħŒà°‚à°Ÿà°—àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°²à°à°—àħâ€Œà°Şàħˆà°²àħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s: %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "%s అనàħà°¨à°Ĥà°ż %sà°µà°Ĥàħà°Ĥ à°àħŒà°‚à°Ÿàħ అగàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż ఈ కంటàħˆà°¨à°°àħâ€Œà°•àħ: %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħ‚à°²àħ %sà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "dir '%s'à°¨àħ à°¤àħ†à°°àħà°µàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "/proc అనàħà°¨à°Ĥà°ż కంటàħˆà°¨à°°àħâ€Œà°•àħ: %s à°àħŒà°‚à°Ÿà°—àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() అనàħà°¨à°Ĥà°ż à°¸à°°à°żà°•à°à°¨à°ż vm à°¨à°żà°°àħà°µà°šà°¨à°‚à°¨àħ à°Şà°‚à°Şà°żà°¨à°Ĥà°ż" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "open(%s) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "à°µà°à°²àħà°Żàħ‚ ఎరàħ‡à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" +msgstr "clone() à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż, %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "volà°¨àħ %sà°¨àħà°‚à°Ħà°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "à°¸à°à°•àħ†à°Ÿàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +msgstr "à°¸à°à°•àħ†à°Ÿàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°¸à°à°•àħ†à°Ÿàħâ€Œà°¨àħ '%s'కàħ à°Ĵంà°Ĥనం చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°¸à°à°•àħ†à°Ÿàħâ€Œà°¨àħ '%s'కàħ à°Ĵంà°Ĥనం చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "fd à°ŻàħŠà°•àħà°• à°°àħ€à°Ħàħ %d à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "fd %dకàħ à°µàħà°°à°à°Żàħà°Ÿ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "epoll_create(2) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "epoll_ctl(fd1) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "epoll_ctl(fd1) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "à°Ĥàħ‹à°· ఘటన %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "epoll_wait() à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°Şàħ‹à°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనం చàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" +msgstr "vol %sà°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "unlockpt à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "pid à°Ğàħˆà°²àħ '%s'కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "argvà°¨àħ à°²à°à°—àħâ€Œà°Ğàħˆà°²àħ %dకàħ à°µàħà°°à°à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "à°²à°à°—àħâ€Œà°Ğàħˆà°²àħ %dà°¨àħ à°àħ‚à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°¨à°żà°²àħà°µ à°Ħàħà°°àħˆà°µà°°àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "VM à°¨à°à°à°Şàħ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "కàħà°·àħ‡à°¤àħà°° ఐà°Ħà°ż à°²àħ‡à°Ĥà° uuid" +msgstr "à°¸à°°à°żà°Şàħ‹à°µàħ uuidà°¤àħ‹ ఏ à°ĦàħŠà°àħˆà°¨àħ à°²àħ‡à°Ĥàħ" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "waitpid కంటàħˆà°¨à°°àħ %dకàħŠà°°à°•àħ à°µàħ‡à°šà°żà°µàħà°‚à°Ħàħà°Ÿà°²àħ‹ waitpid à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "à°¸àħà°•àħà°°à°żà°Şàħà°Ÿàħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Ĵàħà°°à°żà°Ħàħà°œàħ చàħ‡à°Żàħà°Ÿà°•àħ à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šà°żà°‚à°Ĥà°ż" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "%s à°¨àħà°‚à°Ħà°ż à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż à°œà°¤à°Şà°°àħà°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°¸à°à°•àħ†à°Ÿàħâ€Œà°¨àħ '%s'కàħ à°Ĵంà°Ĥనం చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "అకàħà°·à°° à°Şà°°à°żà°•à°°à°àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +msgstr "à°¸à°à°•àħ†à°Ÿàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "Xen à°¸àħà°Ÿàħ‹à°°àħà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "tty pid à°Ğàħˆà°²àħ %sà°¨àħ à°àħ‚à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Ğàħˆà°²àħ '%s'à°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°Ĥàħ: %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "à°²à°à°—àħ à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°Ĥàħ %s: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "dir '%s'à°¨àħ à°¤àħ†à°°àħà°µàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "pid à°Ğàħˆà°²àħ '%s' à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "కàħà°·àħ‡à°¤àħà°° ఐà°Ħà°ż à°²àħ‡à°Ĥà° uuid" +msgid "no domain named %s" +msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "id %dà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°ĦàħŠà°àħˆà°¨àħ à°²àħ‡à°Ĥàħ" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "à°¨à°à°à°àħà°²àħ" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż HTTP à°Ĥàħ‹à°· కàħ‹à°Ħàħ %dà°¨àħ à°ŞàħŠà°‚à°Ĥà°à°¨àħ" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°µà°żà°§à°à°¨à°àħ: %d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Şà°à°¤àħ: %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode()కàħ చàħ†à°²àħà°²à°¨à°ż à°Şà°à°°à°à°à°żà°¤à°ż" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°šà°żà°°àħà°¨à°à°à° %dà°¨àħ à°Şà°°à°żà°·àħà°•à°°à°żà°‚à°šà°²àħ‡à°Ĥàħ: %s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°šà°żà°°àħà°¨à°à°à° %dà°¨àħ à°Şà°°à°żà°·àħà°•à°°à°żà°‚à°šà°²àħ‡à°Ĥàħ: %s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°šà°żà°°àħà°¨à°à°à° %dà°¨àħ à°Şà°°à°żà°·àħà°•à°°à°żà°‚à°šà°²àħ‡à°Ĥàħ: %s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Şàħ€à° à°żà°• '%s'à°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "à°Ğà°à°°àħà°µà°à°Ħà°żà°‚à°—àħ అభàħà°Żà°°àħà°§à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż, à°…à°Żà°żà°¤àħ‡ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż IPv4 à°šà°żà°°àħà°¨à°à°à°/à°¨àħ†à°Ÿàħâ€Œà°à°à°¸àħà°•àħ అంà°Ĥà°żà°µàħà°µà°Ĵà°Ħà°²àħ‡à°Ĥàħ" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "à°¸àħà°µà°Żà°‚à°šà°à°²à°• à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€ %sà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°àħ: %s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ à°¨à°à°à°àħ '%s' à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°àħ '%s'à°¤àħ‹ à°¸à°°à°żà°Şàħ‹à°²à°Ÿà°‚ à°²àħ‡à°Ĥàħ" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s కàħŠà°°à°•àħ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°²àħ‡à°Ĥàħ" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ '%s'à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚ చàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "uid '%d' కàħŠà°°à°•àħ à°µà°¨à°żà°Żàħ‹à°—à°Ĥà°à°°à°ż recordà°¨àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf నంà°Ĥàħ à°àħ†à°àħŠà°°àħ€ చà°à°²à°²àħ‡à°Ĥàħ" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup: à°àħ†à°àħŠà°°àħ€ చà°à°²à°²àħ‡à°Ĥàħ" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "iptables à°¨à°żà°Żà°à°à°²à°¨àħ à°¤à°żà°°à°żà°—à°żà°²àħ‹à°Ħàħà°šàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "ఖà°à°³àħ€à°¨à°ż dnsmasq argvకàħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "à°¸àħ‡à°µà°żà°•à°•àħ IP à°šà°żà°°àħà°¨à°à°à° à°²àħ‡à°•àħà°‚à°Ħà° dhcp à°Ħàħ†à°àħ‹à°¨àħâ€Œà°¨àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°²àħ‡à°àħ" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "'%s'à°¨àħà°‚à°Ħà°ż à°Ğà°à°°àħà°µà°à°°àħà°Ħà°żà°‚à°—àħà°¨àħ అనàħà°à°¤à°żà°‚à°šàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "'%s'కàħ à°Ğà°à°°àħà°µà°à°°àħà°Ħà°żà°‚à°—àħà°¨àħ అనàħà°à°¤à°żà°‚à°šàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "à°à°à°¸àħâ€Œà°•àħà°µà°à°°àħà°Ħà°°à°żà°‚à°—àħ చàħ‡à°¤à°¨à°Şà°°à°šàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "'%s'à°¨àħà°‚à°Ħà°ż à°°àħ‚à°Ÿà°żà°‚à°—àħ అనàħà°à°¤à°żà°‚à°šàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "'%s'కàħ à°°àħ‚à°Ÿà°żà°‚à°—àħà°¨àħ అనàħà°à°¤à°żà°‚à°šàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "IP à°Şà°Ÿàħà°Ÿà°żà°•à°² à°à°Ĥàħà°Ĥà°¤àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"'%s'à°¨àħà°‚à°Ħà°ż DHCP అభàħà°Żà°°àħà°§à°¨à°²à°¨àħ అనàħà°à°¤à°żà°‚à°šàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "'%s'à°¨àħà°‚à°Ħà°ż DNS అభàħà°Żà°°àħà°§à°¨à°²à°¨àħ అనàħà°à°¤à°żà°‚à°šàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "'%s'à°¨àħà°‚à°Ħà°ż అవàħà°Ÿàħâ€Œà°ĴàħŒà°‚à°Ħàħ టàħà°°à°à°Ğà°żà°•àħâ€Œà°¨àħ à°Ĵàħà°²à°à°•àħâ€Œà°šàħ‡à°Żàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "'%s'à°¨àħà°‚à°Ħà°ż ఇనàħâ€Œà°ĴàħŒà°‚à°Ħàħ టàħà°°à°à°Ğà°żà°•àħâ€Œà°¨àħ à°Ĵàħà°²à°à°•àħâ€Œà°šàħ‡à°Żàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"'%s'నంà°Ĥàħ కàħà°°à°à°¸àħ à°Ĵàħà°°à°żà°Ħàħà°œàħ టàħà°°à°à°Ğà°żà°•àħâ€Œà°¨àħ అనàħà°à°¤à°żà°‚à°šàħà°Ÿà°•àħ iptables à°¨à°żà°Żà°à°à°¨àħà°¨à°ż జతచàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°‚à°—à° à°µàħà°‚à°Ĥà°ż" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "à°Ĵàħà°°à°żà°Ħàħà°œà°ż à°à°Ĥàħà°Ĥà°¤àħà°¨àħ à°¸à°żà°Ĥàħà°Ĥà°Şà°°à°šà°²àħ‡à°àħ: %s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "à°Ĵàħà°°à°żà°Ħàħà°œàħ '%s'à°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ‡à°²àħ‡à°àħ : %s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "à°Ĵàħà°°à°żà°Ħàħà°œàħ '%s'నంà°Ĥàħ '%s'కàħ IP à°šà°żà°°àħà°¨à°à°à°à°¨àħ అà°à°°àħà°šà°²àħ‡à°Ĥàħ : %s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "à°Ĵàħà°°à°żà°Ħàħà°œàħ '%s'నంà°Ĥàħ '%s'కàħ à°¨àħ†à°Ÿàħâ€Œà°à°à°¸àħà°•àħà°¨àħ అà°à°°àħà°šà°²àħ‡à°àħ: %s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "à°Ĵàħà°°à°żà°Ħàħà°œàħ '%s'à°¨àħ à°Şàħˆà°•à°ż à°¤àħ†à°šàħà°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "IP à°Ğà°à°°àħà°µà°à°°àħà°Ħà°żà°‚à°—àħà°¨àħ చàħ‡à°¤à°¨à°Şà°°à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "à°Ĵàħà°°à°żà°Ħàħà°œàħ '%s'à°¨àħ కàħà°°à°żà°‚à°Ĥà°żà°•à°ż à°¤àħ†à°šàħà°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "à°Ĵàħà°°à°żà°Ħàħà°œàħ '%s'à°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°¨àħ à°àħ‚à°¸à°żà°µàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż pidà°¨àħ dnsmasqకàħŠà°°à°•àħ à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ uuidà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°²àħ‡à°Ĥàħ" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ à°¨à°à°à°àħà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°²àħ‡à°Ĥàħ" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°‚à°—à° à°µàħà°‚à°Ĥà°ż" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ idà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°²àħ‡à°Ĥàħ" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Ĵàħà°°à°żà°Ħàħà°œàħ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "à°¸à°żà°àħâ€Œà°²à°żà°‚à°•àħ '%s'à°¨àħ %sకàħà°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "à°¸à°żà°àħâ€Œà°²à°żà°‚à°•àħ '%s' à°¤àħŠà°²à°—à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ à°¨à°à°à°àħà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°żà°²àħà°µ vol à°²àħ‡à°Ĥàħ" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤à°‚ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨ %s à°…à°§à°żà°µà°żà°ĥàħ‹à°°àħ à°Şàħà°°à°¤à°żà°¨à°ż సంగàħà°°à°ıà°żà°‚à°šà°²àħ‡à°Ĥàħ\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ à°µà°à°•àħà°Ż à°Ĥàħ‹à°·à°‚: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "అనàħà°¸à°‚à°§à°à°¨à°‚ URI à°¨à°ż à°Şà°à°°àħà°ĥàħ చàħ‡à°Żà°²àħ‡à°Ĥàħ" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "అనàħà°¸à°‚à°§à°à°¨à°‚ URI à°¨à°ż à°Şà°à°°àħà°ĥàħ చàħ‡à°Żà°²àħ‡à°Ĥàħ" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Ĥà°¸àħà°¤àħà°°à°¨à°à°à°à°¨àħà°¨à°ż à°°à°żà°œà°à°²àħà°µàħ చàħ‡à°Żà°àħ" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" msgstr "à°¸à°°à°żà°•à°à°¨à°ż MAC à°šà°żà°°àħà°¨à°à°à°" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC à°šà°żà°°àħà°¨à°à°à°" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "popen à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "vzlist అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ à°µà°à°•àħà°Ż à°Ĥàħ‹à°·à°‚: %s" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨à°‚à°Ĥà°²à°ż UUID à°¤à°Şàħà°Şàħà°—à°à°µàħà°‚à°Ĥà°ż" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "అనàħà°¸à°‚à°§à°à°¨à°‚ URI à°¨à°ż à°Şà°à°°àħà°ĥàħ చàħ‡à°Żà°²àħ‡à°Ĥàħ" +msgstr "%s కàħŠà°°à°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°¤àħ€à°¸à°żà°µàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ€ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨à°Ħàħà°šàħà°Ÿ à°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "చàħ†à°²àħà°²à°¨à°ż à°Ğàħˆà°²àħà°¸à°żà°¸àħà°Ÿà°àħ రకà°àħ" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "%sà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ€ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨à°Ħàħà°šàħà°šàħà°¨àħà°¨ à°¸àħà°à°żà°¤à°żà°¨à°‚à°Ĥàħ à°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%sà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "అనàħà°¸à°‚à°§à°à°¨à°‚ URI à°¨à°ż à°Şà°à°°àħà°ĥàħ చàħ‡à°Żà°²àħ‡à°Ĥàħ" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "%sà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "%s కàħŠà°°à°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°¤àħ€à°¸à°żà°µàħ‡à°Żà°²àħ‡à°Ĥàħ" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ à°¤àħ†à°°à°żà°¸à°żà°¨ OPENVZ VM అనàħà°¨à°Ĥà°ż id '%s'à°¤àħ‹ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à°à°µàħà°‚à°Ĥà°ż" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "అనàħà°¸à°‚à°§à°à°¨à°‚ URI à°¨à°ż à°Şà°à°°àħà°ĥàħ చàħ‡à°Żà°²àħ‡à°Ĥàħ" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "à°µà°à°¸àħà°¤à°µà°żà°• సంఖàħà°Żà°² CPUà°² à°à°à°°àħà°Şàħ" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‹ à°µàħŠà°• OPENVZ VM అనàħà°¨à°Ĥà°ż id '%d'à°¤àħ‹ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "à°¸à°°à°żà°œàħ‹à°Ħàħ€ idà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°ĦàħŠà°àħˆà°¨àħ à°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ€ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ అనàħà°¨à°Ĥà°ż shutoff à°¸àħà°à°żà°¤à°żà°¨à°‚à°Ĥàħ à°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" msgstr "అనàħà°¸à°‚à°§à°à°¨à°‚ URI à°¨à°ż à°Şà°à°°àħà°ĥàħ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż రకà°àħ '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "అనàħà°¸à°‚à°§à°à°¨à°‚ URI à°¨à°ż à°Şà°à°°àħà°ĥàħ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°¨àħ à°àħ‚à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°•àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "proxyà°¤àħ‹ à°¸à°à°à°šà°à°° సంà°Ĵంధà°à°² à°Ĥàħ‹à°·à°‚: %d à°Ĵàħˆà°Ÿàħà°²à°²àħ‹ %d à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "proxyà°¤àħ‹ à°¸à°à°à°šà°à°° సంà°Ĵంధà°à°² à°Ĥàħ‹à°·à°‚: %d à°Ĵàħˆà°Ÿàħà°²à°¨àħ ఆà°ĥà°żà°‚à°šà°à°àħ %d à°ŞàħŠà°‚à°Ĥà°à°àħ\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "proxyà°¤àħ‹ à°¸à°à°à°šà°à°° సంà°Ĵంధà°à°² à°Ĥàħ‹à°·à°‚: %d à°Ĵàħˆà°Ÿàħà°² à°Şà°à°•àħ†à°Ÿàħà°Ÿàħà°¨àħ à°ŞàħŠà°‚à°Ĥà°à°àħ\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "proxyà°¤àħ‹ à°¸à°à°à°šà°à°° సంà°Ĵంధà°à°² à°Ĥàħ‹à°·à°‚: malformed à°Şà°à°•àħ†à°Ÿàħ\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "asynchronous à°Şà°à°•àħ†à°¤àħ సంఖàħà°Ż %dà°¨àħ à°ŞàħŠà°‚à°Ĥà°à°àħ\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "à°Ĵà°Ğà°°àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "vncTLSx509certdir కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°¨à°Ĥà°ż" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "qemu %d à°¨àħà°‚à°Ħà°ż అనàħà°•àħŠà°¨à°ż à°Ĵà°ıà°żà°·àħà°•à°°à°£ à°¸àħà°à°żà°Ĥà°ż pid %lu" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "అనàħà°•àħ‹à°¨à°ż à°Ĵà°ıà°żà°·àħà°•à°°à°£ à°¸àħà°à°żà°¤à°ż '%d', qemu à°Ĵà°ıàħà°ĥà° à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "QEMU à°Ĵàħˆà°¨à°°àħ€ %sà°¨àħ కనàħà°—àħŠà°¨à°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ '%s' కనàħà°—àħŠà°¨à°Ĵà°Ħà°²àħ‡à°Ĥàħ" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ '%s' కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à° à°²àħ‡à°Ĥàħ" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ రకà°àħ %d à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "tap ఇంటరàħâ€Œà°Ğàħ‡à°¸àħâ€Œ '%s'à°¨àħ à°Ĵàħà°°à°żà°Ħàħà°œà°ż '%s'కàħ జతచàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż : %s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "tapfds à°¸àħà°Ÿàħà°°à°żà°‚à°—àħâ€Œà°•àħ ఖà°à°³àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°Ħà°żà°¸àħà°•àħà°°à°•à°àħ '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°Ħà°żà°¸àħà°•àħà°°à°•à°àħ '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°§àħà°µà°¨à°ż à°°àħ€à°¤à°ż" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "argv à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "close-on-exec à°Ğàħˆà°²àħà°ŻàħŠà°•àħà°• à°Ħà°żà°¸àħà°•àħà°°à°żà°Şàħà°Ÿà°à°°àħ à°Ğàħà°²à°à°—àħ అà°à°°àħà°šàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°àħ" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "Xend కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°°à°à°¨àħà°¨à°ż à°µà°żà°ĥàħà°²àħ‡à°·à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "non-blocking à°Ğàħˆà°²àħ à°Ħà°żà°¸àħà°•àħà°°à°żà°Şàħà°Ÿà°à°°àħ à°Ğàħà°²à°à°—àħ అà°à°°àħà°šàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°àħ" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "VM à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż '%s': %s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "జàħà°žà°Şàħà°¤à°żà°²àħ‹ à°²àħ‡à°Ĥàħ" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "జàħà°žà°Şàħà°¤à°żà°²àħ‹ à°²àħ‡à°Ĥàħ" +msgstr "qemudStartup: à°àħ†à°àħŠà°°àħ€ చà°à°²à°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"QEMU à°Ĵà°ıà°żà°·àħà°•à°°à°£ %s à°Şàħà°°à°à°°à°‚భంనంà°Ĥàħ\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "%s à°Şàħà°°à°à°°à°‚à°­ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħâ€Œà°¨àħ చà°Ĥàħà°µàħà°šàħà°¨àħà°¨à°Şàħà°Şàħà°Ħàħ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "%s à°Şàħà°°à°à°°à°‚à°­à°‚ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħâ€Œà°¨àħ చà°Ĥàħà°µàħà°šàħà°¨àħà°¨à°Şàħà°Şàħà°Ħàħ à°¸à°à°Żà°‚ à°à°żà°‚à°šà°żà°¨à°Ĥà°ż" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "%s à°Şàħà°°à°à°°à°‚à°­à°‚ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħâ€Œà°¨àħ చà°Ĥàħà°µàħà°šàħà°¨àħà°¨à°Şàħà°Şàħà°Ħàħ à°µàħˆà°Ğà°²àħà°Żà°àħ" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "%s à°Şàħà°°à°à°°à°‚à°­à°‚ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħâ€Œà°¨àħ చà°Ĥàħà°µàħà°šàħà°¨àħà°¨à°Şàħà°Şàħà°Ħàħ ఖà°à°³àħ€ à°à°żà°‚à°šà°żà°¨à°Ĥà°ż" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°à°à°¨à°żà°Ÿà°°àħ à°Şà°à°¤àħ %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "à°à°à°¨à°żà°Ÿà°°àħâ€Œà°•àħ close-on-exec à°Ğàħà°²à°à°—àħâ€Œà°¨àħ అà°à°°àħà°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "à°à°à°¨à°żà°Ÿà°°àħâ€Œà°¨àħ à°¨à°à°¨àħ-à°Ĵàħà°²à°à°•à°żà°‚à°—àħ à°°àħ€à°¤à°żà°¨à°‚à°Ĥàħ à°µàħà°‚à°šà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "VM à°¤àħ†à°° à°Ħà°à°Ÿà°à°¨àħ à°²à°à°—àħâ€Œà°šàħ‡à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "కàħŠà°¤àħà°¤ సంà°Ĥà°°àħà°­à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" +msgstr "cpumap కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°àħ" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "CPU à°¤à°‚à°¤à°ż à°¸à°à°à°šà°à°°à°àħà°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°•àħ à°à°à°¨à°żà°Ÿà°°àħ ఆà°Ĥàħ‡à°ĥà°àħà°¨àħ à°¨à°Ħàħà°Şà°²àħ‡à°àħ" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "'%s' కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "CPU ఎà°Ğà°żà°¨à°żà°Ÿà°ż %sà°¨àħ అà°à°°àħà°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°†à°Şà°°àħ‡à°·à°¨àħ à°¤à°żà°°à°żà°—à°żà°•àħŠà°¨à°¸à°à°—à°żà°‚à°Şàħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ‌కàħà°°à°żà°Żà°à°¸à°ıà°żà°¤à°‚à°—à° à°‰à°‚à°Ĥà°ż" +msgstr "VM à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ కàħà°°à°żà°Żà°à°ĥàħ€à°² à°Şà°°àħà°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šà°¨à°ż VNC à°Şàħ‹à°°àħà°Ÿàħà°¨àħ కనàħà°—àħŠà°¨à°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Şà°à°¤àħ à°à°°àħ€ à°Şàħ‹à°Ħà°µàħˆà°¨à°Ĥà°ż: %s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "à°²à°à°—àħâ€Œà°Şàħˆà°²àħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s: %s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "VM à°²à°à°—àħâ€Œà°Ğàħˆà°²àħ close-on-exec à°Ğàħà°²à°à°—àħ %sà°¨àħ అà°à°°àħà°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "QEMU à°Ĵàħˆà°¨à°°àħ€ %sà°¨àħ కనàħà°—àħŠà°¨à°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "argvà°¨àħ à°²à°à°—àħâ€Œà°Ğàħˆà°²àħ %dకàħ à°µàħà°°à°à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "argvà°¨àħ à°²à°à°—àħâ€Œà°Ğàħˆà°²àħ %dకàħ à°µàħà°°à°à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "'%s' à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "VM '%s'à°¨àħ à°àħ‚à°¸à°żà°µàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "à°²à°à°—àħâ€Œà°Ğàħˆà°²àħ %dà°¨àħ à°àħ‚à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°Ħà°żà°•àħà°Ÿàħ à°¨àħ‹à°Ħàħ" +msgstr "అనàħà°•àħ‹à°¨à°ż pidà°¨àħ à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż, damn" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ‌కàħà°°à°żà°Żà°à°¸à°ıà°żà°¤à°‚à°—à° à°‰à°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "చà°Ĥవటà°à°¨à°żà°•à°ż %sà°¨àħ à°¤àħ†à°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "'%s' à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°Ħà°żà°•àħà°Ÿàħ à°¨àħ‹à°Ħàħ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "tty %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°¸à°à°à°°àħà°§àħà°Żà°àħà°² à°à°Ĥàħà°Ĥà°¤àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "NUMA ఈ à°ıàħ‹à°¸àħà°Ÿàħà°¨à°‚à°Ĥàħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "NUMA ఖà°à°³àħ€ à°àħ†à°àħŠà°°à°ż" +msgstr "NUMA à°Ğàħà°°àħ€ à°àħ†à°àħŠà°°àħ€à°¨à°ż కàħà°µà°°àħ€à°šàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ఉంà°Ĥà°ż" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ఉంà°Ĥà°ż" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ id %dà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°ĦàħŠà°àħˆà°¨àħâ€Œà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ€ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨à°Ħàħà°šàħà°Ÿ à°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "ససàħà°Şàħ†à°‚à°Ħàħ à°†à°Şà°°àħ‡à°·à°¨àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°¸à°żà°µàħ‡à°¤ à°†à°Şà°°àħ‡à°·à°¨àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "ostypeకàħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ uuid '%s'à°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°ĦàħŠà°àħˆà°¨àħ à°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤ à°àħ†à°àħŠà°°àħ€à°•à°¨àħà°¨à° తకàħà°•àħà°µà°—à° à°—à°°à°żà°·àħà°Ÿ à°àħ†à°àħŠà°°àħ€à°¨à°ż à°Şàħ†à°Ÿàħà°Ÿà°²àħ‡à°°àħ" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² à°ĦàħŠà°àħˆà°¨àħâ€Œà°ŻàħŠà°•àħà°• à°àħ†à°àħŠà°°àħ€à°¨à°ż అà°à°°àħà°šà°²àħ‡à°àħ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "à°—à°°à°żà°·àħà°Ÿ à°àħ†à°àħŠà°°àħ€à°•à°¨àħà°¨à° à°Żàħ†à°•àħà°•àħà°µà°—à° à°àħ†à°àħŠà°°àħ€à°¨à°ż అà°à°°àħà°šà°²àħ‡à°àħ" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤àħŠà°²à°—à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" +msgstr "à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ à°¨à°żà°²à°żà°Şà°żà°µàħà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "కàħà°·àħ‡à°¤àħà°° UUIDà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ xml à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "'%s' à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°•àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +msgstr "à°­à°Ĥàħà°°à°Şà°°à°šà°żà°¨ à°Şàħ€à° à°żà°• à°µàħà°°à°à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°•àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +msgstr "xml à°µàħà°°à°à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "జàħà°žà°Şàħà°¤à°żà°²àħ‹ à°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "వలస à°†à°Şà°°àħ‡à°·à°¨àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "'info blockstats' అనàħà°¨à°Ĥà°ż ఈ qemuచàħ‡à°¤ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°Ĵà°Ħàħà°Ÿà°²àħ‡à°Ĥàħ" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² à°ĦàħŠà°àħˆà°¨àħâ€Œà°ŻàħŠà°•àħà°• vcpu à°²àħ†à°•àħà°•à°¨àħ à°à°à°°àħà°šà°²àħ‡à°àħ" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "à°ĦàħŠà°àħˆà°¨àħâ€Œà°•àħŠà°°à°•àħ à°—à°°à°żà°·àħà°Ÿ vcpusà°¨àħ à°¨à°żà°°àħà°£à°Żà°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" -msgstr "" +msgstr "అభàħà°Żà°°àħà°§à°żà°‚à°šà°żà°¨ vcpus à°ĦàħŠà°àħˆà°¨àħâ€Œà°•àħ అనàħà°à°¤àħˆà°¨ vcpus కనàħà°¨à° à°Żàħ†à°•àħà°•àħà°µ: %d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ" +msgstr "vcpus కàħà°°à°żà°Żà°à°ĥàħ€à°² à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨à°‚à°Ĥàħ à°Şà°żà°¨àħ చàħ‡à°Żà°²àħ‡à°àħ" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu సంఖàħà°Ż à°¸àħà°à°à°Żà°żà°¨à°ż à°Ĥà°à°Ÿà°żà°µàħà°‚à°Ĥà°ż %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "ఎà°Ğà°żà°¨à°żà°Ÿàħ€à°¨à°ż అà°à°°àħà°šà°²àħ‡à°Ĥàħ: %s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "library కà°à°²àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż, à°¸à°à°§àħà°Żà°àħˆà°‚నంతవరకàħ‚ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°• à°Şàħ‹à°µà°šàħà°šàħ" +msgstr "cpu ఎà°Ğà°żà°¨à°żà°Ÿà°ż à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "ఎà°Ğà°żà°¨à°żà°Ÿàħ€à°¨à°ż à°ŞàħŠà°‚à°Ĥà°²àħ‡à°àħ: %s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu ఎà°Ğà°żà°¨à°żà°Ÿà°ż అంà°Ĥàħà°Ĵà°à°Ÿàħà°²àħ‹ à°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°żà°°àħà°µà°šà°¨ à°Ğàħˆà°²àħà°¨àħ à°²àħ‹à°Ħàħ చàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨à°żà°°àħà°µà°šà°¨à°‚ '%d'నంà°Ĥàħ à°¤àħ†à°²à°żà°Żà°¨à°ż virt రకà°àħ" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "node కàħà°·àħ‡à°¤àħà°° జà°à°Ĵà°żà°¤à°" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°Şàħà°°à°¤à°żà°Ĵà°żà°‚à°Ĵà°àħà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "Xen à°Ħàħ†à°àħ‹à°¨àħà°¨àħà°‚à°Ħàħ€ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "qemu à°Şàħ€à° à°żà°•à°¨àħ చà°Ĥàħà°µàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "à°Şàħà°°à°¤à°żà°Ĵà°żà°‚à°Ĵà°àħ à°à°à°œà°żà°•àħ à°¸à°°à°żà°•à°à°¨à°żà°Ĥà°ż" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "à°Şàħà°°à°¤à°żà°Ĵà°żà°‚à°Ĵà°àħ వరàħà°·à°¨àħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿ à°²àħ‡à°Ĥàħ (%d > %d)" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "XML చà°Ĥàħà°µàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "XML à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ '%s'లఠకàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħˆà°¨à°Ĥà°ż" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "కàħŠà°¤àħà°¤ VMకàħ à°…à°Şàħà°Şà°—à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "VM à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¤à°żà°°à°żà°—à°żà°•àħŠà°¨à°¸à°à°—à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°¨à°Ĥà°ż" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ‌కàħà°°à°żà°Żà°à°¸à°ıà°żà°¤à°‚à°—à° à°‰à°‚à°Ĥà°ż" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°Ħà°żà°¸àħà°•àħà°°à°•à°àħ '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "cdrom à°à°à°§àħà°Żà°à°à°¨àħà°¨à°ż à°à°à°°àħà°šà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "cdrom à°à°à°§àħà°Żà°à°à°¨àħà°¨à°ż à°à°à°°àħà°šà°²àħ‡à°Ĥàħ" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "à°¨à°żà°²àħà°µ vol à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ à°µàħà°‚à°Ĥà°ż" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "%sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ఉంà°Ĥà°ż" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "à°†à°¤à°żà°§àħ‡à°Ż à°¨à°żà°°àħà°µà°šà°¨ à°Ğàħˆà°²àħà°¨àħ à°²àħ‹à°Ħàħà°šàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "à°†à°¤à°żà°§àħ‡à°Ż à°¨à°żà°°àħà°µà°šà°¨ à°Ğàħˆà°²àħà°¨àħ à°²àħ‹à°Ħàħà°šàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ" +msgstr "కàħà°°à°żà°Żà°à°ıàħ€à°¨ à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨à°‚à°Ĥàħ à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż అనàħà°­à°‚à°Ĥà°żà°‚à°šà°²àħ‡à°àħ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "CDROM à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°àħà°²àħ à°à°à°¤àħà°°à°àħ‡ అనàħà°­à°‚à°Ĥà°żà°šà°—à°²à°àħ" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°•à°¨à°Şà°Ħà°²àħ‡à°Ĥàħ" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¤à°żà°°à°żà°—à°żà°•àħŠà°¨à°¸à°à°—à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°¨à°Ĥà°ż" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "%s à°¨àħà°‚à°Ħà°ż à°Şà°°à°żà°•à°à°°à°à°¨àħà°¨à°ż à°µàħ‡à°°àħà°šàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "CDROM à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°àħà°²àħ à°à°à°¤àħà°°à°àħ‡ అనàħà°­à°‚à°Ĥà°żà°šà°—à°²à°àħ" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² à°ĦàħŠà°àħˆà°¨àħâ€Œà°ŻàħŠà°•àħà°• à°àħ†à°àħŠà°°àħ€à°¨à°ż అà°à°°àħà°šà°²àħ‡à°àħ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°¸à°żà°àħâ€Œà°²à°żà°‚à°•àħ '%s'à°¨àħ %sకàħà°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°Ĥం" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Şà°à°¤àħ: %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' ఆà°Ĥàħ‡à°ĥà°àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "'info blockstats' అనàħà°¨à°Ĥà°ż ఈ qemuచàħ‡à°¤ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°Ĵà°Ħàħà°Ÿà°²àħ‡à°Ĥàħ" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°•à°¨à°Şà°Ħà°²àħ‡à°Ĥàħ: %s" +msgstr "à°Şà°°à°żà°•à°°à°àħ కనàħà°—àħŠà°¨à°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s (%s)" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL à°²àħ‡à°Ĥఠఖà°à°³àħ€ à°Şà°à°¤àħ" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Şà°à°¤àħ, '%s' అనàħà°¨à°Ĥà°ż à°¤àħ†à°²à°żà°¸à°żà°¨ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ కà°à°Ĥàħ" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°Ĥం" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Şà°à°¤àħ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU à°Ħàħà°°àħˆà°µà°°àħ అనàħà°¨à°Ĥà°ż వరàħà°šàħà°Żàħà°µà°²àħ à°àħ†à°àħŠà°°àħ€ à°šà°żà°°àħà°¨à°à°à°à°¨àħ à°à°à°¤àħà°°à°àħ‡ à°à°Ĥàħà°Ĥà°¤à°żà°¸àħà°¤àħà°‚à°Ĥà°ż" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "lvs ఆà°Ĥàħ‡à°ĥà°àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "node కàħà°·àħ‡à°¤àħà°° జà°à°Ĵà°żà°¤à°" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ‌కàħà°°à°żà°Żà°à°¸à°ıà°żà°¤à°‚à°—à° à°‰à°‚à°Ĥà°ż" +msgid "could not generate random UUID" +msgstr "UUIDà°¨àħ à°µàħà°Ĥàħà°­à°µà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XMLà°²àħ‹ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸à°à°à°šà°à°°à°‚" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ '%s'లఠకàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħˆà°¨à°Ĥà°ż" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgid "failed to start listening VM" +msgstr "VM à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "à°¸à°°à°żà°œàħ‹à°Ħà°ż à°¨à°à°à°àħà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°ĦàħŠà°àħˆà°¨àħ à°²àħ‡à°Ĥàħ" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "à°¸à°żà°Ĥàħà°Ĥà°àħà°šàħ‡à°Żà°¨à°ż à°²àħ‡à°Ĥà° à°àħ‚à°¸à°żà°¨ సంభà°à°²à°żà°•à°¨àħ à°µàħà°Şà°Żàħ‹à°—à°żà°‚à°šàħà°Ÿà°•àħ à°Şàħà°°à°Żà°¤àħà°¨à°żà°‚à°šà°żà°‚à°Ĥà°ż" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "libvirtd à°Ĵàħˆà°¨à°°àħ€à°¨à°ż కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/remote_internal.c:322 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:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open: 'ext' à°Ĵà°Ĥà°żà°²àħ€à°•à°°à°£à°•àħ, ఆà°Ĥàħ‡à°ĥà°àħ అవసరà°àħˆà°¨à°Ĥà°ż" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "tty %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "tty %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "tty %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +msgstr "à°¸à°à°•àħ†à°Ÿàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "%d à°¸à°à°•àħ†à°Ÿàħà°Ÿàħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +msgstr "à°¸à°à°•àħ†à°Ÿàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "à°µà°żà°‚à°Ħàħ‹à°¸àħ నంà°Ĥàħ à°Ĵà°Ĥà°żà°²àħ€à°•à°°à°£ à°Şà°Ĥàħà°Ĥà°¤àħà°²àħ unix, ssh à°à°°à°żà°Żàħ ext à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĵà°Ħà°µàħ" + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "URI à°¨àħ à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "కంటàħˆà°¨à°°àħ à°¸àħà°Ÿà°à°•àħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" +msgstr "VM à°¤àħ†à°° à°Ħà°à°Ÿà°à°¨àħ à°²à°à°—àħâ€Œà°šàħ‡à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "SASL à°²àħˆà°Ĵàħà°°à°°àħ€ à°¸à°żà°Ĥàħà°Ĥà°àħà°šàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %d (%s)" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "tty à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħà°²à°¨àħ అà°à°°àħà°šà°²àħ‡à°•à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "tty à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħà°²à°¨àħ అà°à°°àħà°šà°²àħ‡à°•à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°Şàħ‹à°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" +msgstr "కకàħà°·à°Ĥà°à°°à°ż ఆనవà°à°³àħà°³àħ à°¨à°żà°°àħà°§à°à°°à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "tty %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "à°¸àħ‡à°µà°żà°• à°¨à°żà°°àħà°§à°à°°à°£ (à°à°¨ à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°²àħ‡à°Ĥà° IP à°šà°żà°°àħà°¨à°à°à° à°ŻàħŠà°•àħà°•) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°Şàħ‹à°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" +msgstr "కకàħà°·à°Ĥà°à°°à°ż ఆనవà°à°³àħà°³àħ à°¨à°żà°°àħà°§à°à°°à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħˆà°Şàħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°àħ: %s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "కà°à°Şàħ à°ŻàħŠà°•àħà°• à°¸à°°à°żà°•à°à°¨à°ż à°µà°żà°²àħà°µ" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Şà°°à°żà°•à°°à°àħ రకà°àħ: %s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°Żà°żà°‚à°•à° à°•àħà°°à°żà°Żà°à°ĥàħ€à°²à°Şà°°àħà°šà°Ĵà°Ħà°żà°²àħ‡à°Ĥàħ" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°¤àħ†à°²à°żà°Żà°¨à°ż à°µà°żà°Ħàħà°Ĥలకà°à°°àħà°¨à°ż à°•à°²à°żà°—à°żà°µàħà°‚à°Ĥà°ż." -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ కà°à°²à°àħà°¤àħ€à°°à°żà°¨à°Ĥà°ż" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" -msgstr "" +msgstr "remoteCheckCertificate: కకàħà°·à°żà°Ĥà°à°°à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ రకàħà°·à°£à°²àħ‡à°¨à°ż అలàħà°—à°à°°àħà°Ĥàħ†à°àħâ€Œà°¨àħ à°µàħà°Şà°Żàħ‹à°—à°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż." -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°ŻàħŠà°•àħà°• రకà°àħ X.509 కà°à°Ĥàħ" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "SASL à°Ĥàħƒà°µàħ€à°•à°°à°£à°àħ %sà°¨àħ à°¸à°żà°Ĥàħà°Ĥà°àħ చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "tty %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ కà°à°²à°àħà°¤àħ€à°°à°żà°¨à°Ĥà°ż" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°àħ à°Żà°żà°‚à°•à° à°•àħà°°à°żà°Żà°à°ĥàħ€à°²à°Şà°°àħà°šà°Ĵà°Ħà°żà°²àħ‡à°Ĥàħ" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "à°Ĥàħƒà°µàħ€à°•à°°à°£à°Şà°¤àħà°°à°Şàħ à°Żà°œà°à°à°¨à°ż à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħ (%s)à°¤àħ‹ à°¸à°°à°żà°Şàħ‹à°²à°Ħం à°²àħ‡à°Ĥàħ" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "à°à°°àħ€ ఎకàħà°•àħà°µ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°²àħ" +msgstr "చà°à°²à° à°Żàħ†à°•àħà°•àħà°µ NUMA అరలàħ: %d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "ఎకàħà°•àħà°µ కàħà°·àħ‡à°¤àħà°°à°à°²àħ" +msgstr "చà°à°²à° à°Żàħ†à°•àħà°•àħà°µ à°Ĥàħ‚à°°à°¸àħà°§ à°ĦàħŠà°àħˆà°¨àħ IDs: %d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "map à°ŞàħŠà°Ħà°µàħ à°—à°°à°żà°·àħà°Ÿà°àħ కనàħà°¨à° à°Żàħ†à°•àħà°•àħà°µ : %d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU à°²àħ†à°•àħà°• అనàħà°¨à°Ĥà°ż à°—à°°à°żà°·àħà°Ÿà°àħà°¨àħ à°à°żà°‚à°šàħà°¤àħà°‚à°Ĥà°ż: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU à°à°à°Şàħ à°Ĵà°Ğà°°àħ à°ŞàħŠà°Ħà°µàħ à°—à°°à°żà°·àħà°Ÿà°àħà°¨àħ à°à°żà°‚à°šàħà°¤àħà°‚à°Ĥà°ż: %d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "à°ıàħ‹à°¸àħà°Ÿàħ à°¨à°żà°µàħ‡à°Ĥà°żà°•à°²àħ చà°à°²à° à°Żàħ†à°•àħà°•àħà°µ vCPUs: %d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "à°ıàħ‹à°¸àħà°Ÿàħ à°¨à°żà°µàħ‡à°Ĥà°żà°•à°² à°à°à°Şàħ à°Ĵà°Ğà°°àħ à°ŞàħŠà°Ħà°µàħ à°—à°°à°żà°·àħà°Ÿà°àħà°¨àħ à°à°żà°‚à°šàħà°¤àħà°‚à°Ĥà°ż: %d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "ఎకàħà°•àħà°µ కàħà°·àħ‡à°¤àħà°°à°à°²àħ" +msgstr "చà°à°²à° à°Żàħ†à°•àħà°•àħà°µ à°°à°żà°àħ‹à°Ÿàħ à°ĦàħŠà°àħˆà°¨àħ à°¨à°à°à°àħà°²àħ: %d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: à°Şà°°à°żà°à°żà°¤à°żà°¨à°ż à°à°żà°‚à°šà°żà°¨ à°Şà°à°°à°à°à°żà°¤àħà°² సంఖàħà°Żà°¨àħ à°¤à°żà°°à°żà°—à°żà°Żà°żà°¸àħà°¤àħà°‚à°Ĥà°ż" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters: à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şà°à°°à°à°à°żà°¤à°ż రకà°àħ" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "à°àħ†à°àħ‹à°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħà°²à°¨àħ à°à°à°°àħà°šàħ" +msgstr "ఎరàħ‡ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°àħ†à°àħŠà°°àħ€ à°¸à°°à°żà°Şàħ‹à°Ĥàħ" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şà°à°°à°à°à°żà°¤à°ż రకà°àħ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à°Ĥàħ‚à°°à°¸àħà° à°¨à°żà°Żà°à°‚à°•àħ à°Ĵàħà°²à°à°•àħ à°Şàħ€à°•àħ అభàħà°Żà°°àħà°§à°¨ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħ, %zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "à°¤à°żà°°à°żà°—à°żà°Żà°żà°šàħà°šà°żà°¨ à°Ĵà°Ğà°°àħ అభàħà°Żà°°àħà°§à°żà°‚à°šà°żà°¨ à°Şà°°à°żà°à°à°£à°à°‚à°¤ కà°à°Ĥàħ" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "à°Ĥàħ‚à°°à°¸àħà° à°¨à°żà°Żà°à°‚à°•àħ à°àħ†à°àħŠà°°àħ€ à°Şàħ€à°•àħ అభàħà°Żà°°àħà°§à°¨ à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ, %Zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "à°à°°àħ€ ఎకàħà°•àħà°µ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°²àħ" +msgstr "à°à°°àħ€ ఎకàħà°•àħà°µ à°Ĥàħ‚à°°à°¸àħà° à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°²àħ: %d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "చà°à°²à° à°Ħàħà°°àħˆà°µà°°àħà°²àħ à°¨à°àħ‹à°Ĥà°Żàħà°Żà°à°Żà°ż" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħà°¸àħâ€ అభàħà°Żà°°àħà°Ĥà°żà°‚à°šà°Ĵà°Ħà°żà°¨à°µà°ż" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "చà°à°²à° à°Ħàħà°°àħˆà°µà°°àħà°²àħ à°¨à°àħ‹à°Ĥà°Żàħà°Żà°à°Żà°ż" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħà°¸àħâ€ à°ŞàħŠà°‚à°Ĥà°Ĵà°Ħà°żà°¨à°µà°ż" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "చà°à°²à° à°Ħàħà°°àħˆà°µà°°àħà°²àħ à°¨à°àħ‹à°Ĥà°Żàħà°Żà°à°Żà°ż" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħà°¸àħâ€ అభàħà°Żà°°àħà°§à°żà°‚à°šà°Ĵà°Ħà°żà°¨à°µà°ż" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "చà°à°²à° à°Ħàħà°°àħˆà°µà°°àħà°²àħ à°¨à°àħ‹à°Ĥà°Żàħà°Żà°à°Żà°ż" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħà°¸àħâ€ à°ŞàħŠà°‚à°Ĥà°Ĵà°Ħà°żà°¨à°µà°ż" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħà°¸àħâ€ అభàħà°Żà°°àħà°§à°żà°‚à°šà°Ĵà°Ħà°żà°¨à°µà°ż" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħà°¸àħâ€ à°ŞàħŠà°‚à°Ĥà°Ĵà°Ħà°żà°¨à°µà°ż" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħà°¸àħâ€ అభàħà°Żà°°àħà°§à°żà°‚à°šà°Ĵà°Ħà°żà°¨à°µà°ż" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħà°¸àħâ€ à°ŞàħŠà°‚à°Ĥà°Ĵà°Ħà°żà°¨à°µà°ż" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£à°àħ రకà°àħ %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "à°§àħƒà°µàħ€à°•à°°à°£ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "చతనం గà°à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ %s à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "ఈ à°Ğంకàħà°·à°¨àħ à°ıàħˆà°Şà°°àħâ€Œà°µà°żà°œà°°àħ చàħ‡à°¤ à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĵà°Ħà°Ĥàħ" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°Şàħ‹à°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" +msgstr "అభàħà°Żà°°àħà°§à°żà°‚à°šà°Ĵà°Ħà°żà°¨ à°Ĥàħƒà°µàħ€à°•à°°à°£ రకà°àħ %s à°¤à°żà°°à°¸àħà°•à°°à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°Ĥàħƒà°µàħ€à°•à°°à°£ రకà°àħ %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "SASL à°²àħˆà°Ĵàħà°°à°°àħ€ à°¸à°żà°Ĥàħà°Ĥà°àħà°šàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %d (%s)" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°Şàħ‹à°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "SASL కకàħà°·à°żà°Ĥà°à°°à°ż సంà°Ĥà°°àħà°­à°àħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %d (%s)" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°Ĥం" +msgid "invalid cipher size for TLS session" +msgstr "TLS à°¸àħ†à°·à°¨àħâ€Œà°•àħŠà°°à°•àħ à°¸à°°à°żà°•à°à°¨à°ż à°¸àħˆà°Ğà°°àħ à°Şà°°à°żà°à°à°£à°àħ" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "à°Ĵà°ıà°żà°°àħà°—à°¤ SSFà°¨àħ అà°à°°àħà°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż %d (%s)" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "రకàħà°·à°£ లకàħà°·à°£à°àħà°²à°¨àħ అà°à°°àħà°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż %d (%s)" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "SASL à°àħ†à°•à°à°¨à°żà°œà°‚ %s à°¸àħ‡à°µà°żà°• à°Ĥàħà°µà°à°°à° à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĵà°Ħàħà°Ÿ à°²àħ‡à°Ĥàħ" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "SASL à°¨àħ†à°—àħ‹à°·à°żà°Żàħ†à°·à°¨àħ à°Şàħà°°à°à°°à°‚à°­à°à°—àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %d (%s)" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "auth ఆనవà°à°³àħà°³àħ చàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL à°¨àħ†à°—àħ‹à°·à°żà°Żàħ‡à°·à°¨àħ à°Ħà°à°Ÿà° à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°‚à°Ĥà°ż: %d bytes" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "SASL అంచàħ† à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %d (%s)" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "à°¨àħ†à°—àħ‹à°·à°żà°Żàħ‡à°·à°¨àħ SSF %d à°¸à°°à°żà°Şàħ‹à°µàħà°¨à°‚à°¤ à°Ĵà°²à°àħˆà°¨à°Ĥà°żà°•à°à°Ĥàħ" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "auth ఆనవà°à°³àħà°³àħ à°¸àħ‡à°•à°°à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "à°à°à°°àħà°·à°²à°żà°‚à°—àħ args" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int (length word)" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int (length word, reply)" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "à°¸àħ‡à°µà°•à°¨àħà°‚à°Ħà°ż à°ŞàħŠà°‚à°Ĥà°żà°¨ à°Şàħà°Żà°à°•àħ†à°Ÿàħ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "à°Şàħà°°à°¤àħà°Żàħà°¤àħà°¤à°°à°àħà°¨à°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż à°Şàħ€à° à°żà°•" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şàħà°°àħ‹à°—àħà°°à°à°àħ (à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż %x, అనàħà°•àħŠà°¨àħà°¨à°Ĥà°ż %x)" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şàħà°°àħŠà°Ÿàħ‹à°•à°à°²àħ వరàħà°·à°¨àħ (à°ŞàħŠà°Ĥà°żà°‚à°Ĥà°ż %x, అనàħà°•àħŠà°¨àħà°¨à°Ĥà°ż %x)" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°µà°żà°§à°à°¨à°‚ (à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż %x, అనàħà°•àħŠà°¨àħà°¨à°Ĥà°ż %x)" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĥà°żà°ĥ (à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż %x, అనàħà°•àħŠà°¨àħà°¨à°Ĥà°ż %x)" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż వరàħà°¸ (à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż %x, అనàħà°•àħŠà°¨àħà°¨à°Ĥà°ż %x)" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "అనàħâ€Œà°à°à°°àħà°·à°²à°żà°‚à°—àħ ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "అనàħâ€Œà°à°à°°àħà°·à°²à°żà°‚à°—àħ remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°¸àħà°à°żà°¤à°ż (à°ŞàħŠà°‚à°Ĥà°żà°¨à°Ĥà°ż %x)" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "అనàħà°•àħ‹à°•àħà°‚à°Ħà° à°¸à°à°•àħ†à°Ÿàħ à°àħ‚à°¸à°żà°µàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "à°Şàħà°°à°¤àħà°Żàħà°¤àħà°¤à°°à°àħà°¨à°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż à°Şàħ€à° à°żà°•" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°•à°ż కà°à°Şàħ€ చàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "à°Şàħ‚à°²àħ రకà°àħ %dకàħŠà°°à°•àħ à°Ĵàħà°Żà°à°•àħ†à°‚à°Ħàħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°µà°à°²àħà°Żàħ‚à°àħ '%s'à°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°Ĥàħ: %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "à°Ğàħˆà°²àħ '%s'à°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°Ĥàħ: %s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "à°Ğàħˆà°²àħ '%s'వరకàħ à°µàħ‡à°šà°żà°šàħ‚à°Ħà°²àħ‡à°Ĥàħ: %s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "à°Ğàħˆà°²àħ '%s'వరకàħ à°µàħ‡à°šà°żà°šàħ‚à°Ħà°²àħ‡à°Ĥàħ: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "à°Ğàħˆà°²àħ '%s'వరకàħ à°µàħ‡à°šà°żà°šàħ‚à°Ħà°²àħ‡à°Ĥàħ: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "%sà°ŻàħŠà°•àħà°• à°Ğàħˆà°²àħ సంà°Ĥà°°àħà°­à°àħà°¨àħ à°ŞàħŠà°‚à°Ĥà°²àħ‡à°Ĥàħ: %s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "సంà°Ĥà°°àħà°­à°àħ" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "dir %sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "à°Şà°à°¤àħ" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "à°Şà°à°¤àħ" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "regex" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "regex %s à°¨à°żà°°àħà°µà°°àħà°¤à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "regex à°¸à°àħ‚à°ıà°à°²àħ" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "fd చà°Ĥàħà°µà°²àħ‡à°Ĥàħ" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "ఆà°Ĥàħ‡à°ĥà°àħ కàħŠà°°à°•àħ à°µàħ‡à°šà°żà°µàħà°‚à°Ħàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "ఆà°Ĥàħ‡à°ĥà°àħ à°ĥàħà°­àħà°°à°àħà°—à° à°¨à°żà°·àħà°•àħà°°à°à°żà°‚à°šà°²àħ‡à°Ĥàħ" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_columns à°à°°àħ€ à°ŞàħŠà°Ħà°µàħ" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "అంతరàħà°—à°¤ à°Ĥàħ‹à°·à°‚ %s" +msgstr "చà°Ĥàħà°µàħ à°Ĥàħ‹à°·à°àħ: %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "ఆà°Ĥàħ‡à°ĥà°àħ %dà°¨àħà°‚à°Ħà°ż à°¸àħà°¨àħà°¨à°-కà°à°¨à°ż à°¨à°żà°·àħà°•àħà°°à°à°£ à°¸àħà°à°żà°¤à°ż" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s: à°‡à°‚à°Şàħà°²à°żà°àħ†à°‚à°Ÿàħ కà°à°²àħ‡à°Ĥàħ\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "à°µà°à°²àħà°Żàħ‚à°àħ" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "à°µà°à°²àħà°Żàħ‚à°²àħ à°ŞàħŠà°Ħà°żà°—à°żà°‚à°Şàħà°²àħ" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "à°Şà°°à°żà°•à°°à°àħ à°Şàħà°°à°à°°à°‚à°­ à°¸àħà°à°à°¨à°àħà°¨àħ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "à°Şà°°à°żà°•à°°à°àħ à°àħà°—à°żà°‚à°Şàħ à°¸àħà°à°à°¨à°àħà°¨àħ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żà°²àħ‡à°àħ" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "à°ŞàħŠà°Ħà°żà°—à°żà°‚à°Şàħà°²àħ" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°µàħà°¨à°‚à°¤ à°ŞàħŠà°Ħà°µàħà°—à°² ఖà°à°³àħ€ à°ŞàħŠà°Ħà°żà°—à°żà°‚à°Şàħà°²àħ‡à°Ĥàħ" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "à°Şà°à°¤àħ '%s'à°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°àħ: %s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "à°Şàħ€à° à°żà°• '%s'à°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°Ĥం" +msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Şà°à°¤àħ: %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "%sà°²àħ‹ à°¸à°°à°żà°•à°à°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħ‚à°šà°żà°•" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°àħŒà°‚à°Ÿàħ à°àħ‚à°²à°àħ" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" -msgstr "à°àħŠà°¤àħà°¤à°‚" +msgstr "à°Şàħ‹à°°àħà°Ÿà°²àħ" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "%sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ à°ıàħ‹à°¸àħà°Ÿàħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°à°¤àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "à°àħ‚à°²à°àħ" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ dir à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "à°Şà°à°¤àħ '%s'à°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Şà°à°¤àħ '%s'à°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "statvfs à°Şà°à°¤àħ '%s' చàħ‡à°Żà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "à°Şà°à°¤àħ '%s'à°¨àħ అనàħâ€Œà°²à°żà°‚à°•àħ చàħ‡à°Żà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "లకàħà°·àħà°Żà°àħ" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "à°¨à°żà°²àħà°µ vol కàħ€" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "à°Ğàħˆà°²àħ '%s'à°¨àħ à°¨à°żà°‚à°Şà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "à°Ğàħˆà°²àħ '%s'à°¨àħ à°ŞàħŠà°Ħà°żà°—à°żà°‚à°Şà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "à°Şà°à°¤àħ '%s'à°¨àħ చà°Ĥàħà°µà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°¨à°żà°²àħà°µ vol రకà°àħ %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°¨à°żà°²àħà°µ vol రకà°àħ %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "qemu-imgà°¤àħ‹ non-raw à°Şàħà°°à°¤à°żà°Ĵà°żà°‚à°Ĵà°àħà°²à°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿ à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĵà°Ħà°Ĥàħ" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Ğàħˆà°²àħ à°Żà°œà°à°à°¨à°ż '%s' అà°à°°àħà°šà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Ğàħˆà°²àħ à°°àħ€à°¤à°ż '%s'à°¨à°ż అà°à°°àħà°šà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "à°Ğàħˆà°²àħ '%s'à°¨àħ à°àħ‚à°Żà°²àħ‡à°àħ: %s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "à°Şàħˆà°²àħ '%s'à°¨àħ అనàħâ€Œà°²à°żà°‚à°•àħ చàħ‡à°Żà°²àħ‡à°àħ: %s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "à°ıàħ‹à°¸àħà°Ÿàħ à°²àħà°•à°Şàħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "టà°à°°àħà°—àħ†à°Ÿàħ %sకàħ IP à°šà°żà°°àħà°¨à°à°à° à°²àħ‡à°Ĥàħ" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "%sకàħ ip à°šà°żà°°àħà°¨à°à°à°à°¨àħ à°°àħ‚à°Şà°•à°‚ చàħ‡à°Żà°²àħ‡à°àħ" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "à°Şàħà°°à°¤à°żà°¨à°ż చàħ‚à°Şà°żà°‚à°šàħ" +msgstr "à°¸àħ†à°·à°¨àħ" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "à°¸àħ†à°·à°¨àħâ€Œà°¨àħ కనàħà°—àħŠà°¨à°²àħ‡à°àħ" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "à°Şàħ‡à°°àħ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "%sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°àħ: %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "కàħ€" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "dir sysfs à°Şà°à°¤àħ %s à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "లకàħà°·àħà°Żà°àħà°¨àħ sysfs à°Şà°à°¤àħ %s/%sà°¨àħà°‚à°Ħà°ż à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°¸àħ†à°·à°¨àħ %sకàħ ఏà°àħˆà°¨ LUNs కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "%u:%u:%u:%u అనàħà°¨à°Ĥà°ż Direct-Access LUN అవàħà°¨àħ‡à°àħ‹ à°¨à°żà°°àħà°§à°à°°à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "%s à°¨àħà°‚à°Ħà°ż à°Şà°°à°żà°•à°à°°à°à°¨àħà°¨à°ż à°µàħ‡à°°àħà°šàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" +msgstr "lun %dకàħ à°Şà°°à°żà°•à°°à°àħ à°²à°żà°‚à°•àħà°¨àħ కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "à°Ĵàħà°²à°à°•àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" +msgstr "à°Ĵàħà°²à°à°•àħ à°Şà°à°¤àħ %s à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "scsidev కàħŠà°°à°•àħ à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend_iscsi.c:554 -#, fuzzy +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "à°àħŠà°¤àħà°¤à°‚" +msgstr "à°Şàħ‹à°°àħà°Ÿà°²àħ" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à°à°Şà°à°°àħà°àħˆà°¨ à°µà°à°²àħà°Żàħ‚à°àħ à°ŞàħŠà°Ħà°żà°—à°żà°‚à°Şàħ ఆà°Ğàħâ€Œà°¸àħ†à°Ÿàħ à°µà°żà°²àħà°µ" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à°à°Şà°à°°àħà°àħˆà°¨ à°µà°à°²àħà°Żàħ‚à°àħ à°ŞàħŠà°Ħà°żà°—à°żà°‚à°Şàħ à°ŞàħŠà°Ħà°µàħ à°µà°żà°²àħà°µ" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à°à°Şà°à°°àħà°àħˆà°¨ à°µà°à°²àħà°Żàħ‚à°àħ à°ŞàħŠà°Ħà°żà°—à°żà°‚à°Şàħ à°Şà°°à°żà°à°à°£à°àħ à°µà°żà°²àħà°µ" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "lvs ఆà°Ĥàħ‡à°ĥà°àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "lvs ఆà°Ĥàħ‡à°ĥà°àħ à°¨à°żà°·àħà°•àħà°°à°à°£à°¸àħà°à°żà°¤à°ż %dà°¤àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgid "allocating pvname or vgname" +msgstr "priv->à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "à°¸à°à°•àħ†à°Ÿàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "ఆà°Ĥàħ‡à°ĥ వరàħà°¸" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "à°Şà°°à°żà°•à°°à°àħ %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°Ĥàħ" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "à°Şà°°à°żà°•à°°à°àħ à°Şàħ€à° à°żà°• %sà°¨àħ à°ĥàħà°­àħà°°à°àħà°šàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "à°Şà°°à°żà°•à°°à°àħ %sà°¨àħ à°àħ‚à°Żà°²àħ‡à°Ĥàħ" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "tty Pid à°Ğàħˆà°²àħ %sà°¨àħ à°¤àħ€à°¸à°żà°µàħ‡à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "కàħŠà°¤àħà°¤à°—à° à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°żà°¨ à°µà°à°²àħà°Żàħ‚à°àħ '%s'à°¨àħ కనàħà°—àħŠà°¨à°²àħ‡à°Ĥàħ: %s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ auth à°ıàħ‹à°¸àħà°Ÿàħ à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ auth passwd à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à°à°Ğà°à°°àħà°àħˆà°¨ అషàħà°Ÿà°à°‚à°ĥ à°¤àħ€à°°àħ" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à°à°Şà°à°°àħà°àħˆà°¨ à°Żà°œà°à°à°¨à°ż à°àħ‚లకం" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à° à°Ğà°à°°àħà°àħˆà°¨ à°¸à°àħ‚à°ı à°àħ‚లకం" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" +msgstr "à°¨à°żà°²àħà°µà°Şàħ‚à°²àħâ€Œà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°š à°²àħ‡à°Ĥàħ" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°†à°¤à°żà°§àħ‡à°Żà°ż %s" +msgid "unknown root element for storage pool" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż root à°àħ‚లకà°àħ" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°¨à°żà°²àħà°µ vol రకà°àħ %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°¨à°à°à°Şàħ à°àħ‚లకà°àħ" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" +msgstr "uuidà°¨àħ à°µàħà°Ĥàħà°­à°µà°żà°‚à°Şà°šàħ‡à°Ż à°²àħ‡à°Ĥàħ" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°àħ‚à°² à°ıàħ‹à°¸àħà°Ÿàħ à°¨à°à°à°àħ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°à°²à°¨àħ à°Żàħ†à°•àħà°¸àħâ€â€Œà°Ÿàħà°°à°à°•àħà°Ÿàħâ€ చàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "à°Ĵàħà°²à°à°•àħ à°Şà°°à°żà°•à°°à°‚" +msgstr "à°Şà°°à°żà°•à°°à°àħ" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°àħ à°Şà°à°¤àħ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°àħ‚à°²à°Şàħ à°Şà°à°¤àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "à°Şàħ‚à°²àħâ€Œ à°¨à°à°à°‚" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "à°¸à°à°§à°¨à°‚ కàħ‹à°¸à°‚ లకàħà°·àħà°Ż à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ లకàħà°·àħà°Żà°Şàħ à°Şà°à°¤àħ" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°Şàħ‚à°²àħ à°°àħà°Şà°àħ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°Şàħ‚à°²àħ రకà°àħ" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°Żà°œà°à°à°¨à°ż à°àħ‚లకà°àħ" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°†à°¤à°żà°§àħ‡à°Żà°ż %s" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şà°°à°żà°à°à°£à°Şàħ à°Żà°à°¨à°żà°Ÿàħà°²àħ '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à°à°Ğà°à°°àħà°àħˆà°¨ à°¸à°à°à°°àħà°§àħà°Żà°Şàħ à°àħ‚లకà°àħ" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "à°¸à°à°à°°àħà°Ĥàħà°Żà°Şàħ à°àħ‚లకà°àħ à°µà°żà°²àħà°µ à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" +msgstr "à°¨à°żà°²àħà°µ volà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°²àħ‡à°Ĥàħ" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°†à°¤à°żà°§àħ‡à°Żà°ż %s" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż root à°àħ‚లకà°àħ" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°¨à°à°à°Şàħ à°àħ‚లకà°àħ" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°¸à°à°à°°àħà°§àħà°Żà°Şàħ à°àħ‚లకà°àħ" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°µà°à°²àħà°Żàħ‚à°àħ à°°àħ‚à°Şà°àħ %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "à°Şàħ‚à°²àħ" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "config à°Ğàħˆà°²àħ à°Şà°à°¤àħâ€Œà°¨àħ à°¨à°żà°°àħà°à°żà°‚à°šà°²àħ‡à°Ĥàħ" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­ à°²à°żà°‚à°•àħ à°Şà°à°¤àħâ€Œà°¨àħ à°¨à°żà°°àħà°à°żà°‚à°šà°²àħ‡à°Ĥàħ" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "%s కàħŠà°°à°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°¤àħ€à°¸à°żà°µàħ‡à°Żà°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ uuidà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°Şàħ‚à°²àħ à°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ à°¨à°à°à°àħà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°Şàħ‚à°²àħ à°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" -msgstr "à°Şàħ‡à°°àħ" +msgstr "à°¨à°à°à°àħà°²àħ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ à°µàħà°‚à°Ĥà°ż" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ uuidà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "à°Şàħ‚à°²àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ€ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à° à°µàħà°‚à°Ĥà°ż" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ‌కàħà°°à°żà°Żà°à°¸à°ıà°żà°¤à°‚à°—à° à°‰à°‚à°Ĥà°ż" +msgstr "à°Şàħ‚à°²àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à°à°µàħà°‚à°Ĥà°ż" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ‌కàħà°°à°żà°Żà°à°¸à°ıà°żà°¤à°‚à°—à° à°‰à°‚à°Ĥà°ż" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à° à°µàħà°‚à°Ĥà°ż" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 -#, fuzzy +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "à°²à°à°—àħ à°Şà°à°¤àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కà°à°Ĥàħ" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à° à°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°Żà°żà°‚à°•à°¨àħ‚ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à° à°µàħà°¨àħà°¨à°Ĥà°ż" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "à°Şàħ‚à°²àħ à°µà°à°²àħà°Żàħ‚à°àħ à°¤àħŠà°²à°—à°żà°‚à°Şàħà°¨àħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĥàħ" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "à°Şàħ‚à°²àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°•à°²à°żà°—à°żà°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ à°¨à°à°à°àħà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°żà°²àħà°µ vol à°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ కàħ€à°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°żà°²àħà°µ vol à°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ à°Şà°à°¤àħâ€Œà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°żà°²àħà°µ vol à°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "à°¨à°żà°²àħà°µ vol à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ à°µàħà°‚à°Ĥà°ż" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°µà°à°²àħà°Żàħ‚à°àħ à°¸àħƒà°·àħà°Ÿàħ€à°•à°°à°£à°¨àħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿ à°²àħ‡à°Ĥàħ" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ vol à°¤àħŠà°²à°—à°żà°‚à°Şàħà°¨àħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ à°¨à°à°à°àħà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°żà°²àħà°µ vol à°²àħ‡à°Ĥàħ" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à° à°²àħ‡à°Ĥàħ" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à° à°µàħà°‚à°Ĥà°ż" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "à°°àħ‹à°œàħ à°ŻàħŠà°•àħà°• à°¸à°à°Żà°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥàħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "à°†à°¤à°żà°§àħ‡à°Ż à°¨à°żà°°àħà°µà°šà°¨ à°Ğàħˆà°²àħà°¨àħ à°²àħ‹à°Ħàħà°šàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "à°†à°¤à°żà°§àħ‡à°Żà°ż" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "xà°à°à°°àħà°— సంà°Ĥà°°àħà°­à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "à°¨àħ‹à°Ħàħ cpu à°¸à°à°•àħ†à°Ÿàħà°²àħ" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node కàħà°°à°żà°Żà°à°ĥàħ€à°² cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node à°àħ†à°àħ‹à°°àħ€" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node కàħà°·àħ‡à°¤àħà°° జà°à°Ĵà°żà°¤à°" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "కàħà°·àħ‡à°¤àħà°° à°Ğàħˆà°²àħ à°Şàħ‡à°°àħà°¨àħ à°¤àħ€à°°àħà°à°à°¨à°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node కàħà°·àħ‡à°¤àħà°° జà°à°Ĵà°żà°¤à°" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Ĥà°¸àħà°¤àħà°°à°¨à°à°à°à°¨àħà°¨à°ż à°°à°żà°œà°à°²àħà°µàħ చàħ‡à°Żà°àħ" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node కàħà°·àħ‡à°¤àħà°° జà°à°Ĵà°żà°¤à°" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "కàħà°·àħ‡à°¤àħà°° à°Ğàħˆà°²àħ à°Şàħ‡à°°àħà°¨àħ à°¤àħ€à°°àħà°à°à°¨à°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: à°Şà°à°¤àħ à°¨àħ à°¸à°à°•àħ‚à°°àħà°šà°‚à°Ħà°ż à°²àħ‡à°Ĥà° test:///default à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šà°‚à°Ħà°ż" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°•à°¨à°Şà°Ħà°²àħ‡à°Ĥàħ" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ€ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨à°Ħàħà°šàħà°Ÿ à°²àħ‡à°Ĥàħ" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "à°àħ†à°Ÿà°à°Ħà°à°Ÿà°à°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°²àħ‡à°àħ" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à° à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħ" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node కàħà°·àħ‡à°¤àħà°° జà°à°Ĵà°żà°¤à°" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "à°Şàħ‚à°°àħà°¤à°żà°•à°à°¨à°ż à°­à°Ĥàħà°°à°¤ à°Şàħ€à° à°żà°•" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "à°¸à°°à°żà°ŞàħŠà°²à°¨à°ż à°Şàħ€à° à°żà°• à°à°à°œà°żà°•àħ" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "Xen à°Ħàħ†à°àħ‹à°¨àħà°¨àħà°‚à°Ħàħ€ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°àħ†à°Ÿà°à°Ħà°à°Ÿà° à°ŞàħŠà°Ħà°µàħ చà°Ĥàħà°µàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "à°àħ†à°Ÿà°à°Ħà°à°Ÿà° à°ŻàħŠà°•àħà°• à°ŞàħŠà°Ħà°µàħ à°¸àħà°à°à°Żà°żà°à°żà°‚à°šà°żà°¨à°Ĥà°ż" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "à°Şàħ‚à°°àħà°¤à°żà°•à°à°¨à°ż à°àħ†à°Ÿà°à°Ħà°à°Ÿà°" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚à°¨àħ %sà°²àħ‹ à°¨à°żà°‚\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node కàħà°·àħ‡à°¤àħà°° జà°à°Ĵà°żà°¤à°" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "à°¸àħà°à°à°Żà°ż అంà°Ĥàħà°Ĵà°à°Ÿàħà°²àħ‹à°µàħà°¨àħà°¨ అరలనàħ à°à°żà°‚à°šà°żà°¨à°Ĥà°ż" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ€ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ€ à°¨à°Ħàħà°¸àħà°¤àħ‚à°¨àħ‡ ఉంà°Ĥà°ż" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°żà°‚à°Ĥà°ż" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ కàħ€à°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°żà°²àħà°µ vol à°²àħ‡à°Ĥàħ" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "à°¸à°°à°żà°Şàħ‹à°²àħ à°Şà°à°¤àħâ€Œà°¤àħ‹ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°żà°²àħà°µ vol à°²àħ‡à°Ĥàħ" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "అకàħà°·à°° à°Şà°°à°żà°•à°°à°àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż ఇనàħâ€Œà°Şàħà°Ÿàħ à°Şà°°à°żà°•à°°à°àħ రకà°àħ %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "à°Ĵàħà°°à°żà°Ħàħà°œà°ż à°à°Ĥàħà°Ĥà°¤àħà°¨àħ à°¸à°żà°Ĥàħà°Ĥà°Şà°°à°šà°²àħ‡à°àħ: %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€ %s à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µàħˆà°Ğà°²àħà°Żà°‚ చàħ†à°‚à°Ĥà°żà°‚à°Ĥà°ż : %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup: à°àħ†à°àħŠà°°àħ€ చà°à°²à°²àħ‡à°Ĥàħ" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "à°²à°à°—àħâ€Œà°Şàħˆà°²àħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s: %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "%sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°àħ: %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "à°¸àħ†à°·à°¨àħâ€Œà°¨àħ కనàħà°—àħŠà°¨à°²àħ‡à°àħ" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "à°Ğàħˆà°²àħ à°°àħ€à°¤à°ż '%s'à°¨à°ż అà°à°°àħà°šà°²àħ‡à°àħ: %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "%sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "dir %sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "QEMU à°Ĵàħˆà°¨à°°àħ€ %sà°¨àħ కనàħà°—àħŠà°¨à°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "à°²à°à°—àħ à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°Ĥàħ %s: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "ఆà°Ĥàħ‡à°ĥà°àħ కàħŠà°°à°•àħ à°µàħ‡à°šà°żà°µàħà°‚à°Ħàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "అనàħà°•àħ‹à°¨à°ż pidà°¨àħ à°ŞàħŠà°‚à°Ĥà°żà°‚à°Ĥà°ż, damn" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "%sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ: %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Ğàħˆà°²àħ '%s'à°¨àħ à°àħ‚à°Żà°²àħ‡à°àħ: %s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħˆà°Şàħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°àħ: %s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°ĥà°żà°ĥàħà°µàħ కà°à°°àħà°Żà°•àħà°°à°à°àħà°¨àħ à°Ğàħ‹à°°àħà°•àħ చàħ‡à°Żà°²àħ‡à°Ĥàħ: %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Şàħˆà°²àħ '%s'à°¨àħ అనàħâ€Œà°²à°żà°‚à°•àħ చàħ‡à°Żà°²àħ‡à°àħ: %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "à°…à°¤à°żà°§àħ‡à°Ż à°¨à°à°à°àħà°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "à°…à°¤à°żà°§àħ‡à°Ż à°¨à°à°à°àħà°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "à°…à°¤à°żà°§àħ‡à°Ż à°¨à°à°à°àħà°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" +msgstr "à°Şà°°à°żà°•à°°à°àħ à°Şàħ€à° à°żà°• %sà°¨àħ à°ĥàħà°­àħà°°à°àħà°šàħ‡à°Żà°²àħ‡à°Ĥàħ" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgid "cannot change to root directory: %s" +msgstr "à°¸àħà°µà°Żà°‚à°šà°à°²à°• à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€ %sà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°àħ: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "strdup à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħà°• à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "strdup à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħà°• à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "strdup à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħà°• à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "à°Ğàħˆà°²àħ '%s'à°¨àħ à°ŞàħŠà°Ħà°żà°—à°żà°‚à°Şà°²àħ‡à°àħ: %s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "ఆà°Ĥàħ‡à°ĥ వరàħà°¸" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "చà°Ĥàħà°µàħ à°Ĥàħ‹à°·à°àħ: %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -msgstr "" +msgstr "pseudorandom UUIDకàħ à°¤à°żà°°à°żà°—à°żà°µàħ†à°³àħà°¤àħ‹à°‚à°Ĥà°ż, à°°à°à°‚à°Ħà°àħ à°Ĵàħˆà°Ÿàħà°²à°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "à°àħà°Ĥàħà°°à°£ à°¸à°ıà°à°Żà°‚" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "à°¸à°à°°àħà°µà°œà°¨à°żà°• à°¸à°ıà°à°Żà°‚ à°²àħ‡à°Ĥఠకà°à°à°‚à°Ħàħ ఆధà°à°°à°żà°¤ à°¸à°ıà°à°Żà°à°¨àħà°¨à°ż à°àħà°Ĥàħà°°à°żà°‚à°šàħ" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "ఆà°Ĥàħ‡à°ĥం à°ŻàħŠà°•àħà°• à°¨à°à°à°àħ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4044,316 +4395,320 @@ msgstr "" "ఆà°Ĥàħ‡à°ĥà°à°²àħ:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à° à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħ" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "à°Ĵàħ‚à°Ÿàħ à°µà°Ĥàħà°Ĥ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à° à°Şàħà°°à°à°°à°‚à°­à°‚ అగàħà°Ÿà°•àħ à°ĦàħŠà°àħˆà°¨àħ à°¨àħ ఆకàħƒà°¤àħ€à°•à°°à°żà°‚à°šàħ." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚, ఐà°Ħà°ż à°²àħ‡à°Ĥà° uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°à°¨àħà°¨à°ż అచàħ‡à°¤à°¨à°‚à°šàħ‡à°Żà°‚à°Ħà°ż" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "%s à°ĦàħŠà°àħˆà°¨àħ à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°żà°• గఠఉంచàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "%s à°ĦàħŠà°àħˆà°¨àħ à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°• à°Şàħà°°à°à°°à°‚à°­à°żà°• గఠగàħà°°àħà°¤à°żà°‚à°šà°• à°Şàħ‹à°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "à°ĦàħŠà°àħˆà°¨àħ %s à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°żà°• గఠగàħà°°àħà°¤àħà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "à°ĦàħŠà°àħˆà°¨àħ %s à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°żà°• గఠగàħà°°àħà°¤àħà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "à°…à°§à°żà°Şàħà°°à°¤à°żà°•à°ż (à°¤à°żà°°à°żà°—à°ż) అనàħà°¸à°‚à°§à°żà°‚à°šàħ" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "à°¸àħà°à°à°¨à°żà°• à°…à°§à°żà°Şàħà°°à°¤à°żà°•à°ż అనàħà°¸à°‚à°§à°à°¨à°‚. ఇà°Ĥà°ż à°·à°²àħ à°¸àħà°Ÿà°à°°àħà°Ÿà°Şàħ తరàħà°µà°à°¤ కà°à°à°‚à°Ħàħà°²àħ‹ à°¨à°żà°°àħà°à°żà°‚à°šà°Ĵà°Ħàħà°¤àħà°‚à°Ĥà°ż." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "à°…à°§à°żà°Şàħà°°à°¤à°ż అనàħà°¸à°‚à°§à°à°¨à°‚ URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "చà°Ĥవటà°à°¨à°żà°•à°ż-à°à°à°¤àħà°°à°àħ‡ అనàħà°¸à°‚à°§à°à°¨à°‚" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "à°…à°§à°żà°Şàħà°°à°¤à°żà°¨àħà°‚à°Ħàħ€ అనàħà°¸à°‚à°§à°à°¨à°‚ à°¤àħŠà°²à°—à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "à°…à°§à°żà°Şàħà°°à°¤à°żà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "కకàħà°·à°żà°Ĥà°à°°à°ż కనàħà°¸àħ‹à°²àħ కàħ అనàħà°¸à°‚à°§à°à°¨à°żà°‚à°šàħ" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "à°µà°à°¸àħà°¤à°µà°żà°• కàħà°°à°à°à°‚à°• కనàħà°¸àħ‹à°²àħ à°¨àħ కకàħà°·à°żà°Ĥà°à°°à°ż à°•à°ż అనàħà°¸à°‚à°§à°à°¨à°żà°‚à°šàħ" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "à°ĦàħŠà°àħˆà°¨àħ కàħŠà°°à°•àħ ఏ కనàħà°¸àħ‹à°²àħ అంà°Ĥàħà°Ĵà°à°Ÿàħà°²àħ‹ à°²àħ‡à°Ĥàħ\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "ఈ à°Şàħà°²à°à°Ÿàħâ€Œà°Ğà°à°‚నంà°Ĥàħ à°¤àħ†à°° à°Żà°żà°‚à°Şàħà°²à°żà°àħ†à°‚à°Ÿàħ కà°à°²àħ‡à°Ĥàħ" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "జà°à°Ĵà°żà°¤à° à°•àħà°·àħ‡à°¤àħà°°à°à°²àħ" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "కàħà°·àħ‡à°¤àħà°°à°à°² à°¤à°żà°°àħà°—àħ జà°à°Ĵà°żà°¤à°." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°šàħ†à°Żàħà°Żà°ż" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ & కàħà°°à°żà°Żà°à°ĥàħ€à°² కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°ż" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°‡à°µàħà°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°²à°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "ఐà°Ħà°ż" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "à°Şàħ‡à°°àħ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "à°¸àħà°à°żà°¤à°ż" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "à°¸àħà°à°żà°¤à°ż à°°à°à°ıà°żà°¤àħà°Żà°‚" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸àħà°à°żà°¤à°ż" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨ à°Şà°°à°żà°§à°ż గàħà°°à°żà°‚à°šà°żà°¨ à°¤à°żà°°àħà°—àħ à°¸àħà°à°żà°¤à°ż." +msgstr "à°ĦàħŠà°àħˆà°¨àħ గàħà°°à°żà°‚à°šà°ż à°¤à°żà°°à°żà°—à°żà°Żà°żà°šàħà°šàħ à°¸àħà°à°żà°¤à°ż" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "à°ĦàħŠà°àħˆà°¨àħ కàħ à°Şà°°à°żà°•à°°à°‚ à°Ĵàħà°²à°à°•àħ à°¸àħà°Ÿà°Ÿàħà°¸àħ à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°àħ" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨ à°ĦàħŠà°àħˆà°¨àħ కàħ à°Şà°°à°żà°•à°°à°‚ à°Ĵàħà°²à°à°•àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°àħ." -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "à°Ĵàħà°²à°à°•àħ à°Şà°°à°żà°•à°°à°‚" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "à°Ĵàħà°²à°à°•àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "à°ĦàħŠà°àħˆà°¨àħ కàħŠà°°à°•àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°àħ" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨ à°ĦàħŠà°àħˆà°¨àħ కàħŠà°°à°•àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°àħ." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Şà°°à°żà°•à°°à°‚" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°Şàħ‹à°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤àħŠà°²à°—à°żà°‚à°šàħ" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤àħŠà°²à°—à°żà°‚à°šàħ" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°¤àħŠà°²à°—à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤àħŠà°²à°—à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "XML à°Ğàħˆà°²àħà°•àħ‹à°¸à°‚ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "à°Ĥà°¸àħà°¤àħà°°à°‚ ఒక XML à°ĦàħŠà°àħˆà°¨àħ à°µà°żà°µà°°à°£ à°¨àħ à°•à°²à°żà°—à°ż ఉంà°Ĥà°ż" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ %s %s à°¨àħà°‚à°Ħàħ€ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "XML à°Ğàħˆà°²àħ à°¨àħà°‚à°Ħàħ€ ఒక కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°‚à°Ħà°ż (కà°à°¨àħ€ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°µà°Ĥàħà°Ĥàħ)" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šàħ." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ %s à°¨àħà°‚à°Ħàħ€ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°żà°Ĥà°ż\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "%s à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż కàħà°·àħ‡à°¤àħà°°à°à°¨à°żà°•à°ż à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "ఒక కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ (à°àħà°‚à°Ĥàħ‡ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°¨) కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°‚à°­à°żà°‚à°šàħ" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħ." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ‌కàħà°°à°żà°Żà°à°¸à°ıà°żà°¤à°‚à°—à° à°‰à°‚à°Ĥà°ż" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸àħà°à°żà°¤à°żà°¨à°ż à°Ğàħˆà°²àħà°•à°ż à°­à°Ĥàħà°°à°Şà°°àħà°µàħ" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "ఒక à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°­à°Ĥàħà°°à°Şà°°àħà°µàħ." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż ఎకàħà°•à°Ħ à°­à°Ĥàħà°°à°Şà°°à°µà°à°²à°ż" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ %sà°²àħ‹ à°­à°Ĥàħà°°à°Şà°°à°µà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "చàħ‚à°Şàħà°àħ/అà°à°°àħà°šàħà°àħ à°·àħ†à°Ħàħà°Żàħ‚లరàħ à°Şà°à°°à°à°à°żà°¤àħà°²à°¨àħ." -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "చàħ‚à°Şàħà°àħ/అà°à°°àħà°šàħà°àħ à°·àħ†à°Ħàħà°Żàħ‚లరàħ à°Şà°à°°à°à°à°żà°¤àħà°²à°¨àħ." +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "à°µà°żà°²àħà°µà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°àħ" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT కàħŠà°°à°•àħ à°Ĵà°°àħà°µàħ" @@ -4362,285 +4717,291 @@ msgstr "XEN_CREDIT కàħŠà°°à°•àħ à°Ĵà°°àħà°µàħ" msgid "cap for XEN_CREDIT" msgstr "XEN_CREDIT కàħŠà°°à°•àħ కà°à°Şàħ" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "à°Ĵà°°àħà°µàħ à°ŻàħŠà°•àħà°• à°¸à°°à°żà°•à°à°¨à°ż à°µà°żà°²àħà°µ" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "కà°à°Şàħ à°ŻàħŠà°•àħà°• à°¸à°°à°żà°•à°à°¨à°ż à°µà°żà°²àħà°µ" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "కà°à°Şàħ à°ŻàħŠà°•àħà°• à°¸à°°à°żà°•à°à°¨à°ż à°µà°żà°²àħà°µ" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "à°·àħ†à°Ħàħà°Żàħ‚లరàħ" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "à°Ğàħˆà°²àħà°²àħ‹à°¨à°ż à°­à°Ĥàħà°°à°Şà°°à°żà°šàħ‡ à°¸àħà°à°żà°¤à°żà°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤à°żà°°à°żà°—à°ż à°¸àħà°Ÿàħ‹à°°àħà°šàħ‡à°Żà°ż" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "ఒక కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤à°żà°°à°żà°—à°ż à°¸àħà°Ÿàħ‹à°°àħà°šàħ‡à°Żà°ż." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "à°¤à°żà°°à°żà°—à°ż à°¸àħà°Ÿàħ‹à°°àħ చàħ‡à°¸àħ‡ à°¸àħà°à°żà°¤à°ż" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°‚ à°¤à°żà°°à°żà°—à°ż à°¸àħà°Ÿàħ‹à°°àħ చàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤à°żà°°à°żà°—à°ż à°¸àħà°Ÿàħ‹à°°àħà°šàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ కàħ‹à°°àħà°¨àħ à°µà°żà°ĥàħà°²àħ‡à°·à°£à°•àħ‹à°¸à°‚ à°Ğàħˆà°²àħà°•à°ż à°¨à°żà°‚à°Şàħ" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šàħ" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "కàħ‹à°°àħà°¨àħ ఎకàħà°•à°Ħ à°¨à°żà°‚à°Şà°" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚à°¨àħ %sà°²àħ‹ à°¨à°żà°‚\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż %sà°•à°ż à°­à°Ĥàħà°°à°Şà°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šàħ" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "ఇంతకàħà°àħà°‚à°Ĥàħ à°¤àħŠà°²à°—à°żà°‚à°šà°Ĵà°Ħà°żà°¨ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šàħ." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "à°µà°żà°œà°Żà°µà°‚à°¤à°‚à°—à° à°’à°• కàħà°·àħ‡à°¤à°à°¨àħà°¨à°ż à°àħà°Żàħà°Żà°ż" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "లకàħà°·àħà°Ż కàħà°·àħ‡à°¤àħà°°à°‚à°¨àħ à°‰à°Şà°Żàħ‹à°—à°żà°¸àħà°¤àħ‚ à°àħà°Żàħà°Żà°ż." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°àħà°—à°żà°‚à°šà°Ĵà°Ħàħà°¤àħ‹à°‚à°Ĥà°ż\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°àħà°—à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ఒక కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°¨à°ƒà°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħ" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "లకàħà°·àħà°Ż కàħà°·àħ‡à°¤àħà°°à°‚à°²àħ‹ ఒక à°°àħ€à°Ĵàħ‚à°Ÿàħ ఆà°Ĥàħ‡à°ĥà°à°¨àħà°¨à°ż à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šàħ." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°Şàħà°¨à°ƒà°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ĵà°Ħàħà°¤àħ‚ ఉంà°Ĥà°ż\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°¨à°ƒà°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚ %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనం చàħ‡à°Żà°ż" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "ఇచàħà°šà°żà°¨ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనంచàħ‡à°Żà°ż." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°¨à°à°ĥనం చàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనం చàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨à°żà°•à°ż సంà°Ĵà°‚à°§à°żà°‚à°šà°żà°¨ à°Şàħà°°à°à°§à°à°żà°• à°¸à°à°à°šà°à°°à°à°¨à°żà°•à°ż à°¤à°żà°°à°żà°—à°ż à°µàħ†à°³àħà°²àħ." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "ఐà°Ħà°ż:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "à°Şàħ‡à°°àħ:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS వరàħà°—à°‚:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "à°¸àħà°à°żà°¤à°ż:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU à°¸à°à°Żà°‚:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "à°—à°°à°żà°·àħà°Ÿ à°àħ†à°àħ‹à°°àħ€:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "à°ıà°Ĥàħà°Ĥàħ à°²àħ‡à°Ĥàħ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šà°żà°¨ à°àħ†à°àħ‹à°°àħ€:" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "à°¸àħà°Żà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚" +msgstr "à°¸àħà°Żà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚:" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "à°Şàħ‡à°°àħ" +msgstr "చàħ‡à°¤à°¨à°Şà°°à°šàħ" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "అచàħ‡à°¤à°¨à°Şà°°à°šàħ" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "NUMA ఖà°à°³àħ€ à°àħ†à°àħŠà°°à°ż" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "NUMA à°¸àħ†à°²àħ కàħ అంà°Ĥàħà°Ĵà°à°Ÿàħ à°²àħ‹ ఉనàħà°¨ à°‰à°šà°żà°¤ à°àħ†à°àħŠà°°àħ€ à°¨à°ż à°Şàħà°°à°Ĥà°°àħà°ĥà°żà°‚à°Şàħà°àħ." -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "NUMA à°¸àħ†à°²àħ సంఖàħà°Ż" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "à°àħŠà°¤àħà°¤à°‚" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "కàħà°·àħ‡à°¤àħà°° vcpu à°¸à°à°à°šà°à°°à°‚" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "కàħà°·àħ‡à°¤àħà°° à°µà°à°¸àħà°¤à°µà°żà°• CPUà°² గàħà°°à°żà°‚à°šà°żà°¨ à°Şàħà°°à°à°§à°à°żà°• à°¸à°à°à°šà°à°°à°à°¨à°żà°•à°ż à°¤à°żà°°à°żà°—à°ż à°µàħ†à°³àħà°²àħ." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "à°ĦàħŠà°àħˆà°¨àħ షటàħ ఆà°Ğàħ అవàħà°¤àħ‹à°‚à°Ĥà°ż, à°µà°à°¸àħà°¤à°µà°ż CPUs à°ıà°à°œà°°àħ కà°à°²àħ‡à°Ĥàħ." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "à°¨à°żà°Żà°‚à°¤àħà°°à°£ కàħà°·àħ‡à°¤àħà°° vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "à°­àħŒà°¤à°żà°• CPUలకàħ à°†à°¤à°żà°§àħ‡à°Ż à°Şà°żà°¨àħ à°ĦàħŠà°àħˆà°¨àħ VCPUà°²àħ." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu సంఖàħà°Ż" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "à°†à°¤à°żà°§àħ‡à°Ż cpu సంఖàħà°Ż(à°²àħ) (కà°à°à°à°šàħ‡ à°µàħ‡à°°àħà°šàħ‡à°Żà°Ĵà°Ħà°żà°¨à°µà°ż)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin: చàħ†à°²àħà°²à°¨à°ż à°²àħ‡à°Ĥà° à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ vCPU సంఖàħà°Ż." -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin: à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ cpuజà°à°Ĵà°żà°¤à°" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "à°¨àħ‹à°Ħàħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "vcpupin: à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°à°²à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż." -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin: à°¸à°°à°żà°•à°à°¨à°ż vCPU సంఖàħà°Ż." -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: à°¸à°°à°żà°•à°à°¨à°ż à°Ğà°à°°àħà°à°à°Ÿàħ. ఖà°à°³àħ€ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpulist: %s: à°¸à°°à°żà°•à°à°¨à°ż à°Ğà°à°°àħà°à°à°Ÿàħ. à°¸àħà°à°à°¨à°‚ %d (near '%c') అంకàħ†à°•àħ‹à°¸à°‚ చàħ‚à°¸àħà°¤àħ‹à°‚à°Ĥà°ż." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4649,1349 +5010,1336 @@ msgstr "" "cpulist: %s: à°¸à°°à°żà°•à°à°¨à°ż à°Ğà°à°°àħà°à°à°Ÿàħ. à°¸àħà°à°à°¨ %d (near '%c'. à°µà°Ĥàħà°Ĥ అంకàħ†à°¨àħ గà°à°¨à°ż à°²àħ‡à°Ĥఠకà°à°à° à°¨àħ గà°à°¨à°ż " "కà°à°µà°à°²à°¨àħà°•àħà°‚à°Ÿàħà°¨àħà°¨à°Ĥà°ż" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: à°¸à°°à°żà°•à°à°¨à°ż à°Şà°à°°àħà°à°à°Ÿàħ.కà°à°à°à°¨àħ à°¸àħà°à°à°¨à°‚ %d à°µà°Ĥàħà°Ĥ à°Şàħà°°à°Żàħ‹à°—à°żà°¸àħà°¤àħà°¨àħà°¨à°Ĥà°ż." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "à°­àħŒà°¤à°żà°• CPU %d à°²àħ‡à°Ĥàħ." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "à°µà°à°¸àħà°¤à°µà°żà°• సంఖàħà°Żà°² CPUà°² à°à°à°°àħà°Şàħ" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "à°†à°¤à°żà°§àħ‡à°Ż కàħà°·àħ‡à°¤àħà°°à°‚à°²àħ‹à°¨à°ż à°µà°à°¸àħà°¤à°µà°żà°• CPUà°² కàħà°°à°żà°Żà°à°ĥàħ€à°² సంఖàħà°Żà°¨àħ à°à°à°°àħà°šà°‚à°Ħà°ż." +msgstr "గàħ†à°¸àħà°Ÿàħ à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨à°‚à°Ĥàħ వరàħà°šàħà°Żàħà°µà°²àħ CPUs à°ŻàħŠà°•àħà°• సంఖàħà°Żà°¨àħ à°à°à°°àħà°šàħà°àħ" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "à°µà°à°¸àħà°¤à°µà°żà°• CPUà°² సంఖàħà°Ż" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°¸àħà°¤à°µà°żà°• CPUà°² సంఖàħà°Ż" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "చà°à°²à° ఎకàħà°•à°µ à°µà°à°¸àħà°¤à°µà°żà°• CPUà°² సంఖàħà°Ż" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "à°àħ†à°àħ‹à°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħà°²à°¨àħ à°à°à°°àħà°šàħ" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "à°†à°¤à°żà°§àħ‡à°Ż కàħà°·àħ‡à°¤àħà°°à°‚à°²àħ‹à°¨à°ż à°Şàħà°°à°¸àħà°¤àħà°¤ à°àħ†à°àħ‹à°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħà°²à°¨àħ à°à°à°°àħà°šàħ." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "à°àħ†à°àħ‹à°°àħ€ à°•à°żà°²àħ‹à°Ĵàħˆà°Ÿàħà°² సంఖàħà°Ż" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "à°àħ†à°àħŠà°°àħ€ à°Şà°°à°żà°à°à°£à°‚à°•àħ %d à°ŻàħŠà°•àħà°• à°¸à°°à°żà°•à°à°¨à°ż à°µà°żà°²àħà°µ" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "à°—à°°à°żà°·àħà° à°àħ†à°àħŠà°°àħ€à°Şà°°à°żà°à°à°£à°‚ à°¨àħ à°¨à°żà°°àħà°Ĥà°à°°à°żà°‚à°š à°²àħ‡à°Ĥàħ" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "à°—à°°à°żà°·àħà°Ÿ à°àħ†à°àħ‹à°°àħ€ à°ıà°Ĥàħà°Ĥàħà°¨àħ à°à°à°°àħà°šàħ" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "à°†à°¤à°żà°§àħ‡à°Ż కàħà°·àħ‡à°¤àħà°°à°‚à°²àħ‹à°¨à°ż à°—à°°à°żà°·àħà°Ÿ à°àħ†à°àħ‹à°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħà°² à°ıà°Ĥàħà°Ĥàħà°¨àħ à°à°à°°àħà°šàħ." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "à°•à°żà°²àħ‹à°Ĵàħˆà°Ÿàħà°² à°²àħ‹ à°—à°°à°żà°·àħà°  à°àħ†à°àħŠà°°àħ€ à°ıà°Ĥàħà°Ĥàħ" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤ à°àħ†à°àħŠà°°à°ż à°Şà°°à°żà°à°à°£à°‚ à°¨àħ à°¨à°żà°°àħà°Ĥà°à°°à°żà°‚à°š à°²àħ‡à°Ĥàħ" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤ à°àħ†à°àħŠà°°à°ż à°Şà°°à°żà°à°à°£à°‚ à°¨àħ కàħà°šà°żà°‚à°šà°²àħ‡à°Ĥàħ" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "à°—à°°à°żà°·àħà° à°àħ†à°àħŠà°°à°żà°Şà°°à°żà°à°à°£à°‚ à°¨àħ à°à°à°°àħà°šà°²àħ‡à°Ĥàħ" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "à°¨àħ‹à°Ħàħ à°¸à°à°à°šà°à°°à°‚" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "à°¨àħ‹à°Ħàħà°¨àħ à°—à°żà°°à°żà°‚à°šà°żà°¨ à°Şàħà°°à°à°§à°à°żà°• à°¸à°à°à°šà°à°°à°à°¨à°żà°•à°ż à°¤à°żà°°à°żà°—à°ż à°µàħ†à°³àħà°²àħ" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "à°¨àħ‹à°Ħàħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU à°à°à°Ĥà°żà°°à°ż:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU తరచàħà°Ĥనం:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU à°¸à°à°•àħ†à°Ÿàħ(à°²àħ):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "à°¸à°à°•àħ†à°Ÿàħà°•à°ż కàħ‹à°°àħ(à°²àħ):" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "కàħ‹à°°àħà°•àħ à°¤àħà°°àħ†à°Ħàħ(à°²àħ):" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA à°¸àħ†à°²àħ(à°²àħ):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "à°àħ†à°àħ‹à°°àħ€ à°Şà°°à°żà°à°à°£à°‚:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "à°¸à°à°à°à°°àħà°§àħà°Żà°à°²àħ" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "à°ıàħˆà°Şà°°àħà°µà°żà°œà°°àħ/à°Şà°°à°żà°•à°°à°‚ à°ŻàħŠà°•àħà°• à°¸à°à°à°°àħà°§àħà°Żà°à°²àħ à°¤à°żà°°à°żà°—à°żà°µà°šàħà°šà°żà°¨à°µà°ż." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "à°¸à°à°à°°àħà°§àħà°Żà°àħà°²à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XMLà°²àħ‹ కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż XML à°Ħà°‚à°Şàħ లఠstdout కàħ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ చàħ‡à°Żàħà°àħ" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "కàħà°·àħ‡à°¤àħà°° ఐà°Ħà°ż à°²àħ‡à°Ĥà° UUIDà°¨à°ż కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚à°—à° à°à°à°°àħà°šàħ" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "కàħà°·àħ‡à°¤àħà°° ఐà°Ħà°ż à°²àħ‡à°Ĥà° uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚ à°²àħ‡à°Ĥà° UUIDà°¨à°ż కàħà°·àħ‡à°¤àħà°° ఐà°Ħà°żà°—à° à°à°à°°àħà°šàħ" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚ à°²àħ‡à°Ĥఠఐà°Ħà°żà°¨à°ż కàħà°·àħ‡à°¤àħà°° UUIDగà°â€Œà°à°à°°àħà°šàħ" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "కàħà°·àħ‡à°¤àħà°° ఐà°Ħà°ż à°²àħ‡à°Ĥà° à°¨à°à°à°‚" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "కàħà°·àħ‡à°¤àħà°° UUIDà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨àħ à°µàħ‡à°°àħŠà°• à°…à°¤à°żà°§àħ‡à°Ż కàħ à°Şàħà°°à°µà°à°¸à°‚ చàħ‡à°Żà°ż" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨àħ à°µàħ‡à°°àħŠà°• à°…à°¤à°żà°§àħ‡à°Ż కàħ à°Şàħà°°à°µà°à°¸à°‚ చàħ‡à°Żà°ż. à°²àħˆà°µàħ à°Şàħà°°à°µà°à°¸à°‚ కàħ --live à°¨àħ à°•à°²à°Şà°‚à°Ħà°ż." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "à°²àħˆà°µàħ à°Şàħà°°à°µà°à°¸à°‚" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "చàħ‡à°°à°µà°²à°żà°¸à°żà°¨ à°…à°¤à°żà°§àħ‡à°Ż à°ŻàħŠà°•àħà°• అనàħà°¸à°‚à°§à°à°¨à°‚ URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "à°Şàħà°°à°µà°à°¸ URI, à°¸à°à°Ĥà°à°°à°£à°‚à°—à° à°µà°Ĥà°żà°²à°żà°µàħ‡à°Żà°µà°šàħà°šàħ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "à°Şàħà°°à°µà°à°¸à°‚: à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°Ħàħ†à°¸àħà°Ÿàħà°°à°ż" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "ఒక à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°¨àħ à°¸àħà°µà°Żà°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚ చàħ‡à°Żàħà°àħ" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "à°Ĵàħ‚à°Ÿàħ à°¸à°à°Żà°à°‚à°Ĥàħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à° à°Şàħà°°à°à°°à°‚à°­à°‚à°à°—àħà°¨à°Ÿàħà°²àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ ఆకàħƒà°¤àħ€à°•à°°à°żà°‚à°šàħ" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à°à°Şàħà°°à°à°°à°‚à°­à°żà°•à°—à° గàħà°°àħà°¤àħà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à°à°Şàħà°°à°à°°à°‚à°­à°żà°•à°—à° గàħà°°àħà°¤àħà°‚à°šà°•à°Şàħ‹à°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°żà°• గఠగàħà°°àħà°¤àħà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°żà°•à°—à° గàħà°°àħà°¤àħà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "XML à°Ĥà°¸àħà°¤àħà°°à°‚ à°¨àħà°‚à°Ħà°ż ఒక à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°‚à°Ħà°ż" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°‚à°Ħà°ż" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "à°Ĥà°¸àħà°¤àħà°°à°‚ XML à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°µà°żà°µà°°à°£à°¨àħ à°•à°²à°żà°—à°żà°‰à°‚à°Ĥà°ż" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s %s à°¨àħà°‚à°Ħàħ€ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "%s à°¨àħà°‚à°Ħàħ€ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "XML à°Ğàħˆà°²àħ à°¨àħà°‚à°Ħàħ€ ఒక à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°‚à°Ħà°ż (కà°à°¨àħ€ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°µà°Ĥàħà°Ĥàħ)" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šàħ." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s %s à°¨àħà°‚à°Ħàħ€ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "%s à°¨àħà°‚à°Ħàħ€ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "ఇచàħà°šà°żà°¨ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ à°¨à°à°ĥనంచàħ‡à°Żà°ż" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "ఇచàħà°šà°żà°¨ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ à°¨à°à°ĥనంచàħ‡à°Żà°ż." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°àħ, ఐà°Ħà°ż à°²àħ‡à°Ĥà° uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°ĥనం చàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°ĥనం చàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XMLà°²àħ‹ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸à°à°à°šà°à°°à°‚" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż XML à°Ħà°‚à°Şàħ à°²à°à°—à° stdout కàħ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ చàħ‡à°Żàħà°àħ." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°² జà°à°Ĵà°żà°¤à°à°šàħ‡à°Żà°ż" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°² జà°à°Ĵà°żà°¤à°à°¨àħ à°¤à°żà°°à°żà°—à°żà°‡à°µàħà°µàħ." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°²à°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ†à°Żàħà°Żà°ż" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ & కàħà°°à°żà°Żà°à°ĥàħ€à°² à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°²à°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°ż" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°² జà°à°Ĵà°żà°¤à° à°‡à°µàħà°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°²à°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "à°¸àħà°Żà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "à°¸àħà°µà°Żà°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚à°•à°à°Ĥàħ" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°²à°‚" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "కàħà°°à°żà°Żà°à°ıàħ€à°¨à°‚" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ UUIDà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚à°—à° à°à°à°°àħà°šàħà°àħ" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ uuid " -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "ఒక కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ (à°àħà°‚à°Ĥàħ‡ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°¨) à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°¨àħ à°Şàħà°°à°à°‚à°­à°żà°‚à°šàħ" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°¨àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħ." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "%s à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°żà°Ĥà°ż\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "%s à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°àħà°¨àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ UUIDగà°â€Œà°à°à°°àħà°šàħ" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°àħ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ UUIDà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à° à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħ" +msgstr "à°Şàħ‚à°²àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à° à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħà°àħ" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "à°Ĵàħ‚à°Ÿàħ à°µà°Ĥàħà°Ĥ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à° à°Şàħà°°à°à°°à°‚à°­à°‚ అగàħà°Ÿà°•àħ à°ĦàħŠà°àħˆà°¨àħ à°¨àħ ఆకàħƒà°¤àħ€à°•à°°à°żà°‚à°šàħ." +msgstr "à°Ĵàħ‚à°Ÿàħ నంà°Ĥàħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à° à°Şàħ‚à°²àħ à°Şàħà°°à°à°°à°‚à°­à°à°—àħà°¨à°Ÿàħà°²àħ ఆకàħƒà°¤àħ€à°•à°°à°żà°‚à°šàħà°àħ." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" +msgstr "à°Şàħ‚à°²àħ à°¨à°à°à°àħ à°²àħ‡à°Ĥà° uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à°à°Şàħà°°à°à°°à°‚à°­à°żà°•à°—à° గàħà°°àħà°¤àħà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" +msgstr "à°Şàħ‚à°²àħ %s అనàħà°¨à°Ĥà°ż à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚à°—à° గàħà°°àħà°¤àħà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s à°¨àħ à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°‚à°—à°à°Şàħà°°à°à°°à°‚à°­à°żà°•à°—à° గàħà°°àħà°¤àħà°‚à°šà°•à°Şàħ‹à°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" +msgstr "à°Şàħ‚à°²àħ %s అనàħà°¨à°Ĥà°ż à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚à°²à°à°—à° గàħà°°àħà°¤àħà°¤àħ€à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "à°ĦàħŠà°àħˆà°¨àħ %s à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°żà°• గఠగàħà°°àħà°¤àħà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "à°Şàħ‚à°²àħ %s à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°‚ వలàħ† గàħà°°àħà°¤àħà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "à°ĦàħŠà°àħˆà°¨àħ %s à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­à°żà°• గఠగàħà°°àħà°¤àħà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "XML à°Ğàħˆà°²àħà°•àħ‹à°¸à°‚ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "à°Ĥà°¸àħà°¤àħà°°à°‚ ఒక XML à°ĦàħŠà°àħˆà°¨àħ à°µà°żà°µà°°à°£ à°¨àħ à°•à°²à°żà°—à°ż ఉంà°Ĥà°ż" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ %s %s à°¨àħà°‚à°Ħàħ€ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "à°Şàħ‚à°²àħ %s అనàħà°¨à°Ĥà°ż à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚భంవలàħ† గàħà°°àħà°¤àħ à°¤àħ€à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "à°Şàħ‚à°²àħâ€Œà°¨àħ XML à°Ğàħˆà°²àħà°¨àħà°‚à°Ħà°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°àħ" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "à°Şàħ‚à°²àħâ€Œà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°àħ." + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "XML à°Şàħ‚à°²àħ à°µà°żà°µà°°à°£à°¨àħ à°Ğàħˆà°²àħ à°•à°²à°żà°—à°ż ఉంà°Ĥà°ż" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "à°Şàħ‚à°²àħ %s అనàħà°¨à°Ĥà°ż %sà°¨àħà°‚à°Ħà°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħ‚à°²àħ %sà°¨àħà°‚à°Ħà°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "XML à°Ğàħˆà°²àħà°•àħ‹à°¸à°‚ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" +msgstr "à°Şàħ‚à°²àħâ€Œà°¨àħ args à°¸à°à°żà°¤à°żà°¨àħà°‚à°Ħà°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°àħ" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "à°Şàħ‚à°²àħâ€Œà°ŻàħŠà°•àħà°• à°¨à°à°à°àħ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "à°Şàħ‚à°²àħâ€Œà°ŻàħŠà°•àħà°• రకà°àħ" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "కàħà°°à°żà°‚à°Ĥà°µàħà°¨àħà°¨ à°¨à°żà°²àħà°µà°•àħ à°àħ‚à°²-à°ıàħ‹à°¸àħà°Ÿàħ" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "కàħà°°à°żà°‚à°Ĥà°µàħà°¨àħà°¨ à°¨à°żà°²àħà°µà°•àħ à°àħ‚à°²à°Şàħ à°Şà°à°¤àħ" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "కàħà°°à°żà°‚à°Ĥà°µàħà°¨àħà°¨ à°¨à°żà°²àħà°µà°•àħ à°àħ‚à°²à°Şàħ à°Şà°°à°żà°•à°°à°àħ" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "కàħà°°à°żà°‚à°Ĥà°µàħà°¨àħà°¨ à°¨à°żà°²àħà°µà°•àħ లకàħà°·àħà°Żà°‚" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "à°Ĵà°Ğà°°àħ à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "XML à°Ĵà°Ğà°°àħâ€Œà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‡ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ %s %s à°¨àħà°‚à°Ħàħ€ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "à°Şàħ‚à°²àħ %s à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħ‚à°²àħ %sà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "XML à°Ğàħˆà°²àħ à°¨àħà°‚à°Ħàħ€ ఒక కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°‚à°Ħà°ż (కà°à°¨àħ€ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°µà°Ĥàħà°Ĥàħ)" +msgstr "XML à°Ğàħˆà°²àħ à°¨àħà°‚à°Ħàħ€ ఒక à°Şàħ‚à°²àħâ€Œà°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°‚à°Ħà°ż (కà°à°¨àħ€ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°µà°Ĥàħà°Ĥàħ)" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šàħ." +msgstr "à°Şàħ‚à°²àħâ€Œà°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šàħ." -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ %s à°¨àħà°‚à°Ħàħ€ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "%s à°Şàħ‚à°²àħ %s à°¨àħà°‚à°Ħàħ€ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "%s à°¨àħà°‚à°Ħàħ€ à°Şàħ‚à°²àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "args à°¸à°à°żà°¤à°żà°¨àħà°‚à°Ħà°ż à°Şàħ‚à°²àħâ€Œà°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šàħà°àħ" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "కàħà°°à°żà°‚à°Ĥà°µàħà°¨àħà°¨ à°¨à°żà°²àħà°µà°•àħ à°àħ‚à°²à°Şàħ à°Şà°à°¤àħ" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ %s à°¨àħà°‚à°Ħàħ€ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "%sà°Şàħ‚à°²àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "%s à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż కàħà°·àħ‡à°¤àħà°°à°à°¨à°żà°•à°ż à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "%s à°Şàħ‚à°²àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż." -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "à°Şàħ‚à°²àħ à°¨à°żà°°àħà°à°żà°‚à°šàħà°àħ" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "ఇచàħà°šà°żà°¨ à°Şàħ‚à°²àħ à°¨à°żà°°àħà°à°żà°‚à°šàħà°àħ." -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "à°Şàħ‚à°²àħ %s à°¨à°żà°°àħà°à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤àħŠà°²à°—à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" +msgstr "à°Şàħ‚à°²àħ %s à°¨à°żà°°àħà°à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనం చàħ‡à°Żà°ż" +msgstr "à°Şàħ‚à°²àħâ€Œà°¨àħ à°¨à°à°ĥనం చàħ‡à°Żà°ż" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "ఇచàħà°šà°żà°¨ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనంచàħ‡à°Żà°ż." +msgstr "ఇచàħà°šà°żà°¨ à°Şàħ‚à°²àħâ€Œà°¨àħ à°¨à°à°ĥనంచàħ‡à°Żà°ż." -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°¨à°à°ĥనం చàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "à°Şàħ‚à°²àħ %s à°¨à°à°ĥనంచàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనం చàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" +msgstr "à°Şàħ‚à°²àħ %sà°¨àħ à°¨à°à°ĥనంచàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "à°Şàħ‚à°²àħâ€Œà°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šàħà°àħ" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "ఇచàħà°šà°żà°¨ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనంచàħ‡à°Żà°ż." +msgstr "ఇచàħà°šà°żà°¨ à°Şàħ‚à°²àħâ€Œà°¨àħ à°¨à°à°ĥనంచàħ‡à°Żà°ż." -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°¨à°à°ĥనం చàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "%s à°Şàħ‚à°²àħ à°¨à°à°ĥనం చàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనం చàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" +msgstr "%s à°Şàħ‚à°²àħ à°¤àħŠà°²à°—à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "à°Şàħ‚à°²àħ à°°àħ€à°Ğàħà°°àħ†à°·àħâ€Œà°šàħ‡à°Żà°ż" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "ఇచàħà°šà°żà°¨ à°Şàħ‚à°²àħ à°°àħ€à°Ğàħà°°àħ†à°·àħâ€Œà°šàħ‡à°Żà°ż." -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "à°Şàħ‚à°²àħ %s à°°àħ€à°Ğàħà°°àħ†à°·àħâ€Œà°šàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħ‚à°²àħ %sà°¨àħ à°°àħ€à°Ğàħà°²àħ†à°·àħâ€Œà°šàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XMLà°²àħ‹ కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚" +msgstr "XMLà°²àħ‹ à°Şàħ‚à°²àħ à°¸à°à°à°šà°à°°à°àħ" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż XML à°Ħà°‚à°Şàħ లఠstdout కàħ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ చàħ‡à°Żàħà°àħ" +msgstr "à°Şàħ‚à°²àħ à°¸à°à°à°šà°à°°à°àħà°¨àħ XML వలàħ† stdoutకàħ à°Ħà°‚à°Şàħâ€Œà°šàħ‡à°Żàħà°àħ." -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "జà°à°Ĵà°żà°¤à° à°•àħà°·àħ‡à°¤àħà°°à°à°²àħ" +msgstr "à°Şàħ‚à°²àħà°¸àħâ€â€Œà°¨àħ జà°à°Ĵà°żà°¤à°à°šàħ‡à°Żàħà°àħ" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°² à°¤à°żà°°àħà°—àħ జà°à°Ĵà°żà°¤à°." +msgstr "à°Şàħ‚à°²àħà°¸àħâ€â€Œà°ŻàħŠà°•àħà°• జà°à°Ĵà°żà°¤à°à°¨àħ à°¤à°żà°°à°żà°—à°żà°Żà°żà°µàħà°µàħà°àħ." -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°šàħ†à°Żàħà°Żà°ż" +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°Şàħ‚à°²àħà°¸àħà°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ†à°Żàħà°Żà°ż" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ & కàħà°°à°żà°Żà°à°ĥàħ€à°² కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°ż" +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ & కàħà°°à°żà°Żà°à°ĥàħ€à°² à°Şàħ‚à°²àħà°¸àħà°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°ż" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°‡à°µàħà°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² à°Şàħ‚à°²àħà°¸àħà°¨àħ జà°à°Ĵà°żà°¤à° à°‡à°µàħà°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°²à°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°Şàħ‚à°²àħà°¸àħà°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "%sà°²àħ‹ à°¸à°°à°żà°•à°à°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħ‚à°šà°żà°•" +msgstr "%sనంà°Ĥàħ చàħ†à°²àħà°²à°¨à°ż à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°¸àħ‚à°šà°•à°ż" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "చà°à°²à° à°Ħàħà°°àħˆà°µà°°àħà°²àħ à°¨à°àħ‹à°Ĥà°Żàħà°Żà°à°Żà°ż" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħà°¸àħâ€ à°ŞàħŠà°‚à°Ĥà°Ĵà°Ħà°żà°¨à°µà°ż" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "జàħà°žà°Şàħà°¤à°żà°²àħ‹ à°²àħ‡à°Ĥàħ" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "%s à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż కàħà°·àħ‡à°¤àħà°°à°à°¨à°żà°•à°ż à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "%s à°Şàħ‚à°²àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż." -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "చà°à°²à° à°Ħàħà°°àħˆà°µà°°àħà°²àħ à°¨à°àħ‹à°Ĥà°Żàħà°Żà°à°Żà°ż" +msgstr "à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħà°¸àħâ€ à°ŞàħŠà°‚à°Ĥà°Ĵà°Ħà°żà°¨à°µà°ż" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "à°¨àħ‹à°Ħàħ à°¸à°à°à°šà°à°°à°‚" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°¸à°à°à°šà°à°°à°àħ" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "à°¨àħ‹à°Ħàħà°¨àħ à°—à°żà°°à°żà°‚à°šà°żà°¨ à°Şàħà°°à°à°§à°à°żà°• à°¸à°à°à°šà°à°°à°à°¨à°żà°•à°ż à°¤à°żà°°à°żà°—à°ż à°µàħ†à°³àħà°²àħ" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ గàħà°°à°żà°‚à°šà°żà°¨ à°Şàħà°°à°à°§à°à°żà°• à°¸à°à°à°šà°à°°à°àħà°¨àħ à°¤à°żà°°à°żà°—à°żà°Żà°żà°µàħà°µàħà°àħ" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" -msgstr "" +msgstr "à°¨à°żà°°àħà°à°żà°‚à°šàħ" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šà°Ĵà°Ħàħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" -msgstr "" +msgstr "తగàħà°—à°żà°‚à°šà°żà°¨" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" -msgstr "" +msgstr "à°¸à°à°à°°àħà°§àħà°Żà°àħ:" -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy +#: src/virsh.c:3682 src/virsh.c:4108 msgid "Allocation:" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" +msgstr "కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħ:" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" -msgstr "" - -#: src/virsh.c:3664 -#, fuzzy -msgid "convert a pool UUID to pool name" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ UUIDà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚à°—à° à°à°à°°àħà°šàħà°àħ" - -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "కàħà°·àħ‡à°¤àħà°° uuid" - -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "ఒక కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ (à°àħà°‚à°Ĥàħ‡ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°¨) కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°‚à°­à°żà°‚à°šàħ" - -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħ." +msgstr "అంà°Ĥàħà°Ĵà°à°Ÿàħ:" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "à°Şàħ‚à°²àħ UUIDà°¨àħ à°Şàħ‚à°²àħ à°¨à°à°à°àħà°•àħ à°à°à°°àħà°šàħà°àħ" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "à°Şàħ‚à°²àħ uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "ఒక కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ (à°àħà°‚à°Ĥàħ‡ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°¨) à°Şàħ‚à°²àħâ€Œà°¨àħ à°Şàħà°°à°à°‚à°­à°żà°‚à°šàħ" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "à°Şàħ‚à°²àħâ€Œà°¨àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šàħ." + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°Şàħ‚à°²àħâ€Œ à°¨à°à°à°‚" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "%s à°Şàħ‚à°²àħâ€Œ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "%s à°Şàħ‚à°²àħâ€Œà°¨àħ à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "XML à°Ğàħˆà°²àħà°•àħ‹à°¸à°‚ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" +msgstr "args à°¸à°à°żà°¤à°żà°¨àħà°‚à°Ħà°ż à°µà°à°²àħà°Żàħ‚à°àħâ€Œà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°àħ" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" +msgstr "à°µà°à°²àħà°Żàħ‚à°àħâ€Œà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "à°µà°à°²àħà°Żàħ‚à°àħ à°¨à°à°à°àħ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "ఐచàħà°šà°żà°• k,M,G,T à°¸à°Ğà°żà°•àħà°¸àħà°²à°¤àħ‹ volà°ŻàħŠà°•àħà°• à°Şà°°à°żà°à°à°£à°àħ" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "à°Şàħà°°à°à°§à°à°żà°• కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħ à°Şà°°à°żà°à°à°£à°àħ k,M,G,T ఐచàħà°šà°żà°• à°¸à°Ğà°żà°•àħà°¸àħà°²à°¤àħ‹" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "à°Ğàħˆà°²àħ à°Ğà°à°°àħà°à°à°Ÿàħ రకà°àħ raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "à°¤à°Şàħà°Şàħà°—à°à°Ğà°à°°àħà°àħˆà°¨ à°Şà°°à°żà°à°à°£à°àħ %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ %s %s à°¨àħà°‚à°Ħàħ€ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "Vol %s à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "vol %s à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ" +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°Şàħ‚à°²àħâ€Œà°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°Şàħ‚à°²àħâ€Œà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°żà°Ĥà°ż\n" +msgstr "%s à°Şàħ‚à°²àħ à°…à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°żà°¨à°Ĥà°ż\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "%s à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż కàħà°·àħ‡à°¤àħà°°à°à°¨à°żà°•à°ż à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħ‚à°²àħ %sà°¨àħ à°…à°¨à°żà°°àħà°µà°šà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°àħà°¨àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ UUIDగà°â€Œà°à°à°°àħà°šàħ" +msgstr "à°Şàħ‚à°²àħ à°¨à°à°à°àħà°¨àħ à°Şàħ‚à°²àħ UUIDకàħ à°à°à°°àħà°šàħà°àħ" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "కàħà°·àħ‡à°¤àħà°° UUIDà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħ‚à°²àħ UUID à°ŞàħŠà°‚à°Ĥàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "XML à°Ğàħˆà°²àħà°•àħ‹à°¸à°‚ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħ" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "à°Ĥà°¸àħà°¤àħà°°à°‚ ఒక XML à°ĦàħŠà°àħˆà°¨àħ à°µà°żà°µà°°à°£ à°¨àħ à°•à°²à°żà°—à°ż ఉంà°Ĥà°ż" +msgstr "XML à°Ğàħˆà°²àħà°¨àħà°‚à°Ħà°ż volà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°àħ" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "XML vol à°µà°żà°µà°°à°£à°¨àħ à°•à°²à°żà°—à°żà°µàħà°¨àħà°¨ à°Şàħˆà°²àħ" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "కàħà°·àħ‡à°¤àħà°°à°‚ %s %s à°¨àħà°‚à°Ħàħ€ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "ఇచàħà°šà°żà°¨ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనంచàħ‡à°Żà°ż." - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "Vol %s అనàħà°¨à°Ĥà°ż %sà°¨àħà°‚à°Ħà°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "volà°¨àħ %sà°¨àħà°‚à°Ħà°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "volà°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šàħà°àħ" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "ఇచàħà°šà°żà°¨ volà°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šàħà°àħ." + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "vol à°¨à°à°à°àħ, కàħ€ à°²àħ‡à°Ĥà° à°Şà°à°¤àħ" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°¨à°à°ĥనం చàħ‡à°Żà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" +msgstr "Vol %s à°¤àħŠà°²à°—à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¨à°à°ĥనం చàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" +msgstr "vol %sà°¨àħ à°¤àħŠà°²à°—à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "à°¨àħ‹à°Ħàħ à°¸à°à°à°šà°à°°à°‚" +msgstr "à°¨à°żà°²àħà°µ vol à°¸à°à°à°šà°à°°à°àħ" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "à°¨àħ‹à°Ħàħà°¨àħ à°—à°żà°°à°żà°‚à°šà°żà°¨ à°Şàħà°°à°à°§à°à°żà°• à°¸à°à°à°šà°à°°à°à°¨à°żà°•à°ż à°¤à°żà°°à°żà°—à°ż à°µàħ†à°³àħà°²àħ" +msgstr "à°¨à°żà°²àħà°µ volగàħà°°à°żà°‚à°šà°ż à°Şàħà°°à°à°§à°à°żà°• à°¸à°à°à°šà°à°°à°àħà°¨àħ à°Żà°żà°¸àħà°¤àħà°‚à°Ĥà°ż." -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "OS వరàħà°—à°‚:" +msgstr "రకà°àħ:" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML à°Ĥà°¸àħà°¤àħà°°à°‚" +msgstr "à°Ğàħˆà°²àħ" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" -msgstr "అà°Ħàħà°Ħàħà°•àħŠà°¨à°Ĵà°Ħà°żà°‚à°Ĥà°ż" +msgstr "à°Ĵàħà°²à°à°•àħ" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XMLà°²àħ‹ కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚" +msgstr "XMLà°²àħ‹ vol à°¸à°à°à°šà°à°°à°‚" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż XML à°Ħà°‚à°Şàħ లఠstdout కàħ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ చàħ‡à°Żàħà°àħ" +msgstr "stdoutకàħ vol à°¸à°à°à°šà°à°°à°àħà°¨àħ XML à°Ħà°‚à°Şàħâ€Œà°µà°²àħ† అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ చàħ‡à°Żàħà°àħ." -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "జà°à°Ĵà°żà°¤à° à°•àħà°·àħ‡à°¤àħà°°à°à°²àħ" +msgstr "జà°à°Ĵà°żà°¤à° vols" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°² à°¤à°żà°°àħà°—àħ జà°à°Ĵà°żà°¤à°." +msgstr "à°Şàħ‚à°²àħ చàħ‡à°¤ vols à°ŻàħŠà°•àħà°• జà°à°Ĵà°żà°¤à°à°¨àħ à°¤à°żà°°à°żà°—à°żà°Żà°żà°Şàħà°Şà°żà°‚à°šàħà°àħ." -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°‡à°µàħà°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² volsà°¨àħ జà°à°Ĵà°żà°¤à°à°šàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "à°Şà°à°¤àħ" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ UUIDà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚à°—à° à°à°à°°àħà°šàħà°àħ" +msgstr "vol UUIDà°¨àħ vol à°¨à°à°à°àħà°•àħ à°à°à°°àħà°šàħà°àħ" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "vol కàħ€ à°²àħ‡à°Ĥà° à°Şà°à°¤àħ" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ UUIDà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚à°—à° à°à°à°°àħà°šàħà°àħ" +msgstr "vol UUIDà°¨àħ vol కàħ€à°•àħ à°à°à°°àħà°šàħà°àħ" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "కàħà°·àħ‡à°¤àħà°° uuid" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ UUIDà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚à°—à° à°à°à°°àħà°šàħà°àħ" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "vol uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "vol UUIDà°¨àħ vol à°Şà°à°¤àħâ€Œà°•àħ à°à°à°°àħà°šàħà°àħ" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "vol à°¨à°à°à°àħ à°²àħ‡à°Ĥఠకàħ€" + +#: src/virsh.c:4347 msgid "show version" msgstr "à°Şàħà°°à°¤à°żà°¨à°ż చàħ‚à°Şà°żà°‚à°šàħ" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "à°•à°‚à°Şàħà°Żàħ‚à°Ÿà°°àħ వరàħà°·à°¨àħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż à°Şàħà°°à°Ĥà°°àħà°ĥà°żà°‚à°šàħ." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "à°…à°§à°żà°Şàħà°°à°¤à°ż రకà°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "à°²àħˆà°Ĵàħà°°à°°àħ€à°•à°ż à°µà°żà°°àħà°Ĥàħà°§à°‚à°—à° సంగàħà°°à°ıà°żà°‚à°šàħ: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "à°²àħˆà°Ĵàħà°°à°°àħ€ à°Şàħà°°à°¤à°żà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "à°‰à°Şà°Żàħ‹à°—à°żà°¸àħà°¤àħà°¨àħà°¨ à°²àħˆà°Ĵàħà°°à°°àħ€: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "à°‰à°Şà°Żàħ‹à°—à°żà°¸àħà°¤àħà°¨àħà°¨ API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "à°…à°§à°żà°µà°żà°ĥàħ‹à°°àħ à°Şàħà°°à°¤à°żà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤à°‚ à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨ %s à°…à°§à°żà°µà°żà°ĥàħ‹à°°àħ à°Şàħà°°à°¤à°żà°¨à°ż సంగàħà°°à°ıà°żà°‚à°šà°²àħ‡à°Ĥàħ\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "à°¨à°Ħàħà°¸àħà°¤àħà°¨àħà°¨ à°…à°§à°żà°µà°żà°ĥàħ‹à°°àħ: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "NUMA ఈ à°ıàħ‹à°¸àħà°Ÿàħà°¨à°‚à°Ĥàħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "à°¸à°à°à°à°°àħà°§àħà°Żà°à°²àħ" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "à°…à°§à°żà°Şàħà°°à°¤à°żà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°²à°¨àħ జà°à°Ĵà°żà°¤à° à°šàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "stdoutకàħ vol à°¸à°à°à°šà°à°°à°àħà°¨àħ XML à°Ħà°‚à°Şàħâ€Œà°µà°²àħ† అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ చàħ‡à°Żàħà°àħ." + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "à°Şà°°à°żà°•à°°à°àħ" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "à°ıàħˆà°Şà°°àħâ€Œà°µà°żà°œà°°àħ à°…à°¤à°żà°§àħ‡à°Ż à°¨à°à°à°àħà°¨àħ à°àħà°Ĥàħà°°à°żà°‚à°šàħà°àħ" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "à°…à°¤à°żà°§àħ‡à°Ż à°¨à°à°à°àħà°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "à°ıàħˆà°Şà°°àħâ€Œà°µà°żà°œà°°àħ కà°à°¨àħ‹à°¨à°żà°•à°²àħ URI à°àħà°Ĥàħà°°à°żà°‚à°šàħ" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "URI à°¨àħ à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc à°Şàħà°°à°Ĥà°°àħà°ĥà°¨" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "IP à°šà°żà°°àħà°¨à°à°à° à°à°°à°żà°Żàħ à°Şàħ‹à°°àħà°Ÿàħ సంఖàħà°Ż à°¨àħ VNC à°Şàħà°°à°Ĥà°°àħà°ĥà°¨ కàħŠà°°à°•àħ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ చàħ‡à°Żà°‚à°Ħà°ż." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty కనàħà°¸àħ‹à°²àħ" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż TTY కనàħà°¸àħ‹à°²àħ కàħŠà°°à°•àħ అవàħà°Ÿàħâ€Œà°Şàħà°Ÿàħ చàħ‡à°Żà°‚à°Ħà°ż." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "XML à°Ĥà°¸àħà°¤àħà°°à°‚à°¨àħà°‚à°Ħà°ż à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż à°œà°¤à°Şà°°à°šà°‚à°Ħà°ż" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż XML à°¨àħà°‚à°Ħà°ż à°œà°¤à°Şà°°à°šà°‚à°Ħà°ż." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML à°Ĥà°¸àħà°¤àħà°°à°‚" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device: ఐచàħà°šà°żà°•à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "%s à°¨àħà°‚à°Ħà°ż à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż à°œà°¤à°Şà°°àħà°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "XML ధసàħà°¤àħà°°à°‚à°¨àħà°‚à°Ħà°ż à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż à°µàħ‡à°°àħà°šàħ‡à°Żàħà°àħ" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "XML à°¨àħà°‚à°Ħà°ż à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż à°µàħ‡à°°àħà°šàħ‡à°Żà°àħ" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device: ఐచàħà°šà°żà°•à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "%s à°¨àħà°‚à°Ħà°ż à°Şà°°à°żà°•à°à°°à°à°¨àħà°¨à°ż à°µàħ‡à°°àħà°šàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¨àħ à°œà°¤à°Şà°°àħà°šàħà°àħ" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "కàħŠà°¤àħà°¤ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¨àħ à°œà°¤à°Şà°°àħà°šàħà°àħ" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ రకం" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "à°àħ‚à°² à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "లకàħà°·àħà°Ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°àħ" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC à°šà°żà°°àħà°¨à°à°à°" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "à°¸àħà°•àħà°°à°żà°Şàħà°Ÿàħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°Ĵàħà°°à°żà°Ħàħà°œàħ చàħ‡à°Żàħà°Ÿà°•àħ à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šà°żà°‚à°Ĥà°ż" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "ఆà°Ĥàħ‡à°ĥం 'attach-interface' à°²àħ‹ à°à°Ĥàħà°Ĥà°¤àħ %s à°²àħ‡à°Ĥàħ" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•à°‡à°‚à°Ÿà°°àħâ€Œà°Ğàħ‡à°¸àħ à°¨àħ à°µàħ‡à°°àħà°šàħ‡à°Żàħà°àħ" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¨àħ à°µàħ‡à°°àħà°šàħ‡à°Żàħà°àħ." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "%s రకà°àħˆà°¨ à°Ĥà°à°¨à°ż ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "%s MAC à°šà°żà°°àħà°¨à°à°à° à°•à°²à°żà°—à°żà°¨à°Ĥà°à°¨à°ż ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°‚ à°œà°¤à°Şà°°à°šà°‚à°Ħà°ż" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "కàħŠà°¤àħà°¤ à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż à°œà°¤à°Şà°°à°šà°‚à°Ħà°ż." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°‚ à°ŻàħŠà°•àħà°• à°àħ‚లం" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°‚ à°ŻàħŠà°•àħà°• లకàħà°·àħà°Żà°‚" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°‚ à°ŻàħŠà°•àħà°• à°Ħàħà°°àħˆà°µà°°àħ" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°‚ à°ŻàħŠà°•àħà°• à°¸à°Ĵàħâ€Œà°Ħàħà°°àħˆà°µà°°àħ" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "à°Şà°°à°żà°•à°°à°‚ à°ŻàħŠà°•àħà°• à°°àħ€à°¤à°ż చà°Ĥàħà°µàħà°Ÿ à°à°°à°żà°Żàħ à°µàħà°°à°à°Żàħà°Ÿ" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "ఆà°Ĥàħ‡à°ĥం 'attach-disk' à°²àħ‹ %s à°à°Ĥàħà°Ĥà°¤àħ à°²àħ‡à°Ĥàħ" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż à°µàħ‡à°°àħà°šàħ‡à°Żà°ż" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "à°Ħà°żà°¸àħà°•àħ à°Şà°°à°żà°•à°°à°à°¨àħà°¨à°ż à°µàħ‡à°°àħà°šàħ‡à°Żà°ż" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "à°Ħà°żà°¸àħà°•àħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "%s లకàħà°·àħà°Żà°‚à°—à° గల à°Ĥà°à°¨à°ż à°Ħà°żà°¸àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "init à°¸àħà°Ÿàħà°°à°żà°‚à°—àħâ€Œà°•àħ à°àħ†à°àħŠà°°àħ€ callocకàħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "చతనం గà°à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ %s à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" +msgstr "lvs ఆà°Ĥàħ‡à°ĥà°àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "lvs ఆà°Ĥàħ‡à°ĥà°àħ à°¨à°żà°·àħà°•àħà°°à°à°£à°¸àħà°à°żà°¤à°ż %dà°¤àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°Şàħ‚à°²àħâ€Œà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°° ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°Şàħ‚à°²àħâ€Œà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£à°¨àħ à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°•àħ." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "ఈ à°Şàħà°°à°­à°à°µà°ĥàħ€à°² టàħ†à°°àħà°à°żà°¨à°²àħ à°¨àħà°‚à°Ħàħ€ à°Ĵà°Żà°Ÿà°•àħà°°à°" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "'%s' ఆà°Ĥàħ‡à°ĥà°à°¨à°żà°•à°ż <%s> ఐచàħà°šà°żà°•à°‚ కà°à°µà°²à°¸à°ż ఉంà°Ĥà°ż" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "'%s' ఆà°Ĥàħ‡à°ĥà°à°¨à°żà°•à°ż --%s ఐచàħà°›à°żà°•à°‚ కà°à°µà°²à°¸à°ż ఉంà°Ĥà°ż" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "'%s' ఆà°Ĥàħ‡à°ĥం à°²àħ‡à°Ĥàħ" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " à°¨à°à°à°‚\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -5999,7 +6347,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6007,7 +6355,7 @@ msgstr "" "\n" " à°µà°żà°µà°°à°£\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6015,55 +6363,53 @@ msgstr "" "\n" " ఐచàħà°›à°żà°•à°à°²àħ\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚ à°²àħ‡à°Ĥఠఐà°Ħà°ż" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "'%s' కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "'%s' à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚" +msgstr "à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż à°Şàħ‚à°²àħ à°¨à°à°à°‚" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "'%s' కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şàħ‚à°²àħ '%s'à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚" +msgstr "à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż vol à°¨à°à°à°‚" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "'%s' కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "vol '%s'à°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6074,130 +6420,129 @@ msgstr "" "(à°¸à°à°Żà°‚: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż టàħ‹à°•àħ†à°¨àħ (ఆà°Ĥàħ‡à°ĥ à°¨à°à°à°‚): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż ఆà°Ĥàħ‡à°ĥం: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "'%s' ఆà°Ĥàħ‡à°ĥం --%s ఐచàħà°›à°żà°•à°à°¨à°żà°•à°ż à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°Ĥàħ" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "ఊà°ıà°żà°‚à°šà°żà°¨ à°¸à°żà°¨àħà°Ÿà°à°•àħà°¸àħ: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "సంఖàħà°Ż" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "'%s' ఊà°ıà°żà°‚à°šà°¨à°ż à°¸à°à°à°šà°à°°à°‚" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "ఐచàħà°›à°żà°•à°‚" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "à°¸à°à°à°šà°à°°à°‚" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML à°Ĥà°¸àħà°¤àħà°°à°‚" +msgstr "à°Ğàħˆà°²àħ" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "à°¨à°żà°²à°żà°šà°żà°‚à°Ĥà°ż" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "à°àħ‚à°¸à°żà°µàħ‡à°Żà°Ÿà°‚à°²àħ‹" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "à°àħ‚à°¸à°żà°µàħ‡à°Żà°ż" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "కàħà°°à°à°·à°Żàħà°Żà°żà°‚à°Ĥà°ż" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "ఆà°Ğàħ à°²àħˆà°¨àħ" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "సరàħˆà°¨ అనàħà°¸à°‚à°§à°à°¨à°‚ కà°à°Ĥàħ" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: à°Ĥàħ‹à°·à°‚: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "à°Ĥàħ‹à°·à°‚: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: %d à°Ĵàħˆà°Ÿàħà°²à°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d:à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %lu à°Ĵàħˆà°Ÿàħà°²àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "à°…à°§à°żà°Şàħà°°à°¤à°żà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "à°²à°à°—àħ à°Şà°à°¤àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కà°à°Ĥàħ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ à°¤àħ†à°°àħà°šàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°‚.à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ à°Şà°à°¤àħ à°Şà°°à°żà°ĥàħ€à°²à°żà°‚à°šà°‚à°Ħà°ż" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż à°²à°à°—àħ à°Ĥà°¸àħà°¤àħà°°à°‚ కàħ à°µàħà°°à°à°Żàħà°Ÿà°²àħ‹:%s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" msgstr "à°…à°§à°żà°Şàħà°°à°¤à°żà°¨àħà°‚à°Ħàħ€ అనàħà°¸à°‚à°§à°à°¨à°‚ à°¤àħŠà°²à°—à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6230,7 +6575,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6240,12 +6585,12 @@ msgstr "" " (à°¤àħ†à°²à°Şà°‚à°Ħà°ż help ఈ ఆà°Ĥàħ‡à°ĥà°à°¨à°żà°•à°ż సంà°Ĵà°‚à°§à°żà°‚à°šà°żà°¨ à°µà°żà°µà°°à°à°²à°•àħ‹à°¸à°‚)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°¨à°ż ఐచàħà°›à°żà°•à°‚ '-%c'. చà°à°Ħంà°Ħà°ż --à°¸à°ıà°à°Żà°‚." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6254,7 +6599,7 @@ msgstr "" "%sà°•à°ż à°¸àħà°¸àħà°µà°à°—తం, à°µà°à°¸àħà°¤à°µà°żà°• à°Şà°°à°żà°šà°Żà°à°¤àħà°à°• టàħ†à°°àħà°à°żà°¨à°²àħ.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6272,876 +6617,935 @@ msgstr "à°ıàħ†à°šàħà°šà°°à°żà°•" msgid "error" msgstr "à°Ĥàħ‹à°·à°‚" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "ఏ à°Ĥàħ‹à°· à°¸à°à°à°šà°à°°à°àħ‚ à°¸à°à°•àħ‚à°°àħà°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "అంతరàħà°—à°¤ à°Ĥàħ‹à°·à°‚ %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "అంతరàħà°—à°¤ à°Ĥàħ‹à°·à°‚" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "ఈ à°Ğంకàħà°·à°¨àħ à°ıàħˆà°Şà°°àħâ€Œà°µà°żà°œà°°àħ చàħ‡à°¤ à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĵà°Ħà°Ĥàħ" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "ఈ à°Ğంకàħà°·à°¨àħ à°ıàħˆà°Şà°°àħâ€Œà°µà°żà°œà°°àħ చàħ‡à°¤ à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĵà°Ħà°Ĥàħ: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "à°…à°§à°żà°Şàħà°°à°¤à°żà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "%sà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "à°¸à°°à°żà°•à°à°¨à°ż అనàħà°¸à°‚à°§à°à°¨ కàħ‡à°‚à°Ĥàħà°°à°‚" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "%sà°²àħ‹ à°¸à°°à°żà°•à°à°¨à°ż అనàħà°¸à°‚à°§à°à°¨ కàħ‡à°‚à°Ĥàħà°°à°‚" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°Ĥం" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°Ĥం" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż HTTP à°Ĥàħ‹à°· కàħ‹à°Ħàħ %dà°¨àħ à°ŞàħŠà°‚à°Ĥà°à°¨àħ" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°†à°¤à°żà°§àħ‡à°Żà°ż %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°†à°¤à°żà°§àħ‡à°Żà°ż" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "S-Exprà°¨àħ కàħà°°à°à°‚à°²àħ‹ ఉంచటంలàħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "S-Exprà°¨àħ కàħà°°à°à°‚à°²àħ‹ ఉంచటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "Xen à°…à°§à°żà°Şàħà°°à°¤à°ż à°Şàħà°°à°µàħ‡à°ĥà°à°¨àħà°¨à°ż à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šà°²àħ‡à°Ĥàħ" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "Xen à°…à°§à°żà°Şàħà°°à°¤à°ż à°Şàħà°°à°µàħ‡à°ĥం %sà°¨à°ż à°‰à°Şà°Żàħ‹à°—à°żà°‚à°šà°²àħ‡à°Ĥàħ" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "Xen à°¸àħà°Ÿàħ‹à°°àħà°•àħ అనàħà°¸à°‚à°§à°żà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "Xen à°¸àħà°Ÿàħ‹à°°àħ %sకàħ అనàħà°¸à°‚à°§à°żà°‚à°šà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen sysకà°à°²àħ %s %d à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "కàħ†à°°àħà°¨à°²àħ à°¸à°à°à°šà°à°°à°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "%sà°²àħ‹ à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "%s à°¸à°à°§à°¨à°‚ కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "à°¸à°à°§à°¨à°‚ కàħ‹à°¸à°‚ లకàħà°·àħà°Ż à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "%s à°¸à°à°§à°¨à°‚à°•àħ‹à°¸à°‚ లకàħà°·àħà°Ż à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à° à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "%sà°²àħ‹ కàħà°·àħ‡à°¤àħà°° à°¨à°à° à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "à°†à°Şà°°àħ‡à°Ÿà°żà°‚à°—àħ à°¸à°żà°¸àħà°Ÿà°‚ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "%s కàħ‹à°¸à°‚ à°†à°Şà°°àħ‡à°Ÿà°żà°‚à°—àħ à°¸à°żà°¸àħà°Ÿà°‚ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "%s కàħ‹à°¸à°‚ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "చà°à°²à° à°Ħàħà°°àħˆà°µà°°àħà°²àħ à°¨à°àħ‹à°Ĥà°Żàħà°Żà°à°Żà°ż" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "%sà°²àħ‹ చà°à°²à° à°Ħàħà°°àħˆà°µà°°àħà°²àħ à°¨à°àħ‹à°Ĥà°Żàħà°Żà°à°Żà°ż" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library కà°à°²àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż, à°¸à°à°§àħà°Żà°àħˆà°‚నంతవరకàħ‚ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°• à°Şàħ‹à°µà°šàħà°šàħ" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "%s library కà°à°²àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż, à°¸à°à°§àħà°Żà°àħˆà°‚నంతవరకàħ‚ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°• à°Şàħ‹à°µà°šàħà°šàħ" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML à°µà°żà°µà°°à°£ à°¸à°°à°żà°—à° à°šàħ‡à°Żà°Ĵà°Ħà°²àħ‡à°Ĥàħ à°²àħ‡à°Ĥఠచàħ†à°²àħà°²à°¨à°żà°Ĥà°żà°—à° à°‰à°‚à°Ĥà°ż" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s కàħ‹à°¸à°‚ XML à°µà°żà°µà°°à°£ à°¸à°°à°żà°—à° à°šàħ‡à°Żà°Ĵà°Ħà°²àħ‡à°Ĥàħ à°²àħ‡à°Ĥఠచàħ†à°²àħà°²à°¨à°żà°Ĥà°żà°—à° à°‰à°‚à°Ĥà°ż" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "ఈ కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ఉంà°Ĥà°ż" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ఉంà°Ĥà°ż" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "à°µà°żà°§à°à°¨à°‚ à°¨à°żà°·àħ‡à°§à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż చà°Ĥవటà°à°¨à°żà°•à°ż à°à°à°¤àħà°°à°àħ‡ à°µàħ€à°²àħŒà°¤àħà°‚à°Ĥà°ż" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "à°µà°żà°§à°à°¨à°‚ %s à°¨à°żà°·àħ‡à°§à°żà°‚à°šà°Ĵà°Ħà°żà°‚à°Ĥà°ż చà°Ĥవటà°à°¨à°żà°•à°ż à°à°à°¤àħà°°à°àħ‡ à°µàħ€à°²àħŒà°¤àħà°‚à°Ĥà°ż" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "చà°Ĥవటà°à°¨à°żà°•à°ż ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°¤àħ†à°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "చà°Ĥవటà°à°¨à°żà°•à°ż %sà°¨àħ à°¤àħ†à°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "%s ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°µà°żà°ĥàħà°²àħ‡à°·à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "%s ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°µà°żà°ĥàħà°²àħ‡à°·à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ à°µà°à°•àħà°Ż à°Ĥàħ‹à°·à°‚" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ à°µà°à°•àħà°Ż à°Ĥàħ‹à°·à°‚: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "à°Şà°à°°àħà°ĥà°°àħ à°Ĥàħ‹à°·à°‚" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħ‚à°šà°żà°• ఉంà°Ĥà°ż" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "%sà°²àħ‹ à°¸à°°à°żà°•à°à°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħ‚à°šà°żà°•" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ఈ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ఉంà°Ĥà°ż" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ %s à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ఉంà°Ĥà°ż" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "à°¸à°żà°¸àħà°Ÿà°àħ కà°à°²àħ à°Ĥàħ‹à°·à°‚" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC à°Ĥàħ‹à°·à°‚" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLS కà°à°²àħ à°Ĥàħ‹à°·à°‚" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°•à°¨à°Şà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°•à°¨à°Şà°Ħà°²àħ‡à°Ĥàħ: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s" -#: src/virterror.c:682 -#, fuzzy +#: src/virterror.c:690 msgid "invalid MAC address" msgstr "à°¸à°°à°żà°•à°à°¨à°ż MAC à°šà°żà°°àħà°¨à°à°à°" -#: src/virterror.c:684 -#, fuzzy, c-format +#: src/virterror.c:692 +#, c-format msgid "invalid MAC address: %s" msgstr "à°¸à°°à°żà°•à°à°¨à°ż MAC à°šà°żà°°àħà°¨à°à°à°: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 msgid "authentication failed" msgstr "à°§àħƒà°µàħ€à°•à°°à°£ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/virterror.c:690 +#: src/virterror.c:698 #, c-format msgid "authentication failed: %s" msgstr "à°§àħƒà°µàħ€à°•à°°à°£ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" - -#: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s" - -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" - #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s" +msgid "Storage pool not found" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħ‚à°šà°żà°• ఉంà°Ĥà°ż" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "%sà°²àħ‹ à°¸à°°à°żà°•à°à°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħ‚à°šà°żà°•" +msgid "Storage volume not found" +msgstr "à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħ‚à°šà°żà°• ఉంà°Ĥà°ż" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħ కనà°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "%sà°²àħ‹ à°¸à°°à°żà°•à°à°¨à°ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħ‚à°šà°żà°•" +msgid "invalid storage pool pointer in" +msgstr "చàħ†à°²àħà°²à°¨à°ż à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°¸àħ‚à°šà°•à°ż à°µàħà°‚à°Ĥà°ż" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%sనంà°Ĥàħ చàħ†à°²àħà°²à°¨à°ż à°¨à°żà°²àħà°µ à°Şàħ‚à°²àħ à°¸àħ‚à°šà°•à°ż" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgid "invalid storage volume pointer in" +msgstr "చàħ†à°²àħà°²à°¨à°ż à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħ à°¸àħ‚à°šà°•à°żà°µàħà°‚à°Ĥà°ż" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%sనంà°Ĥàħ చàħ†à°²àħà°²à°¨à°ż à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħ à°¸àħ‚à°šà°•à°ż" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "à°¨à°żà°²àħà°µ à°Ħàħà°°àħˆà°µà°°àħ కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "à°¨à°żà°²àħà°µ à°Ħàħà°°àħˆà°µà°°àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "à°¨à°żà°²àħà°µ à°Ħàħà°°àħˆà°µà°°àħ కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "à°¨à°żà°²àħà°µ à°Ħàħà°°àħˆà°µà°°àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "చàħ†à°²àħà°²à°¨à°ż à°¨à°żà°²àħà°µ à°µà°à°²àħà°Żàħ‚à°àħ à°¸àħ‚à°šà°•à°żà°µàħà°‚à°Ĥà°ż" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "à°Şà°°à°żà°•à°°à°àħ కనàħà°—àħŠà°¨à°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s (%s)" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "à°Şà°°à°żà°•à°°à°àħ కనàħà°—àħŠà°¨à°Ĵà°Ħà°²àħ‡à°Ĥàħ: %s (%s)" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ '%s'à°¨àħ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°•àħ à°Ĥàħ‹à°·à°àħ : %s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "%s config జà°à°Ĵà°żà°¤à°à°•àħŠà°°à°•àħ à°àħ†à°àħŠà°°àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ '%s'à°¨àħ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°•àħ à°Ĥàħ‹à°·à°àħ : %s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "కàħà°°àħ†à°Ħà°żà°Ħàħ à°·àħ†à°Ħàħà°Żàħ‚లరàħ à°µàħ†à°Żà°żà°Ÿàħ à°Şà°à°°à°à°à°żà°¤à°ż(%d) à°Şà°°à°żà°à°żà°¤à°ż(1-65535) à°à°żà°‚à°šà°żà°¨à°Ĥà°ż" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "కàħà°°àħ†à°Ħà°żà°Ħàħ à°·àħ†à°Ħàħà°Żàħ‚లరàħ కà°à°Şàħ à°Şà°à°°à°à°à°żà°¤à°ż(%d) à°Şà°°à°żà°à°żà°¤à°ż(0-65535) à°à°żà°‚à°šà°żà°¨à°Ĥà°ż" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "%d కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°¸à°à°•àħ†à°Ÿàħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "Xen à°¸àħà°Ÿàħ‹à°°àħà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "xend అనàħà°¸à°‚à°§à°à°¨à°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "Xen à°Ħàħ†à°àħ‹à°¨àħà°¨àħà°‚à°Ħàħ€ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż సంకàħà°·à°żà°Şàħà°¤àħ€à°•à°°à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "xend_get: xen à°Ħàħ†à°àħ‹à°¨àħ à°¨àħà°‚à°Ħà°ż à°Ĥàħ‹à°·à°àħ: %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post: xen à°Ħàħ†à°àħ‹à°¨àħ à°¨àħà°‚à°Ħà°ż à°Ĥàħ‹à°·à°àħ: %s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "కàħŠà°¤àħà°¤ à°Ĵà°Ğàħà°Ğà°°àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "gethostbyname à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "urlencodeà°¨àħ S-Exprà°•à°ż చàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, కàħà°·àħ‡à°¤àħà°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ సరàħˆà°¨à°Ĥà°żà°•à°à°Ĥàħ కàħà°·àħ‡à°¤àħà°°à°‚ సంఖàħà°Żà°à°Şà°°à°àħˆà°‚à°Ĥà°ż కà°à°Ĥàħ" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, uuid à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, à°Şàħ‡à°°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, à°Şàħ‡à°°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°àħ à°Şàħ‚à°°àħà°¤à°żà°—à°à°²àħ‡à°Ĥàħ, HVM à°²àħ‹à°Ħà°°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, కàħ†à°°àħà°¨à°²àħ & à°Ĵàħ‚à°Ÿàħâ€Œà°²àħ‹à°Ħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż char à°Şà°°à°żà°•à°°à°àħ రకà°àħ" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "à°à°à°²àħâ€Œà°Ğà°à°°àħà°àħà°Ħàħ char à°Şà°°à°żà°•à°°à°àħ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "char à°Şà°°à°żà°•à°°à°àħ ఆకàħƒà°¤àħ€à°•à°°à°£à°•àħ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°àħ†à°àħŠà°°àħ€à°²àħ‡à°Ĥàħ" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż char à°Şà°°à°żà°•à°°à°àħ రకà°àħ" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, vbd devà°¨à°ż à°•à°²à°żà°—à°żà°²àħ‡à°Ĥàħ" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, vbd srcà°¨à°ż à°•à°²à°żà°—à°żà°²àħ‡à°Ĥàħ" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "vbd à°Ğàħˆà°²àħ à°Şàħ‡à°°àħ à°µà°żà°ĥàħà°²àħ‡à°·à°żà°‚à°šà°Ÿà°à°¨à°żà°•à°ż కàħà°Ĥà°°à°Ĥàħ, à°Ħàħà°°àħˆà°µà°°àħ à°Şàħ‡à°°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "vbd à°Ğàħˆà°²àħ à°Şàħ‡à°°àħ à°µà°żà°ĥàħà°²àħ‡à°·à°żà°‚à°šà°Ÿà°à°¨à°żà°•à°ż కàħà°Ĥà°°à°Ĥàħ, à°Ħàħà°°àħˆà°µà°°àħ రకం à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "à°¸à°°à°żà°•à°à°¨à°ż MAC à°šà°żà°°àħà°¨à°à°à°: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°Ħà°żà°•àħà°Ÿàħ à°¨àħ‹à°Ħàħ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż auth రకà°àħ '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, id à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS %s రకం" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "టàħŠà°Şà°à°²à°œàħ€ à°¸à°à°à°šà°à°°à°‚ à°Şà°à°°àħà°ĥàħ చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "టàħ‹à°Şà°à°²à°œàħ€ à°¸à°żà°¨àħà°Ÿà°à°•àħà°¸àħ à°Ĥàħ‹à°·à°‚" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "Xend కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°°à°à°¨àħà°¨à°ż à°µà°żà°ĥàħà°²àħ‡à°·à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName ఈ à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤àħŠà°²à°—à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s" +msgstr "à°Şàħ‚à°²àħ %s à°¨à°żà°°àħà°à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż ఇనàħâ€Œà°Şàħà°Ÿàħ à°Şà°°à°żà°•à°°à°àħ రకà°àħ %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart ఈ à°ĦàħŠà°àħˆà°¨àħ కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonSetAutostart ఈ à°ĦàħŠà°àħˆà°¨àħ కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "ఊà°ıàħ€à°àħà°šà°¨à°ż à°µà°à°²àħà°Żàħ‚ à°¨àħ‹à°Ħàħ" +msgstr "on_xend_start à°¨àħà°‚à°Ħà°ż అనàħà°•àħ‹à°¨à°ż à°µà°żà°²àħà°µ" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "node à°àħ†à°àħ‹à°°àħ€" +msgstr "à°àħ†à°àħ‹à°°àħ€ à°²àħ‡à°Ĥàħ" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "à°µà°żà°§à°à°¨à°‚ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "sexpr2string à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "%s à°¨à°żà°°àħà°µà°šà°żà°‚à°šà°Ĵà°Ħà°¨à°ż కàħà°·àħ‡à°¤àħà°°à°à°¨à°żà°•à°ż à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "sexpr à°¤à°żà°°à°żà°—à°żà°¨à°żà°°àħà°µà°šà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "on_xend_start అనàħà°¨à°Ĥà°ż sexprనంà°Ĥàħ à°²àħ‡à°Ĥàħ" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "gethostname à°µàħˆà°Ğà°²àħà°Żà°àħˆà°‚à°Ĥà°ż: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "à°…à°¤à°żà°§àħ‡à°Ż à°¨à°à°à°àħà°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" +msgstr "strdup à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħà°• à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" -msgstr "" +msgstr "xenDaemonDomainMigrate: Xen అనàħà°¨à°Ĥà°ż à°à°żà°—à°żà°²à°żà°¨ à°ĦàħŠà°àħˆà°¨àħà°²à°¨àħ వలసనంà°Ĥàħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĥàħ." -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" -msgstr "" +msgstr "xenDaemonDomainMigrate: Xen అనàħà°¨à°Ĥà°ż వలసనంà°Ĥàħ à°Ĵà°à°‚à°Ħàħâ€Œà°µà°żà°Ħàħà°¤àħ à°Şà°°à°żà°à°żà°¤àħà°²à°¨àħ à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°Ĥàħ" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate: à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°Ğàħà°²à°à°—àħ" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: à°¸à°°à°żà°•à°à°¨à°ż URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" -msgstr "" +msgstr "xenDaemonDomainMigrate: xenmigr:// migrations à°à°à°¤àħà°°à°àħ‡ Xen చàħ‡à°¤ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°Ĵà°Ħà°¤à°à°Żà°ż" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate: à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħ à°¤à°Şàħà°Şà°• URIనంà°Ĥàħ à°¤àħ†à°²àħà°Şà°µà°²àħ†à°¨àħ" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate: చàħ†à°²àħà°²à°¨à°ż à°Şàħ‹à°°àħà°Ÿàħ సంఖàħà°Ż" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "Xend కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°°à°à°¨àħà°¨à°ż à°µà°żà°ĥàħà°²àħ‡à°·à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°µà°żà°µà°°à°£à°¨àħ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "చతనం గà°à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ %s à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4 నంà°Ĥàħ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°Ĥàħ" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, à°Şàħ‡à°°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°¨àħ‹à°Ħàħ à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, à°Şàħà°°à°£à°à°³à°•à°ż à°Şàħ‡à°°àħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şàħà°°à°£à°à°³à°•à°ż" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "à°…à°¤à°żà°§àħ‡à°Ż à°¨à°à°à°àħà°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం" +msgstr "à°Şàħà°°à°£à°à°³à°•à°ż à°Şàħ‡à°°àħà°¨àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, uuid à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, cpu_weight à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "కàħà°·àħ‡à°¤àħà°° à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, uuid à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¸à°à°à°šà°à°°à°‚ à°…à°¸à°‚à°Şàħ‚à°°àħà°¤à°żà°—à° ఉంà°Ĥà°ż, cpu_cap à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "domainBlockPeek అనàħà°¨à°Ĥà°ż dom0కàħ à°à°Ĥàħà°Ĥà°¤àħà°¨àħ€à°Żà°Ĥàħ" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s: చàħ†à°²àħà°²à°¨à°ż à°Şà°à°¤àħ" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "చà°Ĥàħà°µàħà°Ÿà°•àħ à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s: %s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°Ĥం" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "చà°Ĥవటà°à°¨à°żà°•à°ż %sà°¨àħ à°¤àħ†à°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +msgstr "à°Ğàħˆà°²àħà°¨àħà°‚à°Ħà°ż చà°Ĥàħà°µàħà°Ÿà°•àħ à°²àħ‡à°Ĥà° lseekకàħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s: %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "అనàħà°•àħ‹à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" +msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°¨à°żà°²àħà°µ vol రకà°àħ %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ఊà°ıàħ€à°àħà°šà°¨à°ż à°µà°à°²àħà°Żàħ‚ à°¨àħ‹à°Ħàħ" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "node కàħà°·àħ‡à°¤àħà°° జà°à°Ĵà°żà°¤à°" +msgstr "ఎటàħà°µà°‚à°Ÿà°ż HVM à°ĦàħŠà°àħˆà°¨àħ à°²àħ‹à°Ħà°°àħ à°²àħ‡à°Ĥàħ" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "library కà°à°²àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż, à°¸à°à°§àħà°Żà°àħˆà°‚నంతవరకàħ‚ à°à°Ĥàħà°Ĥà°¤à°żà°µàħà°µà°• à°Şàħ‹à°µà°šàħà°šàħ" +msgstr "ai_socktype à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ à°µà°à°•àħà°Ż à°Ĥàħ‹à°·à°‚: %s" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨à°‚à°Ĥà°²à°ż UUID à°¤à°Şàħà°Şàħà°—à°à°µàħà°‚à°Ĥà°ż" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "à°¨à°à°à°Şàħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Şà°à°°à°à°à°żà°¤à°ż à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "à°Ğàħˆà°²àħ '%s'à°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°Ĥàħ: %s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "ఊà°ıàħ€à°àħà°šà°¨à°ż à°µà°à°²àħà°Żàħ‚ à°¨àħ‹à°Ħàħ" +msgstr "on_xend_start à°¨àħà°‚à°Ħà°ż అనàħà°•àħ‹à°¨à°ż à°µà°żà°²àħà°µ" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "ఊà°ıàħ€à°àħà°šà°¨à°ż à°µà°à°²àħà°Żàħ‚ à°¨àħ‹à°Ħàħ" +msgstr "on_xend_start à°¨àħà°‚à°Ħà°ż అనàħà°•àħ‹à°¨à°ż à°µà°żà°²àħà°µ" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "ఊà°ıàħ€à°àħà°šà°¨à°ż à°µà°à°²àħà°Żàħ‚ à°¨àħ‹à°Ħàħ" +msgstr "on_xend_start à°¨àħà°‚à°Ħà°ż అనàħà°•àħ‹à°¨à°ż à°µà°żà°²àħà°µ" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" -msgstr "చà°Ĥవటà°à°¨à°żà°•à°ż-à°à°à°¤àħà°°à°àħ‡ అనàħà°¸à°‚à°§à°à°¨à°‚" +msgstr "చà°Ĥవటà°à°¨à°żà°•à°ż à°à°à°¤àħà°°à°àħ‡ అనàħà°¸à°‚à°§à°à°¨à°‚" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°šàħ†à°Żàħà°Żà°ż" +msgstr "కàħà°°à°żà°Żà°à°°à°ıà°żà°¤ à°ĦàħŠà°àħˆà°¨àħ కà°à°Ĥàħ" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +msgstr "à°ĦàħŠà°àħˆà°¨àħ కàħŠà°°à°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°µàħ†à°²à°żà°•à°żà°¤àħ€à°Żà°²àħ‡à°Ĥàħ" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°Ħà°żà°•àħà°Ÿàħ à°¨àħ‹à°Ħàħ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "ఓవరàħâ€Œà°°àħˆà°Ÿàħ చàħ‡à°Żàħà°Ÿà°•àħ à°ĦàħŠà°àħˆà°¨àħ కàħŠà°°à°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨à°à°à°àħà°¨àħ à°µàħ†à°²à°żà°•à°żà°¤àħ€à°Żà°²àħ‡à°Ĥàħ" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "ఓవరàħâ€Œà°°àħˆà°Ÿàħ చàħ‡à°Żàħà°Ÿà°•àħ à°ĦàħŠà°àħˆà°¨àħ కàħŠà°°à°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Şàħà°°à°µàħ‡à°ĥంనàħ à°µàħ†à°²à°żà°•à°żà°¤àħ€à°Żà°²àħ‡à°Ĥàħ" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "%s à°¨àħà°‚à°Ħàħ€ కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°¤à°żà°°à°żà°—à°ż à°¸àħà°Ÿàħ‹à°°àħà°šàħ‡à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "à°Şà°à°¤ à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°à°à°Şàħâ€Œà°¨àħà°‚à°Ħà°ż à°¤àħ€à°¸à°żà°µàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ à°¨à°à°à°àħ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤ à°àħ†à°àħŠà°°à°ż à°Şà°°à°żà°à°à°£à°‚ à°¨àħ à°¨à°żà°°àħà°Ĥà°à°°à°żà°‚à°š à°²àħ‡à°Ĥàħ" +msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤ à°¸à°à°Żà°‚à°¨àħ à°ŞàħŠà°‚à°Ĥà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "%s ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ చà°Ĥవటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ సంభà°à°²à°żà°•à°¨àħ à°¨à°żà°²àħà°µà°šàħ‡à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż OS రకం" +msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°Şà°°à°żà°•à°°à°àħ" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "à°¸àħà°µà°Żà°‚à°šà°à°²à°•à°Şàħà°°à°à°°à°‚à°­ à°²à°żà°‚à°•àħ à°¤àħŠà°²à°—à°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż '%s': %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "à°²à°à°—àħâ€Œà°Şàħˆà°²àħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s: %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "à°²à°à°—àħâ€Œà°Şàħˆà°²àħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż %s: %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString()కàħ చàħ†à°²àħà°²à°¨à°ż à°Şà°à°°à°à°à°żà°¤à°ż" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber()కàħ చàħ†à°²àħà°²à°¨à°ż à°Şà°à°°à°à°à°żà°¤à°ż" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean()కàħ చàħ†à°²àħà°²à°¨à°ż à°Şà°à°°à°à°à°żà°¤à°ż" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode()కàħ చàħ†à°²àħà°²à°¨à°ż à°Şà°à°°à°à°à°żà°¤à°ż" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet()కàħ చàħ†à°²àħà°²à°¨à°ż à°Şà°à°°à°à°à°żà°¤à°ż" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ ఎరàħ‡à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "à°µà°à°²àħà°Żàħ‚ ఎరàħ‡à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" +msgstr "à°µà°żà°²àħà°µà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°àħ" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7152,9 +7556,8 @@ msgid "allocate value array" msgstr "à°µà°à°²àħà°Żàħ‚ ఎరàħ‡à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "కàħŠà°¤àħà°¤ సంà°Ĥà°°àħà°­à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" +msgstr "dictà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°àħ" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7180,6 +7583,10 @@ msgstr "à°Şàħà°°à°¤à°żà°¸àħà°Şà°‚à°Ĥననàħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" msgid "read response" msgstr "à°Şàħà°°à°¤à°żà°¸àħà°Şà°‚à°Ĥననàħ చà°Ĥàħà°µàħ" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ ఎరàħ‡à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "à°µà°żà°ĥàħà°²àħ‡à°·à°£ సరàħà°µà°°àħ à°Ĵà°à°§àħà°Żà°¤ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" @@ -7188,306 +7595,376 @@ msgstr "à°µà°żà°ĥàħà°²àħ‡à°·à°£ సరàħà°µà°°àħ à°Ĵà°à°§àħà°Żà°¤ à°µà°żà°Ğ msgid "allocate new context" msgstr "కàħŠà°¤àħà°¤ సంà°Ĥà°°àħà°­à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "Xen à°¸àħà°Ÿàħ‹à°°àħà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#~ msgid "blocked" -#~ msgstr "అà°Ħàħà°Ħàħà°•àħŠà°¨à°Ĵà°Ħà°żà°‚à°Ĥà°ż" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "లకàħà°·àħà°Ż à°Şà°°à°żà°•à°°à°‚ రకం" +msgid "failed to allocate activeDomainList" +msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² కàħà°·àħ‡à°¤àħà°°à°à°² జà°à°Ĵà°żà°¤à° à°‡à°µàħà°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "లకàħà°·àħà°Ż à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°àħ" +msgid "failed to allocate xsWatchList" +msgstr "ostypeకàħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤ à°àħ†à°àħŠà°°à°ż à°Şà°°à°żà°à°à°£à°‚ à°¨àħ à°¨à°żà°°àħà°Ĥà°à°°à°żà°‚à°š à°²àħ‡à°Ĥàħ" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "à°Şàħ‚à°²àħ à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ కàħà°°à°żà°Żà°à°ĥàħ€à°²à°àħà°—à°à°µàħà°‚à°Ĥà°ż" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "సంకàħ‡à°¤à°àħ %d à°ŞàħŠà°‚à°Ĥà°Ĵà°Ħà°żà°‚à°Ĥà°ż, à°Ħàħà°°àħˆà°µà°°àħà°²à°•àħ à°Şà°‚à°Şà°żà°£àħ€à°šàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#~ msgid "allocating conn->name" +#~ msgstr "conn->name కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" + +#~ msgid "missing filesystem type" +#~ msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°Ğàħˆà°²àħà°¸à°żà°¸àħà°Ÿà°àħ రకà°àħ" + +#~ msgid "empty or invalid mount source" +#~ msgstr "ఖà°à°³à°ż à°²àħ‡à°Ĥà° à°¸à°°à°żà°•à°à°¨à°ż à°àħŒà°‚à°Ÿàħ à°àħ‚à°²à°àħ" + #~ msgid "missing mount target" -#~ msgstr "à°¸à°à°§à°¨à°‚ కàħ‹à°¸à°‚ లకàħà°·àħà°Ż à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +#~ msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°àħŒà°‚à°Ÿàħ లకàħà°·àħà°Żà°àħ" + +#~ msgid "empty or invalid mount target" +#~ msgstr "ఖà°à°³à°ż à°²àħ‡à°Ĥà° à°¸à°°à°żà°•à°à°¨à°ż à°àħŒà°‚à°Ÿàħ లకàħà°·àħà°Żà°àħ" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" +#~ msgstr "uuid à°µàħà°Ĥàħà°Ĵà°µà°żà°‚à°Ş చàħ‡à°Żàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°µà°à°Ĥం" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +#~ msgstr "చàħ†à°²àħà°²à°¨à°ż à°²àħ‡à°Ĥà° à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ init à°àħ‚లకà°àħ" + +#~ msgid "init string too long" +#~ msgstr "init à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ à°à°°àħ€à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "కà°à°Şàħ à°ŻàħŠà°•àħà°• à°¸à°°à°żà°•à°à°¨à°ż à°µà°żà°²àħà°µ" +#~ msgstr "చàħ†à°²àħà°²à°¨à°ż à°àħ†à°àħŠà°°àħ€ à°µà°żà°²àħà°µ" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +#~ msgstr "చàħ†à°²àħà°²à°¨à°ż root à°àħ‚లకà°àħ" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à° à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +#~ msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°ĦàħŠà°àħˆà°¨àħ రకà°àħ" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" +#~ msgstr "చàħ†à°²àħà°²à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ id" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "కàħà°°à°żà°Żà°à°ĥàħ€à°² VMà°¨àħ à°¨à°à°à°àħ %sà°¤àħ‹ à°¤à°żà°°à°żà°—à°żà°¨à°żà°°àħà°µà°šà°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "à°Ĥàħ‹à°·à°àħ à°Şà°°à°żà°ĥàħ€à°²à°żà°‚à°šàħ కంటàħˆà°¨à°°àħ కà°à°°àħà°Żà°•àħà°°à°à°àħ: %d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "%s à°¨àħà°‚à°Ħàħ€ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€ %sà°¨à°ż à°¤àħ†à°°àħà°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż:%s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "lxc à°¸àħà°à°żà°¤à°ż à°Ħàħˆà°°àħ†à°•àħà°Ÿà°°àħ€ %sà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "tty pid à°Ğàħˆà°²àħ à°Şà°à°¤àħâ€Œà°¨àħ à°¨à°żà°°àħà°à°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "tty pid à°Ğàħˆà°²àħ %sà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +#~ msgstr "tty pid à°Ğàħˆà°²àħ %sà°¨àħ fdopen చàħ‡à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "tty pid à°Ğàħˆà°²àħ %sà°¨àħ à°µàħà°°à°à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +#~ msgstr "tty pid à°Ğàħˆà°²àħ %sà°¨àħ à°¤àħ†à°°àħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "tty pid à°Ğàħˆà°²àħ %sà°¨àħ చà°Ĥàħà°µà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż: %s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "exec %sà°•à°ż à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" +#~ msgstr "inità°¨àħ à°¨à°żà°°àħà°µà°°àħà°¤à°żà°‚à°šàħà°Ÿà°•àħ execl à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "à°Şàħà°°à°¸àħà°¤àħà°¤ à°àħ†à°àħŠà°°à°ż à°Şà°°à°żà°à°à°£à°‚ à°¨àħ à°¨à°żà°°àħà°Ĥà°à°°à°żà°‚à°š à°²àħ‡à°Ĥàħ" +#~ msgstr "vm tty à°¨à°à°à°àħ కàħŠà°°à°•àħ à°¨à°żà°²àħà°µà°¨àħ à°ŞàħŠà°‚à°Ĥà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "posix_openpt à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "ptsname_r à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "epoll_ctl(fd2) à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "చà°Ĥవటà°à°¨à°żà°•à°ż %sà°¨àħ à°¤àħ†à°°à°µà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "tty à°Ğà°à°°àħà°µà°à°°àħà°Ħà°żà°‚à°—àħ à°Şàħà°°àħ‹à°¸àħ†à°¸àħâ€Œà°¨àħ à°Ğàħ‹à°°àħà°•àħ చàħ‡à°Żà°²àħ‡à°Ĥàħ: %s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "SIGTERMà°¨àħ à°Şà°‚à°Şàħà°Ÿ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "SIGKILLà°¨àħ tty కà°à°°àħà°Żà°•àħà°°à°à°àħà°•àħ à°Şà°‚à°Şàħà°Ÿ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "%s కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż à°Şàħà°°à°à°°à°‚à°­à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "waitpid అనàħà°¨à°Ĥà°ż tty %dకàħŠà°°à°•àħ à°µàħ‡à°šà°żà°µàħà°‚à°Ħàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "à°µà°żà°§à°à°¨ à°µàħˆà°Ğà°²àħà°Żà°‚: %s" +#~ msgstr "SIGKILL à°Şà°‚à°Şàħà°Ÿ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "à°¸à°à°§à°¨à°‚ కàħ‹à°¸à°‚ లకàħà°·àħà°Ż à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "à°Żà°żà°Şàħà°Şà°Ÿà°żà°•àħ‡ ఒక కàħà°°à°żà°Żà°à°ĥàħ€à°² OPENVZ VM అనàħà°¨à°Ĥà°ż id '%s'à°¨àħ à°•à°²à°żà°—à°żà°µàħà°‚à°Ĥà°ż à°Żà°żà°Ĥà°ż à°Ĥàħ‹à°·à°àħ" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à° à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à° à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" +#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ రకà°àħ à°Żà°à°Ÿàħà°°à°żà°Ĵàħà°Żàħ‚à°Ÿàħ" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" +#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°ĦàħŠà°àħˆà°¨àħ à°¨à°à°à°àħ" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID à°Ĥàħ‹à°·à°àħ (à°¤à°Şàħà°Şà°• à°µàħŠà°• ఇంటàħ€à°œà°°àħ 100 కనàħà°¨à° à°Żàħ†à°•àħà°•àħà°µ" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "ఇచàħà°šà°żà°¨ xml ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ '%s'నంà°Ĥàħ IP à°šà°żà°°àħà°¨à°à°à° à°²àħ‡à°Ĥàħ" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress à°ŞàħŠà°Ħà°µàħ చà°à°²à° à°ŞàħŠà°Ħà°µàħ" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "'ovz_ip' à°¨à°żà°°àħà°à°à°£à°àħà°•àħŠà°°à°•àħ à°àħ†à°àħŠà°°àħ€à°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "ఇచàħà°šà°żà°¨ xml ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ '%s'నంà°Ĥàħ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨àħ†à°Ÿàħâ€Œà°à°à°¸àħà°•àħ à°šà°żà°°àħà°¨à°à°à° à°²àħ‡à°Ĥàħ" + +#~ msgid "netmask length too long" +#~ msgstr "à°¨àħ†à°Ÿàħâ€Œà°à°à°¸àħà°•àħ à°ŞàħŠà°Ħà°µàħ à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "ఇచàħà°šà°żà°¨ xml ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ '%s'నంà°Ĥàħ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħ à°²àħ‡à°Ĥàħ" + +#~ msgid "hostname length too long" +#~ msgstr "à°ıàħ‹à°¸àħà°Ÿàħà°¨à°à°à°àħ à°ŞàħŠà°Ħà°µàħ à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "ఇచàħà°šà°żà°¨ xml ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ '%s'నంà°Ĥàħ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż గàħ‡à°Ÿàħâ€Œà°µàħ‡ à°šà°żà°°àħà°¨à°à°à° à°²àħ‡à°Ĥàħ" + +#~ msgid "gateway length too long" +#~ msgstr "గàħ‡à°Ÿàħâ€Œà°µàħ‡ à°ŞàħŠà°Ħà°µàħ à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "ఇచàħà°šà°żà°¨ xml ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħ '%s'నంà°Ĥàħ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°¨à°à°à°Şàħà°¸àħ‡à°µà°żà°• à°šà°żà°°àħà°¨à°à°à° à°²àħ‡à°Ĥàħ" + +#~ msgid "nameserver length too long" +#~ msgstr "à°¨à°à°à°Şàħà°¸àħ‡à°µà°• à°ŞàħŠà°Ħà°µàħ à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "'ovz_ns' à°¨à°żà°°àħà°à°à°£à°àħà°•àħ à°àħ†à°àħŠà°°àħ€ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "profile length too long" +#~ msgstr "à°Şàħà°°àħŠà°Ğàħˆà°²àħ à°ŞàħŠà°Ħà°µàħ à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "à°µà°à°²àħà°Żàħ‚ ఎరàħ‡à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" +#~ msgstr "calloc à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "OPENVZకàħ ఐచàħà°šà°żà°•à°à°²à°¨àħ à°Şà°à°°àħà°ĥàħâ€ చàħ‡à°Żàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°àħ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "OPENVZ VM à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°àħ" #~ msgid "failed to exec %s\n" #~ msgstr "exec %sà°•à°ż à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "à°¨àħ‹à°Ħàħ à°¸à°à°à°šà°à°°à°à°¨àħà°¨à°ż à°ŞàħŠà°‚à°Ĥటంలàħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "ఊà°ıà°żà°‚à°šà°¨à°ż à°àħˆà°‚ రకం" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° ఐà°Ħà°ż à°²àħ‡à°Ĥà° à°¨à°à°à°‚" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" +#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż cdrom à°Şà°°à°żà°•à°°à°àħ à°¨à°à°à°àħ: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°Ĵà°¸àħ రకà°àħ: %s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" +#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚ '%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħ" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP ఇంటరàħâ€Œà°Ğàħ‡à°¸àħ à°¨à°à°à°àħ '%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP à°¸àħà°•àħà°°à°żà°Şàħà°Ÿàħ à°Şà°à°¤àħ '%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP à°Ĵàħà°°à°żà°Ħàħà°œàħâ€ à°Şà°à°¤àħ '%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP à°šà°żà°°àħà°¨à°à°à° '%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" +#~ msgstr "à°àħ‹à°Ħà°²àħ à°¨à°à°à°àħ '%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "ఎకàħà°•àħà°µ కàħà°·àħ‡à°¤àħà°°à°à°²àħ" +#~ msgstr "చà°à°²à° à°Żàħ†à°•àħà°•àħà°µ అకàħà°·à°° à°Şà°°à°żà°•à°°à°àħà°²àħ" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "సధనం కàħ‹à°¸à°‚ ఆకర à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +#~ msgstr "à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨ à°§àħà°µà°¨à°ż à°°àħ€à°¤à°ż" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "%s à°Żà°‚à°Ĥàħ à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" +#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż à°§àħà°µà°¨à°ż à°°àħ€à°¤à°ż '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" +#~ msgstr "à°ĦàħŠà°àħˆà°¨àħ à°¨à°à°à°àħ à°ŞàħŠà°Ħà°µàħ à°à°°àħ€ à°Żàħ†à°•àħà°•àħà°µ" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "à°¨àħ‹à°Ħàħ à°¸à°à°à°šà°à°°à°‚" +#~ msgstr "à°¤à°Şàħà°Şàħà°—à°à°Ğà°à°°àħà°àħˆà°¨ à°àħ†à°àħŠà°°àħ€ à°¸à°à°à°šà°à°°à°‚" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° vcpu à°¸à°à°à°šà°à°°à°‚" +#~ msgstr "à°¤à°Şàħà°Şàħà°—à°à°Ğà°à°°àħà°àħˆà°¨ vcpu à°¸à°à°à°šà°à°°à°‚" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° vcpu à°¸à°à°à°šà°à°°à°‚" +#~ msgstr "à°¤à°Şàħà°Şàħà°—à°à°Ğà°à°°àħà°àħˆà°¨ vcpu à°à°à°¸àħà°•àħâ€ à°¸à°à°à°šà°à°°à°àħ" + +#~ msgid "architecture type too long" +#~ msgstr "à°¨à°żà°°àħà°à°à°£à°àħ రకà°àħ à°à°°àħ€à°ŞàħŠà°Ħà°µàħ" + +#~ msgid "machine type too long" +#~ msgstr "à°à°żà°·à°¨àħ రకà°àħ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħ" + +#~ msgid "kernel path too long" +#~ msgstr "కàħ†à°°àħà°¨à°²àħ à°Şà°à°¤àħ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħ" + +#~ msgid "initrd path too long" +#~ msgstr "initrd à°Şà°à°¤àħ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħ" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline అరàħà°—àħà°àħ†à°‚à°Ÿàħà°²àħ à°à°°àħ€à°ŞàħŠà°Ħà°µàħ" + +#~ msgid "unsupported guest type" +#~ msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż గàħ†à°¸àħà°Ÿàħ రకà°àħ" + +#~ msgid "emulator path too long" +#~ msgstr "ఎà°àħà°Żàħà°²àħ‡à°Ÿà°°àħ à°Şà°à°¤àħ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħ" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż గàħà°°à°à°Ğà°żà°•àħà°¸àħâ€ రకà°àħ %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "à°Ħà°żà°¸àħà°•àħ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ కàħŠà°°à°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "à°¨àħ†à°Ÿàħ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ కàħŠà°°à°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "ఇనàħâ€Œà°Şàħà°Ÿàħ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ కàħŠà°°à°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "à°§àħà°µà°¨à°ż dev కàħŠà°°à°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "vm à°¸àħà°Ÿàħà°°à°żà°‚à°—àħâ€Œà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "à°¸àħà°à°à°Żà°ż à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "network_def à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "à°àħ†à°àħŠà°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "xmlXPathContext à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°‚ à°²àħ‡à°Ĥà° uuid" +#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨à°à°à°Şàħ à°ŞàħŠà°Ħà°µàħ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "à°Ğà°à°°àħà°µà°à°°àħà°Ħàħ à°Şà°°à°żà°•à°°à°àħ à°¨à°à°à°àħ '%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°•àħ ఖà°à°³àħ€à°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "QEMU గàħ†à°¸àħà°Ÿàħ ఆకàħƒà°¤àħ€à°•à°°à°£ '%s'à°¨àħ à°Şà°à°°àħà°ĥà°żà°‚à°—àħ చàħ‡à°Żàħà°Ÿà°²àħ‹ à°Ĥàħ‹à°·à°àħ: %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG: à°¤àħ†à°²à°żà°Żà°¨à°ż à°Ĥàħ‹à°·à°àħ - à°Ĥà°Żà°šàħ‡à°¸à°ż à°Ĥà°à°¨à°żà°¨à°ż à°¨à°żà°µàħ‡à°Ĥà°żà°‚à°šàħà°àħ\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU గàħ†à°¸àħà°Ÿàħ ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨à°à°à°àħ '%s' గàħ†à°¸àħà°Ÿàħ à°¨à°à°à°àħ '%s'à°¤àħ‹ à°¸à°°à°żà°Şàħ‹à°²àħà°Ÿ à°²àħ‡à°Ĥàħ" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "QEMU గàħ†à°¸àħà°Ÿàħ ఆకàħƒà°¤àħ€à°•à°°à°£ '%s' à°²àħ‹à°Ħà°µàħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: à°àħ†à°àħŠà°°àħ€ చà°à°²à°²àħ‡à°Ĥàħ" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "à°ıà°à°·àħ à°Şà°Ÿàħà°Ÿà°żà°•à°•àħ అనàħà°¸à°‚à°§à°à°¨à°żà°‚à°šàħà°Ÿà°•àħ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ à°¨àħ కలàħà°Şàħà°Ÿà°²àħ‹ à°µà°żà°Ğలంà°àħˆà°‚à°Ĥà°ż" +#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ ఆకàħƒà°¤àħ€à°•à°°à°£ '%s' à°²àħ‹à°Ħà°µàħà°µàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: à°àħ†à°àħŠà°°àħ€ à°²àħ‡à°Ĥàħ" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨à°à°à°àħ '%s/%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "à°¸àħà°µà°Żà°‚à°šà°à°²à°• à°²à°żà°‚à°•àħ à°Şà°à°¤àħ '%s/%s' à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°Ĥà°ż" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "కàħà°·àħ‡à°¤àħà°°à°à°¨àħà°¨à°ż కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" +#~ msgstr "cpu à°à°à°¸àħà°•àħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "XML à°¸àħƒà°·àħà°Ÿà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "XML à°µàħà°Ĥàħà°­à°µà°żà°‚à°šàħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: à°àħ†à°àħŠà°°à°ż చà°à°²à°²àħ‡à°Ĥàħ" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "'%s'à°¤àħ†à°°àħà°µàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "qemudInitPaths() నంà°Ĥà°²à°ż à°Ĵà°Ğà°°àħâ€Œà°•àħ à°Ğà°²à°żà°¤ à°Şà°à°¤àħâ€Œà°²àħ à°à°°àħ€ à°ŞàħŠà°Ħà°µàħˆà°¨à°µà°ż" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "à°Ĵàħà°²à°à°•àħ à°¸àħà°Ÿà°à°Ÿàħà°¸àħ à°ŞàħŠà°‚à°Ĥàħà°Ÿà°²àħ‹ à°µà°żà°Ğలం %s %s" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "à°Ĵàħà°°à°Ħàħà°œà°ż à°Ğàħà°°à°à°°àħà°µà°à°°àħà°Ħàħ అంతరà°à°¨àħà°¨à°ż %dకàħ అà°à°°àħà°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "à°Ĵàħà°°à°żà°Ħàħà°œàħ STPà°¨àħ %sకàħ అà°à°°àħà°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "CDROM అనàħà°­à°‚à°Ĥà°żà°‚à°šà°²àħ‡à°Ĥàħ, à°à°à°§àħà°Żà°à°à°¨àħà°¨à°ż à°à°à°°àħà°šà°²àħ‡à°àħ" + +#~ msgid "uri params" +#~ msgstr "uri à°Şà°à°°à°à°à°żà°¤àħà°²àħ" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°¨à°żà°²àħà°µ à°Ĵàħà°Żà°à°•àħ†à°‚à°Ħàħ రకà°àħ %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "à°¤àħ†à°²à°żà°Żà°¨à°ż à°¨à°żà°²àħà°µ à°Ĵàħà°Żà°à°•àħ†à°‚à°Ħàħ రకà°àħ %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°Şàħ‚à°²àħ à°°àħ‚à°Şà°àħ %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "à°à°Ĥàħà°Ĥà°¤àħ€à°Żà°¨à°ż à°µà°à°²àħà°Żàħ‚à°àħ à°°àħ‚à°Şà°àħ %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "à°Ħà°żà°¸àħà°•àħ à°Şàħ‚à°²àħà°¸àħâ€ à°Żà°żà°‚à°•à° à°à°Ĥàħà°Ĥà°¤àħ€à°Żàħà°Ÿà°²àħ‡à°Ĥàħ" + +#~ msgid "volume name" +#~ msgstr "à°µà°à°²àħà°Żàħ‚à°àħ à°¨à°à°à°àħ" + +#~ msgid "volume key" +#~ msgstr "à°µà°à°²àħà°Żàħ‚à°àħ కàħ€" + +#~ msgid "malformed xml document" +#~ msgstr "à°¤à°Şàħà°Şàħà°—à°à°Ğà°à°°àħà°àħˆà°¨ xml à°Şà°¤àħà°°à°àħ" #~ msgid "domain" #~ msgstr "కàħà°·àħ‡à°¤àħà°°à°‚" -#~ msgid "domain name" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°à°à°‚" - #~ msgid "domain uuid" #~ msgstr "కàħà°·àħ‡à°¤àħà°° uuid" @@ -7530,64 +8007,65 @@ msgstr "Xen à°¸àħà°Ÿàħ‹à°°àħà°•à°ż అనàħà°¸à°‚à°§à°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µ #~ msgid "too many domains" #~ msgstr "ఎకàħà°•àħà°µ కàħà°·àħ‡à°¤àħà°°à°à°²àħ" +#~ msgid "cannot save domain" +#~ msgstr "à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ à°­à°Ĥàħà°°à°Şà°°à°šà°²àħ‡à°àħ" + +#~ msgid "cannot write header" +#~ msgstr "à°Şàħ€à° à°żà°•à°¨àħ à°µàħà°°à°à°Żà°²àħ‡à°àħ" + +#~ msgid "cannot write metadata length" +#~ msgstr "à°àħ†à°Ÿà°à°Ħà°à°Ÿà° à°ŞàħŠà°Ħà°µàħà°¨àħ à°µàħà°°à°à°Żà°²àħ‡à°àħ" + +#~ msgid "cannot write metadata" +#~ msgstr "à°àħ†à°Ÿà°à°Ħà°à°Ÿà°à°¨àħ à°µàħà°°à°à°Żà°²àħ‡à°àħ" + +#~ msgid "cannot save domain data" +#~ msgstr "à°ĦàħŠà°àħˆà°¨àħ à°Ħà°à°Ÿà°à°¨àħ à°­à°Ĥàħà°°à°Şà°°à°šà°²àħ‡à°Ĥàħ" + +#~ msgid "cannot save domain core" +#~ msgstr "à°ĦàħŠà°àħˆà°¨àħ కàħ‹à°°àħâ€Œà°¨àħ à°­à°Ĥàħà°°à°Şà°°à°šà°²àħ‡à°Ĥàħ" + #~ msgid "too many networks" #~ msgstr "à°à°°àħ€ ఎకàħà°•àħà°µ à°¨àħ†à°Ÿàħà°µà°°àħà°•àħà°²àħ" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "అà°Ħàħà°Ħàħà°•àħŠà°¨à°Ĵà°Ħà°żà°‚à°Ĥà°ż" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "soundhw à°¸àħà°Ÿàħà°°à°żà°‚à°—àħ à°Şà°à°°àħà°¸à°żà°‚à°—àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż." + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID ఈ à°ĦàħŠà°àħˆà°¨àħâ€Œà°¨àħ కనàħà°—àħŠà°¨àħà°Ÿà°•àħ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: à°¨à°à°à°àħ" + #~ msgid "cannot read XML domain definition" -#~ msgstr "కàħà°·àħ‡à°¤àħà°° à°¨à°żà°°àħà°µà°šà°¨ à°Ğàħˆà°²àħà°¨àħ à°²àħ‹à°Ħàħ చàħ‡à°¸àħà°¤àħ‹à°‚à°Ĥà°ż" +#~ msgstr "XML à°ĦàħŠà°àħˆà°¨àħ à°¨à°żà°°àħà°µà°šà°¨à°‚à°¨àħ చà°Ĥàħà°µà°²àħ‡à°Ĥàħ" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "à°°àħ‚à°Ÿàħ à°¸à°à°§à°¨ à°¸à°à°à°šà°à°°à°‚ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" +#~ msgstr "à°Şàħˆ à°¸àħà°à°à°Żà°ż à°ĦàħŠà°àħˆà°¨àħ à°àħ‚లకంనàħ à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "%s కàħà°·àħ‡à°¤àħà°°à°‚ à°‡à°Şàħà°Şà°Ÿà°żà°•àħ‡ ఉంà°Ĥà°ż" +#~ msgstr "à°ĦàħŠà°àħˆà°¨àħ రకà°àħ చàħ†à°²àħà°²à°¨à°żà°Ĥà°ż" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "xà°à°à°°àħà°— సంà°Ĥà°°àħà°­à°à°¨àħà°¨à°ż à°¸àħƒà°·àħà°Ÿà°żà°¸àħà°¤àħ‹à°‚à°Ĥà°ż" +#~ msgstr "XPath సంà°Ĥà°°àħà°­à°àħà°¨àħ à°¸àħƒà°·àħà°Ÿà°żà°‚à°šà°²àħ‡à°Ĥàħ" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "uuid ఆకàħƒà°¤àħ€à°•à°°à°£ à°Şà°à°°à°à°à°żà°¤à°ż à°¤à°Şàħà°Şà°żà°Şàħ‹à°Żà°żà°¨à°Ĥà°ż" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°°à°à°Żà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "ఆకàħƒà°¤àħ€à°•à°°à°£ à°Ğàħˆà°²àħà°¨àħ à°µàħà°°à°à°Żà°²àħ‡à°• à°Şàħ‹à°Żà°żà°‚à°Ĥà°ż" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "à°¨àħ‹à°Ħàħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šà°Ÿà°‚à°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "à°§àħà°µà°¨à°ż à°¸àħà°Ÿàħà°°à°żà°‚à°—àħà°¨àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" + +#~ msgid "no model for sound device" +#~ msgstr "à°§àħà°µà°¨à°ż à°Şà°°à°żà°•à°°à°àħ కàħŠà°°à°•àħ à°Żàħ†à°Ÿàħà°µà°‚à°Ÿà°ż à°°àħ€à°¤à°żà°²àħ‡à°Ĥàħ" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "ఎకàħà°•àħà°µ కàħà°·àħ‡à°¤àħà°°à°à°²àħ" +#~ msgstr "à°à°°àħ€ ఎకàħà°•àħà°µ à°Ĵàħ‚à°Ÿàħ à°Şà°°à°żà°•à°°à°àħà°²àħ" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "à°¸à°°à°żà°•à°à°¨à°ż కàħà°·àħ‡à°¤àħà°° కàħ‡à°‚à°Ĥàħà°°à°‚" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "à°¨àħ†à°Ÿàħà°µà°°àħà°•àħ కనàħà°—àħŠà°¨àħà°Ÿà°²àħ‹ à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "à°àħ†à°àħ‹à°°àħ€ కàħ‡à°Ÿà°à°Żà°żà°‚à°Şàħà°²à°¨àħ à°à°à°°àħà°šàħ" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "à°Şàħà°°à°¤à°żà°¸àħà°Şà°‚à°Ĥననàħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "అంతరàħà°—à°¤ à°Ĥàħ‹à°·à°‚ %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "కàħŠà°¤àħà°¤ à°Ĵà°Ğàħà°Ğà°°àħ కàħ‡à°Ÿà°à°Żà°żà°‚à°šàħ" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "'%s' à°¤àħ†à°°àħà°šà°Ÿà°•àħ: చà°Ĥàħà°µàħà°Ÿà°•àħ: %s à°µà°żà°Ğà°²à°àħˆà°‚à°Ĥà°ż" +#~ msgstr "చàħ†à°²àħà°²à°¨à°ż ఇనàħâ€Œà°Şàħà°Ÿàħ à°Şà°°à°żà°•à°°à°àħ" diff --git a/po/th.po b/po/th.po index b0f327a746..0a900de28d 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/tr.po b/po/tr.po index b0f327a746..0a900de28d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/uk.po b/po/uk.po index 9133d7363a..0ee345da58 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-08-22 14:58+0300\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -15,310 +15,310 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "żĵ¸ğş° ·²µÑ€½µ½½Ñ ´ ħіħğітµş¸, ĵĥ𸲠½µ żÑ–´Ñ‚Ñ€¸ĵується" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "·ĵі½¸Ñ‚¸ ²¸´Ñ–𵽽я ż°ĵ'яті" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "żĵ¸ğş° с¸ÑÑ‚µĵ½³ ²¸şğ¸şÑƒ" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "µ²Ñ–´ĵ" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ · ´µĵ½° Xen" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ—" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "Ÿĵ¸ğş° ²¸´Ñ–𵽽я ż°ĵ'яті: %s" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ ·½°Ñ‡µ½ÑŒ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Ÿĵ¸ğş° ·'є´½°½½Ñ · ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -326,450 +326,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ĵµÑ€µĥі %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "Ÿĵ¸ğş° ´Ñ–Ñ— GET: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Ÿĵ¸ğş° ²Ñ–´½²ğµ½½Ñ рħт¸ ´ĵµ½Ñƒ %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´°ĵżÑƒ ´ĵµ½Ñƒ %s ² %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "½µ²Ñ–´ĵ¸ı ş´ żĵ¸ğş¸ HTTP %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "żĵ¸ğş° р·ħру ²Ñ–´ż²Ñ–´Ñ–" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ·'є´½°½½Ñ у" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "½µ´ÑÑ‚°Ñ‚½ÑŒ ż°ĵ'яті" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "”ĵµ½ ½µ ·½°ı´µ½" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "µ ²´°Ñ”ться ²Ñ–´şÑ€¸Ñ‚¸ ħğч½Ñƒ ст°Ñ‚¸ÑÑ‚¸şÑƒ %s %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "½µ´ÑÑ‚°Ñ‚½ÑŒ ż°ĵ'яті" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "”ĵµ½ ½µ ·½°ı´µ½" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у" + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "żĵ¸ğş° ´Ñ–Ñ—" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -808,8 +836,8 @@ msgstr "чіşÑƒÑ”ться р·´Ñ–ğю²°Ñ‡" msgid "expecting an assignment" msgstr "чіşÑƒÑ”ться żÑ€¸·½°Ñ‡µ½½Ñ ·½°Ñ‡µ½½Ñ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "²¸´Ñ–ğ¸Ñ‚¸ ½²¸ı ħуфµÑ€" @@ -852,931 +880,987 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, fuzzy, c-format -msgid "xen bus does not support %s input device" -msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ–ı \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ½°·²Ñƒ ´ĵµ½Ñƒ" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "½µÑ‡Ñ–şÑƒ²°½Ñ– ´°½Ñ– '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" - -#: src/domain_conf.c:1962 -#, fuzzy -msgid "cannot extract filesystem devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:1997 -#, fuzzy -msgid "cannot extract parallel devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:2157 -#, fuzzy -msgid "cannot extract host devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Ÿĵ¸ğş° żÑ€¸ żµÑ€µ²µ´µ½½Ñ– ´ĵµ½Ñƒ %s ² ст°½ чіşÑƒ²°½½Ñ" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ ·½°Ñ‡µ½ÑŒ" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "²¸´Ñ–𵽽я ·'є´½°½½Ñ" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "²¸´Ñ–𵽽я ´ĵµ½Ñƒ" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "żĵ¸ğş° ´´°²°½½Ñ ´ĵµ½Ñƒ у хµÑˆ-т°ħğ¸Ñ†ÑŽ ·'є´½°½ÑŒ" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "´ĵµ½ ²Ñ–´ÑÑƒÑ‚½Ñ–ı у хµÑˆ-т°ħğ¸Ñ†Ñ– ·'є´½°½ÑŒ" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "żĵ¸ğş° ´´°²°½½Ñ ĵµÑ€µĥі у хµÑˆ-т°ħğ¸Ñ†ÑŽ ·'є´½°½ÑŒ" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "ĵµÑ€µĥ° ²Ñ–´ÑÑƒÑ‚½Ñ у хµÑˆ-т°ħğ¸Ñ†Ñ– ·'є´½°½ÑŒ" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "żĵ¸ğş° ´´°²°½½Ñ ĵµÑ€µĥі у хµÑˆ-т°ħğ¸Ñ†ÑŽ ·'є´½°½ÑŒ" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "´ĵµ½ ²Ñ–´ÑÑƒÑ‚½Ñ–ı у хµÑˆ-т°ħğ¸Ñ†Ñ– ·'є´½°½ÑŒ" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "żĵ¸ğş° ´´°²°½½Ñ ĵµÑ€µĥі у хµÑˆ-т°ħğ¸Ñ†ÑŽ ·'є´½°½ÑŒ" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "´ĵµ½ ²Ñ–´ÑÑƒÑ‚½Ñ–ı у хµÑˆ-т°ħğ¸Ñ†Ñ– ·'є´½°½ÑŒ" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "şżÑ–ÑŽ²°½½Ñ ²ĵісту ²Ñƒ·ğ°" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "żĵ¸ğş° ´´°²°½½Ñ ĵµÑ€µĥі у хµÑˆ-т°ħğ¸Ñ†ÑŽ ·'є´½°½ÑŒ" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "´ĵµ½ ²Ñ–´ÑÑƒÑ‚½Ñ–ı у хµÑˆ-т°ħğ¸Ñ†Ñ– ·'є´½°½ÑŒ" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "´ĥµÑ€µğ ´ğя ´¸Ñş²³ żÑ€¸ÑÑ‚рю" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "½µ²Ñ–´ĵ° şĵ°½´°: '%s'" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ–ı \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ–ı \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ ціğь²° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ğя żÑ€¸ÑÑ‚рю" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ½°·²Ñƒ ´ĵµ½Ñƒ" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ UUID ĵµÑ€µĥі" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "½µÑ‡Ñ–şÑƒ²°½Ñ– ´°½Ñ– '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ĵµÑ€µĥ½¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:2161 +#, fuzzy +msgid "cannot extract host devices" +msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "żĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ²ĵісту" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ ·½°Ñ‡µ½ÑŒ" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Ÿĵ¸ğş° ·°ż¸ÑÑƒ сşµÑ‚у %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ĵµÑ€µĥі · %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "²¸´Ñ–𵽽я ·'є´½°½½Ñ" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ĵµÑ€µĥі %s" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "½µżÑ€°²¸ğь½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, domid ĵ°Ñ” ħут¸ ч¸Ñğĵ" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "½µżÑ€°²¸ğь½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, domid ĵ°Ñ” ħут¸ ч¸Ñğĵ" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "²¸´Ñ–ğ¸Ñ‚¸ ĵ°Ñ¸² ·½°Ñ‡µ½ÑŒ" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" +msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" +msgstr "Ÿĵ¸ğş° ·½¸Ñ‰µ½½Ñ ´ĵµ½Ñƒ %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "µ ²´°Ñ”ться żÑ€¸Ñ”´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" +msgstr "żĵ¸ğş° żÑ€¸ сżÑ€ħі ²Ñ–´şÑ€¸Ñ‚¸ %s ´ğя ч¸Ñ‚°½½Ñ" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ´ĵµ½Ñƒ · %s" +msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" +msgstr "żĵ¸ğş° żÑ€¸ сżÑ€ħі ²Ñ–´şÑ€¸Ñ‚¸ %s ´ğя ч¸Ñ‚°½½Ñ" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "²¸´Ñ–ğ¸Ñ‚¸ ĵ°Ñ¸² ·½°Ñ‡µ½ÑŒ" +msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ´ĵµ½Ñƒ · %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Ÿĵ¸ğş° ·°şÑ€¸Ñ‚тя сşµÑ‚у %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "Ÿĵ¸ğş° ·°şÑ€¸Ñ‚тя сşµÑ‚у %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "Ÿĵ¸ğş° ·½¸Ñ‰µ½½Ñ ´ĵµ½Ñƒ %s" +msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ĵµÑ€µĥі '%s'" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" +msgstr "µ ²´°Ñ”ться ·ĵі½¸Ñ‚¸ żÑ‚ч½µ ·½°Ñ‡µ½½Ñ MaxMemorySize" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" +msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ·'є´½°½½Ñ у %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "ID ´ĵµ½Ñƒ °ħ UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" +msgstr "сş°ÑÑƒ²°Ñ‚¸ ²¸·½°Ñ‡µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "сцµ½°Ñ€Ñ–ı, щ ²¸şÑ€¸ÑÑ‚²ÑƒÑ”ться ´ğя ĵсту ĵµÑ€µĥ½³ і½Ñ‚µÑ€Ñ„µıсу" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "µ ²´°Ñ”ться żÑ€¸Ñ”´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · %s" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "µ ²´°Ñ”ться żÑ€¸Ñ”´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" +msgstr "µ ²´°Ñ”ться żÑ€¸Ñ”´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · %s" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" +msgstr "Ÿĵ¸ğş° ·°ż¸ÑÑƒ сşµÑ‚у %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "żĵ¸ğş° ·'є´½°½½Ñ · Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "½°·²° ´ĵµ½Ñƒ" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "ID ´ĵµ½Ñƒ °ħ UUID" +msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "½µ²Ñ–´ĵ¸ı ş´ żĵ¸ğş¸ HTTP %d" +msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Ÿĵ¸ğş° ²Ñ–´½²ğµ½½Ñ рħт¸ ´ĵµ½Ñƒ %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "½µżÑ€°²¸ğь½° MAC-°´Ñ€µÑ°: %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1787,8 +1871,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1798,1636 +1882,1790 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "с¸½Ñ‚°şÑ¸Ñ‡½° żĵ¸ğş° у ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½ĵу ф°ığі: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "р·²'я·°½½Ñ ½°·²¸ ф°ığу ĵµÑ€µĥі" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "½µżÑ€°²¸ğь½° MAC-°´Ñ€µÑ°" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "MAC-°´Ñ€µÑ°" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "żĵ¸ğş° ´Ñ–Ñ—" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "с¸½Ñ‚°şÑ¸Ñ‡½° żĵ¸ğş° у ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½ĵу ф°ığі: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "”ĵµ½ ´ÑÑ– żÑ€°Ñ†ÑŽÑ”" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "”ĵµ½ ´ÑÑ– żÑ€°Ñ†ÑŽÑ”" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "·ĵі½¸Ñ‚¸ şÑ–ğьşÑ–сть ²Ñ–рту°ğь½¸Ñ… żÑ€Ñ†µÑÑ€Ñ–²" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "”ĵµ½ ´ÑÑ– żÑ€°Ñ†ÑŽÑ”" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Ÿĵ¸ğş° ·°şÑ€¸Ñ‚тя сşµÑ‚у %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Ÿĵ¸ğş° ·°ż¸ÑÑƒ сşµÑ‚у %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Ÿĵ¸ğş° ·²'я·şÑƒ · żÑ€şÑÑ–: тр¸ĵ°½ %d ħ°ıт · %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Ÿĵ¸ğş° ·²'я·şÑƒ · żÑ€şÑÑ–: чіşÑƒ²°ğсь %d ħ°ıт, тр¸ĵ°½ %d ħ°ıт\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Ÿĵ¸ğş° ·²'я·şÑƒ · żÑ€şÑÑ–: тр¸ĵ°½ ż°şµÑ‚ · %d ħ°ıт\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Ÿĵ¸ğş° ·²'я·şÑƒ · żÑ€şÑÑ–: ż³°½ сфрĵ²°½¸ı ż°şµÑ‚\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "тр¸ĵ°½ °Ñ¸½Ñ…Ñ€½½¸ı ½ĵµÑ€ ż°şµÑ‚у - %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "½µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ħуфµÑ€" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "œµÑ€µĥ° %s ·°żÑƒÑ‰µ½°\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "œµÑ€µĥ° %s ·°żÑƒÑ‰µ½°\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "żĵ¸ğş° р·ħру і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ Xend" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ĵµÑ€µĥі %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "½µ´ÑÑ‚°Ñ‚½ÑŒ ż°ĵ'яті" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "½µ´ÑÑ‚°Ñ‚½ÑŒ ż°ĵ'яті" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "żĵ¸ğş° żÑ€¸ сżÑ€ħі ²Ñ–´şÑ€¸Ñ‚¸ %s ´ğя ч¸Ñ‚°½½Ñ" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ĵµÑ€µĥі '%s'" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "œµÑ€µĥ° ´ÑÑ– ·°żÑƒÑ‰µ½°" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ĵµÑ€µĥу у XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "µĵĥ𸲠тр¸ĵ°Ñ‚¸ ²µÑ€ÑÑ–ÑŽ ³Ñ–żµÑ€²Ñ–·Ñ€°, щ ²¸ş½ÑƒÑ”ться ½° %s\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "р·²'я·°½½Ñ ½°·²¸ ф°ığу ĵµÑ€µĥі" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "½µżÑ€°²¸ğь½° MAC-°´Ñ€µÑ°" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-°´Ñ€µÑ°" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "żĵ¸ğş° ´Ñ–Ñ—" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "š½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–я ´ĵµ½Ñƒ %s сş°Ñ²°½°\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "”ĵµ½ ´ÑÑ– żÑ€°Ñ†ÑŽÑ”" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "·ĵі½¸Ñ‚¸ şÑ–ğьşÑ–сть ²Ñ–рту°ğь½¸Ñ… żÑ€Ñ†µÑÑ€Ñ–²" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Ÿĵ¸ğş° ·°şÑ€¸Ñ‚тя сşµÑ‚у %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Ÿĵ¸ğş° ·°ż¸ÑÑƒ сşµÑ‚у %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Ÿĵ¸ğş° ·²'я·şÑƒ · żÑ€şÑÑ–: тр¸ĵ°½ %d ħ°ıт · %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Ÿĵ¸ğş° ·²'я·şÑƒ · żÑ€şÑÑ–: чіşÑƒ²°ğсь %d ħ°ıт, тр¸ĵ°½ %d ħ°ıт\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Ÿĵ¸ğş° ·²'я·şÑƒ · żÑ€şÑÑ–: тр¸ĵ°½ ż°şµÑ‚ · %d ħ°ıт\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Ÿĵ¸ğş° ·²'я·şÑƒ · żÑ€şÑÑ–: ż³°½ сфрĵ²°½¸ı ż°şµÑ‚\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "тр¸ĵ°½ °Ñ¸½Ñ…Ñ€½½¸ı ½ĵµÑ€ ż°şµÑ‚у - %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "œµÑ€µĥ° %s ·°żÑƒÑ‰µ½°\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "œµÑ€µĥ° %s ·°żÑƒÑ‰µ½°\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "½µÑ‡Ñ–şÑƒ²°½Ñ– ´°½Ñ– '%s'" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "½µ´ÑÑ‚°Ñ‚½ÑŒ ż°ĵ'яті" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "żÑ€¸·½°Ñ‡¸Ñ‚¸ ½²¸ı ş½Ñ‚µşÑÑ‚" +msgstr "²¸´Ñ–ğ¸Ñ‚¸ ½²¸ı ħуфµÑ€" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ´ĵµ½Ñƒ '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ĵµÑ€µĥі '%s'" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" +msgstr "Ÿĵ¸ğş° ·°şÑ€¸Ñ‚тя сşµÑ‚у %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "żĵ¸ğş° żÑ€¸ сżÑ€ħі ²Ñ–´şÑ€¸Ñ‚¸ %s ´ğя ч¸Ñ‚°½½Ñ" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ĵµÑ€µĥі '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" +msgstr "żĵ¸ğş° ·°ż¸Ñ‚у ĵĥğ¸²ÑÑ‚µı" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "—°ı½ÑÑ‚ ż°ĵ'яті:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "´ĵµ½ %s ²ĥµ іс½ÑƒÑ”" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "´ĵµ½ %s ²ĥµ іс½ÑƒÑ”" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "”ĵµ½ ´ÑÑ– żÑ€°Ñ†ÑŽÑ”" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Ÿĵ¸ğş° żÑ€¸ żµÑ€µ²µ´µ½½Ñ– ´ĵµ½Ñƒ %s ² ст°½ чіşÑƒ²°½½Ñ" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ UUID ´ĵµ½Ñƒ" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "Ÿĵ¸ğş° ·°ż¸ÑÑƒ сşµÑ‚у %d\n" +msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "Ÿĵ¸ğş° ·°ż¸ÑÑƒ сşµÑ‚у %d\n" +msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "½µ´ÑÑ‚°Ñ‚½ÑŒ ż°ĵ'яті" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" +msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ." -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "сş°ÑÑƒ²°Ñ‚¸ ²¸·½°Ñ‡µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "żĵ¸ğş° ·²µÑ€½µ½½Ñ ´ ħіħğітµş¸, ĵĥ𸲠½µ żÑ–´Ñ‚Ñ€¸ĵується" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "·°²°½Ñ‚°ĥ¸Ñ‚¸ ф°ı𠲸·½°Ñ‡µ½½Ñ ´ĵµ½Ñƒ" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ · ´µĵ½° Xen" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" +msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ UUID ĵµÑ€µĥі" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Ÿĵ¸ğş° ²Ñ–´½²ğµ½½Ñ рħт¸ ´ĵµ½Ñƒ %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "´ĵµ½ %s ²ĥµ іс½ÑƒÑ”" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "·°²°½Ñ‚°ĥµ½½Ñ ф°ığу ²¸·½°Ñ‡µ½½Ñ хст" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" +msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "·°²°½Ñ‚°ĥµ½½Ñ ф°ığу ²¸·½°Ñ‡µ½½Ñ хст" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "сş°ÑÑƒ²°Ñ‚¸ ²¸·½°Ñ‡µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "”ĵµ½ ½µ ·½°ı´µ½" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ´°½¸Ñ… ²Ñƒ·ğ°" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "µ ²´°Ñ”ться ²Ñ–´'є´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · %s" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" +msgstr "°²Ñ‚·°żÑƒÑş ´ĵµ½Ñƒ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "”ĵµ½ ½µ ·½°ı´µ½: %s" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у %s" +msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "½°·²° ´ĵµ½Ñƒ" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ĵµÑ€µĥу у XML" +msgid "could not generate random UUID" +msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ UUID ´ĵµ½Ñƒ" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" +msgid "failed to start listening VM" +msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" +msgid "migrate failed: %s" +msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Ÿĵ¸ğş° ч¸Ñ‚°½½Ñ сşµÑ‚у %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– URI" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "Ÿĵ¸ğş° ²¸´Ñ–𵽽я ż°ĵ'яті: %s" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "²¸´Ñ–𵽽я ´ĵµ½Ñƒ" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" msgstr "" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "µşÑ€µşÑ‚½µ ·½°Ñ‡µ½½Ñ ħся³Ñƒ ż°ĵ'яті (%d)" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "µ ²´°Ñ”ться żµÑ€µ²Ñ–Ñ€¸Ñ‚¸ żÑ‚ч½µ ·½°Ñ‡µ½½Ñ MemorySize" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "µşÑ€µşÑ‚½µ ·½°Ñ‡µ½½Ñ ħся³Ñƒ ż°ĵ'яті (%d)" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "½°´Ñ‚ ħ°³°Ñ‚ ĵµÑ€µĥ" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "½°´Ñ‚ ħ°³°Ñ‚ ´ĵµ½Ñ–²" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "½°´Ñ‚ ħ°³°Ñ‚ ´ĵµ½Ñ–²" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "·ĵі½¸Ñ‚¸ ²¸´Ñ–𵽽я ż°ĵ'яті" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "½°´Ñ‚ ħ°³°Ñ‚ ĵµÑ€µĥ" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" +msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: src/remote_internal.c:3923 +# c-format +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" +msgstr "żĵ¸ğş° żµÑ€µÑ‚²Ñ€µ½½Ñ S-Expr: %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "фу½şÑ†Ñ–я ½µ żÑ–´Ñ‚Ñ€¸ĵується ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" +msgstr "żĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ²ĵісту" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" +msgstr "Ÿĵ¸ğş° ·'є´½°½½Ñ · ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "żĵ¸ğş° şżÑ–ÑŽ²°½½Ñ ря´ş°" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "²½ÑƒÑ‚ріш½Ñ żĵ¸ğş° %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у %s" +msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "żĵ¸ğş° ´Ñ–Ñ—" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "½°·²° ´ĵµ½Ñƒ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3456,585 +3694,760 @@ msgstr "żş°·°Ñ‚¸ ²µÑ€ÑÑ–ÑŽ" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "°·²°" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "µ ²´°Ñ”ться ²Ñ–´şÑ€¸Ñ‚¸ ħğч½Ñƒ ст°Ñ‚¸ÑÑ‚¸şÑƒ %s %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" +msgstr "Ÿĵ¸ğş° ²¸·½°Ñ‡µ½½Ñ ´ĵµ½Ñƒ ½° с½²Ñ– %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "µ ²´°Ñ”ться ²Ñ–´'є´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · %s" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "µ ²´°Ñ”ться ²Ñ–´şÑ€¸Ñ‚¸ ħğч½Ñƒ ст°Ñ‚¸ÑÑ‚¸şÑƒ %s %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "½°·²° ´ĵµ½Ñƒ" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ´°½¸Ñ… ²Ñƒ·ğ°" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "½°·²° ´ĵµ½Ñƒ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "½°·²° ĵµÑ€µĥі °ħ uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "ħğч½¸ı żÑ€¸ÑÑ‚ріı" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю %s" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "½°·²° ´ĵµ½Ñƒ" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ ціğь²° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ğя żÑ€¸ÑÑ‚рю" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "²¸´Ñ–𵽽я ĵµÑ€µĥі" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" +msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ½°·²Ñƒ ´ĵµ½Ñƒ" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "°·²°" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 #, fuzzy msgid "storage pool is not active" msgstr "шğях ´ ф°ığу ĥур½°ğу ²ş°·ÑƒÑ” ½µ ½° ф°ığ" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "тр¸ĵ°½½Ñ ч°ÑÑƒ ´½Ñ" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "·°²°½Ñ‚°ĥµ½½Ñ ф°ığу ²¸·½°Ñ‡µ½½Ñ хст" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "хст" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "²Ñƒ·ğ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "ст²Ñ€µ½½Ñ ş½Ñ‚µşÑÑ‚у xpath" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "²Ñƒ·ğ¸ cpu numa ²Ñƒ·ğ°" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "сşµÑ‚¸ ²Ñƒ·ğ° cpu" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "я´Ñ€° ²Ñƒ·ğ° cpu" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "żÑ‚ş¸ ²Ñƒ·ğ° cpu" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "°şÑ‚¸²½¸ı cpu ²Ñƒ·ğ°" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "cpu ²Ñƒ·ğ° (œ“ц)" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "ż°ĵ'ять ²Ñƒ·ğ°" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "р·²'я·°½½Ñ ½°·²¸ ф°ığ° ´ĵµ½Ñƒ" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "р·²'я·°½½Ñ ½°·²¸ ф°ığу ĵµÑ€µĥі" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "р·²'я·°½½Ñ ½°·²¸ ф°ığ° ´ĵµ½Ñƒ" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: ²ş°ĥіть шğях °ħ ²¸şÑ€¸ÑÑ‚²Ñƒıтµ test:///default" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "”ĵµ½ ½µ ·½°ı´µ½" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "´ĵµ½ %s ²ĥµ іс½ÑƒÑ”" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "”ĵµ½ ´ÑÑ– żÑ€°Ñ†ÑŽÑ”" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "°²Ñ‚·°żÑƒÑş ´ĵµ½Ñƒ" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ · ´µĵ½° Xen" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "”°ĵż ´ĵµ½Ñƒ %s ·ħµÑ€µĥµ½ у %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "”ĵµ½ ²ĥµ żÑ€°Ñ†ÑŽÑ”" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "”ĵµ½ ´ÑÑ– żÑ€°Ñ†ÑŽÑ”" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "œµÑ€µĥ° ´ÑÑ– ·°żÑƒÑ‰µ½°" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "œµÑ€µĥ° ²ĥµ ·°żÑƒÑ‰µ½°" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ½°·²¸ ²Ñƒ·ğ° ³Ñ–żµÑ€²Ñ–·Ñ€°" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ½°·²¸ ²Ñƒ·ğ° ³Ñ–żµÑ€²Ñ–·Ñ€°" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ½°·²¸ ²Ñƒ·ğ° ³Ñ–żµÑ€²Ñ–·Ñ€°" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ĵµÑ€µĥі · %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "½µ´ÑÑ‚°Ñ‚½ÑŒ ż°ĵ'яті" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "сşµÑ‚¸ ²Ñƒ·ğ° cpu" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "½µ²Ñ–´ĵ° şĵ°½´°: '%s'" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Ÿĵ¸ğş° ·°ż¸ÑÑƒ сşµÑ‚у %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "żĵ¸ğş° р·ħру ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "żĵ¸ğş° р·ħру ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ %s" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "żĵ¸ğş°: " + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "´²Ñ–´ş° · ´Ñ€ÑƒşÑƒ" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "’¸²´¸Ñ‚ÑŒ ·°³°ğь½Ñƒ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ ´²Ñ–´ş¸ °ħ ´²Ñ–´şÑƒ ´ğя şÑ€µĵ¸Ñ… şĵ°½´." -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "½°·²° şĵ°½´¸" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4042,318 +4455,322 @@ msgstr "" "šĵ°½´¸:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "°²Ñ‚·°żÑƒÑş ´ĵµ½Ñƒ" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "°ğ°ÑˆÑ‚у²°Ñ‚¸ ´ĵµ½ ½° °²Ñ‚ĵ°Ñ‚¸Ñ‡½¸ı ·°żÑƒÑş żÑ€¸ ·°²°½Ñ‚°ĥµ½½Ñ–." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "½°·²° ´ĵµ½Ñƒ, id °ħ uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "²¸ĵş½ÑƒÑ‚¸ °²Ñ‚·°żÑƒÑş" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Ÿĵ¸ğş° ż·½°Ñ‡µ½½Ñ ´ĵµ½Ñƒ %s яş ´ĵµ½Ñƒ · °²Ñ‚·°żÑƒÑşĵ" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Ÿĵ¸ğş° ·½ÑÑ‚тя ż·½°Ñ‡ş¸ ´ĵµ½Ñƒ %s яş ´ĵµ½Ñƒ · °²Ñ‚·°żÑƒÑşĵ" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "”ĵµ½ %s ż·½°Ñ‡µ½¸ı яş ´ĵµ½ · °²Ñ‚·°żÑƒÑşĵ\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "”ĵµ½ %s ½µ ż·½°Ñ‡µ½¸ı яş ´ĵµ½ · °²Ñ‚·°żÑƒÑşĵ\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(żµÑ€µ)·'є´½°Ñ‚¸ÑÑŒ · ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "—'є´½°Ñ‚¸ÑÑŒ · ğş°ğь½¸ĵ ³Ñ–żµÑ€²Ñ–·Ñ€ĵ. Ĥя ²ħу´²°½° şĵ°½´° °şÑ‚¸²½° żÑ–сğя " "ст°Ñ€Ñ‚у ħğ½ş¸." -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "URI ·'є´½°½½Ñ ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "·'є´½°½½Ñ ğ¸Ñˆµ ´ğя ч¸Ñ‚°½½Ñ" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Ÿĵ¸ğş° ²Ñ–´şğючµ½½Ñ ²Ñ–´ ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Ÿĵ¸ğş° ·'є´½°½½Ñ · ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "·'є´½°Ñ‚¸ÑÑŒ · ş½Ñğğю ³ÑÑ‚ÑŒ²Ñ— с¸ÑÑ‚µĵ¸" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "—'є´½°Ñ‚¸ÑÑŒ · ²Ñ–рту°ğь½ÑŽ żÑğі´²½ÑŽ ş½Ñğğю ³ÑÑ‚ÑŒ²Ñ— с¸ÑÑ‚µĵ¸" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "š½Ñğь ½µ´ÑÑ‚уż½° ´ğя ´ĵµ½Ñƒ\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "żµÑ€µ³ğя´ ´ĵµ½Ñ–²" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Ÿ²µÑ€Ñ‚°Ñ” сż¸Ñş ´ĵµ½Ñ–²." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "żµÑ€µ³ğя´ ½µ°şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "żµÑ€µ³ğя´ ½µ°şÑ‚¸²½¸Ñ… т° °şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ °şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ ½µ°şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "ID" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "°·²°" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "Ħт°Ñ‚ус" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "½µĵ°Ñ” ст°Ñ‚усу" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "ст°Ñ‚ус ´ĵµ½Ñƒ" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Ÿ²µÑ€Ñ‚°Ñ” ст°½ ·°żÑƒÑ‰µ½³ ´ĵµ½Ñƒ." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "тр¸ĵ°Ñ‚¸ ħğч½Ñƒ ст°Ñ‚¸ÑÑ‚¸şÑƒ żÑ€¸ÑÑ‚рї² ´ğя ´ĵµ½Ñƒ" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "žÑ‚Ñ€¸ĵ°Ñ‚¸ ħğч½Ñƒ ст°Ñ‚¸ÑÑ‚¸şÑƒ żÑ€¸ÑÑ‚рї² ´ğя ·°żÑƒÑ‰µ½³ ´ĵµ½Ñƒ" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "ħğч½¸ı żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "µ ²´°Ñ”ться ²Ñ–´şÑ€¸Ñ‚¸ ħğч½Ñƒ ст°Ñ‚¸ÑÑ‚¸şÑƒ %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу ´ğя ´ĵµ½Ñƒ" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "žÑ‚Ñ€¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу ´ğя ·°żÑƒÑ‰µ½³ ´ĵµ½Ñƒ" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "żÑ€¸ÑÑ‚ріı і½Ñ‚µÑ€Ñ„µıсу" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ ст°Ñ‚¸ÑÑ‚¸şÑƒ і½Ñ‚µÑ€Ñ„µıсу %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "żµÑ€µ²µÑÑ‚¸ ´ĵµ½ ² ст°½ чіşÑƒ²°½½Ñ" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "ŸµÑ€µ²µÑÑ‚¸ ·°żÑƒÑ‰µ½¸ı ´ĵµ½ ² ст°½ чіşÑƒ²°½½Ñ." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "”ĵµ½ %s żµÑ€µ²µ´µ½ ² ст°½ чіşÑƒ²°½½Ñ \n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Ÿĵ¸ğş° żÑ€¸ żµÑ€µ²µ´µ½½Ñ– ´ĵµ½Ñƒ %s ² ст°½ чіşÑƒ²°½½Ñ" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "ст²Ñ€¸Ñ‚¸ ´ĵµ½ · ф°ığу XML" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Ħт²Ñ€¸Ñ‚¸ ´ĵµ½." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "ф°ığ, щ ĵіст¸Ñ‚ÑŒ XML ż¸Ñ ´ĵµ½Ñƒ" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "”ĵµ½ %s ст²Ñ€µ½ · %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ´ĵµ½Ñƒ · %s" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "²¸·½°Ñ‡¸Ñ‚¸ (°ğµ ½µ ·°żÑƒÑş°Ñ‚¸) ´ĵµ½ · ф°ığу XML" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "’¸·½°Ñ‡¸Ñ‚¸ ´ĵµ½." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "”ĵµ½ %s ²¸·½°Ñ‡µ½ ½° с½²Ñ– %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Ÿĵ¸ğş° ²¸·½°Ñ‡µ½½Ñ ´ĵµ½Ñƒ ½° с½²Ñ– %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "сş°ÑÑƒ²°Ñ‚¸ ²¸·½°Ñ‡µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "½°·²° ´ĵµ½Ñƒ °ħ uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "š½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–я ´ĵµ½Ñƒ %s сş°Ñ²°½°\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "·°żÑƒÑÑ‚¸Ñ‚¸ р°½Ñ–шµ ²¸·½°Ñ‡µ½¸ı ½µ°şÑ‚¸²½¸ı ´ĵµ½" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "—°żÑƒÑş ´ĵµ½Ñƒ." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "”ĵµ½ ²ĥµ °şÑ‚¸²½¸ı" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "”ĵµ½ %s ·°żÑƒÑ‰µ½¸ı\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "·ħµÑ€µ³Ñ‚¸ ст°Ñ‚ус ´ĵµ½Ñƒ ² ф°ığ" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "—ħµÑ€µ³Ñ‚¸ ´ĵµ½, щ ²¸ş½ÑƒÑ”ться." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "´µ ·ħµÑ€µ³Ñ‚¸" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "”ĵµ½ %s ·ħµÑ€µĥµ½ у %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "żş°·°Ñ‚¸/²ÑÑ‚°½²¸Ñ‚¸ ż°Ñ€°ĵµÑ‚Ñ€¸ żğ°½Ñƒ²°½½Ñ" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "Ÿş°·°Ñ‚¸/²ÑÑ‚°½²¸Ñ‚¸ ż°Ñ€°ĵµÑ‚Ñ€¸ żğ°½Ñƒ²°½½Ñ." +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "²°³° XEN_CREDIT" @@ -4362,283 +4779,291 @@ msgstr "²°³° XEN_CREDIT" msgid "cap for XEN_CREDIT" msgstr "cap ´ğя XEN_CREDIT" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "µşÑ€µşÑ‚½µ ·½°Ñ‡µ½½Ñ ħся³Ñƒ ż°ĵ'яті (%d)" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "µşÑ€µşÑ‚½µ ·½°Ñ‡µ½½Ñ ħся³Ñƒ ż°ĵ'яті (%d)" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "µşÑ€µşÑ‚½µ ·½°Ñ‡µ½½Ñ ħся³Ñƒ ż°ĵ'яті (%d)" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "Ÿğ°½Ñƒ²°½½Ñ" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "µ²Ñ–´ĵ" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "²Ñ–´½²¸Ñ‚¸ ´ĵµ½ і· ·ħµÑ€µĥµ½³ ст°½Ñƒ у ф°ığі" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "’Ñ–´½²¸Ñ‚¸ ´ĵµ½." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "²Ñ–´½²ğю²°½¸ı ст°Ñ‚ус" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "”ĵµ½ ²Ñ–´½²ğµ½ · %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Ÿĵ¸ğş° ²Ñ–´½²ğµ½½Ñ ´ĵµ½Ñƒ · %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "²¸ş½°Ñ‚¸ ´°ĵż я´Ñ€° ´ĵµ½Ñƒ у ф°ığ ´ğя °½°ğі·Ñƒ" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "”°ĵż я´Ñ€° ´ĵµ½Ñƒ." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "ĵісцµ ·ħµÑ€µĥµ½½Ñ ´°ĵżÑƒ я´Ñ€°" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "”°ĵż ´ĵµ½Ñƒ %s ·ħµÑ€µĥµ½ у %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´°ĵżÑƒ ´ĵµ½Ñƒ %s ² %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "²Ñ–´½²¸Ñ‚¸ ´ĵµ½" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "’Ñ–´½²¸Ñ‚¸ рħту р°½Ñ–шµ żÑ€¸·Ñƒż¸½µ½³ ´ĵµ½Ñƒ." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "’¸ş½°½½Ñ ´ĵµ½Ñƒ %s ²Ñ–´½²ğµ½\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Ÿĵ¸ğş° ²Ñ–´½²ğµ½½Ñ рħт¸ ´ĵµ½Ñƒ %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "şÑ€µşÑ‚½ ²¸ĵş½ÑƒÑ‚¸ ´ĵµ½" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "’¸ş½°Ñ‚¸ ²¸ĵ¸ş°½½Ñ ціğь²³ ´ĵµ½Ñƒ." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "’Ñ–´şğючµ½½Ñ ´ĵµ½Ñƒ %s\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Ÿĵ¸ğş° ²Ñ–´şğючµ½½Ñ ´ĵµ½Ñƒ %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "żµÑ€µ·°²°½Ñ‚°ĥ¸Ñ‚¸ ´ĵµ½" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "’¸ş½°Ñ‚¸ şĵ°½´Ñƒ reboot ціğь²³ ´ĵµ½Ñƒ." -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "ŸµÑ€µ·°²°½Ñ‚°ĥµ½½Ñ ´ĵµ½Ñƒ %s\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Ÿĵ¸ğş° żµÑ€µ·°²°½Ñ‚°ĥµ½½Ñ ´ĵµ½Ñƒ %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "·½¸Ñ‰¸Ñ‚¸ ´ĵµ½" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "—½¸Ñ‰¸Ñ‚¸ ²ş°·°½¸ı ´ĵµ½." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "”ĵµ½ %s ·½¸Ñ‰µ½\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Ÿĵ¸ğş° ·½¸Ñ‰µ½½Ñ ´ĵµ½Ñƒ %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĵµ½" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Ÿ²µÑ€Ñ‚°Ñ” с½²½Ñƒ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ ´ĵµ½." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "ID:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "°·²°:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "˘¸ż žĦ:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "Ħт°Ñ‚ус:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU:" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "§°Ñ CPU:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "œ°şÑ.ż°ĵ'ять:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ħµ· ħĵµĥµ½ÑŒ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "—°ı½ÑÑ‚ ż°ĵ'яті:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "²Ñ‚·°żÑƒÑş" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "°·²°" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "—°ı½ÑÑ‚ ż°ĵ'яті:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "šĵірş¸ NUMA:" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "´°½Ñ– vcpu ´ĵµ½Ñƒ" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Ÿ²µÑ€Ñ‚°Ñ” с½²½Ñƒ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ ²Ñ–рту°ğь½Ñ– żÑ€Ñ†µÑÑ€¸ ´ĵµ½Ñƒ." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "ŸÑ€¸²'я·ş° CPU:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "”ĵµ½ ²¸ĵş½µ½, ²Ñ–рту°ğь½Ñ– żÑ€Ñ†µÑÑ€¸ ½µ ²ÑÑ‚°½²ğµ½Ñ–ÑŽ." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "ş½Ñ‚Ñ€ğює żÑ€¸½°ğµĥ½Ñ–сть ·°´°Ñ‡ ²Ñ–рту°ğь½¸ĵ żÑ€Ñ†µÑÑ€°ĵ ´ĵµ½Ñƒ" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "ĦżÑ–²ÑÑ‚°²ğµ½½Ñ VCPU ´ĵµ½Ñƒ фі·¸Ñ‡½¸ĵ CPU." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "ч¸Ñğ vcpu" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "½ĵµÑ€¸ cpu хст° (р·´Ñ–ğµ½Ñ– şĵю)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ´°½¸Ñ… ²Ñƒ·ğ°" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: µşÑ€µşÑ‚½¸ı фрĵ°Ñ‚. ŸÑ€ĥ½Ñ–ı ря´ş." -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." @@ -4646,7 +5071,7 @@ msgstr "" "cpulist: %s: µşÑ€µşÑ‚½¸ı фрĵ°Ñ‚. žÑ‡Ñ–şÑƒ²°ğ°ÑÑŒ ц¸Ñ„Ñ€° у ż·¸Ñ†Ñ–Ñ— %d (żÑ€ÑƒÑ‡ · '%" "c')." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" @@ -4655,1351 +5080,1389 @@ msgstr "" "cpulist: %s: µşÑ€µşÑ‚½¸ı фрĵ°Ñ‚. žÑ‡Ñ–şÑƒ²°ğ°ÑÑŒ ц¸Ñ„Ñ€° °ħ şĵ° у ż·¸Ñ†Ñ–Ñ— %d " "(żÑ€ÑƒÑ‡ · '%c')." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: µşÑ€µşÑ‚½¸ı фрĵ°Ñ‚. —°²µÑ€Ñˆ°ğь½° şĵ° у ż·¸Ñ†Ñ–Ñ— %d." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "¤Ñ–·¸Ñ‡½¸ı żÑ€Ñ†µÑÑ€ '%d' ½µ іс½ÑƒÑ”" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "·ĵі½¸Ñ‚¸ şÑ–ğьşÑ–сть ²Ñ–рту°ğь½¸Ñ… żÑ€Ñ†µÑÑ€Ñ–²" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "—ĵі½¸Ñ‚¸ ч¸Ñğ ²Ñ–рту°ğь½¸Ñ… żÑ€Ñ†µÑÑ€Ñ–², °şÑ‚¸²½¸Ñ… ² ³ÑÑ‚ÑŒ²ĵу ´ĵµ½Ñ–." -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "ч¸Ñğ ²Ñ–рту°ğь½¸Ñ… żÑ€Ñ†µÑÑ€Ñ–²" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "µżÑ€°²¸ğь½° şÑ–ğьşÑ–сть ²Ñ–рту°ğь½¸Ñ… żÑ€Ñ†µÑÑ€Ñ–²." -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "°´Ñ‚ ħ°³°Ñ‚ ²Ñ–рту°ğь½¸Ñ… żÑ€Ñ†µÑÑ€Ñ–²." -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "·ĵі½¸Ñ‚¸ ²¸´Ñ–𵽽я ż°ĵ'яті" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "—ĵі½¸Ñ‚¸ р·ż´Ñ–ğ ż°ĵ'яті у ³ÑÑ‚ÑŒ²ĵу ´ĵµ½Ñ–." -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "şÑ–ğьşÑ–сть ż°ĵ'яті у şÑ–ğħ°ıт°Ñ…" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "µşÑ€µşÑ‚½µ ·½°Ñ‡µ½½Ñ ħся³Ñƒ ż°ĵ'яті (%d)" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "µ ²´°Ñ”ться żµÑ€µ²Ñ–Ñ€¸Ñ‚¸ MaxMemorySize" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "·ĵі½¸Ñ‚¸ ĵ°şÑ¸ĵ°ğь½¸ı ğіĵіт ż°ĵ'яті" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "" "—ĵі½¸Ñ‚¸ ĵ°şÑ¸ĵ°ğь½ ´żÑƒÑÑ‚¸ĵ¸ı ğіĵіт ż°ĵ'яті, щ ²¸´Ñ–ğяється у ³ÑÑ‚ÑŒ²ĵу " "´ĵµ½Ñ–." -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "ĵ°şÑ¸ĵ°ğь½¸ı ğіĵіт ż°ĵ'яті у şÑ–ğħ°ıт°Ñ…" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "µ ²´°Ñ”ться żµÑ€µ²Ñ–Ñ€¸Ñ‚¸ żÑ‚ч½µ ·½°Ñ‡µ½½Ñ MemorySize" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "µ ²´°Ñ”ться ħрі·°Ñ‚¸ żÑ‚ч½µ ·½°Ñ‡µ½½Ñ MemorySize" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "µ ²´°Ñ”ться ·ĵі½¸Ñ‚¸ żÑ‚ч½µ ·½°Ñ‡µ½½Ñ MaxMemorySize" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ²Ñƒ·ğ" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Ÿ²µÑ€Ñ‚°Ñ” ·°³°ğь½Ñƒ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ ²Ñƒ·ğ." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ´°½¸Ñ… ²Ñƒ·ğ°" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "œ´µğь CPU:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "§°ÑÑ‚Ñ‚° CPU:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "ĦşµÑ‚(¸) CPU:" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Ż´µÑ€ ½° сşµÑ‚:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "ŸÑ‚şÑ–² ½° я´Ñ€:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "šĵірş¸ NUMA:" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "žħся³ ż°ĵ'яті:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "ĵĥğ¸²ÑÑ‚Ñ–" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "Ÿ²µÑ€Ñ‚°Ñ” ĵĥğ¸²ÑÑ‚Ñ– ³Ñ–żµÑ€²Ñ–·Ñ€°/´Ñ€°ı²µÑ€°." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "żĵ¸ğş° ·°ż¸Ñ‚у ĵĥğ¸²ÑÑ‚µı" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĵµ½Ñ– у XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "’¸²Ñ–´ і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— żÑ€ ´ĵµ½ у ²¸³ğя´Ñ– ´°ĵżÑƒ XML ½° stdout." -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ ID ´ĵµ½Ñƒ °ħ UUID ½° ½°·²Ñƒ ´ĵµ½Ñƒ" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ID ´ĵµ½Ñƒ °ħ UUID" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ ½°·²° ´ĵµ½Ñƒ °ħ UUID ½° ID ´ĵµ½Ñƒ" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ ½°·²° ´ĵµ½Ñƒ °ħ ID ½° UUID ´ĵµ½Ñƒ" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ID ´ĵµ½Ñƒ °ħ ½°·²°" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ UUID ´ĵµ½Ñƒ" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "ĵі³Ñ€°Ñ†Ñ–я ´ĵµ½Ñƒ ½° і½Ñˆ¸ı ²Ñƒ·ğ" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "œÑ–³Ñ€°Ñ†Ñ–я ´ĵµ½Ñƒ ½° і½Ñˆ¸ı ²Ñƒ·ğ. ”´°Ñ‚¸ --live ´ ĥ¸²Ñ— ĵі³Ñ€°Ñ†Ñ–Ñ—." -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "ĥ¸²° ĵі³Ñ€°Ñ†Ñ–я" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "URI ·'є´½°½½Ñ '· ціğь²ÑŽ с¸ÑÑ‚µĵю" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "URI ĵі³Ñ€°Ñ†Ñ–Ñ—, ·°·²¸Ñ‡°ı ĵĥµ ħут¸ żÑ€żÑƒÑ‰µ½µ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "migrate: ²Ñ–´ÑÑƒÑ‚½Ñ–ı ż°Ñ€°ĵµÑ‚Ñ€ desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "°²Ñ‚·°żÑƒÑş ĵµÑ€µĥі" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "°ğ°ÑˆÑ‚у²°Ñ‚¸ ĵµÑ€µĥу ½° °²Ñ‚ĵ°Ñ‚¸Ñ‡½¸ı ·°żÑƒÑş żÑ€¸ ·°²°½Ñ‚°ĥµ½½Ñ–." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "½°·²° ĵµÑ€µĥі °ħ uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "½µ ²´°Ñ”ться ż·½°Ñ‡¸Ñ‚¸ ĵµÑ€µĥу %s ´ğя °²Ñ‚·°żÑƒÑşÑƒ" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "Ÿĵ¸ğş° ·½ÑÑ‚¸ °²Ñ‚·°żÑƒÑş · ĵµÑ€µĥі %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "œµÑ€µĥ° %s ż·½°Ñ‡µ½° ´ğя °²Ñ‚·°żÑƒÑşÑƒ\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "œµÑ€µĥ° %s ·½ÑÑ‚° · °²Ñ‚·°żÑƒÑşÑƒ\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "ст²Ñ€¸Ñ‚¸ ĵµÑ€µĥу · ф°ığу XML" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "Ħт²Ñ€¸Ñ‚¸ ĵµÑ€µĥу." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "ф°ığ, щ ĵіст¸Ñ‚ÑŒ XML ż¸Ñ ĵµÑ€µĥі" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "œµÑ€µĥ° %s ст²Ñ€µ½° · %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ĵµÑ€µĥі · %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "²¸·½°Ñ‡¸Ñ‚¸ (°ğµ ½µ ·°żÑƒÑş°Ñ‚¸) ĵµÑ€µĥу · ф°ığу XML" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "’¸·½°Ñ‡¸Ñ‚¸ ĵµÑ€µĥу." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "œµÑ€µĥ° %s ²¸·½°Ñ‡µ½° ½° с½²Ñ– %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "Ÿĵ¸ğş° ²¸·½°Ñ‡µ½½Ñ ĵµÑ€µĥі ½° с½²Ñ– %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "·½¸Ñ‰¸Ñ‚¸ ĵµÑ€µĥу" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "—½¸Ñ‰¸Ñ‚¸ ²ş°·°½Ñƒ ĵµÑ€µĥу." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "½°·²° ĵµÑ€µĥі, id °ħ uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "œµÑ€µĥу %s ·½¸Ñ‰µ½\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "Ÿĵ¸ğş° ·½¸Ñ‰µ½½Ñ ĵµÑ€µĥі %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ĵµÑ€µĥу у XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "’¸²Ñ–´ і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— żÑ€ ĵµÑ€µĥу у ²¸³ğя´Ñ– XML °ħ ½° stdout." -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "сż¸Ñş ĵµÑ€µĥ" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "Ÿ²µÑ€Ñ‚°Ñ” сż¸Ñş ĵµÑ€µĥ." -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "żµÑ€µ³ğя´ ½µ°şÑ‚¸²½¸Ñ… ĵµÑ€µĥ" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "żµÑ€µ³ğя´ ½µ°şÑ‚¸²½¸Ñ… т° °şÑ‚¸²½¸Ñ… ĵµÑ€µĥ" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ °şÑ‚¸²½¸Ñ… ĵµÑ€µĥ" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ ½µ°şÑ‚¸²½¸Ñ… ĵµÑ€µĥ" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "²Ñ‚·°żÑƒÑş" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ħµ· °²Ñ‚·°żÑƒÑşÑƒ" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "°şÑ‚¸²½°" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "½µ°şÑ‚¸²½°" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ UUID ½° ½°·²Ñƒ ĵµÑ€µĥі" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "uuid ĵµÑ€µĥі" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "·°żÑƒÑÑ‚¸Ñ‚¸ р°½Ñ–шµ ²¸·½°Ñ‡µ½Ñƒ ½µ°şÑ‚¸²½Ñƒ ĵµÑ€µĥ°" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "—°żÑƒÑş ĵµÑ€µĥі." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "½°·²° ½µ°şÑ‚¸²½Ñ— ĵµÑ€µĥі" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "œµÑ€µĥ° %s ·°żÑƒÑ‰µ½°\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ĵµÑ€µĥі %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "сş°ÑÑƒ²°Ñ‚¸ ²¸·½°Ñ‡µ½½Ñ ½µ°şÑ‚¸²½Ñ— ĵµÑ€µĥі" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½Ñ— ĵµÑ€µĥі." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "š½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–я ĵµÑ€µĥі %s сş°Ñ²°½°\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ĵµÑ€µĥі %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ ½°·²Ñƒ ĵµÑ€µĥі ½° UUID ĵµÑ€µĥі" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "½°·²° ĵµÑ€µĥі" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ UUID ĵµÑ€µĥі" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "°²Ñ‚·°żÑƒÑş ´ĵµ½Ñƒ" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "°ğ°ÑˆÑ‚у²°Ñ‚¸ ´ĵµ½ ½° °²Ñ‚ĵ°Ñ‚¸Ñ‡½¸ı ·°żÑƒÑş żÑ€¸ ·°²°½Ñ‚°ĥµ½½Ñ–." -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "½°·²° ´ĵµ½Ñƒ °ħ uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "½µ ²´°Ñ”ться ż·½°Ñ‡¸Ñ‚¸ ĵµÑ€µĥу %s ´ğя °²Ñ‚·°żÑƒÑşÑƒ" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Ÿĵ¸ğş° ·½ÑÑ‚¸ °²Ñ‚·°żÑƒÑş · ĵµÑ€µĥі %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "”ĵµ½ %s ż·½°Ñ‡µ½¸ı яş ´ĵµ½ · °²Ñ‚·°żÑƒÑşĵ\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "”ĵµ½ %s ½µ ż·½°Ñ‡µ½¸ı яş ´ĵµ½ · °²Ñ‚·°żÑƒÑşĵ\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "ст²Ñ€¸Ñ‚¸ ´ĵµ½ · ф°ığу XML" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Ħт²Ñ€¸Ñ‚¸ ´ĵµ½." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "ф°ığ, щ ĵіст¸Ñ‚ÑŒ XML ż¸Ñ ´ĵµ½Ñƒ" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "”ĵµ½ %s ст²Ñ€µ½ · %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ´ĵµ½Ñƒ · %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "ст²Ñ€¸Ñ‚¸ ´ĵµ½ · ф°ığу XML" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "½µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ħуфµÑ€" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "”ĵµ½ %s ст²Ñ€µ½ · %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ´ĵµ½Ñƒ · %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "²¸·½°Ñ‡¸Ñ‚¸ (°ğµ ½µ ·°żÑƒÑş°Ñ‚¸) ´ĵµ½ · ф°ığу XML" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "’¸·½°Ñ‡¸Ñ‚¸ ´ĵµ½." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "”ĵµ½ %s ²¸·½°Ñ‡µ½ ½° с½²Ñ– %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Ÿĵ¸ğş° ²¸·½°Ñ‡µ½½Ñ ´ĵµ½Ñƒ ½° с½²Ñ– %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "”ĵµ½ %s ²¸·½°Ñ‡µ½ ½° с½²Ñ– %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Ÿĵ¸ğş° żÑ€¸ żµÑ€µ²µ´µ½½Ñ– ´ĵµ½Ñƒ %s ² ст°½ чіşÑƒ²°½½Ñ" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "·½¸Ñ‰¸Ñ‚¸ ´ĵµ½" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "—½¸Ñ‰¸Ñ‚¸ ²ş°·°½¸ı ´ĵµ½." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "”ĵµ½ %s ·½¸Ñ‰µ½\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Ÿĵ¸ğş° ·½¸Ñ‰µ½½Ñ ´ĵµ½Ñƒ %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "—½¸Ñ‰¸Ñ‚¸ ²ş°·°½¸ı ´ĵµ½." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "”ĵµ½ %s ·½¸Ñ‰µ½\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Ÿĵ¸ğş° ·½¸Ñ‰µ½½Ñ ´ĵµ½Ñƒ %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "’¸ş½°½½Ñ ´ĵµ½Ñƒ %s ²Ñ–´½²ğµ½\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Ÿĵ¸ğş° ²Ñ–´½²ğµ½½Ñ рħт¸ ´ĵµ½Ñƒ %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĵµ½Ñ– у XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "’¸²Ñ–´ і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— żÑ€ ´ĵµ½ у ²¸³ğя´Ñ– ´°ĵżÑƒ XML ½° stdout." -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "żµÑ€µ³ğя´ ´ĵµ½Ñ–²" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Ÿ²µÑ€Ñ‚°Ñ” сż¸Ñş ´ĵµ½Ñ–²." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "żµÑ€µ³ğя´ ½µ°şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "żµÑ€µ³ğя´ ½µ°şÑ‚¸²½¸Ñ… т° °şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ °şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ ½µ°şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "½µ´ÑÑ‚°Ñ‚½ÑŒ ż°ĵ'яті" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ %s" +msgstr "Ÿĵ¸ğş° ·ħµÑ€µĥµ½½Ñ ´ĵµ½Ñƒ %s ² %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ²Ñƒ·ğ" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Ÿ²µÑ€Ñ‚°Ñ” ·°³°ğь½Ñƒ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ ²Ñƒ·ğ." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "²¸ş½°½½Ñ" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "²¸´Ñ–𵽽я ´ĵµ½Ñƒ" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ UUID ½° ½°·²Ñƒ ĵµÑ€µĥі" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "UUID ´ĵµ½Ñƒ" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "·°żÑƒÑÑ‚¸Ñ‚¸ р°½Ñ–шµ ²¸·½°Ñ‡µ½¸ı ½µ°şÑ‚¸²½¸ı ´ĵµ½" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "—°żÑƒÑş ´ĵµ½Ñƒ." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "”ĵµ½ %s ·°żÑƒÑ‰µ½¸ı\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "ст²Ñ€¸Ñ‚¸ ´ĵµ½ · ф°ığу XML" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Ħт²Ñ€¸Ñ‚¸ ´ĵµ½." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "½°·²° ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "”ĵµ½ %s ст²Ñ€µ½ · %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "сş°ÑÑƒ²°Ñ‚¸ ²¸·½°Ñ‡µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "š½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–я ´ĵµ½Ñƒ %s сş°Ñ²°½°\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ ½°·²Ñƒ ĵµÑ€µĥі ½° UUID ĵµÑ€µĥі" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ UUID ´ĵµ½Ñƒ" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "ст²Ñ€¸Ñ‚¸ ´ĵµ½ · ф°ığу XML" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "ф°ığ, щ ĵіст¸Ñ‚ÑŒ XML ż¸Ñ ´ĵµ½Ñƒ" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "”ĵµ½ %s ст²Ñ€µ½ · %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ´ĵµ½Ñƒ · %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "—½¸Ñ‰¸Ñ‚¸ ²ş°·°½¸ı ´ĵµ½." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "”ĵµ½ %s ·½¸Ñ‰µ½\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Ÿĵ¸ğş° ·½¸Ñ‰µ½½Ñ ´ĵµ½Ñƒ %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ²Ñƒ·ğ" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Ÿ²µÑ€Ñ‚°Ñ” ·°³°ğь½Ñƒ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ ²Ñƒ·ğ." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "˘¸ż žĦ:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "file" msgstr "¤°ığ XML" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "·°ħğş²°½" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĵµ½Ñ– у XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "’¸²Ñ–´ і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— żÑ€ ´ĵµ½ у ²¸³ğя´Ñ– ´°ĵżÑƒ XML ½° stdout." -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "żµÑ€µ³ğя´ ´ĵµ½Ñ–²" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Ÿ²µÑ€Ñ‚°Ñ” сż¸Ñş ´ĵµ½Ñ–²." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ °şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ UUID ½° ½°·²Ñƒ ĵµÑ€µĥі" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ UUID ½° ½°·²Ñƒ ĵµÑ€µĥі" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "UUID ´ĵµ½Ñƒ" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "żµÑ€µÑ‚²Ñ€¸Ñ‚¸ UUID ½° ½°·²Ñƒ ĵµÑ€µĥі" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "żş°·°Ñ‚¸ ²µÑ€ÑÑ–ÑŽ" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Ÿş°·°Ñ‚¸ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ ²µÑ€ÑÑ–ÑŽ с¸ÑÑ‚µĵ¸" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ т¸ż° ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "’¸ş½°½° şĵżÑ–ğяція ½° ħ°·Ñ– ħіħğітµş¸: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ²µÑ€ÑÑ–Ñ— ħіħğітµş¸" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "’¸şÑ€¸ÑÑ‚²ÑƒÑ”ться ħіħğітµş°: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "’¸şÑ€¸ÑÑ‚²ÑƒÑ”ться API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ²µÑ€ÑÑ–Ñ— ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "µĵĥ𸲠тр¸ĵ°Ñ‚¸ ²µÑ€ÑÑ–ÑŽ ³Ñ–żµÑ€²Ñ–·Ñ€°, щ ²¸ş½ÑƒÑ”ться ½° %s\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "’¸ş½ÑƒÑ”ться ³Ñ–żµÑ€²Ñ–·Ñ€: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "ĵі³Ñ€°Ñ†Ñ–я ´ĵµ½Ñƒ ½° і½Ñˆ¸ı ²Ñƒ·ğ" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "ĵĥğ¸²ÑÑ‚Ñ–" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Ÿĵ¸ğş° ·'є´½°½½Ñ · ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ ½µ°şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "’¸²Ñ–´ і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— żÑ€ ĵµÑ€µĥу у ²¸³ğя´Ñ– XML °ħ ½° stdout." + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "²¸²µÑÑ‚¸ ½°·²Ñƒ ²Ñƒ·ğі ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ½°·²¸ ²Ñƒ·ğ° ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "²¸²µÑÑ‚¸ ş°½½Ñ–ч½¸ı URI ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– URI" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "´¸Ñżğµı vnc" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "’¸²Ñ–´ IP °´Ñ€µÑ¸ ¸ ½ĵµÑ€Ñƒ żÑ€Ñ‚у ´ğя ´¸ÑżğµÑŽ VNC." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "ş½Ñğь tty" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "’¸²Ñ–´ żÑ€¸ÑÑ‚рю ´ğя ş½Ñğі TTY." -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "żÑ€¸Ñ”´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · ф°ığу XML" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "ŸÑ€¸Ñ”´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · ф°ığу XML <ф°ığ>." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "¤°ığ XML" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "µ ²´°Ñ”ться żÑ€¸Ñ”´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · %s" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "²Ñ–´'є´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · ф°ığу XML" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "’Ñ–´'є´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · ф°ığу XML <ф°ığ>" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "µ ²´°Ñ”ться ²Ñ–´'є´½°Ñ‚¸ żÑ€¸ÑÑ‚ріı · %s" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ĵµÑ€µĥ½¸ı żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "ŸÑ€¸Ñ”´½°Ñ‚¸ ½²¸ı ĵµÑ€µĥ½¸ı żÑ€¸ÑÑ‚ріı." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "т¸ż ĵµÑ€µĥ½³ і½Ñ‚µÑ€Ñ„µıсу" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "´ĥµÑ€µğ ĵµÑ€µĥ½³ і½Ñ‚µÑ€Ñ„µıсу" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "½°·²° ціğь²Ñ— ĵµÑ€µĥі" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "MAC-°´Ñ€µÑ°" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "сцµ½°Ñ€Ñ–ı, щ ²¸şÑ€¸ÑÑ‚²ÑƒÑ”ться ´ğя ĵсту ĵµÑ€µĥ½³ і½Ñ‚µÑ€Ñ„µıсу" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "£ şĵ°½´Ñ– 'attach-interface' ²Ñ–´ÑÑƒÑ‚½Ñ żÑ–´Ñ‚Ñ€¸ĵş° %s " -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "²Ñ–´'є´½°Ñ‚¸ ĵµÑ€µĥ½¸ı żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "’Ñ–´'є´½°Ñ‚¸ ĵµÑ€µĥ½¸ı żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "’Ñ–´ÑÑƒÑ‚½Ñ–ı żÑ€¸ÑÑ‚ріı, ч¸ı т¸ż - %s" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "’Ñ–´ÑÑƒÑ‚½Ñ–ı żÑ€¸ÑÑ‚ріı · MAC-°´Ñ€µÑÑŽ %s" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "żÑ€¸Ñ”´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "ŸÑ€¸Ñ”´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "´ĥµÑ€µğ ´ğя ´¸Ñş²³ żÑ€¸ÑÑ‚рю" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "ціğь ´ğя ´¸Ñş²³ żÑ€¸ÑÑ‚рю" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "´Ñ€°ı²µÑ€ ´ğя ´¸Ñş²³ żÑ€¸ÑÑ‚рю" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "żÑ–´´Ñ€°ı²µÑ€ ´ğя ´¸Ñş²³ żÑ€¸ÑÑ‚рю" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "рµĥ¸ĵ ч¸Ñ‚°½½Ñ т° ·°ż¸ÑÑƒ ´ğя żÑ€¸ÑÑ‚рю" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "£ şĵ°½´Ñ– 'attach-disk' ²Ñ–´ÑÑƒÑ‚½Ñ żÑ–´Ñ‚Ñ€¸ĵş° %s" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "²Ñ–´'є´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "’Ñ–´'є´½°Ñ‚¸ ´¸Ñş²¸ı żÑ€¸ÑÑ‚ріı" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ ´¸Ñş" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "’Ñ–´ÑÑƒÑ‚½Ñ–ı ´¸Ñş, ціğь яş³ - %s" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "½°·²° ´ĵµ½Ñƒ" +msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½Ñ— ĵµÑ€µĥі." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½Ñ— ĵµÑ€µĥі." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Ħş°ÑÑƒ²°Ñ‚¸ żÑ€¸·½°Ñ‡µ½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ğя ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "²¸ıт¸ · і½Ñ‚µÑ€°şÑ‚¸²½³ тµÑ€ĵі½°ğу" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "´ğя şĵ°½´¸ '%s' żÑ‚ріħ½ ²ş°·°Ñ‚¸ ż°Ñ€°ĵµÑ‚Ñ€ <%s>" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "´ğя şĵ°½´¸ '%s' żÑ‚ріħ½ ²ş°·°Ñ‚¸ ż°Ñ€°ĵµÑ‚Ñ€ --%s" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "şĵ°½´° '%s' ½µ іс½ÑƒÑ”" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " —’\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6007,7 +6470,7 @@ msgstr "" "\n" " ž˘Ĥ†Ż\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6015,7 +6478,7 @@ msgstr "" "\n" " žŸ˜Ħ\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6023,55 +6486,55 @@ msgstr "" "\n" " Ÿ œ•˘ ˜\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s <ч¸Ñğ>" -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s <ря´ş>" -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "½µ²¸·½°Ñ‡µ½° ½°·²° ´ĵµ½Ñƒ °ħ ID" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ´ĵµ½Ñƒ '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "½µ²¸·½°Ñ‡µ½° ½°·²° ĵµÑ€µĥі" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ĵµÑ€µĥі '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "½µ²¸·½°Ñ‡µ½° ½°·²° ĵµÑ€µĥі" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ´ĵµ½Ñƒ '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "½µ²¸·½°Ñ‡µ½° ½°·²° ĵµÑ€µĥі" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "żĵ¸ğş° żÑ€¸ тр¸ĵ°½½Ñ– ´ĵµ½Ñƒ '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6082,130 +6545,129 @@ msgstr "" "(§°Ñ: %.3f ĵс)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ–ı \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "½µżµÑ€µ´ħ°Ñ‡µ½° ·½°ş° (½°·²° şĵ°½´¸): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "½µ²Ñ–´ĵ° şĵ°½´°: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "şĵ°½´° '%s' ½µ żÑ–´Ñ‚Ñ€¸ĵує ż°Ñ€°ĵµÑ‚Ñ€ --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "чіşÑƒ²°½¸ı фрĵ°Ñ‚: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "ч¸Ñğ" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "ря´ş" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "½µÑ‡Ñ–şÑƒ²°½Ñ– ´°½Ñ– '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "Ÿ œ•˘ " -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "”†" -#: src/virsh.c:6292 src/virsh.c:6314 -#, fuzzy +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" -msgstr "¤°ığ XML" +msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "żÑ€¸·Ñƒż¸½µ½" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "²¸ĵ¸ş°Ñ”ться" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "²¸ĵş½ÑƒÑ‚¸" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "°²°Ñ€Ñ–ı½° żĵ¸ğş°" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "°²Ñ‚½ĵ½¸ı рµĥ¸ĵ" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "½µĵ°Ñ” ´Ñ–юч³ ·'є´½°½½Ñ" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: żĵ¸ğş°: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "żĵ¸ğş°: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "Ÿĵ¸ğş° %s: %d: żÑ€¸ сżÑ€ħі ²¸´Ñ–𵽽я %d ħ°ıт" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "Ÿĵ¸ğş° %s: %d: żÑ€¸ сżÑ€ħі ²¸´Ñ–𵽽я %lu ħ°ıт" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "żĵ¸ğş° ·'є´½°½½Ñ · ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "½µ ²´°Ñ”ться тр¸ĵ°Ñ‚¸ і½Ñ„Ñ€ĵ°Ñ†Ñ–ÑŽ żÑ€ ф°ığ ĥур½°ğу" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "шğях ´ ф°ığу ĥур½°ğу ²ş°·ÑƒÑ” ½µ ½° ф°ığ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "½µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ ф°ığ ĥур½°ğу. żµÑ€µ²Ñ–ртµ шğях ´ ф°ığу ĥур½°ğу" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "½µ ²´°Ñ”ться ·°ż¸Ñ°Ñ‚¸ у ф°ığ ĥур½°ğу" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Ÿĵ¸ğş° ²Ñ–´şğючµ½½Ñ ²Ñ–´ ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6238,7 +6700,7 @@ msgstr "" "\n" " şĵ°½´¸ (тµşÑÑ‚²¸ı рµĥ¸ĵ):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6248,12 +6710,12 @@ msgstr "" " (½°ħµÑ€Ñ–Ñ‚ÑŒ help <şĵ°½´°> ´ğя ²¸²´Ñƒ ´şğ°´½Ñ— і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— żÑ€ şĵ°½´Ñƒ)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "½µżÑ–´Ñ‚Ñ€¸ĵу²°½¸ı ż°Ñ€°ĵµÑ‚Ñ€ '-%c'. —²µÑ€½Ñ–ться ´ --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6262,7 +6724,7 @@ msgstr "" "›°Ñş°² żÑ€Ñ¸ĵ ´ %s - і½Ñ‚µÑ€°şÑ‚¸²½³ тµÑ€ĵі½°ğу ²Ñ–рту°ğ¸·°Ñ†Ñ–Ñ—.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6280,875 +6742,958 @@ msgstr "żżµÑ€µ´ĥµ½½Ñ" msgid "error" msgstr "żĵ¸ğş°" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "µ ²ş°·°½ ż²Ñ–´ĵ𵽽я żÑ€ żĵ¸ğşÑƒ" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "²½ÑƒÑ‚ріш½Ñ żĵ¸ğş° %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "²½ÑƒÑ‚ріш½Ñ żĵ¸ğş°" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "фу½şÑ†Ñ–я ½µ żÑ–´Ñ‚Ñ€¸ĵується ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "фу½şÑ†Ñ–я ½µ żÑ–´Ñ‚Ñ€¸ĵується ³Ñ–żµÑ€²Ñ–·Ñ€ĵ: %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ · ³Ñ–żµÑ€²Ñ–·Ñ€ĵ" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ·'є´½°½½Ñ у" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ·'є´½°½½Ñ у %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "Ÿĵ¸ğş° ´Ñ–Ñ— GET: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "Ÿĵ¸ğş° ´Ñ–Ñ— GET" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "Ÿĵ¸ğş° ´Ñ–Ñ— POST: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "Ÿĵ¸ğş° ´Ñ–Ñ— POST" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "½µ²Ñ–´ĵ¸ı ş´ żĵ¸ğş¸ HTTP %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "½µ²Ñ–´ĵ¸ı ²Ñƒ·ğ" # c-format -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "żĵ¸ğş° żµÑ€µÑ‚²Ñ€µ½½Ñ S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "żĵ¸ğş° żµÑ€µÑ‚²Ñ€µ½½Ñ S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "½µĵĥ𸲠²¸şÑ€¸ÑÑ‚°Ñ‚¸ ·°ż¸Ñ ³Ñ–żµÑ€²Ñ–·Ñ€° Xen" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "½µĵĥ𸲠²¸şÑ€¸ÑÑ‚°Ñ‚¸ ·°ż¸Ñ ³Ñ–żµÑ€²Ñ–·Ñ€° Xen %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ ·Ñ– сх²¸Ñ‰µĵ Xen" # c-format -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "½µ ²´°Ñ”ться ·'є´½°Ñ‚¸ÑÑŒ ·Ñ– сх²¸Ñ‰µĵ Xen %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "żĵ¸ğş° Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я я´Ñ€°" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı у %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ ціğь²° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ğя żÑ€¸ÑÑ‚рю" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ ціğь²° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ğя żÑ€¸ÑÑ‚рю %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ½°·²Ñƒ ´ĵµ½Ñƒ" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ½°·²Ñƒ ´ĵµ½Ñƒ %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ žĦ" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ žĦ %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ żÑ€¸ÑÑ‚рї" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ żÑ€¸ÑÑ‚рї %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–²" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "·°Ñ€µÑ”стр²°½ ½°´Ñ‚ ħ°³°Ñ‚ ´Ñ€°ı²µÑ€Ñ–² %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "żĵ¸ğş° ·²µÑ€½µ½½Ñ ´ ħіħğітµş¸, ĵĥ𸲠½µ żÑ–´Ñ‚Ñ€¸ĵується" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "żĵ¸ğş° ·²µÑ€½µ½½Ñ %s ´ ħіħğітµş¸, ĵĥ𸲠½µ żÑ–´Ñ‚Ñ€¸ĵується" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "ż¸Ñ XML ½µżÑ€°²¸ğь½ сфрĵ²°½, °ħ ²Ñ–½ ½µşÑ€µşÑ‚½¸ı" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "ż¸Ñ XML ´ğя %s ½µżÑ€°²¸ğь½ сфрĵ²°½, °ħ ²Ñ–½ ½µşÑ€µşÑ‚½¸ı" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "´ĵµ½ ²ĥµ іс½ÑƒÑ”" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "´ĵµ½ %s ²ĥµ іс½ÑƒÑ”" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "żµÑ€°Ñ†Ñ–я ·°ħр½µ½° ² рµĥ¸ĵі ğ¸Ñˆµ ´ğя ч¸Ñ‚°½½Ñ" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "żµÑ€°Ñ†Ñ–я %s ·°ħр½µ½° ² рµĥ¸ĵі ğ¸Ñˆµ ´ğя ч¸Ñ‚°½½Ñ" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "żĵ¸ğş° ²Ñ–´şÑ€¸²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу ´ğя ч¸Ñ‚°½½Ñ" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "żĵ¸ğş° żÑ€¸ сżÑ€ħі ²Ñ–´şÑ€¸Ñ‚¸ %s ´ğя ч¸Ñ‚°½½Ñ" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "żĵ¸ğş° р·ħру ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "żĵ¸ğş° р·ħру ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "с¸½Ñ‚°şÑ¸Ñ‡½° żĵ¸ğş° у ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½ĵу ф°ığі" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "с¸½Ñ‚°şÑ¸Ñ‡½° żĵ¸ğş° у ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½ĵу ф°ığі: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "żĵ¸ğş° р·ħру" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "ця ĵµÑ€µĥ° ²ĥµ іс½ÑƒÑ”" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "ĵµÑ€µĥ° %s ²ĥµ іс½ÑƒÑ”" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "żĵ¸ğş° с¸ÑÑ‚µĵ½³ ²¸şğ¸şÑƒ" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "żĵ¸ğş° RPC" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "żĵ¸ğş° ²¸şğ¸şÑƒ GNUTLS" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "”ĵµ½ ½µ ·½°ı´µ½" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "”ĵµ½ ½µ ·½°ı´µ½: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”: %s" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "½µżÑ€°²¸ğь½° MAC-°´Ñ€µÑ°" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "½µżÑ€°²¸ğь½° MAC-°´Ñ€µÑ°: %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”: %s" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "œµÑ€µĥ° ½µ іс½ÑƒÑ”: %s" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ĵµÑ€µĥі у %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "”ĵµ½ ½µ ·½°ı´µ½" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "”ĵµ½ ½µ ·½°ı´µ½: %s" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "²¸´Ñ–𵽽я ´ĵµ½Ñƒ" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "Ÿ°Ñ€°ĵµÑ‚Ñ€ ²°³¸ żğ°½Ñƒ²°½½Ñ (%d) ·° ĵµĥ°ĵ¸ ´Ñ–°ż°·½Ñƒ (1-65535)" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "Ÿ°Ñ€°ĵµÑ‚Ñ€ cap żğ°½Ñƒ²°½½Ñ (%d) ·° ĵµĥ°ĵ¸ ´Ñ–°ż°·½Ñƒ (1-65535)" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "²¸´Ñ–𵽽я %d ´°½¸Ñ… ´ĵµ½Ñƒ" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "żĵ¸ğş° ·'є´½°½½Ñ · Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ · ´µĵ½° Xen" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "Ÿĵ¸ğş° ²Ñ–´½²ğµ½½Ñ рħт¸ ´ĵµ½Ñƒ %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "²¸´Ñ–ğ¸Ñ‚¸ ½²¸ı ħуфµÑ€" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "żĵ¸ğş° urlencode żÑ€¸ ст²Ñ€µ½½Ñ– S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ–ı domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "½µżÑ€°²¸ğь½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, domid ĵ°Ñ” ħут¸ ч¸Ñğĵ" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ–ı uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ ½°·²°" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ ½°·²°" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ” я´Ñ€ т° ·°²°½Ñ‚°ĥу²°Ñ‡" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" +msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" +msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ½µĵ°Ñ” dev ´ğя vbd" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ½µĵ°Ñ” src ´ğя vbd" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "żĵ¸ğş° р·ħру ½°·²¸ ф°ığ° vbd, ²Ñ–´ÑÑƒÑ‚½Ñ ½°·²° ´Ñ€°ı²µÑ€°" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "żĵ¸ğş° р·ħру ½°·²¸ ф°ığ° vbd, ²Ñ–´ÑÑƒÑ‚½Ñ–ı т¸ż ´Ñ€°ı²µÑ€°" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "½µżÑ€°²¸ğь½° MAC-°´Ñ€µÑ°: %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ–ı id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "żĵ¸ğş° р·ħру і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ Xend" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "с¸½Ñ‚°şÑ¸Ñ‡½° żĵ¸ğş° у ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½ĵу ф°ığі" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "żĵ¸ğş° р·ħру і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ Xend" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "Ÿĵ¸ğş° żÑ€¸ żµÑ€µ²µ´µ½½Ñ– ´ĵµ½Ñƒ %s ² ст°½ чіşÑƒ²°½½Ñ" +msgstr "żĵ¸ğş° żµÑ€µÑ‚²Ñ€µ½½Ñ S-Expr" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ ·½°Ñ‡µ½ÑŒ" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "ż°ĵ'ять ²Ñƒ·ğ°" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "żĵ¸ğş° ´Ñ–Ñ—" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ %s" +msgstr "Ÿĵ¸ğş° сş°ÑÑƒ²°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–Ñ— ĵµÑ€µĥі %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ½°·²¸ ²Ñƒ·ğ° ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "żĵ¸ğş° р·ħру і½Ñ„Ñ€ĵ°Ñ†Ñ–Ñ— ´ĵµ½Ñƒ Xend" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ½µ°şÑ‚¸²½³ ´ĵµ½Ñƒ %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ ½°·²°" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" -msgstr "µ²Ñ–´ĵ" +msgstr "Ÿğ°½Ñƒ²°½½Ñ" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ½°·²¸ ²Ñƒ·ğ° ³Ñ–żµÑ€²Ñ–·Ñ€°" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ–ı uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "½µż²½° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ĵµ½Ñƒ, ²Ñ–´ÑÑƒÑ‚½Ñ–ı uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "żĵ¸ğş° żÑ€¸ сżÑ€ħі ²Ñ–´şÑ€¸Ñ‚¸ %s ´ğя ч¸Ñ‚°½½Ñ" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ ·½°Ñ‡µ½ÑŒ" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "сż¸Ñş ´ĵµ½Ñ–² ²Ñƒ·ğ°" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "żĵ¸ğş° ·²µÑ€½µ½½Ñ ´ ħіħğітµş¸, ĵĥ𸲠½µ żÑ–´Ñ‚Ñ€¸ĵується" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "с¸½Ñ‚°şÑ¸Ñ‡½° żĵ¸ğş° у ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½ĵу ф°ığі: %s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ ·½°Ñ‡µ½ÑŒ" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ ·½°Ñ‡µ½ÑŒ" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ ·½°Ñ‡µ½ÑŒ" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "·'є´½°½½Ñ ğ¸Ñˆµ ´ğя ч¸Ñ‚°½½Ñ" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "żµÑ€µ³ğя´ ½µ°şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı ²Ñƒ·ğ node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Ÿĵ¸ğş° ²Ñ–´½²ğµ½½Ñ ´ĵµ½Ñƒ · %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "µ ²´°Ñ”ться żµÑ€µ²Ñ–Ñ€¸Ñ‚¸ żÑ‚ч½µ ·½°Ñ‡µ½½Ñ MemorySize" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "żĵ¸ğş° ч¸Ñ‚°½½Ñ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "½µ²Ñ–´ĵ¸ı т¸ż žĦ" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "µ ²´°Ñ”ться ²Ñ–´şÑ€¸Ñ‚¸ ħğч½Ñƒ ст°Ñ‚¸ÑÑ‚¸şÑƒ %s %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ´ĵµ½Ñƒ · %s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "²¸´Ñ–ğ¸Ñ‚¸ ĵ°Ñ¸² ря´şÑ–²" #: src/xmlrpc.c:53 @@ -7193,6 +7738,10 @@ msgstr "żÑ€¸·½°Ñ‡¸Ñ‚¸ ²Ñ–´ż²Ñ–´ÑŒ" msgid "read response" msgstr "żÑ€Ñ‡¸Ñ‚°Ñ‚¸ ²Ñ–´ż²Ñ–´ÑŒ" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "²¸´Ñ–ğ¸Ñ‚¸ ĵ°Ñ¸² ря´şÑ–²" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "żĵ¸ğş° р·ħру ²Ñ–´ż²Ñ–´Ñ–" @@ -7201,309 +7750,45 @@ msgstr "żĵ¸ğş° р·ħру ²Ñ–´ż²Ñ–´Ñ–" msgid "allocate new context" msgstr "żÑ€¸·½°Ñ‡¸Ñ‚¸ ½²¸ı ş½Ñ‚µşÑÑ‚" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "żĵ¸ğş° ·'є´½°½½Ñ · Xen Store" -#~ msgid "blocked" -#~ msgstr "·°ħğş²°½" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "т¸ż ціğь²³ żÑ€¸ÑÑ‚рю" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "½°·²° ціğь²Ñ— ĵµÑ€µĥі" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "µ ²´°Ñ”ться żµÑ€µ²Ñ–Ñ€¸Ñ‚¸ żÑ‚ч½µ ·½°Ñ‡µ½½Ñ MemorySize" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ ціğь²° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ğя żÑ€¸ÑÑ‚рю" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "½°·²° ĵµÑ€µĥі °ħ uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "½µżÑ€°²¸ğь½¸ı °Ñ€³Ñƒĵµ½Ñ‚ у" - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "µşÑ€µşÑ‚½µ ·½°Ñ‡µ½½Ñ ħся³Ñƒ ż°ĵ'яті (%d)" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid root element" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" +msgid "failed to allocate activeDomainList" +msgstr "Ÿĵ¸ğş° ²Ñ–´ħр°ĥµ½½Ñ сż¸ÑşÑƒ °şÑ‚¸²½¸Ñ… ´ĵµ½Ñ–²" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "missing domain type" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ½°·²Ñƒ ´ĵµ½Ñƒ" +msgid "failed to allocate xsWatchList" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ ĵµÑ€µĥі · %s" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" - -#, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу: %s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "żĵ¸ğş° ·°żÑƒÑşÑƒ %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "µ ²´°Ñ”ться żµÑ€µ²Ñ–Ñ€¸Ñ‚¸ żÑ‚ч½µ ·½°Ñ‡µ½½Ñ MemorySize" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "żĵ¸ğş° żÑ€¸ сżÑ€ħі ²Ñ–´şÑ€¸Ñ‚¸ %s ´ğя ч¸Ñ‚°½½Ñ" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "Ÿĵ¸ğş° ·°żÑƒÑşÑƒ ´ĵµ½Ñƒ %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "żĵ¸ğş° ´Ñ–Ñ—: %s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ ціğь²° і½Ñ„Ñ€ĵ°Ñ†Ñ–я ´ğя żÑ€¸ÑÑ‚рю" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ½°·²Ñƒ ´ĵµ½Ñƒ" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ½°·²Ñƒ ´ĵµ½Ñƒ" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "²¸´Ñ–ğ¸Ñ‚¸ ĵ°Ñ¸² ·½°Ñ‡µ½ÑŒ" - -#~ msgid "failed to exec %s\n" -#~ msgstr "żĵ¸ğş° ·°żÑƒÑşÑƒ %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "żĵ¸ğş° тр¸ĵ°½½Ñ ´°½¸Ñ… ²Ñƒ·ğ°" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "²¸´Ñ–𵽽я ´ĵµ½Ñƒ" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "½µÑ‡Ñ–şÑƒ²°½¸ı т¸ĵ MIME" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ID ´ĵµ½Ñƒ °ħ ½°·²°" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "½°·²° ĵµÑ€µĥі °ħ uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "½°·²° ĵµÑ€µĥі °ħ uuid" - -#, fuzzy -#~ msgid "too many character devices" -#~ msgstr "½°´Ñ‚ ħ°³°Ñ‚ ´ĵµ½Ñ–²" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ´ĥµÑ€µğ ´ğя żÑ€¸ÑÑ‚рю" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "½°·²° ´ĵµ½Ñƒ °ħ uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ ²Ñƒ·ğ" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "´°½Ñ– vcpu ´ĵµ½Ñƒ" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "´°½Ñ– vcpu ´ĵµ½Ñƒ" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "µ ²´°Ñ”ться ²¸´Ñ–ğ¸Ñ‚¸ ż°ĵ'ять" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "½°·²° ĵµÑ€µĥі °ħ uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "żĵ¸ğş° ´´°²°½½Ñ ĵµÑ€µĥі у хµÑˆ-т°ħğ¸Ñ†ÑŽ ·'є´½°½ÑŒ" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "²¸´Ñ–𵽽я ´ĵµ½Ñƒ" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "µ ²´°Ñ”ться ст²Ñ€¸Ñ‚¸ XML" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "µ ²´°Ñ”ться ²Ñ–´Ñ€¸Ñ‚¸ '%s': %s" +msgid "reallocating list" +msgstr "²¸´Ñ–𵽽я ´ĵµ½Ñƒ" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "µ ²´°Ñ”ться ²Ñ–´şÑ€¸Ñ‚¸ ħğч½Ñƒ ст°Ñ‚¸ÑÑ‚¸şÑƒ %s %s" +msgid "failed to allocate domids" +msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" #~ msgid "domain" #~ msgstr "´ĵµ½" -#~ msgid "domain name" -#~ msgstr "½°·²° ´ĵµ½Ñƒ" - -#~ msgid "domain uuid" -#~ msgstr "UUID ´ĵµ½Ñƒ" - #~ msgid "domain memory" #~ msgstr "ż°ĵ'ять ´ĵµ½Ñƒ" @@ -7540,67 +7825,8 @@ msgstr "żĵ¸ğş° ·'є´½°½½Ñ · Xen Store" #~ msgid "load network definition file" #~ msgstr "·°²°½Ñ‚°ĥ¸Ñ‚¸ ф°ı𠲸·½°Ñ‡µ½½Ñ ĵµÑ€µĥі" -#~ msgid "too many domains" -#~ msgstr "½°´Ñ‚ ħ°³°Ñ‚ ´ĵµ½Ñ–²" - -#~ msgid "too many networks" -#~ msgstr "½°´Ñ‚ ħ°³°Ñ‚ ĵµÑ€µĥ" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "·°²°½Ñ‚°ĥ¸Ñ‚¸ ф°ı𠲸·½°Ñ‡µ½½Ñ ´ĵµ½Ñƒ" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "²Ñ–´ÑÑƒÑ‚½Ñ і½Ñ„Ñ€ĵ°Ñ†Ñ–я żÑ€ şÑ€µ½µ²¸ı żÑ€¸ÑÑ‚ріı" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "´ĵµ½ %s ²ĥµ іс½ÑƒÑ”" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "ст²Ñ€µ½½Ñ ş½Ñ‚µşÑÑ‚у xpath" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "żĵ¸ğş° ·°ż¸ÑÑƒ ş½Ñ„Ñ–³ÑƒÑ€°Ñ†Ñ–ı½³ ф°ığу" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "żĵ¸ğş° ²¸´Ñ–𵽽я ²Ñƒ·ğ°" - -#, fuzzy -#~ msgid "too many boot devices" -#~ msgstr "½°´Ñ‚ ħ°³°Ñ‚ ´ĵµ½Ñ–²" - -#, fuzzy -#~ msgid "invalid input device" -#~ msgstr "½µżÑ€°²¸ğь½¸ı ²ş°·Ñ–²½¸ş ´ĵµ½Ñƒ у" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "µ ²´°Ñ”ться ·½°ıт¸ ĵµÑ€µĥу: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "·ĵі½¸Ñ‚¸ ²¸´Ñ–𵽽я ż°ĵ'яті" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "żÑ€¸·½°Ñ‡¸Ñ‚¸ ²Ñ–´ż²Ñ–´ÑŒ" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "²½ÑƒÑ‚ріш½Ñ żĵ¸ğş° %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "²¸´Ñ–ğ¸Ñ‚¸ ½²¸ı ħуфµÑ€" - #~ msgid "Failed to open '%s': read: %s" #~ msgstr "Ÿĵ¸ğş° żÑ€¸ ²Ñ–´şÑ€¸²°½½Ñ– '%s': ч¸Ñ‚°½½Ñ: %s" + +#~ msgid "failed to exec %s\n" +#~ msgstr "żĵ¸ğş° ·°żÑƒÑşÑƒ %s\n" diff --git a/po/ur.po b/po/ur.po index b0f327a746..0a900de28d 100644 --- a/po/ur.po +++ b/po/ur.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/vi.po b/po/vi.po index b0f327a746..0a900de28d 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/po/zh_CN.po b/po/zh_CN.po index 9bcb88da0f..379281c03c 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,781 +1,799 @@ -# translation of zh_CN.po to Chinese, Simplied£¨ĵòÌċÖÎÄ£İ +# translation of libvirt.HEAD.po to Simplified Chinese # translation of zh_CN.po to # translation of zh_CN.po to # translation of zh_CN.po to # translation of PACKAGE. -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # # # liutao , 2006. # Tony Fu , 2006, 2007. -# Leah Liu , 2007. +# Leah Liu , 2007, 2008. msgid "" msgstr "" -"Project-Id-Version: zh_CN\n" +"Project-Id-Version: libvirt.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" -"PO-Revision-Date: 2007-12-05 08:49+0800\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" +"PO-Revision-Date: 2008-10-21 13:04+1000\n" "Last-Translator: Leah Liu \n" -"Language-Team: Chinese, Simplied£¨ĵòÌċÖÎÄ£İ \n" +"Language-Team: Simplified Chinese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=GB2312\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: gnulib/lib/gai_strerror.c:41 +msgid "Address family for hostname not supported" +msgstr "²ğÖ§³ÖÎŞÖ÷ğúûÌáıݵĵĜַϵÁ" + +#: gnulib/lib/gai_strerror.c:42 +msgid "Temporary failure in name resolution" +msgstr "û³Ĉ½âÎöÔŬÊħʧ°Ü" + +#: gnulib/lib/gai_strerror.c:43 +msgid "Bad value for ai_flags" +msgstr "ai_flag µÄğµÖµ" #: gnulib/lib/gai_strerror.c:44 -msgid "Address family for hostname not supported" -msgstr "" +msgid "Non-recoverable failure in name resolution" +msgstr "²ğżÉğÖ¸´µÄʧ°Üû³Ĉ½âÎö" #: gnulib/lib/gai_strerror.c:45 -msgid "Temporary failure in name resolution" -msgstr "" +msgid "ai_family not supported" +msgstr "²ğÖ§³Ö ai_family" #: gnulib/lib/gai_strerror.c:46 -msgid "Bad value for ai_flags" -msgstr "" +msgid "Memory allocation failure" +msgstr "ÄÚ´ĉ·ÖĊäʧ°Ü" #: gnulib/lib/gai_strerror.c:47 -msgid "Non-recoverable failure in name resolution" -msgstr "" +msgid "No address associated with hostname" +msgstr "ğÓÓëÖ÷ğúûÏàıĜµÄµĜÖ·" #: gnulib/lib/gai_strerror.c:48 -#, fuzzy -msgid "ai_family not supported" -msgstr "żâµ÷Óʧ°Ü£ĴżÉÄܲğÖ§³Ö" +msgid "Name or service not known" +msgstr "δ֪û³ĈğòĠß·ŝÎñ" #: gnulib/lib/gai_strerror.c:49 -#, fuzzy -msgid "Memory allocation failure" -msgstr "¸ÄħäÄÚ´ĉµÄ·ÖĊä" +msgid "Servname not supported for ai_socktype" +msgstr "Servname ²ğÖ§³Ö ai_socktype" #: gnulib/lib/gai_strerror.c:50 -msgid "No address associated with hostname" -msgstr "" +msgid "ai_socktype not supported" +msgstr "²ğÖ§³Ö ai_socktype" #: gnulib/lib/gai_strerror.c:51 -msgid "Name or service not known" -msgstr "" +msgid "System error" +msgstr "ϵͳ´íÎó" #: gnulib/lib/gai_strerror.c:52 -msgid "Servname not supported for ai_socktype" -msgstr "" - -#: gnulib/lib/gai_strerror.c:53 -msgid "ai_socktype not supported" -msgstr "" +msgid "Argument buffer too small" +msgstr "²ÎÊŭğş³ċÌĞĦ" #: gnulib/lib/gai_strerror.c:54 -#, fuzzy -msgid "System error" -msgstr "ϵͳµ÷Ó´íÎó" +msgid "Processing request in progress" +msgstr "ĠŭÔÚ½ĝ½ĝ³ÌÇëÇó" #: gnulib/lib/gai_strerror.c:55 -msgid "Argument buffer too small" -msgstr "" +msgid "Request canceled" +msgstr "ÇëÇóÈĦÏû" + +#: gnulib/lib/gai_strerror.c:56 +msgid "Request not canceled" +msgstr "ÇëÇóδÈĦÏû" #: gnulib/lib/gai_strerror.c:57 -msgid "Processing request in progress" -msgstr "" +msgid "All requests done" +msgstr "Íê³ÉËùÓÇëÇó" #: gnulib/lib/gai_strerror.c:58 -msgid "Request canceled" -msgstr "" +msgid "Interrupted by a signal" +msgstr "ħğij¸öĊşĊÖĥÏ" #: gnulib/lib/gai_strerror.c:59 -msgid "Request not canceled" -msgstr "" - -#: gnulib/lib/gai_strerror.c:60 -msgid "All requests done" -msgstr "" - -#: gnulib/lib/gai_strerror.c:61 -msgid "Interrupted by a signal" -msgstr "" - -#: gnulib/lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" -msgstr "" +msgstr "ğÓĠŭÈ·ħàÂë²ÎÊŭ×Ö·û´" -#: gnulib/lib/gai_strerror.c:74 -#, fuzzy +#: gnulib/lib/gai_strerror.c:71 msgid "Unknown error" -msgstr "δ֪" +msgstr "δ֪´íÎó" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" -msgstr "" +msgstr "ÎŜ·¨·ÎÊ %s '%s'£ş%s £¨%d£İ" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" -msgstr "" +msgstr "gnutls_certificate_allocate_credentials: %s" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_trust_file: %s" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_crl_file: %s" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" -msgstr "" - -#: qemud/qemud.c:217 -#, c-format -msgid "gnutls_dh_params_init: %s" -msgstr "" - -#: qemud/qemud.c:223 -#, c-format -msgid "gnutls_dh_params_generate2: %s" -msgstr "" +msgstr "gnutls_certificate_set_x509_key_file: %s" #: qemud/qemud.c:241 -#, fuzzy, c-format +#, c-format +msgid "gnutls_dh_params_init: %s" +msgstr "gnutls_dh_params_init: %s" + +#: qemud/qemud.c:247 +#, c-format +msgid "gnutls_dh_params_generate2: %s" +msgstr "gnutls_dh_params_generate2: %s" + +#: qemud/qemud.c:267 +#, c-format msgid "Failed to read from signal pipe: %s" -msgstr "´Ó Xen ÊĜğ¤½ĝ³ÌĥÁʧ°Ü" +msgstr "´ÓĊşĊıܵÀĥÁÈĦʧ°Ü£ş%s" -#: qemud/qemud.c:250 -#, fuzzy +#: qemud/qemud.c:276 msgid "Reloading configuration on SIGHUP" -msgstr "·ÖĊäĊäÖ" +msgstr "ÔÚ SIGHUP ÖÖĜÂÔĜÈëĊäÖ" -#: qemud/qemud.c:252 -#, fuzzy +#: qemud/qemud.c:278 msgid "Error while reloading drivers" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü: %s" +msgstr "ÖĜÂÔĜÈëÇŭĥŻ³ÌòÊħ³ö´í" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" -msgstr "" +msgstr "ÔÚĊşĊ %d ÖıĜħĠ" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "ÒâÍâµÄÖµ½Úµ" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" -msgstr "" +msgstr "Éèĥ¨Ö´ÊħıĜħĠ£¨close-on-exec£İèÊö·ûħêĵÇʧ°Ü" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" -msgstr "" +msgstr "Éèĥ¨·ÇżéÎÄĵŝèÊö·ûħêĵÇʧ°Ü" -#: qemud/qemud.c:440 -#, fuzzy, c-format +#: qemud/qemud.c:465 +#, c-format msgid "Failed to open pid file '%s' : %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´òżŞ pid ÎÄĵŝ '%s' : %s ʧ°Ü" -#: qemud/qemud.c:446 -#, fuzzy, c-format +#: qemud/qemud.c:471 +#, c-format msgid "Failed to fdopen pid file '%s' : %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´òżŞ fdopen ÎÄĵŝ '%s' : %s ʧ°Ü" -#: qemud/qemud.c:453 -#, fuzzy, c-format +#: qemud/qemud.c:478 +#, c-format msgid "Failed to write to pid file '%s' : %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "Ïò pid ÎÄĵŝ '%s' : %s ´Èëʧ°Ü" -#: qemud/qemud.c:460 -#, fuzzy, c-format +#: qemud/qemud.c:485 +#, c-format msgid "Failed to close pid file '%s' : %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ıĜħĠ pid ÎÄĵŝ '%s' : %s ʧ°Ü" -#: qemud/qemud.c:477 -#, fuzzy +#: qemud/qemud.c:502 msgid "Failed to allocate memory for struct qemud_socket" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÎŞ½¨Á˘ qemud_socket ·ÖĊäÄÚ´ĉʧ°Ü" -#: qemud/qemud.c:487 -#, fuzzy, c-format +#: qemud/qemud.c:512 +#, c-format msgid "Failed to create socket: %s" -msgstr "ĥÁ socket %d ʧ°Ü\n" +msgstr "´´½¨Ì×½Ó×Öʧ°Ü£ş%s" -#: qemud/qemud.c:509 -#, fuzzy, c-format +#: qemud/qemud.c:534 +#, c-format msgid "Failed to bind socket to '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "½ĞÌ×½Ó×Ö°óĥ¨µ½ '%s' : %s ʧ°Ü" -#: qemud/qemud.c:518 -#, fuzzy, c-format +#: qemud/qemud.c:543 +#, c-format msgid "Failed to listen for connections on '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ĠìÌŭµ½ '%s' : %s µÄÁĴ½Óʧ°Ü" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" -msgstr "" +msgstr "ÌìĵÓ·ŝÎñĈ÷ÊÂĵŝ¸´²éʧ°Ü" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" -msgstr "" +msgstr "getaddrinfo: %s\n" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" -msgstr "" +msgstr "socket: %s" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" -msgstr "" +msgstr "bind: %s" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" -msgstr "" +msgstr "listen: %s" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" -msgstr "" +msgstr "remoteListenTCP: calloc: %s" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" -msgstr "" +msgstr "remoteListenTCP: listen: %s" -#: qemud/qemud.c:695 -#, fuzzy, c-format +#: qemud/qemud.c:725 +#, c-format msgid "Failed to find user record for uid '%d': %s" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" +msgstr "²éĠÒ uid '%d': %s Óğ§ĵÇÂĵʧ°Ü" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" -msgstr "" +msgstr "ĥÔÓÚ qemudInitPaths() ÖµÄğş³ċ½âÎö·ĥıŭ³¤" -#: qemud/qemud.c:720 -#, fuzzy +#: qemud/qemud.c:750 msgid "Failed to allocate struct qemud_server" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "½¨Á˘ qemud_server Êħ·ÖĊäÄÚ´ĉʧ°Ü" -#: qemud/qemud.c:764 -#, fuzzy, c-format +#: qemud/qemud.c:829 +#, c-format msgid "Failed to initialize SASL authentication %s" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" +msgstr "³ġÊĵğŻ SASL ÑéÖ¤ %s ʧ°Ü" -#: qemud/qemud.c:779 -#, fuzzy, c-format +#: qemud/qemud.c:844 +#, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" -msgstr "ÁĴ½Óµ½ıÜÀí³Ìòʧ°Ü" - -#: qemud/qemud.c:890 -#, c-format -msgid "remoteInitializeTLSSession: %s" -msgstr "" - -#: qemud/qemud.c:907 -#, c-format -msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" -msgstr "" - -#: qemud/qemud.c:926 -#, c-format -msgid "remoteCheckDN: failed: client DN is %s" -msgstr "" - -#: qemud/qemud.c:942 -#, fuzzy, c-format -msgid "remoteCheckCertificate: verify failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" - -#: qemud/qemud.c:950 -msgid "remoteCheckCertificate: the client certificate is not trusted." -msgstr "" +msgstr "ÎŞ PolicyKit auth: %s ÁĴ½Óµ½ÏµÍ³×ÜÏßʧ°Ü" #: qemud/qemud.c:955 -msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "" +#, c-format +msgid "remoteInitializeTLSSession: %s" +msgstr "remoteInitializeTLSSession: %s" -#: qemud/qemud.c:960 -msgid "remoteCheckCertificate: the client certificate has been revoked." -msgstr "" - -#: qemud/qemud.c:966 -msgid "" -"remoteCheckCertificate: the client certificate uses an insecure algorithm." -msgstr "" - -#: qemud/qemud.c:975 -msgid "remoteCheckCertificate: certificate is not X.509" -msgstr "" - -#: qemud/qemud.c:980 -msgid "remoteCheckCertificate: no peers" -msgstr "" +#: qemud/qemud.c:972 +#, c-format +msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" +msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" #: qemud/qemud.c:991 +#, c-format +msgid "remoteCheckDN: failed: client DN is %s" +msgstr "remoteCheckDN: failed: client DN is %s" + +#: qemud/qemud.c:1007 +#, c-format +msgid "remoteCheckCertificate: verify failed: %s" +msgstr "remoteCheckCertificate£şÑé֤ʧ°Ü£ş %s" + +#: qemud/qemud.c:1015 +msgid "remoteCheckCertificate: the client certificate is not trusted." +msgstr "remoteCheckCertificate£şżÍğ§ĥËÖ¤Êé²ğżÉĊĦ£" + +#: qemud/qemud.c:1020 +msgid "remoteCheckCertificate: the client certificate has unknown issuer." +msgstr "remoteCheckCertificate£şżÍğ§ĥËÖ¤ÊéÖÓδ֪·˘ĠßĦ£" + +#: qemud/qemud.c:1025 +msgid "remoteCheckCertificate: the client certificate has been revoked." +msgstr "remoteCheckCertificate£şżÍğ§ĥËÖ¤ÊéÒÑ­ħğµġÏúĦ£" + +#: qemud/qemud.c:1031 +msgid "" +"remoteCheckCertificate: the client certificate uses an insecure algorithm." +msgstr "remoteCheckCertificate£şżÍğ§ĥËÖ¤ÊéÊıÓÁ˲ğ°²ÈĞË·¨Ħ£" + +#: qemud/qemud.c:1040 +msgid "remoteCheckCertificate: certificate is not X.509" +msgstr "remoteCheckCertificate£şÖ¤Êé²ğÊÇ X.509" + +#: qemud/qemud.c:1045 +msgid "remoteCheckCertificate: no peers" +msgstr "remoteCheckCertificate£şÎŜÍĴµÈÖ¤Êé" + +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" -msgstr "" +msgstr "remoteCheckCertificate: gnutls_x509_crt_init failed" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" -msgstr "" +msgstr "remoteCheckCertificate£şżÍğ§ĥËÖ¤ÊéıŭĈÚ" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "" +msgstr "remoteCheckCertificate£şżÍğ§ĥËÖ¤ÊéğığÓĵ¤ğî" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" +"remoteCheckCertificate£şżÍğ§ĥ˵IJğÍĴû³ĈğÓÁÔÚÔÊíµÄżÍğ§ĥËÁħíÖ" +"£¨tls_allowed_dn_list£İĦ£ÇëÊıÓ 'openssl x509 -in clientcert.pem -text' ²éż´" +"żÍğ§ĥËÖ¤ÊéÖµÄ Distinguished Name ×ÖĥΣĴğòĠßÔË´ĝ --verbose ÑĦÏîµÄÊĜğ¤½ĝ³ÌĦ£" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" -msgstr "" +msgstr "remoteCheckCertificate£şÑéÖ¤żÍğ§ĥËÖ¤Êéʧ°Ü" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" +"remoteCheckCertificate£şÉèĥ¨ÁË tls_no_verify_certificate£ĴÒò´ËğáşöÂÔğµÖ¤Êé" -#: qemud/qemud.c:1060 -#, fuzzy, c-format +#: qemud/qemud.c:1125 +#, c-format msgid "Failed to verify client credentials: %s" -msgstr "ÎŜ·¨ğñµ½ÓżÚ×´ÌĴ %s %s" +msgstr "ÑéÖ¤żÍğ§ĥËÖ¤Êéʧ°Ü£ş %s" -#: qemud/qemud.c:1085 -#, fuzzy, c-format +#: qemud/qemud.c:1150 +#, c-format msgid "Failed to accept connection: %s" -msgstr "żŞÊĵÍĝÂç %s ʧ°Ü" +msgstr "½ÓÊÜÁĴ½Óʧ°Ü£ş %s " -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" -msgstr "" +msgstr "ÎŞÌĜȨżÍğ§ %d ıĜħĠ polkit ÑéÖ¤" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 -#, fuzzy, c-format +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 +#, c-format msgid "TLS handshake failed: %s" -msgstr "GET²Ù×÷ʧ°Ü: %s" +msgstr "TLS ĥÔğ°Ê§°Ü£ş %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" -msgstr "" +msgstr "read: %s" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" -msgstr "" +msgstr "gnutls_record_recv: %s" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" -msgstr "" +msgstr "write: %s" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" -msgstr "" +msgstr "gnutls_record_send: %s" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" -msgstr "" +msgstr "ĊşĊ´ĤÀíĈ÷ħ¨¸ĉ %d ´íÎó£şÉϸö´íÎó£ş%s" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 -#, fuzzy, c-format +#: qemud/qemud.c:1826 qemud/qemud.c:1847 +#, c-format msgid "failed to allocate memory for %s config list" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÎŞ %s ĊäÖÁħí·ÖĊäÄÚ´ĉʧ°Ü" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 -#, fuzzy, c-format +#: qemud/qemud.c:1833 qemud/qemud.c:1864 +#, c-format msgid "failed to allocate memory for %s config list value" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÎŞ %s ĊäÖÁħíÖµ·ÖĊäÄÚ´ĉʧ°Ü" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: ħĜëÊÇÒğ¸ö×Ö·û´ğòĠßÒğ×é×Ö·û´\n" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s: %s: ÎŜ§ÀàÍ£şµµ½ %s£ĴÓĤ¸ÊÇ %s\n" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" -msgstr "" - -#: qemud/qemud.c:1872 -#, c-format -msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" -msgstr "" +msgstr "remoteReadConfigFile: %s\n" #: qemud/qemud.c:1957 -msgid "Cannot set group when not running as root" -msgstr "" - -#: qemud/qemud.c:1961 -#, fuzzy, c-format -msgid "Failed to lookup group '%s'" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: qemud/qemud.c:1974 qemud/qemud.c:1985 -#, fuzzy, c-format -msgid "Failed to parse mode '%s'" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: qemud/qemud.c:2158 -#, fuzzy, c-format -msgid "Failed to fork as daemon: %s" -msgstr "ğÖ¸´Óò %s ʧ°Ü" - -#: qemud/qemud.c:2180 src/util.c:201 -#, fuzzy, c-format -msgid "Failed to create pipe: %s" -msgstr "´´½¨XMLʧ°Ü" - -#: qemud/qemud.c:2213 -#, fuzzy, c-format -msgid "Failed to change group ownership of %s" -msgstr "ÄÚşË dump Óò %s µ½ %s ʧ°Ü" - -#: qemud/qemud.c:2222 -msgid "Failed to register callback for signal pipe" -msgstr "" - -#: qemud/remote.c:102 -msgid "xdr_remote_message_header" -msgstr "" - -#: qemud/remote.c:110 #, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" +msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" +msgstr "remoteReadConfigFile: %s: %s: ²ğÖ§³ÖµÄÑéÖ¤·½·¨ %s\n" + +#: qemud/qemud.c:2042 +msgid "Cannot set group when not running as root" +msgstr "²ğÊÇÒÔ¸ùÉí·ŬÔËÊħÎŜ·¨Éèĥ¨×éÈş" + +#: qemud/qemud.c:2046 +#, c-format +msgid "Failed to lookup group '%s'" +msgstr "²éĠÒ×éÈş '%s' ʧ°Ü" + +#: qemud/qemud.c:2059 qemud/qemud.c:2070 +#, c-format +msgid "Failed to parse mode '%s'" +msgstr "½âÎöģʽ '%s' ʧ°Ü" + +#: qemud/qemud.c:2243 +#, c-format +msgid "Failed to fork as daemon: %s" +msgstr "Ó fork ×÷ÎŞÊĜğ¤½ĝ³Ìʧ°Ü£ş%s" + +#: qemud/qemud.c:2265 src/util.c:250 +#, c-format +msgid "Failed to create pipe: %s" +msgstr "´´½¨ıܵÀʧ°Ü£ş%s" + +#: qemud/qemud.c:2298 +#, c-format +msgid "Failed to change group ownership of %s" +msgstr "¸ü¸Ä %s ×éÈşËùÓĠßʧ°Ü" + +#: qemud/qemud.c:2307 +msgid "Failed to register callback for signal pipe" +msgstr "ÎŞĊşĊıܵÀע²áğĜ½Ê§°Ü" + +#: qemud/remote.c:109 +msgid "xdr_remote_message_header" +msgstr "xdr_remote_message_header" #: qemud/remote.c:117 #, c-format -msgid "version mismatch (actual %x, expected %x)" -msgstr "" +msgid "program mismatch (actual %x, expected %x)" +msgstr "³Ìò²ğĈĊ䣨ʵĵÊÊÇ %x£ĴÏëÒŞµÄÊÇ %x£İ" -#: qemud/remote.c:123 +#: qemud/remote.c:124 +#, c-format +msgid "version mismatch (actual %x, expected %x)" +msgstr "°ĉħ²ğĈĊ䣨ʵĵÊÊÇ %x£ĴÏëÒŞµÄÊÇ %x£İ" + +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" -msgstr "" +msgstr "direction (%d) != REMOTE_CALL" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" -msgstr "" +msgstr "status (%d) != REMOTE_OK" -#: qemud/remote.c:145 -#, fuzzy +#: qemud/remote.c:152 msgid "authentication required" -msgstr "²Ù×÷ʧ°Ü" +msgstr "èÒŞÑéÖ¤" -#: qemud/remote.c:158 -#, fuzzy, c-format +#: qemud/remote.c:165 +#, c-format msgid "unknown procedure: %d" -msgstr "µµ½Î´Ö޵ÄHTTP´íÎó´úÂë %d" +msgstr "δ֪ıŭ³Ì£ş%d" -#: qemud/remote.c:166 -#, fuzzy +#: qemud/remote.c:173 msgid "parse args failed" -msgstr "½âÎö·ŝÎñĈ÷ÓĤ´Ê§°Ü" +msgstr "½âÎö²ÎÊŭʧ°Ü" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "" - -#: qemud/remote.c:204 -msgid "dummy length" -msgstr "" +msgstr "ÄÚ²ż´íÎó £­ ·˘ËÍıĤÄÜ·µğĜÎŜ§ħàÂë %d" #: qemud/remote.c:211 +msgid "dummy length" +msgstr "Ä£ÄⳤĥÈ" + +#: qemud/remote.c:218 msgid "serialise reply header" -msgstr "" +msgstr "ÁĴĝğĜ¸´ħêÌâ" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" -msgstr "" +msgstr "ÁĴĝ·µğĜ struct" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" -msgstr "" +msgstr "ÁĴĝ·µğĜ´íÎó" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" -msgstr "" +msgstr "xdr_setpos" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" -msgstr "" +msgstr "ÁĴĝ·µğĜ³¤ĥÈ" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" -msgstr "" +msgstr "ÁĴ½ÓÒÑ­´òżŞ" -#: qemud/remote.c:450 -#, fuzzy +#: qemud/remote.c:468 msgid "connection not open" -msgstr "ÎŜ§µÄÁĴ½ÓÖ¸Ïò" +msgstr "ÁĴ½Óδ´òżŞ" -#: qemud/remote.c:497 -#, fuzzy +#: qemud/remote.c:515 msgid "out of memory in strdup" -msgstr "ÄÚ´ĉÒç³ö" +msgstr "strdup ÖÓÄÚ´ĉÒç³ö" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" -msgstr "" +msgstr "maxCells > REMOTE_NODE_MAX_CELLS" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 -#, fuzzy +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 msgid "domain not found" msgstr "δĠÒµ½Óò" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" -msgstr "" +msgstr "nparmas ıŭ´ó" -#: qemud/remote.c:742 -#, fuzzy +#: qemud/remote.c:777 msgid "unknown type" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "δ֪ÀàÍ" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" -msgstr "" +msgstr "´óĦ > ×î´óğş³ċ´óĦ" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" -msgstr "" +msgstr "maxinfo > REMOTE_VCPUINFO_MAX" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -msgstr "" +msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" -msgstr "" +msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -msgstr "" +msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 -#, fuzzy +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 msgid "network not found" msgstr "δĠÒµ½ÍĝÂç" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨½âÎöµĜÖ· %d£ş%s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" -msgstr "" +msgstr "żÍğ§ĥ˳˘ÊÔÎŜ§ SASL ³ġÊĵğŻÇëÇó" -#: qemud/remote.c:2341 src/remote_internal.c:3933 -#, fuzzy, c-format +#: qemud/remote.c:2439 src/remote_internal.c:4351 +#, c-format msgid "failed to get sock address %d (%s)" -msgstr "ÎŜ·¨ğñµżé×´ÌĴ %s %s" +msgstr "ÎŜ·¨ğñµ sock µĜÖ· %d£¨%s£İ" -#: qemud/remote.c:2352 src/remote_internal.c:3945 -#, fuzzy, c-format +#: qemud/remote.c:2450 src/remote_internal.c:4363 +#, c-format msgid "failed to get peer address %d (%s)" -msgstr "ÎŜ·¨ğñµ½ÓżÚ×´ÌĴ %s %s" +msgstr "ÎŜ·¨ğñµ peer µĜÖ· %d£¨%s£İ" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" -msgstr "" +msgstr "sasl ğ·³ÉèÖʧ°Ü %d£¨%s£İ" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" -msgstr "" +msgstr "TLS ÎŜ·¨ğñµÜÂë´óĦ" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" -msgstr "" +msgstr "ÎŜ·¨Éèĥ¨ SASL Íâ²ż SSF %d£¨%s£İ" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" -msgstr "" +msgstr "ÎŜ·¨Éèĥ¨ SASL °²ÈĞÖ§³Ö %d£¨%s£İ" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" -msgstr "" +msgstr "ÎŜ·¨Á³ö SASL ğúÖĈ %d£¨%s£İ" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" -msgstr "" +msgstr "ÎŜ·¨·ÖĊä mechlist" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" -msgstr "" +msgstr "ÎŜ·¨ÔÚÁĴ½Ó %d£¨%s£İÊDzéÑŻ SASL" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" -msgstr "" +msgstr "­ÉÌ SSF %d ²ğığÇż´ó" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" -msgstr "" +msgstr "ÔÚÁĴ½Óµ½ %d£¨%s£İÊħ²ğÄܲéÑŻ SASL Óğ§û" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" -msgstr "" +msgstr "ğÓĠÒµ½żÍğ§ĥËÓğ§û" -#: qemud/remote.c:2536 -#, fuzzy +#: qemud/remote.c:2634 msgid "out of memory copying username" -msgstr "ÄÚ´ĉÒç³ö" +msgstr "¸´ÖĈÓğ§ûÊħÄÚ´ĉÒç³ö" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" -msgstr "" +msgstr "ÔÚ°×ûµÖ²ğÔÊí SASL żÍğ§ĥË %s" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" -msgstr "" +msgstr "żÍğ§ĥ˳˘ÊÔÎŜ§ SASL ĈôĥŻÇëÇó" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" -msgstr "" +msgstr "sasl ĈôĥŻÊ§°Ü %d£¨%s£İ" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" -msgstr "" +msgstr "sasl ĈôĥŻğĜÓĤÊŭŬıŭ³¤ %d" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" -msgstr "" +msgstr "sasl ²½Öèʧ°Ü %d£¨%s£İ" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" -msgstr "" +msgstr "sasl ²½ÖèğĜÓĤÊŭŬıŭ³¤ %d" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" -msgstr "" +msgstr "żÍğ§ĥ˳˘ÊÔ²ğÖ§³ÖµÄ SASL ³ġÊĵÇëÇó" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" -msgstr "" +msgstr "żÍğ§ĥ˳˘ÊÔ²ğÖ§³ÖµÄ SASL ĈôĥŻÇëÇó" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" -msgstr "" +msgstr "żÍğ§ĥ˳˘ÊÔ²ğÖ§³ÖµÄ SASL ²½ÖèÇëÇó" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" -msgstr "" +msgstr "żÍğ§ĥ˳˘ÊÔÎŜ§ PolicyKit ³ġÊĵÇëÇó" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" -msgstr "" +msgstr "ÎŜ·¨ğñµÍĴĵĥÌ×½Ó×ÖÉí·Ŭ" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" -msgstr "" +msgstr "ÒÔ %d ÔËÊħĵì²é PID %d" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" -msgstr "" +msgstr "ĵì²é²ßÂÔÌ×ĵŝµ÷Ó³Ìòʧ°Ü£ş%s" -#: qemud/remote.c:2811 -#, fuzzy, c-format +#: qemud/remote.c:2909 +#, c-format msgid "Failed to create polkit action %s\n" -msgstr "´´½¨²ğğîĥŻÓò %s ʧ°Ü\n" +msgstr "´´½¨ polkit ĥŻ %s ʧ°Ü\n" -#: qemud/remote.c:2821 -#, fuzzy, c-format +#: qemud/remote.c:2919 +#, c-format msgid "Failed to create polkit context %s\n" -msgstr "´´½¨²ğğîĥŻÓò %s ʧ°Ü\n" - -#: qemud/remote.c:2841 -#, c-format -msgid "Policy kit failed to check authorization %d %s" -msgstr "" - -#: qemud/remote.c:2857 -#, c-format -msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" -msgstr "" - -#: qemud/remote.c:2865 -#, c-format -msgid "Policy allowed action %s from pid %d, uid %d, result %s" -msgstr "" - -#: qemud/remote.c:2884 -msgid "client tried unsupported PolicyKit init request" -msgstr "" +msgstr "´´½¨ polkit ğ·³ %s ʧ°Ü\n" #: qemud/remote.c:2939 +#, c-format +msgid "Policy kit failed to check authorization %d %s" +msgstr "²ßÂÔÌ×ĵŝÎŜ·¨ĵì²éÑéÖ¤ %d %s" + +#: qemud/remote.c:2955 +#, 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:2963 +#, c-format +msgid "Policy allowed action %s from pid %d, uid %d, result %s" +msgstr "²ßÂÔ×éĵŝÔÊíĥŻ×÷ %s À´×Ô pid %d£Ĵuid %d£Ĵ½áıû %s" + +#: qemud/remote.c:2982 +msgid "client tried unsupported PolicyKit init request" +msgstr "żÍğ§ĥ˳˘ÊÔ²ğÖ§³ÖµÄ PolicyKit ³ġÊĵÇëÇó" + +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 -#, fuzzy +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 msgid "storage_pool not found" -msgstr "δĠÒµ½ÍĝÂç" +msgstr "δĠÒµ½ storage_pool" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -msgstr "" +msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 -#, fuzzy +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 msgid "storage_vol not found" -msgstr "δĠÒµ½ÍĝÂç" +msgstr "δĠÒµ½ storage_pool" + +#: qemud/remote.c:3760 qemud/remote.c:3912 +#, fuzzy +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "δĠÒµ½Éèħ¸£ş%s£¨%s£İ" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ÎŜ§ uuid ÔŞËĜ" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "xdr_int £¨length word£İ" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "xdr_setpos" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "xdr_int £¨length word£İ" #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 @@ -799,9 +817,8 @@ msgid "expecting a separator in list" msgstr "ÔÚÁħíÖèÒŞÒğ¸ö·Ö¸ô·û" #: src/conf.c:477 -#, fuzzy msgid "list is not closed with ]" -msgstr "ÁħíğÓÊıÓ ] ½áÊĝ" +msgstr "ÁħíğÓÊıÓ ] ½áβ" #: src/conf.c:521 msgid "expecting a name" @@ -815,8 +832,8 @@ msgstr " msgid "expecting an assignment" msgstr "èÒŞÒğ¸ö²ÎÊŭ" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 msgid "allocate buffer" msgstr "·ÖĊäğş³ċÇĝ" @@ -829,3220 +846,3547 @@ msgid "failed to save content" msgstr "ħ£´ĉÄÚÈŬʧ°Ü" #: src/console.c:75 -#, fuzzy, c-format +#, c-format msgid "unable to open tty %s: %s\n" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞ tty %s: %s\n" #: src/console.c:86 #, c-format msgid "unable to get tty attributes: %s\n" -msgstr "" +msgstr "ÎŜ·¨ğñµ tty ÊôÔ£ş%s\n" #: src/console.c:95 #, c-format msgid "unable to set tty attributes: %s\n" -msgstr "" +msgstr "ÎŜ·¨Éèĥ¨ tty ÊôÔ£ş%s\n" #: src/console.c:130 #, c-format msgid "failure waiting for I/O: %s\n" -msgstr "" +msgstr "µÈ´ŭ I/O ʧ°Ü£ş%s\n" #: src/console.c:145 #, c-format msgid "failure reading input: %s\n" -msgstr "" +msgstr "ĥÁÈĦÊäÈëʧ°Ü£ş%s\n" #: src/console.c:167 #, c-format msgid "failure writing output: %s\n" -msgstr "" +msgstr "´ÈëÊäÈëʧ°Ü£ş%s\n" -#: src/domain_conf.c:518 +#: src/datatypes.c:123 +msgid "allocating connection" +msgstr "ĠŭÔÚ·ÖĊäÁĴ½Ó" + +#: src/datatypes.c:264 src/datatypes.c:269 +msgid "allocating domain" +msgstr "ĠŭÔÚ·ÖĊäÓòû" + +#: src/datatypes.c:280 +msgid "failed to add domain to connection hash table" +msgstr "ÌíĵÓÓòûµ½ıŝÏ£Á´ħíʧ°Ü" + +#: src/datatypes.c:321 +msgid "domain missing from connection hash table" +msgstr "Óòû´ÓıŝÏ£Á´ħíÖĥŞÊ§" + +#: src/datatypes.c:404 src/datatypes.c:409 +msgid "allocating network" +msgstr "·ÖĊäÍĝÂç" + +#: src/datatypes.c:419 +msgid "failed to add network to connection hash table" +msgstr "ÌíĵÓÍĝÂçµ½ÁĴ½ÓıŝÏ£ħíʧ°Ü" + +#: src/datatypes.c:457 +msgid "network missing from connection hash table" +msgstr "ÍĝÂç´ÓÁĴ½ÓıŝÏ£ħíÖĥŞÊ§" + +#: src/datatypes.c:541 src/datatypes.c:546 +msgid "allocating storage pool" +msgstr "·ÖĊä´ĉ´˘³Ĝ" + +#: src/datatypes.c:556 +msgid "failed to add storage pool to connection hash table" +msgstr "½Ğ´ĉ´˘³ĜÌíĵÓµ½ÁĴ½ÓÁĴ½ÓıŝÏ£ħíʧ°Ü" + +#: src/datatypes.c:595 +msgid "pool missing from connection hash table" +msgstr "ÁĴ½ÓıŝÏ£ħíÖÈħÉÙ³Ĝ" + +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 +msgid "allocating storage vol" +msgstr "·ÖĊä´ĉ´˘í" + +#: src/datatypes.c:692 +msgid "failed to add storage vol to connection hash table" +msgstr "½Ğ´ĉ´˘íÌíĵÓµ½ÁĴ½ÓıŝÏ£ħíÖʧ°Ü" + +#: src/datatypes.c:732 +msgid "vol missing from connection hash table" +msgstr "ÁĴ½ÓıŝÏ£ħíÖÈħÉÙÈŬÁż" + +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "·ÖĊä´ĉ´˘í" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "ĠŭÔÚż½ħ´½ÚµÄÚÈŬ" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "½Ğ´ĉ´˘íÌíĵÓµ½ÁĴ½ÓıŝÏ£ħíÖʧ°Ü" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "ÁĴ½ÓıŝÏ£ħíÖÈħÉÙÈŬÁż" + +#: src/domain_conf.c:532 #, fuzzy, c-format msgid "unknown disk type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÀàÍ '%s'" -#: src/domain_conf.c:562 +#: src/domain_conf.c:576 #, fuzzy, c-format msgid "unknown disk device '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ÎŜ§µÄÓòûÖ¸Ïò" +msgstr "δ֪ÒŭµĵÉèħ¸ '%s'" #: src/domain_conf.c:602 #, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" +msgid "Invalid floppy device name: %s" +msgstr "ÎŜ§ÈíĊÌÉèħ¸û³Ĉ£ş%s" -#: src/domain_conf.c:609 +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "ÎŜ§Ó²ĊÌÉèħ¸û³Ĉ£ş%s" + +#: src/domain_conf.c:624 #, fuzzy, c-format msgid "unknown disk bus type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ auth ÀàÍ '%s'" -#: src/domain_conf.c:632 +#: src/domain_conf.c:649 #, c-format msgid "Invalid bus type '%s' for floppy disk" -msgstr "" +msgstr "ÈíĊ̵ÄÎŜ§×ÜÏßÀàÍ '%s' " -#: src/domain_conf.c:638 +#: src/domain_conf.c:655 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" -msgstr "ÄżħêÉèħ¸ÀàÍ" +msgstr "ÈíĊ̵ÄÎŜ§×ÜÏßÀàÍ '%s' " -#: src/domain_conf.c:690 +#: src/domain_conf.c:707 #, fuzzy, c-format msgid "unknown filesystem type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ auth ÀàÍ '%s'" -#: src/domain_conf.c:792 +#: src/domain_conf.c:800 #, fuzzy, c-format msgid "unknown interface type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ auth ÀàÍ '%s'" -#: src/domain_conf.c:869 +#: src/domain_conf.c:864 msgid "" "No 'network' attribute specified with " -msgstr "" +msgstr "ğÓÊıÓ Ö¸ĥ¨ ĦnetworkingĦŻÊôÔ" -#: src/domain_conf.c:895 +#: src/domain_conf.c:890 msgid "No 'dev' attribute specified with " -msgstr "" +msgstr "ğÓÊıÓ Ö¸ĥ¨ ĦdevĦŻÊôÔ" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "ğÓÊıÓÌ×½Ó×Ö½ÓżÚÖ¸ĥ¨ ĦportĦŻÊôÔ" #: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" +msgstr "ÎŜ·¨ÊıÓÌ×½Ó×Ô½ÓżÚ½âÎö 'port' ÊôÔ" -#: src/domain_conf.c:920 +#: src/domain_conf.c:915 msgid "No 'address' attribute specified with socket interface" -msgstr "" +msgstr "ğÓÊıÓÌ×½Ó×Ô½ÓżÚÖ¸ĥ¨µÄ 'address' ÊôÔ" -#: src/domain_conf.c:945 +#: src/domain_conf.c:940 msgid "Model name contains invalid characters" -msgstr "" +msgstr "Ä£żéû³ĈÖşĴÓÎŜ§×Ö·û" -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy +#: src/domain_conf.c:1113 src/domain_conf.c:1190 msgid "Missing source path attribute for char device" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙ×Ö·ûÉèħ¸µÄԴ·ĥÊôÔ" -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy +#: src/domain_conf.c:1130 src/domain_conf.c:1147 msgid "Missing source host attribute for char device" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙ×Ö·ûÉèħ¸µÄÔ´Ö÷ğúÊôÔ" -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 msgid "Missing source service attribute for char device" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙ×Ö·ûÉèħ¸µÄÔ´·ŝÎñÊôÔ" -#: src/domain_conf.c:1247 -#, fuzzy +#: src/domain_conf.c:1242 msgid "missing input device type" -msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +msgstr "ÈħÉÙÊäÈëÉèħ¸ÀàÍ" -#: src/domain_conf.c:1253 +#: src/domain_conf.c:1248 #, fuzzy, c-format msgid "unknown input device type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÒŭµĵÉèħ¸ '%s'" -#: src/domain_conf.c:1260 +#: src/domain_conf.c:1255 #, fuzzy, c-format msgid "unknown input bus type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ auth ÀàÍ '%s'" -#: src/domain_conf.c:1268 +#: src/domain_conf.c:1263 #, c-format msgid "ps2 bus does not support %s input device" -msgstr "" +msgstr "ps2 ×ÜÏß²ğÖ§³Ö %s ÊäÈëÉèħ¸" -#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#: src/domain_conf.c:1269 src/domain_conf.c:1276 #, c-format msgid "unsupported input bus %s" -msgstr "" +msgstr "²ğÖ§³ÖµÄÊäÈë×ÜÏß %s" -#: src/domain_conf.c:1286 -#, fuzzy, c-format +#: src/domain_conf.c:1281 +#, c-format msgid "xen bus does not support %s input device" -msgstr "ÄżħêÉèħ¸ÀàÍ" +msgstr "xen ×ÜÏß²ğÖ§³Ö %s ÊäÈëÉèħ¸" -#: src/domain_conf.c:1331 +#: src/domain_conf.c:1326 #, fuzzy msgid "missing graphics device type" -msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +msgstr "ÈħÉÙÊäÈëÉèħ¸ÀàÍ" -#: src/domain_conf.c:1337 +#: src/domain_conf.c:1332 #, fuzzy, c-format msgid "unknown graphics device type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "δ֪Éèħ¸ÀàÍ" -#: src/domain_conf.c:1348 +#: src/domain_conf.c:1343 #, fuzzy, c-format msgid "cannot parse vnc port %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨ÎŞ %s ɳŭĊäÖ" -#: src/domain_conf.c:1406 +#: src/domain_conf.c:1401 #, fuzzy, c-format msgid "unknown sound model '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÉùÒôģʽÀàÍ" -#: src/domain_conf.c:1439 +#: src/domain_conf.c:1434 #, fuzzy, c-format msgid "cannot parse vendor id %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨ĥÁÈĦÄżÂĵ %s£ş%s" -#: src/domain_conf.c:1446 +#: src/domain_conf.c:1441 msgid "usb vendor needs id" msgstr "" -#: src/domain_conf.c:1456 +#: src/domain_conf.c:1451 #, fuzzy, c-format msgid "cannot parse product %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞÉèħ¸ %s" -#: src/domain_conf.c:1463 +#: src/domain_conf.c:1458 msgid "usb product needs id" msgstr "" -#: src/domain_conf.c:1474 +#: src/domain_conf.c:1469 #, fuzzy, c-format msgid "cannot parse bus %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨ĥÁÈĦ %s£ş%s" -#: src/domain_conf.c:1481 +#: src/domain_conf.c:1476 msgid "usb address needs bus id" msgstr "" -#: src/domain_conf.c:1490 +#: src/domain_conf.c:1485 #, fuzzy, c-format msgid "cannot parse device %s" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨´òżŞÉèħ¸ %s" -#: src/domain_conf.c:1498 +#: src/domain_conf.c:1493 msgid "usb address needs device id" msgstr "" -#: src/domain_conf.c:1503 +#: src/domain_conf.c:1498 #, fuzzy, c-format msgid "unknown usb source type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ auth ÀàÍ '%s'" -#: src/domain_conf.c:1513 +#: src/domain_conf.c:1508 #, fuzzy msgid "missing vendor" msgstr "ÈħÉÙ \"" -#: src/domain_conf.c:1519 +#: src/domain_conf.c:1514 #, fuzzy msgid "missing product" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "Ô´Ö÷ğúÈħʧ" -#: src/domain_conf.c:1547 +#: src/domain_conf.c:1542 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÒŭµĵÉèħ¸ '%s'" -#: src/domain_conf.c:1558 +#: src/domain_conf.c:1553 #, fuzzy, c-format msgid "unknown host device type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÒŭµĵÉèħ¸ '%s'" -#: src/domain_conf.c:1563 +#: src/domain_conf.c:1558 #, fuzzy msgid "missing type in hostdev" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "Ô´Ö÷ğúÈħʧ" -#: src/domain_conf.c:1578 +#: src/domain_conf.c:1573 #, fuzzy, c-format msgid "unknown node %s" msgstr "δ֪µÄÖ÷ğú %s" -#: src/domain_conf.c:1609 +#: src/domain_conf.c:1604 #, fuzzy, c-format msgid "unknown lifecycle action %s" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÑéÖ¤ÀàÍ %s" -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 msgid "missing root element" -msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +msgstr "ÈħÉÙ¸ùÔŞËĜ" -#: src/domain_conf.c:1672 -#, fuzzy +#: src/domain_conf.c:1668 msgid "unknown device type" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "δ֪Éèħ¸ÀàÍ" -#: src/domain_conf.c:1698 -#, fuzzy +#: src/domain_conf.c:1703 msgid "failed to allocate space for xmlXPathContext" -msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +msgstr "ÎŞ xmlXPathContext ·ÖĊäżĠĵäʧ°Ü" -#: src/domain_conf.c:1706 -#, fuzzy +#: src/domain_conf.c:1711 msgid "missing domain type attribute" -msgstr "ĥŞÊ§ÓòûĊÏ˘" +msgstr "ÈħÉÙÓòÀàÍÊôÔ" -#: src/domain_conf.c:1712 +#: src/domain_conf.c:1717 #, fuzzy, c-format msgid "invalid domain type %s" -msgstr "ÎŜ§µÄÓòûÖ¸Ïò" +msgstr "ÎŜ§ÓòûÀàÍ" -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, c-format msgid "Failed to generate UUID: %s" -msgstr "´´½¨XMLʧ°Ü" +msgstr "Éú³É UUID ʧ°Ü£ş%s" -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 msgid "malformed uuid element" -msgstr "" +msgstr "ğû뵀 uuid ÔŞËĜ" -#: src/domain_conf.c:1745 -#, fuzzy +#: src/domain_conf.c:1750 msgid "missing memory element" -msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +msgstr "ÈħÉÙÄÚ´ĉÔŞËĜ" -#: src/domain_conf.c:1775 +#: src/domain_conf.c:1780 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "·ÇĈÚÍûµÄÊŭŬ '%s'" -#: src/domain_conf.c:1815 -#, fuzzy +#: src/domain_conf.c:1820 msgid "no OS type" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "ğÓ²Ù×÷ϵͳÀàÍ" -#: src/domain_conf.c:1844 src/xm_internal.c:661 +#: src/domain_conf.c:1849 src/xm_internal.c:698 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" -msgstr "ÄżħêÉèħ¸ÀàÍ" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "½ÓżÚÉèħ¸" +msgstr "²ğÖ§³ÖµÄııĵÜ" #: src/domain_conf.c:1899 #, fuzzy +msgid "cannot extract boot device" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" + +#: src/domain_conf.c:1907 +#, fuzzy msgid "missing boot device" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙÔ´Éèħ¸" -#: src/domain_conf.c:1904 -#, fuzzy, c-format +#: src/domain_conf.c:1912 +#, c-format msgid "unknown boot device '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÒŭµĵÉèħ¸ '%s'" -#: src/domain_conf.c:1924 +#: src/domain_conf.c:1932 #, fuzzy msgid "cannot extract disk devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "ÄżħêÉèħ¸ÀàÍ" - -#: src/domain_conf.c:1962 +#: src/domain_conf.c:1952 #, fuzzy msgid "cannot extract filesystem devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:1979 +#: src/domain_conf.c:1970 #, fuzzy msgid "cannot extract network devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:1997 +#: src/domain_conf.c:1990 #, fuzzy msgid "cannot extract parallel devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:2014 +#: src/domain_conf.c:2009 #, fuzzy msgid "cannot extract serial devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:2058 +#: src/domain_conf.c:2057 #, fuzzy msgid "cannot extract input devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:2090 +#: src/domain_conf.c:2091 #, fuzzy msgid "cannot extract graphics devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:2126 +#: src/domain_conf.c:2132 #, fuzzy msgid "cannot extract sound devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:2157 +#: src/domain_conf.c:2161 #, fuzzy msgid "cannot extract host devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 #, fuzzy, c-format msgid "at line %d: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "bind: %s" -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 #, fuzzy msgid "failed to parse xml document" -msgstr "ıÒĈ %s Óòʧ°Ü" +msgstr "ÔŬÍ£Óòʧ°Ü" -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy +#: src/domain_conf.c:2302 src/network_conf.c:524 msgid "incorrect root element" -msgstr "δ֪µÄÖ÷ğú %s" +msgstr "²ğĠŭÈ·µÄ¸ùÔŞËĜ" -#: src/domain_conf.c:2502 +#: src/domain_conf.c:2511 msgid "topology cpuset syntax error" -msgstr "ÍĜĈËCPU×éÓï·¨´íÎó" +msgstr "ÍĜĈË cpu ×éÓï·¨´íÎó" -#: src/domain_conf.c:2516 +#: src/domain_conf.c:2525 #, fuzzy, c-format msgid "unexpected lifecycle type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2537 +#: src/domain_conf.c:2546 #, fuzzy, c-format msgid "unexpected disk type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2542 +#: src/domain_conf.c:2551 #, fuzzy, c-format msgid "unexpected disk device %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2547 +#: src/domain_conf.c:2556 #, fuzzy, c-format msgid "unexpected disk bus %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2597 +#: src/domain_conf.c:2606 #, fuzzy, c-format msgid "unexpected filesystem type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#: src/domain_conf.c:2657 src/domain_conf.c:2871 #, fuzzy, c-format msgid "unexpected net type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2716 +#: src/domain_conf.c:2725 #, fuzzy, c-format msgid "unexpected char type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#: src/domain_conf.c:2824 src/xend_internal.c:5180 #, fuzzy, c-format msgid "unexpected sound model %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#: src/domain_conf.c:2844 src/xend_internal.c:5202 #, fuzzy, c-format msgid "unexpected input type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2840 +#: src/domain_conf.c:2849 #, fuzzy, c-format msgid "unexpected input bus type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2922 +#: src/domain_conf.c:2931 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "ÒâÍâµÄÖĜ¸´½Úµ" -#: src/domain_conf.c:2929 +#: src/domain_conf.c:2938 #, fuzzy, c-format msgid "unexpected hostdev type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:2974 -#, fuzzy, c-format +#: src/domain_conf.c:2976 +#, c-format msgid "unexpected domain type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:3059 +#: src/domain_conf.c:3061 #, fuzzy, c-format msgid "unexpected boot device type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/domain_conf.c:3077 +#: src/domain_conf.c:3079 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "ÒâÍâµÄÖµ½Úµ" -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 #, c-format msgid "cannot create config directory %s: %s" -msgstr "" +msgstr "ÎŜ·¨Éú³ÉĊäÖÄżÂĵ %s£ş%s" -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, c-format msgid "cannot create config file %s: %s" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +msgstr "ÎŜ·¨Éú³ÉĊäÖÎÄĵŝ %s£ş %s" -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, c-format msgid "cannot write config file %s: %s" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +msgstr "ÎŜ·¨´ÈëĊäÖÎÄĵŝ %s£ş%s" -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 #, c-format msgid "cannot save config file %s: %s" -msgstr "" +msgstr "ÎŜ·¨ħ£´ĉĊäÖÎÄĵŝ %s£ş%s" -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, c-format msgid "Failed to open dir '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´òżŞÄżÂĵ '%s' ʧ°Ü£ş %s" -#: src/domain_conf.c:3369 src/network_conf.c:807 +#: src/domain_conf.c:3360 src/network_conf.c:807 #, fuzzy, c-format msgid "cannot remove config for %s: %s" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +msgstr "ÎŜ·¨ÎŞ %s ɳŭĊäÖ" -#: src/domain_conf.c:3443 -#, fuzzy +#: src/domain_conf.c:3434 msgid "unknown virt type" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "δ֪ virt ÀàÍ" -#: src/domain_conf.c:3454 +#: src/domain_conf.c:3445 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" -#: src/hash.c:691 -msgid "allocating connection" -msgstr "ĠŭÔÚ·ÖĊäÁĴ½Ó" - -#: src/hash.c:825 src/hash.c:830 -msgid "allocating domain" -msgstr "ĠŭÔÚ·ÖĊäÓòû" - -#: src/hash.c:841 -msgid "failed to add domain to connection hash table" -msgstr "ÌíĵÓÓòûµ½ıŝÏ£Á´ħíʧ°Ü" - -#: src/hash.c:882 -msgid "domain missing from connection hash table" -msgstr "Óòû´ÓıŝÏ£Á´ħíÖĥŞÊ§" - -#: src/hash.c:965 src/hash.c:970 -msgid "allocating network" -msgstr "·ÖĊäÍĝÂç" - -#: src/hash.c:980 -msgid "failed to add network to connection hash table" -msgstr "ÌíĵÓÍĝÂçµ½ÁĴ½ÓıŝÏ£ħíʧ°Ü" - -#: src/hash.c:1018 -msgid "network missing from connection hash table" -msgstr "ÍĝÂç´ÓÁĴ½ÓıŝÏ£ħíÖĥŞÊ§" - -#: src/hash.c:1102 src/hash.c:1107 -#, fuzzy -msgid "allocating storage pool" -msgstr "·ÖĊäÍĝÂç" - -#: src/hash.c:1117 -#, fuzzy -msgid "failed to add storage pool to connection hash table" -msgstr "ÌíĵÓÍĝÂçµ½ÁĴ½ÓıŝÏ£ħíʧ°Ü" - -#: src/hash.c:1156 -#, fuzzy -msgid "pool missing from connection hash table" -msgstr "Óòû´ÓıŝÏ£Á´ħíÖĥŞÊ§" - -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 -#, fuzzy -msgid "allocating storage vol" -msgstr "·ÖĊäÍĝÂç" - -#: src/hash.c:1253 -#, fuzzy -msgid "failed to add storage vol to connection hash table" -msgstr "ÌíĵÓÍĝÂçµ½ÁĴ½ÓıŝÏ£ħíʧ°Ü" - -#: src/hash.c:1293 -#, fuzzy -msgid "vol missing from connection hash table" -msgstr "Óòû´ÓıŝÏ£Á´ħíÖĥŞÊ§" - -#: src/iptables.c:104 -#, fuzzy +#: src/iptables.c:102 msgid "Failed to run '" -msgstr "´´½¨XMLʧ°Ü" +msgstr "ÔË ' ʧ°Ü" -#: src/iptables.c:152 -#, fuzzy +#: src/iptables.c:150 msgid "Failed to read " -msgstr "´´½¨XMLʧ°Ü" +msgstr "ĥÁÈĦʧ°Ü" -#: src/iptables.c:180 -#, fuzzy +#: src/iptables.c:178 msgid "Failed to write to " -msgstr "´ socket %d ʧ°Ü\n" +msgstr "´Èëʧ°Ü" -#: src/iptables.c:245 -#, fuzzy, c-format +#: src/iptables.c:243 +#, c-format msgid "Failed to create directory %s : %s" -msgstr "´Ó %s ´´½¨ÍĝÂçʧ°Ü" +msgstr "´´½¨ÄżÂĵ %s ʧ°Ü£ş%s" -#: src/iptables.c:251 -#, fuzzy, c-format +#: src/iptables.c:249 +#, c-format msgid "Failed to saves iptables rules to %s : %s" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" +msgstr "½Ğ·ÓÉħíıĉÔòħ£´ĉµ½ %s ʧ°Ü£ş%s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" -msgstr "" +msgstr "ÎŜ·¨´Óħí '%s' ÖµÄÁ´ '%s' Öɳŭ·ÓÉħíıĉÔò '%s'£ş%s" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "" +msgstr "ÎŜ·¨Ïòħí '%s' ÖµÄÁ´ '%s' ÌíĵÓ·ÓÉħíıĉÔò '%s'£ş%s" -#: src/libvirt.c:754 -#, fuzzy +#: src/libvirt.c:808 msgid "could not parse connection URI" -msgstr "²ğÄÜÁĴ½Óµ½ %s" +msgstr "ÎŜ·¨½âÎöÁĴ½Ó URI" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "ĠŭÔÚ·ÖĊäÁĴ½Ó" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "żŞÊĵÍĝÂç %s ʧ°Ü" +msgstr "½ÓÊÜÁĴ½Óʧ°Ü£ş %s " -#: src/libvirt.c:2208 -#, fuzzy +#: src/libvirt.c:2316 msgid "domainMigratePrepare did not set uri" -msgstr "ÓòĊÏ˘²ğĠŭÈ·£Ĵdomid ²ğÊÇÊŭ×ÖÖµ" +msgstr "domainMigratePrepare ğÓÉèĥ¨ uri" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domainMigratePrepare ğÓÉèĥ¨ uri" + +#: src/libvirt.c:2890 msgid "path is NULL" -msgstr "" +msgstr "·ĥÎŞ NULL" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" -msgstr "" +msgstr "ħêÇİħĜëÎŞÁ" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" -msgstr "" +msgstr "ğş³ċÎŞ NULL" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" -msgstr "" +msgstr "ħêÇݲÎÊŭħĜëÎŞ VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" -msgstr "" +msgstr "ğş³ċÎŞ NULL µĞ´óĦÊÇ·ÇÁÊŭ" -#: src/lxc_container.c:123 -#, fuzzy, c-format +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "ÖĜÂÔĜÈëÇŭĥŻ³ÌòÊħ³ö´í" + +#: src/lxc_container.c:122 +#, c-format msgid "setsid failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "setsid ʧ°Ü£ş%s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "·ÖĊäÖµÊŭ×é" +msgstr "ioctl(TIOCSTTY) ʧ°Ü£ş%s" -#: src/lxc_container.c:142 -#, fuzzy, c-format +#: src/lxc_container.c:141 +#, c-format msgid "dup2(stdin) failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "dup2(stdin) ʧ°Ü£ş%s" -#: src/lxc_container.c:148 -#, fuzzy, c-format +#: src/lxc_container.c:147 +#, c-format msgid "dup2(stdout) failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "dup2(stdout) ʧ°Ü£ş%s" -#: src/lxc_container.c:154 -#, fuzzy, c-format +#: src/lxc_container.c:153 +#, c-format msgid "dup2(stderr) failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "dup2(stderr) ʧ°Ü£ş%s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÎŜ·¨·ÖĊäÈŬĈ÷û³Ĉ×Ö·û´" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "´´½¨²ğğîĥŻÓò %s ʧ°Ü\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "½ĞÌ×½Ó×Ö°óĥ¨µ½ '%s' : %s ʧ°Ü" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" -msgstr "´´½¨XMLʧ°Ü" +msgstr "´´½¨ '%s' ʧ°Ü" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "½ĞÌ×½Ó×Ö°óĥ¨µ½ '%s' : %s ʧ°Ü" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "żŞÊĵÓò %s ʧ°Ü" +msgstr "ÎŞÈŬĈ÷ıÒÔĜ /proc ʧ°Ü£ş%s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "żŞÊĵÓò %s ʧ°Ü" +msgstr "ÎŞÈŬĈ÷ıÒÔĜ /proc ʧ°Ü£ş%s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "Éú³ÉÈĠÖÎÄĵŝʧ°Ü %s£ş%s" -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, c-format msgid "failed to mount %s at %s for container: %s" -msgstr "żŞÊĵÓò %s ʧ°Ü" +msgstr "ÎŞÈŬĈ÷ÔÚ %s ıÒÔĜ %s ʧ°Ü£ş%s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" -msgstr "´Ó %s ´´½¨Óòʧ°Ü" +msgstr "´´½¨³Ĝ %s ʧ°Ü" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´òżŞÄżÂĵ '%s' ʧ°Ü£ş %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 -#, fuzzy, c-format +#: src/lxc_container.c:463 src/lxc_container.c:506 +#, c-format msgid "failed to mount /proc for container: %s" -msgstr "żŞÊĵÓò %s ʧ°Ü" +msgstr "ÎŞÈŬĈ÷ıÒÔĜ /proc ʧ°Ü£ş%s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" -msgstr "" +msgstr "lxcChild() ´ĞµŬÎŜ§ vm ĥ¨Òċ" -#: src/lxc_container.c:563 -#, fuzzy, c-format +#: src/lxc_container.c:562 +#, c-format msgid "open(%s) failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "´òżŞ£¨%s£İʧ°Ü£ş%s" -#: src/lxc_container.c:624 -#, fuzzy, c-format +#: src/lxc_container.c:623 +#, c-format msgid "clone() failed, %s" -msgstr "·ÖĊäÖµÊŭ×é" +msgstr "clone() ʧ°Ü£Ĵ%s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "ÔÚ %s Ö´´½¨íʧ°Ü" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "´´½¨Ì×½Ó×Öʧ°Ü£ş%s" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" -msgstr "ĥÁ socket %d ʧ°Ü\n" +msgstr "´´½¨Ì×½Ó×Öʧ°Ü£ş%s" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "½ĞÌ×½Ó×Ö°óĥ¨µ½ '%s' : %s ʧ°Ü" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "½ĞÌ×½Ó×Ö°óĥ¨µ½ '%s' : %s ʧ°Ü" -#: src/lxc_controller.c:122 -#, fuzzy, c-format +#: src/lxc_controller.c:192 +#, c-format msgid "read of fd %d failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "ĥÁÈĦ fd %d ʧ°Ü£ş%s" -#: src/lxc_controller.c:128 -#, fuzzy, c-format +#: src/lxc_controller.c:198 +#, c-format msgid "write to fd %d failed: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´òżŞ fd %d ʧ°Ü£ş%s" -#: src/lxc_controller.c:179 -#, fuzzy, c-format +#: src/lxc_controller.c:249 +#, c-format msgid "epoll_create(2) failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "epoll_create(2) ʧ°Ü£ş%s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "epoll_ctl(fd1) ʧ°Ü£ş%s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "epoll_ctl(fd1) ʧ°Ü£ş%s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" -msgstr "" +msgstr "´íÎóÊÂĵŝ %d" -#: src/lxc_controller.c:275 -#, fuzzy, c-format +#: src/lxc_controller.c:345 +#, c-format msgid "epoll_wait() failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "epoll_wait() ʧ°Ü£ş%s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "ÎŜ·¨ğñµ½ÓżÚ×´ÌĴ %s %s" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "ɳŭÓò %s ʧ°Ü" +msgstr "ɳŭí %s ʧ°Ü" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "unlockpt ʧ°Ü£ş%s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "Ïò pid ÎÄĵŝ '%s' : %s ´Èëʧ°Ü" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "ÎŜ·¨½Ğ argv ´ÈëÈĠÖÎÄĵŝ %d£ş%s" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "ÎŜ·¨ıĜħĠÈĠÖÎÄĵŝ %d£ş%s" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" +msgstr "²éĠÒ´ĉ´˘ÇŭĥŻ³Ìòʧ°Ü£ş %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +msgid "failed to allocate space for VM name string" +msgstr "ÎŞ VM û³Ĉ×Ö·û´·ÖĊäżĠĵäʧ°Ü" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 -#, fuzzy +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 msgid "no domain with matching uuid" -msgstr "Óò id ğò uuid" +msgstr "ğÓĈĊä uuid µÄÓò" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 -#, fuzzy +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 msgid "cannot delete active domain" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "ÎŜ·¨É³ŭğîÔÓò" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "ÎŜ·¨É³ŭğîÔÓò" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "żŞÊĵÓò %s ʧ°Ü" +msgstr "waitpid µÈ´ŭÈŬĈ÷ %d ʧ°Ü£ş%d %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "ıı½¨ÍĝÂç½çĉÓ½Ċħ" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "´Ó %s ğñµÉèħ¸Ê§°Ü" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "½ĞÌ×½Ó×Ö°óĥ¨µ½ '%s' : %s ʧ°Ü" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÎŞ×Ö·ûÉèħ¸·ÖĊäżĠĵäʧ°Ü" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "ĥÁ socket %d ʧ°Ü\n" +msgstr "´´½¨Ì×½Ó×Öʧ°Ü£ş%s" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "ÁĴ½Óµ½ Xen Store ʧ°Ü" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ÎŜ§µÄÓòûÖ¸Ïò" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ıĜħĠ tty pid ÎÄĵŝ %s ʧ°Ü£ş%s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨²âÊÔÎÄĵŝ '%s'£ş%s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +msgstr "ÎŜ·¨Éú³ÉÈĠÖÄżÂĵ %s£ş%s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´òżŞÄżÂĵ '%s' ʧ°Ü£ş %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´òżŞ pid ÎÄĵŝ '%s' : %s ʧ°Ü" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 #, fuzzy, c-format -msgid "no domain with id %d" -msgstr "Óò id ğò uuid" +msgid "no domain named %s" +msgstr "Óòû" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, c-format -msgid "uname(): %m" -msgstr "" +msgid "no domain with id %d" +msgstr "ğÓ´ĝ id %d µÄÓò" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "û³Ĉ" + +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "µµ½Î´Ö޵ÄHTTP´íÎó´úÂë %d" +msgstr "δ֪ıŭ³Ì£ş%d" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "ğÖ¸´Óò %s ʧ°Ü" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ÎŜ§Â·ĥ£ş%s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "virXPathNode() µÄÎŜ§²ÎÊŭ" #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨½âÎöµĜÖ· %d£ş%s" #: src/network_conf.c:249 #, fuzzy, c-format msgid "cannot use name address '%s'" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨½âÎöµĜÖ· %d£ş%s" #: src/network_conf.c:265 src/network_conf.c:353 #, fuzzy, c-format msgid "cannot parse IP address '%s'" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨½âÎöµĜÖ· %d£ş%s" #: src/network_conf.c:359 #, fuzzy, c-format msgid "cannot parse netmask '%s'" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨ĥÁÈĦħêÌâ '%s'£ş%s" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "" +msgstr "ÇëÇóת·˘£ĴµĞğÓÌáıİ IPv4 µĜÖ·/×ÓÍĝÑÚÂë" #: src/network_conf.c:391 #, fuzzy, c-format msgid "unknown forwarding type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ auth ÀàÍ '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" -msgstr "" +msgstr "ÎŜ·¨Éú³É×ÔĥŻĈôĥŻÄżÂĵ %s£ş%s" #: src/network_conf.c:733 #, c-format msgid "Network config filename '%s' does not match network name '%s'" +msgstr "ÍĝÂçĊäÖÎÄĵŝ '%s' ÓëÍĝÂçû³Ĉ '%s' ²ğĈĊä" + +#: src/network_conf.c:798 src/storage_conf.c:1448 +#, c-format +msgid "no config file for %s" +msgstr "%s ğÓĊäÖÎÄĵŝ" + +#: src/network_driver.c:102 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" +msgstr "×ÔĥŻĈôĥŻÍĝÂç '%s' ʧ°Ü£ş%s " + +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "²éĠÒ uid '%d': %s Óğ§ĵÇÂĵʧ°Ü" + +#: src/network_driver.c:143 +#, fuzzy +msgid "out of memory in asprintf\n" +msgstr "asprintf ÖÓÄÚ´ĉÒç³ö" + +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "qemudStartup£şÄÚ´ĉÒç³ö" + +#: src/network_driver.c:197 +#, fuzzy +msgid "Reloading iptables rules\n" +msgstr "ÖĜÂÔĜÈë·ÓÉħíıĉÔò" + +#: src/network_driver.c:382 +msgid "failed to allocate space for dnsmasq argv" +msgstr "ÎŞ dnsmasq argv ·ÖĊäżĠĵäʧ°Ü" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "ğÓ·ŝÎñĈ÷ IP µĜÖ·ÎŜ·¨ĈôĥŻ dhcp ÊĜğ¤½ĝ³Ì" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊí´Ó '%s' ת·˘Ê§°Ü£ş%s\n" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊíת·˘ÖÁ '%s' ʧ°Ü£ş%s\n" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòĈôÓÎħװʧ°Ü£ş%s\n" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊí´Ó '%s' ·ÓÉʧ°Ü£ş%s\n" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊí·ÓÉÖÁ '%s' ʧ°Ü£ş%s\n" + +#: src/network_driver.c:514 +msgid "failed to allocate space for IP tables support" +msgstr "ÎŞ IP ħí¸ñÖ§³Ö·ÖĊäżĠĵäʧ°Ü" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊí´Ó '%s' ÇëÇó DHCP ʧ°Ü£ş%s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊí´Ó '%s' ÇëÇó DNS ʧ°Ü£ş%s" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊí×èĥÏ´Ó '%s' Íâ³öÁ÷ÁżÊ§°Ü£ş%s" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊí½ĝÈë '%s' µÄÁ÷ÁżÊ§°Ü£ş%s" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "ÌíĵÓ·ÓÉħíıĉÔòÔÊí´Ó '%s' ֵĿçÇĊ½ÓÁ÷ÁżÊ§°Ü£ş%s" + +#: src/network_driver.c:670 +msgid "network is already active" +msgstr "ÍĝÂçÒÑ­ĵ¤ğî" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "ÎŜ·¨³ġÊĵğŻÇĊ½ÓÖ§³Ö£ş%s" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "ÎŜ·¨´´½¨ÇĊ½Ó '%s'£ş%s" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "ÎŜ·¨ÔÚÇĊ½Ó '%s' ½Ğ IP µĜÖ·ÉèÎŞ '%s'£ş%s" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "ÎŜ·¨ÔÚÇĊ½Ó '%s' ½Ğ×ÓÍĝÑÚÂëÉèÎŞ '%s'£ş%s" + +#: src/network_driver.c:713 +#, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Í£ÖıÇĊ½Ó '%s' ʧ°Ü£ş%s" + +#: src/network_driver.c:724 +#, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "ĈôĥŻ IP ת·˘Ê§°Ü£ş%s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "ĵġÉÙÇĊ½Ó '%s' ʧ°Ü£ş%s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "ɳŭÇĊ½Ó '%s' ʧ°Ü£ş%s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "ıĜħĠÍĝÂç '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "ÎŞ dnsmasq ğñµÒâÍâ pid" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "ğÓ´ĝĈĊä uuid µÄÍĝÂç" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "ğÓ´ĝĈĊäû³ĈµÄÍĝÂç" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "ÍĝÂçÒÑ­ĵ¤ğî" + +#: src/network_driver.c:1045 +msgid "no network with matching id" +msgstr "ğÓ´ĝĈĊä id µÄÍĝÂç" + +#: src/network_driver.c:1052 +msgid "failed to allocate space for network bridge string" +msgstr "ÎŞÍĝÂçÇĊ½Ó×Ö·û´·ÖĊäżĠĵäʧ°Ü" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "ÎŞ '%s' ´´½¨·ûşĊÁ´½Ó '%s' ʧ°Ü£ş%s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "ɳŭ·ûşĊÁ´½Ó '%s' ʧ°Ü£ş%s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "ğÓ´ĝĈĊäû³ĈµÄ´ĉ´˘í" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "ÎŜ·¨ÌáÈĦÔ赀 %sıÜÀí³Ìò°ĉħ\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 -#, fuzzy, c-format -msgid "no config file for %s" -msgstr "ĊäÖÎÄĵŝÓï·¨´íÎó: %s" - -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "²ğÄÜÁĴ½Óµ½ %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format +#: src/openvz_conf.c:225 +#, c-format msgid "Cound not read 'NETIF' from config for container %d" -msgstr "²ğÄÜÁĴ½Óµ½ %s" +msgstr "" -#: src/openvz_conf.c:247 +#: src/openvz_conf.c:252 #, fuzzy msgid "Too long network device name" msgstr "½âÎöÍĝÂçÎÄĵŝû" -#: src/openvz_conf.c:264 +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 #, fuzzy msgid "Wrong length MAC address" -msgstr "ÎŜ§µÄMACµĜÖ·" +msgstr "ÎŜ§µÄ MAC µĜÖ·" -#: src/openvz_conf.c:271 +#: src/openvz_conf.c:287 #, fuzzy msgid "Wrong MAC address" msgstr "MAC µĜÖ·" -#: src/openvz_conf.c:327 -#, fuzzy +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 msgid "popen failed" -msgstr "²Ù×÷ʧ°Ü" +msgstr "popen ʧ°Ü" -#: src/openvz_conf.c:337 -#, fuzzy +#: src/openvz_conf.c:388 msgid "Failed to parse vzlist output" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "½âÎö vzlist ÊäÈëʧ°Ü" -#: src/openvz_conf.c:363 -#, fuzzy +#: src/openvz_conf.c:414 msgid "UUID in config file malformed" -msgstr "ĊäÖÎÄĵŝÓï·¨´íÎó: %s" +msgstr "ĊäÖÎÄĵŝÖµÄ UUID şÜĈĉıÖ" -#: src/openvz_conf.c:375 +#: src/openvz_conf.c:426 #, fuzzy, c-format msgid "Cound not read config for container %d" -msgstr "²ğÄÜÁĴ½Óµ½ %s" +msgstr "ÎŜ·¨ÎŞ %s ɳŭĊäÖ" -#: src/openvz_driver.c:95 +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 #, fuzzy msgid "Container is not defined" -msgstr "ÓòÈÔÔÚÔË" +msgstr "ÓòğÓÔÚÔË" -#: src/openvz_driver.c:123 +#: src/openvz_driver.c:125 msgid "only filesystem templates are supported" msgstr "" -#: src/openvz_driver.c:129 +#: src/openvz_driver.c:131 +#, fuzzy msgid "only one filesystem supported" -msgstr "" +msgstr "ÎŜ§ÎÄĵŝϵͳÀàÍ" -#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#: src/openvz_driver.c:149 src/openvz_driver.c:495 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "²ğÄÜÁĴ½Óµ½ %s" -#: src/openvz_driver.c:249 +#: src/openvz_driver.c:257 #, fuzzy, c-format msgid "cannot read cputime for domain %d" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "ÎŜ·¨É³ŭğîÔÓò" -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy +#: src/openvz_driver.c:297 src/openvz_driver.c:324 msgid "domain is not in running state" -msgstr "ÓòÈÔÔÚÔË" +msgstr "ÓòğÓ´ĤÓÚÔË×´ÌĴ" -#: src/openvz_driver.c:347 +#: src/openvz_driver.c:398 msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 #, fuzzy, c-format msgid "Could not exec %s" msgstr "²ğÄÜÁĴ½Óµ½ %s" -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "²ğÄÜÁĴ½Óµ½ %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#: src/openvz_driver.c:524 #, fuzzy msgid "Could not configure network" msgstr "²ğÄÜÁĴ½Óµ½ %s" -#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "ÎŜ·¨ÎŞ %s ɳŭĊäÖ" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "ÒÑ­Ó id '%s' ĵ¤ğîÁË OPENVZ VM" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "ÎŜ·¨½âÎöÁĴ½Ó URI" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "¸ÄħäéÄâ CPU µÄşĊ" -#: src/openvz_driver.c:517 -#, c-format +#: src/openvz_driver.c:647 +#, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" +msgstr "ÒÑ­Ó id '%d' ĥ¨ÒċÁË OPENVZ VM" -#: src/openvz_driver.c:589 +#: src/openvz_driver.c:716 msgid "no domain with matching id" -msgstr "" +msgstr "ğÓĈĊä id µÄÓò" -#: src/openvz_driver.c:595 -#, fuzzy +#: src/openvz_driver.c:722 msgid "domain is not in shutoff state" -msgstr "ÓòÈÔÔÚÔË" +msgstr "ÓòğÓ´ĤÓÚıĜħĠ×´ÌĴ" -#: src/openvz_driver.c:678 +#: src/openvz_driver.c:805 #, fuzzy msgid "Could not read container config" -msgstr "²ğÄÜÁĴ½Óµ½ %s" +msgstr "ÎŜ·¨½âÎöÁĴ½Ó URI" -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, c-format msgid "unknown type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÀàÍ '%s'" -#: src/openvz_driver.c:720 +#: src/openvz_driver.c:847 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 #, fuzzy, c-format msgid "Could not parse VPS ID %s" -msgstr "²ğÄÜÁĴ½Óµ½ %s" +msgstr "ÎŜ·¨½âÎöÁĴ½Ó URI" -#: src/proxy_internal.c:266 +#: src/proxy_internal.c:252 #, c-format msgid "Failed to close socket %d\n" msgstr "ıĜħĠ socket %d ʧ°Ü\n" -#: src/proxy_internal.c:299 +#: src/proxy_internal.c:285 #, c-format msgid "Failed to read socket %d\n" msgstr "ĥÁ socket %d ʧ°Ü\n" -#: src/proxy_internal.c:326 +#: src/proxy_internal.c:312 #, c-format msgid "Failed to write to socket %d\n" msgstr "´ socket %d ʧ°Ü\n" -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "Óë´úÀí·ŝÎñĈ÷ͨÑĥ´íÎó£şğñµÁË %d ×Ö½Ú£¨ı²Ó %d ×Ö½Ú£İ\n" -#: src/proxy_internal.c:426 +#: src/proxy_internal.c:412 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "Óë´úÀí·ŝÎñĈ÷ͨÑĥ´íÎó£şèÒŞ %d ×Ö½Ú£ĴĥĝğñµÁË %d ×Ö½Ú\n" -#: src/proxy_internal.c:448 +#: src/proxy_internal.c:434 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "Óë´úÀí·ŝÎñĈ÷ͨÑĥ´íÎó£şğñµÁË %d ×Ö½ÚµÄÊŭŬ°ü\n" -#: src/proxy_internal.c:472 +#: src/proxy_internal.c:458 msgid "Communication error with proxy: malformed packet\n" msgstr "Óë´úÀí·ŝÎñĈ÷ͨÑĥ´íÎó£şÊŭŬ°ü¸ñʽ²ğĠŭÈ·\n" -#: src/proxy_internal.c:478 +#: src/proxy_internal.c:464 #, c-format msgid "got asynchronous packet number %d\n" msgstr "ğñµÁËÒì²½ÊŭŬ°üşĊ %d\n" -#: src/qemu_conf.c:91 +#: src/qemu_conf.c:73 #, fuzzy msgid "failed to allocate vncListen" msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy +#: src/qemu_conf.c:78 src/qemu_conf.c:113 msgid "failed to allocate vncTLSx509certdir" -msgstr "·ÖĊäğş³ċʧ°Ü" +msgstr "·ÖĊä vncTLSx509certdir ʧ°Ü" -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "δĠÒµ½ÍĝÂç" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "ÍĝÂç %s ÒÑżŞÊĵ\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "ÍĝÂç %s ÒÑżŞÊĵ\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_conf.c:617 +#: src/qemu_conf.c:125 #, fuzzy -msgid "failed to allocate space for tapfds string" +msgid "failed to allocate vnc_listen" msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" -#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "À´×Ô %d pid %lu µÄÒâÍâÍ˳ö×´ÌĴ" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "ÒâÍâÍ˳ö×´ÌĴ '%d'£Ĵqemu żÉÄÜʧ°Ü" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "ÎŜ·¨ĠÒµ½ QEMU ĥŝ½ĝÖĈ %s£ş%s" + +#: src/qemu_conf.c:541 +#, c-format +msgid "Network '%s' not found" +msgstr "δĠÒµ½ÍĝÂç '%s'" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "ÍĝÂç '%s' δĵ¤ğî" + +#: src/qemu_conf.c:559 +#, c-format +msgid "Network type %d is not supported" +msgstr "²ğÖ§³ÖÍĝÂçÀàÍ %d" + +#: src/qemu_conf.c:585 +#, 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:589 +#, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "½Ğ tap ½ÓżÚ '%s' ÌíĵÓµ½ÇĊ½Ó '%s' ʧ°Ü£ş%s" + +#: src/qemu_conf.c:612 +msgid "failed to allocate space for tapfds string" +msgstr "ÎŞ tapfds ×Ö·û´·ÖĊäżĠĵäʧ°Ü" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" -msgstr "ÄżħêÉèħ¸ÀàÍ" +msgstr "²ğÖ§³ÖµÄ´ĊĊÌÀàÍ '%s'" -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, c-format msgid "unsupported disk type '%s'" -msgstr "ÄżħêÉèħ¸ÀàÍ" +msgstr "²ğÖ§³ÖµÄ´ĊĊÌÀàÍ '%s'" -#: src/qemu_conf.c:1181 -#, fuzzy +#: src/qemu_conf.c:1245 msgid "invalid sound model" -msgstr "ÎŜ§µÄÓòûÖ¸Ïò" +msgstr "ÎŜ§µÄÉùÒôÄ£żé" -#: src/qemu_conf.c:1234 -#, fuzzy +#: src/qemu_conf.c:1299 src/uml_conf.c:375 msgid "failed to allocate space for argv string" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÎŞ argv ×Ö·û´·ÖĊäżĠĵäʧ°Ü" -#: src/qemu_driver.c:91 +#: src/qemu_driver.c:88 src/uml_driver.c:94 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "Éèĥ¨Ö´ÊħıĜħĠ£¨close-on-exec£İèÊö·ûħêĵÇʧ°Ü" -#: src/qemu_driver.c:106 +#: src/qemu_driver.c:103 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "½âÊÍ Xend ÓòĊÏ˘Ê§°Ü" +msgstr "Éèĥ¨·ÇżéÎÄĵŝèÊö·ûħêĵÇʧ°Ü" -#: src/qemu_driver.c:151 -#, fuzzy, c-format -msgid "Failed to autostart network '%s': %s\n" -msgstr "żŞÊĵÍĝÂç %s ʧ°Ü" - -#: src/qemu_driver.c:166 +#: src/qemu_driver.c:148 src/uml_driver.c:125 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "×ÔĥŻĈôĥŻ VM '%s' ʧ°Ü£ş%s" -#: src/qemu_driver.c:202 -#, fuzzy, c-format -msgid "Failed to find user record for uid '%d': %s\n" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" - -#: src/qemu_driver.c:213 -#, fuzzy -msgid "out of memory in asprintf\n" -msgstr "ÄÚ´ĉÒç³ö" - -#: src/qemu_driver.c:269 +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" -msgstr "ÄÚ´ĉÒç³ö" +msgstr "qemudStartup£şÄÚ´ĉÒç³ö" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" +"ÔÚĈôĥŻ %s ÊħÍ˳ö QEMU\n" +"%s" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" -msgstr "" +msgstr "ĥÁÈĦ %s ĈôĥŻÊä³öʧ°Ü£ş%s" + +#: src/qemu_driver.c:393 +#, c-format +msgid "Timed out while reading %s startup output" +msgstr "ĥÁÈĦ %s ĈôĥŻÊä³ö³ĴÊħ" + +#: src/qemu_driver.c:409 +#, c-format +msgid "Failure while reading %s startup output" +msgstr "ĥÁÈĦ %s ĈôĥŻÊä³öʧ°Ü" + +#: src/qemu_driver.c:421 +#, c-format +msgid "Out of space while reading %s startup output" +msgstr "ĥÁÈĦ %s ĈôĥŻÊä³öÊħżĠĵä²ğ×" #: src/qemu_driver.c:452 #, c-format -msgid "Timed out while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:468 -#, c-format -msgid "Failure while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:480 -#, c-format -msgid "Out of space while reading %s startup output" -msgstr "" - -#: src/qemu_driver.c:511 -#, fuzzy, c-format msgid "Unable to open monitor path %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞĵàżĜĈ÷·ĥ %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" -msgstr "" +msgstr "ÎŜ·¨ÎŞĵàÊÓĈ÷Éèĥ¨ close-on-exec ħêÇİ" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" -msgstr "" +msgstr "ÎŜ·¨½ĞĵàÊÓĈ÷ÖÓÚÎŜ×èÈûģʽ" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "ÎŜ·¨ĵÇÂĵ VM żĜÖĈ̨ÊŭŬ£ş%s" -#: src/qemu_driver.c:672 -#, fuzzy +#: src/qemu_driver.c:610 msgid "allocate cpumap" -msgstr "·ÖĊäµÄÉÏÏÂÎÄ" +msgstr "·ÖĊä cpumap" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "" +msgstr "ÎŜ·¨ÔËĵàÊÓĈ÷üÁîÌáÈĦ CPU Ïß³ÌĊÏ˘" -#: src/qemu_driver.c:787 -#, fuzzy, c-format +#: src/qemu_driver.c:726 +#, c-format msgid "failed to set CPU affinity %s" -msgstr "ğñµÓò '%s' ʧ°Ü" +msgstr "Éèĥ¨ CPU Ç׺ÍÔ %s ʧ°Ü" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 -#, fuzzy +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 msgid "resume operation failed" -msgstr "²Ù×÷ʧ°Ü" +msgstr "ğÖ¸´²Ù×÷ʧ°Ü" -#: src/qemu_driver.c:860 -#, fuzzy +#: src/qemu_driver.c:805 src/uml_driver.c:688 msgid "VM is already active" -msgstr "ÓòÒÑ­ğîÔ" +msgstr "VM ÒÑ­ĵ¤ğî" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" -msgstr "" +msgstr "ÎŜ·¨ĠÒµ½ğÓÊı VNC ĥËżÚ" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" -msgstr "" +msgstr "ĊäÖÎÄĵŝ·ĥıŭ³¤£ş%s/%s.log" -#: src/qemu_driver.c:901 -#, fuzzy, c-format +#: src/qemu_driver.c:846 src/uml_driver.c:724 +#, c-format msgid "failed to create logfile %s: %s" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "Éú³ÉÈĠÖÎÄĵŝʧ°Ü %s£ş%s" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "ÎŜ·¨ÎŞ VM ÈĠÖÎÄĵŝÉèĥ¨ close-on-exec ħêÇİ %s" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨ĠÒµ½ QEMU ĥŝ½ĝÖĈ %s£ş%s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "ÎŜ·¨½Ğ argv ´ÈëÈĠÖÎÄĵŝ %d£ş%s" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "ÎŜ·¨½Ğ argv ´ÈëÈĠÖÎÄĵŝ %d£ş%s" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" -msgstr "ğñµÍĝÂç '%s' ʧ°Ü" +msgstr "ıĜħĠ VM '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "ÎŜ·¨ıĜħĠÈĠÖÎÄĵŝ %d£ş%s" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" -msgstr "ÒâÍâµÄÖĜ¸´½Úµ" +msgstr "ğñµÒâÍâ pid£Ĵdamn" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "ÓòÒÑ­ğîÔ" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "´òżŞ²˘ĥÁÈĦ %s ÎÄĵŝʧ°Ü" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "ğñµÍĝÂç '%s' ʧ°Ü" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "ÒâÍâµÄÖĜ¸´½Úµ" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞ tty %s: %s\n" -#: src/qemu_driver.c:1859 -#, fuzzy +#: src/qemu_driver.c:1315 src/uml_driver.c:908 msgid "failed to allocate space for capabilities support" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÈŬÁżÖ§³Ö·ÖĊäżĠĵäʧ°Ü" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" -msgstr "" +msgstr "ÔÚĠą̂Ö÷ğúÖ²ğÖ§³Ö NUMA" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 -#, fuzzy +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 msgid "Failed to query NUMA free memory" -msgstr "NUMAżÉÓÄÚ´ĉ" +msgstr "²éÑŻ NUMA żÉÓÄÚ´ĉʧ°Ü" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "Óòû %s ÒÑ­´ĉÔÚ" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "Óòû %s ÒÑ­´ĉÔÚ" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" -msgstr "" +msgstr "ğÓĈĊä id %d µÄÓò" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 -#, fuzzy +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 msgid "domain is not running" -msgstr "ÓòÈÔÔÚÔË" +msgstr "ÓòğÓÔÚÔË" -#: src/qemu_driver.c:2127 -#, fuzzy +#: src/qemu_driver.c:1582 msgid "suspend operation failed" -msgstr "²Ù×÷ʧ°Ü" +msgstr "ıÒĈ²Ù×÷ʧ°Ü" -#: src/qemu_driver.c:2178 -#, fuzzy +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 msgid "shutdown operation failed" -msgstr "²Ù×÷ʧ°Ü" +msgstr "ıĜħĠ²Ù×÷ʧ°Ü" -#: src/qemu_driver.c:2218 -#, fuzzy +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 msgid "failed to allocate space for ostype" -msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +msgstr "ÎŞ ostype ·ÖĊäżĠĵäʧ°Ü" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" -msgstr "" +msgstr "ğÓĈĊä uuid '%s' µÄÓò" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" -msgstr "" +msgstr "ÎŜ·¨½Ğ×î´óÄÚ´ĉÉèÖÎŞµÍÓÚµħÇ°ÄÚ´ĉ" -#: src/qemu_driver.c:2279 -#, fuzzy +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 msgid "cannot set memory of an active domain" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "ÎŜ·¨ÔÚğîÔÓòÖÉèĥ¨ÄÚ´ĉ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" -msgstr "" +msgstr "ÎŜ·¨½ĞÄÚ´ĉÉèÖÎŞ¸ßÓÚ×î´óÄÚ´ĉ" -#: src/qemu_driver.c:2445 -#, fuzzy +#: src/qemu_driver.c:1909 msgid "failed to pause domain" -msgstr "ıÒĈ %s Óòʧ°Ü" +msgstr "ÔŬÍ£Óòʧ°Ü" -#: src/qemu_driver.c:2454 -#, fuzzy +#: src/qemu_driver.c:1918 msgid "failed to get domain xml" -msgstr "ğñµÓò UUID ʧ°Ü" +msgstr "ğñµÓò xml ʧ°Ü" -#: src/qemu_driver.c:2462 -#, fuzzy, c-format +#: src/qemu_driver.c:1926 +#, c-format msgid "failed to create '%s'" -msgstr "´´½¨XMLʧ°Ü" +msgstr "´´½¨ '%s' ʧ°Ü" -#: src/qemu_driver.c:2469 -#, fuzzy +#: src/qemu_driver.c:1933 msgid "failed to write save header" -msgstr "´ socket %d ʧ°Ü\n" +msgstr "´Èëħ£´ĉħêÌâʧ°Ü" -#: src/qemu_driver.c:2477 -#, fuzzy +#: src/qemu_driver.c:1941 msgid "failed to write xml" -msgstr "´ socket %d ʧ°Ü\n" +msgstr "´Èë xml ʧ°Ü" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "ÄÚ´ĉÒç³ö" -#: src/qemu_driver.c:2505 -#, fuzzy +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 msgid "migrate operation failed" -msgstr "²Ù×÷ʧ°Ü" +msgstr "ǨÒĈ²Ù×÷ʧ°Ü" -#: src/qemu_driver.c:2517 -msgid "'migrate' not supported by this qemu" -msgstr "" - -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:1981 #, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "Ġâ¸ö qemu ²ğÖ§³Ö 'info blockstats'" + +#: src/qemu_driver.c:2018 msgid "cannot change vcpu count of an active domain" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "ÎŜ·¨¸ü¸ÄğîÔÓòµÄ vcpu ĵĈÊŭ" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" -msgstr "" +msgstr "ÎŜ·¨öĥ¨¸ÓòµÄ×î´ó vcpu" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" -msgstr "" +msgstr "èÒŞµÄ vcpu ´óÓÚ¸Óò×îĥàÔÊíµÄ vcpu£ş%d > %d" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 -#, fuzzy +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 msgid "cannot pin vcpus on an inactive domain" -msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔµÄÓò" +msgstr "ÎŜ·¨ÔÚğîÔµÄÓòÖ pin vcpu" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" -msgstr "" +msgstr "vcpu Êŭ³Ĵıŭ·ĥΧ %d > %d" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨Éèĥ¨Ç׺ÍÔ£ş%s" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "żâµ÷Óʧ°Ü£ĴżÉÄܲğÖ§³Ö" +msgstr "²ğÖ§³Ö cpu Ç׺ÍÔ" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "´´½¨XMLʧ°Ü" +msgstr "ÎŜ·¨ğñµÇ׺ÍÔ£ş%s" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" -msgstr "" +msgstr "cpu Ç׺ÍÔ²ğżÉÓ" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "ĥÁÈĦÓòĥ¨ÒċÎÄĵŝ" +msgstr "Óòĥ¨Òċ '%d' Öδ֪µÄ virt ÀàÍ" -#: src/qemu_driver.c:2740 src/test.c:956 -#, fuzzy +#: src/qemu_driver.c:2206 src/test.c:1049 msgid "cannot read domain image" -msgstr "½ÚµÓòÁħí" +msgstr "ÎŜ·¨ĥÁÈĦÓòÓ³Ïñ" -#: src/qemu_driver.c:2746 -#, fuzzy +#: src/qemu_driver.c:2212 msgid "failed to read qemu header" -msgstr "´Ó Xen ÊĜğ¤½ĝ³ÌĥÁʧ°Ü" +msgstr "ĥÁÈĦ qemu ħêÌâʧ°Ü" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" -msgstr "" +msgstr "image magic ²ğĠŭÈ·" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" +msgstr "Ó³Ïñ°ĉħ²ğÊÜÖ§³Ö£¨%d > %d£İ" + +#: src/qemu_driver.c:2241 +msgid "failed to read XML" +msgstr "ĥÁÈĦ XML ʧ°Ü" + +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 +msgid "failed to parse XML" +msgstr "½âÎö XML ʧ°Ü" + +#: src/qemu_driver.c:2263 +#, c-format +msgid "domain is already active as '%s'" +msgstr "ÓòÒÑ­ĵ¤ğîÎŞ '%s'" + +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 +msgid "failed to assign new VM" +msgstr "·ÖĊä嵀 VM ʧ°Ü" + +#: src/qemu_driver.c:2285 +msgid "failed to start VM" +msgstr "ĈôĥŻ VM ʧ°Ü" + +#: src/qemu_driver.c:2301 +msgid "failed to resume domain" +msgstr "ğÖ¸´Óòʧ°Ü" + +#: src/qemu_driver.c:2471 +#, c-format +msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2775 -#, fuzzy -msgid "failed to read XML" -msgstr "´´½¨XMLʧ°Ü" - -#: src/qemu_driver.c:2784 -#, fuzzy -msgid "failed to parse XML" -msgstr "´´½¨XMLʧ°Ü" - -#: src/qemu_driver.c:2797 -#, fuzzy, c-format -msgid "domain is already active as '%s'" -msgstr "ÓòÒÑ­ğîÔ" - -#: src/qemu_driver.c:2806 -#, fuzzy -msgid "failed to assign new VM" -msgstr "´´½¨XMLʧ°Ü" - -#: src/qemu_driver.c:2819 -#, fuzzy -msgid "failed to start VM" -msgstr "żŞÊĵÓò %s ʧ°Ü" - -#: src/qemu_driver.c:2831 -#, fuzzy -msgid "failed to resume domain" -msgstr "ğÖ¸´Óò %s ʧ°Ü" - -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "½ÓżÚÉèħ¸" - -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "ÄżħêÉèħ¸ÀàÍ" +msgstr "²ğÖ§³ÖµÄ´ĊĊÌÀàÍ '%s'" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" -msgstr "" +msgstr "ÎŜ·¨¸ü¸ÄıâĊ̽éÖÊ" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 +#, fuzzy msgid "changing cdrom media failed" +msgstr "ÎŜ·¨¸ü¸ÄıâĊ̽éÖÊ" + +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, fuzzy, c-format +msgid "target %s already exists" +msgstr "´ĉ´˘íÒÑ­´ĉÔÚ" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "ÎŜ·¨ĥÁÈĦ %s£ş%s" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "Óòû %s ÒÑ­´ĉÔÚ" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "ĥÁÈĦÖ÷ğúĥ¨ÒċÎÄĵŝ" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "ĥÁÈĦÖ÷ğúĥ¨ÒċÎÄĵŝ" -#: src/qemu_driver.c:3273 -#, fuzzy +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 msgid "cannot attach device on inactive domain" -msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔµÄÓò" +msgstr "ÎŜ·¨ÔÚ·ÇğîÔµÄÓòÖ¸½ĵÓÉèħ¸" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 +#, fuzzy msgid "this device type cannot be attached" +msgstr "ÖğÄܸ½ĵÓ CDROM ıâĊÌÉèħ¸" + +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "δĠÒµ½Óò" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "ğÖ¸´Óòʧ°Ü" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "ÎŞÓò %s ·ÖÀëÉèħ¸Ê§°Ü" + +#: src/qemu_driver.c:3002 +#, fuzzy +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "ÖğÄܸ½ĵÓ CDROM ıâĊÌÉèħ¸" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "ÎŜ·¨ÔÚğîÔÓòÖÉèĥ¨ÄÚ´ĉ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" +msgstr "ÎŞ '%s' ´´½¨·ûşĊÁ´½Ó '%s' ʧ°Ü£ş%s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/qemu_driver.c:3430 -#, fuzzy, c-format +#: src/qemu_driver.c:3129 +#, c-format msgid "invalid path: %s" -msgstr "ÎŜ§µÄ²ÎÊŭ %s" +msgstr "ÎŜ§Â·ĥ£ş%s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" -msgstr "" +msgstr "'info blockstats' üÁîʧ°Ü" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" -msgstr "" +msgstr "Ġâ¸ö qemu ²ğÖ§³Ö 'info blockstats'" -#: src/qemu_driver.c:3518 -#, fuzzy, c-format +#: src/qemu_driver.c:3217 +#, c-format msgid "device not found: %s (%s)" -msgstr "δĠÒµ½Óò: %s" +msgstr "δĠÒµ½Éèħ¸£ş%s£¨%s£İ" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" -msgstr "" +msgstr "NULL ğòĠßżĠ·ĥ" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" -msgstr "" +msgstr "ÎŜ§Â·ĥ£Ĵ'%s' ÊÇδ֪½ÓżÚ" -#: src/qemu_driver.c:3603 -#, fuzzy +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 msgid "invalid path" -msgstr "ÎŜ§µÄ²ÎÊŭ %s" +msgstr "ÎŜ§Â·ĥ" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" -msgstr "" +msgstr "QEMU ÇŭĥŻ³ÌòÖğÖ§³ÖéÄâÄÚ´ĉµĜÖ·" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" -msgstr "Óòû" +msgstr "lvs üÁîʧ°Ü" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "½ÚµÓòÁħí" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" msgstr "" -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "network is still active" -msgstr "ÓòÒÑ­ğîÔ" +msgid "could not generate random UUID" +msgstr "Éú³É UUID ʧ°Ü" -#: src/qemu_driver.c:3937 -#, fuzzy -msgid "no network with matching id" -msgstr "XML ÖµÄÍĝÂçĊÏ˘" - -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3555 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "ÓòÒÑ­ĵ¤ğîÎŞ '%s'" -#: src/remote_internal.c:109 src/remote_internal.c:117 -msgid "tried to use a closed or uninitialised handle" -msgstr "" - -#: src/remote_internal.c:229 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to find libvirtd binary" -msgstr "²éĠÒÍĝÂçʧ°Ü" +msgid "failed to start listening VM" +msgstr "ĈôĥŻ VM ʧ°Ü" -#: src/remote_internal.c:290 +#: src/qemu_driver.c:3663 +#, fuzzy, c-format +msgid "migrate failed: %s" +msgstr "²Ù×÷ʧ°Ü: %s" + +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "ğÓ´ĝĈĊäû³ĈµÄÓò" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 +msgid "tried to use a closed or uninitialised handle" +msgstr "ÊÔÍĵÊıÓÒğ¸öıĜħĠµÄğòĠßğÓ³ġÊĵğŻµÄÈíĵŝ" + +#: src/remote_internal.c:258 +msgid "failed to find libvirtd binary" +msgstr "²éĠÒ libvirtd ĥŝ½ĝÖĈÂëʧ°Ü" + +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" -msgstr "" +msgstr "remote_open£şURL ֵĴĞÊäÎŜ·¨Êĥħ£¨ÓĤ¸ÊÇ tls|unix|ssh|ext|tcp£İ" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" -msgstr "" +msgstr "remote_open£ş'ext' ´ĞÊäèÒŞüÁî" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞ tty %s: %s\n" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞ tty %s: %s\n" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞ tty %s: %s\n" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" -msgstr "ĥÁ socket %d ʧ°Ü\n" +msgstr "´´½¨Ì×½Ó×Öʧ°Ü£ş%s" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" -msgstr "ĥÁ socket %d ʧ°Ü\n" +msgstr "´´½¨Ì×½Ó×Öʧ°Ü£ş%s" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" +msgstr "Windows Ö²ğÖ§³Ö unixĦ˘ssh ÒÔĵ° ext ´ĞÊä·½·¨ " + +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "ğñµURIʧ°Ü" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "ĠŭÔÚ·ÖĊäÓòû" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 msgid "struct private_data" -msgstr "" +msgstr "struct private_data" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" -msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +msgstr "ÎŜ·¨·ÖĊäÈŬĈ÷Ġğ" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "ÎŜ·¨ĵÇÂĵ VM żĜÖĈ̨ÊŭŬ£ş%s" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" +msgstr "³ġÊĵğŻ SASL ³ÌòżâÑé֤ʧ°Ü£ş%d£¨%s£İ" -#: src/remote_internal.c:918 -#, c-format +#: src/remote_internal.c:1035 +#, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" -msgstr "" +msgstr "ÎŜ·¨Éèĥ¨ tty ÊôÔ£ş%s\n" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" -msgstr "´´½¨XMLʧ°Ü" +msgstr "ÎŜ·¨Éèĥ¨ tty ÊôÔ£ş%s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" -msgstr "ÎŜ·¨ğñµ½ÓżÚ×´ÌĴ %s %s" +msgstr "ÑéÖ¤żÍğ§ĥËÖ¤Êéʧ°Ü£ş %s" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞ tty %s: %s\n" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" +msgstr "·ŝÎñĈ÷ÉóşËʧ°Ü£¨ÊıÓÎÒǵÄÖ¤ÊéğòĠß IP µĜÖ·£İ\n" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" -msgstr "ÎŜ·¨ğñµ½ÓżÚ×´ÌĴ %s %s" +msgstr "ÑéÖ¤żÍğ§ĥËÖ¤Êéʧ°Ü£ş %s" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" -msgstr "´´½¨XMLʧ°Ü" +msgstr "ÎŜ·¨´´½¨ıÜ·£ş%s" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 #, fuzzy msgid "Invalid certificate" -msgstr "ÎŜ§µÄÈŬÁżÖµ" +msgstr "ÎŜ§Éèħ¸ÀàÍ£ş%s" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 +#, fuzzy msgid "The certificate is not trusted." -msgstr "" +msgstr "Ö¤ÊéğığÓĵ¤ğî" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 +#, fuzzy msgid "The certificate hasn't got a known issuer." -msgstr "" +msgstr "remoteCheckCertificate£şżÍğ§ĥËÖ¤ÊéÖÓδ֪·˘ĠßĦ£" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 +#, fuzzy msgid "The certificate has been revoked." -msgstr "" +msgstr "Ö¤ÊéıŭĈÚ" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 +#, fuzzy msgid "The certificate uses an insecure algorithm" -msgstr "" +msgstr "remoteCheckCertificate£şżÍğ§ĥËÖ¤ÊéÊıÓÁ˲ğ°²ÈĞË·¨Ħ£" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" -msgstr "" +msgstr "Ö¤ÊéÀàͲğÊÇ X.509" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" -msgstr "" +msgstr "gnutls_certificate_get_peers ʧ°Ü" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" +msgstr "³ġÊĵğŻ SASL ÑéÖ¤ %s ʧ°Ü" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞ tty %s: %s\n" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" -msgstr "" +msgstr "Ö¤ÊéıŭĈÚ" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" -msgstr "" +msgstr "Ö¤ÊéğığÓĵ¤ğî" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" -msgstr "" +msgstr "Ö¤ÊéÓµÓĠßÓëÖ÷ğúû£¨%s£İ²ğĈĊä" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "ÌĞĥàµÄÍĝÂç" +msgstr "NUMA µÔŞıŭĥà£ş%d > %d" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 -#, fuzzy, c-format +#: src/remote_internal.c:1483 src/remote_internal.c:1497 +#, c-format msgid "too many remote domain IDs: %d > %d" -msgstr "ÌĞĥàµÄÓò" +msgstr "Ôĥ³ÌÓò ID ıŭĥà£ş%d > %d" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" -msgstr "" +msgstr "Ó³Ïñ³¤ĥÈ´óÓÚ×î´óÖµ£ş%d > %d" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU ĵĈÊŭ³Ĵıŭ×î´óÖµ£ş%d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "vCPU Ó³Ïñğş³ċ³¤ĥȳĴıŭ×î´óÖµ£ş%d > %d" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" -msgstr "" +msgstr "Ö÷ğúħ¨¸ĉÌĞĥà vCPU£ş%d > %d" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "" +msgstr "Ö÷ğúħ¨¸ĉÓ³Ïñğş³ċ³¤ĥȳĴıŭ×î´óÖµ£ş%d > %d" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 -#, fuzzy, c-format +#: src/remote_internal.c:2162 src/remote_internal.c:2176 +#, c-format msgid "too many remote domain names: %d > %d" -msgstr "ÌĞĥàµÄÓò" +msgstr "ÌĞĥàÔĥ³ÌÓòû£ş%d > %d" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters£ş·µğĜµÄ²ÎÊŭÊŭÖµ³ĴıŭÏŜÖĈ" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" -msgstr "" +msgstr "remoteDomainGetSchedulerParameters£şÎ´Ö޲ÎÊŭÀàÍ" -#: src/remote_internal.c:2232 -#, fuzzy +#: src/remote_internal.c:2429 msgid "out of memory allocating array" -msgstr "¸ÄħäÄÚ´ĉµÄ·ÖĊä" +msgstr "·ÖĊäĠóÁÊħÄÚ´ĉÒç³ö" -#: src/remote_internal.c:2259 -#, fuzzy +#: src/remote_internal.c:2456 msgid "unknown parameter type" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "δ֪²ÎÊŭÀàÍ" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "ÎŞÔĥ³Ì­ÒéÇëÇóµÄżé peek ıŭ´ó£Ĵ%zi > %d" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" -msgstr "" +msgstr "·µğĜµÄğş³ċşÍÇëÇóµÄ´óĦ²ğÍĴ" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "" +msgstr "ÎŞÔĥ³Ì­ÒéÇëÇóµÄÄÚ´ĉ peek ıŭ´ó£Ĵ%zi > %d" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 -#, fuzzy, c-format +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 +#, c-format msgid "too many remote networks: %d > %d" -msgstr "ÌĞĥàµÄÍĝÂç" +msgstr "ÌĞĥàÔĥ³ÌÍĝÂç£ş%d > %d" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 -#, fuzzy +#: src/remote_internal.c:3117 src/remote_internal.c:3172 msgid "too many storage pools requested" -msgstr "ע²áÁËÌĞĥàµÄÉèħ¸" +msgstr "´ĉ´˘³ĜÇëÇóıŭĥà" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 -#, fuzzy +#: src/remote_internal.c:3129 src/remote_internal.c:3184 msgid "too many storage pools received" -msgstr "ע²áÁËÌĞĥàµÄÉèħ¸" +msgstr "ÊĠµ½µÄ´ĉ´˘³Ĝıŭĥà" -#: src/remote_internal.c:3375 -#, fuzzy +#: src/remote_internal.c:3570 msgid "too many storage volumes requested" -msgstr "ע²áÁËÌĞĥàµÄÉèħ¸" +msgstr "´ĉ´˘íÇëÇóıŭĥà" -#: src/remote_internal.c:3388 -#, fuzzy +#: src/remote_internal.c:3583 msgid "too many storage volumes received" -msgstr "ע²áÁËÌĞĥàµÄÉèħ¸" +msgstr "½ÓÊĠµ½µÄ´ĉ´˘íıŭĥà" -#: src/remote_internal.c:3624 -#, fuzzy, c-format +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "´ĉ´˘íÇëÇóıŭĥà" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "½ÓÊĠµ½µÄ´ĉ´˘íıŭĥà" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "´ĉ´˘íÇëÇóıŭĥà" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "½ÓÊĠµ½µÄ´ĉ´˘íıŭĥà" + +#: src/remote_internal.c:4042 +#, c-format msgid "unknown authentication type %s" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ÑéÖ¤ÀàÍ %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" -msgstr "" - -#: src/remote_internal.c:3675 -#, fuzzy, c-format -msgid "unsupported authentication type %d" -msgstr "²Ù×÷ʧ°Ü" - -#: src/remote_internal.c:3923 -#, fuzzy, c-format -msgid "failed to initialize SASL library: %d (%s)" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" - -#: src/remote_internal.c:3971 -#, fuzzy, c-format -msgid "Failed to create SASL client context: %d (%s)" -msgstr "´´½¨²ğğîĥŻÓò %s ʧ°Ü\n" - -#: src/remote_internal.c:3984 -msgid "invalid cipher size for TLS session" -msgstr "" - -#: src/remote_internal.c:3994 -#, fuzzy, c-format -msgid "cannot set external SSF %d (%s)" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/remote_internal.c:4013 -#, fuzzy, c-format -msgid "cannot set security props %d (%s)" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/remote_internal.c:4032 -#, fuzzy, c-format -msgid "SASL mechanism %s not supported by server" -msgstr "´ËıĤÄܲğħğıÜÀí³ÌòÖ§³Ö" - -#: src/remote_internal.c:4051 -#, fuzzy, c-format -msgid "Failed to start SASL negotiation: %d (%s)" -msgstr "żŞÊĵÓò %s ʧ°Ü" - -#: src/remote_internal.c:4069 src/remote_internal.c:4147 -#, fuzzy -msgid "Failed to make auth credentials" -msgstr "ÎŜ·¨ğñµ½ÓżÚ×´ÌĴ %s %s" +msgstr "ÇëÇóµÄÑéÖ¤ÀàÍ %s ħğÜĝ" #: src/remote_internal.c:4093 #, c-format -msgid "SASL negotiation data too long: %d bytes" -msgstr "" +msgid "unsupported authentication type %d" +msgstr "²ğÖ§³ÖµÄÑéÖ¤ÀàÍ %d" -#: src/remote_internal.c:4133 -#, fuzzy, c-format -msgid "Failed SASL step: %d (%s)" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4341 #, c-format -msgid "negotiation SSF %d was not strong enough" -msgstr "" +msgid "failed to initialize SASL library: %d (%s)" +msgstr "³ġÊĵğŻ SASL ³ÌòżâÑé֤ʧ°Ü£ş%d£¨%s£İ" -#: src/remote_internal.c:4273 -#, fuzzy -msgid "Failed to collect auth credentials" -msgstr "ÎŜ·¨ğñµ½ÓżÚ×´ÌĴ %s %s" - -#: src/remote_internal.c:4340 -msgid "xdr_remote_message_header failed" -msgstr "" - -#: src/remote_internal.c:4346 -msgid "marshalling args" -msgstr "" - -#: src/remote_internal.c:4363 -msgid "xdr_int (length word)" -msgstr "" - -#: src/remote_internal.c:4380 -msgid "xdr_int (length word, reply)" -msgstr "" - -#: src/remote_internal.c:4390 -msgid "packet received from server too large" -msgstr "" +#: src/remote_internal.c:4389 +#, c-format +msgid "Failed to create SASL client context: %d (%s)" +msgstr "´´½¨ SASL żÍğ§ĥËğ·³Ê§°Ü£ş%d£¨%s£İ" #: src/remote_internal.c:4402 -#, fuzzy -msgid "invalid header in reply" -msgstr "ÎŜ§µÄ²ÎÊŭ %s" +msgid "invalid cipher size for TLS session" +msgstr "ĥÔ TLS ğáğ°ÎŜ§µÄÜÂë´óĦ" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4412 +#, c-format +msgid "cannot set external SSF %d (%s)" +msgstr "ÎŜ·¨Éèĥ¨Íâ²ż SSF %d£¨%s£İ" + +#: src/remote_internal.c:4431 +#, c-format +msgid "cannot set security props %d (%s)" +msgstr "ÎŜ·¨Éèĥ¨°²ÈĞÖ§³Ö %d£¨%s£İ" + +#: src/remote_internal.c:4450 +#, c-format +msgid "SASL mechanism %s not supported by server" +msgstr "·ŝÎñĈ÷²ğÖ§³Ö SASL ğúÖĈ %s" + +#: src/remote_internal.c:4469 +#, c-format +msgid "Failed to start SASL negotiation: %d (%s)" +msgstr "ĈôĥŻ SASL ­ÉÌʧ°Ü£ş%d£¨%s£İ" + +#: src/remote_internal.c:4487 src/remote_internal.c:4565 +msgid "Failed to make auth credentials" +msgstr "Éú³ÉÑéÖ¤Ö¤Êéʧ°Ü" + +#: src/remote_internal.c:4511 +#, c-format +msgid "SASL negotiation data too long: %d bytes" +msgstr "SASL ­ÉÌÊŭŬıŭ³¤£ş%d ×Ö½Ú" + +#: src/remote_internal.c:4551 +#, c-format +msgid "Failed SASL step: %d (%s)" +msgstr "SASL ²½Öèʧ°Ü£ş%d£¨%s£İ" + +#: src/remote_internal.c:4637 +#, c-format +msgid "negotiation SSF %d was not strong enough" +msgstr "­ÉÌ SSF %d ²ğığÇż´ó" + +#: src/remote_internal.c:4691 +msgid "Failed to collect auth credentials" +msgstr "ÊĠĵŻÑéÖ¤Ö¤Êéʧ°Ü" + +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 +msgid "xdr_remote_message_header failed" +msgstr "xdr_remote_message_header ʧ°Ü" + +#: src/remote_internal.c:4815 +msgid "marshalling args" +msgstr "marshalling args" + +#: src/remote_internal.c:4832 +msgid "xdr_int (length word)" +msgstr "xdr_int £¨length word£İ" + +#: src/remote_internal.c:4850 src/remote_internal.c:5566 +msgid "xdr_int (length word, reply)" +msgstr "xdr_int£¨length word£Ĵreply£İ" + +#: src/remote_internal.c:4860 src/remote_internal.c:5575 +msgid "packet received from server too large" +msgstr "´Ó·ŝÎñĈ÷½ÓÊĠµÄÊŭŬ°üıŭ´ó" + +#: src/remote_internal.c:4872 +msgid "invalid header in reply" +msgstr "ğĜ¸´ÖµÄÎŜ§ħêÌâ" + +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" -msgstr "" +msgstr "δ֪³Ìò£¨½ÓÊĠ %x£ĴÔ¤ĈÚµÄÊÇ %x£İ" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" -msgstr "" +msgstr "δ֪­Òé°ĉħ£¨½ÓÊĠ %x£ĴÔ¤ĈÚµÄÊÇ %x£İ" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" -msgstr "" +msgstr "δ֪ıŭ³Ì£¨½ÓÊĠ %x£ĴÔ¤ĈÚµÄÊÇ %x£İ" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" -msgstr "" +msgstr "δ֪·½Ïò£¨½ÓÊĠ %x£ĴÔ¤ĈÚµÄÊÇ %x£İ" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" -msgstr "" +msgstr "δ֪òÁ£¨½ÓÊĠ %x£ĴÔ¤ĈÚµÄÊÇ %x£İ" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" -msgstr "" +msgstr "unmarshalling ret" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" -msgstr "" +msgstr "unmarshalling remote_error" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" -msgstr "" +msgstr "δ֪״ÌĴ£¨½ÓÊĠ %x£İ" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" +msgstr "ÒâÍâÌ×½Ó×ÖıĜħĠ" + +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "ğĜ¸´ÖµÄÎŜ§ħêÌâ" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ÎŜ§µÄÓòûÖ¸Ïò" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "¸´ÖĈÒğ¸ö×Ö·û´Ê§°Ü" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" -msgstr "" +msgstr "ÈħÉÙ³ĜÀàÍ %d şóĥË" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 -#, fuzzy, c-format +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 +#, c-format msgid "cannot open volume '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞí '%s'£ş%s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" -msgstr "" +msgstr "ÎŜ·¨²âÊÔÎÄĵŝ '%s'£ş%s" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" -msgstr "" +msgstr "ÎŜ·¨³ĴµĵÎÄĵŝ '%s' µÄ½áβ£ş%s" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "ÎŜ·¨³ĴµĵÎÄĵŝ '%s' µÄ½áβ£ş%s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "ÎŜ·¨³ĴµĵÎÄĵŝ '%s' µÄ½áβ£ş%s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" -msgstr "" +msgstr "ÎŜ·¨ğñµ %s ÎÄĵŝğ·³£ş%s" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" -msgstr "" +msgstr "ğ·³" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" -msgstr "" +msgstr "ÎŜ·¨ĥÁÈĦÄżÂĵ %s£ş%s" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" -msgstr "" +msgstr "·ĥ" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "·ĥ" + +#: src/storage_backend.c:389 msgid "regex" -msgstr "" +msgstr "ħí´ïʽ" -#: src/storage_backend.c:392 -#, fuzzy, c-format +#: src/storage_backend.c:399 +#, c-format msgid "Failed to compile regex %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ħàÒëħí´ïʽ %s ʧ°Ü" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" -msgstr "" +msgstr "ħí´ïʽ×é" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" -msgstr "" +msgstr "ÎŜ·¨ĥÁÈĦ fd" -#: src/storage_backend.c:498 src/storage_backend.c:616 -#, fuzzy, c-format +#: src/storage_backend.c:505 src/storage_backend.c:623 +#, c-format msgid "failed to wait for command: %s" -msgstr "żŞÊĵÓò %s ʧ°Ü" +msgstr "µÈ´ŭüÁîʧ°Ü£ş%s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" -msgstr "" +msgstr "ÎŜ·¨³ıµ×Í˳öüÁî" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" -msgstr "" +msgstr "n_column ıŭ´ó" -#: src/storage_backend.c:595 -#, fuzzy, c-format +#: src/storage_backend.c:602 +#, c-format msgid "read error: %s" -msgstr "ÄÚ²ż´íÎó %s" +msgstr "ĥÁÈĦ´íÎó %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" -msgstr "" +msgstr "üÁî %d µÄ·ÇÁÍ˳ö×´ÌĴ" -#: src/storage_backend.c:650 src/storage_backend.c:662 -#, c-format +#: src/storage_backend.c:657 src/storage_backend.c:669 +#, fuzzy, c-format msgid "%s not implemented on Win32" -msgstr "" +msgstr "%s£şÎ´Íê³É\n" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" -msgstr "" +msgstr "í" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" -msgstr "" +msgstr "íÀİĠı" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" -msgstr "" +msgstr "ÎŜ·¨½âÎöÉèħ¸ĈÊĵÎğÖ" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" -msgstr "" +msgstr "ÎŜ·¨½âÎöÉèħ¸ÖĠÖıÎğÖ" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" -msgstr "" +msgstr "ÀİĠı" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" -msgstr "" +msgstr "ğÓ×ığµÄżÉÓÀİĠı" -#: src/storage_backend_disk.c:502 -#, c-format +#: src/storage_backend_disk.c:369 +#, fuzzy, c-format msgid "Couldn't read volume target path '%s'. %s" -msgstr "" +msgstr "ÎŜ·¨´´½¨Â·ĥ '%s'£ş%s" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format -msgid "cannot parse partition number from target '%s'" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/storage_backend_fs.c:358 +#: src/storage_backend_disk.c:393 #, c-format -msgid "cannot read header '%s': %s" +msgid "cannot parse partition number from target '%s'" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:151 +#, c-format +msgid "cannot read header '%s': %s" +msgstr "ÎŜ·¨ĥÁÈĦħêÌâ '%s'£ş%s" + +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "ÎŜ§µÄ²ÎÊŭ %s" +msgstr "ÎŜ§Â·ĥ£ş%s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "ÎŜ§µÄÍĝÂçÖ¸Ġë %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "²Ù×÷ʧ°Ü" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙıÒÔĜÔ´" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 #, fuzzy msgid "retval" -msgstr "×ÜÁż" +msgstr "ÈëżÚ" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" -msgstr "" +msgstr "ÎŜ·¨ĥÁÈĦ %s£ş%s" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 -#, fuzzy +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 msgid "missing source host" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "Ô´Ö÷ğúÈħʧ" -#: src/storage_backend_fs.c:666 -#, fuzzy +#: src/storage_backend_fs.c:462 msgid "missing source path" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙԴ·ĥ" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 -#, fuzzy +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 msgid "missing source device" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙÔ´Éèħ¸" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" -msgstr "" +msgstr "Ô´" -#: src/storage_backend_fs.c:733 -#, fuzzy +#: src/storage_backend_fs.c:529 msgid "missing source dir" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙÔ´ÄżÂĵ" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" -msgstr "" +msgstr "ÎŜ·¨´´½¨Â·ĥ '%s'£ş%s" -#: src/storage_backend_fs.c:828 -#, fuzzy, c-format +#: src/storage_backend_fs.c:625 +#, c-format msgid "cannot open path '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞÂ·ĥ '%s'£ş%s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "Óòû" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" -msgstr "" +msgstr "ÎŜ·¨²âÊÔ vfs ·ĥ '%s'£ş%s" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" -msgstr "" +msgstr "ÎŜ·¨ÈĦÏûÁ´½Ó·ĥ '%s'£ş%s" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" -msgstr "" +msgstr "Äżħê" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" -msgstr "" +msgstr "´ĉ´˘íÜÔż" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" -msgstr "" +msgstr "ÎŜ·¨×°ÈëÎÄĵŝ '%s'£ş%s" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" -msgstr "" +msgstr "ÎŜ·¨ÀİĠıÎÄĵŝ '%s'£ş%s" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" -msgstr "" +msgstr "ÎŜ·¨ĥÁÈĦ·ĥ '%s'£ş%s" -#: src/storage_backend_fs.c:1055 -#, fuzzy, c-format +#: src/storage_backend_fs.c:839 +#, c-format msgid "unknown storage vol type %d" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪´ĉ´˘íÀàÍ %d" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" -msgstr "" +msgstr "²ğÖ§³ÖµÄ´ĉ´˘íÀàÍ %d" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" -msgstr "" +msgstr "ğÓ qemu-img Ôò²ğÖ§³ÖÉú³É·ÇÔ­ÊĵÓ³Ïñ" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 -#, fuzzy, c-format +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 +#, c-format msgid "cannot set file owner '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´´½¨ÓµÓĠß '%s'£ş%s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 -#, fuzzy, c-format +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 +#, c-format msgid "cannot set file mode '%s': %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨Éèĥ¨ÎÄĵŝģʽ '%s'£ş%s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" -msgstr "" +msgstr "ÎŜ·¨ıĜħĠÎÄĵŝ '%s'£ş%s" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" -msgstr "" +msgstr "ÎŜ·¨ÈĦÏûÁ´½ÓÎÄĵŝ '%s'£ş%s" #: src/storage_backend_iscsi.c:61 -#, fuzzy, c-format +#, c-format msgid "host lookup failed %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "²éĠÒÖ÷ğúʧ°Ü %s" #: src/storage_backend_iscsi.c:68 #, c-format msgid "no IP address for target %s" -msgstr "" +msgstr "ğÓÊÊşÏÄżħê %s µÄ IP µĜÖ·" #: src/storage_backend_iscsi.c:77 #, c-format msgid "cannot format ip addr for %s" -msgstr "" +msgstr "ÎŜ·¨ÎŞ %s ¸ñʽğŻ ip µĜÖ·" #: src/storage_backend_iscsi.c:97 -#, fuzzy msgid "session" -msgstr "ÏÔÊ°ĉħ" +msgstr "ğáğ°" #: src/storage_backend_iscsi.c:143 msgid "cannot find session" -msgstr "" +msgstr "ÎŜ·¨ĠÒµ½ğáğ°" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 -#, fuzzy +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 msgid "name" msgstr "û³Ĉ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" -msgstr "" +msgstr "devpath" -#: src/storage_backend_iscsi.c:206 src/util.c:161 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:208 src/util.c:210 +#, c-format msgid "cannot open %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨´òżŞ %s£ş%s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" -msgstr "" +msgstr "ÜÔż" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 +#, c-format msgid "Failed to opendir sysfs path %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´òżŞÄżÂĵ sysfs ·ĥ %s ʧ°Ü£ş %s" -#: src/storage_backend_iscsi.c:335 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:339 +#, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´Ó sysfs ·ĥ %s/%s ½âÎöÄżħêʧ°Ü" -#: src/storage_backend_iscsi.c:354 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:358 +#, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" +msgstr "ÎŞğáğ° %s ²éĠÒ LUN ʧ°Ü£ş%s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" -msgstr "" +msgstr "È·ĥ¨ %u:%u:%u:%u ÊÇ·ñÎŞÖħ½Ó·ÎÊ LUN ʧ°Ü" -#: src/storage_backend_iscsi.c:429 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:433 +#, c-format msgid "Failed to find device link for lun %d" -msgstr "ÎŞÓò %s ·ÖÀëÉèħ¸Ê§°Ü" +msgstr "ÎŞ lun %d ²éĠÒÉèħ¸Á´½Óʧ°Ü" -#: src/storage_backend_iscsi.c:463 -#, fuzzy, c-format +#: src/storage_backend_iscsi.c:467 +#, c-format msgid "Failed to parse block path %s" -msgstr "ÎŜ·¨ğñµżé×´ÌĴ %s %s" +msgstr "½âÎöżé·ĥ %s ʧ°Ü" -#: src/storage_backend_iscsi.c:473 -#, fuzzy +#: src/storage_backend_iscsi.c:477 msgid "Failed allocating memory for scsidev" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÎŞ scsidev ·ÖĊäÄÚ´ĉʧ°Ü" -#: src/storage_backend_iscsi.c:554 -#, fuzzy +#: src/storage_backend_iscsi.c:558 msgid "portal" -msgstr "×ÜÁż" +msgstr "ÈëżÚ" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" -msgstr "" +msgstr "ğûεÄíÀİĠı²ı³Öµ" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" -msgstr "" +msgstr "ğûεÄíÀİĠı³¤ĥÈÖµ" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" -msgstr "" +msgstr "ğûεÄíÀİĠı´óĦÖµ" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "Óòû" +msgstr "lvs üÁîʧ°Ü" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" -msgstr "" +msgstr "´ĝÍ˳ö×´ÌĴ %d µÄ lvs üÁîʧ°Ü" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 #, fuzzy -msgid "command line" -msgstr "Óòû" +msgid "allocating pvname or vgname" +msgstr "ĠŭÔÚ·ÖĊä priv->hostname" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "·ÖĊäÍĝÂç" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "·ÖĊäÍĝÂç" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "Éú³ÉÌ×½Ó×Öʧ°Ü" + +#: src/storage_backend_logical.c:387 +msgid "command line" +msgstr "üÁî" + +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" -msgstr "" +msgstr "ÎŜ·¨´òżŞÉèħ¸ %s" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" -msgstr "" +msgstr "ÎŜ·¨Çċ³ŭÉèħ¸ħêÌâ %s" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" -msgstr "" +msgstr "ÎŜ·¨ıĜħĠÉèħ¸ %s" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +msgstr "ÎŜ·¨É³ŭ ttyPod ÎÄĵŝ %s£ş%s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" -msgstr "" +msgstr "ÎŜ·¨ĠÒµ½ÂÉú³ÉµÄí '%s'£ş%s" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" -msgstr "" +msgstr "ÈħÉÙ auth Ö÷ğúÊôÔ" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" -msgstr "" +msgstr "ÈħÉÙ auth ÜÂëÊôÔ" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" -msgstr "" +msgstr "ğûεİ˽ĝÖĈģʽ" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" -msgstr "" +msgstr "ğûεÄÓµÓĠßÔŞËĜ" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" -msgstr "" +msgstr "ğûεÄ×éÈşÔŞËĜ" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "·ÖĊäÍĝÂç" +msgstr "ÎŜ·¨·ÖĊä´ĉ´˘³Ĝ" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "δ֪µÄÖ÷ğú %s" +msgid "unknown root element for storage pool" +msgstr "δ֪¸ùÔŞËĜ" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "δ֪´ĉ´˘íÀàÍ %d" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" -msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +msgstr "ÈħÉÙû³ĈÔŞËĜ" -#: src/storage_conf.c:266 -#, fuzzy +#: src/storage_conf.c:448 msgid "unable to generate uuid" -msgstr "ÍĝÂçûğò uuid" +msgstr "ÎŜ·¨Éú³É uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "δ֪ auth ÀàÍ '%s'" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙÔ´Ö÷ğúû³Ĉ" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" -msgstr "½ÓżÚÉèħ¸" +msgstr "ÎŜ·¨ÌáÈĦÔ´Éèħ¸" -#: src/storage_conf.c:305 -#, fuzzy +#: src/storage_conf.c:494 msgid "device" -msgstr "×èÖıÉèħ¸" +msgstr "Éèħ¸" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +msgstr "ÈħÉÙÔ´Éèħ¸Â·ĥ" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" -msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +msgstr "ÈħÉÙԴ·ĥ" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 -#, fuzzy +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 msgid "pool name" -msgstr "Óòû" +msgstr "íû³Ĉ" -#: src/storage_conf.c:351 -#, fuzzy, c-format +#: src/storage_conf.c:540 +#, c-format msgid "unknown auth type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ auth ÀàÍ '%s'" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" -msgstr "ĥŞÊ§Éèħ¸µÄÄżħêĊÏ˘" +msgstr "ÈħÉÙÄżħê·ĥ" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" -msgstr "" +msgstr "xmlXPathContext" -#: src/storage_conf.c:478 -#, fuzzy -msgid "unexpected pool type" -msgstr "ÒâÍâµÄmimeÀàÍ" - -#: src/storage_conf.c:565 src/storage_conf.c:919 -msgid "xml" -msgstr "" - -#: src/storage_conf.c:597 src/storage_conf.c:607 -msgid "missing owner element" -msgstr "" - -#: src/storage_conf.c:671 +#: src/storage_conf.c:695 #, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "²ğÖ§³ÖµÄ³Ĝ¸ñʽ %d" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 +msgid "unexpected pool type" +msgstr "ÒâÍâµÄ³ĜÀàÍ" + +#: src/storage_conf.c:774 src/storage_conf.c:1133 +msgid "xml" +msgstr "xml" + +#: src/storage_conf.c:806 src/storage_conf.c:816 +msgid "missing owner element" +msgstr "ÈħÉÙÓµÓĠßÔŞËĜ" + +#: src/storage_conf.c:880 +#, c-format msgid "unknown size units '%s'" -msgstr "δ֪µÄÖ÷ğú %s" +msgstr "δ֪µÔŞ´óĦ '%s'" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" -msgstr "" +msgstr "ğûεÄÈŬÁżÔŞËĜ" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" -msgstr "" +msgstr "ÈŬÁżÔŞËĜÖµıŭ´ó" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "·ÖĊäÍĝÂç" +msgstr "ÎŜ·¨·ÖĊä´ĉ´˘í" -#: src/storage_conf.c:715 -#, fuzzy +#: src/storage_conf.c:924 msgid "unknown root element" -msgstr "δ֪µÄÖ÷ğú %s" +msgstr "δ֪¸ùÔŞËĜ" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +msgstr "ÈħÉÙû³ĈÔŞËĜ" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" -msgstr "" +msgstr "ÈħÉÙÈŬÁżÔŞËĜ" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "δ֪ auth ÀàÍ '%s'" + +#: src/storage_conf.c:1103 +#, fuzzy, c-format +msgid "unknown volume format number %d" +msgstr "²ğÖ§³ÖµÄí¸ñʽ %d" + +#: src/storage_conf.c:1232 msgid "pool" -msgstr "" +msgstr "³Ĝ" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" -msgstr "" +msgstr "ÎŜ·¨½¨Á˘ĊäÖÎÄĵŝ·ĥ" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" -msgstr "" +msgstr "configFile" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" -msgstr "" +msgstr "ÎŜ·¨½¨Á˘×ÔĥŻĈôĥŻÁ´½Ó·ĥ" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" -msgstr "" +msgstr "ĊäÖÎÄĵŝ" -#: src/storage_conf.c:1194 -#, fuzzy +#: src/storage_conf.c:1404 msgid "failed to generate XML" -msgstr "´´½¨XMLʧ°Ü" +msgstr "´´½¨ XML ʧ°Ü" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" -msgstr "" +msgstr "ÎŜ·¨ÎŞ %s ɳŭĊäÖ" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" -msgstr "" +msgstr "ğÓ´ĝĈĊä uuid µÄ³Ĝ" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" -msgstr "" +msgstr "ğÓ´ĝĈĊäû³ĈµÄ³Ĝ" -#: src/storage_driver.c:334 src/storage_driver.c:371 -#, fuzzy +#: src/storage_driver.c:337 src/storage_driver.c:379 msgid "names" msgstr "û³Ĉ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" -msgstr "" +msgstr "´ĉ´˘³ĜÒÑ´ĉÔÚ" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" -msgstr "" +msgstr "ğÓ´ĝĈĊä uuid µÄ´ĉ´˘³Ĝ" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" -msgstr "" +msgstr "³ĜÈÔÊÇĵ¤ğîµÄ" -#: src/storage_driver.c:550 -#, fuzzy +#: src/storage_driver.c:553 msgid "pool already active" -msgstr "ÓòÒÑ­ğîÔ" +msgstr "³ĜÒÑ­ĵ¤ğî" -#: src/storage_driver.c:589 -#, fuzzy +#: src/storage_driver.c:590 msgid "storage pool is already active" -msgstr "ÓòÒÑ­ğîÔ" +msgstr "´ĉ´˘³ĜÒÑ­ĵ¤ğî" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 -#, fuzzy +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" -msgstr "ÈĠÖ·ĥ²ğÊÇÒğ¸öÎÄĵŝ" +msgstr "´ĉ´˘³Ĝδĵ¤ğî" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" -msgstr "" +msgstr "´ĉ´˘³ĜÈÔÈğĵ¤ğî" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" -msgstr "" +msgstr "³Ĝ²ğÖ§³Öíɳŭ" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" -msgstr "" +msgstr "³ĜğÓĊäÖÎÄĵŝ" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" -msgstr "" +msgstr "ğÓ´ĝĈĊäû³ĈµÄ´ĉ´˘í" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" -msgstr "" +msgstr "ğÓ´ĝĈĊäÜÔżµÄ´ĉ´˘í" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" -msgstr "" +msgstr "ğÓ´ĝĈĊä·ĥµÄ´ĉ´˘í" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" -msgstr "" +msgstr "´ĉ´˘íÒÑ­´ĉÔÚ" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" -msgstr "" +msgstr "´ĉ´˘³Ĝ²ğÖ§³Öí´´½¨" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" -msgstr "" +msgstr "´ĉ´˘³Ĝ²ğÖ§³Öíɳŭ" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "ğÓ´ĝĈĊäû³ĈµÄ´ĉ´˘í" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "´ĉ´˘³Ĝδĵ¤ğî" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "´ĉ´˘³ĜÒÑ­ĵ¤ğî" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "ĠŭÔÚğñµÒğÌìµħÖµÄÊħĵä" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "ĥÁÈĦÖ÷ğúĥ¨ÒċÎÄĵŝ" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "Ö÷ğú" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "½Úµ" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "ĠŭÔÚ´´½¨xpathÉÏÏÂÎÄ" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "½Úµ cpu µÄ numa ½Úµ" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "½Úµ cpu socket" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "½Úµ cpu şËÄ" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "½Úµ cpu Ïß³Ì" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "½ÚµğîÔ cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "½Úµ cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "½ÚµÄÚ´ĉ" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "½ÚµÓòÁħí" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "½âÎöÓòÎÄĵŝû" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "½ÚµÓòÁħí" -#: src/test.c:475 +#: src/test.c:540 msgid "resolving network filename" msgstr "½âÎöÍĝÂçÎÄĵŝû" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "½ÚµÓòÁħí" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "½âÎöÓòÎÄĵŝû" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "²âÊÔżŞÊĵ:ÌáıİÒğ¸ö·ĥğòÊıÓÄĴÈÏ" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "δĠÒµ½Óò" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" -msgstr "ÓòÈÔÔÚÔË" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" +msgstr "ÓòğÓÔÚÔË" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "ÎŜ·¨ÎŞÔŞÊŭŬ·ÖĊäżĠĵä" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "×ÔĥŻżŞÊĵÒğ¸öÓò" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "½ÚµÓòÁħí" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" -msgstr "" +msgstr "ğÓÍê³Éħ£´ĉħêÌâ" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" -msgstr "" +msgstr "´íÎóĈĊäµÄ header magic" -#: src/test.c:973 -#, fuzzy +#: src/test.c:1066 msgid "failed to read metadata length" -msgstr "´Ó Xen ÊĜğ¤½ĝ³ÌĥÁʧ°Ü" +msgstr "ĥÁÈĦÔŞÊŭŬ³¤ĥÈʧ°Ü" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" -msgstr "" +msgstr "ÔŞÊŭŬ³¤ĥȳĴ³ö·ĥΧ" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" +msgstr "²ğÍêĠûµÄÔŞÊŭŬ" + +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Óò %s ħğ dump µ½ %s\n" + +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "%s£ş´ÈëÈĠÖÎÄĵŝʧ°Ü£ş%s" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "½ÚµÓòÁħí" - -#: src/test.c:1181 +#: src/test.c:1271 msgid "Range exceeds available cells" -msgstr "" +msgstr "·ĥΧ³Ĵ³öżÉÓµÔŞ" -#: src/test.c:1200 -msgid "Domain is already running" -msgstr "ÓòÒÑ­ğîÔ" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" +msgstr "ÓòÒÑ­ÔË" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "ÓòÈÔÔÚÔË" -#: src/test.c:1455 -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "ÍĝÂçÈÔÔÚÔË" -#: src/test.c:1470 -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "ÍĝÂçÒÑ­ÔË" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "ğÓ´ĝĈĊäÜÔżµÄ´ĉ´˘í" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "ğÓ´ĝĈĊä·ĥµÄ´ĉ´˘í" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +#, fuzzy +msgid "only TCP listen is supported for chr device" +msgstr "ÎŞ×Ö·ûÉèħ¸·ÖĊäżĠĵäʧ°Ü" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "²ğÖ§³ÖµÄÊäÈëÉèħ¸ÀàÍ %s" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "ÎŜ·¨³ġÊĵğŻÇĊ½ÓÖ§³Ö£ş%s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "´´½¨ÄżÂĵ %s ʧ°Ü£ş%s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "qemudStartup£şÄÚ´ĉÒç³ö" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Éú³ÉÈĠÖÎÄĵŝʧ°Ü %s£ş%s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "ÎŜ·¨´òżŞ %s£ş%s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "ÎŜ·¨ĠÒµ½ğáğ°" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "ÎŜ·¨Éèĥ¨ÎÄĵŝģʽ '%s'£ş%s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "ÎŜ·¨ĥÁÈĦ %s£ş%s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "ÎŜ·¨ĥÁÈĦÄżÂĵ %s£ş%s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "ÎŜ·¨ĠÒµ½ QEMU ĥŝ½ĝÖĈ %s£ş%s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "ÎŜ·¨Éú³ÉÈĠÖÄżÂĵ %s£ş%s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "µÈ´ŭüÁîʧ°Ü£ş%s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "ğñµÒâÍâ pid£Ĵdamn" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "ÎŜ·¨ĥÁÈĦ %s£ş%s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨ıĜħĠÎÄĵŝ '%s'£ş%s" -#: src/util.c:170 -#, fuzzy, c-format +#: src/util.c:219 +#, c-format msgid "cannot create pipe: %s" -msgstr "´´½¨XMLʧ°Ü" +msgstr "ÎŜ·¨´´½¨ıÜ·£ş%s" -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format +#: src/util.c:279 src/util.c:369 +#, c-format msgid "cannot fork child process: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨·ÖżŞ×Ó½ĝ³Ì£ş%s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "ÎŜ·¨ÈĦÏûÁ´½ÓÎÄĵŝ '%s'£ş%s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "ğñµÖ÷ğúûʧ°Ü" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "ğñµÖ÷ğúûʧ°Ü" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "ğñµÖ÷ğúûʧ°Ü" +msgstr "ÎŜ·¨Çċ³ŭÉèħ¸ħêÌâ %s" #: src/util.c:361 #, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +msgid "cannot change to root directory: %s" +msgstr "ÎŜ·¨Éú³É×ÔĥŻĈôĥŻÄżÂĵ %s£ş%s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "strdup Ö÷ğúûʧ°Ü£ş%s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "strdup Ö÷ğúûʧ°Ü£ş%s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "strdup Ö÷ğúûʧ°Ü£ş%s" + +#: src/util.c:410 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "ÎŜ·¨ÀİĠıÎÄĵŝ '%s'£ş%s" + +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "üÁî" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "ĥÁÈĦ´íÎó %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -msgstr "" +msgstr "·µğĜÎħËĉğú UUID£Ĵ´´½¨Ëĉğú×Ö½Úʧ°Ü£ş%s" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "´òÓĦ°ïÖú" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "´òÓĦÈвż°ïÖúğòÌĜĥ¨üÁîµÄ°ïÖúĦ£" -#: src/virsh.c:347 +#: src/virsh.c:346 msgid "name of command" msgstr "üÁîû" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4050,316 +4394,320 @@ msgstr "" "üÁî£ş\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "×ÔĥŻżŞÊĵÒğ¸öÓò" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "ÉèÖÒğ¸öÓòÔÚĈôĥŻÊħ×ÔĥŻżŞÊĵ." -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "Óòû£Ĵid ğò uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "½ûÖı×ÔĥŻĈôĥŻ" -#: src/virsh.c:402 +#: src/virsh.c:401 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "°ÑÓò %sħêĵÇÎŞ×ÔĥŻżŞÊĵʧ°Ü" -#: src/virsh.c:405 +#: src/virsh.c:404 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "°ÑÓò %sÈĦÏûħêĵÇÎŞ×ÔĥŻżŞÊĵʧ°Ü" -#: src/virsh.c:412 +#: src/virsh.c:411 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Óò %sħêĵÇÎŞ×ÔĥŻżŞÊĵ\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Óò %sÈĦÏûħêĵÇÎŞ×ÔĥŻżŞÊĵ\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "ÁĴ½Ó£¨ÖĜÂÁĴ½Ó£İµ½ hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "ÁĴ½Óµ½ħµĜıÜÀí³ÌòĦ£ĠâÊÇÔÚ shell ĈôĥŻşóÄÚ½¨µÄüÁîĦ£" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "ıÜÀí³ÌòÁĴ½Ó URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "ÖğĥÁÁĴ½Ó" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "´ÓıÜÀí³ÌòĥÏżŞÁĴ½Óʧ°Ü" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "ÁĴ½Óµ½ıÜÀí³Ìòʧ°Ü" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "ÁĴ½Óµ½żÍğ§ğáğ°" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "ÁĴ½ÓżÍğ§Ġĉʵ´żĜÖĈ̨" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "ÓòżĜÖĈ̨²ğżÉÓ\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" -msgstr "" +msgstr "Ġâ¸öĈ½Ì¨ÖğÓÊıÓżĜÖĈ̨" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "Á³öÓò" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "·µğĜÓòÁħí" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "Á³ö²ğğîÔµÄÓò" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "²ğğîÔşÍğîÔµÄÓòÁħí" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Á³öğîÔµÄÓòʧ°Ü" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Á³ö²ğğîÔµÄÓòʧ°Ü" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "û³Ĉ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "×´ÌĴ" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "ğÓ×´ÌĴ" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "Óò×´ÌĴ" -#: src/virsh.c:669 -#, fuzzy +#: src/virsh.c:668 msgid "Returns state about a domain." -msgstr "·µğĜÒğ¸öÔËÓòµÄ×´ÌĴĦ£" +msgstr "·µğĜij¸öÓòµÄ×´ÌĴĦ£" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "ğñµÓòÉèħ¸żé×´ÌĴ" -#: src/virsh.c:706 +#: src/virsh.c:705 msgid "Get device block stats for a running domain." msgstr "ğñµÔËÓòµÄÉèħ¸żé×´ÌĴĦ£" -#: src/virsh.c:712 +#: src/virsh.c:711 msgid "block device" msgstr "×èÖıÉèħ¸" -#: src/virsh.c:733 +#: src/virsh.c:732 #, c-format msgid "Failed to get block stats %s %s" msgstr "ÎŜ·¨ğñµżé×´ÌĴ %s %s" -#: src/virsh.c:762 +#: src/virsh.c:761 msgid "get network interface stats for a domain" msgstr "ğñµÓòÍĝÂç½ÓżÚ×´ÌĴ" -#: src/virsh.c:763 +#: src/virsh.c:762 msgid "Get network interface stats for a running domain." msgstr "ğñµÔËÓòµÄÍĝÂç½ÓżÚ×´ÌĴĦ£" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "½ÓżÚÉèħ¸" -#: src/virsh.c:790 +#: src/virsh.c:789 #, c-format msgid "Failed to get interface stats %s %s" msgstr "ÎŜ·¨ğñµ½ÓżÚ×´ÌĴ %s %s" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "ıÒĈÒğ¸öÓò" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "ıÒĈÒğ¸öÔ˵ÄÓòĦ£" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Óò %s ħğıÒĈ\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "ıÒĈ %s Óòʧ°Ü" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "´ÓÒğ¸ö XML ÎÄĵŝ´´½¨Òğ¸öÓò" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "´´½¨Òğ¸öÓò" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 msgid "file containing an XML domain description" msgstr "ÎÄĵŝ°üÀ¨Òğ¸ö XML ÓòèÊö" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Óò %s ħğ´´½¨£¨´Ó %s£İ\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "´Ó %s ´´½¨Óòʧ°Ü" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "´ÓÒğ¸ö XML ÎÄĵŝĥ¨Òċ£¨µĞ²ğżŞÊĵ£İÒğ¸öÓò" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "ĥ¨ÒċÒğ¸öÓòĦ£" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "ĥ¨ÒċÓò %s£¨´Ó %s£İ\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "´Ó %s ĥ¨ÒċÓòʧ°Ü" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔµÄÓò" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÓòµÄĊäÖĦ£" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "Óòûğò uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Óò %s ÒÑ­ħğÈĦÏûĥ¨Òċ\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "ÈĦÏûĥ¨ÒċÓò %s ʧ°Ü" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "żŞÊĵÒğ¸ö£¨ÒÔÇ°ĥ¨ÒċµÄ£İ·ÇğîÔµÄÓò" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "żŞÊĵÒğ¸öÓò" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "·ÇğîÔÓòµÄû³Ĉ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "ÓòÒÑ­ğîÔ" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Óò %s ÒÑżŞÊĵ\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "żŞÊĵÓò %s ʧ°Ü" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "°ÑÒğ¸öÓòµÄ×´ÌĴħ£´ĉµ½Òğ¸öÎÄĵŝ" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "ħ£´ĉÒğ¸öÔ˵ÄÓòĦ£" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "ÊŭŬ´ĉµ½Ê²´µĜ·½" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Óò %s ħğ´ĉµ½ %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "°ÑÓò %s ´ĉµ½ %s ʧ°Ü" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "ÏÔÊ/ÉèÖÈĠ³Ì°²ĊĊħäÁż" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "ÏÔÊ/ÉèÖÈĠ³Ì°²ĊĊħäÁż" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "·ÖĊäÖµ" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "XEN_CREDIT ÖĜÁż" @@ -4368,1634 +4716,1627 @@ msgstr "XEN_CREDIT msgid "cap for XEN_CREDIT" msgstr "XEN_CREDITµÄcap" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "ÎŜ§µÄÖĜÁżÖµ" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "ÎŜ§µÄÈŬÁżÖµ" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "ÎŜ§µÄÈŬÁżÖµ" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "ÈĠ³Ì°²ĊĊ" -#: src/virsh.c:1204 +#: src/virsh.c:1234 msgid "Unknown" msgstr "δ֪" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "´ÓÒğ¸ö´ĉÔÚÒğ¸öÎÄĵŝÖµÄ×´ÌĴğÖ¸´Òğ¸öÓò" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "ğÖ¸´Òğ¸öÓòĦ£" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "ğÖ¸´µÄ×´ÌĴ" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "´Ó %s ğÖ¸´Óò\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "´Ó %s ğÖ¸´Óòʧ°Ü" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "°ÑÒğ¸öÓòµÄÄÚşË dump µ½Òğ¸öÎÄĵŝÖÒÔ·½ħ·ÖÎö" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "ÄÚşË dump Òğ¸öÓòĦ£" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "ÄÚşË dump µ½Ê²´µĜ·½" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Óò %s ħğ dump µ½ %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "ÄÚşË dump Óò %s µ½ %s ʧ°Ü" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "ÖĜÂğÖ¸´Òğ¸öÓò" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "ÖĜÂğÖ¸´Òğ¸öÒÔÇ°ħğıÒĈµÄÓòĦ£" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Óò %s ħğÖĜÂğÖ¸´\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "ğÖ¸´Óò %s ʧ°Ü" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "ıĜħĠÒğ¸öÓò" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "ÔÚÄżħêÓòÖÖ´ıĜħĠÎŞĦ£" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Óò %s ħğıĜħĠ\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "ıĜħĠÓò %s ʧ°Ü" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "ÖĜÂĈôĥŻÒğ¸öÓò" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "ÔÚÄżħêÓòÖÖ´ÖĜÂĈôĥŻüÁîĦ£" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Óò %s ĠŭÔÚħğÖĜÂĈôĥŻ\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "ÖĜÂĈôĥŻÓò %s ʧ°Ü" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "ɳŭÒğ¸öÓò" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "ɳŭÒğ¸öÖ¸ĥ¨µÄÓòĦ£" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Óò %s ħğɳŭ\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "ɳŭÓò %s ʧ°Ü" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "ÓòĊÏ˘" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "·µğĜĠâ¸öÓòµÄğùħĊÏ˘Ħ£" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "û³Ĉ£ş" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS ÀàÍ£ş" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "×´ÌĴ£ş" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU£ş" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU Êħĵä£ş" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "×î´óÄÚ´ĉ£ş" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ğÓÏŜÖĈ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "ÊıÓµÄÄÚ´ĉ£ş" -#: src/virsh.c:1567 -#, fuzzy +#: src/virsh.c:1598 msgid "Autostart:" -msgstr "×ÔĥŻżŞÊĵ" +msgstr "×ÔĥŻĈôĥŻ£ş" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "û³Ĉ" +msgstr "ĈôÓ" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" -msgstr "" +msgstr "½ûÓ" -#: src/virsh.c:1580 +#: src/virsh.c:1611 msgid "NUMA free memory" msgstr "NUMAżÉÓÄÚ´ĉ" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "ÏÔÊżÉÓµÄNUMAµÔŞżĠÏÄÚ´ĉ" -#: src/virsh.c:1586 +#: src/virsh.c:1617 msgid "NUMA cell number" msgstr "NUMA µÔŞ Êŭ" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "×ÜÁż" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "Óò vcpu µÄĊÏ˘" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "ğÖ¸´Ġâ¸öÓòéÄâ CPU µÄğùħĊÏ˘Ħ£" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPUıĜϵ:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "ıĜħĠÓò,éÄâCPU²ğ´ĉÔÚ." -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "żĜÖĈÓò vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "°ÑÓò VCPU ²ċÈëµ½Ö÷ğúµÄÎïÀí CPU ÖĦ£" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu şĊ" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "Ö÷ğú cpu şĊ(ÒÔĥşşĊ·Ö¸ô)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." -msgstr "" +msgstr "vcpupin£şÎŜ§ğòĠßĥŞÊ§µÄ vCPU şĊĦ£" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" -msgstr "" +msgstr "vcpupin£şÈħÉÙ cpu Áħí" -#: src/virsh.c:1763 -#, fuzzy +#: src/virsh.c:1794 msgid "vcpupin: failed to get domain informations." -msgstr "ğñµ½ÚµĊÏ˘Ê§°Ü" +msgstr "vcpupin£şğñµÓòĊÏ˘Ê§°Ü" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." -msgstr "" +msgstr "vcpupin£şÎŜ§ vCPU şĊĦ£" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." -msgstr "cpuÁħí:²ğżÉÓ¸ñʽ.żĠ×Ö·û´." +msgstr "cpulist£ş²ğżÉÓ¸ñʽĦ£żĠ×Ö·û´Ħ£" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "cpuÁħí:%s:²ğżÉÓ¸ñʽ.ÔÚ%dÎğÖĈÚÍûÊŭ×Ö('%c'¸½½ü)." -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "cpuÁħí:%s:²ğżÉÓ¸ñʽ.ÔÚ%dÎğÖĈÚÍûÊŭ×ÖğòĥşşĊ('%c'¸½½ü)." -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpuÁħí:%s:²ğżÉÓ¸ñʽ.ÔÚ%dÎğÖ½áβĥşşĊ." -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "ÎïÀí CPU %d ²ğ´ĉÔÚ." -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "¸ÄħäéÄâ CPU µÄşĊ" -#: src/virsh.c:1844 -#, fuzzy +#: src/virsh.c:1875 msgid "Change the number of virtual CPUs in the guest domain." -msgstr "¸ÄħäÔÚ guest ÓòÖğîÔµÄéÄâ CPU µÄşĊĦ£" +msgstr "ÔÚżÍğ§ÓòÖŜ¸ÄéÄâ CPU şĊĦ£" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" -msgstr "éÄâ CPU µÄşĊ" +msgstr "éÄâ CPU şĊ" -#: src/virsh.c:1870 +#: src/virsh.c:1901 msgid "Invalid number of virtual CPUs." msgstr "éÄâ CPU µÄÊŭÎŜ§" -#: src/virsh.c:1882 +#: src/virsh.c:1913 msgid "Too many virtual CPUs." msgstr "éÄâ CPUÌĞĥà" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "¸ÄħäÄÚ´ĉµÄ·ÖĊä" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "¸ÄħäµħÇ°ÔÚ guest ÓòÖµÄÄÚ´ĉ·ÖĊäĦ£" -#: src/virsh.c:1907 +#: src/virsh.c:1938 msgid "number of kilobytes of memory" msgstr "ÄÚ´ĉµÄǧ×Ö½ÚÊŭ" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "ÄÚ´ĉ´óĦ %d Öµ²ğżÉÓ" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "²ğÄܲéÖ¤×î´óÄÚ´ĉ´óĦ" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "¸Äħä×î´óÄÚ´ĉÏŜÖĈÖµ" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "¸ÄħäÔÚżÍğ§ÓòÖµÄ×î´óÄÚ´ĉ·ÖĊäÏŜÖĈĦ£" -#: src/virsh.c:1964 +#: src/virsh.c:1995 msgid "maximum memory limit in kilobytes" msgstr "×î´óÄÚ´ĉÏŜÖĈµÄǧ×Ö½ÚÊŭ" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "²ğÄܲéÖ¤µħÇ°ÄÚ´ĉ´óĦ" -#: src/virsh.c:1998 +#: src/virsh.c:2029 msgid "Unable to shrink current MemorySize" msgstr "ÎŜ·¨ĵġÉÙµħÇ°ÄÚ´ĉ´óĦ" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "²ğÄܸÄħä×î´óÄÚ´ĉ´óĦ" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "½ÚµĊÏ˘" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "·µğĜıĜÓÚĠâ¸ö½ÚµµÄğùħĊÏ˘Ħ£" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "ğñµ½ÚµĊÏ˘Ê§°Ü" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU ÍşĊ£ş" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU ĈµÂÊ£ş" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket£ş" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "ż¸ö socket µÄÄÚşËÊŭ£ş" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "ż¸öÄں˵ÄÏß³ÌÊŭ£ş" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA µÔŞ£ş" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "ÄÚ´ĉ´óĦ£ş" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "ÔÄÜ" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "·µğĜ ıÜÀí³Ìò/ÇŭĥŻĈ÷ÔÄÜ." -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "ğñµÔÄÜʧ°Ü" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML ÖµÄÓòĊÏ˘" -#: src/virsh.c:2080 +#: src/virsh.c:2111 msgid "Output the domain information as an XML dump to stdout." msgstr "°ÑÓòĊÏ˘×÷ÎŞÒğ¸ö XML Êä³öµ½ stdoutĦ£" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "°ÑÒğ¸öÓò id ğò UUID תğğÎŞÓòû" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "Óò id ğò uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "°ÑÒğ¸öÓòûğò UUID תğğÎŞÓò id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "°ÑÒğ¸öÓòûğò id תğğÎŞÓò UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "Óò id ğòÓòû" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "ğñµÓò UUID ʧ°Ü" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "½ĞÓòǨÒĈµ½ÁíÒğ¸öÖ÷ğúÖ" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "½ĞÓòǨÒĈµ½ÁíÒğ¸öÖ÷ğúÖĦ£ÈÈǨÒĈÊħÌíĵÓ --liveĦ£" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "ÈÈǨÒĈ" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "ÁĴ½ÓÄżµÄµĜÖ÷ğúµÄ URI" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "ǨÒĈ URI£Ĵ ͨ³£żÉÊĦÂÔ" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "ǨÒĈ£şĥŞÊ§ desturi" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "×ÔĥŻżŞÊĵÍĝÂç" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "ÉèÖÒğ¸öÍĝÂçÔÚĈôĥŻÊħ×ÔĥŻżŞÊĵ." -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "ÍĝÂçûğò uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, c-format msgid "failed to mark network %s as autostarted" msgstr "°ÑÍĝÂç%sħêĵÇÎŞ×ÔĥŻĈôĥŻÊ§°Ü" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "°ÑÍĝÂç%sÈĦÏûħêĵÇÎŞ×ÔĥŻĈôĥŻÊ§°Ü" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, c-format msgid "Network %s marked as autostarted\n" msgstr "ÍĝÂç%sħêĵÇÎŞ×ÔĥŻĈôĥŻ\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "ÍĝÂç%sÈĦÏûħêĵÇÎŞ×ÔĥŻĈôĥŻ\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "´ÓÒğ¸ö XML ÎÄĵŝ´´½¨Òğ¸öÍĝÂç" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "´´½¨Òğ¸öÍĝÂç" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "ÎÄĵŝ°üÀ¨Òğ¸ö XMLÍĝÂçèÊö" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "´Ó%s´´½¨ÍĝÂç%s \n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "´Ó %s ´´½¨ÍĝÂçʧ°Ü" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "´ÓÒğ¸ö XML ÎÄĵŝĥ¨Òċ(µĞ²ğżŞÊĵ)Òğ¸öÍĝÂç" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "ĥ¨ÒċÒğ¸öÍĝÂç." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "´Ó %sĥ¨ÒċÍĝÂç%s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "´Ó %s ĥ¨ÒċÍĝÂçʧ°Ü" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "ɳŭÒğ¸öÍĝÂç" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "ɳŭÒğ¸öÖ¸ĥ¨ÍĝÂç." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "ÍĝÂçû,id ğò uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "ÍĝÂç %s ħğɳŭ\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "ɳŭÍĝÂç %s ʧ°Ü" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML ÖµÄÍĝÂçĊÏ˘" -#: src/virsh.c:2470 +#: src/virsh.c:2506 msgid "Output the network information as an XML dump to stdout." msgstr "°ÑÍĝÂçĊÏ˘×÷ÎŞÒğ¸ö XML Êä³öµ½ stdoutĦ£" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "Á³öÍĝÂç" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "·µğĜÍĝÂçÁħí" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "Á³ö²ğğîÔµÄÍĝÂç" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "Á³ö²ğğîÔşÍğîÔµÄÍĝÂç" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "Á³öğîÔµÄÍĝÂçʧ°Ü" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "Á³ö²ğğîÔµÄÍĝÂçʧ°Ü" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "×ÔĥŻżŞÊĵ" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "²ğ×ÔĥŻżŞÊĵ" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "ğîĥŻ" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "²ğğîÔ" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "°ÑÒğ¸öÍĝÂçUUID תğğÎŞÍĝÂçû" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "ÍĝÂçuuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "żŞÊĵÒğ¸ö(ÒÔÇ°ĥ¨ÒċµÄ)²ğğîÔµÄÍĝÂç" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "żŞÊĵÒğ¸öÍĝÂç." -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "·ÇğîÔÍĝÂçµÄû³Ĉ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "ÍĝÂç %s ÒÑżŞÊĵ\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "żŞÊĵÍĝÂç %s ʧ°Ü" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔµÄÍĝÂç" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÍĝÂçĊäÖĦ£" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "ÍĝÂç %s ÒÑ­ħğÈĦÏûĥ¨Òċ\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "ÈĦÏûĥ¨ÒċÍĝÂç %s ʧ°Ü" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "°ÑÒğ¸öÍĝÂçûתğğÎŞÍĝÂçUUID" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "ÍĝÂçû" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "ğñµÍĝÂçUUID ʧ°Ü" -#: src/virsh.c:2779 -#, fuzzy +#: src/virsh.c:2815 msgid "autostart a pool" -msgstr "×ÔĥŻżŞÊĵÒğ¸öÓò" +msgstr "×ÔĥŻĈôĥŻÄ³¸ö³Ĝ" -#: src/virsh.c:2781 -#, fuzzy +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." -msgstr "ÉèÖÒğ¸öÓòÔÚĈôĥŻÊħ×ÔĥŻżŞÊĵ." +msgstr "½Ğij¸ö³ĜÉèÖÎŞÔÚÒŭµĵÊħ×ÔĥŻĈôĥŻĦ£" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 -#, fuzzy +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 msgid "pool name or uuid" -msgstr "Óòûğò uuid" +msgstr "³Ĝûğò uuid" -#: src/virsh.c:2808 -#, fuzzy, c-format +#: src/virsh.c:2844 +#, c-format msgid "failed to mark pool %s as autostarted" -msgstr "°ÑÍĝÂç%sħêĵÇÎŞ×ÔĥŻĈôĥŻÊ§°Ü" +msgstr "½Ğ³Ĝ %s ħêĵÇÎŞ×ÔĥŻĈôĥŻÊ§°Ü" -#: src/virsh.c:2811 -#, fuzzy, c-format +#: src/virsh.c:2847 +#, c-format msgid "failed to unmark pool %s as autostarted" -msgstr "°ÑÍĝÂç%sÈĦÏûħêĵÇÎŞ×ÔĥŻĈôĥŻÊ§°Ü" +msgstr "ÈĦÏû½Ğ³Ĝ %s ħêĵÇÎŞ×ÔĥŻĈôĥŻÊ§°Ü" -#: src/virsh.c:2818 -#, fuzzy, c-format +#: src/virsh.c:2854 +#, c-format msgid "Pool %s marked as autostarted\n" -msgstr "Óò %sħêĵÇÎŞ×ÔĥŻżŞÊĵ\n" +msgstr "³Ĝ %s ħêĵÇÎŞ×ÔĥŻĈôĥŻ\n" -#: src/virsh.c:2820 -#, fuzzy, c-format +#: src/virsh.c:2856 +#, c-format msgid "Pool %s unmarked as autostarted\n" -msgstr "Óò %sÈĦÏûħêĵÇÎŞ×ÔĥŻżŞÊĵ\n" - -#: src/virsh.c:2830 -#, fuzzy -msgid "create a pool from an XML file" -msgstr "´ÓÒğ¸ö XML ÎÄĵŝ´´½¨Òğ¸öÓò" - -#: src/virsh.c:2831 src/virsh.c:2878 -#, fuzzy -msgid "Create a pool." -msgstr "´´½¨Òğ¸öÓò" - -#: src/virsh.c:2836 src/virsh.c:2974 -#, fuzzy -msgid "file containing an XML pool description" -msgstr "ÎÄĵŝ°üÀ¨Òğ¸ö XML ÓòèÊö" - -#: src/virsh.c:2863 -#, fuzzy, c-format -msgid "Pool %s created from %s\n" -msgstr "Óò %s ħğ´´½¨£¨´Ó %s£İ\n" +msgstr "ÈĦÏû½Ğ³Ĝ %s ħêĵÇÎŞ×ÔĥŻĈôĥŻ\n" #: src/virsh.c:2866 -#, fuzzy, c-format +msgid "create a pool from an XML file" +msgstr "´ÓÒğ¸ö XML ÎÄĵŝÖ´´½¨Òğ¸ö³Ĝ" + +#: src/virsh.c:2867 src/virsh.c:2915 +msgid "Create a pool." +msgstr "´´½¨Òğ¸ö³ĜĦ£" + +#: src/virsh.c:2873 src/virsh.c:3011 +msgid "file containing an XML pool description" +msgstr "°üşĴ XML ³ĜèÊöµÄÎÄĵŝ" + +#: src/virsh.c:2900 +#, c-format +msgid "Pool %s created from %s\n" +msgstr "´Ó %s Ö´´½¨³Ĝ %s \n" + +#: src/virsh.c:2903 +#, c-format msgid "Failed to create pool from %s" -msgstr "´Ó %s ´´½¨Óòʧ°Ü" +msgstr "´Ó %s ´´½¨³Ĝʧ°Ü" -#: src/virsh.c:2877 -#, fuzzy +#: src/virsh.c:2914 msgid "create a pool from a set of args" -msgstr "´ÓÒğ¸ö XML ÎÄĵŝ´´½¨Òğ¸öÓò" +msgstr "´ÓÒğ×éħäÁżÖ´´½¨Òğ¸ö³Ĝ" -#: src/virsh.c:2883 src/virsh.c:3022 -#, fuzzy +#: src/virsh.c:2920 src/virsh.c:3059 msgid "name of the pool" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "³ĜµÄû³Ĉ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" -msgstr "" +msgstr "³ĜÀàÍ" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" -msgstr "" +msgstr "ğùħ´ĉ´˘µÄÔ´Ö÷ğú" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" -msgstr "" +msgstr "ğùħ´ĉ´˘µÄԴ·ĥ" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" -msgstr "" +msgstr "ğùħ´ĉ´˘µÄÔ´Éèħ¸" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" -msgstr "" +msgstr "ğùħ´ĉ´˘µÄÄżħê" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 -#, fuzzy +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 msgid "Failed to allocate XML buffer" -msgstr "·ÖĊäğş³ċʧ°Ü" +msgstr "·ÖĊä XML ğş³ċʧ°Ü" -#: src/virsh.c:2949 -#, fuzzy, c-format +#: src/virsh.c:2986 +#, c-format msgid "Pool %s created\n" -msgstr "Óò %s ħğ´´½¨£¨´Ó %s£İ\n" +msgstr "´´½¨³Ĝ %s\n" -#: src/virsh.c:2953 -#, fuzzy, c-format +#: src/virsh.c:2990 +#, c-format msgid "Failed to create pool %s" -msgstr "´Ó %s ´´½¨Óòʧ°Ü" +msgstr "´´½¨³Ĝ %s ʧ°Ü" -#: src/virsh.c:2968 -#, fuzzy +#: src/virsh.c:3005 msgid "define (but don't start) a pool from an XML file" -msgstr "´ÓÒğ¸ö XML ÎÄĵŝĥ¨Òċ£¨µĞ²ğżŞÊĵ£İÒğ¸öÓò" +msgstr "ÔÚÒğ¸ö XML ÎÄĵŝÖĥ¨Òċ£¨µĞ²ğĈôĥŻ£İÒğ¸ö³Ĝ" -#: src/virsh.c:2969 src/virsh.c:3017 -#, fuzzy +#: src/virsh.c:3006 src/virsh.c:3054 msgid "Define a pool." -msgstr "ĥ¨ÒċÒğ¸öÓòĦ£" +msgstr "ĥ¨Òċ³ĜĦ£" -#: src/virsh.c:3001 -#, fuzzy, c-format +#: src/virsh.c:3038 +#, c-format msgid "Pool %s defined from %s\n" -msgstr "ĥ¨ÒċÓò %s£¨´Ó %s£İ\n" +msgstr "ÔÚ %s Öĥ¨Òċ³Ĝ %s\n" -#: src/virsh.c:3004 -#, fuzzy, c-format +#: src/virsh.c:3041 +#, c-format msgid "Failed to define pool from %s" -msgstr "´Ó %s ĥ¨ÒċÓòʧ°Ü" +msgstr "ÔÚ %s Öĥ¨Òċ³Ĝʧ°Ü" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" -msgstr "" +msgstr "ÔÚÒğ×éħäÁżÖĥ¨Òċ³Ĝ" -#: src/virsh.c:3027 +#: src/virsh.c:3064 +#, fuzzy msgid "source name for underlying storage" -msgstr "" +msgstr "ğùħ´ĉ´˘µÄԴ·ĥ" -#: src/virsh.c:3091 -#, fuzzy, c-format +#: src/virsh.c:3128 +#, c-format msgid "Pool %s defined\n" -msgstr "ĥ¨ÒċÓò %s£¨´Ó %s£İ\n" +msgstr "ĥ¨Òċ³Ĝ %s\n" -#: src/virsh.c:3095 -#, fuzzy, c-format +#: src/virsh.c:3132 +#, c-format msgid "Failed to define pool %s" -msgstr "ÈĦÏûĥ¨ÒċÓò %s ʧ°Ü" +msgstr "ĥ¨Òċ³Ĝ %s ʧ°Ü" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" -msgstr "" +msgstr "½¨Á˘³Ĝ" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." -msgstr "" +msgstr "½¨Á˘Òğ¸ö¸ĝĥ¨µÄ³ĜĦ£" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" -msgstr "" +msgstr "½¨Á˘Á˳Ĝ %s\n" -#: src/virsh.c:3136 -#, fuzzy, c-format +#: src/virsh.c:3173 +#, c-format msgid "Failed to build pool %s" -msgstr "ıÒĈ %s Óòʧ°Ü" +msgstr "½¨Á˘³Ĝ %s ʧ°Ü" -#: src/virsh.c:3150 -#, fuzzy +#: src/virsh.c:3187 msgid "destroy a pool" -msgstr "ɳŭÒğ¸öÓò" +msgstr "ÏúğÙ³Ĝ" -#: src/virsh.c:3151 -#, fuzzy +#: src/virsh.c:3188 msgid "Destroy a given pool." -msgstr "ɳŭÒğ¸öÖ¸ĥ¨µÄÓòĦ£" +msgstr "ÏúğÙÒğ¸ö¸ĝĥ¨µÄ³ĜĦ£" -#: src/virsh.c:3174 -#, fuzzy, c-format +#: src/virsh.c:3211 +#, c-format msgid "Pool %s destroyed\n" -msgstr "Óò %s ħğɳŭ\n" +msgstr "ÏúğÙ³Ĝ %s\n" -#: src/virsh.c:3176 -#, fuzzy, c-format +#: src/virsh.c:3213 +#, c-format msgid "Failed to destroy pool %s" -msgstr "ɳŭÓò %s ʧ°Ü" +msgstr "ÏúğÙ³Ĝ %s ʧ°Ü" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" -msgstr "" +msgstr "ɳŭ³Ĝ" -#: src/virsh.c:3191 -#, fuzzy +#: src/virsh.c:3228 msgid "Delete a given pool." -msgstr "ɳŭÒğ¸öÖ¸ĥ¨µÄÓòĦ£" +msgstr "ɳŭÒğ¸ö¸ĝĥ¨µÄ³ĜĦ£" -#: src/virsh.c:3214 -#, fuzzy, c-format +#: src/virsh.c:3251 +#, c-format msgid "Pool %s deleted\n" -msgstr "Óò %s ħğɳŭ\n" +msgstr "³Ĝ %s ħğɳŭ\n" -#: src/virsh.c:3216 -#, fuzzy, c-format +#: src/virsh.c:3253 +#, c-format msgid "Failed to delete pool %s" -msgstr "ɳŭÓò %s ʧ°Ü" +msgstr "ɳŭ³Ĝ %s ʧ°Ü" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" -msgstr "" +msgstr "Ë˘Â³Ĝ" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." -msgstr "" +msgstr "ˢ¸ĝĥ¨µÄ³ĜĦ£" -#: src/virsh.c:3254 -#, fuzzy, c-format +#: src/virsh.c:3291 +#, c-format msgid "Pool %s refreshed\n" -msgstr "Óò %s ħğÖĜÂğÖ¸´\n" +msgstr "³Ĝ %s ħğˢÂ\n" -#: src/virsh.c:3256 -#, fuzzy, c-format +#: src/virsh.c:3293 +#, c-format msgid "Failed to refresh pool %s" -msgstr "ğÖ¸´Óò %s ʧ°Ü" +msgstr "Ë˘Â³Ĝ %s ʧ°Ü" -#: src/virsh.c:3270 -#, fuzzy +#: src/virsh.c:3307 msgid "pool information in XML" -msgstr "XML ÖµÄÓòĊÏ˘" +msgstr "XML ֵijĜĊÏ˘" -#: src/virsh.c:3271 -#, fuzzy +#: src/virsh.c:3308 msgid "Output the pool information as an XML dump to stdout." -msgstr "°ÑÓòĊÏ˘×÷ÎŞÒğ¸ö XML Êä³öµ½ stdoutĦ£" +msgstr "°Ñ³ĜĊÏ˘×÷ÎŞ XML ת´˘Êä³öµ½ stdoutĦ£" -#: src/virsh.c:3311 -#, fuzzy +#: src/virsh.c:3348 msgid "list pools" -msgstr "Á³öÓò" +msgstr "Á³ö³Ĝ" -#: src/virsh.c:3312 -#, fuzzy +#: src/virsh.c:3349 msgid "Returns list of pools." -msgstr "·µğĜÓòÁħí" +msgstr "·µğĜ³ĜÁħí" -#: src/virsh.c:3317 -#, fuzzy +#: src/virsh.c:3354 msgid "list inactive pools" -msgstr "Á³ö²ğğîÔµÄÓò" +msgstr "Á³ö²ğğîԵijĜ" -#: src/virsh.c:3318 -#, fuzzy +#: src/virsh.c:3355 msgid "list inactive & active pools" -msgstr "²ğğîÔşÍğîÔµÄÓòÁħí" +msgstr "²ğğîÔşÍğîԵijĜ" -#: src/virsh.c:3338 src/virsh.c:3346 -#, fuzzy +#: src/virsh.c:3375 src/virsh.c:3383 msgid "Failed to list active pools" -msgstr "Á³öğîÔµÄÓòʧ°Ü" +msgstr "Á³öğîԵijĜʧ°Ü" -#: src/virsh.c:3357 src/virsh.c:3365 -#, fuzzy +#: src/virsh.c:3394 src/virsh.c:3402 msgid "Failed to list inactive pools" -msgstr "Á³ö²ğğîÔµÄÓòʧ°Ü" +msgstr "Á³ö²ğğîԵijĜʧ°Ü" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" -msgstr "ÎŜ§µÄÍĝÂçÖ¸Ġë %s" +msgstr "%s ÖÎŜ§µÄ´ĉ´˘³ĜÖ¸Ġë" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" -msgstr "ע²áÁËÌĞĥàµÄÉèħ¸" +msgstr "ÊĠµ½µÄ´ĉ´˘³Ĝıŭĥà" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "ÄÚ´ĉÒç³ö" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "ÈĦÏûĥ¨ÒċÓò %s ʧ°Ü" +msgstr "ĥ¨Òċ³Ĝ %s ʧ°Ü" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" -msgstr "ע²áÁËÌĞĥàµÄÉèħ¸" +msgstr "ÊĠµ½µÄ´ĉ´˘³Ĝıŭĥà" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 -#, fuzzy +#: src/virsh.c:3625 msgid "storage pool information" -msgstr "½ÚµĊÏ˘" +msgstr "´ĉ´˘³ĜĊÏ˘" -#: src/virsh.c:3589 -#, fuzzy +#: src/virsh.c:3626 msgid "Returns basic information about the storage pool." -msgstr "·µğĜıĜÓÚĠâ¸ö½ÚµµÄğùħĊÏ˘Ħ£" - -#: src/virsh.c:3627 -msgid "building" -msgstr "" - -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 -msgid "running" -msgstr "ÔË" - -#: src/virsh.c:3635 -msgid "degraded" -msgstr "" - -#: src/virsh.c:3642 src/virsh.c:4068 -msgid "Capacity:" -msgstr "" - -#: src/virsh.c:3645 src/virsh.c:4071 -#, fuzzy -msgid "Allocation:" -msgstr "ĠŭÔÚ·ÖĊäÓòû" - -#: src/virsh.c:3648 -msgid "Available:" -msgstr "" +msgstr "·µğĜıĜÓÚĠâ¸ö´ĉ´˘³ĜµÄğùħĊÏ˘Ħ£" #: src/virsh.c:3664 -#, fuzzy -msgid "convert a pool UUID to pool name" -msgstr "°ÑÒğ¸öÍĝÂçUUID תğğÎŞÍĝÂçû" +msgid "building" +msgstr "building" -#: src/virsh.c:3669 -#, fuzzy -msgid "pool uuid" -msgstr "ÓòµÄΨÒğħêÊĥ·û" +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 +msgid "running" +msgstr "running" -#: src/virsh.c:3695 -#, fuzzy -msgid "start a (previously defined) inactive pool" -msgstr "żŞÊĵÒğ¸ö£¨ÒÔÇ°ĥ¨ÒċµÄ£İ·ÇğîÔµÄÓò" +#: src/virsh.c:3672 +msgid "degraded" +msgstr "degraded" -#: src/virsh.c:3696 -#, fuzzy -msgid "Start a pool." -msgstr "żŞÊĵÒğ¸öÓò" +#: src/virsh.c:3679 src/virsh.c:4105 +msgid "Capacity:" +msgstr "ÈŬÁż£ş" + +#: src/virsh.c:3682 src/virsh.c:4108 +msgid "Allocation:" +msgstr "·ÖĊä£ş" + +#: src/virsh.c:3685 +msgid "Available:" +msgstr "żÉÓ£ş" #: src/virsh.c:3701 -#, fuzzy +msgid "convert a pool UUID to pool name" +msgstr "½Ğ³Ĝ UUID תğğÎŞ³Ĝû³Ĉ" + +#: src/virsh.c:3706 +msgid "pool uuid" +msgstr "³Ĝ uuid" + +#: src/virsh.c:3732 +msgid "start a (previously defined) inactive pool" +msgstr "ĈôĥŻÒğ¸ö£¨ÒÔÇ°ĥ¨ÒċµÄ£İ·ÇğîԵijĜ" + +#: src/virsh.c:3733 +msgid "Start a pool." +msgstr "ĈôĥŻÒğ¸ö³ĜĦ£" + +#: src/virsh.c:3738 msgid "name of the inactive pool" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "·ÇğîÔ³ĜµÄû³Ĉ" -#: src/virsh.c:3718 -#, fuzzy, c-format +#: src/virsh.c:3755 +#, c-format msgid "Pool %s started\n" -msgstr "Óò %s ÒÑżŞÊĵ\n" +msgstr "³Ĝ %s ÒÑĈôĥŻ\n" -#: src/virsh.c:3721 -#, fuzzy, c-format +#: src/virsh.c:3758 +#, c-format msgid "Failed to start pool %s" -msgstr "żŞÊĵÓò %s ʧ°Ü" +msgstr "ĈôĥŻ³Ĝ %s ʧ°Ü" -#: src/virsh.c:3734 -#, fuzzy +#: src/virsh.c:3771 msgid "create a volume from a set of args" -msgstr "´ÓÒğ¸ö XML ÎÄĵŝ´´½¨Òğ¸öÓò" +msgstr "´ÓÒğ×éħäÁżÖ´´½¨í" -#: src/virsh.c:3735 src/virsh.c:3934 -#, fuzzy +#: src/virsh.c:3772 src/virsh.c:3971 msgid "Create a vol." -msgstr "´´½¨Òğ¸öÓò" +msgstr "´´½¨Òğ¸öíĦ£" -#: src/virsh.c:3741 -#, fuzzy +#: src/virsh.c:3778 msgid "name of the volume" -msgstr "·ÇğîÔÓòµÄû³Ĉ" +msgstr "íµÄû³Ĉ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" -msgstr "" +msgstr "´ĝ kĦ˘MĦ˘GĦ˘T şó׺µÄżÉÑĦí´óĦ" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" -msgstr "" +msgstr "´ĝ kĦ˘MĦ˘GĦ˘T şó׺µÄżÉÑĦ³ġÊĵ·ÖĊä´óĦ" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" -msgstr "" +msgstr "ÎÄĵŝ¸ñʽÀàÍ rawĦ˘bochsĦ˘qcowĦ˘qcow2Ħ˘vmdk" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" -msgstr "" +msgstr "ğûεĴóĦ %s" -#: src/virsh.c:3836 -#, fuzzy, c-format +#: src/virsh.c:3873 +#, c-format msgid "Vol %s created\n" -msgstr "Óò %s ħğ´´½¨£¨´Ó %s£İ\n" +msgstr "´´½¨í %s \n" -#: src/virsh.c:3840 -#, fuzzy, c-format +#: src/virsh.c:3877 +#, c-format msgid "Failed to create vol %s" -msgstr "´´½¨XMLʧ°Ü" +msgstr "´´½¨í %s ʧ°Ü" -#: src/virsh.c:3856 -#, fuzzy +#: src/virsh.c:3893 msgid "undefine an inactive pool" -msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔµÄÓò" +msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö²ğğîԵijĜ" -#: src/virsh.c:3857 -#, fuzzy +#: src/virsh.c:3894 msgid "Undefine the configuration for an inactive pool." -msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÓòµÄĊäÖĦ£" +msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö²ğğîÔ³ĜµÄĊäÖĦ£" -#: src/virsh.c:3880 -#, fuzzy, c-format +#: src/virsh.c:3917 +#, c-format msgid "Pool %s has been undefined\n" -msgstr "Óò %s ÒÑ­ħğÈĦÏûĥ¨Òċ\n" +msgstr "³Ĝ %s ÒÑ­ħğÈĦÏûĥ¨Òċ\n" -#: src/virsh.c:3882 -#, fuzzy, c-format +#: src/virsh.c:3919 +#, c-format msgid "Failed to undefine pool %s" -msgstr "ÈĦÏûĥ¨ÒċÓò %s ʧ°Ü" +msgstr "ÈĦÏûĥ¨Òċ³Ĝ %s ʧ°Ü" -#: src/virsh.c:3895 -#, fuzzy +#: src/virsh.c:3932 msgid "convert a pool name to pool UUID" -msgstr "°ÑÒğ¸öÍĝÂçûתğğÎŞÍĝÂçUUID" +msgstr "°ÑÒğ¸ö³Ĝû³ĈתğğÎŞ³Ĝ UUID" -#: src/virsh.c:3920 -#, fuzzy +#: src/virsh.c:3957 msgid "failed to get pool UUID" -msgstr "ğñµÓò UUID ʧ°Ü" +msgstr "ğñµ³Ĝ UUID ʧ°Ü" -#: src/virsh.c:3933 -#, fuzzy +#: src/virsh.c:3970 msgid "create a vol from an XML file" -msgstr "´ÓÒğ¸ö XML ÎÄĵŝ´´½¨Òğ¸öÓò" - -#: src/virsh.c:3940 -#, fuzzy -msgid "file containing an XML vol description" -msgstr "ÎÄĵŝ°üÀ¨Òğ¸ö XML ÓòèÊö" +msgstr "´ÓÒğ¸ö XML ÎÄĵŝ´´½¨Òğ¸öí" #: src/virsh.c:3977 -#, fuzzy, c-format +msgid "file containing an XML vol description" +msgstr "°üşĴ XML íèÊöµÄÎÄĵŝ" + +#: src/virsh.c:4014 +#, c-format msgid "Vol %s created from %s\n" -msgstr "Óò %s ħğ´´½¨£¨´Ó %s£İ\n" - -#: src/virsh.c:3981 -#, fuzzy, c-format -msgid "Failed to create vol from %s" -msgstr "´Ó %s ´´½¨Óòʧ°Ü" - -#: src/virsh.c:3992 -msgid "delete a vol" -msgstr "" - -#: src/virsh.c:3993 -#, fuzzy -msgid "Delete a given vol." -msgstr "ɳŭÒğ¸öÖ¸ĥ¨µÄÓòĦ£" - -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 -msgid "vol name, key or path" -msgstr "" +msgstr "ÔÚ %s Ö´´½¨í %s\n" #: src/virsh.c:4018 -#, fuzzy, c-format +#, c-format +msgid "Failed to create vol from %s" +msgstr "ÔÚ %s Ö´´½¨íʧ°Ü" + +#: src/virsh.c:4029 +msgid "delete a vol" +msgstr "ɳŭí" + +#: src/virsh.c:4030 +msgid "Delete a given vol." +msgstr "ɳŭÒğ¸ö¸ĝĥ¨µÄíĦ£" + +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 +msgid "vol name, key or path" +msgstr "íû³ĈĦ˘ÜÔżğòĠß·ĥ" + +#: src/virsh.c:4055 +#, c-format msgid "Vol %s deleted\n" -msgstr "Óò %s ħğɳŭ\n" +msgstr "í %s ħğɳŭ\n" -#: src/virsh.c:4020 -#, fuzzy, c-format +#: src/virsh.c:4057 +#, c-format msgid "Failed to delete vol %s" -msgstr "ɳŭÓò %s ʧ°Ü" +msgstr "ɳŭí %s ʧ°Ü" -#: src/virsh.c:4034 -#, fuzzy +#: src/virsh.c:4071 msgid "storage vol information" -msgstr "½ÚµĊÏ˘" +msgstr "´ĉ´˘íĊÏ˘" -#: src/virsh.c:4035 -#, fuzzy +#: src/virsh.c:4072 msgid "Returns basic information about the storage vol." -msgstr "·µğĜıĜÓÚĠâ¸ö½ÚµµÄğùħĊÏ˘Ħ£" +msgstr "·µğĜıĜÓÚĠâ¸ö´ĉ´˘íµÄğùħĊÏ˘Ħ£" -#: src/virsh.c:4063 -#, fuzzy +#: src/virsh.c:4100 msgid "Type:" -msgstr "OS ÀàÍ£ş" +msgstr "ÀàÍ£ş" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "file" -msgstr "XML ÎÄĵŝ" +msgstr "ÎÄĵŝ" -#: src/virsh.c:4065 -#, fuzzy +#: src/virsh.c:4102 msgid "block" -msgstr "×èÈû" +msgstr "żé" -#: src/virsh.c:4086 -#, fuzzy +#: src/virsh.c:4123 msgid "vol information in XML" -msgstr "XML ÖµÄÓòĊÏ˘" +msgstr "XML ÖµÄíĊÏ˘" -#: src/virsh.c:4087 -#, fuzzy +#: src/virsh.c:4124 msgid "Output the vol information as an XML dump to stdout." -msgstr "°ÑÓòĊÏ˘×÷ÎŞÒğ¸ö XML Êä³öµ½ stdoutĦ£" +msgstr "½ĞíĊÏ˘×÷ÎŞÒğ¸ö XML ת´˘Êä³öµ½ stdoutĦ£" -#: src/virsh.c:4128 -#, fuzzy +#: src/virsh.c:4165 msgid "list vols" -msgstr "Á³öÓò" +msgstr "Á³öí" -#: src/virsh.c:4129 -#, fuzzy +#: src/virsh.c:4166 msgid "Returns list of vols by pool." -msgstr "·µğĜÓòÁħí" +msgstr "¸ùŬ³Ĝ·µğĜíÁħí" -#: src/virsh.c:4154 src/virsh.c:4162 -#, fuzzy +#: src/virsh.c:4191 src/virsh.c:4199 msgid "Failed to list active vols" -msgstr "Á³öğîÔµÄÓòʧ°Ü" - -#: src/virsh.c:4170 -msgid "Path" -msgstr "" +msgstr "Á³öğîÔµÄíʧ°Ü" #: src/virsh.c:4207 -#, fuzzy +msgid "Path" +msgstr "·ĥ" + +#: src/virsh.c:4244 msgid "convert a vol UUID to vol name" -msgstr "°ÑÒğ¸öÍĝÂçUUID תğğÎŞÍĝÂçû" +msgstr "½Ğí UUID תğğÎŞíû³Ĉ" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" -msgstr "" +msgstr "íÜÔżğòĠß·ĥ" -#: src/virsh.c:4240 -#, fuzzy +#: src/virsh.c:4277 msgid "convert a vol UUID to vol key" -msgstr "°ÑÒğ¸öÍĝÂçUUID תğğÎŞÍĝÂçû" +msgstr "½Ğí UUID תğğÎŞíÜÔż" -#: src/virsh.c:4245 -#, fuzzy +#: src/virsh.c:4282 msgid "vol uuid" -msgstr "ÓòµÄΨÒğħêÊĥ·û" - -#: src/virsh.c:4273 -#, fuzzy -msgid "convert a vol UUID to vol path" -msgstr "°ÑÒğ¸öÍĝÂçUUID תğğÎŞÍĝÂçû" - -#: src/virsh.c:4279 -msgid "vol name or key" -msgstr "" +msgstr "í uuid" #: src/virsh.c:4310 +msgid "convert a vol UUID to vol path" +msgstr "½Ğí UUID תğğÎŞí·ĥ" + +#: src/virsh.c:4316 +msgid "vol name or key" +msgstr "íû³ĈğòĠßÜÔż" + +#: src/virsh.c:4347 msgid "show version" msgstr "ÏÔÊ°ĉħ" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "ÏÔÊϵͳ°ĉħĊÏ˘Ħ£" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "ğñµıÜÀí³ÌòÀàÍʧ°Ü" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "ħàÒëÊıÓµÄżâ£şlibvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "ğñµżâşŻÊŭĊÏ˘Ê§°Ü" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "ÊıÓµÄżâ£şlibvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Êı API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "ğñµıÜÀí³Ìò°ĉħʧ°Ü" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "ÎŜ·¨ÌáÈĦÔ赀 %sıÜÀí³Ìò°ĉħ\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "ÔËıÜÀí³Ìò: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +#, fuzzy +msgid "enumerate devices on this host" +msgstr "ÔÚĠą̂Ö÷ğúÖ²ğÖ§³Ö NUMA" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "ÔÄÜ" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "ÁĴ½Óµ½ıÜÀí³Ìòʧ°Ü" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Á³ö²ğğîÔµÄÓòʧ°Ü" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "½ĞíĊÏ˘×÷ÎŞÒğ¸ö XML ת´˘Êä³öµ½ stdoutĦ£" + +#: src/virsh.c:4487 +#, fuzzy +msgid "device key" +msgstr "Éèħ¸" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 msgid "print the hypervisor hostname" msgstr "´òÓĦıÜÀí³ÌòÖ÷ğúû" -#: src/virsh.c:4404 +#: src/virsh.c:4530 msgid "failed to get hostname" msgstr "ğñµÖ÷ğúûʧ°Ü" -#: src/virsh.c:4419 +#: src/virsh.c:4545 msgid "print the hypervisor canonical URI" msgstr "´òÓĦıÜÀí³Ìòµä͵ÄURI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 msgid "failed to get URI" msgstr "ğñµURIʧ°Ü" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc ÏÔÊ" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "ÎŞVNC ÏÔÊÊä³öIPµĜÖ·şÍĥËżÚşĊ." -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "tty żĜÖĈ̨" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "ÎŞ TTY żĜÖĈ̨Êä³öÉèħ¸Ħ£" -#: src/virsh.c:4585 +#: src/virsh.c:4711 msgid "attach device from an XML file" msgstr "´ÓÒğ¸öXMLÎÄĵŝ¸½ĵÓ×°Ö" -#: src/virsh.c:4586 +#: src/virsh.c:4712 msgid "Attach device from an XML ." msgstr "´ÓÒğ¸öXMLÎÄĵŝ¸½ĵÓ×°Ö." -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "XML ÎÄĵŝ" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" -msgstr "" +msgstr "attach-device£şÈħÉÙ ÑĦÏî" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, c-format msgid "Failed to attach device from %s" msgstr "´Ó %s ğñµÉèħ¸Ê§°Ü" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 msgid "detach device from an XML file" msgstr "´ÓÒğ¸ö XML ÎÄĵŝ·ÖÀëÉèħ¸" -#: src/virsh.c:4645 +#: src/virsh.c:4771 msgid "Detach device from an XML " msgstr "´ÓÒğ¸ö XML ÎÄĵŝ·ÖÀëÉèħ¸" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" -msgstr "" +msgstr "detach-device£şÈħÉÙ ÑĦÏî" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, c-format msgid "Failed to detach device from %s" msgstr "ÎŞÓò %s ·ÖÀëÉèħ¸Ê§°Ü" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 msgid "attach network interface" msgstr "ğñµÍĝÂç½çĉ" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "¸½ĵÓÂÍĝÂç½çĉ." -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 msgid "network interface type" msgstr "ÍĝÂç½çĉÀàÍ" -#: src/virsh.c:4711 +#: src/virsh.c:4837 msgid "source of network interface" msgstr "ÍĝÂç½çĉÔ´" -#: src/virsh.c:4712 +#: src/virsh.c:4838 msgid "target network name" msgstr "ÄżħêÍĝÂçû³Ĉ" -#: src/virsh.c:4713 src/virsh.c:4828 -#, fuzzy +#: src/virsh.c:4839 src/virsh.c:4954 msgid "MAC address" msgstr "MAC µĜÖ·" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "ıı½¨ÍĝÂç½çĉÓ½Ċħ" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "%sÔÚ'attach-interface'üÁîÖ²ğÖ§³Ö" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 msgid "detach network interface" msgstr "·ÖÀëÍĝÂç½çĉ" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "·ÖÀëÍĝÂç½çĉ." -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 msgid "Failed to get interface information" msgstr "ğñµ½çĉĊÏ˘Ê§°Ü" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "δĠÒµ½ÀàÍÎŞ%sµÄ½çĉ" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "δĠÒµ½MACµĜÖ·ÎŞ%sµÄ½çĉ" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 msgid "Failed to allocate memory" msgstr "·ÖĊäÄÚ´ĉʧ°Ü" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 msgid "Failed to create XML" msgstr "´´½¨XMLʧ°Ü" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "¸½ĵÓ´ĊĊÌÉèħ¸" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "¸½ĵÓ´ĊĊÌÉèħ¸." -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "´ĊĊÌÉèħ¸Ô´" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "´ĊĊÌÉèħ¸Äżħê" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "´ĊĊÌÉèħ¸ÇŭĥŻ" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "´ĊĊÌÉèħ¸¸ħÇŭĥŻ" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "ÄżħêÉèħ¸ÀàÍ" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "Éèħ¸ĥÁ´Ä£Ê½" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "%sÔÚ'attach-disk'üÁîÖ²ğÖ§³Ö" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "·ÖÀë´ĊĊÌÉèħ¸" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "·ÖÀë´ĊĊÌÉèħ¸." -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 msgid "Failed to get disk information" msgstr "ğñµ´ĊĊÌĊÏ˘Ê§°Ü" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "ÄżħêÎŞ %sµÄ´ĊĊÌδĠÒµ½" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" -msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +msgstr "ÎŞ³ġÊĵ×Ö·û´·ÖĊäÄÚ´ĉʧ°Ü£ş%s " -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "%s£ş´ÈëÈĠÖÎÄĵŝʧ°Ü£ş%s" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "%s£ş´ÈëÈĠÖÎÄĵŝʧ°Ü£ş%s" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "%s£ş´ÈëÈĠÖÎÄĵŝʧ°Ü£ş%s" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "´´½¨²ğğîĥŻÓò %s ʧ°Ü\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "Óòû" +msgstr "lvs üÁîʧ°Ü" -#: src/virsh.c:5310 -#, c-format +#: src/virsh.c:5436 +#, fuzzy, c-format msgid "%s: command exited with non-zero status" -msgstr "" +msgstr "´ĝÍ˳ö×´ÌĴ %d µÄ lvs üÁîʧ°Ü" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "%s£ş´ÈëÈĠÖÎÄĵŝʧ°Ü£ş%s" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÓòµÄĊäÖĦ£" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÓòµÄĊäÖĦ£" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "ĥÁÈĦĊäÖÎÄĵŝʧ°Ü" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÍĝÂçĊäÖĦ£" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÍĝÂçĊäÖĦ£" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" -msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÓòµÄĊäÖĦ£" +msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö²ğğîÔ³ĜµÄĊäÖĦ£" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." -msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö·ÇğîÔÓòµÄĊäÖĦ£" +msgstr "ÈĦÏûĥ¨ÒċÒğ¸ö²ğğîÔ³ĜµÄĊäÖĦ£" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "Í˳öĠâ¸ö·Ç½ğğʽÖĠĥË" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "üÁî '%s' èÒŞ <%s> ÑĦÏî" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "üÁî '%s' èÒŞ --%s ÑĦÏî" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "üÁî '%s' ²ğ´ĉÔÚ" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 msgid "" "\n" " SYNOPSIS\n" @@ -6003,7 +6344,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6011,7 +6352,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6019,55 +6360,53 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "ÈĦÏûĥ¨ÒċÓòûğò id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "ğñµÓò '%s' ʧ°Ü" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "δָĥ¨ÍĝÂçû³Ĉ" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "ğñµÍĝÂç '%s' ʧ°Ü" -#: src/virsh.c:5940 src/virsh.c:5986 -#, fuzzy +#: src/virsh.c:6069 src/virsh.c:6115 msgid "undefined pool name" -msgstr "δָĥ¨ÍĝÂçû³Ĉ" +msgstr "δĥ¨Òċ³Ĝû³Ĉ" -#: src/virsh.c:5964 -#, fuzzy, c-format +#: src/virsh.c:6093 +#, c-format msgid "failed to get pool '%s'" -msgstr "ğñµÓò '%s' ʧ°Ü" +msgstr "ğñµ³Ĝ '%s' ʧ°Ü" -#: src/virsh.c:5981 -#, fuzzy +#: src/virsh.c:6110 msgid "undefined vol name" -msgstr "δָĥ¨ÍĝÂçû³Ĉ" +msgstr "δĥ¨Òċíû³Ĉ" -#: src/virsh.c:6017 -#, fuzzy, c-format +#: src/virsh.c:6146 +#, c-format msgid "failed to get vol '%s'" -msgstr "ğñµÓò '%s' ʧ°Ü" +msgstr "ğñµí '%s' ʧ°Ü" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6078,130 +6417,129 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "ÈħÉÙ \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "²ğĈÚÍûµÄÁîĊĈ£¨üÁîû£İ£ş'%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "δ֪µÄüÁî£ş'%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "üÁî '%s' ²ğÖ§³ÖÑĦÏî --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "ĈÚÍûµÄÊıÓ·½·¨£ş--%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "Êŭ×Ö" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "×Ö·û´" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "·ÇĈÚÍûµÄÊŭŬ '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "ÑĦÏî" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "ÊŭŬ" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 #, fuzzy msgid "idle" -msgstr "XML ÎÄĵŝ" +msgstr "ÎÄĵŝ" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "ÔŬÍ£" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "ıĜħĠ" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "ıĜħĠ" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "ħÀÀ£" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "ÀëÏß" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "ÎŜ§µÄÁĴ½Ó" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: ´íÎó£ş" -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "´íÎó£ş" -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: ·ÖĊä %d ×Ö½Úʧ°Ü" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: ·ÖĊä %lu×Ö½Úʧ°Ü" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "ÁĴ½Óµ½ıÜÀí³Ìòʧ°Ü" -#: src/virsh.c:6502 +#: src/virsh.c:6631 msgid "failed to get the log file information" msgstr "ğñµÈĠÖÎÄĵŝĊÏ˘Ê§°Ü" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "ÈĠÖ·ĥ²ğÊÇÒğ¸öÎÄĵŝ" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "´òżŞÈĠÖÎÄĵŝʧ°Ü,ĵì²éÈĠÖÎÄĵŝ·ĥ" -#: src/virsh.c:6582 +#: src/virsh.c:6711 msgid "failed to write the log file" msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" -#: src/virsh.c:6597 -#, fuzzy, c-format +#: src/virsh.c:6726 +#, c-format msgid "%s: failed to write log file: %s" -msgstr "´ÈëÈĠÖÎÄĵŝʧ°Ü" +msgstr "%s£ş´ÈëÈĠÖÎÄĵŝʧ°Ü£ş%s" -#: src/virsh.c:6774 -#, fuzzy +#: src/virsh.c:6903 msgid "failed to disconnect from the hypervisor" -msgstr "´ÓıÜÀí³ÌòĥÏżŞÁĴ½Óʧ°Ü" +msgstr "ÓëıÜÀí³ÌòĥÏżŞÁĴ½Óʧ°Ü" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, c-format msgid "" "\n" @@ -6234,7 +6572,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 msgid "" "\n" " (specify help for details about the command)\n" @@ -6244,12 +6582,12 @@ msgstr "" " (ÊıÓ --help À´ğñµĠâ¸öüÁîµÄÏêϸĊÏ˘)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "²ğÖ§³ÖÑĦÏî '-%c'Ħ£²ÎÔÄ --helpĦ£" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6258,7 +6596,7 @@ msgstr "" "ğĥÓ­ÊıÓ %s£ĴéÄâğŻµÄ½ğğʽÖĠĥËĦ£\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6276,877 +6614,935 @@ msgstr " msgid "error" msgstr "´íÎó" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "ğÓ´íÎóÑĥÏ˘Ìáıİ" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "ÄÚ²ż´íÎó %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "ÄÚ²ż´íÎó" -#: src/virterror.c:445 +#: src/virterror.c:453 msgid "this function is not supported by the hypervisor" msgstr "´ËıĤÄܲğħğıÜÀí³ÌòÖ§³Ö" -#: src/virterror.c:447 +#: src/virterror.c:455 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "´ËıĤÄܲğħğıÜÀí³ÌòÖ§³Ö %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "²ğÄÜÁĴ½Óµ½ıÜÀí³Ìò" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "²ğÄÜÁĴ½Óµ½ %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ÎŜ§µÄÁĴ½ÓÖ¸Ïò" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "ÎŜ§µÄÁĴ½ÓÖ¸Ïò %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ÎŜ§µÄÓòûÖ¸Ïò" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "ÎŜ§µÄÓòûÖ¸Ïò %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "ÎŜ§µÄ²ÎÊŭ" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "ÎŜ§µÄ²ÎÊŭ %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "²Ù×÷ʧ°Ü: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "²Ù×÷ʧ°Ü" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET²Ù×÷ʧ°Ü: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET²Ù×÷ʧ°Ü" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST²Ù×÷ʧ°Ü: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST²Ù×÷ʧ°Ü" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "µµ½Î´Ö޵ÄHTTP´íÎó´úÂë %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "δ֪µÄÖ÷ğú %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "δ֪µÄÖ÷ğú" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "òÁğŻS-Exprʧ°Ü: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "òÁğŻS-Exprʧ°Ü" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "²ğÄÜÊıÓXenıÜÀí³ÌòµÇÂĵ" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "²ğÄÜÊıÓXenıÜÀí³ÌòµÇÂĵ %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "²ğÄÜÁĴ½ÓXen´ĉ´˘Ĉ÷" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "²ğÄÜÁĴ½ÓXen´ĉ´˘Ĉ÷ %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xenϵͳµ÷Óʧ°Ü %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "δ֪²Ù×÷ϵͳÀàÍ" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "ĥŞÊ§ÄÚşËĊÏ˘" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "ĥŞÊ§rootĊÏ˘ %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘ %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "ĥŞÊ§Éèħ¸µÄÄżħêĊÏ˘" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "ĥŞÊ§Éèħ¸µÄÄżħêĊÏ˘ %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "ĥŞÊ§ÓòûĊÏ˘" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "ĥŞÊ§ÓòûĊÏ˘ %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "ĥŞÊ§²Ù×÷ϵͳĊÏ˘" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "ĥŞÊ§²Ù×÷ϵͳĊÏ˘ %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "ĥŞÊ§Éèħ¸ĊÏ˘" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "ĥŞÊ§Éèħ¸ĊÏ˘ %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "ע²áÁËÌĞĥàµÄÉèħ¸" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "ע²áÁËÌĞĥàµÄÉèħ¸ %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "żâµ÷Óʧ°Ü£ĴżÉÄܲğÖ§³Ö" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "żâµ÷Ó %s ʧ°Ü£ĴżÉÄܲğÖ§³Ö" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XMLèÊö²ğÊÇÁĵşµÄ¸ñʽğòĠßÎŜ§" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "XMLèÊö %s ²ğÊÇÁĵşµÄ¸ñʽğòĠßÎŜ§" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "Ġâ¸öÓòûÒÑ­´ĉÔÚ" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "Óòû %s ÒÑ­´ĉÔÚ" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "ÖğĥÁȨÏŜ½ûÖı´Ë²Ù×÷" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "ÖğĥÁȨÏŜ½ûÖı²Ù×÷ %s " -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "´òżŞ²˘ĥÁÈĦĊäÖÎÄĵŝʧ°Ü" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "´òżŞ²˘ĥÁÈĦ %s ÎÄĵŝʧ°Ü" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "ĥÁÈĦĊäÖÎÄĵŝʧ°Ü" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "ĥÁÈĦĊäÖÎÄĵŝ %s ʧ°Ü" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "½âÎöĊäÖÎÄĵŝʧ°Ü" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "½âÎöĊäÖÎÄĵŝ%sʧ°Ü" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "ĊäÖÎÄĵŝÓï·¨´íÎó" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "ĊäÖÎÄĵŝÓï·¨´íÎó: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "Óï·¨´íÎó" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "ÎŜ§µÄÍĝÂçÖ¸Ġë" -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "ÎŜ§µÄÍĝÂçÖ¸Ġë %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "Ġâ¸öÍĝÂçÒÑ´ĉÔÚ" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "ÍĝÂç%s ÒÑ­´ĉÔÚ" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "ϵͳµ÷Ó´íÎó" -#: src/virterror.c:652 +#: src/virterror.c:660 msgid "RPC error" msgstr "RPC´íÎó" -#: src/virterror.c:658 +#: src/virterror.c:666 msgid "GNUTLS call error" msgstr "GNUTLSµ÷Ó´íÎó" -#: src/virterror.c:664 +#: src/virterror.c:672 msgid "Failed to find the network" msgstr "²éĠÒÍĝÂçʧ°Ü" -#: src/virterror.c:666 +#: src/virterror.c:674 #, c-format msgid "Failed to find the network: %s" msgstr "²éĠÒÍĝÂçʧ°Ü: %s" -#: src/virterror.c:670 +#: src/virterror.c:678 msgid "Domain not found" msgstr "δĠÒµ½Óò" -#: src/virterror.c:672 +#: src/virterror.c:680 #, c-format msgid "Domain not found: %s" msgstr "δĠÒµ½Óò: %s" -#: src/virterror.c:676 +#: src/virterror.c:684 msgid "Network not found" msgstr "δĠÒµ½ÍĝÂç" -#: src/virterror.c:678 +#: src/virterror.c:686 #, c-format msgid "Network not found: %s" msgstr "δĠÒµ½ÍĝÂç: %s" -#: src/virterror.c:682 -#, fuzzy -msgid "invalid MAC address" -msgstr "ÎŜ§µÄMACµĜÖ·" - -#: src/virterror.c:684 -#, fuzzy, c-format -msgid "invalid MAC address: %s" -msgstr "ÎŜ§µÄMACµĜÖ·: %s" - -#: src/virterror.c:688 -#, fuzzy -msgid "authentication failed" -msgstr "²Ù×÷ʧ°Ü" - #: src/virterror.c:690 -#, fuzzy, c-format -msgid "authentication failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgid "invalid MAC address" +msgstr "ÎŜ§µÄ MAC µĜÖ·" -#: src/virterror.c:694 -#, fuzzy -msgid "Storage pool not found" -msgstr "δĠÒµ½ÍĝÂç" +#: src/virterror.c:692 +#, c-format +msgid "invalid MAC address: %s" +msgstr "ÎŜ§µÄ MAC µĜÖ·: %s" #: src/virterror.c:696 -#, fuzzy, c-format -msgid "Storage pool not found: %s" -msgstr "δĠÒµ½ÍĝÂç: %s" +msgid "authentication failed" +msgstr "Ñé֤ʧ°Ü" -#: src/virterror.c:700 -#, fuzzy -msgid "Storage volume not found" -msgstr "δĠÒµ½ÍĝÂç" +#: src/virterror.c:698 +#, c-format +msgid "authentication failed: %s" +msgstr "Ñé֤ʧ°Ü: %s" #: src/virterror.c:702 -#, fuzzy, c-format -msgid "Storage volume not found: %s" -msgstr "δĠÒµ½ÍĝÂç: %s" +msgid "Storage pool not found" +msgstr "δĠÒµ½´ĉ´˘³Ĝ" -#: src/virterror.c:706 -#, fuzzy -msgid "invalid storage pool pointer in" -msgstr "ÎŜ§µÄÍĝÂçÖ¸Ġë" +#: src/virterror.c:704 +#, c-format +msgid "Storage pool not found: %s" +msgstr "δĠÒµ½´ĉ´˘³Ĝ: %s" #: src/virterror.c:708 -#, fuzzy, c-format -msgid "invalid storage pool pointer in %s" -msgstr "ÎŜ§µÄÍĝÂçÖ¸Ġë %s" +msgid "Storage volume not found" +msgstr "δĠÒµ½´ĉ´˘í" -#: src/virterror.c:712 -#, fuzzy -msgid "invalid storage volume pointer in" -msgstr "ÎŜ§µÄÍĝÂçÖ¸Ġë" +#: src/virterror.c:710 +#, c-format +msgid "Storage volume not found: %s" +msgstr "δĠÒµ½´ĉ´˘í: %s" #: src/virterror.c:714 -#, fuzzy, c-format -msgid "invalid storage volume pointer in %s" -msgstr "ÎŜ§µÄÍĝÂçÖ¸Ġë %s" +msgid "invalid storage pool pointer in" +msgstr "ÎŜ§µÄ´ĉ´˘³ĜÖ¸Ġë" -#: src/virterror.c:718 -#, fuzzy -msgid "Failed to find a storage driver" -msgstr "²éĠÒÍĝÂçʧ°Ü" +#: src/virterror.c:716 +#, c-format +msgid "invalid storage pool pointer in %s" +msgstr "%s ÖÎŜ§µÄ´ĉ´˘³ĜÖ¸Ġë" #: src/virterror.c:720 -#, fuzzy, c-format -msgid "Failed to find a storage driver: %s" -msgstr "²éĠÒÍĝÂçʧ°Ü: %s" +msgid "invalid storage volume pointer in" +msgstr "ÎŜ§µÄ´ĉ´˘íÖ¸Ġë" -#: src/xen_internal.c:1324 +#: src/virterror.c:722 +#, c-format +msgid "invalid storage volume pointer in %s" +msgstr "%s ÖÎŜ§µÄ´ĉ´˘íÖ¸Ġë" + +#: src/virterror.c:726 +msgid "Failed to find a storage driver" +msgstr "²éĠÒ´ĉ´˘ÇŭĥŻ³Ìòʧ°Ü" + +#: src/virterror.c:728 +#, c-format +msgid "Failed to find a storage driver: %s" +msgstr "²éĠÒ´ĉ´˘ÇŭĥŻ³Ìòʧ°Ü£ş %s" + +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "²éĠÒ´ĉ´˘ÇŭĥŻ³Ìòʧ°Ü" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "²éĠÒ´ĉ´˘ÇŭĥŻ³Ìòʧ°Ü£ş %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ÎŜ§µÄ´ĉ´˘íÖ¸Ġë" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "ÎŜ§µÄÓòûÖ¸Ïò %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "δĠÒµ½Éèħ¸£ş%s£¨%s£İ" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "δĠÒµ½Éèħ¸£ş%s£¨%s£İ" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "ĠŭÔÚ·ÖĊäÓòû" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +#, fuzzy +msgid "Error adding file to config cache" +msgstr "½âÎöÍĝÂçĊäÖ '%s' ´íÎó£ş%s" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "ÎŞ %s ĊäÖÁħí·ÖĊäÄÚ´ĉʧ°Ü" + +#: src/xen_inotify.c:394 +#, fuzzy +msgid "Error adding file to config list" +msgstr "½âÎöÍĝÂçĊäÖ '%s' ´íÎó£ş%s" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" -msgstr "ĊÓµ÷ĥȳÌòÖĜÁż²ÎÊŭ (%d) ³Ĵ³ö·ĥΧ (1-65535)" +msgstr "ĊÓµ÷ĥȳÌòĵÓȨ²ÎÊŭ (%d) ³Ĵ³ö·ĥΧ £¨1-65535£İ" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" -msgstr "ĊÓµ÷ĥȳÌòÉÏÏŜ²ÎÊŭ (%d) ³Ĵ³ö·ĥΧ (0-65535)" +msgstr "ĊÓµ÷ĥȳÌòÉÏÏŜ²ÎÊŭ £¨%d£İ³Ĵ³ö·ĥΧ £¨0-65535£İ" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "·ÖĊä %d ÓòĊÏ˘" -#: src/xend_internal.c:185 -#, fuzzy +#: src/xend_internal.c:136 msgid "failed to create a socket" -msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +msgstr "Éú³ÉÌ×½Ó×Öʧ°Ü" -#: src/xend_internal.c:207 -#, fuzzy +#: src/xend_internal.c:158 msgid "failed to connect to xend" -msgstr "ÁĴ½Óµ½ Xen Store ʧ°Ü" +msgstr "ÁĴ½Óµ½ xend ʧ°Ü" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "´Ó Xen ÊĜğ¤½ĝ³ÌĥÁʧ°Ü" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "ğÖ¸´Óò %s ʧ°Ü" +msgstr "xend_get£şxen ÊĜğ¤½ĝ³Ì´íÎó£ş%s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" -msgstr "" +msgstr "xend_post£şÀ´×Ô xen ÊĜğ¤½ĝ³ÌµÄ´íÎó£ş%s" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "·ÖĊäÂğş³ċ" -#: src/xend_internal.c:897 -#, fuzzy, c-format +#: src/xend_internal.c:848 +#, c-format msgid "gethostbyname failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "gethostbyname ʧ°Ü: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "urlencode ´´½¨µÄ S-Expr ʧ°Ü" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "ÓòĊÏ˘²ğÍêÈĞ£ĴÈħÉÙ domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "ÓòĊÏ˘²ğĠŭÈ·£Ĵdomid ²ğÊÇÊŭ×ÖÖµ" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "ÓòĊÏ˘²ğÍêÈĞ£ĴÈħÉÙ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "ÓòĊÏ˘²ğÍêÈĞ£ĴÈħÉÙû³Ĉ" -#: src/xend_internal.c:1198 -#, fuzzy +#: src/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" -msgstr "ÓòĊÏ˘²ğÍêÈĞ£ĴÈħÉÙû³Ĉ" +msgstr "ÓòĊÏ˘²ğÍêÈĞ£ĴÈħÉÙ HVM ×°ÔĜ³Ìò" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "ÓòĊÏ˘²ğÍêÈĞ,ÈħÉÙÄں˺ÍĈôĥŻĈ÷" -#: src/xend_internal.c:1316 -#, fuzzy +#: src/xend_internal.c:1267 msgid "Unknown char device type" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "δ֪×Ö·ûÉèħ¸ÀàÍ" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" -msgstr "" +msgstr "ğûÎ×Ö·ûÉèħ¸×Ö·û´" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" -msgstr "" +msgstr "×Ö·ûÉèħ¸ĊäÖğÓÄÚ´ĉ" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "δ֪×Ö·ûÉèħ¸ÀàÍ" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "ÓòĊÏ˘²ğÍêÈĞ£Ĵvbd ğÓ dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "ÓòĊÏ˘²ğÍêÈĞ£Ĵvbd ğÓ src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "ÈħÉÙÇŭĥŻû£ĴÎŜ·¨½âÊÍ vbd ÎÄĵŝû" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "ÈħÉÙÇŭĥŻÀàÍ£ĴÎŜ·¨½âÊÍ vbd ÎÄĵŝû" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" -msgstr "ÎŜ§µÄMACµĜÖ·: %s" +msgstr "ÎŜ§µÄ MAC µĜÖ·: %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "ÒâÍâµÄÖĜ¸´½Úµ" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" -msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" +msgstr "δ֪ auth ÀàÍ '%s'" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "ÓòĊÏ˘²ğÍêÈĞ,ÈħÉÙid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "δ֪²Ù×÷ϵͳÀàÍ %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 msgid "failed to parse topology information" msgstr "·ÖÎöÍĜĈ˽áııĊÏ˘Ê§°Ü" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 msgid "topology syntax error" msgstr "ÍĜĈ˽áııä·¨´íÎó" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "½âÊÍ Xend ÓòĊÏ˘Ê§°Ü" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 +#, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" -msgstr "" +msgstr "xenDaemonDomainDumpXMLByName ÎŜ·¨ĠÒµ½Ġâ¸öÓò" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "ıÒĈ %s Óòʧ°Ü" +msgstr "½¨Á˘³Ĝ %s ʧ°Ü" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" -msgstr "ÄżħêÉèħ¸ÀàÍ" +msgstr "²ğÖ§³ÖµÄÊäÈëÉèħ¸ÀàÍ %s" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart ÎŜ·¨ĠÒµ½Ġâ¸öÓò" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" -msgstr "" +msgstr "xenDaemonGetAutostart ÎŜ·¨ĠÒµ½Ġâ¸öÓò" -#: src/xend_internal.c:4078 -#, fuzzy +#: src/xend_internal.c:4038 msgid "unexpected value from on_xend_start" -msgstr "ÒâÍâµÄÖµ½Úµ" +msgstr "on_xend_start ÖµÄÒâÍâÖµ" -#: src/xend_internal.c:4089 -#, fuzzy +#: src/xend_internal.c:4049 msgid "no memory" -msgstr "½ÚµÄÚ´ĉ" +msgstr "ğÓÄÚ´ĉ" -#: src/xend_internal.c:4095 -#, fuzzy +#: src/xend_internal.c:4055 msgid "sexpr2string failed" -msgstr "²Ù×÷ʧ°Ü" +msgstr "sexpr2string ʧ°Ü" -#: src/xend_internal.c:4100 -#, fuzzy +#: src/xend_internal.c:4060 msgid "Failed to redefine sexpr" -msgstr "ÈĦÏûĥ¨ÒċÓò %s ʧ°Ü" +msgstr "ÖĜÂĥ¨Òċ sexpr ʧ°Ü" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" -msgstr "" +msgstr "sexpr ÖğÓ on_xend_start" -#: src/xend_internal.c:4136 -#, fuzzy, c-format +#: src/xend_internal.c:4096 +#, c-format msgid "gethostname failed: %s" -msgstr "²Ù×÷ʧ°Ü: %s" +msgstr "gethostname ʧ°Ü: %s" -#: src/xend_internal.c:4142 -#, fuzzy, c-format +#: src/xend_internal.c:4102 +#, c-format msgid "failed to strdup hostname: %s" -msgstr "ğñµÖ÷ğúûʧ°Ü" +msgstr "strdup Ö÷ğúûʧ°Ü£ş%s" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" -msgstr "" +msgstr "xenDaemonDomainMigrate£şXen ²ğÖ§³ÖÔÚǨÒĈÊħÖĜÂüûÓò" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" -msgstr "" +msgstr "xenDaemonDomainMigrate£şXen ²ğÖ§³ÖÔÚǨÒĈÊħµÄ´ĝżíÏŜÖĈ" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" -msgstr "" +msgstr "xenDaemonDomainMigrate£ş²ğÖ§³ÖµÄħêĵÇ" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" -msgstr "" +msgstr "xenDaemonDomainMigrate£şÎŜ§ URI" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" -msgstr "" +msgstr "xenDaemonDomainMigrate£şXen ÖğÖ§³Ö xenmigr:// ǨÒĈ" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" -msgstr "" +msgstr "xenDaemonDomainMigrate£şÔÚ URI ÖħĜëÖ¸ĥ¨Ö÷ğúû" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" -msgstr "" +msgstr "strdup ʧ°Ü" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" -msgstr "" +msgstr "xenDaemonDomainMigrate£şÎŜ§ĥËżÚşĊ" -#: src/xend_internal.c:4293 -#, fuzzy +#: src/xend_internal.c:4253 msgid "failed to parse domain description" -msgstr "½âÊÍ Xend ÓòĊÏ˘Ê§°Ü" +msgstr "½âÊÍÓòèÊöʧ°Ü" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "´´½¨²ğğîĥŻÓò %s ʧ°Ü\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" -msgstr "" +msgstr "xendConfigVersion < 4 ²ğÖ§³Ö" -#: src/xend_internal.c:4477 -#, fuzzy +#: src/xend_internal.c:4437 msgid "node information incomplete, missing scheduler name" -msgstr "ÓòĊÏ˘²ğÍêÈĞ£ĴÈħÉÙû³Ĉ" +msgstr "½ÚµĊÏ˘²ğÍêĠû£ĴÈħÉÙµ÷ĥȳÌòû³Ĉ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "δ֪" +msgstr "δ֪µ÷ĥȳÌò" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 -#, fuzzy +#: src/xend_internal.c:4514 src/xend_internal.c:4604 msgid "Failed to get a scheduler name" -msgstr "ğñµÖ÷ğúûʧ°Ü" +msgstr "ğñµµ÷ĥȳÌòûʧ°Ü" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 -#, fuzzy +#: src/xend_internal.c:4527 src/xend_internal.c:4640 msgid "domain information incomplete, missing cpu_weight" -msgstr "ÓòĊÏ˘²ğÍêÈĞ£ĴÈħÉÙ uuid" +msgstr "ÓòĊÏ˘²ğÍêĠû£ĴÈħÉÙ cpu_weight" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 -#, fuzzy +#: src/xend_internal.c:4532 src/xend_internal.c:4649 msgid "domain information incomplete, missing cpu_cap" -msgstr "ÓòĊÏ˘²ğÍêÈĞ£ĴÈħÉÙ uuid" +msgstr "ÓòĊÏ˘²ğÍêĠû£ĴÈħÉÙ cpu_cap" + +#: src/xend_internal.c:4707 +msgid "domainBlockPeek is not supported for dom0" +msgstr "²ğÖ§³Ö dom0 ÖµÄ domainBlockPeek" + +#: src/xend_internal.c:4728 +#, c-format +msgid "%s: invalid path" +msgstr "%s£şÎŜ§Â·ĥ" + +#: src/xend_internal.c:4736 +#, c-format +msgid "failed to open for reading: %s: %s" +msgstr "´òżŞ²˘ĥÁÈĦʧ°Ü£ş%s£ş%s" #: src/xend_internal.c:4748 -msgid "domainBlockPeek is not supported for dom0" -msgstr "" - -#: src/xend_internal.c:4771 -#, fuzzy, c-format -msgid "%s: invalid path" -msgstr "ÎŜ§µÄ²ÎÊŭ %s" - -#: src/xend_internal.c:4779 -#, fuzzy, c-format -msgid "failed to open for reading: %s: %s" -msgstr "´òżŞ²˘ĥÁÈĦ %s ÎÄĵŝʧ°Ü" - -#: src/xend_internal.c:4791 -#, fuzzy, c-format +#, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "´òżŞ '%s': %sʧ°Ü" +msgstr "´ÓÎÄĵŝ lseek ğòĠßĥÁÈĦʧ°Ü£ş%s£ş%s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "ÒâÍâµÄÓòÀàÍ %d" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "ÒâÍâµÄmimeÀàÍ" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, fuzzy, c-format msgid "unsupported network type %d" -msgstr "ÒâÍâµÄmimeÀàÍ" +msgstr "²ğÖ§³ÖµÄ´ĉ´˘íÀàÍ %d" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ÒâÍâµÄÖµ½Úµ" -#: src/xend_internal.c:5342 -#, fuzzy +#: src/xend_internal.c:5295 msgid "no HVM domain loader" -msgstr "½ÚµÓòÁħí" +msgstr "ÎŜ HVM Óò×°ÔĜ³Ìò" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" -msgstr "żâµ÷Óʧ°Ü£ĴżÉÄܲğÖ§³Ö" +msgstr "²ğÖ§³Ö ai_socktype" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" -msgstr "ĊäÖÎÄĵŝÓï·¨´íÎó: %s" +msgstr "ĊäÖÎÄĵŝÖµÄ UUID şÜĈĉıÖ" -#: src/xm_internal.c:274 src/xm_internal.c:287 -#, c-format +#: src/xm_internal.c:261 src/xm_internal.c:274 +#, fuzzy, c-format msgid "config value %s was missing" -msgstr "" +msgstr "ÈħÉÙ name ĊäÖ²ÎÊŭ" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "" +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "ÎŜ·¨²âÊÔÎÄĵŝ '%s'£ş%s" -#: src/xm_internal.c:746 +#: src/xm_internal.c:466 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" -msgstr "ÒâÍâµÄÖµ½Úµ" +msgstr "on_xend_start ÖµÄÒâÍâÖµ" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" -msgstr "ÒâÍâµÄÖµ½Úµ" +msgstr "on_xend_start ÖµÄÒâÍâÖµ" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" -msgstr "ÒâÍâµÄÖµ½Úµ" +msgstr "on_xend_start ÖµÄÒâÍâÖµ" -#: src/xm_internal.c:1442 -#, fuzzy +#: src/xm_internal.c:1479 msgid "read only connection" msgstr "ÖğĥÁÁĴ½Ó" -#: src/xm_internal.c:1447 -#, fuzzy +#: src/xm_internal.c:1484 msgid "not inactive domain" -msgstr "Á³ö²ğğîÔµÄÓò" +msgstr "²ğğîÔµÄÓò" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" -msgstr "" +msgstr "virHashLookup" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +msgstr "ÎŜ·¨ÎŞÓòËÑË÷ĊäÖÎÄĵŝ" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "ÒâÍâµÄÖĜ¸´½Úµ" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" -msgstr "" +msgstr "ÎŜ·¨ÎŞÓòËÑË÷ÓÀ´¸²¸ÇµÄĊäÖÎÄĵŝÎÄĵŝû" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" -msgstr "" +msgstr "ÎŜ·¨ÎŞÓòËÑË÷ÓÀ´¸²¸ÇµÄĊäÖÎÄĵŝÌġÄż" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 -#, fuzzy +#: src/xm_internal.c:2299 src/xm_internal.c:2306 msgid "failed to remove old domain from config map" -msgstr "´Ó %s ğÖ¸´Óòʧ°Ü" +msgstr "´ÓĊäÖÓ³ÏñÖɳŭÔ­À´µÄÓòʧ°Ü" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" -msgstr "" +msgstr "ĊäÖÎÄĵŝû³Ĉıŭ³¤" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" -msgstr "" +msgstr "config" -#: src/xm_internal.c:2299 -#, fuzzy +#: src/xm_internal.c:2333 msgid "unable to get current time" -msgstr "²ğÄܲéÖ¤µħÇ°ÄÚ´ĉ´óĦ" +msgstr "ÎŜ·¨ğñµµħÇ°Êħĵä" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 -#, fuzzy +#: src/xm_internal.c:2342 src/xm_internal.c:2349 msgid "unable to store config file handle" -msgstr "ĥÁÈĦĊäÖÎÄĵŝ %s ʧ°Ü" +msgstr "ÎŜ·¨ħ£´ĉĊäÖÎÄĵŝÈíĵŝ" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 -#, fuzzy +#: src/xm_internal.c:2546 src/xm_internal.c:2644 msgid "unknown device" -msgstr "δ֪²Ù×÷ϵͳÀàÍ" +msgstr "δ֪Éèħ¸" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "ɳŭ×ÔĥŻĈôĥŻÁ´½Ó '%s' ʧ°Ü£ş%s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Éú³ÉÈĠÖÎÄĵŝʧ°Ü %s£ş%s" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Éú³ÉÈĠÖÎÄĵŝʧ°Ü %s£ş%s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" -msgstr "" +msgstr "virXPathString() µÄÎŜ§²ÎÊŭ" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" -msgstr "" +msgstr "virXPathNumber() µÄÎŜ§²ÎÊŭ" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" -msgstr "" +msgstr "virXPathBoolean() µÄÎŜ§²ÎÊŭ" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" -msgstr "" +msgstr "virXPathNode() µÄÎŜ§²ÎÊŭ" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" -msgstr "" +msgstr "virXPathNodeSet() µÄÎŜ§²ÎÊŭ" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "·ÖĊä×Ö·û´Êŭ×é" #: src/xmlrpc.c:53 -#, fuzzy msgid "allocate value" -msgstr "·ÖĊäÖµÊŭ×é" +msgstr "·ÖĊäÖµ" #: src/xmlrpc.c:65 msgid "copying node content" @@ -7157,9 +7553,8 @@ msgid "allocate value array" msgstr "·ÖĊäÖµÊŭ×é" #: src/xmlrpc.c:185 -#, fuzzy msgid "allocate dict" -msgstr "·ÖĊäµÄÉÏÏÂÎÄ" +msgstr "·ÖĊä dict" #: src/xmlrpc.c:196 msgid "unexpected dict node" @@ -7185,6 +7580,10 @@ msgstr " msgid "read response" msgstr "ĥÁÈĦÓĤ´" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "·ÖĊä×Ö·û´Êŭ×é" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "½âÎö·ŝÎñĈ÷ÓĤ´Ê§°Ü" @@ -7193,306 +7592,376 @@ msgstr " msgid "allocate new context" msgstr "·ÖĊäµÄÉÏÏÂÎÄ" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "ÁĴ½Óµ½ Xen Store ʧ°Ü" -#~ msgid "blocked" -#~ msgstr "×èÈû" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "ÄżħêÉèħ¸ÀàÍ" +msgid "failed to allocate activeDomainList" +msgstr "Á³öğîÔµÄÓòʧ°Ü" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "ÄżħêÍĝÂçû³Ĉ" +msgid "failed to allocate xsWatchList" +msgstr "ÎŞ ostype ·ÖĊäżĠĵäʧ°Ü" -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "²ğÄܲéÖ¤µħÇ°ÄÚ´ĉ´óĦ" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 #, fuzzy +msgid "watch already tracked" +msgstr "³ĜÒÑ­ĵ¤ğî" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "ĠŭÔÚ·ÖĊäÓòû" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" + +#~ msgid "Received signal %d, dispatching to drivers" +#~ msgstr "½ÓÊĠµ½ĊşĊ %d£Ĵ·˘Ë͵½ÇŭĥŻ³Ìò" + +#~ msgid "allocating conn->name" +#~ msgstr "ĠŭÔÚ·ÖĊä conn->name" + +#~ msgid "missing filesystem type" +#~ msgstr "ÈħÉÙÎÄĵŝϵͳÀàÍ" + +#~ msgid "empty or invalid mount source" +#~ msgstr "żĠµÄğòĠßÎŜ§µÄıÒÔĜÔ´" + #~ msgid "missing mount target" -#~ msgstr "ĥŞÊ§Éèħ¸µÄÄżħêĊÏ˘" +#~ msgstr "ÈħÉÙıÒÔĜÄżħê" + +#~ msgid "empty or invalid mount target" +#~ msgstr "żĠµÄğòĠßÎŜ§µÄıÒÔĜÄżħê" -#, fuzzy #~ msgid "failed to generate uuid" -#~ msgstr "ÍĝÂçûğò uuid" +#~ msgstr "Éú³É uuid ʧ°Ü" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "ÎŜ§µÄ²ÎÊŭ" - -#, fuzzy #~ msgid "invalid or missing init element" -#~ msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +#~ msgstr "ÎŜ§ğòĠßÈħÉÙ³ġÊĵÔŞËĜ" + +#~ msgid "init string too long" +#~ msgstr "³ġÊĵ×Ö·û´ıŭ³¤" -#, fuzzy #~ msgid "invalid memory value" -#~ msgstr "ÎŜ§µÄÈŬÁżÖµ" +#~ msgstr "ÎŜ§ÄÚ´ĉÖµ" -#, fuzzy #~ msgid "invalid root element" -#~ msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +#~ msgstr "ÎŜ§¸ùÔŞËĜ" -#, fuzzy #~ msgid "missing domain type" -#~ msgstr "ĥŞÊ§ÓòûĊÏ˘" +#~ msgstr "ÈħÉÙÓòÀàÍ" -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ÎŜ§µÄÓòûÖ¸Ïò" - -#, fuzzy #~ msgid "invalid domain id" -#~ msgstr "ÎŜ§µÄÓòûÖ¸Ïò" +#~ msgstr "ÎŜ§Óò id" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "ÎŜ·¨Óû³Ĉ %s ÖĜÂĥ¨ÒċğîÔ VM" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "ĵì²éÈŬĈ÷ıŭ³Ì³ö´í£ş%d %s" -#, fuzzy #~ msgid "failed to open config directory %s: %s" -#~ msgstr "´Ó %s ´´½¨ÍĝÂçʧ°Ü" +#~ msgstr "´òżŞĊäÖÄżÂĵ %s ʧ°Ü£ş%s" -#, fuzzy #~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +#~ msgstr "ÎŜ·¨Éú³É lxc ²ÌĴÄżÂĵ %s£ş%s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "ÎŜ·¨½¨Á˘ tty pid ÎÄĵŝ·ĥ" -#, fuzzy #~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +#~ msgstr "ÎŜ·¨Éú³É tty pid ÎÄĵŝ %s£ş %s" -#, fuzzy #~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "´òżŞ '%s': %sʧ°Ü" +#~ msgstr "ÎŜ·¨ fdopen tty pid ÎÄĵŝ '%s' : %s" -#, fuzzy #~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +#~ msgstr "ÎŜ·¨´Èë tty pid ÎÄĵŝ %s£ş%s" -#, fuzzy #~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "´òżŞ '%s': %sʧ°Ü" +#~ msgstr "ÎŜ·¨´òżŞ tty pid ÎÄĵŝ %s£ş%s" -#, fuzzy #~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü: %s" +#~ msgstr "ÎŜ·¨ĥÁÈĦ tty pid ÎÄĵŝ %s£ş%s" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "·ÖĊäÄÚ´ĉʧ°Ü" - -#, fuzzy #~ msgid "execl failed to exec init: %s" -#~ msgstr "Ö´ %s ʧ°Ü\n" +#~ msgstr "exec1 Ö´³ġÊĵğŻÊ§°Ü£ş%s" -#, fuzzy #~ msgid "unable to get storage for vm tty name" -#~ msgstr "²ğÄܲéÖ¤µħÇ°ÄÚ´ĉ´óĦ" +#~ msgstr "ÎŜ·¨ÎŞ vm tty û³Ĉğñµ´ĉ´˘" -#, fuzzy #~ msgid "posix_openpt failed: %s" -#~ msgstr "²Ù×÷ʧ°Ü: %s" +#~ msgstr "posix_openpt ʧ°Ü£ş%s" -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "²Ù×÷ʧ°Ü: %s" - -#, fuzzy #~ msgid "ptsname_r failed: %s" -#~ msgstr "²Ù×÷ʧ°Ü: %s" +#~ msgstr "ptsname_r ʧ°Ü£ş%s" -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "·ÖĊäÄÚ´ĉʧ°Ü" - -#, fuzzy #~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "²Ù×÷ʧ°Ü: %s" +#~ msgstr "epoll_ctl(fd2) ʧ°Ü£ş%s" -#, fuzzy #~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "´òżŞ²˘ĥÁÈĦ %s ÎÄĵŝʧ°Ü" +#~ msgstr "ÎŜ·¨·ÖżŞ tty ת·˘½ĝ³Ì£ş%s" -#, fuzzy #~ msgid "sending SIGTERM failed: %s" -#~ msgstr "²Ù×÷ʧ°Ü: %s" +#~ msgstr "·˘ËÍ SIGTERM ʧ°Ü£ş%s" -#, fuzzy #~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "²Ù×÷ʧ°Ü: %s" +#~ msgstr "½Ğ SIGKILL ·˘Ë͵½ tty ½ĝ³Ìʧ°Ü£ş%s" -#, fuzzy #~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "żŞÊĵÓò %s ʧ°Ü" +#~ msgstr "waitpid µÈ´ŭtty %d ʧ°Ü£ş%d %s" -#, fuzzy #~ msgid "sending SIGKILL failed: %s" -#~ msgstr "²Ù×÷ʧ°Ü: %s" +#~ msgstr "·˘ËÍ SIGKILL ʧ°Ü£ş%s" -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "ĥŞÊ§Éèħ¸µÄÄżħêĊÏ˘" +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "id ÎŞ '%s' µÄğîÔ OPENVZ VM ³ö´í" -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "ĥŞÊ§ÓòûĊÏ˘" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "ĥŞÊ§ÓòûĊÏ˘" - -#, fuzzy #~ msgid "invalid domain type attribute" -#~ msgstr "ÎŜ§µÄÓòûÖ¸Ïò" +#~ msgstr "ÎŜ§ÓòÀàÍÊôÔ" -#, fuzzy #~ msgid "invalid domain name" -#~ msgstr "ÎŜ§µÄÓòûÖ¸Ïò" +#~ msgstr "ÎŜ§Óòû" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "VPS ID ´íÎó£¨ħĜëÊÇ´óÓÚ 100 µÄĠûÊŭ£İ" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "ÔÚ¸ĝĥ¨µÄ xml ĊäÖÎÄĵŝ '%s' ÖğÓ IP µĜÖ·" + +#~ msgid "ipaddress length too long" +#~ msgstr "ipaddress ³¤ĥÈıŭ³¤" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "ÎŞ 'ovz_ip' ½áıı´´½¨ÄÚ´ĉʧ°Ü" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "ÔÚ¸ĝĥ¨µÄ xml ĊäÖÎÄĵŝ '%s' ÖğÓ×ÓÍĝÑÚÂëµĜÖ·" + +#~ msgid "netmask length too long" +#~ msgstr "×ÓÍĝÑÚÂ볤ĥÈıŭ³¤" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "ÔÚ¸ĝĥ¨µÄ xml ĊäÖÎÄĵŝ '%s' ÖğÓÖ÷ğúû" + +#~ msgid "hostname length too long" +#~ msgstr "Ö÷ğúû³¤ĥÈıŭ³¤" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "ÔÚ¸ĝĥ¨µÄ xml ĊäÖÎÄĵŝ '%s' ÖğÓÍĝıĜµĜÖ·" + +#~ msgid "gateway length too long" +#~ msgstr "ÍĝıĜ³¤ĥÈıŭ³¤" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "ÔÚ¸ĝĥ¨µÄ xml ĊäÖÎÄĵŝ '%s' ÖğÓû³Ĉ·ŝÎñĈ÷µĜÖ·" + +#~ msgid "nameserver length too long" +#~ msgstr "û³Ĉ·ŝÎñĈ÷³¤ĥÈıŭ³¤" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "ÎŞ 'ovz_ns' ½áıı´´½¨ÄÚ´ĉʧ°Ü" + +#~ msgid "profile length too long" +#~ msgstr "²à´³¤ĥÈıŭ³¤" -#, fuzzy #~ msgid "calloc failed" -#~ msgstr "·ÖĊäÖµÊŭ×é" +#~ msgstr "calloc ʧ°Ü" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "½ĞÑĦÏî½âÎöÎŞ OPENVZ Êħ³ö´í" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "´´½¨ OPENVZ VM ³ö´í" #~ msgid "failed to exec %s\n" #~ msgstr "Ö´ %s ʧ°Ü\n" -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "ğñµ½ÚµĊÏ˘Ê§°Ü" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "´òżŞ '%s': %sʧ°Ü" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "ĠŭÔÚ·ÖĊäÓòû" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "ÒâÍâµÄmimeÀàÍ" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "´´½¨XMLʧ°Ü" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "·ÖĊäÄÚ´ĉʧ°Ü" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "·ÖĊäÄÚ´ĉʧ°Ü" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "Óò id ğòÓòû" - -#, fuzzy #~ msgid "Invalid cdrom device name: %s" -#~ msgstr "ÎŜ§µÄÓòûÖ¸Ïò %s" +#~ msgstr "ÎŜ§ıâÇŭÉèħ¸û³Ĉ£ş%s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "ÎŜ§×ÜÏßÀàÍ£ş%s" -#, fuzzy #~ msgid "Network name '%s' too long" -#~ msgstr "ÍĝÂçûğò uuid" +#~ msgstr "ÍĝÂçû³Ĉ '%s' ıŭ³¤" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "TAP ½ÓżÚû³Ĉ '%s' ıŭ³¤" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "TAP ½Ċħ·ĥ '%s' ıŭ³¤" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "TAP ÇĊ½Ó·ĥ '%s' ıŭ³¤" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "IP µĜÖ· '%s' ıŭ³¤" -#, fuzzy #~ msgid "Model name '%s' is too long" -#~ msgstr "ÍĝÂçûğò uuid" +#~ msgstr "Ä£żéû³Ĉ '%s' ıŭ³¤" -#, fuzzy #~ msgid "too many character devices" -#~ msgstr "ÌĞĥàµÄÓò" +#~ msgstr "×Ö·ûÉèħ¸ıŭĥà" -#, fuzzy #~ msgid "missing sound model" -#~ msgstr "ĥŞÊ§Éèħ¸µÄÔ´´úÂëĊÏ˘" +#~ msgstr "ÈħÉÙÉùÒôÄ£żé" -#, fuzzy #~ msgid "invalid sound model '%s'" -#~ msgstr "ÎŜ§µÄÓòûÖ¸Ïò %s" +#~ msgstr "ÎŜ§µÄÉùÒôÄ£żé '%s'" -#, fuzzy #~ msgid "domain name length too long" -#~ msgstr "Óòûğò uuid" +#~ msgstr "Óòû³¤ĥÈıŭ³¤" -#, fuzzy #~ msgid "malformed memory information" -#~ msgstr "½ÚµĊÏ˘" +#~ msgstr "ĈĉıÖµÄÄÚ´ĉĊÏ˘" -#, fuzzy #~ msgid "malformed vcpu information" -#~ msgstr "Óò vcpu µÄĊÏ˘" +#~ msgstr "ĈĉıÖµÄ vcpu ĊÏ˘" -#, fuzzy #~ msgid "malformed vcpu mask information" -#~ msgstr "Óò vcpu µÄĊÏ˘" +#~ msgstr "ĈĉıÖµÄ vcpu ÑÚÂëĊÏ˘" + +#~ msgid "architecture type too long" +#~ msgstr "ııĵÜÀàÍıŭ³¤" + +#~ msgid "machine type too long" +#~ msgstr "ğúĈ÷ÀàÍıŭ³¤" + +#~ msgid "kernel path too long" +#~ msgstr "Äں˷ĥıŭ³¤" + +#~ msgid "initrd path too long" +#~ msgstr "initrd ·ĥıŭ³¤" + +#~ msgid "cmdline arguments too long" +#~ msgstr "cmdline ²ÎÊŭıŭ³¤" + +#~ msgid "unsupported guest type" +#~ msgstr "²ğÖ§³ÖµÄżÍğ§ĥËÀàÍ" + +#~ msgid "emulator path too long" +#~ msgstr "·ÂĠĉ³Ìò·ĥıŭ³¤" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "²ğÖ§³ÖµÄÍĵÎÀàÍ %s" -#, fuzzy #~ msgid "failed to allocate space for disk string" -#~ msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +#~ msgstr "ÎŞ´ĊĊÌ×Ö·û´·ÖĊäżĠĵäʧ°Ü" -#, fuzzy #~ msgid "failed to allocate space for net string" -#~ msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +#~ msgstr "ÎŞÍĝÂç×Ö·û´·ÖĊäżĠĵäʧ°Ü" -#, fuzzy #~ msgid "failed to allocate space for input string" -#~ msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +#~ msgstr "ÎŞÊäÈë×Ö·û´·ÖĊäżĠĵäʧ°Ü" -#, fuzzy #~ msgid "failed to allocate space for sound dev" -#~ msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +#~ msgstr "ÎŞÉùÒôÉèħ¸·ÖĊäżĠĵäʧ°Ü" -#, fuzzy #~ msgid "failed to allocate space for vm string" -#~ msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +#~ msgstr "ÎŞ vm ×Ö·û´·ÖĊäżĠĵäʧ°Ü" -#, fuzzy #~ msgid "failed to allocate space for range string" -#~ msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +#~ msgstr "ÎŞÇĝĵä×Ö·û´·ÖĊäżĠĵäʧ°Ü" -#, fuzzy #~ msgid "failed to allocate space for network_def string" -#~ msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +#~ msgstr "ÎŞ network_def ×Ö·û´·ÖĊäżĠĵäʧ°Ü" -#, fuzzy #~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "·ÖĊäÄÚ´ĉʧ°Ü" +#~ msgstr "ÎŞ xmlXPathContext ×Ö·û´·ÖĊäżĠĵäʧ°Ü" -#, fuzzy #~ msgid "network name length too long" -#~ msgstr "ÍĝÂçûğò uuid" +#~ msgstr "ÍĝÂçû³Ĉıŭ³¤" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "ת·˘Éèħ¸û³Ĉ '%s' ıŭ³¤" -#, fuzzy #~ msgid "failed to allocate space for network string" -#~ msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +#~ msgstr "ÎŞÍĝÂç×Ö·û´·ÖĊäżĠĵäʧ°Ü" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "½âÎö QEMU żÍğ§ĊäÖ '%s' ´íÎó£ş %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG£şÎ´ÖŞ´íÎó£ĴÇëÌá½ğħ¨¸ĉ\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "QEMU żÍğ§ğúĊäÖÎÄĵŝû '%s' ÓëżÍğ§ğúû³Ĉ '%s' ²ğĈĊä" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "ÔĜÈë QEMU żÍğ§ĥËĊäÖ '%s' ʧ°Ü£şÄÚ´ĉ²ğ×" -#, fuzzy #~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "ÌíĵÓÍĝÂçµ½ÁĴ½ÓıŝÏ£ħíʧ°Ü" +#~ msgstr "ÔĜÈëÍĝÂçĊäÖ '%s' ʧ°Ü£şÄÚ´ĉ²ğ×" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "ĊäÖÎÄĵŝû³Ĉ '%s/%s' ıŭ³¤" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "×ÔĥŻĈôĥŻÁ´½Ó·ĥ '%s/%s' ıŭ³¤" -#, fuzzy #~ msgid "allocating cpu mask" -#~ msgstr "ĠŭÔÚ·ÖĊäÓòû" +#~ msgstr "·ÖĊä cpu ÑÚÂë" -#, fuzzy #~ msgid "failed to generate XML: out of memory" -#~ msgstr "´´½¨XMLʧ°Ü" +#~ msgstr "´´½¨ XML ʧ°Ü£şÄÚ´ĉ²ğ×" -#, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "´òżŞ '%s': %sʧ°Ü" +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "ĥÔÓÚ qemudInitPaths() ÖµÄğş³ċÀ´Ëµ½áıû·ĥıŭ³¤" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "ÎŜ·¨ğñµżé×´ÌĴ %s %s" +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "½ĞÇĊ½Óת·˘ÑÓ³ÙÉèÖÎŞ %d ʧ°Ü" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "½ĞÇĊ½Ó STP ÉèÖÎŞ %s ʧ°Ü" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "ğÓ¸½ĵÓ CDROM£ĴÎŜ·¨¸ü¸Ä½éÖÊ" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "unknown storage backend type %s" +#~ msgstr "δ֪´ĉ´˘şóĥËÀàÍ %s" + +#~ msgid "unknown storage backend type %d" +#~ msgstr "δ֪´ĉ´˘şóĥËÀàÍ %d" + +#~ msgid "unsupported pool format %s" +#~ msgstr "²ğÖ§³ÖµÄ³Ĝ¸ñʽ %s" + +#~ msgid "unsupported volume format %s" +#~ msgstr "²ğÖ§³ÖµÄí¸ñʽ %s" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "ğı²ğÖ§³Ö´ĊĊ̳Ĝ" + +#~ msgid "volume name" +#~ msgstr "íû" + +#~ msgid "volume key" +#~ msgstr "íÜÔż" + +#~ msgid "malformed xml document" +#~ msgstr "ğû뵀 xml Îĵµ" #~ msgid "domain" #~ msgstr "Óò" -#~ msgid "domain name" -#~ msgstr "Óòû" - #~ msgid "domain uuid" #~ msgstr "ÓòµÄΨÒğħêÊĥ·û" @@ -7535,64 +8004,65 @@ msgstr " #~ msgid "too many domains" #~ msgstr "ÌĞĥàµÄÓò" +#~ msgid "cannot save domain" +#~ msgstr "ÎŜ·¨ħ£´ĉÓò" + +#~ msgid "cannot write header" +#~ msgstr "ÎŜ·¨´ÈëħêÌâ" + +#~ msgid "cannot write metadata length" +#~ msgstr "ÎŜ·¨´ÈëÔŞÊŭŬ³¤ĥÈ" + +#~ msgid "cannot write metadata" +#~ msgstr "ÎŜ·¨´ÈëÔŞÊŭŬ" + +#~ msgid "cannot save domain data" +#~ msgstr "ÎŜ·¨ħ£´ĉÓòÊŭŬ" + +#~ msgid "cannot save domain core" +#~ msgstr "ÎŜ·¨ħ£´ĉÓòşË" + #~ msgid "too many networks" #~ msgstr "ÌĞĥàµÄÍĝÂç" -#, fuzzy +#~ msgid "blocked" +#~ msgstr "×èÈû" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "½âÎö soundhw ×Ö·û´Ê§°ÜĦ£" + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID ÎŜ·¨ĠÒµ½Ġâ¸öÓò" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh£şû³Ĉ" + #~ msgid "cannot read XML domain definition" -#~ msgstr "ĥÁÈĦÓòĥ¨ÒċÎÄĵŝ" +#~ msgstr "ÎŜ·¨ĥÁÈĦ XML Óòĥ¨Òċ" -#, fuzzy #~ msgid "missing top level domain element" -#~ msgstr "ĥŞÊ§rootÉèħ¸ĊÏ˘" +#~ msgstr "ÈħÉÙĥĵĥÓòÔŞËĜ" -#, fuzzy #~ msgid "domain type is invalid" -#~ msgstr "Óòû %s ÒÑ­´ĉÔÚ" +#~ msgstr "ÓòÀàÍÎŜ§" -#, fuzzy #~ msgid "cannot create XPath context" -#~ msgstr "ĠŭÔÚ´´½¨xpathÉÏÏÂÎÄ" +#~ msgstr "ÎŜ·¨´´½¨ XPath ÉÏÏÂÎÄ" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "ÈħÉÙ uuid ĊäÖ²ÎÊŭ" -#, fuzzy #~ msgid "unable to write config file" -#~ msgstr "´ÈëĊäÖÎÄĵŝʧ°Ü" +#~ msgstr "ÎŜ·¨´ÈëĊäÖÎÄĵŝ" -#, fuzzy #~ msgid "failed to allocate sound string" -#~ msgstr "·ÖĊäÒğ¸ö½ÚµÊ§°Ü" +#~ msgstr "·ÖĊäÉùÒô×Ö·û´Ê§°Ü" + +#~ msgid "no model for sound device" +#~ msgstr "ğÓżÉÓÉùÒôÉèħ¸Ä£Í" -#, fuzzy #~ msgid "too many boot devices" -#~ msgstr "ÌĞĥàµÄÓò" +#~ msgstr "¸ùÉèħ¸ıŭĥà" -#, fuzzy #~ msgid "invalid input device" -#~ msgstr "ÎŜ§µÄÓòûÖ¸Ïò" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "²éĠÒÍĝÂçʧ°Ü: %s" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "²éĠÒÍĝÂçʧ°Ü: %s" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "¸ÄħäÄÚ´ĉµÄ·ÖĊä" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "·ÖĊäÓĤ´" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "ÄÚ²ż´íÎó %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "·ÖĊäÂğş³ċ" - -#~ msgid "Failed to open '%s': read: %s" -#~ msgstr "´òżŞ'%s': ĥÁÈĦ: %sʧ°Ü" +#~ msgstr "ÎŜ§µÄÊäÈëÉèħ¸" diff --git a/po/zh_TW.po b/po/zh_TW.po index 62eebc8a67..fa3c0912af 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: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2007-04-10 16:18+1000\n" "Last-Translator: Chester Cheng \n" "Language-Team: Traditional Chinese \n" @@ -17,310 +17,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "ċ‘ĵċĞċ‡½ċĵċşĞċ¤ħĉ•—ïĵŒċŻèƒ½ä¸Ĥ不ĉ”Żĉ´" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "ĉ”ıèŠè¨˜ĉ†ĥéĞ”ċˆ†é…" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "ç³ğçµħċ‘ĵċĞéŒŻèŞ¤" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "ĉœŞçŸçš„ä¸ğĉİŸ" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "ç„Ħĉ³•è€ċ–ĉèż°ĉŞ” %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "ċˆ†é…è¨­ċš" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "ċˆ†é…çĥ²è·Ż" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "ç„Ħ預ĉœŸçš„ĉ•¸ċ€ĵ節éğž" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "ç„Ħĉ³•é€£ä¸Š hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -328,450 +328,478 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "ç„Ħĉ³•é–‹ċ•Ÿçĥ²è·Ż %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "ç„Ħĉ³•çıĵ續ċ€ċŸŸ %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s 的ĉ ¸ċżƒċ‚ċ°è‡³ %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "ĉ”ĥċˆ°ĉœŞçŸçš„ HTTP éŒŻèŞ¤ç˘ĵ %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "ç„Ħĉ³•è§£ĉžäĵşĉœċ™¨çš„ċ›žĉ‡‰" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "ç„Ħĉ•ˆçš„連線ĉŒ‡ĉ¨™ïĵŒĉ–ĵ " -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "記ĉ†ĥéД不èĥ³" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "ċ€ċŸŸè³‡è¨Š" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 -#, fuzzy, c-format +#: qemud/remote.c:2390 src/remote_internal.c:4123 +#, c-format msgid "Cannot resolve address %d: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "記ĉ†ĥéД不èĥ³" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "ç„Ħĉ³•ċğşçĞ‹éžé‹ä½œä¸­çš„ċ€ċŸŸ %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "ç„Ħĉ³•ċğşçĞ‹éžé‹ä½œä¸­çš„ċ€ċŸŸ %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "ċ€ċŸŸè³‡è¨Š" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ " + +#: qemud/remote.c:4018 +msgid "xdr_int failed (1)" +msgstr "" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "ĉ“ä½œċ¤ħĉ•—" + +#: qemud/remote.c:4047 +msgid "xdr_int failed (2)" +msgstr "" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -810,8 +838,8 @@ msgstr "預ĉœŸçš„ĉ˜Żċˆ†éš”ċ­" msgid "expecting an assignment" msgstr "預ĉœŸçš„ĉ˜ŻĉŒ‡ċšċ­" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "ċˆ†é…ĉ–°çš„ç·İèĦċ€" @@ -854,928 +882,984 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "ĉ‰ä¸ċˆ° \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "ĉ‰ä¸ċˆ°ċ€ċŸŸċç¨ħ的資訊" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "ç„Ħ預ĉœŸçš„資ĉ–™€Œ%s€" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "過ċ¤šċ€ċŸŸ" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "çĥ²è·Żċç¨ħ" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "過ċ¤šċ€ċŸŸ" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "ç„Ħ預ĉœŸçš„ĉ•¸ċ€ĵ節éğž" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "ĉ­£ċœ¨ċˆ†é…é€£ç·š" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "ċˆ†é…ċ€ċŸŸ" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "ç„Ħĉ³•ç‚şé€£ç·šé›œĉıŠèĦ¨ĉ–°ċ˘žċ€ċŸŸ" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "連線雜ĉıŠèĦ¨ä¸­ĉ‰ä¸ċˆ°ċ€ċŸŸ" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 msgid "allocating network" msgstr "ċˆ†é…çĥ²è·Ż" -#: src/hash.c:980 +#: src/datatypes.c:419 msgid "failed to add network to connection hash table" msgstr "ç„Ħĉ³•ċ°‡çĥ²è·ŻċŠ ċ…至連線雜ĉıŠèĦ¨" -#: src/hash.c:1018 +#: src/datatypes.c:457 msgid "network missing from connection hash table" msgstr "連線雜ĉıŠèĦ¨ä¸­ĉ‰ä¸ċˆ°çĥ²è·Ż" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "ċˆ†é…çŻ€éğž" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "ç„Ħĉ³•ċ°‡çĥ²è·ŻċŠ ċ…至連線雜ĉıŠèĦ¨" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "連線雜ĉıŠèĦ¨ä¸­ĉ‰ä¸ċˆ°ċ€ċŸŸ" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "ċˆ†é…çŻ€éğž" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "ç„Ħĉ³•ċ°‡çĥ²è·ŻċŠ ċ…至連線雜ĉıŠèĦ¨" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "連線雜ĉıŠèĦ¨ä¸­ĉ‰ä¸ċˆ°ċ€ċŸŸ" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "ċˆ†é…çŻ€éğž" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "è¤‡è£½çŻ€éğžċ…§ċı" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "ç„Ħĉ³•ċ°‡çĥ²è·ŻċŠ ċ…至連線雜ĉıŠèĦ¨" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "連線雜ĉıŠèĦ¨ä¸­ĉ‰ä¸ċˆ°ċ€ċŸŸ" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "ĉœŞçŸçš„ĉŒ‡äğ¤ïĵš€Œ%s€" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/domain_conf.c:1343 +#, c-format +msgid "cannot parse vnc port %s" +msgstr "" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "ĉœŞçŸçš„ĉŒ‡äğ¤ïĵš€Œ%s€" + +#: src/domain_conf.c:1434 +#, c-format +msgid "cannot parse vendor id %s" +msgstr "" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, c-format +msgid "cannot parse product %s" +msgstr "" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, c-format +msgid "cannot parse bus %s" +msgstr "" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, c-format +msgid "cannot parse device %s" +msgstr "" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "ĉ‰ä¸ċˆ° \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "ĉ‰ä¸ċˆ° \"" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ç›ĉ¨™è³‡è¨Š" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" + +#: src/domain_conf.c:1604 +#, c-format +msgid "unknown lifecycle action %s" +msgstr "" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "ĉ‰ä¸ċˆ°ċ€ċŸŸċç¨ħ的資訊" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "ç„Ħĉ³•ċ–ċ—çĥ²è·Ż UUID" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +msgid "missing memory element" +msgstr "" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "ç„Ħ預ĉœŸçš„資ĉ–™€Œ%s€" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, c-format +msgid "no supported architecture for os type '%s'" +msgstr "" + +#: src/domain_conf.c:1899 +msgid "cannot extract boot device" +msgstr "" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "çĥ²è·Żċç¨ħ" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +msgid "cannot extract serial devices" +msgstr "" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, c-format +msgid "at line %d: %s" +msgstr "" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "ç„Ħĉ³•ċ­˜ċ…ċ…§ċı" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "ç„Ħ預ĉœŸçš„ĉ•¸ċ€ĵ節éğž" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, c-format +msgid "cannot remove config for %s: %s" +msgstr "" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "ç„Ħĉ³•ċŻĞċ…ĉ’ĉ§½ %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹çĥ²è·Ż" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "ç„Ħĉ³•é€£ä¸Š %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "ĉ­£ċœ¨ċˆ†é…é€£ç·š" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" -msgstr "ç„Ħĉ³•é–‹ċ•Ÿçĥ²è·Ż %s" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "ċ€ċŸŸçš„資訊不ĉ­£ç˘şïĵŒdomid ä¸Ĥ非ĉ•¸ċ­—ċž‹ĉ…‹" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "ċ€ċŸŸçš„資訊不ĉ­£ç˘şïĵŒdomid ä¸Ĥ非ĉ•¸ċ­—ċž‹ĉ…‹" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +msgid "while loading LXC driver config" +msgstr "" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_container.c:129 -#, fuzzy, c-format +#: src/lxc_container.c:128 +#, c-format msgid "ioctl(TIOCSTTY) failed: %s" -msgstr "ċˆ†é…ĉ•¸ċ€ĵ陣ċˆ—" +msgstr "" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_container.c:182 -#, fuzzy, c-format +#: src/lxc_container.c:181 +#, c-format msgid "unable to send container continue message: %s" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" +msgstr "" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "ç„Ħĉ³•ċğşçĞ‹éžé‹ä½œä¸­çš„ċ€ċŸŸ %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" -msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ç‚şċ€ċŸŸ %s ċ–ĉĥˆċšçİ" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" -msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ċˆŞé™¤ċ€ċŸŸ %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/lxc_container.c:391 src/lxc_container.c:498 -#, fuzzy, c-format -msgid "failed to mount %s at %s for container: %s" -msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" - -#: src/lxc_container.c:412 -#, fuzzy, c-format -msgid "failed to read /proc/mounts: %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/lxc_container.c:439 +#: src/lxc_container.c:390 src/lxc_container.c:497 +#, fuzzy, c-format +msgid "failed to mount %s at %s for container: %s" +msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–çš„ %s" + +#: src/lxc_container.c:411 +#, fuzzy, c-format +msgid "failed to read /proc/mounts: %s" +msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" + +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" -msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–çš„ %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" -msgstr "ċˆ†é…ĉ•¸ċ€ĵ陣ċˆ—" +msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "ç„Ħĉ³•é—œé–‰ĉ’ĉ§½ %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•é—œé–‰ĉ’ĉ§½ %d\n" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_controller.c:189 -#, fuzzy, c-format +#: src/lxc_controller.c:259 +#, c-format msgid "epoll_ctl(appPty) failed: %s" -msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" +msgstr "" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" -msgstr "ç„Ħĉ³•ċˆŞé™¤ċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ċ–ċ—çĥ²è·Ż€Œ%s€" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/lxc_controller.c:564 -#, fuzzy, c-format +#: src/lxc_controller.c:630 +#, c-format msgid "Unable to change to root dir: %s\n" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" +msgstr "" -#: src/lxc_controller.c:570 -#, fuzzy, c-format +#: src/lxc_controller.c:636 +#, c-format msgid "Unable to become session leader: %s\n" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" +msgstr "" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" -msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" +msgstr "ç„Ħĉ•ˆçš„連線ĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "ċ€ċŸŸ id ĉˆ– uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" -msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" +msgstr "ċ–ĉĥˆċšçİ非作用中的ċ€ċŸŸ" -#: src/lxc_driver.c:386 -#, fuzzy, c-format +#: src/lxc_driver.c:379 +#, c-format msgid "waitpid failed to wait for container %d: %d %s" -msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" +msgstr "" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" +msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" +msgstr "ç„Ħĉ³•ċŻĞċ…ĉ’ĉ§½ %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "ç„Ħĉ³•é€£ä¸Š Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/lxc_driver.c:692 src/util.c:416 -#, fuzzy, c-format +#: src/lxc_driver.c:697 src/util.c:589 +#, c-format msgid "cannot wait for '%s': %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 -#, fuzzy, c-format +#: src/lxc_driver.c:752 src/qemu_driver.c:838 +#, c-format msgid "cannot create log directory %s: %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" +msgstr "" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•è€ċ–ĉèż°ĉŞ” %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "ċ€ċŸŸċç¨ħ" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" -msgstr "ċ€ċŸŸ id ĉˆ– uuid" +msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" -#: src/lxc_driver.c:1130 +#: src/lxc_driver.c:1125 #, c-format -msgid "uname(): %m" +msgid "uname(): %s" msgstr "" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" -msgstr "ĉ”ĥċˆ°ĉœŞçŸçš„ HTTP éŒŻèŞ¤ç˘ĵ %d" +msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" + +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "ç„Ħĉ³•çıĵ續ċ€ċŸŸ %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ " #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" #: src/network_conf.c:249 -#, fuzzy, c-format +#, c-format msgid "cannot use name address '%s'" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" #: src/network_conf.c:265 src/network_conf.c:353 -#, fuzzy, c-format +#, c-format msgid "cannot parse IP address '%s'" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" #: src/network_conf.c:359 -#, fuzzy, c-format +#, c-format msgid "cannot parse netmask '%s'" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" #: src/network_conf.c:383 msgid "Forwarding requested, but no IPv4 address/netmask provided" @@ -1786,8 +1870,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1797,1637 +1881,1789 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "設ċšĉŞ”èŞžĉ³•éŒŻèޤïĵš%s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "解ĉžċ€ċŸŸçš„ĉŞ”ċ" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "ĉ“ä½œċ¤ħĉ•—" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "設ċšĉŞ”èŞžĉ³•éŒŻèޤïĵš%s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "ĉ”ıèŠè™›ĉ“Ĵ處理ċ™¨çš„ĉ•¸é‡" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "ç„Ħĉ³•é€£ä¸Š %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "ç„Ħĉ³•é—œé–‰ĉ’ĉ§½ %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "ç„Ħĉ³•ċŻĞċ…ĉ’ĉ§½ %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "ä½żç”¨äğ£ç†äĵşĉœċ™¨ĉ™‚é€šè¨ŠéŒŻèޤïĵšċ–ċ— %d 的位ċ…ƒçµ„ïĵˆè‡Ş %d 處ïĵ‰\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "ä½żç”¨äğ£ç†äĵşĉœċ™¨ĉ™‚é€šè¨ŠéŒŻèޤïĵšé ĉœŸ %d ċ€‹ä½ċ…ƒçµ„ċ–ċ— %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "ä½żç”¨äğ£ç†äĵşĉœċ™¨ĉ™‚é€šè¨ŠéŒŻèޤïĵšċ–ċ— %d 位ċ…ƒçµ„çš„ċ°ċŒ…\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "ä½żç”¨äğ£ç†äĵşĉœċ™¨ĉ™‚é€šè¨ŠéŒŻèޤïĵšċ°ċŒ…ĉ ĵċĵéŒŻèޤ\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "ċ–ċ—非ċŒĉ­çš„ċ°ċŒ…號ç˘ĵ %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "çĥ²è·Ż %s ċ·²é–‹ċ•Ÿ\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "çĥ²è·Ż %s ċ·²é–‹ċ•Ÿ\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_conf.c:590 -#, fuzzy, c-format -msgid "Failed to add tap interface to bridge. %s is not a bridge device" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_conf.c:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "ç„Ħĉ³•è§£ĉž Xend 的ċ€ċŸŸè³‡è¨Š" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "ç„Ħĉ³•é–‹ċ•Ÿçĥ²è·Ż %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "記ĉ†ĥéД不èĥ³" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "記ĉ†ĥéД不èĥ³" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:436 +#, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:446 +#, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" + +#: src/network_driver.c:478 +#, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:489 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" + +#: src/network_driver.c:554 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" + +#: src/network_driver.c:561 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" + +#: src/network_driver.c:569 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, c-format +msgid "cannot initialize bridge support: %s" +msgstr "" + +#: src/network_driver.c:682 +#, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "" + +#: src/network_driver.c:697 +#, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:705 +#, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–çš„ %s" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "ç„Ħĉ³•ċ–ċ—çĥ²è·Ż€Œ%s€" + +#: src/network_driver.c:787 +msgid "Got unexpected pid for dnsmasq\n" +msgstr "" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "XML ĉ ĵċĵçš„çĥ²è·Żè³‡è¨Š" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +msgid "no node device with matching name" +msgstr "" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" + +#: src/openvz_conf.c:193 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:225 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "解ĉžċ€ċŸŸçš„ĉŞ”ċ" + +#: src/openvz_conf.c:266 +msgid "Too long bridge device name" +msgstr "" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" + +#: src/openvz_conf.c:323 +#, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "ĉ“ä½œċ¤ħĉ•—" + +#: src/openvz_conf.c:388 +msgid "Failed to parse vzlist output" +msgstr "" + +#: src/openvz_conf.c:414 +msgid "UUID in config file malformed" +msgstr "" + +#: src/openvz_conf.c:426 +#, c-format +msgid "Cound not read config for container %d" +msgstr "" + +#: src/openvz_conf.c:469 +msgid "Cound not read nodeinfo" +msgstr "" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ–ĉĥˆċšçİ\n" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" + +#: src/openvz_driver.c:257 +#, c-format +msgid "cannot read cputime for domain %d" +msgstr "" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +msgid "Could not generate eth name for container" +msgstr "" + +#: src/openvz_driver.c:440 +msgid "Could not generate veth name" +msgstr "" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" + +#: src/openvz_driver.c:535 +msgid "cannot replace NETIF config" +msgstr "" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "ĉ”ıèŠè™›ĉ“Ĵ處理ċ™¨çš„ĉ•¸é‡" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +msgid "domain is not in shutoff state" +msgstr "" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "ç„Ħĉ³•é—œé–‰ĉ’ĉ§½ %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "ç„Ħĉ³•ċŻĞċ…ĉ’ĉ§½ %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "ä½żç”¨äğ£ç†äĵşĉœċ™¨ĉ™‚é€šè¨ŠéŒŻèޤïĵšċ–ċ— %d 的位ċ…ƒçµ„ïĵˆè‡Ş %d 處ïĵ‰\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "ä½żç”¨äğ£ç†äĵşĉœċ™¨ĉ™‚é€šè¨ŠéŒŻèޤïĵšé ĉœŸ %d ċ€‹ä½ċ…ƒçµ„ċ–ċ— %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "ä½żç”¨äğ£ç†äĵşĉœċ™¨ĉ™‚é€šè¨ŠéŒŻèޤïĵšċ–ċ— %d 位ċ…ƒçµ„çš„ċ°ċŒ…\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "ä½żç”¨äğ£ç†äĵşĉœċ™¨ĉ™‚é€šè¨ŠéŒŻèޤïĵšċ°ċŒ…ĉ ĵċĵéŒŻèޤ\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "ċ–ċ—非ċŒĉ­çš„ċ°ċŒ…號ç˘ĵ %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "çĥ²è·Ż %s ċ·²é–‹ċ•Ÿ\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "çĥ²è·Ż %s ċ·²é–‹ċ•Ÿ\n" + +#: src/qemu_conf.c:585 +#, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "" + +#: src/qemu_conf.c:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "ç„Ħ預ĉœŸçš„資ĉ–™€Œ%s€" + +#: src/qemu_conf.c:1245 +msgid "invalid sound model" +msgstr "" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:103 +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "記ĉ†ĥéД不èĥ³" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 -#, fuzzy, c-format +#: src/qemu_driver.c:452 +#, c-format msgid "Unable to open monitor path %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 -#, fuzzy, c-format +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 +#, c-format msgid "Unable to log VM console data: %s\n" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" +msgstr "" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" -msgstr "ċˆ†é…ĉ–°çš„ċ…§ĉ–‡" +msgstr "ċˆ†é…ĉ–°çš„ç·İèĦċ€" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ€Œ%s€" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/qemu_driver.c:907 -#, fuzzy, c-format +#: src/qemu_driver.c:852 src/uml_driver.c:733 +#, c-format msgid "Unable to set VM logfile close-on-exec flag %s" +msgstr "" + +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 +#, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "" + +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 -#, fuzzy, c-format -msgid "Cannot determine QEMU argv syntax %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/qemu_driver.c:1040 -#, fuzzy, c-format +#: src/qemu_driver.c:1005 +#, c-format msgid "Shutting down VM '%s'\n" -msgstr "ç„Ħĉ³•ċ–ċ—çĥ²è·Ż€Œ%s€" +msgstr "" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" +msgstr "ç„Ħĉ³•é—œé–‰ĉ’ĉ§½ %d\n" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–çš„ %s" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "ç„Ħĉ³•ċ–ċ—çĥ²è·Ż€Œ%s€" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" +msgstr "ç„Ħĉ³•ċ–ċ—能ċŠ›ĉ–ıé˘çš„è³‡è¨Š" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ċ·²ä½żç”¨çš„記ĉ†ĥéĞ”ïĵš" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ­˜ċœ¨" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ­˜ċœ¨" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" -msgstr "ç„Ħĉ³•ċŻĞċ…ĉ’ĉ§½ %d\n" +msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" -msgstr "ç„Ħĉ³•ċŻĞċ…ĉ’ĉ§½ %d\n" +msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "記ĉ†ĥéД不èĥ³" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" -msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" +msgstr "ç‚şéžä½œç”¨ä¸­çš„ċ€ċŸŸċ–ĉĥˆċšçİ€‚" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ċ–ĉĥˆċšçİ非作用中的ċ€ċŸŸ" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 -#, fuzzy, c-format +#: src/qemu_driver.c:2081 +#, c-format msgid "cannot set affinity: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" -#: src/qemu_driver.c:2620 -#, fuzzy +#: src/qemu_driver.c:2086 msgid "cpu affinity is not supported" -msgstr "ċ‘ĵċĞċ‡½ċĵċşĞċ¤ħĉ•—ïĵŒċŻèƒ½ä¸Ĥ不ĉ”Żĉ´" +msgstr "" -#: src/qemu_driver.c:2677 -#, fuzzy, c-format +#: src/qemu_driver.c:2143 +#, c-format msgid "cannot get affinity: %s" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" +msgstr "" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 -#, fuzzy, c-format +#: src/qemu_driver.c:2180 +#, c-format msgid "unknown virt type in domain definition '%d'" -msgstr "èĵ‰ċ…ċ€ċŸŸċšçİĉŞ”" +msgstr "" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "ç„Ħĉ³•ċž Xen ç³ğçµħ程ċĵè€ċ–" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" +msgstr "ç„Ħĉ³•ċ–ċ—çĥ²è·Ż UUID" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "ç„Ħĉ³•çıĵ續ċ€ċŸŸ %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#: src/qemu_driver.c:2982 -#, fuzzy, c-format +#: src/qemu_driver.c:2471 +#, c-format msgid "cannot convert disk '%s' to bus/device index" -msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" +msgstr "" -#: src/qemu_driver.c:3002 -#, fuzzy, c-format +#: src/qemu_driver.c:2497 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" +msgstr "" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 -#, fuzzy -msgid "cannot attach usb disk" -msgstr "ċ–ĉĥˆċšçİ非作用中的ċ€ċŸŸ" +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2674 +#, c-format +msgid "cannot attach %s disk" +msgstr "" + +#: src/qemu_driver.c:2688 +msgid "Unable to parse slot number\n" +msgstr "" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ­˜ċœ¨" + +#: src/qemu_driver.c:2749 +msgid "cannot attach usb disk" +msgstr "" + +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "èĵ‰ċ…ä¸ğĉİŸċšçİĉŞ”" -#: src/qemu_driver.c:3232 -#, fuzzy +#: src/qemu_driver.c:2808 msgid "cannot attach usb device" -msgstr "ċ–ĉĥˆċšçİ非作用中的ċ€ċŸŸ" +msgstr "" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "èĵ‰ċ…ä¸ğĉİŸċšçİĉŞ”" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "ċ–ĉĥˆċšçİ非作用中的ċ€ċŸŸ" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "ċ€ċŸŸè³‡è¨Š" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" + +#: src/qemu_driver.c:2945 +#, fuzzy, c-format +msgid "failed to detach disk %s: invalid slot %d" +msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" + +#: src/qemu_driver.c:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" -msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" +msgstr "è‡Şċ‹•ċ•Ÿċ‹•ä¸€ċ€‹ċ€ċŸŸ" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ċž %s ċ›žċİċ€ċŸŸ\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" -msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" +msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ " -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 -#, fuzzy +#: src/qemu_driver.c:3372 msgid "'memsave' command failed" -msgstr "ċ€ċŸŸċç¨ħ" - -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3717 -msgid "no network with matching name" +#: src/qemu_driver.c:3474 +#, fuzzy +msgid "no domain XML passed" +msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" msgstr "" -#: src/qemu_driver.c:3876 -#, fuzzy -msgid "network is still active" -msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3547 #, fuzzy -msgid "no network with matching id" -msgstr "XML ĉ ĵċĵçš„çĥ²è·Żè³‡è¨Š" +msgid "could not generate random UUID" +msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ UUID" -#: src/qemu_driver.c:3944 +#: src/qemu_driver.c:3555 +#, c-format +msgid "domain with the same name or UUID already exists as '%s'" +msgstr "" + +#: src/qemu_driver.c:3580 #, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" +msgid "failed to start listening VM" +msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" +msgid "migrate failed: %s" +msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, c-format +msgid "no domain with matching name %s" +msgstr "" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ UUID" + +#: src/remote_internal.c:758 +#, fuzzy +msgid "Error allocating callbacks list" +msgstr "ċˆ†é…çĥ²è·Ż" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "ċˆ†é…ċ€ċŸŸ" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "ċˆ†é…ĉ•¸ċ€ĵ陣ċˆ—" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/remote_internal.c:865 -#, fuzzy, c-format +#: src/remote_internal.c:982 +#, c-format msgid "unable to load CA certificate: %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" +msgstr "" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 -#, fuzzy, c-format +#: src/remote_internal.c:1026 +#, c-format msgid "unable to initialize TLS client: %s" -msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" - -#: src/remote_internal.c:918 -#, c-format -msgid "unable to set TLS algorithm priority: %s" -msgstr "" - -#: src/remote_internal.c:927 -#, fuzzy, c-format -msgid "unable to set certificate priority: %s" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" - -#: src/remote_internal.c:937 -#, fuzzy, c-format -msgid "unable to set session credentials: %s" -msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" - -#: src/remote_internal.c:952 -#, fuzzy, c-format -msgid "unable to complete TLS handshake: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/remote_internal.c:974 -#, c-format -msgid "unable to complete TLS initialization: %s" -msgstr "" - -#: src/remote_internal.c:980 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "" - -#: src/remote_internal.c:1005 -#, fuzzy, c-format -msgid "unable to verify server certificate: %s" -msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" - -#: src/remote_internal.c:1012 -#, fuzzy, c-format -msgid "cannot get current time: %s" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" - -#: src/remote_internal.c:1018 -#, fuzzy -msgid "Invalid certificate" -msgstr "記ĉ†ĥéĞ”ċ¤§ċ° %d 不ĉ˜Żĉœ‰ĉ•ˆçš„ĉ•¸ċ€ĵ" - -#: src/remote_internal.c:1021 -msgid "The certificate is not trusted." -msgstr "" - -#: src/remote_internal.c:1024 -msgid "The certificate hasn't got a known issuer." -msgstr "" - -#: src/remote_internal.c:1027 -msgid "The certificate has been revoked." -msgstr "" - -#: src/remote_internal.c:1031 -msgid "The certificate uses an insecure algorithm" msgstr "" #: src/remote_internal.c:1035 #, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "" + +#: src/remote_internal.c:1044 +#, c-format +msgid "unable to set certificate priority: %s" +msgstr "" + +#: src/remote_internal.c:1054 +#, c-format +msgid "unable to set session credentials: %s" +msgstr "" + +#: src/remote_internal.c:1069 +#, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "" + +#: src/remote_internal.c:1091 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:1097 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" + +#: src/remote_internal.c:1122 +#, c-format +msgid "unable to verify server certificate: %s" +msgstr "" + +#: src/remote_internal.c:1129 +#, c-format +msgid "cannot get current time: %s" +msgstr "" + +#: src/remote_internal.c:1135 +#, fuzzy +msgid "Invalid certificate" +msgstr "記ĉ†ĥéĞ”ċ¤§ċ° %d 不ĉ˜Żĉœ‰ĉ•ˆçš„ĉ•¸ċ€ĵ" + +#: src/remote_internal.c:1138 +msgid "The certificate is not trusted." +msgstr "" + +#: src/remote_internal.c:1141 +msgid "The certificate hasn't got a known issuer." +msgstr "" + +#: src/remote_internal.c:1144 +msgid "The certificate has been revoked." +msgstr "" + +#: src/remote_internal.c:1148 +msgid "The certificate uses an insecure algorithm" +msgstr "" + +#: src/remote_internal.c:1152 +#, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 -#, fuzzy, c-format +#: src/remote_internal.c:1173 +#, c-format msgid "unable to initialize certificate: %s" -msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" +msgstr "" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 -#, fuzzy, c-format +#: src/remote_internal.c:1434 +#, c-format msgid "too many NUMA cells: %d > %d" -msgstr "過ċ¤šé€£ç·š" +msgstr "" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "過ċ¤šċ€ċŸŸ" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "過ċ¤šċ€ċŸŸ" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "ĉ”ıèŠè¨˜ĉ†ĥéĞ”ċˆ†é…" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "過ċ¤šé€£ç·š" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" + +#: src/remote_internal.c:3983 +msgid "too many capability names received" +msgstr "" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" +msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" -msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" +msgstr "ç„Ħĉ³•ç‚ş S-Expr 製作ċşċˆ—號ïĵš%s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "ç„Ħĉ³•ċğşçĞ‹éžé‹ä½œä¸­çš„ċ€ċŸŸ %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 -#, fuzzy, c-format +#: src/remote_internal.c:4412 +#, c-format msgid "cannot set external SSF %d (%s)" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" -#: src/remote_internal.c:4013 -#, fuzzy, c-format +#: src/remote_internal.c:4431 +#, c-format msgid "cannot set security props %d (%s)" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "不ĉ”Żĉ´ hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" -msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" +msgstr "ç„Ħĉ³•ċ­˜ċ…ċ…§ċı" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" -msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" +msgstr "ç„Ħĉ³•é€£ä¸Š hypervisor" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ " + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "ç„Ħĉ³•è¤‡è£½ċ­—串" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:226 +#, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +msgid "dup path" +msgstr "" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "ċ…§éƒ¨éŒŻèޤ %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 -#, fuzzy, c-format +#: src/storage_backend_disk.c:393 +#, c-format msgid "cannot parse partition number from target '%s'" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" -msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" +msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "ĉ“ä½œċ¤ħĉ•—" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 -#, fuzzy +#: src/storage_backend_fs.c:341 msgid "missing in spec" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" +msgstr "" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "ċ€ċŸŸċç¨ħ" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3456,588 +3692,761 @@ msgstr "éĦŻç¤şç‰ˆĉœĴ" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "ċç¨ħ" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" -msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" +msgstr "ç„Ħĉ³•ċž %s ċšçİċ€ċŸŸ" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 -#, fuzzy +#: src/storage_backend_logical.c:210 msgid "lvs command failed" -msgstr "ċ€ċŸŸċç¨ħ" +msgstr "" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "ċˆ†é…ĉ•¸ċ€ĵ陣ċˆ—" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "ċˆ†é…çĥ²è·Ż" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "ċˆ†é…çŻ€éğž" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "ċ€ċŸŸċç¨ħ" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 -#, fuzzy, c-format +#: src/storage_backend_logical.c:540 +#, c-format msgid "cannot remove PV device %s: %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" +msgstr "" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 -#, fuzzy +#: src/storage_conf.c:410 msgid "cannot allocate storage pool" -msgstr "ċˆ†é…çŻ€éğž" +msgstr "" -#: src/storage_conf.c:238 -#, fuzzy -msgid "unknown root elementi for storage pool" -msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" +#: src/storage_conf.c:416 +msgid "unknown root element for storage pool" +msgstr "" -#: src/storage_conf.c:258 -#, fuzzy +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/storage_conf.c:440 msgid "missing pool source name element" -msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" +msgstr "" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" -#: src/storage_conf.c:290 -#, fuzzy +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/storage_conf.c:479 msgid "missing storage pool source host name" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" +msgstr "" -#: src/storage_conf.c:300 -#, fuzzy +#: src/storage_conf.c:489 msgid "cannot extract storage pool source devices" -msgstr "過ċ¤šċ€ċŸŸ" +msgstr "" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "äğ組絕" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" -msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" +msgstr "ĉ‰ä¸ċˆ°è£ç½ %s 的ä†ĉşè³‡è¨Š" -#: src/storage_conf.c:324 -#, fuzzy +#: src/storage_conf.c:513 msgid "missing storage pool source path" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" +msgstr "" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "ċ€ċŸŸċç¨ħ" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" -#: src/storage_conf.c:366 -#, fuzzy +#: src/storage_conf.c:555 msgid "missing storage pool target path" -msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ç›ĉ¨™è³‡è¨Š" +msgstr "" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, c-format +msgid "unknown pool format number %d" +msgstr "" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 -#, fuzzy +#: src/storage_conf.c:918 msgid "cannot allocate storage vol" -msgstr "ċˆ†é…çŻ€éğž" +msgstr "" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" -msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" +msgstr "ĉ‰ä¸ċˆ°ċ€ċŸŸċç¨ħ的資訊" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "ċç¨ħ" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, c-format +msgid "no storage vol with matching name '%s'" +msgstr "" + +#: src/test.c:155 +#, c-format +msgid "storage pool '%s' is not active" +msgstr "" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "è€ċ–ç•ĥċ¤İ的ĉ™‚é–“" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "èĵ‰ċ…ä¸ğĉİŸċšçİĉŞ”" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "ä¸ğĉİŸ" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "節éğž" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "ċğşçĞ‹ xpath 的ċ…§ĉ–‡" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "節éğžçš„處理ċ™¨ numa 節éğž" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "結éğžçš„處理ċ™¨ĉ’ĉ§½" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "節éğžçš„處理ċ™¨ĉ ¸ċżƒ" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "節éğžçš„處理ċ™¨ċŸ·èĦŒçşŒ" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "節éğžċ•Ÿç”¨ä¸­çš„處理ċ™¨" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "節éğžçš„處理ċ™¨é€ŸċşĤïĵˆMHzïĵ‰" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "節éğžçš„記ĉ†ĥéĞ”" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "解ĉžċ€ċŸŸçš„ĉŞ”ċ" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "解ĉžċ€ċŸŸçš„ĉŞ”ċ" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "解ĉžċ€ċŸŸçš„ĉŞ”ċ" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" -msgstr "ċ€ċŸŸè³‡è¨Š" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" +msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ­˜ċœ¨" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "è‡Şċ‹•ċ•Ÿċ‹•ä¸€ċ€‹ċ€ċŸŸ" - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "ç„Ħĉ³•ċž Xen ç³ğçµħ程ċĵè€ċ–" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "ċ€ċŸŸ %s ċ·²ċ‚ċ°è‡³ %s\n" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" -#: src/test.c:1215 -msgid "Domain is still running" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "ċ€ċŸŸé‚„ċœ¨ċŸ·èĦŒä¸­" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" -#: src/util.c:154 -#, fuzzy, c-format -msgid "cannot block signals: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/util.c:170 -#, fuzzy, c-format -msgid "cannot create pipe: %s" -msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" - -#: src/util.c:230 src/util.c:320 -#, fuzzy, c-format -msgid "cannot fork child process: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/util.c:249 src/util.c:287 -#, fuzzy, c-format -msgid "cannot unblock signals: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/util.c:305 -#, fuzzy, c-format -msgid "cannot become session leader: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#: src/util.c:312 -#, fuzzy, c-format -msgid "cannot change to root directory: %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" - -#: src/util.c:332 -#, fuzzy, c-format -msgid "failed to setup stdin file handle: %s" -msgstr "ç„Ħĉ³•ċ–ċ— hypervisor éĦžċž‹" - -#: src/util.c:338 -#, fuzzy, c-format -msgid "failed to setup stdout file handle: %s" -msgstr "ç„Ħĉ³•ċ–ċ— hypervisor éĦžċž‹" - -#: src/util.c:344 -#, fuzzy, c-format -msgid "failed to setup stderr file handle: %s" -msgstr "ç„Ħĉ³•ċ–ċ— hypervisor éĦžċž‹" - -#: src/util.c:361 -#, fuzzy, c-format -msgid "cannot execute binary '%s': %s" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" - -#: src/util.c:427 +#: src/test.c:2011 #, c-format -msgid "%s exited with non-zero status %d and signal %d" +msgid "no storage vol with matching key '%s'" msgstr "" -#: src/uuid.c:103 +#: src/test.c:2035 +#, c-format +msgid "no storage vol with matching path '%s'" +msgstr "" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, c-format +msgid "unsupported chr device type %d" +msgstr "" + +#: src/uml_driver.c:339 +msgid "cannot initialize inotify" +msgstr "" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹çĥ²è·Ż" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "記ĉ†ĥéД不èĥ³" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "結éğžçš„處理ċ™¨ĉ’ĉ§½" + +#: src/uml_driver.c:569 +#, c-format +msgid "cannot bind socket %s" +msgstr "" + +#: src/uml_driver.c:622 +#, c-format +msgid "cannot send too long command %s: %s" +msgstr "" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "ĉœŞçŸçš„ĉŒ‡äğ¤ïĵš€Œ%s€" + +#: src/uml_driver.c:642 +#, c-format +msgid "cannot read reply %s: %s" +msgstr "" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "" + +#: src/uml_driver.c:710 +#, c-format +msgid "cannot create log directory %s" +msgstr "" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "ç„Ħĉ³•ċŻĞċ…ĉ’ĉ§½ %d\n" + +#: src/uml_driver.c:826 +#, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "ç„Ħĉ³•é€£ä¸Š %s" + +#: src/util.c:203 +#, c-format +msgid "cannot block signals: %s" +msgstr "" + +#: src/util.c:219 +#, c-format +msgid "cannot create pipe: %s" +msgstr "" + +#: src/util.c:279 src/util.c:369 +#, c-format +msgid "cannot fork child process: %s" +msgstr "" + +#: src/util.c:298 src/util.c:336 +#, c-format +msgid "cannot unblock signals: %s" +msgstr "" + +#: src/util.c:354 +#, c-format +msgid "cannot become session leader: %s" +msgstr "" + +#: src/util.c:361 +#, c-format +msgid "cannot change to root directory: %s" +msgstr "" + +#: src/util.c:381 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "ç„Ħĉ³•è§£ĉžè¨­ċšĉŞ” %s" + +#: src/util.c:387 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "ç„Ħĉ³•è§£ĉžè¨­ċšĉŞ” %s" + +#: src/util.c:393 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "ç„Ħĉ³•ç‚şċ€ċŸŸ %s ċ–ĉĥˆċšçİ" + +#: src/util.c:410 +#, c-format +msgid "cannot execute binary '%s': %s" +msgstr "" + +#: src/util.c:448 src/util.c:565 +msgid "command debug string" +msgstr "" + +#: src/util.c:495 +msgid "Unknown poll response." +msgstr "" + +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "éŒŻèŞ¤ïĵš" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "ċˆ—ċ°ĉħ‚ċŠİ訊ĉŻ" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "ċˆ—ċ°ä¸€èˆĴĉħ‚ċŠİ訊ĉŻïĵŒĉˆ–ç‰ıċšĉŒ‡äğ¤çš„ĉħ‚ċŠİ訊ĉŻ€‚" -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4045,321 +4454,325 @@ msgstr "" "ĉŒ‡äğ¤ïĵš\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 msgid "autostart a domain" msgstr "è‡Şċ‹•ċ•Ÿċ‹•ä¸€ċ€‹ċ€ċŸŸ" -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "ċ°‡ċ€ċŸŸè¨­ċšç‚şé–‹ĉİŸĉ™‚è‡Şċ‹•ċ•Ÿċ‹•€‚" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "ċ€ċŸŸċç¨ħ€id ĉˆ– uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "ċœç”¨è‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ĉ¨™ç¤şç‚ş %s è‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ĉ¨™ç¤şç‚ş %s è‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "ċ€ċŸŸ %s %sċ·²ĉ¨™è¨˜ç‚şè‡Şċ‹•ċ•Ÿċ‹•\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "ċ€ċŸŸ %s %sċ·²ĉ¨™è¨˜ç‚şè‡Şċ‹•ċ•Ÿċ‹•\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "ïĵˆé‡ĉ–°ïĵ‰é€£è‡³ hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "連上ĉœĴĉİŸçš„ hypervisor€‚這ĉ˜Ż shell ċ•Ÿċ‹•ċŒçš„ċ…§ċğşĉŒ‡ä𤀂" -#: src/virsh.c:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor 連線的 URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "ċ”Żè€çš„連線" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "ç„Ħĉ³•ċž hypervisor 處ĉ–·ç·š" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "ç„Ħĉ³•é€£ä¸Š hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "連ĉŽċ˘ċş§çĞŻä¸ğĉŽ§ċ°" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "透過虛ĉ“Ĵċşċˆ—ċŸ ä¸ğĉŽ§ċ°ïĵŒé€£ĉŽç”¨ĉˆĥçĞŻ" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "ċ€ċŸŸä¸­ĉ²’ĉœ‰ċŻç”¨çš„ä¸ğĉŽ§ċ°\n" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "ċˆ—ċ‡şċ€ċŸŸ" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "ċ‚³ċ›žċ€ċŸŸĉ¸…ċ–€‚" -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "ċˆ—ċ‡şéžä½œç”¨ä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "ċˆ—ċ‡şä½œç”¨ä¸­èˆ‡éžä½œç”¨ä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "ç„Ħĉ³•ċˆ—ċ‡şé‹ä½œä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "ç„Ħĉ³•ċˆ—ċ‡şéžä½œç”¨ä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "ċç¨ħ" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "狀ĉ…‹" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "ç„Ħ狀ĉ…‹" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "ċ€ċŸŸç‹€ĉ…‹" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "ċ‚³ċ›žċŸ·èĦŒä¸­ċ€ċŸŸçš„ç‹€ĉ…‹" -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "ċ‚³ċ›žċŸ·èĦŒä¸­ċ€ċŸŸçš„ç‹€ĉ…‹" -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "äğ組絕" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "çĥ²è·Żċç¨ħ" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "ċ‚³ċ›žċŸ·èĦŒä¸­ċ€ċŸŸçš„ç‹€ĉ…‹" -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "ĉšĞċœċ€ċŸŸ" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "ĉšĞċœċŸ·èĦŒä¸­çš„ċ€ċŸŸ€‚" -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ĉšĞċœ\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "ċğşçĞ‹ċ€ċŸŸ€‚" -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "ċŒ…ċĞ XML ċ€ċŸŸĉèż°çš„ĉŞ”ĉĦˆ" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "ċ€ċŸŸ %s ċğşçĞ‹è‡Ş %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:916 +#: src/virsh.c:915 msgid "define (but don't start) a domain from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċšçİïĵˆä½†ä¸ċ•Ÿċ‹•ïĵ‰ċ€ċŸŸ" -#: src/virsh.c:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "ċšçİċ€ċŸŸ€‚" -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "ċ€ċŸŸ %s ċšçİè‡Ş %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "ç„Ħĉ³•ċž %s ċšçİċ€ċŸŸ" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "ċ–ĉĥˆċšçİ非作用中的ċ€ċŸŸ" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "ç‚şéžä½œç”¨ä¸­çš„ċ€ċŸŸċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "ċ€ċŸŸċç¨ħĉˆ– uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ–ĉĥˆċšçİ\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "ç„Ħĉ³•ç‚şċ€ċŸŸ %s ċ–ĉĥˆċšçİ" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "開ċ•Ÿïĵˆċ…ˆċ‰ċšçİ的ïĵ‰éžä½œç”¨ä¸­ċ€ċŸŸ" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "開ċ•Ÿä¸€ċ€‹ċ€ċŸŸ€‚" -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "ċ€ċŸŸċ·²çĥ“ċ•Ÿċ‹•" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "ċ€ċŸŸ %s ċ·²é–‹ċ•Ÿ\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "ċ°‡ċ€ċŸŸç‹€ĉ…‹ċ­˜è‡³ĉŞ”ĉĦˆ" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "ċ„²ċ­˜ċŸ·èĦŒä¸­çš„ċ€ċŸŸ€‚" -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "ċ°‡è³‡ĉ–™ċ­˜è‡³ä½•è™•" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "ċ€ċŸŸ %s ċ·²ċ­˜è‡³ %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +msgid "parameter=value" +msgstr "" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4368,1665 +4781,1710 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 #, fuzzy msgid "Invalid value of weight" msgstr "記ĉ†ĥéĞ”ċ¤§ċ° %d 不ĉ˜Żĉœ‰ĉ•ˆçš„ĉ•¸ċ€ĵ" -#: src/virsh.c:1158 +#: src/virsh.c:1162 #, fuzzy msgid "Invalid value of cap" msgstr "記ĉ†ĥéĞ”ċ¤§ċ° %d 不ĉ˜Żĉœ‰ĉ•ˆçš„ĉ•¸ċ€ĵ" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "記ĉ†ĥéĞ”ċ¤§ċ° %d 不ĉ˜Żĉœ‰ĉ•ˆçš„ĉ•¸ċ€ĵ" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "ĉœŞçŸçš„ä¸ğĉİŸ" -#: src/virsh.c:1259 +#: src/virsh.c:1290 msgid "restore a domain from a saved state in a file" msgstr "ċžĉŞ”ĉĦˆä¸­çš„ċ„²ċ­˜ç‹€ĉ…‹ċ›žċİċ€ċŸŸ" -#: src/virsh.c:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "ċ›žċİċ€ċŸŸ€‚" -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "èĤċ›žċİ的狀ĉ…‹" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "ċž %s ċ›žċİċ€ċŸŸ\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "ç„Ħĉ³•ċž %s ċ›žċİċ€ċŸŸ" -#: src/virsh.c:1297 +#: src/virsh.c:1328 msgid "dump the core of a domain to a file for analysis" msgstr "ċ°‡ä¸€ċ€‹ċ€ċŸŸçš„ĉ ¸ċżƒċ‚ċ°ċˆ°ĉŞ”ĉĦˆä¸­ïĵŒäğä›ċˆ†ĉžç”¨" -#: src/virsh.c:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "ċ‚ċ°ä¸€ċ€‹ċ€ċŸŸçš„ĉ ¸ċżƒ€‚" -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "ċ°‡ĉ ¸ċżƒċ‚ċ°è‡³ä½•è™•" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "ċ€ċŸŸ %s ċ·²ċ‚ċ°è‡³ %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s 的ĉ ¸ċżƒċ‚ċ°è‡³ %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "çıĵ續ċŸ·èĦŒċ€ċŸŸ" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "çıĵ續一項ċ…ˆċ‰ĉšĞċœçš„ċ€ċŸŸ€‚" -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“çıĵ續ċŸ·èĦŒ\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "ç„Ħĉ³•çıĵ續ċ€ċŸŸ %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "äğĉ­£ç˘şĉ–ıĉ³•è“ċ€ċŸŸċœĉİŸ" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "ċœ¨ç›ĉ¨™ċ€ċŸŸċŸ·èĦŒé—œĉİŸ€‚" -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "ċ€ċŸŸ %s ĉ­£ċœ¨ċŸ·èĦŒé—œĉİŸ\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "ç„Ħĉ³•é—œä¸Šċ€ċŸŸ %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "重ĉ–°ċ•Ÿċ‹•ċ€ċŸŸ" -#: src/virsh.c:1421 +#: src/virsh.c:1452 msgid "Run a reboot command in the target domain." msgstr "ċœ¨ç›ĉ¨™ċ€ċŸŸä¸­ċŸ·èĦŒé‡ĉ–°é–‹ĉİŸĉŒ‡ä𤀂" -#: src/virsh.c:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "ċ€ċŸŸ %s ĉ­£ċœ¨é‡ĉ–°é–‹ĉݟ中\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "ç„Ħĉ³•é‡ĉ–°ċ•Ÿċ‹•ċ€ċŸŸ %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "ċˆŞé™¤ä¸€ċ€‹ċ€ċŸŸ" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "ċˆŞé™¤çµĤċšçš„ċ€ċŸŸ€‚" -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċˆŞé™¤\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "ç„Ħĉ³•ċˆŞé™¤ċ€ċŸŸ %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "ċ€ċŸŸè³‡è¨Š" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "ċ‚³ċ›žċ€ċŸŸçš„相關資訊€‚" -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "ċç¨ħïĵš" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUIDïĵš" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "作ĉ­ç³ğçµħéĦžċž‹ïĵš" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "狀ĉ…‹ïĵš" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "處理ċ™¨ĉ•¸ç›ïĵš" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "處理ċ™¨ĉ™‚é–“ïĵš" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "ĉœ€ċ¤§è¨˜ĉ†ĥéĞ”ïĵš" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "ĉ²’ĉœ‰é™ċˆĥ" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "ċ·²ä½żç”¨çš„記ĉ†ĥéĞ”ïĵš" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "è‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:1568 -#, fuzzy +#: src/virsh.c:1599 msgid "enable" -msgstr "ċç¨ħ" +msgstr "" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "ċ·²ä½żç”¨çš„記ĉ†ĥéĞ”ïĵš" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cellïĵš" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "ċ€ċŸŸ vcpu 的資訊" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "ċ‚³ċ›žċ€ċŸŸçš„è™›ĉ“Ĵ處理ċ™¨äı‹ċŸşĉœĴ資訊€‚" -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPUïĵš" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "處理ċ™¨ïĵš" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "處理ċ™¨çš„ċŒċħĴïĵš" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "ĉŽ§ċˆĥċ€ċŸŸ vcpu 的ċŒċħĴ" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "è“ċ€ċŸŸ VCPU çĴĤċˆä¸ğĉİŸçš„ċŻĤ際處理ċ™¨€‚" -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu ĉ•¸é‡" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "ä¸ğĉݟ處理ċ™¨ĉ•¸ç›ïĵˆäğ逗號隔開ïĵ‰" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "ċŻĤéД處理ċ™¨€Œ%d€ä¸ċ­˜ċœ¨€‚" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "ĉ”ıèŠè™›ĉ“Ĵ處理ċ™¨çš„ĉ•¸é‡" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "ĉ”ıèŠċœ¨ċ˘ċş§ċ€ċŸŸä¸­ċ•Ÿç”¨çš„è™›ĉ“Ĵċ™¨è™•ç†ċ™¨ĉ•¸é‡" -#: src/virsh.c:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "虛ĉ“Ĵ處理ċ™¨çš„ĉ•¸é‡" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "虛ĉ“Ĵ處理ċ™¨çš„ĉ•¸é‡" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "ċ¤Şċ¤šè™›ĉ“Ĵ處理ċ™¨€‚" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "ĉ”ıèŠè¨˜ĉ†ĥéĞ”ċˆ†é…" -#: src/virsh.c:1901 +#: src/virsh.c:1932 msgid "Change the current memory allocation in the guest domain." msgstr "ĉ”ıèŠċ˘ċş§ċ€ċŸŸä¸­ïĵŒç›ċ‰çš„記ĉ†ĥéĞ”ċˆ†é…€‚" -#: src/virsh.c:1907 +#: src/virsh.c:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "記ĉ†ĥéĞ”ĉ•¸é‡ïĵˆä½ċ…ƒçµ„ïĵ‰" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "記ĉ†ĥéĞ”ċ¤§ċ° %d 不ĉ˜Żĉœ‰ĉ•ˆçš„ĉ•¸ċ€ĵ" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "ĉ”ıèŠĉœ€ċ¤§è¨˜ĉ†ĥéД的限ċˆĥ" -#: src/virsh.c:1958 +#: src/virsh.c:1989 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "ĉ”ıèŠċ˘ċş§ċ€ċŸŸçš„ĉœ€ċ¤§è¨˜ĉ†ĥéĞ”ċˆ†é…é™ċˆĥ€‚" -#: src/virsh.c:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "ĉœ€ċ¤§è¨˜ĉ†ĥéД限ċˆĥïĵˆä½ċ…ƒçµ„ïĵ‰" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "ċ€ċŸŸç›ċ‰çš„記ĉ†ĥéĞ”" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "節éğžè³‡è¨Š" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "ċ‚³ċ›žçŻ€éğžçš„ċŸşĉœĴ資訊€‚" -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "處理ċ™¨éĦžċž‹ïĵš" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "處理ċ™¨çš„é ğ率ïĵš" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "處理ċ™¨çš„ĉ’ĉ§½ïĵš" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "ĉŻċ€‹ĉ’ĉ§½çš„ĉ ¸ċżƒïĵš" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "ĉŻċ€‹ĉ ¸ċżƒçš„ċŸ·èĦŒçşŒïĵš" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cellïĵš" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "記ĉ†ĥéĞ”ċ¤§ċ°ïĵš" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "能ċŠ›" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "ċ‚³ċ›ž hypervisor ĉˆ–éİ…ċ‹•ç¨‹ċĵçš„能ċŠ›€‚" -#: src/virsh.c:2065 +#: src/virsh.c:2096 msgid "failed to get capabilities" msgstr "ç„Ħĉ³•ċ–ċ—能ċŠ›ĉ–ıé˘çš„è³‡è¨Š" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "XML ĉ ĵċĵçš„ċ€ċŸŸè³‡è¨Š" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, fuzzy msgid "Output the domain information as an XML dump to stdout." msgstr "ċ°‡ċ€ċŸŸè³‡è¨Šäğ XML ĉ ĵċĵèĵ¸ċ‡şċˆ°èž˘ċı•ä¸Š€‚" -#: src/virsh.c:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "ċ°‡ċ€ċŸŸ id ĉˆ– UUID è½‰ç‚şċ€ċŸŸċç¨ħ" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "ċ€ċŸŸ id ĉˆ– uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "ċ°‡ċ€ċŸŸċç¨ħĉˆ– UUID è½‰ç‚şċ€ċŸŸ ID" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "ċ°‡ċ€ċŸŸċç¨ħĉˆ– ID è½‰ç‚ş UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "ċ€ċŸŸ ID ĉˆ–ċç¨ħ" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 #, fuzzy msgid "live migration" msgstr "節éğžè³‡è¨Š" -#: src/virsh.c:2227 +#: src/virsh.c:2258 #, fuzzy msgid "connection URI of the destination host" msgstr "連ĉŽċ˘ċş§çĞŻä¸ğĉŽ§ċ°" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 msgid "autostart a network" msgstr "è‡Şċ‹•ċ•Ÿċ‹•çĥ²è·Ż" -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "ċ°‡çĥ²è·Żè¨­ċšç‚şé–‹ĉİŸĉ™‚è‡Şċ‹•ċ•Ÿċ‹•€‚" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 msgid "network name or uuid" msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "ç„Ħĉ³•%sċ°‡çĥ²è·Żĉ¨™è¨˜ç‚ş%sè‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "ç„Ħĉ³•%sċ°‡çĥ²è·Żĉ¨™è¨˜ç‚ş%sè‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "çĥ²è·Ż %s %sĉ¨™è¨˜ç‚şè‡Şċ‹•ċ•Ÿċ‹•\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "çĥ²è·Ż %s %sĉ¨™è¨˜ç‚şè‡Şċ‹•ċ•Ÿċ‹•\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 msgid "create a network from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹çĥ²è·Ż" -#: src/virsh.c:2334 +#: src/virsh.c:2370 msgid "Create a network." msgstr "ċğşçĞ‹çĥ²è·Ż€‚" -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 msgid "file containing an XML network description" msgstr "ċŒ…ċĞ XML çĥ²è·Żĉèż°çš„ĉŞ”ĉĦˆ" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, c-format msgid "Network %s created from %s\n" msgstr "çĥ²è·Ż %s ċğşçĞ‹è‡Ş %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, c-format msgid "Failed to create network from %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹çĥ²è·Ż" -#: src/virsh.c:2381 +#: src/virsh.c:2417 msgid "define (but don't start) a network from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċšçİïĵˆä½†ä¸ċ•Ÿċ‹•ïĵ‰çĥ²è·Ż" -#: src/virsh.c:2382 +#: src/virsh.c:2418 msgid "Define a network." msgstr "ċšçİçĥ²è·Ż€‚" -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, c-format msgid "Network %s defined from %s\n" msgstr "çĥ²è·Ż %s ċšçİè‡Ş %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, c-format msgid "Failed to define network from %s" msgstr "ç„Ħĉ³•ċž %s ċšçİçĥ²è·Ż" -#: src/virsh.c:2429 +#: src/virsh.c:2465 msgid "destroy a network" msgstr "ċˆŞé™¤ä¸€ċ€‹çĥ²è·Ż" -#: src/virsh.c:2430 +#: src/virsh.c:2466 msgid "Destroy a given network." msgstr "ċˆŞé™¤çµĤċšçš„çĥ²è·Ż€‚" -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 msgid "network name, id or uuid" msgstr "çĥ²è·Żċç¨ħ€id ĉˆ– uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, c-format msgid "Network %s destroyed\n" msgstr "çĥ²è·Ż %s ċ·²çĥ“ċˆŞé™¤\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, c-format msgid "Failed to destroy network %s" msgstr "ç„Ħĉ³•ċˆŞé™¤çĥ²è·Ż %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 msgid "network information in XML" msgstr "XML ĉ ĵċĵçš„çĥ²è·Żè³‡è¨Š" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, fuzzy msgid "Output the network information as an XML dump to stdout." msgstr "ċ°‡çĥ²è·Żè³‡è¨Šäğ XML ĉ ĵċĵèĵ¸ċ‡şċˆ°èž˘ċı•ä¸Š€‚" -#: src/virsh.c:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "ċˆ—ċ‡şçĥ²è·Ż" -#: src/virsh.c:2511 +#: src/virsh.c:2547 msgid "Returns list of networks." msgstr "ċ‚³ċ›žçĥ²è·Żĉ¸…ċ–€‚" -#: src/virsh.c:2516 +#: src/virsh.c:2552 msgid "list inactive networks" msgstr "ċˆ—ċ‡şéžä½œç”¨ä¸­çš„çĥ²è·Ż" -#: src/virsh.c:2517 +#: src/virsh.c:2553 msgid "list inactive & active networks" msgstr "ċˆ—ċ‡şä½œç”¨ä¸­èˆ‡éžä½œç”¨ä¸­çš„çĥ²è·Ż" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 msgid "Failed to list active networks" msgstr "ç„Ħĉ³•ċˆ—ċ‡şé‹ä½œä¸­çš„çĥ²è·Ż" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 msgid "Failed to list inactive networks" msgstr "ç„Ħĉ³•ċˆ—ċ‡şéžä½œç”¨ä¸­çš„çĥ²è·Ż" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "è‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 msgid "no autostart" msgstr "ä¸è‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "ċ•Ÿç”¨" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 msgid "inactive" msgstr "非ċ•Ÿç”¨ä¸­" -#: src/virsh.c:2634 +#: src/virsh.c:2670 msgid "convert a network UUID to network name" msgstr "ċ°‡çĥ²è·Ż id ĉˆ– UUID è½‰ç‚şçĥ²è·Żċç¨ħ" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "çĥ²è·Ż uuid" -#: src/virsh.c:2665 +#: src/virsh.c:2701 msgid "start a (previously defined) inactive network" msgstr "開ċ•Ÿïĵˆċ…ˆċ‰ċšçİ的ïĵ‰éžä½œç”¨ä¸­çĥ²è·Ż" -#: src/virsh.c:2666 +#: src/virsh.c:2702 msgid "Start a network." msgstr "ċ•Ÿċ‹•ä¸€ċ€‹çĥ²è·Ż€‚" -#: src/virsh.c:2671 +#: src/virsh.c:2707 msgid "name of the inactive network" msgstr "非作用中çĥ²è·Żçš„ċç¨ħ" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, c-format msgid "Network %s started\n" msgstr "çĥ²è·Ż %s ċ·²é–‹ċ•Ÿ\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, c-format msgid "Failed to start network %s" msgstr "ç„Ħĉ³•é–‹ċ•Ÿçĥ²è·Ż %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 msgid "undefine an inactive network" msgstr "ċ–ĉĥˆċšçİ非作用中的çĥ²è·Ż" -#: src/virsh.c:2705 +#: src/virsh.c:2741 msgid "Undefine the configuration for an inactive network." msgstr "ç‚şéžä½œç”¨ä¸­çš„çĥ²è·Żċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, c-format msgid "Network %s has been undefined\n" msgstr "çĥ²è·Ż %s ċ·²çĥ“ċ–ĉĥˆċšçİ\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, c-format msgid "Failed to undefine network %s" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/virsh.c:2743 +#: src/virsh.c:2779 msgid "convert a network name to network UUID" msgstr "ċ°‡çĥ²è·Żċç¨ħè½‰ç‚şçĥ²è·Ż UUID" -#: src/virsh.c:2748 +#: src/virsh.c:2784 msgid "network name" msgstr "çĥ²è·Żċç¨ħ" -#: src/virsh.c:2768 +#: src/virsh.c:2804 msgid "failed to get network UUID" msgstr "ç„Ħĉ³•ċ–ċ—çĥ²è·Ż UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "è‡Şċ‹•ċ•Ÿċ‹•ä¸€ċ€‹ċ€ċŸŸ" -#: src/virsh.c:2781 +#: src/virsh.c:2817 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "ċ°‡ċ€ċŸŸè¨­ċšç‚şé–‹ĉİŸĉ™‚è‡Şċ‹•ċ•Ÿċ‹•€‚" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "ċ€ċŸŸċç¨ħĉˆ– uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "ç„Ħĉ³•%sċ°‡çĥ²è·Żĉ¨™è¨˜ç‚ş%sè‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "ç„Ħĉ³•%sċ°‡çĥ²è·Żĉ¨™è¨˜ç‚ş%sè‡Şċ‹•ċ•Ÿċ‹•" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "ċ€ċŸŸ %s %sċ·²ĉ¨™è¨˜ç‚şè‡Şċ‹•ċ•Ÿċ‹•\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "ċ€ċŸŸ %s %sċ·²ĉ¨™è¨˜ç‚şè‡Şċ‹•ċ•Ÿċ‹•\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "ċğşçĞ‹ċ€ċŸŸ€‚" -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "ċŒ…ċĞ XML ċ€ċŸŸĉèż°çš„ĉŞ”ĉĦˆ" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "ċ€ċŸŸ %s ċğşçĞ‹è‡Ş %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "ċ€ċŸŸ %s ċğşçĞ‹è‡Ş %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċšçİïĵˆä½†ä¸ċ•Ÿċ‹•ïĵ‰ċ€ċŸŸ" -#: src/virsh.c:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "ċšçİċ€ċŸŸ€‚" -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "ċ€ċŸŸ %s ċšçİè‡Ş %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "ç„Ħĉ³•ċž %s ċšçİċ€ċŸŸ" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "ċ€ċŸŸ %s ċšçİè‡Ş %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "ç„Ħĉ³•ç‚şċ€ċŸŸ %s ċ–ĉĥˆċšçİ" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "ċˆŞé™¤ä¸€ċ€‹ċ€ċŸŸ" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "ċˆŞé™¤çµĤċšçš„ċ€ċŸŸ€‚" -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċˆŞé™¤\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "ç„Ħĉ³•ċˆŞé™¤ċ€ċŸŸ %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "ċˆŞé™¤çµĤċšçš„ċ€ċŸŸ€‚" -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċˆŞé™¤\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "ç„Ħĉ³•ċˆŞé™¤ċ€ċŸŸ %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“çıĵ續ċŸ·èĦŒ\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "ç„Ħĉ³•çıĵ續ċ€ċŸŸ %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "XML ĉ ĵċĵçš„ċ€ċŸŸè³‡è¨Š" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "ċ°‡ċ€ċŸŸè³‡è¨Šäğ XML ĉ ĵċĵèĵ¸ċ‡şċˆ°èž˘ċı•ä¸Š€‚" -#: src/virsh.c:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "ċˆ—ċ‡şċ€ċŸŸ" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "ċ‚³ċ›žċ€ċŸŸĉ¸…ċ–€‚" -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "ċˆ—ċ‡şéžä½œç”¨ä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "ċˆ—ċ‡şä½œç”¨ä¸­èˆ‡éžä½œç”¨ä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "ç„Ħĉ³•ċˆ—ċ‡şé‹ä½œä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "ç„Ħĉ³•ċˆ—ċ‡şéžä½œç”¨ä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:3434 -#, fuzzy +#: src/virsh.c:3471 msgid "find potential storage pool sources" -msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" +msgstr "" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 -#, fuzzy +#: src/virsh.c:3478 msgid "type of storage pool sources to find" -msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" +msgstr "" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "記ĉ†ĥéД不èĥ³" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" -msgstr "ç„Ħĉ³•ç‚şċ€ċŸŸ %s ċ–ĉĥˆċšçİ" +msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 -#, fuzzy +#: src/virsh.c:3559 msgid "type of storage pool sources to discover" -msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" +msgstr "" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "節éğžè³‡è¨Š" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "ċ‚³ċ›žçŻ€éğžçš„ċŸşĉœĴ資訊€‚" -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "ċŸ·èĦŒä¸­" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "ċˆ†é…ċ€ċŸŸ" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "ċ°‡çĥ²è·Ż id ĉˆ– UUID è½‰ç‚şçĥ²è·Żċç¨ħ" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "ċ€ċŸŸçš„ uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "開ċ•Ÿïĵˆċ…ˆċ‰ċšçİ的ïĵ‰éžä½œç”¨ä¸­ċ€ċŸŸ" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "開ċ•Ÿä¸€ċ€‹ċ€ċŸŸ€‚" -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "ċ€ċŸŸ %s ċ·²é–‹ċ•Ÿ\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "ċğşçĞ‹ċ€ċŸŸ€‚" -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "非作用中ċ€ċŸŸçš„ċç¨ħ" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "ċ€ċŸŸ %s ċğşçĞ‹è‡Ş %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "ċ–ĉĥˆċšçİ非作用中的ċ€ċŸŸ" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "ç‚şéžä½œç”¨ä¸­çš„ċ€ċŸŸċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ–ĉĥˆċšçİ\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "ç„Ħĉ³•ç‚şċ€ċŸŸ %s ċ–ĉĥˆċšçİ" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "ċ°‡çĥ²è·Żċç¨ħè½‰ç‚şçĥ²è·Ż UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "ċŒ…ċĞ XML ċ€ċŸŸĉèż°çš„ĉŞ”ĉĦˆ" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "ċ€ċŸŸ %s ċğşçĞ‹è‡Ş %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "ċˆŞé™¤çµĤċšçš„ċ€ċŸŸ€‚" -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċˆŞé™¤\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "ç„Ħĉ³•ċˆŞé™¤ċ€ċŸŸ %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "節éğžè³‡è¨Š" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "ċ‚³ċ›žçŻ€éğžçš„ċŸşĉœĴ資訊€‚" -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "作ĉ­ç³ğçµħéĦžċž‹ïĵš" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "äğ組絕" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "XML ĉ ĵċĵçš„ċ€ċŸŸè³‡è¨Š" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "ċ°‡ċ€ċŸŸè³‡è¨Šäğ XML ĉ ĵċĵèĵ¸ċ‡şċˆ°èž˘ċı•ä¸Š€‚" -#: src/virsh.c:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "ċˆ—ċ‡şċ€ċŸŸ" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "ċ‚³ċ›žċ€ċŸŸĉ¸…ċ–€‚" -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "ç„Ħĉ³•ċˆ—ċ‡şé‹ä½œä¸­çš„ċ€ċŸŸ" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "ċ°‡çĥ²è·Ż id ĉˆ– UUID è½‰ç‚şçĥ²è·Żċç¨ħ" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "ċ°‡çĥ²è·Ż id ĉˆ– UUID è½‰ç‚şçĥ²è·Żċç¨ħ" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "ċ€ċŸŸçš„ uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "ċ°‡çĥ²è·Ż id ĉˆ– UUID è½‰ç‚şçĥ²è·Żċç¨ħ" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "éĦŻç¤şç‰ˆĉœĴ" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "éĦŻç¤şç³ğçµħ版ĉœĴ的資訊€‚" -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "ç„Ħĉ³•ċ–ċ— hypervisor éĦžċž‹" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "用ĉ­¤ċ‡½ċĵċşĞä†ç·¨è­Żïĵšlibvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "ç„Ħĉ³•ċ–ċ—ċ‡½ċĵċşĞ的版ĉœĴ" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "ä½żç”¨ċ‡½ċĵċşĞïĵšlibvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "ä½żç”¨ APIïĵš%s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "ç„Ħĉ³•ċ–ċ— hypervisor 的版ĉœĴ" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "ç„Ħĉ³•è§£é–‹ċŸ·èĦŒä¸­ %s hypervisor 的版ĉœĴ\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "ċŸ·èĦŒ hypervisorïĵš%s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +#, fuzzy +msgid "capability name" +msgstr "能ċŠ›" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "ç„Ħĉ³•é€£ä¸Š hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "ç„Ħĉ³•ċˆ—ċ‡şéžä½œç”¨ä¸­çš„ċ€ċŸŸ" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, fuzzy +msgid "Output the node device details as an XML dump to stdout." +msgstr "ċ°‡çĥ²è·Żè³‡è¨Šäğ XML ĉ ĵċĵèĵ¸ċ‡şċˆ°èž˘ċı•ä¸Š€‚" + +#: src/virsh.c:4487 +msgid "device key" +msgstr "" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "ç„Ħĉ³•ċ–ċ— hypervisor éĦžċž‹" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "ç„Ħĉ³•ċ–ċ— hypervisor éĦžċž‹" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor 連線的 URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "vnc éĦŻç¤ş" -#: src/virsh.c:4449 +#: src/virsh.c:4575 #, fuzzy msgid "Output the IP address and port number for the VNC display." msgstr "為 VNC éĦŻç¤şĉ¨Ħċĵèĵ¸ċ‡ş IP 位ċ€èˆ‡é€£ĉŽċŸ è™Ÿ€‚" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 +#: src/virsh.c:4711 #, fuzzy msgid "attach device from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:4586 +#: src/virsh.c:4712 #, fuzzy msgid "Attach device from an XML ." msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:4592 src/virsh.c:4651 +#: src/virsh.c:4718 src/virsh.c:4777 msgid "XML file" msgstr "" -#: src/virsh.c:4613 +#: src/virsh.c:4739 msgid "attach-device: Missing option" msgstr "" -#: src/virsh.c:4627 +#: src/virsh.c:4753 #, fuzzy, c-format msgid "Failed to attach device from %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:4631 +#: src/virsh.c:4757 msgid "Device attached successfully\n" msgstr "" -#: src/virsh.c:4644 +#: src/virsh.c:4770 #, fuzzy msgid "detach device from an XML file" msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:4645 +#: src/virsh.c:4771 #, fuzzy msgid "Detach device from an XML " msgstr "ċž XML ĉŞ”ĉĦˆċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:4672 +#: src/virsh.c:4798 msgid "detach-device: Missing option" msgstr "" -#: src/virsh.c:4686 +#: src/virsh.c:4812 #, fuzzy, c-format msgid "Failed to detach device from %s" msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" -#: src/virsh.c:4690 +#: src/virsh.c:4816 msgid "Device detached successfully\n" msgstr "" -#: src/virsh.c:4703 +#: src/virsh.c:4829 #, fuzzy msgid "attach network interface" msgstr "çĥ²è·Żċç¨ħ" -#: src/virsh.c:4704 +#: src/virsh.c:4830 msgid "Attach new network interface." msgstr "" -#: src/virsh.c:4710 src/virsh.c:4827 +#: src/virsh.c:4836 src/virsh.c:4953 #, fuzzy msgid "network interface type" msgstr "çĥ²è·Żċç¨ħ" -#: src/virsh.c:4711 +#: src/virsh.c:4837 #, fuzzy msgid "source of network interface" msgstr "ĉœŞċšçİ的çĥ²è·Żċç¨ħ" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "çĥ²è·Żċç¨ħ" -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "çĥ²è·Żċç¨ħ" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "ç„Ħĉ³•ċğşçĞ‹éžé‹ä½œä¸­çš„ċ€ċŸŸ %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" -msgstr "ċ€ċŸŸċç¨ħ" +msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "ç‚şéžä½œç”¨ä¸­çš„ċ€ċŸŸċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "ç‚şéžä½œç”¨ä¸­çš„ċ€ċŸŸċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "ç„Ħĉ³•è€ċ–設ċšĉŞ”" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "ç‚şéžä½œç”¨ä¸­çš„çĥ²è·Żċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "ç‚şéžä½œç”¨ä¸­çš„çĥ²è·Żċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "ç‚şéžä½œç”¨ä¸­çš„ċ€ċŸŸċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "ç‚şéžä½œç”¨ä¸­çš„ċ€ċŸŸċ–ĉĥˆċšçİ€‚" -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "離開這互ċ‹•ċĵçš„終çĞŻĉİŸ" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "€Œ%s€ĉŒ‡äğ¤éœ€èĤ <%s> 選項" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "€Œ%s€ĉŒ‡äğ¤éœ€èĤ --%s 選項" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "€Œ%s€ĉŒ‡äğ¤ä¸ċ­˜ċœ¨" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " ċç¨ħ\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6035,7 +6493,7 @@ msgstr "" "\n" " 選項\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6043,7 +6501,7 @@ msgstr "" "\n" " ĉèż°\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6051,55 +6509,55 @@ msgstr "" "\n" " 選項\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "ĉœŞċšçİ的ċ€ċŸŸċç¨ħĉˆ– id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ€Œ%s€" -#: src/virsh.c:5903 +#: src/virsh.c:6032 msgid "undefined network name" msgstr "ĉœŞċšçİ的çĥ²è·Żċç¨ħ" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, c-format msgid "failed to get network '%s'" msgstr "ç„Ħĉ³•ċ–ċ—çĥ²è·Ż€Œ%s€" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "ĉœŞċšçİ的çĥ²è·Żċç¨ħ" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ€Œ%s€" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "ĉœŞċšçİ的çĥ²è·Żċç¨ħ" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "ç„Ħĉ³•ċ–ċ—ċ€ċŸŸ€Œ%s€" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6110,131 +6568,131 @@ msgstr "" "ïĵˆĉ™‚é–“ïĵš%.3f ĉŻĞ秒)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "ĉ‰ä¸ċˆ° \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "ç„Ħ預ĉœŸçš„ tokenïĵˆĉŒ‡äğ¤ċç¨ħïĵ‰ïĵš€Œ%s€" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "ĉœŞçŸçš„ĉŒ‡äğ¤ïĵš€Œ%s€" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "€Œ%s€ĉŒ‡äğ¤ä¸Ĥ不ĉ”Żĉ´ --%s 選項" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "èŞžĉ³•ïĵš--%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "ĉ•¸é‡" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "ċ­—串" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "ç„Ħ預ĉœŸçš„資ĉ–™€Œ%s€" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "選項" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "資ĉ–™" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "ċ·²ĉšĞċœ" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "關ĉݟ中" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "關ĉİŸ" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "ç•ĥĉİŸ" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "離線" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "ĉ²’ĉœ‰ĉœ‰ĉ•ˆçš„連線" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%sïĵšéŒŻèޤïĵš" -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "éŒŻèŞ¤ïĵš" -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%sïĵš%dïĵšç„Ħĉ³•ċˆ†é… %d 位ċ…ƒçµ„" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%sïĵš%dïĵšç„Ħĉ³•ċˆ†é… %lu 位ċ…ƒçµ„" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "ç„Ħĉ³•é€£ä¸Š hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "ç„Ħĉ³•ċž hypervisor 處ĉ–·ç·š" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6266,7 +6724,7 @@ msgstr "" "\n" " ċ‘½äğ¤ïĵˆéžäş’ċ‹•ċĵĉ¨Ħċĵïĵ‰ïĵš\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6277,12 +6735,12 @@ msgstr "" " ïĵˆèĞ‹ä½żç”¨ --help <ĉŒ‡äğ¤> äğċ–ċ—é—œĉ–ĵĉŒ‡äğ¤çš„èݳ細資ĉ–™ïĵ‰\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "不ĉ”Żĉ´çš„選項€Œ-%c€€‚èĞ‹ċƒé–ħ --help€‚" -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6291,7 +6749,7 @@ msgstr "" "ĉ­ĦèżŽä½żç”¨ %s - 虛ĉ“ĴċŒ–çš„äş’ċ‹•ĉ¨Ħċĵçµ‚çĞŻĉİŸ€‚\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6309,880 +6767,962 @@ msgstr "è­Ĥċ‘Š" msgid "error" msgstr "éŒŻèŞ¤" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "ç„Ħĉ³•ĉä›éŒŻèޤ訊ĉŻ" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "ċ…§éƒ¨éŒŻèޤ %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "ċ…§éƒ¨éŒŻèޤ" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "不ĉ”Żĉ´ hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "不ĉ”Żĉ´ hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "ç„Ħĉ³•é€£ä¸Š hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "ç„Ħĉ³•é€£ä¸Š %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "ç„Ħĉ•ˆçš„連線ĉŒ‡ĉ¨™ïĵŒĉ–ĵ " -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "ç„Ħĉ•ˆçš„連線ĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ " -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET ĉ“ä½œċ¤ħĉ•—" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST ĉ“ä½œċ¤ħĉ•—" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "ĉ”ĥċˆ°ĉœŞçŸçš„ HTTP éŒŻèŞ¤ç˘ĵ %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "ĉœŞçŸçš„ä¸ğĉİŸ %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "ĉœŞçŸçš„ä¸ğĉİŸ" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "ç„Ħĉ³•ç‚ş S-Expr 製作ċşċˆ—號ïĵš%s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "ç„Ħĉ³•ç‚ş S-Expr 製作ċşċˆ—號" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "ç„Ħĉ³•ä½żç”¨ Xen hypervisor 項ç›" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "ç„Ħĉ³•ä½żç”¨ Xen hypervisor é …ç› %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "ç„Ħĉ³•é€£ä¸Š Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "ç„Ħĉ³•é€£ä¸Š Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "Xen syscall %s %d ċ¤ħĉ•—" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "ĉ‰ä¸ċˆ°ĉ ¸ċżƒè³‡è¨Š" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊ïĵŒĉ–ĵ %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "ĉ‰ä¸ċˆ°è£ç½ %s 的ä†ĉşè³‡è¨Š" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ç›ĉ¨™è³‡è¨Š" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "ĉ‰ä¸ċˆ° %s 裝ç½çš„ç›ĉ¨™è³‡è¨Š" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "ĉ‰ä¸ċˆ°ċ€ċŸŸċç¨ħ的資訊" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "ĉ‰ä¸ċˆ°ċ€ċŸŸċç¨ħ的資訊ïĵŒĉ–ĵ %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "ĉ‰ä¸ċˆ°ä½œĉ­ç³ğçµħ資訊" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "ĉ‰ä¸ċˆ° %s 的作ĉ­ç³ğçµħ資訊" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "ĉ‰ä¸ċˆ°è£ç½çš„資訊" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "ĉ‰ä¸ċˆ° %s 的裝ç½è³‡è¨Š" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "ċœ¨ %s 中è¨ğċ†Šċ¤Şċ¤šéİ…ċ‹•ç¨‹ċĵ" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "ċ‘ĵċĞċ‡½ċĵċşĞċ¤ħĉ•—ïĵŒċŻèƒ½ä¸Ĥ不ĉ”Żĉ´" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "ċ‘ĵċĞċ‡½ċĵċşĞ %s ċ¤ħĉ•—ïĵŒċŻèƒ½ä¸Ĥ不ĉ”Żĉ´" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML 的ĉèż°ĉ ĵċĵĉœ‰èޤ" -#: src/virterror.c:582 +#: src/virterror.c:590 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "%s 的 XML ĉèż°äı‹ĉ ĵċĵĉœ‰èޤ" -#: src/virterror.c:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "這ċ€‹ċ€ċŸŸċ·²çĥ“ċ­˜ċœ¨" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ­˜ċœ¨" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "ċ”Żè€ĉ™‚ïĵŒçĤĉ­˘é€™ĉ“ä½œ" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "ċ”Żè€ĉ™‚ïĵŒçĤĉ­˘ %s ĉ“ä½œ" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–的設ċšĉŞ”" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–çš„ %s" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "ç„Ħĉ³•è€ċ–設ċšĉŞ”" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "ç„Ħĉ³•è€ċ–設ċšĉŞ” %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "ç„Ħĉ³•è§£ĉžè¨­ċšĉŞ”" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "ç„Ħĉ³•è§£ĉžè¨­ċšĉŞ” %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "設ċšĉŞ”èŞžĉ³•éŒŻèޤ" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "設ċšĉŞ”èŞžĉ³•éŒŻèޤïĵš%s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "解ĉžç¨‹ċĵéŒŻèޤ" -#: src/virterror.c:634 +#: src/virterror.c:642 msgid "invalid network pointer in" msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ " -#: src/virterror.c:636 +#: src/virterror.c:644 #, c-format msgid "invalid network pointer in %s" msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" -#: src/virterror.c:640 +#: src/virterror.c:648 msgid "this network exists already" msgstr "這ċ€‹çĥ²è·Żċ·²çĥ“ċ­˜ċœ¨" -#: src/virterror.c:642 +#: src/virterror.c:650 #, c-format msgid "network %s exists already" msgstr "çĥ²è·Ż %s ċ·²çĥ“ċ­˜ċœ¨" -#: src/virterror.c:646 +#: src/virterror.c:654 msgid "system call error" msgstr "ç³ğçµħċ‘ĵċĞéŒŻèŞ¤" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "éŒŻèŞ¤" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "ç³ğçµħċ‘ĵċĞéŒŻèŞ¤" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "ċ€ċŸŸè³‡è¨Š" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "ċž %s ċ›žċİċ€ċŸŸ\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "çĥ²è·Ż %s ċğşçĞ‹è‡Ş %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "çĥ²è·Ż %s ċğşçĞ‹è‡Ş %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "çĥ²è·Ż %s ċğşçĞ‹è‡Ş %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ " -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ " -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "ç„Ħĉ•ˆçš„çĥ²è·ŻĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "ċ€ċŸŸè³‡è¨Š" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "ċž %s ċ›žċİċ€ċŸŸ\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "ċˆ†é…ċ€ċŸŸ" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +msgid "initializing inotify" +msgstr "" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "ċˆ†é… %d ċ€ċŸŸè³‡è¨Š" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "ç„Ħĉ³•é€£ä¸Š Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "ç„Ħĉ³•ċž Xen ç³ğçµħ程ċĵè€ċ–" -#: src/xend_internal.c:445 -#, fuzzy, c-format +#: src/xend_internal.c:396 +#, c-format msgid "xend_get: error from xen daemon: %s" -msgstr "ç„Ħĉ³•çıĵ續ċ€ċŸŸ %s" +msgstr "" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "ċˆ†é…ĉ–°çš„ç·İèĦċ€" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "ç„Ħĉ³• urlencode äğċğşçĞ‹ S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "ċ€ċŸŸçš„資訊不ĉ­£ç˘şïĵŒdomid ä¸Ĥ非ĉ•¸ċ­—ċž‹ĉ…‹" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ċç¨ħ" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ċç¨ħ" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ĉ ¸ċżƒ" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" -msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" +msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒvbd ĉ²’ĉœ‰ dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒvbd ĉ²’ĉœ‰ src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "ç„Ħĉ³•è§£ĉž vbd ĉŞ”ċïĵŒĉ‰ä¸ċˆ°éİ…ċ‹•ç¨‹ċĵċç¨ħ" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "ç„Ħĉ³•è§£ĉž vbd ĉŞ”ċïĵŒĉ‰ä¸ċˆ°éİ…ċ‹•ç¨‹ċĵéĦžċž‹" -#: src/xend_internal.c:1857 -#, fuzzy, c-format +#: src/xend_internal.c:1806 +#, c-format msgid "malformed mac address '%s'" -msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" +msgstr "" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 msgid "domain information incomplete, missing id" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ id" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹ %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "ç„Ħĉ³•è§£ĉž Xend 的ċ€ċŸŸè³‡è¨Š" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "設ċšĉŞ”èŞžĉ³•éŒŻèޤ" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "ç„Ħĉ³•è§£ĉž Xend 的ċ€ċŸŸè³‡è¨Š" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•ç‚ş S-Expr 製作ċşċˆ—號" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ç„Ħ預ĉœŸçš„ĉ•¸ċ€ĵ節éğž" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "節éğžçš„記ĉ†ĥéĞ”" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "ĉ“ä½œċ¤ħĉ•—" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" -msgstr "ç„Ħĉ³•ç‚şċ€ċŸŸ %s ċ–ĉĥˆċšçİ" +msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "ç„Ħĉ³•ċ–ċ— hypervisor éĦžċž‹" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "ç„Ħĉ³•è§£ĉž Xend 的ċ€ċŸŸè³‡è¨Š" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "ç„Ħĉ³•ċğşçĞ‹éžé‹ä½œä¸­çš„ċ€ċŸŸ %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ċç¨ħ" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 -#, fuzzy +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 msgid "Unknown scheduler" -msgstr "ĉœŞçŸçš„ä¸ğĉİŸ" +msgstr "" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "ç„Ħĉ³•ċ–ċ— hypervisor éĦžċž‹" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ċ€ċŸŸçš„資訊不ċ…¨ïĵŒĉ²’ĉœ‰ uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 -#, fuzzy, c-format +#: src/xend_internal.c:4728 +#, c-format msgid "%s: invalid path" -msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" +msgstr "" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–çš„ %s" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" -msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgstr "ç„Ħĉ³•è€ċ–設ċšĉŞ” %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 -#, fuzzy, c-format +#: src/xend_internal.c:5094 src/xm_internal.c:1820 +#, c-format msgid "unsupported network type %d" -msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" +msgstr "" -#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#: src/xend_internal.c:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ç„Ħ預ĉœŸçš„ĉ•¸ċ€ĵ節éğž" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "節éğžçš„ċ€ċŸŸĉ¸…ċ–" -#: src/xend_internal.c:5553 -#, fuzzy +#: src/xend_internal.c:5497 msgid "hotplug of device type not supported" -msgstr "ċ‘ĵċĞċ‡½ċĵċşĞċ¤ħĉ•—ïĵŒċŻèƒ½ä¸Ĥ不ĉ”Żĉ´" +msgstr "" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 -#, fuzzy, c-format +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 +#, c-format msgid "config value %s was malformed" -msgstr "設ċšĉŞ”èŞžĉ³•éŒŻèޤïĵš%s" +msgstr "" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, c-format +msgid "cannot stat %s: %s" +msgstr "" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "ç„Ħ預ĉœŸçš„ĉ•¸ċ€ĵ節éğž" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "ç„Ħ預ĉœŸçš„ĉ•¸ċ€ĵ節éğž" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "ç„Ħ預ĉœŸçš„ĉ•¸ċ€ĵ節éğž" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "ċ”Żè€çš„連線" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "ċˆ—ċ‡şéžä½œç”¨ä¸­çš„ċ€ċŸŸ" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 -#, fuzzy +#: src/xm_internal.c:1494 msgid "can't retrieve config file for domain" -msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" +msgstr "" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "ç„Ħ預ĉœŸçš„ dict 節éğž" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "ç„Ħĉ³•ċž %s ċ›žċİċ€ċŸŸ" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "ċ€ċŸŸç›ċ‰çš„記ĉ†ĥéĞ”" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "ç„Ħĉ³•è€ċ–設ċšĉŞ” %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "ĉœŞçŸçš„作ĉ­ç³ğçµħéĦžċž‹" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹ċ€ċŸŸ" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "ċˆ†é…ċ­—串陣ċˆ—" #: src/xmlrpc.c:53 @@ -7227,6 +7767,10 @@ msgstr "ċˆ†é…ċ›žĉ‡‰" msgid "read response" msgstr "è€ċ–ċ›žĉ‡‰" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "ċˆ†é…ċ­—串陣ċˆ—" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "ç„Ħĉ³•è§£ĉžäĵşĉœċ™¨çš„ċ›žĉ‡‰" @@ -7235,305 +7779,45 @@ msgstr "ç„Ħĉ³•è§£ĉžäĵşĉœċ™¨çš„ċ›žĉ‡‰" msgid "allocate new context" msgstr "ċˆ†é…ĉ–°çš„ċ…§ĉ–‡" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "ç„Ħĉ³•é€£ä¸Š Xen Store" -#~ msgid "blocked" -#~ msgstr "äğ組絕" - -#, fuzzy -#~ msgid "invalid interface type: %s" -#~ msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ %s" - -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "çĥ²è·Żċç¨ħ" - -#, fuzzy -#~ msgid "No storage for bridge name" -#~ msgstr "ċ€ċŸŸç›ċ‰çš„記ĉ†ĥéĞ”" - -#, fuzzy -#~ msgid "missing mount target" -#~ msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ç›ĉ¨™è³‡è¨Š" - -#, fuzzy -#~ msgid "failed to generate uuid" -#~ msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" - -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "ç„Ħĉ•ˆçš„ċƒĉ•¸ïĵŒĉ–ĵ " - -#, fuzzy -#~ msgid "invalid or missing init element" -#~ msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" - -#, fuzzy -#~ msgid "invalid memory value" -#~ msgstr "記ĉ†ĥéĞ”ċ¤§ċ° %d 不ĉ˜Żĉœ‰ĉ•ˆçš„ĉ•¸ċ€ĵ" - -#, fuzzy -#~ msgid "invalid root element" -#~ msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" - -#, fuzzy -#~ msgid "missing domain type" -#~ msgstr "ĉ‰ä¸ċˆ°ċ€ċŸŸċç¨ħ的資訊" - -#, fuzzy -#~ msgid "invalid domain type" -#~ msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " - -#, fuzzy -#~ msgid "invalid domain id" -#~ msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " - -#, fuzzy -#~ msgid "failed to open config directory %s: %s" -#~ msgstr "ç„Ħĉ³•ċž %s ċğşçĞ‹çĥ²è·Ż" - -#, fuzzy -#~ msgid "cannot create lxc state directory %s: %s" -#~ msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" - -#, fuzzy -#~ msgid "cannot create tty pid file %s: %s" -#~ msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" - -#, fuzzy -#~ msgid "cannot fdopen tty pid file %s: %s" -#~ msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - +#: src/xs_internal.c:317 #, fuzzy -#~ msgid "cannot write tty pid file %s: %s" -#~ msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" +msgid "failed to allocate activeDomainList" +msgstr "ç„Ħĉ³•ċˆ—ċ‡şé‹ä½œä¸­çš„ċ€ċŸŸ" +#: src/xs_internal.c:326 #, fuzzy -#~ msgid "cannot open tty pid file %s: %s" -#~ msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgid "failed to allocate xsWatchList" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”ïĵš%s" +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" -#, fuzzy -#~ msgid "failed to calloc memory for init string: %s" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" -#, fuzzy -#~ msgid "execl failed to exec init: %s" -#~ msgstr "ç„Ħĉ³•ċŸ·èĦŒ %s\n" - -#, fuzzy -#~ msgid "unable to get storage for vm tty name" -#~ msgstr "ċ€ċŸŸç›ċ‰çš„記ĉ†ĥéĞ”" - -#, fuzzy -#~ msgid "posix_openpt failed: %s" -#~ msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" - -#, fuzzy -#~ msgid "unlockpt failed: %s" -#~ msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" - -#, fuzzy -#~ msgid "ptsname_r failed: %s" -#~ msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" - -#, fuzzy -#~ msgid "unable to allocate container name string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "epoll_ctl(fd2) failed: %s" -#~ msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" - -#, fuzzy -#~ msgid "unable to fork tty forwarding process: %s" -#~ msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–çš„ %s" - -#, fuzzy -#~ msgid "sending SIGTERM failed: %s" -#~ msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" - -#, fuzzy -#~ msgid "sending SIGKILL to tty process failed: %s" -#~ msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" - -#, fuzzy -#~ msgid "waitpid failed to wait for tty %d: %d %s" -#~ msgstr "ç„Ħĉ³•é–‹ċ•Ÿċ€ċŸŸ %s" - -#, fuzzy -#~ msgid "sending SIGKILL failed: %s" -#~ msgstr "ĉ“ä½œċ¤ħĉ•—ïĵš%s" - -#, fuzzy -#~ msgid "missing filesystem tag" -#~ msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ç›ĉ¨™è³‡è¨Š" - -#, fuzzy -#~ msgid "missing type attribute" -#~ msgstr "ĉ‰ä¸ċˆ°ċ€ċŸŸċç¨ħ的資訊" - -#, fuzzy -#~ msgid "Unknown type attribute %s" -#~ msgstr "ĉ‰ä¸ċˆ°ċ€ċŸŸċç¨ħ的資訊" - -#, fuzzy -#~ msgid "invalid domain type attribute" -#~ msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " - -#, fuzzy -#~ msgid "invalid domain name" -#~ msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ " - -#, fuzzy -#~ msgid "calloc failed" -#~ msgstr "ċˆ†é…ĉ•¸ċ€ĵ陣ċˆ—" - -#~ msgid "failed to exec %s\n" -#~ msgstr "ç„Ħĉ³•ċŸ·èĦŒ %s\n" - -#, fuzzy -#~ msgid "failed to set bridge forward delay to %ld" -#~ msgstr "ç„Ħĉ³•ċ–ċ—節éğžè³‡è¨Š" - -#, fuzzy -#~ msgid "failed to set bridge STP to %s" -#~ msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" - -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "ċˆ†é…ĉ•¸ċ€ĵ陣ċˆ—" - -#, fuzzy -#~ msgid "unsupported guest type" -#~ msgstr "ç„Ħ預ĉœŸçš„ mime éĦžċž‹" - -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ip' structure" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "Failed to Create Memory for 'ovz_ns' structure" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "ċ€ċŸŸ ID ĉˆ–ċç¨ħ" - -#, fuzzy -#~ msgid "Invalid cdrom device name: %s" -#~ msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" - -#, fuzzy -#~ msgid "Network name '%s' too long" -#~ msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" - -#, fuzzy -#~ msgid "Model name '%s' is too long" -#~ msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" - -#, fuzzy -#~ msgid "missing sound model" -#~ msgstr "ĉ‰ä¸ċˆ°è£ç½çš„ä†ĉşè³‡è¨Š" - -#, fuzzy -#~ msgid "invalid sound model '%s'" -#~ msgstr "ç„Ħĉ•ˆçš„ċ€ċŸŸĉŒ‡ĉ¨™ïĵŒĉ–ĵ %s" - -#, fuzzy -#~ msgid "domain name length too long" -#~ msgstr "ċ€ċŸŸċç¨ħĉˆ– uuid" - -#, fuzzy -#~ msgid "malformed memory information" -#~ msgstr "節éğžè³‡è¨Š" - -#, fuzzy -#~ msgid "malformed vcpu information" -#~ msgstr "ċ€ċŸŸ vcpu 的資訊" - -#, fuzzy -#~ msgid "malformed vcpu mask information" -#~ msgstr "ċ€ċŸŸ vcpu 的資訊" - -#, fuzzy -#~ msgid "failed to allocate space for disk string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "failed to allocate space for net string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "failed to allocate space for input string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "failed to allocate space for sound dev" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "failed to allocate space for vm string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "failed to allocate space for range string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "failed to allocate space for network_def string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "failed to allocate space for xmlXPathContext string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "network name length too long" -#~ msgstr "çĥ²è·Żċç¨ħĉˆ– uuid" - -#, fuzzy -#~ msgid "failed to allocate space for network string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "Failed to load network config '%s': out of memory" -#~ msgstr "ç„Ħĉ³•ċ°‡çĥ²è·ŻċŠ ċ…至連線雜ĉıŠèĦ¨" - -#, fuzzy -#~ msgid "allocating cpu mask" -#~ msgstr "ċˆ†é…ċ€ċŸŸ" - -#, fuzzy -#~ msgid "failed to generate XML: out of memory" -#~ msgstr "ç„Ħĉ³•è€ċ–ĉ’ĉ§½ %d\n" +#: src/xs_internal.c:1057 +msgid "watch already tracked" +msgstr "" +#: src/xs_internal.c:1073 #, fuzzy -#~ msgid "Failed to bring down bridge '%s' : %s" -#~ msgstr "ç„Ħĉ³•ĉšĞċœċ€ċŸŸ %s" +msgid "reallocating list" +msgstr "ċˆ†é…ċ€ċŸŸ" +#: src/xs_internal.c:1197 src/xs_internal.c:1281 #, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "ç„Ħĉ³•ċ°‡ċ€ċŸŸ %s ċ­˜è‡³ %s" +msgid "failed to allocate domids" +msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" #~ msgid "domain" #~ msgstr "ċ€ċŸŸ" -#~ msgid "domain name" -#~ msgstr "ċ€ċŸŸċç¨ħ" - -#~ msgid "domain uuid" -#~ msgstr "ċ€ċŸŸçš„ uuid" - #~ msgid "domain memory" #~ msgstr "ċ€ċŸŸçš„記ĉ†ĥéĞ”" @@ -7567,65 +7851,13 @@ msgstr "ç„Ħĉ³•é€£ä¸Š Xen Store" #~ msgid "load network definition file" #~ msgstr "èĵ‰ċ…ċ€ċŸŸċšçİĉŞ”" -#~ msgid "too many domains" -#~ msgstr "過ċ¤šċ€ċŸŸ" - -#, fuzzy -#~ msgid "too many networks" -#~ msgstr "過ċ¤šé€£ç·š" - -#, fuzzy -#~ msgid "cannot read XML domain definition" -#~ msgstr "èĵ‰ċ…ċ€ċŸŸċšçİĉŞ”" - -#, fuzzy -#~ msgid "missing top level domain element" -#~ msgstr "ĉ‰ä¸ċˆ° root 裝ç½çš„資訊" - -#, fuzzy -#~ msgid "domain type is invalid" -#~ msgstr "ċ€ċŸŸ %s ċ·²çĥ“ċ­˜ċœ¨" - -#, fuzzy -#~ msgid "cannot create XPath context" -#~ msgstr "ċğşçĞ‹ xpath 的ċ…§ĉ–‡" - -#, fuzzy -#~ msgid "unable to write config file" -#~ msgstr "ç„Ħĉ³•ċŻĞċ…設ċšĉŞ”" - -#, fuzzy -#~ msgid "failed to allocate sound string" -#~ msgstr "ç„Ħĉ³•ċˆ†é…çŻ€éğž" - -#, fuzzy -#~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" -#~ msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" - -#, fuzzy -#~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" -#~ msgstr "ç„Ħĉ³•ç‚şçĥ²è·Ż %s ċ–ĉĥˆċšçİ" - -#, fuzzy -#~ msgid "out of memory allocating return array" -#~ msgstr "ĉ”ıèŠè¨˜ĉ†ĥéĞ”ċˆ†é…" - -#, fuzzy -#~ msgid "cannot allocate address" -#~ msgstr "ċˆ†é…ċ›žĉ‡‰" - -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "ċ…§éƒ¨éŒŻèޤ %s" - -#, fuzzy -#~ msgid "cannot allocate memory for buffer" -#~ msgstr "ċˆ†é…ĉ–°çš„ç·İèĦċ€" - #, fuzzy #~ msgid "Failed to open '%s': read: %s" #~ msgstr "ç„Ħĉ³•é–‹ċ•ŸèĤè€ċ–çš„ %s" +#~ msgid "failed to exec %s\n" +#~ msgstr "ç„Ħĉ³•ċŸ·èĦŒ %s\n" + #~ msgid "growing buffer" #~ msgstr "ċ˘žċŠ ä¸­çš„ç·İèĦċ€" diff --git a/po/zu.po b/po/zu.po index b0f327a746..0a900de28d 100644 --- a/po/zu.po +++ b/po/zu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-23 22:28+0200\n" +"POT-Creation-Date: 2008-11-25 16:34+0100\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,310 +16,310 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnulib/lib/gai_strerror.c:44 +#: gnulib/lib/gai_strerror.c:41 msgid "Address family for hostname not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:45 +#: gnulib/lib/gai_strerror.c:42 msgid "Temporary failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:46 +#: gnulib/lib/gai_strerror.c:43 msgid "Bad value for ai_flags" msgstr "" -#: gnulib/lib/gai_strerror.c:47 +#: gnulib/lib/gai_strerror.c:44 msgid "Non-recoverable failure in name resolution" msgstr "" -#: gnulib/lib/gai_strerror.c:48 +#: gnulib/lib/gai_strerror.c:45 #, fuzzy msgid "ai_family not supported" msgstr "library call failed, possibly not supported" -#: gnulib/lib/gai_strerror.c:49 +#: gnulib/lib/gai_strerror.c:46 #, fuzzy msgid "Memory allocation failure" msgstr "change memory allocation" -#: gnulib/lib/gai_strerror.c:50 +#: gnulib/lib/gai_strerror.c:47 msgid "No address associated with hostname" msgstr "" -#: gnulib/lib/gai_strerror.c:51 +#: gnulib/lib/gai_strerror.c:48 msgid "Name or service not known" msgstr "" -#: gnulib/lib/gai_strerror.c:52 +#: gnulib/lib/gai_strerror.c:49 msgid "Servname not supported for ai_socktype" msgstr "" -#: gnulib/lib/gai_strerror.c:53 +#: gnulib/lib/gai_strerror.c:50 msgid "ai_socktype not supported" msgstr "" -#: gnulib/lib/gai_strerror.c:54 +#: gnulib/lib/gai_strerror.c:51 #, fuzzy msgid "System error" msgstr "internal error" -#: gnulib/lib/gai_strerror.c:55 +#: gnulib/lib/gai_strerror.c:52 msgid "Argument buffer too small" msgstr "" -#: gnulib/lib/gai_strerror.c:57 +#: gnulib/lib/gai_strerror.c:54 msgid "Processing request in progress" msgstr "" -#: gnulib/lib/gai_strerror.c:58 +#: gnulib/lib/gai_strerror.c:55 msgid "Request canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:59 +#: gnulib/lib/gai_strerror.c:56 msgid "Request not canceled" msgstr "" -#: gnulib/lib/gai_strerror.c:60 +#: gnulib/lib/gai_strerror.c:57 msgid "All requests done" msgstr "" -#: gnulib/lib/gai_strerror.c:61 +#: gnulib/lib/gai_strerror.c:58 msgid "Interrupted by a signal" msgstr "" -#: gnulib/lib/gai_strerror.c:62 +#: gnulib/lib/gai_strerror.c:59 msgid "Parameter string not correctly encoded" msgstr "" -#: gnulib/lib/gai_strerror.c:74 +#: gnulib/lib/gai_strerror.c:71 #, fuzzy msgid "Unknown error" msgstr "unknown host" -#: qemud/qemud.c:142 src/remote_internal.c:823 +#: qemud/qemud.c:166 src/remote_internal.c:940 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "" -#: qemud/qemud.c:159 +#: qemud/qemud.c:183 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "" -#: qemud/qemud.c:172 +#: qemud/qemud.c:196 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "" -#: qemud/qemud.c:186 +#: qemud/qemud.c:210 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "" -#: qemud/qemud.c:204 +#: qemud/qemud.c:228 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "" -#: qemud/qemud.c:217 +#: qemud/qemud.c:241 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "" -#: qemud/qemud.c:223 +#: qemud/qemud.c:247 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "" -#: qemud/qemud.c:241 +#: qemud/qemud.c:267 #, fuzzy, c-format msgid "Failed to read from signal pipe: %s" msgstr "Failed to read description file %s" -#: qemud/qemud.c:250 +#: qemud/qemud.c:276 #, fuzzy msgid "Reloading configuration on SIGHUP" msgstr "allocating configuration" -#: qemud/qemud.c:252 +#: qemud/qemud.c:278 #, fuzzy msgid "Error while reloading drivers" msgstr "allocating node" -#: qemud/qemud.c:258 +#: qemud/qemud.c:284 #, c-format msgid "Shutting down on signal %d" msgstr "" -#: qemud/qemud.c:264 -#, c-format -msgid "Received signal %d, dispatching to drivers" -msgstr "" +#: qemud/qemud.c:290 +#, fuzzy, c-format +msgid "Received unexpected signal %d" +msgstr "unexpected mime type" -#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 +#: qemud/qemud.c:309 src/util.c:232 src/util.c:263 msgid "Failed to set close-on-exec file descriptor flag" msgstr "" -#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 +#: qemud/qemud.c:324 src/util.c:226 src/util.c:257 msgid "Failed to set non-blocking file descriptor flag" msgstr "" -#: qemud/qemud.c:440 +#: qemud/qemud.c:465 #, fuzzy, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:446 +#: qemud/qemud.c:471 #, fuzzy, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:453 +#: qemud/qemud.c:478 #, fuzzy, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:460 +#: qemud/qemud.c:485 #, fuzzy, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:477 +#: qemud/qemud.c:502 #, fuzzy msgid "Failed to allocate memory for struct qemud_socket" msgstr "failed to allocate a node" -#: qemud/qemud.c:487 +#: qemud/qemud.c:512 #, fuzzy, c-format msgid "Failed to create socket: %s" msgstr "Failed to read socket %d\n" -#: qemud/qemud.c:509 +#: qemud/qemud.c:534 #, fuzzy, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:518 +#: qemud/qemud.c:543 #, fuzzy, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:527 qemud/qemud.c:656 +#: qemud/qemud.c:555 qemud/qemud.c:686 msgid "Failed to add server event callback" msgstr "" -#: qemud/qemud.c:556 +#: qemud/qemud.c:584 #, c-format msgid "getaddrinfo: %s\n" msgstr "" -#: qemud/qemud.c:565 +#: qemud/qemud.c:593 #, c-format msgid "socket: %s" msgstr "" -#: qemud/qemud.c:574 +#: qemud/qemud.c:602 #, c-format msgid "bind: %s" msgstr "" -#: qemud/qemud.c:581 +#: qemud/qemud.c:609 #, c-format msgid "listen: %s" msgstr "" -#: qemud/qemud.c:617 +#: qemud/qemud.c:645 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "" -#: qemud/qemud.c:648 +#: qemud/qemud.c:676 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "" -#: qemud/qemud.c:695 +#: qemud/qemud.c:725 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:712 +#: qemud/qemud.c:742 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" -#: qemud/qemud.c:720 +#: qemud/qemud.c:750 #, fuzzy msgid "Failed to allocate struct qemud_server" msgstr "failed to allocate a node" -#: qemud/qemud.c:764 +#: qemud/qemud.c:829 #, fuzzy, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Failed to undefine domain %s" -#: qemud/qemud.c:779 +#: qemud/qemud.c:844 #, fuzzy, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "Failed to connect to the hypervisor" -#: qemud/qemud.c:890 +#: qemud/qemud.c:955 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "" -#: qemud/qemud.c:907 +#: qemud/qemud.c:972 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "" -#: qemud/qemud.c:926 +#: qemud/qemud.c:991 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "" -#: qemud/qemud.c:942 +#: qemud/qemud.c:1007 #, fuzzy, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "operation failed: %s" -#: qemud/qemud.c:950 +#: qemud/qemud.c:1015 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "" -#: qemud/qemud.c:955 +#: qemud/qemud.c:1020 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" -#: qemud/qemud.c:960 +#: qemud/qemud.c:1025 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "" -#: qemud/qemud.c:966 +#: qemud/qemud.c:1031 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" -#: qemud/qemud.c:975 +#: qemud/qemud.c:1040 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "" -#: qemud/qemud.c:980 +#: qemud/qemud.c:1045 msgid "remoteCheckCertificate: no peers" msgstr "" -#: qemud/qemud.c:991 +#: qemud/qemud.c:1056 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "" -#: qemud/qemud.c:1001 +#: qemud/qemud.c:1066 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "" -#: qemud/qemud.c:1008 +#: qemud/qemud.c:1073 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" -#: qemud/qemud.c:1017 +#: qemud/qemud.c:1082 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " @@ -327,450 +327,480 @@ msgid "" "run this daemon with --verbose option." msgstr "" -#: qemud/qemud.c:1034 +#: qemud/qemud.c:1099 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" -#: qemud/qemud.c:1038 +#: qemud/qemud.c:1103 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" -#: qemud/qemud.c:1060 +#: qemud/qemud.c:1125 #, fuzzy, c-format msgid "Failed to verify client credentials: %s" msgstr "failed to get node information" -#: qemud/qemud.c:1085 +#: qemud/qemud.c:1150 #, fuzzy, c-format msgid "Failed to accept connection: %s" msgstr "Failed to start domain %s" -#: qemud/qemud.c:1123 +#: qemud/qemud.c:1189 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" -#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 +#: qemud/qemud.c:1228 qemud/qemud.c:1471 qemud/qemud.c:1611 #, fuzzy, c-format msgid "TLS handshake failed: %s" msgstr "GET operation failed: %s" -#: qemud/qemud.c:1227 +#: qemud/qemud.c:1299 #, c-format msgid "read: %s" msgstr "" -#: qemud/qemud.c:1240 +#: qemud/qemud.c:1312 #, c-format msgid "gnutls_record_recv: %s" msgstr "" -#: qemud/qemud.c:1423 +#: qemud/qemud.c:1495 #, c-format msgid "write: %s" msgstr "" -#: qemud/qemud.c:1433 +#: qemud/qemud.c:1505 #, c-format msgid "gnutls_record_send: %s" msgstr "" -#: qemud/qemud.c:1645 +#: qemud/qemud.c:1728 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "" -#: qemud/qemud.c:1741 qemud/qemud.c:1762 +#: qemud/qemud.c:1826 qemud/qemud.c:1847 #, fuzzy, c-format msgid "failed to allocate memory for %s config list" msgstr "failed to allocate a node" -#: qemud/qemud.c:1748 qemud/qemud.c:1779 +#: qemud/qemud.c:1833 qemud/qemud.c:1864 #, fuzzy, c-format msgid "failed to allocate memory for %s config list value" msgstr "failed to allocate a node" -#: qemud/qemud.c:1767 qemud/qemud.c:1790 +#: qemud/qemud.c:1852 qemud/qemud.c:1875 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" -#: qemud/qemud.c:1807 +#: qemud/qemud.c:1892 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" -#: qemud/qemud.c:1828 +#: qemud/qemud.c:1913 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "" -#: qemud/qemud.c:1872 +#: qemud/qemud.c:1957 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "" -#: qemud/qemud.c:1957 +#: qemud/qemud.c:2042 msgid "Cannot set group when not running as root" msgstr "" -#: qemud/qemud.c:1961 +#: qemud/qemud.c:2046 #, fuzzy, c-format msgid "Failed to lookup group '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:1974 qemud/qemud.c:1985 +#: qemud/qemud.c:2059 qemud/qemud.c:2070 #, fuzzy, c-format msgid "Failed to parse mode '%s'" msgstr "Failed to suspend domain %s" -#: qemud/qemud.c:2158 +#: qemud/qemud.c:2243 #, fuzzy, c-format msgid "Failed to fork as daemon: %s" msgstr "Failed to resume domain %s" -#: qemud/qemud.c:2180 src/util.c:201 +#: qemud/qemud.c:2265 src/util.c:250 #, fuzzy, c-format msgid "Failed to create pipe: %s" msgstr "Failed to create domain %s\n" -#: qemud/qemud.c:2213 +#: qemud/qemud.c:2298 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "Failed to core dump domain %s to %s" -#: qemud/qemud.c:2222 +#: qemud/qemud.c:2307 msgid "Failed to register callback for signal pipe" msgstr "" -#: qemud/remote.c:102 +#: qemud/remote.c:109 msgid "xdr_remote_message_header" msgstr "" -#: qemud/remote.c:110 -#, c-format -msgid "program mismatch (actual %x, expected %x)" -msgstr "" - #: qemud/remote.c:117 #, c-format +msgid "program mismatch (actual %x, expected %x)" +msgstr "" + +#: qemud/remote.c:124 +#, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" -#: qemud/remote.c:123 +#: qemud/remote.c:130 #, c-format msgid "direction (%d) != REMOTE_CALL" msgstr "" -#: qemud/remote.c:129 +#: qemud/remote.c:136 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "" -#: qemud/remote.c:145 +#: qemud/remote.c:152 #, fuzzy msgid "authentication required" msgstr "operation failed" -#: qemud/remote.c:158 +#: qemud/remote.c:165 #, fuzzy, c-format msgid "unknown procedure: %d" msgstr "got unknown HTTP error code %d" -#: qemud/remote.c:166 +#: qemud/remote.c:173 #, fuzzy msgid "parse args failed" msgstr "parse server response failed" -#: qemud/remote.c:182 +#: qemud/remote.c:189 #, c-format msgid "internal error - dispatch function returned invalid code %d" msgstr "" -#: qemud/remote.c:204 +#: qemud/remote.c:211 msgid "dummy length" msgstr "" -#: qemud/remote.c:211 +#: qemud/remote.c:218 msgid "serialise reply header" msgstr "" -#: qemud/remote.c:220 +#: qemud/remote.c:227 qemud/remote.c:4034 msgid "serialise return struct" msgstr "" -#: qemud/remote.c:275 +#: qemud/remote.c:282 msgid "serialise return error" msgstr "" -#: qemud/remote.c:284 +#: qemud/remote.c:291 msgid "xdr_setpos" msgstr "" -#: qemud/remote.c:290 +#: qemud/remote.c:297 msgid "serialise return length" msgstr "" -#: qemud/remote.c:424 +#: qemud/remote.c:446 msgid "connection already open" msgstr "" -#: qemud/remote.c:450 +#: qemud/remote.c:468 #, fuzzy msgid "connection not open" msgstr "invalid connection pointer in" -#: qemud/remote.c:497 +#: qemud/remote.c:515 #, fuzzy msgid "out of memory in strdup" msgstr "out of memory" -#: qemud/remote.c:608 +#: qemud/remote.c:643 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" -#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 -#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 -#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 -#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 -#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 -#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 -#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 -#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 -#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 -#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 +#: qemud/remote.c:698 qemud/remote.c:740 qemud/remote.c:844 qemud/remote.c:870 +#: qemud/remote.c:904 qemud/remote.c:943 qemud/remote.c:991 +#: qemud/remote.c:1035 qemud/remote.c:1059 qemud/remote.c:1121 +#: qemud/remote.c:1145 qemud/remote.c:1170 qemud/remote.c:1196 +#: qemud/remote.c:1221 qemud/remote.c:1253 qemud/remote.c:1278 +#: qemud/remote.c:1303 qemud/remote.c:1332 qemud/remote.c:1456 +#: qemud/remote.c:1672 qemud/remote.c:1705 qemud/remote.c:1744 +#: qemud/remote.c:1768 qemud/remote.c:1792 qemud/remote.c:1816 +#: qemud/remote.c:1840 qemud/remote.c:1864 qemud/remote.c:1888 +#: qemud/remote.c:1912 qemud/remote.c:1936 qemud/remote.c:1960 #, fuzzy msgid "domain not found" msgstr "domain information" -#: qemud/remote.c:694 qemud/remote.c:776 +#: qemud/remote.c:729 qemud/remote.c:811 msgid "nparams too large" msgstr "" -#: qemud/remote.c:742 +#: qemud/remote.c:777 #, fuzzy msgid "unknown type" msgstr "unknown OS type" -#: qemud/remote.c:919 qemud/remote.c:965 +#: qemud/remote.c:954 qemud/remote.c:1000 msgid "size > maximum buffer size" msgstr "" -#: qemud/remote.c:1303 +#: qemud/remote.c:1338 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "" -#: qemud/remote.c:1309 +#: qemud/remote.c:1344 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "" -#: qemud/remote.c:1471 +#: qemud/remote.c:1569 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1580 +#: qemud/remote.c:1678 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "" -#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 +#: qemud/remote.c:1983 qemud/remote.c:2046 qemud/remote.c:3005 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:1917 +#: qemud/remote.c:2015 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "" -#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 -#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 -#: qemud/remote.c:2201 +#: qemud/remote.c:2079 qemud/remote.c:2139 qemud/remote.c:2163 +#: qemud/remote.c:2189 qemud/remote.c:2213 qemud/remote.c:2275 +#: qemud/remote.c:2299 #, fuzzy msgid "network not found" msgstr "domain name or uuid" -#: qemud/remote.c:2292 src/remote_internal.c:3705 +#: qemud/remote.c:2390 src/remote_internal.c:4123 #, fuzzy, c-format msgid "Cannot resolve address %d: %s" msgstr "Failed to suspend domain %s" -#: qemud/remote.c:2332 +#: qemud/remote.c:2430 msgid "client tried invalid SASL init request" msgstr "" -#: qemud/remote.c:2341 src/remote_internal.c:3933 +#: qemud/remote.c:2439 src/remote_internal.c:4351 #, fuzzy, c-format msgid "failed to get sock address %d (%s)" msgstr "Failed to save domain %s to %s" -#: qemud/remote.c:2352 src/remote_internal.c:3945 +#: qemud/remote.c:2450 src/remote_internal.c:4363 #, fuzzy, c-format msgid "failed to get peer address %d (%s)" msgstr "failed to get node information" -#: qemud/remote.c:2373 +#: qemud/remote.c:2471 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "" -#: qemud/remote.c:2387 +#: qemud/remote.c:2485 msgid "cannot TLS get cipher size" msgstr "" -#: qemud/remote.c:2397 +#: qemud/remote.c:2495 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "" -#: qemud/remote.c:2426 +#: qemud/remote.c:2524 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "" -#: qemud/remote.c:2443 +#: qemud/remote.c:2541 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "" -#: qemud/remote.c:2453 +#: qemud/remote.c:2551 msgid "cannot allocate mechlist" msgstr "" -#: qemud/remote.c:2478 src/remote_internal.c:4210 +#: qemud/remote.c:2576 src/remote_internal.c:4628 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "" -#: qemud/remote.c:2488 +#: qemud/remote.c:2586 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "" -#: qemud/remote.c:2518 +#: qemud/remote.c:2616 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "" -#: qemud/remote.c:2526 +#: qemud/remote.c:2624 msgid "no client username was found" msgstr "" -#: qemud/remote.c:2536 +#: qemud/remote.c:2634 #, fuzzy msgid "out of memory copying username" msgstr "out of memory" -#: qemud/remote.c:2555 +#: qemud/remote.c:2653 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "" -#: qemud/remote.c:2581 qemud/remote.c:2660 +#: qemud/remote.c:2679 qemud/remote.c:2758 msgid "client tried invalid SASL start request" msgstr "" -#: qemud/remote.c:2597 +#: qemud/remote.c:2695 #, c-format msgid "sasl start failed %d (%s)" msgstr "" -#: qemud/remote.c:2605 +#: qemud/remote.c:2703 #, c-format msgid "sasl start reply data too long %d" msgstr "" -#: qemud/remote.c:2675 +#: qemud/remote.c:2773 #, c-format msgid "sasl step failed %d (%s)" msgstr "" -#: qemud/remote.c:2684 +#: qemud/remote.c:2782 #, c-format msgid "sasl step reply data too long %d" msgstr "" -#: qemud/remote.c:2733 +#: qemud/remote.c:2831 msgid "client tried unsupported SASL init request" msgstr "" -#: qemud/remote.c:2745 +#: qemud/remote.c:2843 msgid "client tried unsupported SASL start request" msgstr "" -#: qemud/remote.c:2757 +#: qemud/remote.c:2855 msgid "client tried unsupported SASL step request" msgstr "" -#: qemud/remote.c:2787 +#: qemud/remote.c:2885 msgid "client tried invalid PolicyKit init request" msgstr "" -#: qemud/remote.c:2793 +#: qemud/remote.c:2891 msgid "cannot get peer socket identity" msgstr "" -#: qemud/remote.c:2798 +#: qemud/remote.c:2896 #, c-format msgid "Checking PID %d running as %d" msgstr "" -#: qemud/remote.c:2803 +#: qemud/remote.c:2901 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "" -#: qemud/remote.c:2811 +#: qemud/remote.c:2909 #, fuzzy, c-format msgid "Failed to create polkit action %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2821 +#: qemud/remote.c:2919 #, fuzzy, c-format msgid "Failed to create polkit context %s\n" msgstr "Failed to create domain %s\n" -#: qemud/remote.c:2841 +#: qemud/remote.c:2939 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "" -#: qemud/remote.c:2857 +#: qemud/remote.c:2955 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" -#: qemud/remote.c:2865 +#: qemud/remote.c:2963 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "" -#: qemud/remote.c:2884 +#: qemud/remote.c:2982 msgid "client tried unsupported PolicyKit init request" msgstr "" -#: qemud/remote.c:2939 +#: qemud/remote.c:3037 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 -#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 -#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 -#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 -#: qemud/remote.c:3442 qemud/remote.c:3578 +#: qemud/remote.c:3091 qemud/remote.c:3151 qemud/remote.c:3176 +#: qemud/remote.c:3200 qemud/remote.c:3224 qemud/remote.c:3249 +#: qemud/remote.c:3280 qemud/remote.c:3306 qemud/remote.c:3389 +#: qemud/remote.c:3413 qemud/remote.c:3473 qemud/remote.c:3509 +#: qemud/remote.c:3540 qemud/remote.c:3676 #, fuzzy msgid "storage_pool not found" msgstr "domain name or uuid" -#: qemud/remote.c:3369 +#: qemud/remote.c:3467 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "" -#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 -#: qemud/remote.c:3550 +#: qemud/remote.c:3566 qemud/remote.c:3591 qemud/remote.c:3621 +#: qemud/remote.c:3648 #, fuzzy msgid "storage_vol not found" msgstr "domain name or uuid" +#: qemud/remote.c:3760 qemud/remote.c:3912 +msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" +msgstr "" + +#: qemud/remote.c:3815 qemud/remote.c:3843 qemud/remote.c:3883 +#: qemud/remote.c:3906 +#, fuzzy +msgid "node_device not found" +msgstr "Domain restored from %s\n" + +#: qemud/remote.c:4002 +#, fuzzy +msgid "Invalid Client" +msgstr "invalid argument in" + +#: qemud/remote.c:4018 +#, fuzzy +msgid "xdr_int failed (1)" +msgstr "operation failed" + +#: qemud/remote.c:4041 +#, fuzzy +msgid "xdr_setpos failed" +msgstr "parse server response failed" + +#: qemud/remote.c:4047 +#, fuzzy +msgid "xdr_int failed (2)" +msgstr "operation failed" + #: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 #: src/conf.c:630 msgid "allocating configuration" @@ -809,8 +839,8 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 -#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:535 +#: src/xend_internal.c:2623 src/xm_internal.c:1512 src/xm_internal.c:1519 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" @@ -853,912 +883,973 @@ msgstr "" msgid "failure writing output: %s\n" msgstr "" -#: src/domain_conf.c:518 -#, fuzzy, c-format -msgid "unknown disk type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:562 -#, fuzzy, c-format -msgid "unknown disk device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:588 -#, fuzzy, c-format -msgid "Invalid floppy device name: %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:602 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "" - -#: src/domain_conf.c:609 -#, fuzzy, c-format -msgid "unknown disk bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:632 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "" - -#: src/domain_conf.c:638 -#, fuzzy, c-format -msgid "Invalid bus type '%s' for disk" -msgstr "invalid argument in %s" - -#: src/domain_conf.c:690 -#, fuzzy, c-format -msgid "unknown filesystem type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:792 -#, fuzzy, c-format -msgid "unknown interface type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:869 -msgid "" -"No 'network' attribute specified with " -msgstr "" - -#: src/domain_conf.c:895 -msgid "No 'dev' attribute specified with " -msgstr "" - -#: src/domain_conf.c:907 -msgid "No 'port' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:912 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "" - -#: src/domain_conf.c:920 -msgid "No 'address' attribute specified with socket interface" -msgstr "" - -#: src/domain_conf.c:945 -msgid "Model name contains invalid characters" -msgstr "" - -#: src/domain_conf.c:1118 src/domain_conf.c:1195 -#, fuzzy -msgid "Missing source path attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1135 src/domain_conf.c:1152 -#, fuzzy -msgid "Missing source host attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 -#, fuzzy -msgid "Missing source service attribute for char device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1247 -#, fuzzy -msgid "missing input device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1253 -#, fuzzy, c-format -msgid "unknown input device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1260 -#, fuzzy, c-format -msgid "unknown input bus type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1268 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1274 src/domain_conf.c:1281 -#, c-format -msgid "unsupported input bus %s" -msgstr "" - -#: src/domain_conf.c:1286 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "" - -#: src/domain_conf.c:1331 -#, fuzzy -msgid "missing graphics device type" -msgstr "missing root device information" - -#: src/domain_conf.c:1337 -#, fuzzy, c-format -msgid "unknown graphics device type '%s'" -msgstr "unknown OS type" - -#: src/domain_conf.c:1348 -#, fuzzy, c-format -msgid "cannot parse vnc port %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1406 -#, fuzzy, c-format -msgid "unknown sound model '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1439 -#, fuzzy, c-format -msgid "cannot parse vendor id %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1446 -msgid "usb vendor needs id" -msgstr "" - -#: src/domain_conf.c:1456 -#, fuzzy, c-format -msgid "cannot parse product %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1463 -msgid "usb product needs id" -msgstr "" - -#: src/domain_conf.c:1474 -#, fuzzy, c-format -msgid "cannot parse bus %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:1481 -msgid "usb address needs bus id" -msgstr "" - -#: src/domain_conf.c:1490 -#, fuzzy, c-format -msgid "cannot parse device %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1498 -msgid "usb address needs device id" -msgstr "" - -#: src/domain_conf.c:1503 -#, fuzzy, c-format -msgid "unknown usb source type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1513 -#, fuzzy -msgid "missing vendor" -msgstr "missing \"" - -#: src/domain_conf.c:1519 -#, fuzzy -msgid "missing product" -msgstr "missing source information for device" - -#: src/domain_conf.c:1547 -#, fuzzy, c-format -msgid "unknown hostdev mode '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1558 -#, fuzzy, c-format -msgid "unknown host device type '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1563 -#, fuzzy -msgid "missing type in hostdev" -msgstr "missing source information for device" - -#: src/domain_conf.c:1578 -#, fuzzy, c-format -msgid "unknown node %s" -msgstr "unknown host %s" - -#: src/domain_conf.c:1609 -#, fuzzy, c-format -msgid "unknown lifecycle action %s" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 -#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 -#: src/storage_conf.c:816 -#, fuzzy -msgid "missing root element" -msgstr "missing root device information" - -#: src/domain_conf.c:1672 -#, fuzzy -msgid "unknown device type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1698 -#, fuzzy -msgid "failed to allocate space for xmlXPathContext" -msgstr "failed to allocate a node" - -#: src/domain_conf.c:1706 -#, fuzzy -msgid "missing domain type attribute" -msgstr "missing domain name information" - -#: src/domain_conf.c:1712 -#, fuzzy, c-format -msgid "invalid domain type %s" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:1729 src/network_conf.c:317 -#, fuzzy, c-format -msgid "Failed to generate UUID: %s" -msgstr "Failed to create domain %s\n" - -#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 -msgid "malformed uuid element" -msgstr "" - -#: src/domain_conf.c:1745 -#, fuzzy -msgid "missing memory element" -msgstr "missing root device information" - -#: src/domain_conf.c:1775 -#, fuzzy, c-format -msgid "unexpected feature %s" -msgstr "unexpected data '%s'" - -#: src/domain_conf.c:1815 -#, fuzzy -msgid "no OS type" -msgstr "unknown OS type" - -#: src/domain_conf.c:1844 src/xm_internal.c:661 -#, fuzzy, c-format -msgid "no supported architecture for os type '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1891 -#, fuzzy -msgid "cannot extract boot device" -msgstr "too many domains" - -#: src/domain_conf.c:1899 -#, fuzzy -msgid "missing boot device" -msgstr "missing source information for device" - -#: src/domain_conf.c:1904 -#, fuzzy, c-format -msgid "unknown boot device '%s'" -msgstr "unknown OS type %s" - -#: src/domain_conf.c:1924 -#, fuzzy -msgid "cannot extract disk devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:1939 src/qemu_driver.c:3153 -#, fuzzy, c-format -msgid "duplicate disk target '%s'" -msgstr "unexpected mime type" - -#: src/domain_conf.c:1962 -msgid "cannot extract filesystem devices" -msgstr "" - -#: src/domain_conf.c:1979 -#, fuzzy -msgid "cannot extract network devices" -msgstr "invalid connection pointer in" - -#: src/domain_conf.c:1997 -msgid "cannot extract parallel devices" -msgstr "" - -#: src/domain_conf.c:2014 -#, fuzzy -msgid "cannot extract serial devices" -msgstr "too many domains" - -#: src/domain_conf.c:2058 -#, fuzzy -msgid "cannot extract input devices" -msgstr "invalid domain pointer in" - -#: src/domain_conf.c:2090 -#, fuzzy -msgid "cannot extract graphics devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2126 -#, fuzzy -msgid "cannot extract sound devices" -msgstr "Cannot extract running %s hypervisor version\n" - -#: src/domain_conf.c:2157 -msgid "cannot extract host devices" -msgstr "" - -#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 -#, fuzzy, c-format -msgid "at line %d: %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 -#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 -#, fuzzy -msgid "failed to parse xml document" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:2293 src/network_conf.c:524 -#, fuzzy -msgid "incorrect root element" -msgstr "unknown host %s" - -#: src/domain_conf.c:2502 -msgid "topology cpuset syntax error" -msgstr "" - -#: src/domain_conf.c:2516 -#, fuzzy, c-format -msgid "unexpected lifecycle type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2537 -#, fuzzy, c-format -msgid "unexpected disk type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2542 -#, fuzzy, c-format -msgid "unexpected disk device %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2547 -#, fuzzy, c-format -msgid "unexpected disk bus %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2597 -#, fuzzy, c-format -msgid "unexpected filesystem type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2648 src/domain_conf.c:2862 -#, fuzzy, c-format -msgid "unexpected net type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2716 -#, fuzzy, c-format -msgid "unexpected char type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2815 src/xend_internal.c:5223 -#, fuzzy, c-format -msgid "unexpected sound model %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2835 src/xend_internal.c:5246 -#, fuzzy, c-format -msgid "unexpected input type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2840 -#, fuzzy, c-format -msgid "unexpected input bus type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2922 -#, fuzzy, c-format -msgid "unexpected hostdev mode %d" -msgstr "unexpected dict node" - -#: src/domain_conf.c:2929 -#, fuzzy, c-format -msgid "unexpected hostdev type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:2974 -#, fuzzy, c-format -msgid "unexpected domain type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3059 -#, fuzzy, c-format -msgid "unexpected boot device type %d" -msgstr "unexpected mime type" - -#: src/domain_conf.c:3077 -#, fuzzy, c-format -msgid "unexpected feature %d" -msgstr "unexpected value node" - -#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "" - -#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 -#, fuzzy, c-format -msgid "cannot create config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 -#, fuzzy, c-format -msgid "cannot write config file %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "" - -#: src/domain_conf.c:3319 src/network_conf.c:767 -#, fuzzy, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/domain_conf.c:3369 src/network_conf.c:807 -#, fuzzy, c-format -msgid "cannot remove config for %s: %s" -msgstr "failed to write configuration file: %s" - -#: src/domain_conf.c:3443 -#, fuzzy -msgid "unknown virt type" -msgstr "unknown OS type" - -#: src/domain_conf.c:3454 -#, c-format -msgid "no emulator for domain %s os type %s on architecture %s" -msgstr "" - -#: src/hash.c:691 +#: src/datatypes.c:123 msgid "allocating connection" msgstr "allocating connection" -#: src/hash.c:825 src/hash.c:830 +#: src/datatypes.c:264 src/datatypes.c:269 msgid "allocating domain" msgstr "allocating domain" -#: src/hash.c:841 +#: src/datatypes.c:280 msgid "failed to add domain to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:882 +#: src/datatypes.c:321 msgid "domain missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:965 src/hash.c:970 +#: src/datatypes.c:404 src/datatypes.c:409 #, fuzzy msgid "allocating network" msgstr "allocating node" -#: src/hash.c:980 +#: src/datatypes.c:419 #, fuzzy msgid "failed to add network to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1018 +#: src/datatypes.c:457 #, fuzzy msgid "network missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1102 src/hash.c:1107 +#: src/datatypes.c:541 src/datatypes.c:546 #, fuzzy msgid "allocating storage pool" msgstr "allocating node" -#: src/hash.c:1117 +#: src/datatypes.c:556 #, fuzzy msgid "failed to add storage pool to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1156 +#: src/datatypes.c:595 #, fuzzy msgid "pool missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 +#: src/datatypes.c:672 src/datatypes.c:677 src/datatypes.c:682 #, fuzzy msgid "allocating storage vol" msgstr "allocating node" -#: src/hash.c:1253 +#: src/datatypes.c:692 #, fuzzy msgid "failed to add storage vol to connection hash table" msgstr "failed to add domain to connection hash table" -#: src/hash.c:1293 +#: src/datatypes.c:732 #, fuzzy msgid "vol missing from connection hash table" msgstr "domain missing from connection hash table" -#: src/iptables.c:104 +#: src/datatypes.c:809 +#, fuzzy +msgid "allocating node dev" +msgstr "allocating node" + +#: src/datatypes.c:816 +#, fuzzy +msgid "copying node dev name" +msgstr "copying node content" + +#: src/datatypes.c:822 +#, fuzzy +msgid "failed to add node dev to conn hash table" +msgstr "failed to add domain to connection hash table" + +#: src/datatypes.c:860 +#, fuzzy +msgid "dev missing from connection hash table" +msgstr "domain missing from connection hash table" + +#: src/domain_conf.c:532 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:576 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:602 +#, fuzzy, c-format +msgid "Invalid floppy device name: %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:617 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "" + +#: src/domain_conf.c:624 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:649 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "" + +#: src/domain_conf.c:655 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "invalid argument in %s" + +#: src/domain_conf.c:707 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:800 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:864 +msgid "" +"No 'network' attribute specified with " +msgstr "" + +#: src/domain_conf.c:890 +msgid "No 'dev' attribute specified with " +msgstr "" + +#: src/domain_conf.c:902 +msgid "No 'port' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:907 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" + +#: src/domain_conf.c:915 +msgid "No 'address' attribute specified with socket interface" +msgstr "" + +#: src/domain_conf.c:940 +msgid "Model name contains invalid characters" +msgstr "" + +#: src/domain_conf.c:1113 src/domain_conf.c:1190 +#, fuzzy +msgid "Missing source path attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1130 src/domain_conf.c:1147 +#, fuzzy +msgid "Missing source host attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 src/domain_conf.c:1172 +#, fuzzy +msgid "Missing source service attribute for char device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1242 +#, fuzzy +msgid "missing input device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1248 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1255 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1263 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1269 src/domain_conf.c:1276 +#, c-format +msgid "unsupported input bus %s" +msgstr "" + +#: src/domain_conf.c:1281 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "" + +#: src/domain_conf.c:1326 +#, fuzzy +msgid "missing graphics device type" +msgstr "missing root device information" + +#: src/domain_conf.c:1332 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "unknown OS type" + +#: src/domain_conf.c:1343 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1401 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1434 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1441 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1451 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1458 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1469 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:1476 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1485 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1493 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1498 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1508 +#, fuzzy +msgid "missing vendor" +msgstr "missing \"" + +#: src/domain_conf.c:1514 +#, fuzzy +msgid "missing product" +msgstr "missing source information for device" + +#: src/domain_conf.c:1542 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1553 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1558 +#, fuzzy +msgid "missing type in hostdev" +msgstr "missing source information for device" + +#: src/domain_conf.c:1573 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "unknown host %s" + +#: src/domain_conf.c:1604 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1633 src/domain_conf.c:2238 src/domain_conf.c:2279 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:631 +#: src/storage_conf.c:1027 +#, fuzzy +msgid "missing root element" +msgstr "missing root device information" + +#: src/domain_conf.c:1668 +#, fuzzy +msgid "unknown device type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1703 +#, fuzzy +msgid "failed to allocate space for xmlXPathContext" +msgstr "failed to allocate a node" + +#: src/domain_conf.c:1711 +#, fuzzy +msgid "missing domain type attribute" +msgstr "missing domain name information" + +#: src/domain_conf.c:1717 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:1734 src/network_conf.c:317 +#, fuzzy, c-format +msgid "Failed to generate UUID: %s" +msgstr "Failed to create domain %s\n" + +#: src/domain_conf.c:1741 src/network_conf.c:324 src/storage_conf.c:454 +msgid "malformed uuid element" +msgstr "" + +#: src/domain_conf.c:1750 +#, fuzzy +msgid "missing memory element" +msgstr "missing root device information" + +#: src/domain_conf.c:1780 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "unexpected data '%s'" + +#: src/domain_conf.c:1820 +#, fuzzy +msgid "no OS type" +msgstr "unknown OS type" + +#: src/domain_conf.c:1849 src/xm_internal.c:698 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "unexpected mime type" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "cannot extract boot device" +msgstr "too many domains" + +#: src/domain_conf.c:1907 +#, fuzzy +msgid "missing boot device" +msgstr "missing source information for device" + +#: src/domain_conf.c:1912 +#, fuzzy, c-format +msgid "unknown boot device '%s'" +msgstr "unknown OS type %s" + +#: src/domain_conf.c:1932 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:1952 +msgid "cannot extract filesystem devices" +msgstr "" + +#: src/domain_conf.c:1970 +#, fuzzy +msgid "cannot extract network devices" +msgstr "invalid connection pointer in" + +#: src/domain_conf.c:1990 +msgid "cannot extract parallel devices" +msgstr "" + +#: src/domain_conf.c:2009 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "too many domains" + +#: src/domain_conf.c:2057 +#, fuzzy +msgid "cannot extract input devices" +msgstr "invalid domain pointer in" + +#: src/domain_conf.c:2091 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2132 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "Cannot extract running %s hypervisor version\n" + +#: src/domain_conf.c:2161 +msgid "cannot extract host devices" +msgstr "" + +#: src/domain_conf.c:2202 src/network_conf.c:427 src/storage_conf.c:585 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2232 src/domain_conf.c:2273 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:617 src/storage_conf.c:1013 +#, fuzzy +msgid "failed to parse xml document" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:2302 src/network_conf.c:524 +#, fuzzy +msgid "incorrect root element" +msgstr "unknown host %s" + +#: src/domain_conf.c:2511 +msgid "topology cpuset syntax error" +msgstr "" + +#: src/domain_conf.c:2525 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2546 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2551 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2556 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2606 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2657 src/domain_conf.c:2871 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2725 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2824 src/xend_internal.c:5180 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2844 src/xend_internal.c:5202 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2849 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2931 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "unexpected dict node" + +#: src/domain_conf.c:2938 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:2976 +#, fuzzy, c-format +msgid "unexpected domain type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3061 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "unexpected mime type" + +#: src/domain_conf.c:3079 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "unexpected value node" + +#: src/domain_conf.c:3205 src/network_conf.c:655 src/storage_conf.c:1369 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "" + +#: src/domain_conf.c:3214 src/network_conf.c:671 src/storage_conf.c:1412 +#, fuzzy, c-format +msgid "cannot create config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3222 src/network_conf.c:679 src/storage_conf.c:1420 +#, fuzzy, c-format +msgid "cannot write config file %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3229 src/network_conf.c:686 src/storage_conf.c:1427 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "" + +#: src/domain_conf.c:3308 src/network_conf.c:767 +#, fuzzy, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/domain_conf.c:3360 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/domain_conf.c:3434 +#, fuzzy +msgid "unknown virt type" +msgstr "unknown OS type" + +#: src/domain_conf.c:3445 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + +#: src/iptables.c:102 #, fuzzy msgid "Failed to run '" msgstr "Failed to create domain %s\n" -#: src/iptables.c:152 +#: src/iptables.c:150 #, fuzzy msgid "Failed to read " msgstr "Failed to create domain %s\n" -#: src/iptables.c:180 +#: src/iptables.c:178 #, fuzzy msgid "Failed to write to " msgstr "Failed to write to socket %d\n" -#: src/iptables.c:245 +#: src/iptables.c:243 #, fuzzy, c-format msgid "Failed to create directory %s : %s" msgstr "Failed to create domain from %s" -#: src/iptables.c:251 +#: src/iptables.c:249 #, fuzzy, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Failed to save domain %s to %s" -#: src/iptables.c:581 +#: src/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" -#: src/iptables.c:590 +#: src/iptables.c:562 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" -#: src/libvirt.c:754 +#: src/libvirt.c:808 #, fuzzy msgid "could not parse connection URI" msgstr "could not connect to %s" -#: src/libvirt.c:772 -#, fuzzy -msgid "allocating conn->name" -msgstr "allocating connection" - -#: src/libvirt.c:861 +#: src/libvirt.c:938 #, fuzzy msgid "unable to open connection" msgstr "Failed to start domain %s" -#: src/libvirt.c:2208 +#: src/libvirt.c:2316 #, fuzzy msgid "domainMigratePrepare did not set uri" msgstr "domain information incorrect domid not numeric" -#: src/libvirt.c:2676 +#: src/libvirt.c:2345 +#, fuzzy +msgid "domainMigratePrepare2 did not set uri" +msgstr "domain information incorrect domid not numeric" + +#: src/libvirt.c:2890 msgid "path is NULL" msgstr "" -#: src/libvirt.c:2682 +#: src/libvirt.c:2896 msgid "flags must be zero" msgstr "" -#: src/libvirt.c:2689 +#: src/libvirt.c:2903 msgid "buffer is NULL" msgstr "" -#: src/libvirt.c:2772 +#: src/libvirt.c:2986 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "" -#: src/libvirt.c:2779 +#: src/libvirt.c:2993 msgid "buffer is NULL but size is non-zero" msgstr "" -#: src/lxc_container.c:123 +#: src/lxc_conf.c:87 +#, fuzzy +msgid "while loading LXC driver config" +msgstr "allocating node" + +#: src/lxc_container.c:122 #, fuzzy, c-format msgid "setsid failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:129 +#: src/lxc_container.c:128 #, fuzzy, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "allocate value array" -#: src/lxc_container.c:142 +#: src/lxc_container.c:141 #, fuzzy, c-format msgid "dup2(stdin) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:148 +#: src/lxc_container.c:147 #, fuzzy, c-format msgid "dup2(stdout) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:154 +#: src/lxc_container.c:153 #, fuzzy, c-format msgid "dup2(stderr) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:182 +#: src/lxc_container.c:181 #, fuzzy, c-format msgid "unable to send container continue message: %s" msgstr "failed to allocate a node" -#: src/lxc_container.c:212 +#: src/lxc_container.c:211 #, fuzzy, c-format msgid "Failed to read the container continue message: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:276 +#: src/lxc_container.c:275 #, fuzzy, c-format msgid "failed to bind new root %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:290 +#: src/lxc_container.c:289 #, fuzzy, c-format msgid "failed to create %s: %s" msgstr "Failed to create domain %s\n" -#: src/lxc_container.c:300 +#: src/lxc_container.c:299 #, fuzzy, c-format msgid "failed to pivot root %s to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:334 +#: src/lxc_container.c:333 #, fuzzy, c-format msgid "failed to mount /dev tmpfs for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:348 +#: src/lxc_container.c:347 #, fuzzy, c-format msgid "failed to move /dev/pts into container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:359 +#: src/lxc_container.c:358 #, fuzzy, c-format msgid "failed to make device %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:391 src/lxc_container.c:498 +#: src/lxc_container.c:390 src/lxc_container.c:497 #, fuzzy, c-format msgid "failed to mount %s at %s for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:412 +#: src/lxc_container.c:411 #, fuzzy, c-format msgid "failed to read /proc/mounts: %s" msgstr "Failed to create domain from %s" -#: src/lxc_container.c:439 +#: src/lxc_container.c:438 #, fuzzy, c-format msgid "failed to unmount %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_container.c:464 src/lxc_container.c:507 +#: src/lxc_container.c:463 src/lxc_container.c:506 #, fuzzy, c-format msgid "failed to mount /proc for container: %s" msgstr "Failed to start domain %s" -#: src/lxc_container.c:553 +#: src/lxc_container.c:552 msgid "lxcChild() passed invalid vm definition" msgstr "" -#: src/lxc_container.c:563 +#: src/lxc_container.c:562 #, fuzzy, c-format msgid "open(%s) failed: %s" msgstr "operation failed: %s" -#: src/lxc_container.c:624 +#: src/lxc_container.c:623 #, fuzzy, c-format msgid "clone() failed, %s" msgstr "allocate value array" -#: src/lxc_controller.c:70 +#: src/lxc_controller.c:83 +#, fuzzy, c-format +msgid "Unable to create cgroup for %s\n" +msgstr "Failed to create domain from %s" + +#: src/lxc_controller.c:113 +#, fuzzy, c-format +msgid "Failed to set lxc resources: %s\n" +msgstr "Failed to read socket %d\n" + +#: src/lxc_controller.c:140 #, fuzzy, c-format msgid "failed to create server socket %s: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_controller.c:82 +#: src/lxc_controller.c:152 #, fuzzy, c-format msgid "failed to bind server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:88 +#: src/lxc_controller.c:158 #, fuzzy, c-format msgid "failed to listen server socket %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:122 +#: src/lxc_controller.c:192 #, fuzzy, c-format msgid "read of fd %d failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:128 +#: src/lxc_controller.c:198 #, fuzzy, c-format msgid "write to fd %d failed: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_controller.c:179 +#: src/lxc_controller.c:249 #, fuzzy, c-format msgid "epoll_create(2) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:189 +#: src/lxc_controller.c:259 #, fuzzy, c-format msgid "epoll_ctl(appPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 -#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#: src/lxc_controller.c:265 src/lxc_controller.c:273 src/lxc_controller.c:281 +#: src/lxc_controller.c:301 src/lxc_controller.c:307 #, fuzzy, c-format msgid "epoll_ctl(contPty) failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:254 +#: src/lxc_controller.c:324 #, c-format msgid "error event %d" msgstr "" -#: src/lxc_controller.c:275 +#: src/lxc_controller.c:345 #, fuzzy, c-format msgid "epoll_wait() failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:325 +#: src/lxc_controller.c:395 #, fuzzy, c-format msgid "failed to move interface %s to ns %d" msgstr "failed to get node information" -#: src/lxc_controller.c:350 +#: src/lxc_controller.c:420 #, fuzzy, c-format msgid "failed to delete veth: %s" msgstr "Failed to destroy domain %s" -#: src/lxc_controller.c:373 +#: src/lxc_controller.c:443 #, fuzzy, c-format msgid "sockpair failed: %s" msgstr "operation failed: %s" -#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#: src/lxc_controller.c:451 src/lxc_driver.c:766 #, fuzzy, c-format msgid "failed to allocate tty: %s" msgstr "failed to allocate a node" -#: src/lxc_controller.c:551 +#: src/lxc_controller.c:617 #, fuzzy, c-format msgid "Unable to write pid file: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:564 +#: src/lxc_controller.c:630 #, fuzzy, c-format msgid "Unable to change to root dir: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:570 +#: src/lxc_controller.c:636 #, fuzzy, c-format msgid "Unable to become session leader: %s\n" msgstr "failed to write configuration file" -#: src/lxc_controller.c:578 +#: src/lxc_controller.c:644 #, fuzzy, c-format msgid "Failed connection from LXC driver: %s\n" msgstr "Failed to undefine domain %s" -#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +#: src/lxc_driver.c:193 src/network_driver.c:872 src/network_driver.c:905 +#: src/qemu_driver.c:2338 src/uml_driver.c:1347 +#, fuzzy +msgid "failed to allocate space for VM name string" +msgstr "failed to allocate a node" + +#: src/lxc_driver.c:233 src/lxc_driver.c:871 src/lxc_driver.c:906 msgid "System lacks NETNS support" msgstr "" -#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 -#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 -#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 -#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 -#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 -#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 -#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +#: src/lxc_driver.c:266 src/lxc_driver.c:301 src/lxc_driver.c:327 +#: src/lxc_driver.c:342 src/openvz_driver.c:246 src/openvz_driver.c:275 +#: src/openvz_driver.c:291 src/openvz_driver.c:318 src/openvz_driver.c:748 +#: src/openvz_driver.c:779 src/openvz_driver.c:800 src/openvz_driver.c:841 +#: src/qemu_driver.c:1676 src/qemu_driver.c:1763 src/qemu_driver.c:2318 +#: src/qemu_driver.c:2371 src/qemu_driver.c:2432 src/qemu_driver.c:2523 +#: src/qemu_driver.c:2640 src/qemu_driver.c:2716 src/qemu_driver.c:2784 +#: src/qemu_driver.c:2841 src/qemu_driver.c:2903 src/qemu_driver.c:2980 +#: src/qemu_driver.c:3017 src/qemu_driver.c:3035 src/qemu_driver.c:3285 +#: src/uml_driver.c:1212 src/uml_driver.c:1299 src/uml_driver.c:1327 +#: src/uml_driver.c:1379 src/uml_driver.c:1423 src/uml_driver.c:1457 +#: src/uml_driver.c:1475 src/uml_driver.c:1544 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +#: src/lxc_driver.c:272 src/openvz_driver.c:753 src/qemu_driver.c:2438 +#: src/uml_driver.c:1429 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#: src/lxc_driver.c:278 src/qemu_driver.c:2444 src/uml_driver.c:1435 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:386 +#: src/lxc_driver.c:379 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "Failed to start domain %s" -#: src/lxc_driver.c:464 +#: src/lxc_driver.c:461 #, fuzzy msgid "failed to get bridge for interface" msgstr "failed to get node information" -#: src/lxc_driver.c:475 +#: src/lxc_driver.c:472 #, fuzzy, c-format msgid "failed to create veth device pair: %d" msgstr "Failed to get devices for domain %s\n" -#: src/lxc_driver.c:488 +#: src/lxc_driver.c:485 #, fuzzy msgid "failed to allocate veth names" msgstr "failed to allocate a node" -#: src/lxc_driver.c:494 +#: src/lxc_driver.c:491 #, fuzzy, c-format msgid "failed to add %s device to %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:503 +#: src/lxc_driver.c:500 #, fuzzy, c-format msgid "failed to enable parent ns veth device: %d" msgstr "failed to allocate a node" -#: src/lxc_driver.c:533 +#: src/lxc_driver.c:530 #, fuzzy, c-format msgid "failed to create client socket: %s" msgstr "Failed to read socket %d\n" -#: src/lxc_driver.c:544 +#: src/lxc_driver.c:541 #, fuzzy, c-format msgid "failed to connect to client socket: %s" msgstr "failed to connect to Xen Store" -#: src/lxc_driver.c:570 +#: src/lxc_driver.c:567 #, fuzzy, c-format msgid "invalid PID %d for container" msgstr "invalid domain pointer in" -#: src/lxc_driver.c:577 +#: src/lxc_driver.c:574 #, fuzzy, c-format msgid "failed to kill pid %d: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:692 src/util.c:416 +#: src/lxc_driver.c:697 src/util.c:589 #, fuzzy, c-format msgid "cannot wait for '%s': %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:699 +#: src/lxc_driver.c:704 #, c-format msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:893 +#: src/lxc_driver.c:752 src/qemu_driver.c:838 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" -#: src/lxc_driver.c:785 +#: src/lxc_driver.c:790 #, fuzzy, c-format msgid "failed to open %s: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:805 +#: src/lxc_driver.c:810 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid: %s" msgstr "Failed to suspend domain %s" -#: src/lxc_driver.c:939 src/lxc_driver.c:962 +#: src/lxc_driver.c:865 +#, fuzzy, c-format +msgid "no domain named %s" +msgstr "domain name" + +#: src/lxc_driver.c:945 src/lxc_driver.c:968 #, fuzzy, c-format msgid "no domain with id %d" msgstr "domain id or uuid" -#: src/lxc_driver.c:1130 -#, c-format -msgid "uname(): %m" -msgstr "" +#: src/lxc_driver.c:1125 +#, fuzzy, c-format +msgid "uname(): %s" +msgstr "Name" -#: src/lxc_driver.c:1136 +#: src/lxc_driver.c:1131 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "got unknown HTTP error code %d" +#: src/lxc_driver.c:1164 src/lxc_driver.c:1213 +#, fuzzy, c-format +msgid "No such domain %s" +msgstr "Failed to resume domain %s" + +#: src/lxc_driver.c:1179 +#, fuzzy, c-format +msgid "Invalid parameter `%s'" +msgstr "invalid argument in %s" + +#: src/lxc_driver.c:1206 +#, fuzzy +msgid "Invalid parameter count" +msgstr "invalid argument in" + #: src/network_conf.c:242 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" @@ -1788,8 +1879,8 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 -#: src/storage_driver.c:816 +#: src/network_conf.c:662 src/network_driver.c:1095 src/qemu_driver.c:3060 +#: src/storage_driver.c:813 src/uml_driver.c:1500 #, c-format msgid "cannot create autostart directory %s: %s" msgstr "" @@ -1799,1636 +1890,1808 @@ msgstr "" msgid "Network config filename '%s' does not match network name '%s'" msgstr "" -#: src/network_conf.c:798 src/storage_conf.c:1238 +#: src/network_conf.c:798 src/storage_conf.c:1448 #, fuzzy, c-format msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:190 -#, fuzzy, c-format -msgid "Cound not read 'IP_ADDRESS' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:220 -#, fuzzy, c-format -msgid "Cound not read 'NETIF' from config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_conf.c:247 -#, fuzzy -msgid "Too long network device name" -msgstr "resolving domain filename" - -#: src/openvz_conf.c:264 -#, fuzzy -msgid "Wrong length MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:271 -#, fuzzy -msgid "Wrong MAC address" -msgstr "invalid argument in %s" - -#: src/openvz_conf.c:327 -#, fuzzy -msgid "popen failed" -msgstr "operation failed" - -#: src/openvz_conf.c:337 -#, fuzzy -msgid "Failed to parse vzlist output" -msgstr "Failed to suspend domain %s" - -#: src/openvz_conf.c:363 -#, fuzzy -msgid "UUID in config file malformed" -msgstr "configuration file syntax error: %s" - -#: src/openvz_conf.c:375 -#, fuzzy, c-format -msgid "Cound not read config for container %d" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:95 -#, fuzzy -msgid "Container is not defined" -msgstr "Domain is already active" - -#: src/openvz_driver.c:123 -msgid "only filesystem templates are supported" -msgstr "" - -#: src/openvz_driver.c:129 -msgid "only one filesystem supported" -msgstr "" - -#: src/openvz_driver.c:147 src/openvz_driver.c:410 -#, fuzzy, c-format -msgid "Could not put argument to %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:249 -#, fuzzy, c-format -msgid "cannot read cputime for domain %d" -msgstr "name of the inactive domain" - -#: src/openvz_driver.c:289 src/openvz_driver.c:316 -#, fuzzy -msgid "domain is not in running state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:347 -msgid "Container ID is not specified" -msgstr "" - -#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 -#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 -#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 -#: src/openvz_driver.c:873 -#, fuzzy, c-format -msgid "Could not exec %s" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:440 -#, c-format -msgid "Already an OPENVZ VM active with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:452 src/openvz_driver.c:529 -msgid "Error creating command for container" -msgstr "" - -#: src/openvz_driver.c:466 src/openvz_driver.c:541 -#, fuzzy -msgid "Could not set UUID" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:476 src/openvz_driver.c:547 -#, fuzzy -msgid "Could not configure network" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:483 src/openvz_driver.c:570 -#, fuzzy -msgid "Could not set number of virtual cpu" -msgstr "change number of virtual CPUs" - -#: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%s'" -msgstr "" - -#: src/openvz_driver.c:589 -msgid "no domain with matching id" -msgstr "" - -#: src/openvz_driver.c:595 -#, fuzzy -msgid "domain is not in shutoff state" -msgstr "Domain is already active" - -#: src/openvz_driver.c:678 -#, fuzzy -msgid "Could not read container config" -msgstr "could not connect to %s" - -#: src/openvz_driver.c:694 src/qemu_driver.c:1843 -#, fuzzy, c-format -msgid "unknown type '%s'" -msgstr "unknown OS type %s" - -#: src/openvz_driver.c:720 -msgid "VCPUs should be >= 1" -msgstr "" - -#: src/openvz_driver.c:836 src/openvz_driver.c:882 -#, fuzzy, c-format -msgid "Could not parse VPS ID %s" -msgstr "could not connect to %s" - -#: src/proxy_internal.c:266 -#, c-format -msgid "Failed to close socket %d\n" -msgstr "Failed to close socket %d\n" - -#: src/proxy_internal.c:299 -#, c-format -msgid "Failed to read socket %d\n" -msgstr "Failed to read socket %d\n" - -#: src/proxy_internal.c:326 -#, c-format -msgid "Failed to write to socket %d\n" -msgstr "Failed to write to socket %d\n" - -#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 -#, c-format -msgid "Communication error with proxy: got %d bytes of %d\n" -msgstr "Communication error with proxy: got %d bytes of %d\n" - -#: src/proxy_internal.c:426 -#, c-format -msgid "Communication error with proxy: expected %d bytes got %d\n" -msgstr "Communication error with proxy: expected %d bytes got %d\n" - -#: src/proxy_internal.c:448 -#, c-format -msgid "Communication error with proxy: got %d bytes packet\n" -msgstr "Communication error with proxy: got %d bytes packet\n" - -#: src/proxy_internal.c:472 -msgid "Communication error with proxy: malformed packet\n" -msgstr "Communication error with proxy: malformed packet\n" - -#: src/proxy_internal.c:478 -#, c-format -msgid "got asynchronous packet number %d\n" -msgstr "got asynchronous packet number %d\n" - -#: src/qemu_conf.c:91 -#, fuzzy -msgid "failed to allocate vncListen" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 -#, fuzzy -msgid "failed to allocate vncTLSx509certdir" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:487 -#, c-format -msgid "Unexpected exit status from qemu %d pid %lu" -msgstr "" - -#: src/qemu_conf.c:496 -#, c-format -msgid "Unexpected exit status '%d', qemu probably failed" -msgstr "" - -#: src/qemu_conf.c:519 src/qemu_driver.c:926 -#, fuzzy, c-format -msgid "Cannot find QEMU binary %s: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:550 -#, fuzzy, c-format -msgid "Network '%s' not found" -msgstr "domain name or uuid" - -#: src/qemu_conf.c:555 -#, fuzzy, c-format -msgid "Network '%s' not active" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:564 -#, fuzzy, c-format -msgid "Network type %d is not supported" -msgstr "Domain %s started\n" - -#: src/qemu_conf.c:580 src/qemu_driver.c:1514 -#, fuzzy, c-format -msgid "cannot initialize bridge support: %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:590 -#, 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:594 -#, fuzzy, c-format -msgid "Failed to add tap interface '%s' to bridge '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_conf.c:617 -#, fuzzy -msgid "failed to allocate space for tapfds string" -msgstr "failed to allocate a node" - -#: src/qemu_conf.c:905 src/qemu_conf.c:956 -#, fuzzy, c-format -msgid "unsupported usb disk type for '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:914 src/qemu_conf.c:977 -#, fuzzy, c-format -msgid "unsupported disk type '%s'" -msgstr "unexpected mime type" - -#: src/qemu_conf.c:1181 -#, fuzzy -msgid "invalid sound model" -msgstr "invalid domain pointer in" - -#: src/qemu_conf.c:1234 -#, fuzzy -msgid "failed to allocate space for argv string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:91 -#, fuzzy -msgid "Failed to set close-on-exec file descriptor flag\n" -msgstr "failed to write configuration file" - -#: src/qemu_driver.c:106 -#, fuzzy -msgid "Failed to set non-blocking file descriptor flag\n" -msgstr "failed to parse Xend domain information" - -#: src/qemu_driver.c:151 +#: src/network_driver.c:102 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:166 -#, fuzzy, c-format -msgid "Failed to autostart VM '%s': %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:202 +#: src/network_driver.c:132 src/qemu_driver.c:190 src/uml_driver.c:294 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:213 +#: src/network_driver.c:143 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:269 +#: src/network_driver.c:173 +#, fuzzy +msgid "networkStartup: out of memory\n" +msgstr "out of memory" + +#: src/network_driver.c:197 +msgid "Reloading iptables rules\n" +msgstr "" + +#: src/network_driver.c:382 +#, fuzzy +msgid "failed to allocate space for dnsmasq argv" +msgstr "failed to allocate a node" + +#: src/network_driver.c:396 +msgid "cannot start dhcp daemon without IP address for server" +msgstr "" + +#: src/network_driver.c:425 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:436 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:446 +#, fuzzy, c-format +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:478 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:489 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:514 +#, fuzzy +msgid "failed to allocate space for IP tables support" +msgstr "failed to allocate a node" + +#: src/network_driver.c:522 src/network_driver.c:529 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:537 src/network_driver.c:544 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:554 +#, fuzzy, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:561 +#, fuzzy, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:569 +#, fuzzy, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:670 +#, fuzzy +msgid "network is already active" +msgstr "Domain is already active" + +#: src/network_driver.c:676 src/qemu_conf.c:575 +#, fuzzy, c-format +msgid "cannot initialize bridge support: %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:682 +#, fuzzy, c-format +msgid "cannot create bridge '%s' : %s" +msgstr "failed to write configuration file: %s" + +#: src/network_driver.c:697 +#, fuzzy, c-format +msgid "cannot set IP address on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:705 +#, fuzzy, c-format +msgid "cannot set netmask on bridge '%s' to '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:713 +#, fuzzy, c-format +msgid "failed to bring the bridge '%s' up : %s" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:724 +#, fuzzy, c-format +msgid "failed to enable IP forwarding : %s" +msgstr "failed to open %s for reading" + +#: src/network_driver.c:742 src/network_driver.c:773 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:748 src/network_driver.c:778 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" +msgstr "Failed to suspend domain %s" + +#: src/network_driver.c:761 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" +msgstr "failed to get domain '%s'" + +#: src/network_driver.c:787 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" +msgstr "unexpected dict node" + +#: src/network_driver.c:815 src/network_driver.c:978 src/network_driver.c:1003 +#: src/network_driver.c:1017 src/network_driver.c:1032 +#: src/network_driver.c:1065 src/network_driver.c:1081 +msgid "no network with matching uuid" +msgstr "" + +#: src/network_driver.c:830 +msgid "no network with matching name" +msgstr "" + +#: src/network_driver.c:984 +#, fuzzy +msgid "network is still active" +msgstr "Domain is already active" + +#: src/network_driver.c:1045 +#, fuzzy +msgid "no network with matching id" +msgstr "domain information in XML" + +#: src/network_driver.c:1052 +#, fuzzy +msgid "failed to allocate space for network bridge string" +msgstr "failed to allocate a node" + +#: src/network_driver.c:1102 src/storage_driver.c:820 +#, fuzzy, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Failed to save domain %s to %s" + +#: src/network_driver.c:1109 src/qemu_driver.c:3074 src/storage_driver.c:829 +#: src/uml_driver.c:1514 +#, fuzzy, c-format +msgid "Failed to delete symlink '%s': %s" +msgstr "Failed to suspend domain %s" + +#: src/node_device.c:98 src/node_device.c:114 src/node_device.c:129 +#: src/node_device.c:146 src/node_device.c:167 +#, fuzzy +msgid "no node device with matching name" +msgstr "domain id or name" + +#: src/openvz_conf.c:129 +#, fuzzy +msgid "Cound not extract vzctl version" +msgstr "invalid domain pointer in" + +#: src/openvz_conf.c:193 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:225 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:252 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:266 +#, fuzzy +msgid "Too long bridge device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:280 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:287 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:323 +#, fuzzy, c-format +msgid "Cound not read 'OSTEMPLATE' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:378 +#, fuzzy +msgid "popen failed" +msgstr "operation failed" + +#: src/openvz_conf.c:388 +#, fuzzy +msgid "Failed to parse vzlist output" +msgstr "Failed to suspend domain %s" + +#: src/openvz_conf.c:414 +#, fuzzy +msgid "UUID in config file malformed" +msgstr "configuration file syntax error: %s" + +#: src/openvz_conf.c:426 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:469 +#, fuzzy +msgid "Cound not read nodeinfo" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:97 +#, fuzzy +msgid "Container is not defined" +msgstr "Domain is already active" + +#: src/openvz_driver.c:125 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:131 +msgid "only one filesystem supported" +msgstr "" + +#: src/openvz_driver.c:149 src/openvz_driver.c:495 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:257 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "name of the inactive domain" + +#: src/openvz_driver.c:297 src/openvz_driver.c:324 +#, fuzzy +msgid "domain is not in running state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:398 +msgid "Container ID is not specified" +msgstr "" + +#: src/openvz_driver.c:429 +#, fuzzy +msgid "Could not generate eth name for container" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:440 +#, fuzzy +msgid "Could not generate veth name" +msgstr "failed to allocate a node" + +#: src/openvz_driver.c:482 src/openvz_driver.c:593 src/openvz_driver.c:665 +#: src/openvz_driver.c:682 src/openvz_driver.c:728 src/openvz_driver.c:759 +#: src/openvz_driver.c:784 src/openvz_driver.c:860 src/openvz_driver.c:959 +#: src/openvz_driver.c:1004 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:524 +#, fuzzy +msgid "Could not configure network" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:535 +#, fuzzy +msgid "cannot replace NETIF config" +msgstr "failed to write configuration file: %s" + +#: src/openvz_driver.c:573 +#, c-format +msgid "Already an OPENVZ VM active with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:585 src/openvz_driver.c:659 +msgid "Error creating command for container" +msgstr "" + +#: src/openvz_driver.c:599 src/openvz_driver.c:671 +#, fuzzy +msgid "Could not set UUID" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:613 src/openvz_driver.c:697 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "change number of virtual CPUs" + +#: src/openvz_driver.c:647 +#, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" +msgstr "" + +#: src/openvz_driver.c:716 +msgid "no domain with matching id" +msgstr "" + +#: src/openvz_driver.c:722 +#, fuzzy +msgid "domain is not in shutoff state" +msgstr "Domain is already active" + +#: src/openvz_driver.c:805 +#, fuzzy +msgid "Could not read container config" +msgstr "could not connect to %s" + +#: src/openvz_driver.c:821 src/qemu_driver.c:1299 +#, fuzzy, c-format +msgid "unknown type '%s'" +msgstr "unknown OS type %s" + +#: src/openvz_driver.c:847 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:968 src/openvz_driver.c:1013 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "could not connect to %s" + +#: src/proxy_internal.c:252 +#, c-format +msgid "Failed to close socket %d\n" +msgstr "Failed to close socket %d\n" + +#: src/proxy_internal.c:285 +#, c-format +msgid "Failed to read socket %d\n" +msgstr "Failed to read socket %d\n" + +#: src/proxy_internal.c:312 +#, c-format +msgid "Failed to write to socket %d\n" +msgstr "Failed to write to socket %d\n" + +#: src/proxy_internal.c:404 src/proxy_internal.c:425 src/proxy_internal.c:445 +#, c-format +msgid "Communication error with proxy: got %d bytes of %d\n" +msgstr "Communication error with proxy: got %d bytes of %d\n" + +#: src/proxy_internal.c:412 +#, c-format +msgid "Communication error with proxy: expected %d bytes got %d\n" +msgstr "Communication error with proxy: expected %d bytes got %d\n" + +#: src/proxy_internal.c:434 +#, c-format +msgid "Communication error with proxy: got %d bytes packet\n" +msgstr "Communication error with proxy: got %d bytes packet\n" + +#: src/proxy_internal.c:458 +msgid "Communication error with proxy: malformed packet\n" +msgstr "Communication error with proxy: malformed packet\n" + +#: src/proxy_internal.c:464 +#, c-format +msgid "got asynchronous packet number %d\n" +msgstr "got asynchronous packet number %d\n" + +#: src/qemu_conf.c:73 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:78 src/qemu_conf.c:113 +#, fuzzy +msgid "failed to allocate vncTLSx509certdir" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:125 +#, fuzzy +msgid "failed to allocate vnc_listen" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:477 +#, c-format +msgid "Unexpected exit status from qemu %d pid %lu" +msgstr "" + +#: src/qemu_conf.c:486 +#, c-format +msgid "Unexpected exit status '%d', qemu probably failed" +msgstr "" + +#: src/qemu_conf.c:509 src/qemu_driver.c:871 +#, fuzzy, c-format +msgid "Cannot find QEMU binary %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:541 +#, fuzzy, c-format +msgid "Network '%s' not found" +msgstr "domain name or uuid" + +#: src/qemu_conf.c:551 +#, fuzzy, c-format +msgid "Network '%s' is not active" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:559 +#, fuzzy, c-format +msgid "Network type %d is not supported" +msgstr "Domain %s started\n" + +#: src/qemu_conf.c:585 +#, 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:589 +#, fuzzy, c-format +msgid "Failed to add tap interface '%s' to bridge '%s' : %s" +msgstr "Failed to suspend domain %s" + +#: src/qemu_conf.c:612 +#, fuzzy +msgid "failed to allocate space for tapfds string" +msgstr "failed to allocate a node" + +#: src/qemu_conf.c:956 src/qemu_conf.c:1008 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:964 src/qemu_conf.c:1027 src/uml_conf.c:335 +#, fuzzy, c-format +msgid "unsupported disk type '%s'" +msgstr "unexpected mime type" + +#: src/qemu_conf.c:1245 +#, fuzzy +msgid "invalid sound model" +msgstr "invalid domain pointer in" + +#: src/qemu_conf.c:1299 src/uml_conf.c:375 +#, fuzzy +msgid "failed to allocate space for argv string" +msgstr "failed to allocate a node" + +#: src/qemu_driver.c:88 src/uml_driver.c:94 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:103 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "failed to parse Xend domain information" + +#: src/qemu_driver.c:148 src/uml_driver.c:125 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:241 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:296 -msgid "Reloading iptables rules\n" -msgstr "" - -#: src/qemu_driver.c:434 +#: src/qemu_driver.c:375 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:444 src/qemu_driver.c:457 +#: src/qemu_driver.c:385 src/qemu_driver.c:398 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:452 +#: src/qemu_driver.c:393 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:468 +#: src/qemu_driver.c:409 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:480 +#: src/qemu_driver.c:421 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:511 +#: src/qemu_driver.c:452 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:516 +#: src/qemu_driver.c:457 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:521 +#: src/qemu_driver.c:462 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 -#: src/qemu_driver.c:1735 +#: src/qemu_driver.c:587 src/qemu_driver.c:993 src/qemu_driver.c:1163 +#: src/qemu_driver.c:1173 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:672 +#: src/qemu_driver.c:610 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:683 +#: src/qemu_driver.c:621 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:787 +#: src/qemu_driver.c:726 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:797 src/qemu_driver.c:2155 +#: src/qemu_driver.c:737 src/qemu_driver.c:1613 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:860 +#: src/qemu_driver.c:805 src/uml_driver.c:688 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:870 +#: src/qemu_driver.c:815 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:882 +#: src/qemu_driver.c:827 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:901 +#: src/qemu_driver.c:846 src/uml_driver.c:724 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:907 +#: src/qemu_driver.c:852 src/uml_driver.c:733 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#: src/qemu_driver.c:881 src/qemu_driver.c:2549 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#: src/qemu_driver.c:899 src/qemu_driver.c:902 src/uml_driver.c:749 +#: src/uml_driver.c:752 +#, fuzzy, c-format +msgid "Unable to write envv to logfile %d: %s\n" +msgstr "failed to write configuration file" + +#: src/qemu_driver.c:909 src/qemu_driver.c:912 src/qemu_driver.c:917 +#: src/uml_driver.c:759 src/uml_driver.c:762 src/uml_driver.c:767 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1040 +#: src/qemu_driver.c:1005 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1051 +#: src/qemu_driver.c:1016 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1066 +#: src/qemu_driver.c:1031 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1220 -#, fuzzy -msgid "failed to allocate space for dnsmasq argv" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1234 -msgid "cannot start dhcp daemon without IP address for server" -msgstr "" - -#: src/qemu_driver.c:1263 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1274 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1284 -#, fuzzy, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1316 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1327 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1352 -#, fuzzy -msgid "failed to allocate space for IP tables support" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1392 -#, fuzzy, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1399 -#, fuzzy, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1407 -#, fuzzy, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "Failed to save domain %s to %s" - -#: src/qemu_driver.c:1508 -#, fuzzy -msgid "network is already active" -msgstr "Domain is already active" - -#: src/qemu_driver.c:1520 -#, fuzzy, c-format -msgid "cannot create bridge '%s' : %s" -msgstr "failed to write configuration file: %s" - -#: src/qemu_driver.c:1535 -#, fuzzy, c-format -msgid "cannot set IP address on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1543 -#, fuzzy, c-format -msgid "cannot set netmask on bridge '%s' to '%s' : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1551 -#, fuzzy, c-format -msgid "failed to bring the bridge '%s' up : %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1562 -#, fuzzy, c-format -msgid "failed to enable IP forwarding : %s" -msgstr "failed to open %s for reading" - -#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 -#, fuzzy, c-format -msgid "Failed to bring down bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 -#, fuzzy, c-format -msgid "Failed to delete bridge '%s' : %s\n" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:1599 -#, fuzzy, c-format -msgid "Shutting down network '%s'\n" -msgstr "failed to get domain '%s'" - -#: src/qemu_driver.c:1625 -#, fuzzy -msgid "Got unexpected pid for dnsmasq\n" -msgstr "unexpected dict node" - -#: src/qemu_driver.c:1814 +#: src/qemu_driver.c:1270 #, fuzzy, c-format msgid "Unable to open %s: %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1859 +#: src/qemu_driver.c:1315 src/uml_driver.c:908 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 +#: src/qemu_driver.c:1334 src/qemu_driver.c:1360 src/uml_driver.c:927 +#: src/uml_driver.c:953 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 +#: src/qemu_driver.c:1345 src/qemu_driver.c:1368 src/uml_driver.c:938 +#: src/uml_driver.c:961 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2073 +#: src/qemu_driver.c:1525 src/uml_driver.c:1126 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2084 +#: src/qemu_driver.c:1536 src/uml_driver.c:1137 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 -#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 +#: src/qemu_driver.c:1569 src/qemu_driver.c:1601 src/qemu_driver.c:1633 +#: src/qemu_driver.c:1654 src/qemu_driver.c:1894 src/qemu_driver.c:3111 +#: src/qemu_driver.c:3236 src/qemu_driver.c:3351 src/qemu_driver.c:3611 +#: src/uml_driver.c:1169 src/uml_driver.c:1192 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 -#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 +#: src/qemu_driver.c:1574 src/qemu_driver.c:1606 src/qemu_driver.c:1900 +#: src/qemu_driver.c:3116 src/qemu_driver.c:3242 src/qemu_driver.c:3357 +#: src/qemu_driver.c:3617 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2127 +#: src/qemu_driver.c:1582 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2178 +#: src/qemu_driver.c:1639 src/uml_driver.c:1176 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2218 +#: src/qemu_driver.c:1682 src/uml_driver.c:1218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 -#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 +#: src/qemu_driver.c:1698 src/qemu_driver.c:1714 src/qemu_driver.c:1737 +#: src/qemu_driver.c:2012 src/qemu_driver.c:2174 src/uml_driver.c:1234 +#: src/uml_driver.c:1250 src/uml_driver.c:1273 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2256 +#: src/qemu_driver.c:1720 src/uml_driver.c:1256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2279 +#: src/qemu_driver.c:1743 src/uml_driver.c:1279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2285 +#: src/qemu_driver.c:1749 src/uml_driver.c:1285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2445 +#: src/qemu_driver.c:1909 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2454 +#: src/qemu_driver.c:1918 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2462 +#: src/qemu_driver.c:1926 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2469 +#: src/qemu_driver.c:1933 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2477 +#: src/qemu_driver.c:1941 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 -#: src/remote_internal.c:2241 src/virterror.c:441 +#: src/qemu_driver.c:1954 src/qemu_driver.c:1961 src/qemu_driver.c:2234 +#: src/qemu_driver.c:2660 src/qemu_driver.c:2736 src/remote_internal.c:2438 +#: src/virterror.c:449 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2505 +#: src/qemu_driver.c:1969 src/qemu_driver.c:3654 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2517 +#: src/qemu_driver.c:1981 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2552 +#: src/qemu_driver.c:2018 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2558 +#: src/qemu_driver.c:2024 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2564 +#: src/qemu_driver.c:2030 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 +#: src/qemu_driver.c:2054 src/qemu_driver.c:2106 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2594 +#: src/qemu_driver.c:2060 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2615 +#: src/qemu_driver.c:2081 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2620 +#: src/qemu_driver.c:2086 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2677 +#: src/qemu_driver.c:2143 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2687 +#: src/qemu_driver.c:2153 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2714 +#: src/qemu_driver.c:2180 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2740 src/test.c:956 +#: src/qemu_driver.c:2206 src/test.c:1049 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2746 +#: src/qemu_driver.c:2212 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2753 +#: src/qemu_driver.c:2219 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2760 +#: src/qemu_driver.c:2226 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2775 +#: src/qemu_driver.c:2241 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2784 +#: src/qemu_driver.c:2250 src/qemu_driver.c:3530 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2797 +#: src/qemu_driver.c:2263 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2806 +#: src/qemu_driver.c:2272 src/qemu_driver.c:3566 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2819 +#: src/qemu_driver.c:2285 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2831 +#: src/qemu_driver.c:2301 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 -#, fuzzy -msgid "failed to allocate space for VM name string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:2471 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:3002 +#: src/qemu_driver.c:2497 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3042 +#: src/qemu_driver.c:2539 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3069 +#: src/qemu_driver.c:2566 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3106 +#: src/qemu_driver.c:2603 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3117 +#: src/qemu_driver.c:2614 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3177 +#: src/qemu_driver.c:2647 src/qemu_driver.c:2723 +#, c-format +msgid "target %s already exists" +msgstr "" + +#: src/qemu_driver.c:2674 +#, fuzzy, c-format +msgid "cannot attach %s disk" +msgstr "undefine an inactive domain" + +#: src/qemu_driver.c:2688 +#, fuzzy +msgid "Unable to parse slot number\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:2691 +#, fuzzy, c-format +msgid "adding %s disk failed" +msgstr "loading host definition file" + +#: src/qemu_driver.c:2749 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:2760 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3232 +#: src/qemu_driver.c:2808 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3243 +#: src/qemu_driver.c:2819 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3273 +#: src/qemu_driver.c:2847 src/qemu_driver.c:2986 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3296 +#: src/qemu_driver.c:2885 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3335 +#: src/qemu_driver.c:2916 +#, fuzzy, c-format +msgid "disk %s not found" +msgstr "domain information" + +#: src/qemu_driver.c:2922 +#, c-format +msgid "disk %s cannot be detached - invalid slot number %d" +msgstr "" + +#: src/qemu_driver.c:2935 +#, fuzzy, c-format +msgid "failed to execute detach disk %s command" +msgstr "Failed to destroy domain %s" + +#: src/qemu_driver.c:2945 +#, 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:3002 +msgid "only SCSI or virtio disk device can be detached dynamically" +msgstr "" + +#: src/qemu_driver.c:3041 src/uml_driver.c:1481 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3361 +#: src/qemu_driver.c:3067 src/uml_driver.c:1507 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 -#, fuzzy, c-format -msgid "Failed to delete symlink '%s': %s" -msgstr "Failed to suspend domain %s" - -#: src/qemu_driver.c:3430 +#: src/qemu_driver.c:3129 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3438 +#: src/qemu_driver.c:3140 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3453 +#: src/qemu_driver.c:3153 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3518 +#: src/qemu_driver.c:3217 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 +#: src/qemu_driver.c:3248 src/qemu_driver.c:3291 src/uml_driver.c:1550 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3561 +#: src/qemu_driver.c:3260 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3603 +#: src/qemu_driver.c:3302 src/uml_driver.c:1561 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3646 +#: src/qemu_driver.c:3345 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3673 +#: src/qemu_driver.c:3372 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 -#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 -#: src/qemu_driver.c:3973 -msgid "no network with matching uuid" -msgstr "" - -#: src/qemu_driver.c:3717 -msgid "no network with matching name" -msgstr "" - -#: src/qemu_driver.c:3876 +#: src/qemu_driver.c:3474 #, fuzzy -msgid "network is still active" +msgid "no domain XML passed" +msgstr "domain information" + +#: src/qemu_driver.c:3512 +msgid "only tcp URIs are supported for KVM migrations" +msgstr "" + +#: src/qemu_driver.c:3522 +msgid "URI did not have ':port' at the end" +msgstr "" + +#: src/qemu_driver.c:3547 +#, fuzzy +msgid "could not generate random UUID" +msgstr "Failed to create domain %s\n" + +#: src/qemu_driver.c:3555 +#, fuzzy, c-format +msgid "domain with the same name or UUID already exists as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:3937 +#: src/qemu_driver.c:3580 #, fuzzy -msgid "no network with matching id" -msgstr "domain information in XML" +msgid "failed to start listening VM" +msgstr "Failed to start domain %s" -#: src/qemu_driver.c:3944 -#, fuzzy -msgid "failed to allocate space for network bridge string" -msgstr "failed to allocate a node" - -#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#: src/qemu_driver.c:3663 #, fuzzy, c-format -msgid "Failed to create symlink '%s' to '%s': %s" -msgstr "Failed to save domain %s to %s" +msgid "migrate failed: %s" +msgstr "operation failed: %s" -#: src/remote_internal.c:109 src/remote_internal.c:117 +#: src/qemu_driver.c:3698 +#, fuzzy, c-format +msgid "no domain with matching name %s" +msgstr "domain id or name" + +#: src/remote_internal.c:126 src/remote_internal.c:134 +#: src/remote_internal.c:150 msgid "tried to use a closed or uninitialised handle" msgstr "" -#: src/remote_internal.c:229 +#: src/remote_internal.c:258 #, fuzzy msgid "failed to find libvirtd binary" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:290 +#: src/remote_internal.c:322 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" -#: src/remote_internal.c:412 +#: src/remote_internal.c:473 msgid "remote_open: for 'ext' transport, command is required" msgstr "" -#: src/remote_internal.c:456 +#: src/remote_internal.c:495 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:507 src/remote_internal.c:587 +#: src/remote_internal.c:546 src/remote_internal.c:626 #, fuzzy, c-format msgid "unable to connect to '%s': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:528 +#: src/remote_internal.c:567 #, fuzzy, c-format msgid "unable to lookup user '%d': %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:563 +#: src/remote_internal.c:602 #, fuzzy, c-format msgid "unable to create socket %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:647 +#: src/remote_internal.c:686 #, fuzzy, c-format msgid "unable to create socket pair %s" msgstr "Failed to read socket %d\n" -#: src/remote_internal.c:667 +#: src/remote_internal.c:706 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" -#: src/remote_internal.c:753 src/remote_internal.c:2454 -#: src/remote_internal.c:2860 +#: src/remote_internal.c:741 +#, fuzzy +msgid "unable to auto-detect URI" +msgstr "Failed to read socket %d\n" + +#: src/remote_internal.c:758 +msgid "Error allocating callbacks list" +msgstr "" + +#: src/remote_internal.c:763 +#, fuzzy +msgid "Error allocating domainEvents" +msgstr "allocating domain" + +#: src/remote_internal.c:854 src/remote_internal.c:2650 +#: src/remote_internal.c:3055 #, fuzzy msgid "struct private_data" msgstr "allocate value array" -#: src/remote_internal.c:845 +#: src/remote_internal.c:962 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "failed to allocate a node" -#: src/remote_internal.c:865 +#: src/remote_internal.c:982 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "failed to write configuration file" -#: src/remote_internal.c:880 +#: src/remote_internal.c:997 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" -#: src/remote_internal.c:909 +#: src/remote_internal.c:1026 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:918 +#: src/remote_internal.c:1035 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "" -#: src/remote_internal.c:927 +#: src/remote_internal.c:1044 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:937 +#: src/remote_internal.c:1054 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "failed to get node information" -#: src/remote_internal.c:952 +#: src/remote_internal.c:1069 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:974 +#: src/remote_internal.c:1091 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" -#: src/remote_internal.c:980 +#: src/remote_internal.c:1097 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" -#: src/remote_internal.c:1005 +#: src/remote_internal.c:1122 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "failed to get node information" -#: src/remote_internal.c:1012 +#: src/remote_internal.c:1129 #, fuzzy, c-format msgid "cannot get current time: %s" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:1018 +#: src/remote_internal.c:1135 msgid "Invalid certificate" msgstr "" -#: src/remote_internal.c:1021 +#: src/remote_internal.c:1138 msgid "The certificate is not trusted." msgstr "" -#: src/remote_internal.c:1024 +#: src/remote_internal.c:1141 msgid "The certificate hasn't got a known issuer." msgstr "" -#: src/remote_internal.c:1027 +#: src/remote_internal.c:1144 msgid "The certificate has been revoked." msgstr "" -#: src/remote_internal.c:1031 +#: src/remote_internal.c:1148 msgid "The certificate uses an insecure algorithm" msgstr "" -#: src/remote_internal.c:1035 +#: src/remote_internal.c:1152 #, c-format msgid "server certificate failed validation: %s" msgstr "" -#: src/remote_internal.c:1041 +#: src/remote_internal.c:1158 msgid "Certificate type is not X.509" msgstr "" -#: src/remote_internal.c:1046 +#: src/remote_internal.c:1163 msgid "gnutls_certificate_get_peers failed" msgstr "" -#: src/remote_internal.c:1056 +#: src/remote_internal.c:1173 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:1064 +#: src/remote_internal.c:1181 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:1071 +#: src/remote_internal.c:1188 msgid "The certificate has expired" msgstr "" -#: src/remote_internal.c:1077 +#: src/remote_internal.c:1194 msgid "The certificate is not yet activated" msgstr "" -#: src/remote_internal.c:1085 +#: src/remote_internal.c:1202 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" -#: src/remote_internal.c:1304 +#: src/remote_internal.c:1434 #, fuzzy, c-format msgid "too many NUMA cells: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:1353 src/remote_internal.c:1367 +#: src/remote_internal.c:1483 src/remote_internal.c:1497 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:1741 +#: src/remote_internal.c:1871 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1773 +#: src/remote_internal.c:1903 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1909 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1796 +#: src/remote_internal.c:1926 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" -#: src/remote_internal.c:1803 +#: src/remote_internal.c:1933 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" -#: src/remote_internal.c:1965 src/remote_internal.c:1979 +#: src/remote_internal.c:2162 src/remote_internal.c:2176 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "too many domains" -#: src/remote_internal.c:2181 +#: src/remote_internal.c:2378 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" -#: src/remote_internal.c:2209 +#: src/remote_internal.c:2406 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" -#: src/remote_internal.c:2232 +#: src/remote_internal.c:2429 #, fuzzy msgid "out of memory allocating array" msgstr "change memory allocation" -#: src/remote_internal.c:2259 +#: src/remote_internal.c:2456 #, fuzzy msgid "unknown parameter type" msgstr "unknown OS type" -#: src/remote_internal.c:2349 +#: src/remote_internal.c:2546 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2370 src/remote_internal.c:2414 +#: src/remote_internal.c:2567 src/remote_internal.c:2611 msgid "returned buffer is not same size as requested" msgstr "" -#: src/remote_internal.c:2394 +#: src/remote_internal.c:2591 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" -#: src/remote_internal.c:2517 src/remote_internal.c:2531 -#: src/remote_internal.c:2576 src/remote_internal.c:2590 +#: src/remote_internal.c:2713 src/remote_internal.c:2727 +#: src/remote_internal.c:2772 src/remote_internal.c:2786 #, fuzzy, c-format msgid "too many remote networks: %d > %d" msgstr "too many connections" -#: src/remote_internal.c:2922 src/remote_internal.c:2977 +#: src/remote_internal.c:3117 src/remote_internal.c:3172 #, fuzzy msgid "too many storage pools requested" msgstr "too many drivers registered" -#: src/remote_internal.c:2934 src/remote_internal.c:2989 +#: src/remote_internal.c:3129 src/remote_internal.c:3184 #, fuzzy msgid "too many storage pools received" msgstr "too many drivers registered" -#: src/remote_internal.c:3375 +#: src/remote_internal.c:3570 #, fuzzy msgid "too many storage volumes requested" msgstr "too many drivers registered" -#: src/remote_internal.c:3388 +#: src/remote_internal.c:3583 #, fuzzy msgid "too many storage volumes received" msgstr "too many drivers registered" -#: src/remote_internal.c:3624 +#: src/remote_internal.c:3849 +#, fuzzy +msgid "too many device names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3863 +#, fuzzy +msgid "too many device names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3970 +#, fuzzy +msgid "too many capability names requested" +msgstr "too many drivers registered" + +#: src/remote_internal.c:3983 +#, fuzzy +msgid "too many capability names received" +msgstr "too many drivers registered" + +#: src/remote_internal.c:4042 #, fuzzy, c-format msgid "unknown authentication type %s" msgstr "unknown OS type %s" -#: src/remote_internal.c:3634 +#: src/remote_internal.c:4052 #, c-format msgid "requested authentication type %s rejected" msgstr "" -#: src/remote_internal.c:3675 +#: src/remote_internal.c:4093 #, fuzzy, c-format msgid "unsupported authentication type %d" msgstr "operation failed" -#: src/remote_internal.c:3923 +#: src/remote_internal.c:4341 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Failed to undefine domain %s" -#: src/remote_internal.c:3971 +#: src/remote_internal.c:4389 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Failed to create domain %s\n" -#: src/remote_internal.c:3984 +#: src/remote_internal.c:4402 msgid "invalid cipher size for TLS session" msgstr "" -#: src/remote_internal.c:3994 +#: src/remote_internal.c:4412 #, fuzzy, c-format msgid "cannot set external SSF %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4013 +#: src/remote_internal.c:4431 #, fuzzy, c-format msgid "cannot set security props %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4032 +#: src/remote_internal.c:4450 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "no support for hypervisor" -#: src/remote_internal.c:4051 +#: src/remote_internal.c:4469 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Failed to start domain %s" -#: src/remote_internal.c:4069 src/remote_internal.c:4147 +#: src/remote_internal.c:4487 src/remote_internal.c:4565 #, fuzzy msgid "Failed to make auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4093 +#: src/remote_internal.c:4511 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" -#: src/remote_internal.c:4133 +#: src/remote_internal.c:4551 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "Failed to suspend domain %s" -#: src/remote_internal.c:4219 +#: src/remote_internal.c:4637 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" -#: src/remote_internal.c:4273 +#: src/remote_internal.c:4691 #, fuzzy msgid "Failed to collect auth credentials" msgstr "failed to get node information" -#: src/remote_internal.c:4340 +#: src/remote_internal.c:4722 +msgid "no event support" +msgstr "" + +#: src/remote_internal.c:4727 +msgid "adding cb to list" +msgstr "" + +#: src/remote_internal.c:4749 +msgid "removing cb fron list" +msgstr "" + +#: src/remote_internal.c:4809 msgid "xdr_remote_message_header failed" msgstr "" -#: src/remote_internal.c:4346 +#: src/remote_internal.c:4815 msgid "marshalling args" msgstr "" -#: src/remote_internal.c:4363 +#: src/remote_internal.c:4832 msgid "xdr_int (length word)" msgstr "" -#: src/remote_internal.c:4380 +#: src/remote_internal.c:4850 src/remote_internal.c:5566 msgid "xdr_int (length word, reply)" msgstr "" -#: src/remote_internal.c:4390 +#: src/remote_internal.c:4860 src/remote_internal.c:5575 msgid "packet received from server too large" msgstr "" -#: src/remote_internal.c:4402 +#: src/remote_internal.c:4872 #, fuzzy msgid "invalid header in reply" msgstr "invalid argument in %s" -#: src/remote_internal.c:4411 +#: src/remote_internal.c:4881 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4419 +#: src/remote_internal.c:4889 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4432 +#: src/remote_internal.c:4912 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4440 +#: src/remote_internal.c:4920 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4447 +#: src/remote_internal.c:4927 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "" -#: src/remote_internal.c:4460 +#: src/remote_internal.c:4940 msgid "unmarshalling ret" msgstr "" -#: src/remote_internal.c:4470 +#: src/remote_internal.c:4950 msgid "unmarshalling remote_error" msgstr "" -#: src/remote_internal.c:4490 +#: src/remote_internal.c:4970 #, c-format msgid "unknown status (received %x)" msgstr "" -#: src/remote_internal.c:4599 src/remote_internal.c:4616 +#: src/remote_internal.c:5078 src/remote_internal.c:5094 msgid "socket closed unexpectedly" msgstr "" -#: src/sexpr.c:60 +#: src/remote_internal.c:5481 +msgid "remoteDomainProcessEvent: unmarshalling ret" +msgstr "" + +#: src/remote_internal.c:5581 +msgid "error reading buffer from memory" +msgstr "" + +#: src/remote_internal.c:5588 +#, fuzzy +msgid "invalid header in event firing" +msgstr "invalid argument in %s" + +#: src/remote_internal.c:5598 +#, fuzzy +msgid "invalid proc in event firing" +msgstr "invalid domain pointer in" + +#: src/sexpr.c:43 msgid "failed to allocate a node" msgstr "failed to allocate a node" -#: src/sexpr.c:364 src/sexpr.c:381 +#: src/sexpr.c:347 src/sexpr.c:364 msgid "failed to copy a string" msgstr "failed to copy a string" -#: src/storage_backend.c:91 +#: src/storage_backend.c:94 src/storage_conf.c:202 #, c-format msgid "missing backend for pool type %d" msgstr "" -#: src/storage_backend.c:136 -#, fuzzy, c-format -msgid "unknown storage backend type %s" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:166 -#, fuzzy, c-format -msgid "unknown storage backend type %d" -msgstr "unknown OS type %s" - -#: src/storage_backend.c:180 src/storage_backend_fs.c:346 +#: src/storage_backend.c:108 src/storage_backend_fs.c:139 #, fuzzy, c-format msgid "cannot open volume '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:208 +#: src/storage_backend.c:167 #, c-format msgid "cannot stat file '%s': %s" msgstr "" -#: src/storage_backend.c:240 +#: src/storage_backend.c:199 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "" -#: src/storage_backend.c:258 +#: src/storage_backend.c:219 +#, fuzzy, c-format +msgid "cannot seek to beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:226 +#, fuzzy, c-format +msgid "cannot read beginning of file '%s':%s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend.c:252 #, c-format msgid "cannot get file context of %s: %s" msgstr "" -#: src/storage_backend.c:267 +#: src/storage_backend.c:261 msgid "context" msgstr "" -#: src/storage_backend.c:313 +#: src/storage_backend.c:314 #, c-format msgid "cannot read dir %s: %s" msgstr "" -#: src/storage_backend.c:326 src/storage_driver.c:1221 +#: src/storage_backend.c:326 src/storage_driver.c:1233 src/test.c:2187 msgid "path" msgstr "" -#: src/storage_backend.c:382 +#: src/storage_backend.c:353 +#, fuzzy +msgid "dup path" +msgstr "invalid argument in %s" + +#: src/storage_backend.c:389 msgid "regex" msgstr "" -#: src/storage_backend.c:392 +#: src/storage_backend.c:399 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend.c:408 src/storage_backend.c:413 -#: src/storage_backend.c:450 +#: src/storage_backend.c:415 src/storage_backend.c:420 +#: src/storage_backend.c:457 msgid "regex groups" msgstr "" -#: src/storage_backend.c:426 src/storage_backend.c:561 +#: src/storage_backend.c:433 src/storage_backend.c:568 msgid "cannot read fd" msgstr "" -#: src/storage_backend.c:498 src/storage_backend.c:616 +#: src/storage_backend.c:505 src/storage_backend.c:623 #, fuzzy, c-format msgid "failed to wait for command: %s" msgstr "Failed to start domain %s" -#: src/storage_backend.c:507 src/storage_backend.c:629 +#: src/storage_backend.c:514 src/storage_backend.c:636 msgid "command did not exit cleanly" msgstr "" -#: src/storage_backend.c:547 +#: src/storage_backend.c:554 msgid "n_columns too large" msgstr "" -#: src/storage_backend.c:595 +#: src/storage_backend.c:602 #, fuzzy, c-format msgid "read error: %s" msgstr "internal error %s" -#: src/storage_backend.c:623 +#: src/storage_backend.c:630 #, c-format msgid "non-zero exit status from command %d" msgstr "" -#: src/storage_backend.c:650 src/storage_backend.c:662 +#: src/storage_backend.c:657 src/storage_backend.c:669 #, c-format msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 -#, c-format -msgid "unsupported pool format %s" -msgstr "" - -#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 -#, c-format -msgid "unsupported pool format %d" -msgstr "" - -#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 -#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 -#, c-format -msgid "unsupported volume format %s" -msgstr "" - -#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 -#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 -#, c-format -msgid "unsupported volume format %d" -msgstr "" - -#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 -#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 -#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:546 +#: src/storage_backend_disk.c:47 src/storage_backend_disk.c:53 +#: src/storage_backend_disk.c:64 src/storage_backend_disk.c:71 +#: src/storage_backend_disk.c:92 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:85 src/storage_backend_logical.c:92 +#: src/storage_backend_logical.c:109 src/storage_backend_logical.c:119 +#: src/storage_backend_logical.c:581 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:234 +#: src/storage_backend_disk.c:100 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:242 +#: src/storage_backend_disk.c:108 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:249 +#: src/storage_backend_disk.c:115 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 -#: src/storage_backend_logical.c:160 +#: src/storage_backend_disk.c:121 src/storage_backend_logical.c:130 +#: src/storage_backend_logical.c:136 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:462 +#: src/storage_backend_disk.c:329 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:502 +#: src/storage_backend_disk.c:369 #, c-format msgid "Couldn't read volume target path '%s'. %s" msgstr "" -#: src/storage_backend_disk.c:517 +#: src/storage_backend_disk.c:384 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" -#: src/storage_backend_disk.c:526 +#: src/storage_backend_disk.c:393 #, fuzzy, c-format msgid "cannot parse partition number from target '%s'" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:358 +#: src/storage_backend_fs.c:151 #, c-format msgid "cannot read header '%s': %s" msgstr "" -#: src/storage_backend_fs.c:472 +#: src/storage_backend_fs.c:265 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "invalid argument in %s" -#: src/storage_backend_fs.c:478 +#: src/storage_backend_fs.c:271 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "invalid connection pointer in %s" -#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 -msgid "new xml desc" -msgstr "" - -#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 -#, fuzzy -msgid "asprintf failed" -msgstr "operation failed" - -#: src/storage_backend_fs.c:534 +#: src/storage_backend_fs.c:328 msgid "bad spec" msgstr "" -#: src/storage_backend_fs.c:540 +#: src/storage_backend_fs.c:334 msgid "xpath_ctxt" msgstr "" -#: src/storage_backend_fs.c:547 +#: src/storage_backend_fs.c:341 #, fuzzy msgid "missing in spec" msgstr "missing source information for device" -#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#: src/storage_backend_fs.c:353 msgid "retval" msgstr "" -#: src/storage_backend_fs.c:589 +#: src/storage_backend_fs.c:387 #, c-format msgid "cannot read %s: %s" msgstr "" -#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 -#: src/storage_backend_iscsi.c:573 +#: src/storage_backend_fs.c:457 src/storage_backend_fs.c:524 +#: src/storage_backend_iscsi.c:577 #, fuzzy msgid "missing source host" msgstr "missing source information for device" -#: src/storage_backend_fs.c:666 +#: src/storage_backend_fs.c:462 #, fuzzy msgid "missing source path" msgstr "missing source information for device" -#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 -#: src/storage_backend_iscsi.c:580 +#: src/storage_backend_fs.c:468 src/storage_backend_fs.c:535 +#: src/storage_backend_iscsi.c:584 #, fuzzy msgid "missing source device" msgstr "missing source information for device" -#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 +#: src/storage_backend_fs.c:484 src/storage_backend_fs.c:492 msgid "source" msgstr "" -#: src/storage_backend_fs.c:733 +#: src/storage_backend_fs.c:529 #, fuzzy msgid "missing source dir" msgstr "missing source information for device" -#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 -#: src/storage_backend_fs.c:1035 +#: src/storage_backend_fs.c:601 src/storage_backend_fs.c:781 +#: src/storage_backend_fs.c:820 #, c-format msgid "cannot create path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:828 +#: src/storage_backend_fs.c:625 #, fuzzy, c-format msgid "cannot open path '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 -#, fuzzy -msgid "volume name" -msgstr "domain name" - -#: src/storage_backend_fs.c:868 -msgid "volume key" -msgstr "" - -#: src/storage_backend_fs.c:895 +#: src/storage_backend_fs.c:674 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:956 +#: src/storage_backend_fs.c:740 #, c-format msgid "cannot unlink path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:979 +#: src/storage_backend_fs.c:763 src/test.c:2080 msgid "target" msgstr "" -#: src/storage_backend_fs.c:988 +#: src/storage_backend_fs.c:773 src/test.c:2091 msgid "storage vol key" msgstr "" -#: src/storage_backend_fs.c:1013 +#: src/storage_backend_fs.c:798 #, c-format msgid "cannot fill file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1026 +#: src/storage_backend_fs.c:811 #, c-format msgid "cannot extend file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 +#: src/storage_backend_fs.c:827 src/storage_backend_fs.c:862 +#: src/storage_backend_fs.c:897 src/storage_backend_logical.c:593 #, c-format msgid "cannot read path '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1055 +#: src/storage_backend_fs.c:839 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "unknown OS type %s" -#: src/storage_backend_fs.c:1093 +#: src/storage_backend_fs.c:877 #, c-format msgid "unsupported storage vol type %d" msgstr "" -#: src/storage_backend_fs.c:1120 +#: src/storage_backend_fs.c:904 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 +#: src/storage_backend_fs.c:914 src/storage_backend_logical.c:602 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 +#: src/storage_backend_fs.c:923 src/storage_backend_logical.c:609 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 +#: src/storage_backend_fs.c:939 src/storage_backend_logical.c:616 #, c-format msgid "cannot close file '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1178 +#: src/storage_backend_fs.c:962 #, c-format msgid "cannot unlink file '%s': %s" msgstr "" @@ -3457,589 +3720,772 @@ msgstr "show version" msgid "cannot find session" msgstr "" -#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 +#: src/storage_backend_iscsi.c:184 src/storage_driver.c:887 src/test.c:1957 #, fuzzy msgid "name" msgstr "Name" -#: src/storage_backend_iscsi.c:187 +#: src/storage_backend_iscsi.c:189 msgid "devpath" msgstr "" -#: src/storage_backend_iscsi.c:206 src/util.c:161 +#: src/storage_backend_iscsi.c:208 src/util.c:210 #, fuzzy, c-format msgid "cannot open %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:231 +#: src/storage_backend_iscsi.c:232 msgid "key" msgstr "" -#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 -#: src/storage_backend_iscsi.c:443 +#: src/storage_backend_iscsi.c:326 src/storage_backend_iscsi.c:411 +#: src/storage_backend_iscsi.c:447 #, fuzzy, c-format msgid "Failed to opendir sysfs path %s: %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:335 +#: src/storage_backend_iscsi.c:339 #, fuzzy, c-format msgid "Failed to parse target from sysfs path %s/%s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_iscsi.c:354 +#: src/storage_backend_iscsi.c:358 #, fuzzy, c-format msgid "Failed to find any LUNs for session %s: %s" msgstr "Failed to undefine domain %s" -#: src/storage_backend_iscsi.c:384 +#: src/storage_backend_iscsi.c:388 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" -#: src/storage_backend_iscsi.c:429 +#: src/storage_backend_iscsi.c:433 #, fuzzy, c-format msgid "Failed to find device link for lun %d" msgstr "Failed to get devices for domain %s\n" -#: src/storage_backend_iscsi.c:463 +#: src/storage_backend_iscsi.c:467 #, fuzzy, c-format msgid "Failed to parse block path %s" msgstr "Failed to save domain %s to %s" -#: src/storage_backend_iscsi.c:473 +#: src/storage_backend_iscsi.c:477 #, fuzzy msgid "Failed allocating memory for scsidev" msgstr "failed to allocate a node" -#: src/storage_backend_iscsi.c:554 +#: src/storage_backend_iscsi.c:558 msgid "portal" msgstr "" -#: src/storage_backend_logical.c:166 +#: src/storage_backend_logical.c:142 msgid "malformed volume extent offset value" msgstr "" -#: src/storage_backend_logical.c:171 +#: src/storage_backend_logical.c:147 msgid "malformed volume extent length value" msgstr "" -#: src/storage_backend_logical.c:176 +#: src/storage_backend_logical.c:152 msgid "malformed volume extent size value" msgstr "" -#: src/storage_backend_logical.c:231 +#: src/storage_backend_logical.c:210 #, fuzzy msgid "lvs command failed" msgstr "domain name" -#: src/storage_backend_logical.c:237 +#: src/storage_backend_logical.c:216 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:354 +#: src/storage_backend_logical.c:258 +#, fuzzy +msgid "allocating pvname or vgname" +msgstr "allocate value array" + +#: src/storage_backend_logical.c:273 +#, fuzzy +msgid "allocating new source" +msgstr "allocating node" + +#: src/storage_backend_logical.c:288 +#, fuzzy +msgid "allocating new device" +msgstr "allocating node" + +#: src/storage_backend_logical.c:349 +#, fuzzy +msgid "failed to get source from sourceList" +msgstr "failed to get node information" + +#: src/storage_backend_logical.c:387 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:371 +#: src/storage_backend_logical.c:404 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:377 +#: src/storage_backend_logical.c:410 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:384 +#: src/storage_backend_logical.c:417 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:507 +#: src/storage_backend_logical.c:540 #, fuzzy, c-format msgid "cannot remove PV device %s: %s" msgstr "failed to write configuration file: %s" -#: src/storage_backend_logical.c:590 +#: src/storage_backend_logical.c:625 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" -#: src/storage_conf.c:156 +#: src/storage_conf.c:334 msgid "missing auth host attribute" msgstr "" -#: src/storage_conf.c:163 +#: src/storage_conf.c:341 msgid "missing auth passwd attribute" msgstr "" -#: src/storage_conf.c:186 src/storage_conf.c:587 +#: src/storage_conf.c:364 src/storage_conf.c:796 msgid "malformed octal mode" msgstr "" -#: src/storage_conf.c:196 +#: src/storage_conf.c:374 msgid "malformed owner element" msgstr "" -#: src/storage_conf.c:207 +#: src/storage_conf.c:385 msgid "malformed group element" msgstr "" -#: src/storage_conf.c:232 +#: src/storage_conf.c:410 #, fuzzy msgid "cannot allocate storage pool" msgstr "allocating node" -#: src/storage_conf.c:238 +#: src/storage_conf.c:416 #, fuzzy -msgid "unknown root elementi for storage pool" +msgid "unknown root element for storage pool" msgstr "unknown host %s" -#: src/storage_conf.c:258 +#: src/storage_conf.c:423 +#, fuzzy, c-format +msgid "unknown storage pool type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:440 #, fuzzy msgid "missing pool source name element" msgstr "missing root device information" -#: src/storage_conf.c:266 +#: src/storage_conf.c:448 #, fuzzy msgid "unable to generate uuid" msgstr "domain name or uuid" -#: src/storage_conf.c:290 +#: src/storage_conf.c:469 +#, fuzzy, c-format +msgid "unknown pool format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:479 #, fuzzy msgid "missing storage pool source host name" msgstr "missing source information for device" -#: src/storage_conf.c:300 +#: src/storage_conf.c:489 #, fuzzy msgid "cannot extract storage pool source devices" msgstr "too many domains" -#: src/storage_conf.c:305 +#: src/storage_conf.c:494 #, fuzzy msgid "device" msgstr "blocked" -#: src/storage_conf.c:313 +#: src/storage_conf.c:502 #, fuzzy msgid "missing storage pool source device path" msgstr "missing root device information" -#: src/storage_conf.c:324 +#: src/storage_conf.c:513 #, fuzzy msgid "missing storage pool source path" msgstr "missing source information for device" -#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +#: src/storage_conf.c:525 src/virsh.c:3777 src/virsh.c:3937 src/virsh.c:3976 #, fuzzy msgid "pool name" msgstr "domain name" -#: src/storage_conf.c:351 +#: src/storage_conf.c:540 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "unknown OS type %s" -#: src/storage_conf.c:366 +#: src/storage_conf.c:555 #, fuzzy msgid "missing storage pool target path" msgstr "missing target information for device" -#: src/storage_conf.c:435 src/storage_conf.c:809 +#: src/storage_conf.c:624 src/storage_conf.c:1020 msgid "xmlXPathContext" msgstr "" -#: src/storage_conf.c:478 +#: src/storage_conf.c:695 +#, fuzzy, c-format +msgid "unknown pool format number %d" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:728 src/storage_conf.c:1477 #, fuzzy msgid "unexpected pool type" msgstr "unexpected mime type" -#: src/storage_conf.c:565 src/storage_conf.c:919 +#: src/storage_conf.c:774 src/storage_conf.c:1133 msgid "xml" msgstr "" -#: src/storage_conf.c:597 src/storage_conf.c:607 +#: src/storage_conf.c:806 src/storage_conf.c:816 msgid "missing owner element" msgstr "" -#: src/storage_conf.c:671 +#: src/storage_conf.c:880 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "unknown host %s" -#: src/storage_conf.c:678 +#: src/storage_conf.c:887 msgid "malformed capacity element" msgstr "" -#: src/storage_conf.c:683 +#: src/storage_conf.c:892 msgid "capacity element value too large" msgstr "" -#: src/storage_conf.c:709 +#: src/storage_conf.c:918 #, fuzzy msgid "cannot allocate storage vol" msgstr "allocating node" -#: src/storage_conf.c:715 +#: src/storage_conf.c:924 #, fuzzy msgid "unknown root element" msgstr "unknown host %s" -#: src/storage_conf.c:722 +#: src/storage_conf.c:931 #, fuzzy msgid "missing volume name element" msgstr "missing root device information" -#: src/storage_conf.c:733 +#: src/storage_conf.c:942 msgid "missing capacity element" msgstr "" -#: src/storage_conf.c:1030 +#: src/storage_conf.c:966 +#, fuzzy, c-format +msgid "unknown volume format type %s" +msgstr "unknown OS type %s" + +#: src/storage_conf.c:1103 +#, c-format +msgid "unknown volume format number %d" +msgstr "" + +#: src/storage_conf.c:1232 msgid "pool" msgstr "" -#: src/storage_conf.c:1167 +#: src/storage_conf.c:1377 msgid "cannot construct config file path" msgstr "" -#: src/storage_conf.c:1172 +#: src/storage_conf.c:1382 msgid "configFile" msgstr "" -#: src/storage_conf.c:1179 +#: src/storage_conf.c:1389 msgid "cannot construct autostart link path" msgstr "" -#: src/storage_conf.c:1186 +#: src/storage_conf.c:1396 msgid "config file" msgstr "" -#: src/storage_conf.c:1194 +#: src/storage_conf.c:1404 #, fuzzy msgid "failed to generate XML" msgstr "Failed to create domain %s\n" -#: src/storage_conf.c:1244 +#: src/storage_conf.c:1454 #, c-format msgid "cannot remove config for %s" msgstr "" -#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 +#: src/storage_driver.c:264 src/storage_driver.c:771 src/storage_driver.c:793 msgid "no pool with matching uuid" msgstr "" -#: src/storage_driver.c:284 +#: src/storage_driver.c:282 msgid "no pool with matching name" msgstr "" -#: src/storage_driver.c:334 src/storage_driver.c:371 +#: src/storage_driver.c:337 src/storage_driver.c:379 #, fuzzy msgid "names" msgstr "Name" -#: src/storage_driver.c:430 +#: src/storage_driver.c:437 src/test.c:1777 msgid "storage pool already exists" msgstr "" -#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 -#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 -#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 -#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 -#: src/storage_driver.c:1060 src/storage_driver.c:1123 -#: src/storage_driver.c:1167 src/storage_driver.c:1201 +#: src/storage_driver.c:508 src/storage_driver.c:543 src/storage_driver.c:580 +#: src/storage_driver.c:611 src/storage_driver.c:650 src/storage_driver.c:687 +#: src/storage_driver.c:726 src/storage_driver.c:755 src/storage_driver.c:849 +#: src/storage_driver.c:873 src/storage_driver.c:913 src/storage_driver.c:1012 +#: src/storage_driver.c:1072 src/storage_driver.c:1135 +#: src/storage_driver.c:1179 src/storage_driver.c:1213 msgid "no storage pool with matching uuid" msgstr "" -#: src/storage_driver.c:509 +#: src/storage_driver.c:514 msgid "pool is still active" msgstr "" -#: src/storage_driver.c:550 +#: src/storage_driver.c:553 #, fuzzy msgid "pool already active" msgstr "Domain is already active" -#: src/storage_driver.c:589 +#: src/storage_driver.c:590 #, fuzzy msgid "storage pool is already active" msgstr "Domain is already active" -#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 -#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 -#: src/storage_driver.c:1066 src/storage_driver.c:1129 -#: src/storage_driver.c:1173 src/storage_driver.c:1207 +#: src/storage_driver.c:621 src/storage_driver.c:697 src/storage_driver.c:855 +#: src/storage_driver.c:879 src/storage_driver.c:919 src/storage_driver.c:1018 +#: src/storage_driver.c:1078 src/storage_driver.c:1141 +#: src/storage_driver.c:1185 src/storage_driver.c:1219 msgid "storage pool is not active" msgstr "" -#: src/storage_driver.c:661 +#: src/storage_driver.c:660 msgid "storage pool is still active" msgstr "" -#: src/storage_driver.c:667 +#: src/storage_driver.c:666 msgid "pool does not support volume delete" msgstr "" -#: src/storage_driver.c:802 +#: src/storage_driver.c:799 src/test.c:1924 msgid "pool has no config file" msgstr "" -#: src/storage_driver.c:936 src/storage_driver.c:1077 -#: src/storage_driver.c:1137 src/storage_driver.c:1181 -#: src/storage_driver.c:1215 +#: src/storage_driver.c:927 src/storage_driver.c:1089 +#: src/storage_driver.c:1149 src/storage_driver.c:1193 +#: src/storage_driver.c:1227 msgid "no storage vol with matching name" msgstr "" -#: src/storage_driver.c:965 +#: src/storage_driver.c:956 msgid "no storage vol with matching key" msgstr "" -#: src/storage_driver.c:990 +#: src/storage_driver.c:996 msgid "no storage vol with matching path" msgstr "" -#: src/storage_driver.c:1025 +#: src/storage_driver.c:1031 src/test.c:2053 msgid "storage vol already exists" msgstr "" -#: src/storage_driver.c:1032 +#: src/storage_driver.c:1045 msgid "storage pool does not support volume creation" msgstr "" -#: src/storage_driver.c:1083 +#: src/storage_driver.c:1095 msgid "storage pool does not support vol deletion" msgstr "" -#: src/test.c:231 src/test.c:874 +#: src/test.c:140 src/test.c:1982 +#, fuzzy, c-format +msgid "no storage vol with matching name '%s'" +msgstr "domain id or name" + +#: src/test.c:155 +#, fuzzy, c-format +msgid "storage pool '%s' is not active" +msgstr "Domain is already active" + +#: src/test.c:162 +#, fuzzy, c-format +msgid "storage pool '%s' is already active" +msgstr "Domain is already active" + +#: src/test.c:281 src/test.c:961 msgid "getting time of day" msgstr "getting time of day" -#: src/test.c:329 -msgid "loading host definition file" +#: src/test.c:392 +#, fuzzy, c-format +msgid "loading host definition file '%s': %s" msgstr "loading host definition file" -#: src/test.c:336 +#: src/test.c:400 msgid "host" msgstr "host" -#: src/test.c:344 +#: src/test.c:408 msgid "node" msgstr "node" -#: src/test.c:350 +#: src/test.c:415 msgid "creating xpath context" msgstr "creating xpath context" -#: src/test.c:365 +#: src/test.c:430 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:373 +#: src/test.c:438 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:381 +#: src/test.c:446 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:389 +#: src/test.c:454 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:400 +#: src/test.c:465 msgid "node active cpu" msgstr "node active cpu" -#: src/test.c:407 +#: src/test.c:472 msgid "node cpu mhz" msgstr "node cpu mhz" -#: src/test.c:422 +#: src/test.c:487 msgid "node memory" msgstr "node memory" -#: src/test.c:428 +#: src/test.c:493 msgid "node domain list" msgstr "node domain list" -#: src/test.c:439 +#: src/test.c:504 msgid "resolving domain filename" msgstr "resolving domain filename" -#: src/test.c:465 +#: src/test.c:530 #, fuzzy msgid "node network list" msgstr "node domain list" -#: src/test.c:475 +#: src/test.c:540 #, fuzzy msgid "resolving network filename" msgstr "resolving domain filename" -#: src/test.c:553 +#: src/test.c:566 +#, fuzzy +msgid "node pool list" +msgstr "node domain list" + +#: src/test.c:578 +#, fuzzy +msgid "resolving pool filename" +msgstr "resolving domain filename" + +#: src/test.c:661 msgid "testOpen: supply a path or use test:///default" msgstr "" -#: src/test.c:790 -#, fuzzy -msgid "domain not paused" +#: src/test.c:873 +#, fuzzy, c-format +msgid "domain '%s' not paused" msgstr "domain information" -#: src/test.c:805 -#, fuzzy -msgid "domain not running" +#: src/test.c:889 src/test.c:904 +#, fuzzy, c-format +msgid "domain '%s' not running" msgstr "Domain is already active" -#: src/test.c:900 -msgid "cannot allocate space for metadata" +#: src/test.c:987 +#, fuzzy, c-format +msgid "saving domain '%s' failed to allocate space for metadata: %s" +msgstr "failed to allocate a node" + +#: src/test.c:994 +#, c-format +msgid "saving domain '%s' to '%s': open failed: %s" msgstr "" -#: src/test.c:906 -#, fuzzy -msgid "cannot save domain" -msgstr "Start a domain." - -#: src/test.c:912 src/test.c:1026 -msgid "cannot write header" +#: src/test.c:1001 src/test.c:1008 src/test.c:1015 src/test.c:1024 +#, c-format +msgid "saving domain '%s' to '%s': write failed: %s" msgstr "" -#: src/test.c:918 -msgid "cannot write metadata length" -msgstr "" - -#: src/test.c:924 -msgid "cannot write metadata" -msgstr "" - -#: src/test.c:932 src/test.c:1032 -#, fuzzy -msgid "cannot save domain data" -msgstr "node domain list" - -#: src/test.c:961 +#: src/test.c:1054 msgid "incomplete save header" msgstr "" -#: src/test.c:967 +#: src/test.c:1060 msgid "mismatched header magic" msgstr "" -#: src/test.c:973 +#: src/test.c:1066 #, fuzzy msgid "failed to read metadata length" msgstr "failed to read from Xen Daemon" -#: src/test.c:979 +#: src/test.c:1072 msgid "length of metadata out of range" msgstr "" -#: src/test.c:990 +#: src/test.c:1083 msgid "incomplete metdata" msgstr "" -#: src/test.c:1021 -#, fuzzy -msgid "cannot save domain core" -msgstr "node domain list" +#: src/test.c:1114 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to open %s: %s" +msgstr "Failed to suspend domain %s" -#: src/test.c:1181 +#: src/test.c:1120 +#, fuzzy, c-format +msgid "domain '%s' coredump: failed to write header to %s: %s" +msgstr "failed to write configuration file" + +#: src/test.c:1127 +#, c-format +msgid "domain '%s' coredump: write failed: %s: %s" +msgstr "" + +#: src/test.c:1271 msgid "Range exceeds available cells" msgstr "" -#: src/test.c:1200 -#, fuzzy -msgid "Domain is already running" +#: src/test.c:1290 +#, fuzzy, c-format +msgid "Domain '%s' is already running" msgstr "Domain is already active" -#: src/test.c:1215 -msgid "Domain is still running" -msgstr "" +#: src/test.c:1305 +#, fuzzy, c-format +msgid "Domain '%s' is still running" +msgstr "Domain is already active" -#: src/test.c:1455 -#, fuzzy -msgid "Network is still running" +#: src/test.c:1532 +#, fuzzy, c-format +msgid "Network '%s' is still running" msgstr "Domain %s started\n" -#: src/test.c:1470 -#, fuzzy -msgid "Network is already running" +#: src/test.c:1547 +#, fuzzy, c-format +msgid "Network '%s' is already running" msgstr "Domain is already active" -#: src/util.c:154 +#: src/test.c:2011 +#, fuzzy, c-format +msgid "no storage vol with matching key '%s'" +msgstr "domain information in XML" + +#: src/test.c:2035 +#, fuzzy, c-format +msgid "no storage vol with matching path '%s'" +msgstr "domain information in XML" + +#: src/test.c:2062 +#, c-format +msgid "Not enough free space in pool for volume '%s'" +msgstr "" + +#: src/uml_conf.c:196 +msgid "only TCP listen is supported for chr device" +msgstr "" + +#: src/uml_conf.c:216 +#, fuzzy, c-format +msgid "unsupported chr device type %d" +msgstr "unexpected mime type" + +#: src/uml_driver.c:339 +#, fuzzy +msgid "cannot initialize inotify" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:344 +#, fuzzy, c-format +msgid "Failed to create monitor directory %s: %s" +msgstr "Failed to create domain from %s" + +#: src/uml_driver.c:379 +#, fuzzy +msgid "umlStartup: out of memory\n" +msgstr "out of memory" + +#: src/uml_driver.c:513 +#, fuzzy, c-format +msgid "failed to read pid: %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/uml_driver.c:561 +#, fuzzy, c-format +msgid "cannot open socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:569 +#, fuzzy, c-format +msgid "cannot bind socket %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:622 +#, fuzzy, c-format +msgid "cannot send too long command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:632 +#, fuzzy, c-format +msgid "cannot send command %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:642 +#, fuzzy, c-format +msgid "cannot read reply %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:694 +msgid "no kernel specified" +msgstr "" + +#: src/uml_driver.c:703 +#, fuzzy, c-format +msgid "Cannot find UML kernel %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/uml_driver.c:710 +#, fuzzy, c-format +msgid "cannot create log directory %s" +msgstr "failed to write configuration file: %s" + +#: src/uml_driver.c:784 +#, fuzzy, c-format +msgid "failed to wait on process: %d: %s\n" +msgstr "Failed to start domain %s" + +#: src/uml_driver.c:826 +#, fuzzy, c-format +msgid "Got unexpected pid %d != %d\n" +msgstr "unexpected dict node" + +#: src/uml_driver.c:1063 +#, fuzzy, c-format +msgid "cannot parse version %s" +msgstr "Failed to suspend domain %s" + +#: src/util.c:203 #, fuzzy, c-format msgid "cannot block signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:170 +#: src/util.c:219 #, fuzzy, c-format msgid "cannot create pipe: %s" msgstr "Failed to create domain %s\n" -#: src/util.c:230 src/util.c:320 +#: src/util.c:279 src/util.c:369 #, fuzzy, c-format msgid "cannot fork child process: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:249 src/util.c:287 +#: src/util.c:298 src/util.c:336 #, fuzzy, c-format msgid "cannot unblock signals: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:305 +#: src/util.c:354 #, fuzzy, c-format msgid "cannot become session leader: %s" msgstr "Failed to suspend domain %s" -#: src/util.c:312 +#: src/util.c:361 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "failed to write configuration file: %s" -#: src/util.c:332 +#: src/util.c:381 #, fuzzy, c-format msgid "failed to setup stdin file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:338 +#: src/util.c:387 #, fuzzy, c-format msgid "failed to setup stdout file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:344 +#: src/util.c:393 #, fuzzy, c-format msgid "failed to setup stderr file handle: %s" msgstr "failed to get hypervisor type" -#: src/util.c:361 +#: src/util.c:410 #, fuzzy, c-format msgid "cannot execute binary '%s': %s" msgstr "failed to write configuration file: %s" -#: src/util.c:427 -#, c-format -msgid "%s exited with non-zero status %d and signal %d" +#: src/util.c:448 src/util.c:565 +#, fuzzy +msgid "command debug string" +msgstr "domain name" + +#: src/util.c:495 +msgid "Unknown poll response." msgstr "" -#: src/uuid.c:103 +#: src/util.c:526 +#, fuzzy, c-format +msgid "poll error: %s" +msgstr "internal error %s" + +#: src/util.c:599 +#, c-format +msgid "'%s' exited with non-zero status %d and signal %d: %s" +msgstr "" + +#: src/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" -#: src/virsh.c:340 +#: src/virsh.c:339 msgid "print help" msgstr "print help" -#: src/virsh.c:341 +#: src/virsh.c:340 msgid "Prints global help or command specific help." msgstr "Prints global help or command specific help." -#: src/virsh.c:347 +#: src/virsh.c:346 #, fuzzy msgid "name of command" msgstr "name of the inactive domain" -#: src/virsh.c:359 +#: src/virsh.c:358 msgid "" "Commands:\n" "\n" @@ -4047,323 +4493,328 @@ msgstr "" "Commands:\n" "\n" -#: src/virsh.c:373 +#: src/virsh.c:372 #, fuzzy msgid "autostart a domain" msgstr "Start a domain." -#: src/virsh.c:375 +#: src/virsh.c:374 msgid "Configure a domain to be automatically started at boot." msgstr "" -#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 -#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 -#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 -#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 -#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 -#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 -#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 -#: src/virsh.c:5112 src/virsh.c:5343 +#: src/virsh.c:379 src/virsh.c:479 src/virsh.c:673 src/virsh.c:710 +#: src/virsh.c:767 src/virsh.c:834 src/virsh.c:1069 src/virsh.c:1113 +#: src/virsh.c:1334 src/virsh.c:1379 src/virsh.c:1418 src/virsh.c:1457 +#: src/virsh.c:1496 src/virsh.c:1535 src/virsh.c:1659 src/virsh.c:1746 +#: src/virsh.c:1880 src/virsh.c:1937 src/virsh.c:1994 src/virsh.c:2116 +#: src/virsh.c:2257 src/virsh.c:4580 src/virsh.c:4656 src/virsh.c:4717 +#: src/virsh.c:4776 src/virsh.c:4835 src/virsh.c:4952 src/virsh.c:5073 +#: src/virsh.c:5238 src/virsh.c:5469 msgid "domain name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 +#: src/virsh.c:380 src/virsh.c:2326 src/virsh.c:2823 msgid "disable autostarting" msgstr "" -#: src/virsh.c:402 +#: src/virsh.c:401 #, fuzzy, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:405 +#: src/virsh.c:404 #, fuzzy, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:412 +#: src/virsh.c:411 #, fuzzy, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:414 +#: src/virsh.c:413 #, fuzzy, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:425 +#: src/virsh.c:424 msgid "(re)connect to hypervisor" msgstr "(re)connect to hypervisor" -#: src/virsh.c:427 +#: src/virsh.c:426 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:432 +#: src/virsh.c:431 msgid "hypervisor connection URI" msgstr "hypervisor connection URI" -#: src/virsh.c:433 +#: src/virsh.c:432 msgid "read-only connection" msgstr "read-only connection" -#: src/virsh.c:445 +#: src/virsh.c:444 msgid "Failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:463 +#: src/virsh.c:462 msgid "Failed to connect to the hypervisor" msgstr "Failed to connect to the hypervisor" -#: src/virsh.c:473 +#: src/virsh.c:472 msgid "connect to the guest console" msgstr "" -#: src/virsh.c:475 +#: src/virsh.c:474 msgid "Connect the virtual serial console for the guest" msgstr "" -#: src/virsh.c:522 +#: src/virsh.c:521 msgid "No console available for domain\n" msgstr "" -#: src/virsh.c:539 +#: src/virsh.c:538 msgid "console not implemented on this platform" msgstr "" -#: src/virsh.c:550 +#: src/virsh.c:549 msgid "list domains" msgstr "list domains" -#: src/virsh.c:551 +#: src/virsh.c:550 msgid "Returns list of domains." msgstr "Returns list of domains." -#: src/virsh.c:556 +#: src/virsh.c:555 msgid "list inactive domains" msgstr "list inactive domains" -#: src/virsh.c:557 +#: src/virsh.c:556 msgid "list inactive & active domains" msgstr "list inactive & active domains" -#: src/virsh.c:579 src/virsh.c:586 +#: src/virsh.c:578 src/virsh.c:585 msgid "Failed to list active domains" msgstr "Failed to list active domains" -#: src/virsh.c:597 src/virsh.c:605 +#: src/virsh.c:596 src/virsh.c:604 msgid "Failed to list inactive domains" msgstr "Failed to list inactive domains" -#: src/virsh.c:614 +#: src/virsh.c:613 msgid "Id" msgstr "Id" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 src/virsh.c:4207 msgid "Name" msgstr "Name" -#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:613 src/virsh.c:2609 src/virsh.c:3411 msgid "State" msgstr "State" -#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 +#: src/virsh.c:626 src/virsh.c:648 src/virsh.c:6433 src/virsh.c:6449 msgid "no state" msgstr "no state" -#: src/virsh.c:668 +#: src/virsh.c:667 msgid "domain state" msgstr "domain state" -#: src/virsh.c:669 +#: src/virsh.c:668 #, fuzzy msgid "Returns state about a domain." msgstr "Returns state about a running domain." -#: src/virsh.c:705 +#: src/virsh.c:704 msgid "get device block stats for a domain" msgstr "" -#: src/virsh.c:706 +#: src/virsh.c:705 #, fuzzy msgid "Get device block stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:712 +#: src/virsh.c:711 #, fuzzy msgid "block device" msgstr "blocked" -#: src/virsh.c:733 +#: src/virsh.c:732 #, fuzzy, c-format msgid "Failed to get block stats %s %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:762 +#: src/virsh.c:761 #, fuzzy msgid "get network interface stats for a domain" msgstr "undefined domain name or id" -#: src/virsh.c:763 +#: src/virsh.c:762 #, fuzzy msgid "Get network interface stats for a running domain." msgstr "Returns state about a running domain." -#: src/virsh.c:769 +#: src/virsh.c:768 msgid "interface device" msgstr "" -#: src/virsh.c:790 +#: src/virsh.c:789 #, fuzzy, c-format msgid "Failed to get interface stats %s %s" msgstr "failed to get node information" -#: src/virsh.c:829 +#: src/virsh.c:828 msgid "suspend a domain" msgstr "suspend a domain" -#: src/virsh.c:830 +#: src/virsh.c:829 msgid "Suspend a running domain." msgstr "Suspend a running domain." -#: src/virsh.c:853 +#: src/virsh.c:852 #, c-format msgid "Domain %s suspended\n" msgstr "Domain %s suspended\n" -#: src/virsh.c:855 +#: src/virsh.c:854 #, c-format msgid "Failed to suspend domain %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:868 +#: src/virsh.c:867 msgid "create a domain from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:869 +#: src/virsh.c:868 msgid "Create a domain." msgstr "Create a domain." -#: src/virsh.c:874 src/virsh.c:922 +#: src/virsh.c:873 src/virsh.c:921 #, fuzzy msgid "file containing an XML domain description" msgstr "file conatining an XML domain description" -#: src/virsh.c:901 +#: src/virsh.c:900 #, c-format msgid "Domain %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:905 +#: src/virsh.c:904 #, c-format msgid "Failed to create domain from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:916 +#: src/virsh.c:915 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:917 +#: src/virsh.c:916 msgid "Define a domain." msgstr "Define a domain." -#: src/virsh.c:949 +#: src/virsh.c:948 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:953 +#: src/virsh.c:952 #, c-format msgid "Failed to define domain from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:964 +#: src/virsh.c:963 msgid "undefine an inactive domain" msgstr "undefine an inactive domain" -#: src/virsh.c:965 +#: src/virsh.c:964 msgid "Undefine the configuration for an inactive domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:970 src/virsh.c:2154 +#: src/virsh.c:969 src/virsh.c:2185 msgid "domain name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:992 +#: src/virsh.c:991 #, 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:1003 +#: src/virsh.c:1002 #, c-format msgid "Domain %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:1005 +#: src/virsh.c:1004 #, c-format msgid "Failed to undefine domain %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:1019 +#: src/virsh.c:1018 msgid "start a (previously defined) inactive domain" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:1020 +#: src/virsh.c:1019 msgid "Start a domain." msgstr "Start a domain." -#: src/virsh.c:1025 +#: src/virsh.c:1024 msgid "name of the inactive domain" msgstr "name of the inactive domain" -#: src/virsh.c:1042 +#: src/virsh.c:1041 msgid "Domain is already active" msgstr "Domain is already active" -#: src/virsh.c:1048 +#: src/virsh.c:1047 #, c-format msgid "Domain %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:1051 +#: src/virsh.c:1050 #, c-format msgid "Failed to start domain %s" msgstr "Failed to start domain %s" -#: src/virsh.c:1064 +#: src/virsh.c:1063 msgid "save a domain state to a file" msgstr "save a domain state to a file" -#: src/virsh.c:1065 +#: src/virsh.c:1064 msgid "Save a running domain." msgstr "Save a running domain." -#: src/virsh.c:1071 +#: src/virsh.c:1070 msgid "where to save the data" msgstr "where to save the data" -#: src/virsh.c:1093 +#: src/virsh.c:1092 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domain %s saved to %s\n" -#: src/virsh.c:1095 +#: src/virsh.c:1094 #, c-format msgid "Failed to save domain %s to %s" msgstr "Failed to save domain %s to %s" -#: src/virsh.c:1108 +#: src/virsh.c:1107 msgid "show/set scheduler parameters" msgstr "" -#: src/virsh.c:1109 +#: src/virsh.c:1108 msgid "Show/Set scheduler parameters." msgstr "" +#: src/virsh.c:1114 +#, fuzzy +msgid "parameter=value" +msgstr "allocate value array" + #: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "" @@ -4372,1685 +4823,1734 @@ msgstr "" msgid "cap for XEN_CREDIT" msgstr "" -#: src/virsh.c:1148 +#: src/virsh.c:1152 msgid "Invalid value of weight" msgstr "" -#: src/virsh.c:1158 +#: src/virsh.c:1162 msgid "Invalid value of cap" msgstr "" -#: src/virsh.c:1200 src/virsh.c:1204 +#: src/virsh.c:1172 +msgid "Error getting param" +msgstr "" + +#: src/virsh.c:1181 +#, fuzzy +msgid "Invalid value of param" +msgstr "number of virtual CPUs" + +#: src/virsh.c:1230 src/virsh.c:1234 msgid "Scheduler" msgstr "" -#: src/virsh.c:1204 +#: src/virsh.c:1234 #, fuzzy msgid "Unknown" msgstr "unknown host" -#: src/virsh.c:1259 +#: src/virsh.c:1290 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:1260 +#: src/virsh.c:1291 msgid "Restore a domain." msgstr "Restore a domain." -#: src/virsh.c:1265 +#: src/virsh.c:1296 msgid "the state to restore" msgstr "the state to restore" -#: src/virsh.c:1284 +#: src/virsh.c:1315 #, c-format msgid "Domain restored from %s\n" msgstr "Domain restored from %s\n" -#: src/virsh.c:1286 +#: src/virsh.c:1317 #, c-format msgid "Failed to restore domain from %s" msgstr "Failed to restore domain from %s" -#: src/virsh.c:1297 +#: src/virsh.c:1328 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:1298 +#: src/virsh.c:1329 msgid "Core dump a domain." msgstr "Core dump a domain." -#: src/virsh.c:1304 +#: src/virsh.c:1335 msgid "where to dump the core" msgstr "where to dump the core" -#: src/virsh.c:1326 +#: src/virsh.c:1357 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "Domain %s dumpd to %s\n" -#: src/virsh.c:1328 +#: src/virsh.c:1359 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Failed to core dump domain %s to %s" -#: src/virsh.c:1342 +#: src/virsh.c:1373 msgid "resume a domain" msgstr "resume a domain" -#: src/virsh.c:1343 +#: src/virsh.c:1374 msgid "Resume a previously suspended domain." msgstr "Resume a previously suspended domain." -#: src/virsh.c:1366 +#: src/virsh.c:1397 #, c-format msgid "Domain %s resumed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:1368 +#: src/virsh.c:1399 #, c-format msgid "Failed to resume domain %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:1381 +#: src/virsh.c:1412 msgid "gracefully shutdown a domain" msgstr "gracefully shutdown a domain" -#: src/virsh.c:1382 +#: src/virsh.c:1413 msgid "Run shutdown in the target domain." msgstr "Run shutdown in the target domain." -#: src/virsh.c:1405 +#: src/virsh.c:1436 #, c-format msgid "Domain %s is being shutdown\n" msgstr "Domain %s is being shutdown\n" -#: src/virsh.c:1407 +#: src/virsh.c:1438 #, c-format msgid "Failed to shutdown domain %s" msgstr "Failed to shutdown domain %s" -#: src/virsh.c:1420 +#: src/virsh.c:1451 msgid "reboot a domain" msgstr "reboot a domain" -#: src/virsh.c:1421 +#: 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:1444 +#: src/virsh.c:1475 #, c-format msgid "Domain %s is being rebooted\n" msgstr "Domain %s is being rebooted\n" -#: src/virsh.c:1446 +#: src/virsh.c:1477 #, c-format msgid "Failed to reboot domain %s" msgstr "Failed to reboot domain %s" -#: src/virsh.c:1459 +#: src/virsh.c:1490 msgid "destroy a domain" msgstr "destroy a domain" -#: src/virsh.c:1460 +#: src/virsh.c:1491 msgid "Destroy a given domain." msgstr "Destroy a given domain." -#: src/virsh.c:1483 +#: src/virsh.c:1514 #, c-format msgid "Domain %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:1485 +#: src/virsh.c:1516 #, c-format msgid "Failed to destroy domain %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:1498 +#: src/virsh.c:1529 msgid "domain information" msgstr "domain information" -#: src/virsh.c:1499 +#: src/virsh.c:1530 msgid "Returns basic information about the domain." msgstr "Returns basic information about the domain." -#: src/virsh.c:1525 src/virsh.c:1527 +#: src/virsh.c:1556 src/virsh.c:1558 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 +#: src/virsh.c:1559 src/virsh.c:3649 src/virsh.c:4095 msgid "Name:" msgstr "Name:" -#: src/virsh.c:1531 src/virsh.c:3615 +#: src/virsh.c:1562 src/virsh.c:3652 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1534 +#: src/virsh.c:1565 msgid "OS Type:" msgstr "OS Type:" -#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 -#: src/virsh.c:3630 src/virsh.c:3634 +#: src/virsh.c:1570 src/virsh.c:1703 src/virsh.c:3659 src/virsh.c:3663 +#: src/virsh.c:3667 src/virsh.c:3671 msgid "State:" msgstr "State:" -#: src/virsh.c:1542 src/virsh.c:2035 +#: src/virsh.c:1573 src/virsh.c:2066 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1549 src/virsh.c:1679 +#: src/virsh.c:1580 src/virsh.c:1710 msgid "CPU time:" msgstr "CPU time:" -#: src/virsh.c:1553 src/virsh.c:1556 +#: src/virsh.c:1584 src/virsh.c:1587 msgid "Max memory:" msgstr "Max memory:" -#: src/virsh.c:1557 +#: src/virsh.c:1588 msgid "no limit" msgstr "" -#: src/virsh.c:1559 +#: src/virsh.c:1590 msgid "Used memory:" msgstr "Used memory:" -#: src/virsh.c:1567 +#: src/virsh.c:1598 #, fuzzy msgid "Autostart:" msgstr "no state" -#: src/virsh.c:1568 +#: src/virsh.c:1599 #, fuzzy msgid "enable" msgstr "Name" -#: src/virsh.c:1568 +#: src/virsh.c:1599 msgid "disable" msgstr "" -#: src/virsh.c:1580 +#: src/virsh.c:1611 #, fuzzy msgid "NUMA free memory" msgstr "Used memory:" -#: src/virsh.c:1581 +#: src/virsh.c:1612 msgid "display available free memory for the NUMA cell." msgstr "" -#: src/virsh.c:1586 +#: src/virsh.c:1617 #, fuzzy msgid "NUMA cell number" msgstr "NUMA cell(s):" -#: src/virsh.c:1610 +#: src/virsh.c:1641 msgid "Total" msgstr "" -#: src/virsh.c:1622 +#: src/virsh.c:1653 msgid "domain vcpu information" msgstr "domain vcpu information" -#: src/virsh.c:1623 +#: src/virsh.c:1654 msgid "Returns basic information about the domain virtual CPUs." msgstr "Returns basic information about the domain virtual CPUs." -#: src/virsh.c:1670 +#: src/virsh.c:1701 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1671 +#: src/virsh.c:1702 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1681 +#: src/virsh.c:1712 msgid "CPU Affinity:" msgstr "CPU Affinity:" -#: src/virsh.c:1693 +#: src/virsh.c:1724 msgid "Domain shut off, virtual CPUs not present." msgstr "" -#: src/virsh.c:1709 +#: src/virsh.c:1740 msgid "control domain vcpu affinity" msgstr "control domain vcpu affinity" -#: src/virsh.c:1710 +#: src/virsh.c:1741 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Pin domain VCPUs to host physical CPUs." -#: src/virsh.c:1716 +#: src/virsh.c:1747 msgid "vcpu number" msgstr "vcpu number" -#: src/virsh.c:1717 +#: src/virsh.c:1748 msgid "host cpu number(s) (comma separated)" msgstr "host cpu number(s) (comma separated)" -#: src/virsh.c:1745 +#: src/virsh.c:1776 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" -#: src/virsh.c:1751 +#: src/virsh.c:1782 msgid "vcpupin: Missing cpulist" msgstr "" -#: src/virsh.c:1763 +#: src/virsh.c:1794 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "failed to get node information" -#: src/virsh.c:1769 +#: src/virsh.c:1800 msgid "vcpupin: Invalid vCPU number." msgstr "" -#: src/virsh.c:1778 +#: src/virsh.c:1809 msgid "cpulist: Invalid format. Empty string." msgstr "" -#: src/virsh.c:1788 +#: src/virsh.c:1819 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" -#: src/virsh.c:1798 +#: src/virsh.c:1829 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" -#: src/virsh.c:1805 +#: src/virsh.c:1836 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" -#: src/virsh.c:1819 +#: src/virsh.c:1850 #, fuzzy, c-format msgid "Physical CPU %d doesn't exist." msgstr "command '%s' doesn't exist" -#: src/virsh.c:1843 +#: src/virsh.c:1874 msgid "change number of virtual CPUs" msgstr "change number of virtual CPUs" -#: src/virsh.c:1844 +#: src/virsh.c:1875 #, 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:1850 +#: src/virsh.c:1881 msgid "number of virtual CPUs" msgstr "number of virtual CPUs" -#: src/virsh.c:1870 +#: src/virsh.c:1901 #, fuzzy msgid "Invalid number of virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1882 +#: src/virsh.c:1913 #, fuzzy msgid "Too many virtual CPUs." msgstr "number of virtual CPUs" -#: src/virsh.c:1900 +#: src/virsh.c:1931 msgid "change memory allocation" msgstr "change memory allocation" -#: src/virsh.c:1901 +#: src/virsh.c:1932 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:1938 #, fuzzy msgid "number of kilobytes of memory" msgstr "number of bytes of memory" -#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 +#: src/virsh.c:1959 src/virsh.c:1971 src/virsh.c:2016 #, c-format msgid "Invalid value of %d for memory size" msgstr "" -#: src/virsh.c:1934 +#: src/virsh.c:1965 msgid "Unable to verify MaxMemorySize" msgstr "" -#: src/virsh.c:1957 +#: src/virsh.c:1988 msgid "change maximum memory limit" msgstr "change maximum memory limit" -#: src/virsh.c:1958 +#: src/virsh.c:1989 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:1964 +#: src/virsh.c:1995 #, fuzzy msgid "maximum memory limit in kilobytes" msgstr "maxmimum memory limit in bytes" -#: src/virsh.c:1991 +#: src/virsh.c:2022 msgid "Unable to verify current MemorySize" msgstr "" -#: src/virsh.c:1998 +#: src/virsh.c:2029 #, fuzzy msgid "Unable to shrink current MemorySize" msgstr "domain memory" -#: src/virsh.c:2004 +#: src/virsh.c:2035 msgid "Unable to change MaxMemorySize" msgstr "" -#: src/virsh.c:2017 +#: src/virsh.c:2048 msgid "node information" msgstr "node information" -#: src/virsh.c:2018 +#: src/virsh.c:2049 msgid "Returns basic information about the node." msgstr "Returns basic information about the node." -#: src/virsh.c:2031 +#: src/virsh.c:2062 msgid "failed to get node information" msgstr "failed to get node information" -#: src/virsh.c:2034 +#: src/virsh.c:2065 msgid "CPU model:" msgstr "CPU model:" -#: src/virsh.c:2036 +#: src/virsh.c:2067 msgid "CPU frequency:" msgstr "CPU frequency:" -#: src/virsh.c:2037 +#: src/virsh.c:2068 msgid "CPU socket(s):" msgstr "CPU socket(s):" -#: src/virsh.c:2038 +#: src/virsh.c:2069 msgid "Core(s) per socket:" msgstr "Core(s) per socket:" -#: src/virsh.c:2039 +#: src/virsh.c:2070 msgid "Thread(s) per core:" msgstr "Thread(s) per core:" -#: src/virsh.c:2040 +#: src/virsh.c:2071 msgid "NUMA cell(s):" msgstr "NUMA cell(s):" -#: src/virsh.c:2041 +#: src/virsh.c:2072 msgid "Memory size:" msgstr "Memory size:" -#: src/virsh.c:2051 +#: src/virsh.c:2082 msgid "capabilities" msgstr "" -#: src/virsh.c:2052 +#: src/virsh.c:2083 msgid "Returns capabilities of hypervisor/driver." msgstr "" -#: src/virsh.c:2065 +#: src/virsh.c:2096 #, fuzzy msgid "failed to get capabilities" msgstr "failed to open file" -#: src/virsh.c:2079 +#: src/virsh.c:2110 msgid "domain information in XML" msgstr "domain information in XML" -#: src/virsh.c:2080 +#: src/virsh.c:2111 #, 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:2119 +#: src/virsh.c:2150 msgid "convert a domain id or UUID to domain name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2124 +#: src/virsh.c:2155 msgid "domain id or uuid" msgstr "domain id or uuid" -#: src/virsh.c:2149 +#: src/virsh.c:2180 msgid "convert a domain name or UUID to domain id" msgstr "convert a domain name or UUID to domain id" -#: src/virsh.c:2184 +#: src/virsh.c:2215 msgid "convert a domain name or id to domain UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:2189 +#: src/virsh.c:2220 msgid "domain id or name" msgstr "domain id or name" -#: src/virsh.c:2208 +#: src/virsh.c:2239 msgid "failed to get domain UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2219 +#: src/virsh.c:2250 msgid "migrate domain to another host" msgstr "" -#: src/virsh.c:2220 +#: src/virsh.c:2251 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" -#: src/virsh.c:2225 +#: src/virsh.c:2256 msgid "live migration" msgstr "" -#: src/virsh.c:2227 +#: src/virsh.c:2258 msgid "connection URI of the destination host" msgstr "" -#: src/virsh.c:2228 +#: src/virsh.c:2259 msgid "migration URI, usually can be omitted" msgstr "" -#: src/virsh.c:2250 +#: src/virsh.c:2260 +msgid "rename to new name during migration (if supported)" +msgstr "" + +#: src/virsh.c:2283 msgid "migrate: Missing desturi" msgstr "" -#: src/virsh.c:2282 +#: src/virsh.c:2318 #, fuzzy msgid "autostart a network" msgstr "Start a domain." -#: src/virsh.c:2284 +#: src/virsh.c:2320 msgid "Configure a network to be automatically started at boot." msgstr "" -#: src/virsh.c:2289 src/virsh.c:2710 +#: src/virsh.c:2325 src/virsh.c:2746 #, fuzzy msgid "network name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2311 +#: src/virsh.c:2347 #, fuzzy, c-format msgid "failed to mark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2314 +#: src/virsh.c:2350 #, fuzzy, c-format msgid "failed to unmark network %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2321 +#: src/virsh.c:2357 #, fuzzy, c-format msgid "Network %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2323 +#: src/virsh.c:2359 #, fuzzy, c-format msgid "Network %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2333 +#: src/virsh.c:2369 #, fuzzy msgid "create a network from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2334 +#: src/virsh.c:2370 #, fuzzy msgid "Create a network." msgstr "Create a domain." -#: src/virsh.c:2339 src/virsh.c:2387 +#: src/virsh.c:2375 src/virsh.c:2423 #, fuzzy msgid "file containing an XML network description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2366 +#: src/virsh.c:2402 #, fuzzy, c-format msgid "Network %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2369 +#: src/virsh.c:2405 #, fuzzy, c-format msgid "Failed to create network from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2381 +#: src/virsh.c:2417 #, 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:2382 +#: src/virsh.c:2418 #, fuzzy msgid "Define a network." msgstr "Define a domain." -#: src/virsh.c:2414 +#: src/virsh.c:2450 #, fuzzy, c-format msgid "Network %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:2417 +#: src/virsh.c:2453 #, fuzzy, c-format msgid "Failed to define network from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:2429 +#: src/virsh.c:2465 #, fuzzy msgid "destroy a network" msgstr "destroy a domain" -#: src/virsh.c:2430 +#: src/virsh.c:2466 #, fuzzy msgid "Destroy a given network." msgstr "Destroy a given domain." -#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 +#: src/virsh.c:2471 src/virsh.c:2511 src/virsh.c:5572 #, fuzzy msgid "network name, id or uuid" msgstr "domain name, id or uuid" -#: src/virsh.c:2453 +#: src/virsh.c:2489 #, fuzzy, c-format msgid "Network %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:2455 +#: src/virsh.c:2491 #, fuzzy, c-format msgid "Failed to destroy network %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:2469 +#: src/virsh.c:2505 #, fuzzy msgid "network information in XML" msgstr "domain information in XML" -#: src/virsh.c:2470 +#: src/virsh.c:2506 #, 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:2510 +#: src/virsh.c:2546 msgid "list networks" msgstr "" -#: src/virsh.c:2511 +#: src/virsh.c:2547 #, fuzzy msgid "Returns list of networks." msgstr "Returns list of domains." -#: src/virsh.c:2516 +#: src/virsh.c:2552 #, fuzzy msgid "list inactive networks" msgstr "list inactive domains" -#: src/virsh.c:2517 +#: src/virsh.c:2553 #, fuzzy msgid "list inactive & active networks" msgstr "list inactive & active domains" -#: src/virsh.c:2537 src/virsh.c:2545 +#: src/virsh.c:2573 src/virsh.c:2581 #, fuzzy msgid "Failed to list active networks" msgstr "Failed to list active domains" -#: src/virsh.c:2556 src/virsh.c:2564 +#: src/virsh.c:2592 src/virsh.c:2600 #, fuzzy msgid "Failed to list inactive networks" msgstr "Failed to list inactive domains" -#: src/virsh.c:2573 src/virsh.c:3374 +#: src/virsh.c:2609 src/virsh.c:3411 msgid "Autostart" msgstr "" -#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 +#: src/virsh.c:2624 src/virsh.c:2647 src/virsh.c:3426 src/virsh.c:3449 #, fuzzy msgid "no autostart" msgstr "no state" -#: src/virsh.c:2594 src/virsh.c:3395 +#: src/virsh.c:2630 src/virsh.c:3432 msgid "active" msgstr "" -#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 +#: src/virsh.c:2653 src/virsh.c:3455 src/virsh.c:3660 #, fuzzy msgid "inactive" msgstr "node active cpu" -#: src/virsh.c:2634 +#: src/virsh.c:2670 #, fuzzy msgid "convert a network UUID to network name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:2639 +#: src/virsh.c:2675 msgid "network uuid" msgstr "" -#: src/virsh.c:2665 +#: src/virsh.c:2701 #, fuzzy msgid "start a (previously defined) inactive network" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:2666 +#: src/virsh.c:2702 #, fuzzy msgid "Start a network." msgstr "Start a domain." -#: src/virsh.c:2671 +#: src/virsh.c:2707 #, fuzzy msgid "name of the inactive network" msgstr "name of the inactive domain" -#: src/virsh.c:2688 +#: src/virsh.c:2724 #, fuzzy, c-format msgid "Network %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:2691 +#: src/virsh.c:2727 #, fuzzy, c-format msgid "Failed to start network %s" msgstr "Failed to start domain %s" -#: src/virsh.c:2704 +#: src/virsh.c:2740 #, fuzzy msgid "undefine an inactive network" msgstr "undefine an inactive domain" -#: src/virsh.c:2705 +#: src/virsh.c:2741 #, fuzzy msgid "Undefine the configuration for an inactive network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:2728 +#: src/virsh.c:2764 #, fuzzy, c-format msgid "Network %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:2730 +#: src/virsh.c:2766 #, fuzzy, c-format msgid "Failed to undefine network %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:2743 +#: src/virsh.c:2779 #, 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:2784 msgid "network name" msgstr "" -#: src/virsh.c:2768 +#: src/virsh.c:2804 #, fuzzy msgid "failed to get network UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:2779 +#: src/virsh.c:2815 #, fuzzy msgid "autostart a pool" msgstr "Start a domain." -#: src/virsh.c:2781 +#: src/virsh.c:2817 msgid "Configure a pool to be automatically started at boot." msgstr "" -#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 -#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 -#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 -#: src/virsh.c:4278 src/virsh.c:5464 +#: src/virsh.c:2822 src/virsh.c:3153 src/virsh.c:3193 src/virsh.c:3233 +#: src/virsh.c:3273 src/virsh.c:3313 src/virsh.c:3631 src/virsh.c:3899 +#: src/virsh.c:4035 src/virsh.c:4077 src/virsh.c:4129 src/virsh.c:4171 +#: src/virsh.c:4315 src/virsh.c:5590 #, fuzzy msgid "pool name or uuid" msgstr "domain name or uuid" -#: src/virsh.c:2808 +#: src/virsh.c:2844 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2811 +#: src/virsh.c:2847 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "Failed to start domain %s" -#: src/virsh.c:2818 +#: src/virsh.c:2854 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2820 +#: src/virsh.c:2856 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Domain %s started\n" -#: src/virsh.c:2830 +#: src/virsh.c:2866 #, fuzzy msgid "create a pool from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:2831 src/virsh.c:2878 +#: src/virsh.c:2867 src/virsh.c:2915 #, fuzzy msgid "Create a pool." msgstr "Create a domain." -#: src/virsh.c:2836 src/virsh.c:2974 +#: src/virsh.c:2873 src/virsh.c:3011 #, fuzzy msgid "file containing an XML pool description" msgstr "file conatining an XML domain description" -#: src/virsh.c:2863 +#: src/virsh.c:2900 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2866 +#: src/virsh.c:2903 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2877 +#: src/virsh.c:2914 #, fuzzy msgid "create a pool from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:2883 src/virsh.c:3022 +#: src/virsh.c:2920 src/virsh.c:3059 #, fuzzy msgid "name of the pool" msgstr "name of the inactive domain" -#: src/virsh.c:2884 src/virsh.c:3023 +#: src/virsh.c:2921 src/virsh.c:3060 msgid "type of the pool" msgstr "" -#: src/virsh.c:2885 src/virsh.c:3024 +#: src/virsh.c:2922 src/virsh.c:3061 msgid "source-host for underlying storage" msgstr "" -#: src/virsh.c:2886 src/virsh.c:3025 +#: src/virsh.c:2923 src/virsh.c:3062 msgid "source path for underlying storage" msgstr "" -#: src/virsh.c:2887 src/virsh.c:3026 +#: src/virsh.c:2924 src/virsh.c:3063 msgid "source device for underlying storage" msgstr "" -#: src/virsh.c:2888 src/virsh.c:3028 +#: src/virsh.c:2925 src/virsh.c:3065 msgid "target for underlying storage" msgstr "" -#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 +#: src/virsh.c:2977 src/virsh.c:3119 src/virsh.c:3864 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "failed to allocate a node" -#: src/virsh.c:2949 +#: src/virsh.c:2986 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:2953 +#: src/virsh.c:2990 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:2968 +#: src/virsh.c:3005 #, 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:2969 src/virsh.c:3017 +#: src/virsh.c:3006 src/virsh.c:3054 #, fuzzy msgid "Define a pool." msgstr "Define a domain." -#: src/virsh.c:3001 +#: src/virsh.c:3038 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3004 +#: src/virsh.c:3041 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "Failed to define domain from %s" -#: src/virsh.c:3016 +#: src/virsh.c:3053 msgid "define a pool from a set of args" msgstr "" -#: src/virsh.c:3027 +#: src/virsh.c:3064 msgid "source name for underlying storage" msgstr "" -#: src/virsh.c:3091 +#: src/virsh.c:3128 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "Domain %s defined from %s\n" -#: src/virsh.c:3095 +#: src/virsh.c:3132 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3110 +#: src/virsh.c:3147 msgid "build a pool" msgstr "" -#: src/virsh.c:3111 +#: src/virsh.c:3148 msgid "Build a given pool." msgstr "" -#: src/virsh.c:3134 +#: src/virsh.c:3171 #, c-format msgid "Pool %s builded\n" msgstr "" -#: src/virsh.c:3136 +#: src/virsh.c:3173 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "Failed to suspend domain %s" -#: src/virsh.c:3150 +#: src/virsh.c:3187 #, fuzzy msgid "destroy a pool" msgstr "destroy a domain" -#: src/virsh.c:3151 +#: src/virsh.c:3188 #, fuzzy msgid "Destroy a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3174 +#: src/virsh.c:3211 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3176 +#: src/virsh.c:3213 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3190 +#: src/virsh.c:3227 msgid "delete a pool" msgstr "" -#: src/virsh.c:3191 +#: src/virsh.c:3228 #, fuzzy msgid "Delete a given pool." msgstr "Destroy a given domain." -#: src/virsh.c:3214 +#: src/virsh.c:3251 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:3216 +#: src/virsh.c:3253 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:3230 +#: src/virsh.c:3267 msgid "refresh a pool" msgstr "" -#: src/virsh.c:3231 +#: src/virsh.c:3268 msgid "Refresh a given pool." msgstr "" -#: src/virsh.c:3254 +#: src/virsh.c:3291 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "Domain %s resumed\n" -#: src/virsh.c:3256 +#: src/virsh.c:3293 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "Failed to resume domain %s" -#: src/virsh.c:3270 +#: src/virsh.c:3307 #, fuzzy msgid "pool information in XML" msgstr "domain information in XML" -#: src/virsh.c:3271 +#: src/virsh.c:3308 #, 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:3311 +#: src/virsh.c:3348 #, fuzzy msgid "list pools" msgstr "list domains" -#: src/virsh.c:3312 +#: src/virsh.c:3349 #, fuzzy msgid "Returns list of pools." msgstr "Returns list of domains." -#: src/virsh.c:3317 +#: src/virsh.c:3354 #, fuzzy msgid "list inactive pools" msgstr "list inactive domains" -#: src/virsh.c:3318 +#: src/virsh.c:3355 #, fuzzy msgid "list inactive & active pools" msgstr "list inactive & active domains" -#: src/virsh.c:3338 src/virsh.c:3346 +#: src/virsh.c:3375 src/virsh.c:3383 #, fuzzy msgid "Failed to list active pools" msgstr "Failed to list active domains" -#: src/virsh.c:3357 src/virsh.c:3365 +#: src/virsh.c:3394 src/virsh.c:3402 #, fuzzy msgid "Failed to list inactive pools" msgstr "Failed to list inactive domains" -#: src/virsh.c:3434 +#: src/virsh.c:3471 #, fuzzy msgid "find potential storage pool sources" msgstr "invalid connection pointer in %s" -#: src/virsh.c:3435 src/virsh.c:3516 +#: src/virsh.c:3472 src/virsh.c:3553 msgid "Returns XML document." msgstr "" -#: src/virsh.c:3441 +#: src/virsh.c:3478 #, fuzzy msgid "type of storage pool sources to find" msgstr "too many drivers registered" -#: src/virsh.c:3442 +#: src/virsh.c:3479 msgid "optional host to query" msgstr "" -#: src/virsh.c:3443 +#: src/virsh.c:3480 msgid "optional port to query" msgstr "" -#: src/virsh.c:3488 +#: src/virsh.c:3525 #, fuzzy msgid "Out of memory" msgstr "out of memory" -#: src/virsh.c:3491 +#: src/virsh.c:3528 #, c-format msgid "asprintf failed (errno %d)" msgstr "" -#: src/virsh.c:3500 src/virsh.c:3552 +#: src/virsh.c:3537 src/virsh.c:3589 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3515 +#: src/virsh.c:3552 msgid "discover potential storage pool sources" msgstr "" -#: src/virsh.c:3522 +#: src/virsh.c:3559 #, fuzzy msgid "type of storage pool sources to discover" msgstr "too many drivers registered" -#: src/virsh.c:3524 +#: src/virsh.c:3561 msgid "optional file of source xml to query for pools" msgstr "" -#: src/virsh.c:3588 +#: src/virsh.c:3625 #, fuzzy msgid "storage pool information" msgstr "node information" -#: src/virsh.c:3589 +#: src/virsh.c:3626 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Returns basic information about the node." -#: src/virsh.c:3627 +#: src/virsh.c:3664 msgid "building" msgstr "" -#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 +#: src/virsh.c:3668 src/virsh.c:6419 src/virsh.c:6445 msgid "running" msgstr "running" -#: src/virsh.c:3635 +#: src/virsh.c:3672 msgid "degraded" msgstr "" -#: src/virsh.c:3642 src/virsh.c:4068 +#: src/virsh.c:3679 src/virsh.c:4105 msgid "Capacity:" msgstr "" -#: src/virsh.c:3645 src/virsh.c:4071 +#: src/virsh.c:3682 src/virsh.c:4108 #, fuzzy msgid "Allocation:" msgstr "allocating domain" -#: src/virsh.c:3648 +#: src/virsh.c:3685 msgid "Available:" msgstr "" -#: src/virsh.c:3664 +#: src/virsh.c:3701 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:3669 +#: src/virsh.c:3706 #, fuzzy msgid "pool uuid" msgstr "domain uuid" -#: src/virsh.c:3695 +#: src/virsh.c:3732 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "start a (previously defined) inactive domain" -#: src/virsh.c:3696 +#: src/virsh.c:3733 #, fuzzy msgid "Start a pool." msgstr "Start a domain." -#: src/virsh.c:3701 +#: src/virsh.c:3738 #, fuzzy msgid "name of the inactive pool" msgstr "name of the inactive domain" -#: src/virsh.c:3718 +#: src/virsh.c:3755 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "Domain %s started\n" -#: src/virsh.c:3721 +#: src/virsh.c:3758 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "Failed to start domain %s" -#: src/virsh.c:3734 +#: src/virsh.c:3771 #, fuzzy msgid "create a volume from a set of args" msgstr "create a domain from an XML file" -#: src/virsh.c:3735 src/virsh.c:3934 +#: src/virsh.c:3772 src/virsh.c:3971 #, fuzzy msgid "Create a vol." msgstr "Create a domain." -#: src/virsh.c:3741 +#: src/virsh.c:3778 #, fuzzy msgid "name of the volume" msgstr "name of the inactive domain" -#: src/virsh.c:3742 +#: src/virsh.c:3779 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3743 +#: src/virsh.c:3780 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" -#: src/virsh.c:3744 +#: src/virsh.c:3781 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" -#: src/virsh.c:3802 src/virsh.c:3807 +#: src/virsh.c:3839 src/virsh.c:3844 #, c-format msgid "Malformed size %s" msgstr "" -#: src/virsh.c:3836 +#: src/virsh.c:3873 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3840 +#: src/virsh.c:3877 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:3856 +#: src/virsh.c:3893 #, fuzzy msgid "undefine an inactive pool" msgstr "undefine an inactive domain" -#: src/virsh.c:3857 +#: src/virsh.c:3894 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:3880 +#: src/virsh.c:3917 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "Domain %s has been undefined\n" -#: src/virsh.c:3882 +#: src/virsh.c:3919 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "Failed to undefine domain %s" -#: src/virsh.c:3895 +#: src/virsh.c:3932 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "convert a domain name or id to domain UUID" -#: src/virsh.c:3920 +#: src/virsh.c:3957 #, fuzzy msgid "failed to get pool UUID" msgstr "failed to get domain UUID" -#: src/virsh.c:3933 +#: src/virsh.c:3970 #, fuzzy msgid "create a vol from an XML file" msgstr "create a domain from an XML file" -#: src/virsh.c:3940 +#: src/virsh.c:3977 #, fuzzy msgid "file containing an XML vol description" msgstr "file conatining an XML domain description" -#: src/virsh.c:3977 +#: src/virsh.c:4014 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "Domain %s created from %s\n" -#: src/virsh.c:3981 +#: src/virsh.c:4018 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "Failed to create domain from %s" -#: src/virsh.c:3992 +#: src/virsh.c:4029 msgid "delete a vol" msgstr "" -#: src/virsh.c:3993 +#: src/virsh.c:4030 #, fuzzy msgid "Delete a given vol." msgstr "Destroy a given domain." -#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 +#: src/virsh.c:4036 src/virsh.c:4078 src/virsh.c:4130 msgid "vol name, key or path" msgstr "" -#: src/virsh.c:4018 +#: src/virsh.c:4055 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "Domain %s destroyed\n" -#: src/virsh.c:4020 +#: src/virsh.c:4057 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "Failed to destroy domain %s" -#: src/virsh.c:4034 +#: src/virsh.c:4071 #, fuzzy msgid "storage vol information" msgstr "node information" -#: src/virsh.c:4035 +#: src/virsh.c:4072 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Returns basic information about the node." -#: src/virsh.c:4063 +#: src/virsh.c:4100 #, fuzzy msgid "Type:" msgstr "OS Type:" -#: src/virsh.c:4065 +#: src/virsh.c:4102 msgid "file" msgstr "" -#: src/virsh.c:4065 +#: src/virsh.c:4102 #, fuzzy msgid "block" msgstr "blocked" -#: src/virsh.c:4086 +#: src/virsh.c:4123 #, fuzzy msgid "vol information in XML" msgstr "domain information in XML" -#: src/virsh.c:4087 +#: src/virsh.c:4124 #, 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:4128 +#: src/virsh.c:4165 #, fuzzy msgid "list vols" msgstr "list domains" -#: src/virsh.c:4129 +#: src/virsh.c:4166 #, fuzzy msgid "Returns list of vols by pool." msgstr "Returns list of domains." -#: src/virsh.c:4154 src/virsh.c:4162 +#: src/virsh.c:4191 src/virsh.c:4199 #, fuzzy msgid "Failed to list active vols" msgstr "Failed to list active domains" -#: src/virsh.c:4170 +#: src/virsh.c:4207 msgid "Path" msgstr "" -#: src/virsh.c:4207 +#: src/virsh.c:4244 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4212 +#: src/virsh.c:4249 msgid "vol key or path" msgstr "" -#: src/virsh.c:4240 +#: src/virsh.c:4277 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4245 +#: src/virsh.c:4282 #, fuzzy msgid "vol uuid" msgstr "domain uuid" -#: src/virsh.c:4273 +#: src/virsh.c:4310 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "convert a domain id or UUID to domain name" -#: src/virsh.c:4279 +#: src/virsh.c:4316 msgid "vol name or key" msgstr "" -#: src/virsh.c:4310 +#: src/virsh.c:4347 msgid "show version" msgstr "show version" -#: src/virsh.c:4311 +#: src/virsh.c:4348 msgid "Display the system version information." msgstr "Display the system version information." -#: src/virsh.c:4334 +#: src/virsh.c:4371 msgid "failed to get hypervisor type" msgstr "failed to get hypervisor type" -#: src/virsh.c:4343 +#: src/virsh.c:4380 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compiled against library: libvir %d.%d.%d\n" -#: src/virsh.c:4348 +#: src/virsh.c:4385 msgid "failed to get the library version" msgstr "failed to get the library version" -#: src/virsh.c:4355 +#: src/virsh.c:4392 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Using library: libvir %d.%d.%d\n" -#: src/virsh.c:4362 +#: src/virsh.c:4399 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Using API: %s %d.%d.%d\n" -#: src/virsh.c:4367 +#: src/virsh.c:4404 msgid "failed to get the hypervisor version" msgstr "failed to get the hypervisor version" -#: src/virsh.c:4372 +#: src/virsh.c:4409 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Cannot extract running %s hypervisor version\n" -#: src/virsh.c:4379 +#: src/virsh.c:4416 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Running hypervisor: %s %d.%d.%d\n" -#: src/virsh.c:4390 +#: src/virsh.c:4427 +msgid "enumerate devices on this host" +msgstr "" + +#: src/virsh.c:4432 +msgid "capability name" +msgstr "" + +#: src/virsh.c:4452 +#, fuzzy +msgid "Failed to count node devices" +msgstr "Failed to connect to the hypervisor" + +#: src/virsh.c:4462 +#, fuzzy +msgid "Failed to list node devices" +msgstr "Failed to list inactive domains" + +#: src/virsh.c:4480 +msgid "node device details in XML" +msgstr "" + +#: src/virsh.c:4481 +#, 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:4487 +#, fuzzy +msgid "device key" +msgstr "blocked" + +#: src/virsh.c:4502 +msgid "Could not find matching device" +msgstr "" + +#: src/virsh.c:4516 #, fuzzy msgid "print the hypervisor hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4404 +#: src/virsh.c:4530 #, fuzzy msgid "failed to get hostname" msgstr "failed to get hypervisor type" -#: src/virsh.c:4419 +#: src/virsh.c:4545 #, fuzzy msgid "print the hypervisor canonical URI" msgstr "hypervisor connection URI" -#: src/virsh.c:4433 +#: src/virsh.c:4559 #, fuzzy msgid "failed to get URI" msgstr "failed to get domain UUID" -#: src/virsh.c:4448 +#: src/virsh.c:4574 msgid "vnc display" msgstr "" -#: src/virsh.c:4449 +#: src/virsh.c:4575 msgid "Output the IP address and port number for the VNC display." msgstr "" -#: src/virsh.c:4524 +#: src/virsh.c:4650 msgid "tty console" msgstr "" -#: src/virsh.c:4525 +#: src/virsh.c:4651 msgid "Output the device for the TTY console." msgstr "" -#: src/virsh.c:4585 -#, fuzzy -msgid "attach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4586 -#, fuzzy -msgid "Attach device from an XML ." -msgstr "create a domain from an XML file" - -#: src/virsh.c:4592 src/virsh.c:4651 -msgid "XML file" -msgstr "" - -#: src/virsh.c:4613 -msgid "attach-device: Missing option" -msgstr "" - -#: src/virsh.c:4627 -#, fuzzy, c-format -msgid "Failed to attach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4631 -msgid "Device attached successfully\n" -msgstr "" - -#: src/virsh.c:4644 -#, fuzzy -msgid "detach device from an XML file" -msgstr "create a domain from an XML file" - -#: src/virsh.c:4645 -#, fuzzy -msgid "Detach device from an XML " -msgstr "create a domain from an XML file" - -#: src/virsh.c:4672 -msgid "detach-device: Missing option" -msgstr "" - -#: src/virsh.c:4686 -#, fuzzy, c-format -msgid "Failed to detach device from %s" -msgstr "Failed to get devices for domain %s\n" - -#: src/virsh.c:4690 -msgid "Device detached successfully\n" -msgstr "" - -#: src/virsh.c:4703 -#, fuzzy -msgid "attach network interface" -msgstr "invalid connection pointer in" - -#: src/virsh.c:4704 -msgid "Attach new network interface." -msgstr "" - -#: src/virsh.c:4710 src/virsh.c:4827 -msgid "network interface type" -msgstr "" - #: src/virsh.c:4711 #, fuzzy +msgid "attach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4712 +#, fuzzy +msgid "Attach device from an XML ." +msgstr "create a domain from an XML file" + +#: src/virsh.c:4718 src/virsh.c:4777 +msgid "XML file" +msgstr "" + +#: src/virsh.c:4739 +msgid "attach-device: Missing option" +msgstr "" + +#: src/virsh.c:4753 +#, fuzzy, c-format +msgid "Failed to attach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4757 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4770 +#, fuzzy +msgid "detach device from an XML file" +msgstr "create a domain from an XML file" + +#: src/virsh.c:4771 +#, fuzzy +msgid "Detach device from an XML " +msgstr "create a domain from an XML file" + +#: src/virsh.c:4798 +msgid "detach-device: Missing option" +msgstr "" + +#: src/virsh.c:4812 +#, fuzzy, c-format +msgid "Failed to detach device from %s" +msgstr "Failed to get devices for domain %s\n" + +#: src/virsh.c:4816 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4829 +#, fuzzy +msgid "attach network interface" +msgstr "invalid connection pointer in" + +#: src/virsh.c:4830 +msgid "Attach new network interface." +msgstr "" + +#: src/virsh.c:4836 src/virsh.c:4953 +msgid "network interface type" +msgstr "" + +#: src/virsh.c:4837 +#, fuzzy msgid "source of network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4712 +#: src/virsh.c:4838 #, fuzzy msgid "target network name" msgstr "Start a domain." -#: src/virsh.c:4713 src/virsh.c:4828 +#: src/virsh.c:4839 src/virsh.c:4954 #, fuzzy msgid "MAC address" msgstr "invalid argument in %s" -#: src/virsh.c:4714 +#: src/virsh.c:4840 msgid "script used to bridge network interface" msgstr "" -#: src/virsh.c:4746 +#: src/virsh.c:4872 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "" -#: src/virsh.c:4802 +#: src/virsh.c:4928 msgid "Interface attached successfully\n" msgstr "" -#: src/virsh.c:4820 +#: src/virsh.c:4946 #, fuzzy msgid "detach network interface" msgstr "undefined domain name or id" -#: src/virsh.c:4821 +#: src/virsh.c:4947 msgid "Detach network interface." msgstr "" -#: src/virsh.c:4866 src/virsh.c:4871 +#: src/virsh.c:4992 src/virsh.c:4997 #, fuzzy msgid "Failed to get interface information" msgstr "failed to get node information" -#: src/virsh.c:4879 +#: src/virsh.c:5005 #, c-format msgid "No found interface whose type is %s" msgstr "" -#: src/virsh.c:4901 +#: src/virsh.c:5027 #, c-format msgid "No found interface whose MAC address is %s" msgstr "" -#: src/virsh.c:4907 src/virsh.c:5185 +#: src/virsh.c:5033 src/virsh.c:5311 #, fuzzy msgid "Failed to allocate memory" msgstr "failed to allocate a node" -#: src/virsh.c:4912 src/virsh.c:5190 +#: src/virsh.c:5038 src/virsh.c:5316 #, fuzzy msgid "Failed to create XML" msgstr "Failed to create domain %s\n" -#: src/virsh.c:4920 +#: src/virsh.c:5046 msgid "Interface detached successfully\n" msgstr "" -#: src/virsh.c:4941 +#: src/virsh.c:5067 msgid "attach disk device" msgstr "" -#: src/virsh.c:4942 +#: src/virsh.c:5068 msgid "Attach new disk device." msgstr "" -#: src/virsh.c:4948 +#: src/virsh.c:5074 msgid "source of disk device" msgstr "" -#: src/virsh.c:4949 src/virsh.c:5113 +#: src/virsh.c:5075 src/virsh.c:5239 msgid "target of disk device" msgstr "" -#: src/virsh.c:4950 +#: src/virsh.c:5076 msgid "driver of disk device" msgstr "" -#: src/virsh.c:4951 +#: src/virsh.c:5077 msgid "subdriver of disk device" msgstr "" -#: src/virsh.c:4952 +#: src/virsh.c:5078 msgid "target device type" msgstr "" -#: src/virsh.c:4953 +#: src/virsh.c:5079 msgid "mode of device reading and writing" msgstr "" -#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 +#: src/virsh.c:5110 src/virsh.c:5119 src/virsh.c:5126 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "" -#: src/virsh.c:5089 +#: src/virsh.c:5215 msgid "Disk attached successfully\n" msgstr "" -#: src/virsh.c:5106 +#: src/virsh.c:5232 msgid "detach disk device" msgstr "" -#: src/virsh.c:5107 +#: src/virsh.c:5233 msgid "Detach disk device." msgstr "" -#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 +#: src/virsh.c:5274 src/virsh.c:5279 src/virsh.c:5286 #, fuzzy msgid "Failed to get disk information" msgstr "failed to get node information" -#: src/virsh.c:5179 +#: src/virsh.c:5305 #, c-format msgid "No found disk whose target is %s" msgstr "" -#: src/virsh.c:5198 +#: src/virsh.c:5324 msgid "Disk detached successfully\n" msgstr "" -#: src/virsh.c:5225 +#: src/virsh.c:5351 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "failed to allocate a node" -#: src/virsh.c:5236 +#: src/virsh.c:5362 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5243 +#: src/virsh.c:5369 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5252 +#: src/virsh.c:5378 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5282 +#: src/virsh.c:5408 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" -#: src/virsh.c:5289 +#: src/virsh.c:5415 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" -#: src/virsh.c:5296 +#: src/virsh.c:5422 #, fuzzy, c-format msgid "asprintf: could not create editing command: %s" msgstr "Failed to create domain %s\n" -#: src/virsh.c:5304 +#: src/virsh.c:5430 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "domain name" -#: src/virsh.c:5310 +#: src/virsh.c:5436 #, c-format msgid "%s: command exited with non-zero status" msgstr "" -#: src/virsh.c:5325 +#: src/virsh.c:5451 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:5337 +#: src/virsh.c:5463 #, fuzzy msgid "edit XML configuration for a domain" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5338 +#: src/virsh.c:5464 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5388 +#: src/virsh.c:5514 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" -#: src/virsh.c:5404 +#: src/virsh.c:5530 msgid "ERROR: the XML configuration was changed by another user" msgstr "" -#: src/virsh.c:5414 +#: src/virsh.c:5540 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "failed to read configuration file" -#: src/virsh.c:5440 +#: src/virsh.c:5566 #, fuzzy msgid "edit XML configuration for a network" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5441 +#: src/virsh.c:5567 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5458 +#: src/virsh.c:5584 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5459 +#: src/virsh.c:5585 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "Undefine the configuration for an inactive domain." -#: src/virsh.c:5476 +#: src/virsh.c:5602 msgid "quit this interactive terminal" msgstr "quit this interactive terminal" -#: src/virsh.c:5654 +#: src/virsh.c:5783 #, c-format msgid "command '%s' requires <%s> option" msgstr "command '%s' requires <%s> option" -#: src/virsh.c:5655 +#: src/virsh.c:5784 #, c-format msgid "command '%s' requires --%s option" msgstr "command '%s' requires --%s option" -#: src/virsh.c:5682 +#: src/virsh.c:5811 #, c-format msgid "command '%s' doesn't exist" msgstr "command '%s' doesn't exist" -#: src/virsh.c:5690 +#: src/virsh.c:5819 msgid " NAME\n" msgstr " NAME\n" -#: src/virsh.c:5694 +#: src/virsh.c:5823 #, fuzzy msgid "" "\n" @@ -6059,7 +6559,7 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5701 +#: src/virsh.c:5830 msgid "" "\n" " DESCRIPTION\n" @@ -6067,7 +6567,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5705 +#: src/virsh.c:5834 msgid "" "\n" " OPTIONS\n" @@ -6075,56 +6575,56 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5712 +#: src/virsh.c:5841 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5714 +#: src/virsh.c:5843 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5858 +#: src/virsh.c:5987 msgid "undefined domain name or id" msgstr "undefined domain name or id" -#: src/virsh.c:5890 +#: src/virsh.c:6019 #, c-format msgid "failed to get domain '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5903 +#: src/virsh.c:6032 #, fuzzy msgid "undefined network name" msgstr "undefined domain name or id" -#: src/virsh.c:5927 +#: src/virsh.c:6056 #, fuzzy, c-format msgid "failed to get network '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5940 src/virsh.c:5986 +#: src/virsh.c:6069 src/virsh.c:6115 #, fuzzy msgid "undefined pool name" msgstr "undefined domain name or id" -#: src/virsh.c:5964 +#: src/virsh.c:6093 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:5981 +#: src/virsh.c:6110 #, fuzzy msgid "undefined vol name" msgstr "undefined domain name or id" -#: src/virsh.c:6017 +#: src/virsh.c:6146 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "failed to get domain '%s'" -#: src/virsh.c:6048 +#: src/virsh.c:6177 #, c-format msgid "" "\n" @@ -6135,131 +6635,131 @@ msgstr "" "(Time: %.3f ms)\n" "\n" -#: src/virsh.c:6122 +#: src/virsh.c:6251 msgid "missing \"" msgstr "missing \"" -#: src/virsh.c:6183 +#: src/virsh.c:6312 #, c-format msgid "unexpected token (command name): '%s'" msgstr "unexpected token (command name): '%s'" -#: src/virsh.c:6188 +#: src/virsh.c:6317 #, c-format msgid "unknown command: '%s'" msgstr "unknown command: '%s'" -#: src/virsh.c:6195 +#: src/virsh.c:6324 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "command '%s' doesn't support option --%s" -#: src/virsh.c:6210 +#: src/virsh.c:6339 #, c-format msgid "expected syntax: --%s <%s>" msgstr "expected syntax: --%s <%s>" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "number" msgstr "number" -#: src/virsh.c:6213 +#: src/virsh.c:6342 msgid "string" msgstr "string" -#: src/virsh.c:6219 +#: src/virsh.c:6348 #, c-format msgid "unexpected data '%s'" msgstr "unexpected data '%s'" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:6241 +#: src/virsh.c:6370 msgid "DATA" msgstr "DATA" -#: src/virsh.c:6292 src/virsh.c:6314 +#: src/virsh.c:6421 src/virsh.c:6443 msgid "idle" msgstr "" -#: src/virsh.c:6294 +#: src/virsh.c:6423 msgid "paused" msgstr "paused" -#: src/virsh.c:6296 +#: src/virsh.c:6425 msgid "in shutdown" msgstr "in shutdown" -#: src/virsh.c:6298 +#: src/virsh.c:6427 msgid "shut off" msgstr "shut off" -#: src/virsh.c:6300 +#: src/virsh.c:6429 msgid "crashed" msgstr "crashed" -#: src/virsh.c:6312 +#: src/virsh.c:6441 msgid "offline" msgstr "offline" -#: src/virsh.c:6331 +#: src/virsh.c:6460 msgid "no valid connection" msgstr "no valid connection" -#: src/virsh.c:6378 +#: src/virsh.c:6507 #, c-format msgid "%s: error: " msgstr "%s: error: " -#: src/virsh.c:6380 +#: src/virsh.c:6509 msgid "error: " msgstr "error: " -#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 +#: src/virsh.c:6531 src/virsh.c:6543 src/virsh.c:6556 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6441 +#: src/virsh.c:6570 #, fuzzy, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: failed to allocate %d bytes" -#: src/virsh.c:6470 +#: src/virsh.c:6599 msgid "failed to connect to the hypervisor" msgstr "failed to connect to the hypervisor" -#: src/virsh.c:6502 +#: src/virsh.c:6631 #, fuzzy msgid "failed to get the log file information" msgstr "failed to get node information" -#: src/virsh.c:6507 +#: src/virsh.c:6636 msgid "the log path is not a file" msgstr "" -#: src/virsh.c:6514 +#: src/virsh.c:6643 msgid "failed to open the log file. check the log file path" msgstr "" -#: src/virsh.c:6582 +#: src/virsh.c:6711 #, fuzzy msgid "failed to write the log file" msgstr "failed to write configuration file" -#: src/virsh.c:6597 +#: src/virsh.c:6726 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "failed to write configuration file" -#: src/virsh.c:6774 +#: src/virsh.c:6903 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "Failed to disconnect from the hypervisor" -#: src/virsh.c:6792 +#: src/virsh.c:6921 #, fuzzy, c-format msgid "" "\n" @@ -6290,7 +6790,7 @@ msgstr "" "\n" " commands (non interactive mode):\n" -#: src/virsh.c:6810 +#: src/virsh.c:6939 #, fuzzy msgid "" "\n" @@ -6301,12 +6801,12 @@ msgstr "" " (specify --help for details about the command)\n" "\n" -#: src/virsh.c:6906 +#: src/virsh.c:7035 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "unsupported option '-%c'. See --help." -#: src/virsh.c:6992 +#: src/virsh.c:7121 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -6315,7 +6815,7 @@ msgstr "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" -#: src/virsh.c:6995 +#: src/virsh.c:7124 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -6333,884 +6833,970 @@ msgstr "warning" msgid "error" msgstr "error" -#: src/virterror.c:381 +#: src/virterror.c:389 msgid "No error message provided" msgstr "No error message provided" -#: src/virterror.c:436 +#: src/virterror.c:444 #, c-format msgid "internal error %s" msgstr "internal error %s" -#: src/virterror.c:438 +#: src/virterror.c:446 msgid "internal error" msgstr "internal error" -#: src/virterror.c:445 +#: src/virterror.c:453 #, fuzzy msgid "this function is not supported by the hypervisor" msgstr "no support for hypervisor" -#: src/virterror.c:447 +#: src/virterror.c:455 #, fuzzy, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "no support for hypervisor %s" -#: src/virterror.c:451 +#: src/virterror.c:459 msgid "could not connect to hypervisor" msgstr "could not connect to hypervisor" -#: src/virterror.c:453 +#: src/virterror.c:461 #, c-format msgid "could not connect to %s" msgstr "could not connect to %s" -#: src/virterror.c:457 +#: src/virterror.c:465 msgid "invalid connection pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:459 +#: src/virterror.c:467 #, c-format msgid "invalid connection pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:463 +#: src/virterror.c:471 msgid "invalid domain pointer in" msgstr "invalid domain pointer in" -#: src/virterror.c:465 +#: src/virterror.c:473 #, c-format msgid "invalid domain pointer in %s" msgstr "invalid domain pointer in %s" -#: src/virterror.c:469 +#: src/virterror.c:477 msgid "invalid argument in" msgstr "invalid argument in" -#: src/virterror.c:471 +#: src/virterror.c:479 #, c-format msgid "invalid argument in %s" msgstr "invalid argument in %s" -#: src/virterror.c:475 +#: src/virterror.c:483 #, c-format msgid "operation failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:477 +#: src/virterror.c:485 msgid "operation failed" msgstr "operation failed" -#: src/virterror.c:481 +#: src/virterror.c:489 #, c-format msgid "GET operation failed: %s" msgstr "GET operation failed: %s" -#: src/virterror.c:483 +#: src/virterror.c:491 msgid "GET operation failed" msgstr "GET operation failed" -#: src/virterror.c:487 +#: src/virterror.c:495 #, c-format msgid "POST operation failed: %s" msgstr "POST operation failed: %s" -#: src/virterror.c:489 +#: src/virterror.c:497 msgid "POST operation failed" msgstr "POST operation failed" -#: src/virterror.c:492 +#: src/virterror.c:500 #, c-format msgid "got unknown HTTP error code %d" msgstr "got unknown HTTP error code %d" -#: src/virterror.c:496 +#: src/virterror.c:504 #, c-format msgid "unknown host %s" msgstr "unknown host %s" -#: src/virterror.c:498 +#: src/virterror.c:506 msgid "unknown host" msgstr "unknown host" -#: src/virterror.c:502 +#: src/virterror.c:510 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "failed to serialize S-Expr: %s" -#: src/virterror.c:504 +#: src/virterror.c:512 msgid "failed to serialize S-Expr" msgstr "failed to serialize S-Expr" -#: src/virterror.c:508 +#: src/virterror.c:516 msgid "could not use Xen hypervisor entry" msgstr "could not use Xen hypervisor entry" -#: src/virterror.c:510 +#: src/virterror.c:518 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "could not use Xen hypervisor entry %s" -#: src/virterror.c:514 +#: src/virterror.c:522 msgid "could not connect to Xen Store" msgstr "could not connect to Xen Store" -#: src/virterror.c:516 +#: src/virterror.c:524 #, c-format msgid "could not connect to Xen Store %s" msgstr "could not connect to Xen Store %s" -#: src/virterror.c:519 -#, c-format -msgid "failed Xen syscall %s %d" +#: src/virterror.c:527 +#, fuzzy, c-format +msgid "failed Xen syscall %s" msgstr "failed Xen syscall %s %d" -#: src/virterror.c:523 +#: src/virterror.c:531 msgid "unknown OS type" msgstr "unknown OS type" -#: src/virterror.c:525 +#: src/virterror.c:533 #, c-format msgid "unknown OS type %s" msgstr "unknown OS type %s" -#: src/virterror.c:528 +#: src/virterror.c:536 msgid "missing kernel information" msgstr "missing kernel information" -#: src/virterror.c:532 +#: src/virterror.c:540 msgid "missing root device information" msgstr "missing root device information" -#: src/virterror.c:534 +#: src/virterror.c:542 #, c-format msgid "missing root device information in %s" msgstr "missing root device information in %s" -#: src/virterror.c:538 +#: src/virterror.c:546 msgid "missing source information for device" msgstr "missing source information for device" -#: src/virterror.c:540 +#: src/virterror.c:548 #, c-format msgid "missing source information for device %s" msgstr "missing source information for device %s" -#: src/virterror.c:544 +#: src/virterror.c:552 msgid "missing target information for device" msgstr "missing target information for device" -#: src/virterror.c:546 +#: src/virterror.c:554 #, c-format msgid "missing target information for device %s" msgstr "missing target information for device %s" -#: src/virterror.c:550 +#: src/virterror.c:558 msgid "missing domain name information" msgstr "missing domain name information" -#: src/virterror.c:552 +#: src/virterror.c:560 #, c-format msgid "missing domain name information in %s" msgstr "missing domain name information in %s" -#: src/virterror.c:556 +#: src/virterror.c:564 msgid "missing operating system information" msgstr "missing operating system information" -#: src/virterror.c:558 +#: src/virterror.c:566 #, c-format msgid "missing operating system information for %s" msgstr "missing operating system information for %s" -#: src/virterror.c:562 +#: src/virterror.c:570 msgid "missing devices information" msgstr "missing devices information" -#: src/virterror.c:564 +#: src/virterror.c:572 #, c-format msgid "missing devices information for %s" msgstr "missing devices information for %s" -#: src/virterror.c:568 +#: src/virterror.c:576 msgid "too many drivers registered" msgstr "too many drivers registered" -#: src/virterror.c:570 +#: src/virterror.c:578 #, c-format msgid "too many drivers registered in %s" msgstr "too many drivers registered in %s" -#: src/virterror.c:574 +#: src/virterror.c:582 msgid "library call failed, possibly not supported" msgstr "library call failed, possibly not supported" -#: src/virterror.c:576 +#: src/virterror.c:584 #, c-format msgid "library call %s failed, possibly not supported" msgstr "library call %s failed, possibly not supported" -#: src/virterror.c:580 +#: src/virterror.c:588 msgid "XML description not well formed or invalid" msgstr "XML description not well formed or invalid" -#: src/virterror.c:582 +#: src/virterror.c:590 #, 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:586 +#: src/virterror.c:594 msgid "this domain exists already" msgstr "this domain exists already" -#: src/virterror.c:588 +#: src/virterror.c:596 #, c-format msgid "domain %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:592 +#: src/virterror.c:600 msgid "operation forbidden for read only access" msgstr "operation forbidden for read only access" -#: src/virterror.c:594 +#: src/virterror.c:602 #, c-format msgid "operation %s forbidden for read only access" msgstr "operation %s forbidden for read only access" -#: src/virterror.c:598 +#: src/virterror.c:606 msgid "failed to open configuration file for reading" msgstr "failed to open configuration file for reading" -#: src/virterror.c:600 +#: src/virterror.c:608 #, c-format msgid "failed to open %s for reading" msgstr "failed to open %s for reading" -#: src/virterror.c:604 +#: src/virterror.c:612 msgid "failed to read configuration file" msgstr "failed to read configuration file" -#: src/virterror.c:606 +#: src/virterror.c:614 #, c-format msgid "failed to read configuration file %s" msgstr "failed to read configuration file %s" -#: src/virterror.c:610 +#: src/virterror.c:618 msgid "failed to parse configuration file" msgstr "failed to parse configuration file" -#: src/virterror.c:612 +#: src/virterror.c:620 #, c-format msgid "failed to parse configuration file %s" msgstr "failed to parse configuration file %s" -#: src/virterror.c:616 +#: src/virterror.c:624 msgid "configuration file syntax error" msgstr "configuration file syntax error" -#: src/virterror.c:618 +#: src/virterror.c:626 #, c-format msgid "configuration file syntax error: %s" msgstr "configuration file syntax error: %s" -#: src/virterror.c:622 +#: src/virterror.c:630 msgid "failed to write configuration file" msgstr "failed to write configuration file" -#: src/virterror.c:624 +#: src/virterror.c:632 #, c-format msgid "failed to write configuration file: %s" msgstr "failed to write configuration file: %s" -#: src/virterror.c:628 +#: src/virterror.c:636 msgid "parser error" msgstr "parser error" -#: src/virterror.c:634 +#: src/virterror.c:642 #, fuzzy msgid "invalid network pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:636 +#: src/virterror.c:644 #, fuzzy, c-format msgid "invalid network pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:640 +#: src/virterror.c:648 #, fuzzy msgid "this network exists already" msgstr "this domain exists already" -#: src/virterror.c:642 +#: src/virterror.c:650 #, fuzzy, c-format msgid "network %s exists already" msgstr "domain %s exists already" -#: src/virterror.c:646 +#: src/virterror.c:654 #, fuzzy msgid "system call error" msgstr "internal error" -#: src/virterror.c:652 +#: src/virterror.c:660 #, fuzzy msgid "RPC error" msgstr "error" -#: src/virterror.c:658 +#: src/virterror.c:666 #, fuzzy msgid "GNUTLS call error" msgstr "internal error" -#: src/virterror.c:664 +#: src/virterror.c:672 #, fuzzy msgid "Failed to find the network" msgstr "Failed to undefine domain %s" -#: src/virterror.c:666 +#: src/virterror.c:674 #, fuzzy, c-format msgid "Failed to find the network: %s" msgstr "Failed to undefine domain %s" -#: src/virterror.c:670 +#: src/virterror.c:678 #, fuzzy msgid "Domain not found" msgstr "domain information" -#: src/virterror.c:672 +#: src/virterror.c:680 #, fuzzy, c-format msgid "Domain not found: %s" msgstr "Domain restored from %s\n" -#: src/virterror.c:676 +#: src/virterror.c:684 #, fuzzy msgid "Network not found" msgstr "domain name or uuid" -#: src/virterror.c:678 +#: src/virterror.c:686 #, fuzzy, c-format msgid "Network not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:682 +#: src/virterror.c:690 #, fuzzy msgid "invalid MAC address" msgstr "invalid argument in %s" -#: src/virterror.c:684 +#: src/virterror.c:692 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "invalid argument in %s" -#: src/virterror.c:688 +#: src/virterror.c:696 #, fuzzy msgid "authentication failed" msgstr "operation failed" -#: src/virterror.c:690 +#: src/virterror.c:698 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "operation failed: %s" -#: src/virterror.c:694 +#: src/virterror.c:702 #, fuzzy msgid "Storage pool not found" msgstr "domain name or uuid" -#: src/virterror.c:696 +#: src/virterror.c:704 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:700 +#: src/virterror.c:708 #, fuzzy msgid "Storage volume not found" msgstr "domain name or uuid" -#: src/virterror.c:702 +#: src/virterror.c:710 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "Domain %s created from %s\n" -#: src/virterror.c:706 +#: src/virterror.c:714 #, fuzzy msgid "invalid storage pool pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:708 +#: src/virterror.c:716 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:712 +#: src/virterror.c:720 #, fuzzy msgid "invalid storage volume pointer in" msgstr "invalid connection pointer in" -#: src/virterror.c:714 +#: src/virterror.c:722 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "invalid connection pointer in %s" -#: src/virterror.c:718 +#: src/virterror.c:726 #, fuzzy msgid "Failed to find a storage driver" msgstr "Failed to undefine domain %s" -#: src/virterror.c:720 +#: src/virterror.c:728 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "Failed to undefine domain %s" -#: src/xen_internal.c:1324 +#: src/virterror.c:732 +#, fuzzy +msgid "Failed to find a node driver" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:734 +#, fuzzy, c-format +msgid "Failed to find a node driver: %s" +msgstr "Failed to undefine domain %s" + +#: src/virterror.c:738 +#, fuzzy +msgid "invalid node device pointer" +msgstr "invalid connection pointer in" + +#: src/virterror.c:740 +#, fuzzy, c-format +msgid "invalid node device pointer in %s" +msgstr "invalid domain pointer in %s" + +#: src/virterror.c:744 +#, fuzzy +msgid "Node device not found" +msgstr "Domain restored from %s\n" + +#: src/virterror.c:746 +#, fuzzy, c-format +msgid "Node device not found: %s" +msgstr "Domain restored from %s\n" + +#: src/xen_inotify.c:152 +msgid "finding dom on config list" +msgstr "" + +#: src/xen_inotify.c:221 +#, fuzzy +msgid "Error looking up domain" +msgstr "allocating domain" + +#: src/xen_inotify.c:228 src/xen_inotify.c:316 src/xen_inotify.c:322 +msgid "Error adding file to config cache" +msgstr "" + +#: src/xen_inotify.c:271 +msgid "conn, or private data is NULL" +msgstr "" + +#: src/xen_inotify.c:305 src/xen_inotify.c:328 +msgid "looking up dom" +msgstr "" + +#: src/xen_inotify.c:371 +#, fuzzy +msgid "failed to allocate configInfoList" +msgstr "failed to allocate a node" + +#: src/xen_inotify.c:394 +msgid "Error adding file to config list" +msgstr "" + +#: src/xen_inotify.c:403 +#, fuzzy +msgid "initializing inotify" +msgstr "Failed to suspend domain %s" + +#: src/xen_internal.c:1284 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" -#: src/xen_internal.c:1334 +#: src/xen_internal.c:1294 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" -#: src/xen_internal.c:2518 +#: src/xen_internal.c:2485 #, c-format msgid "allocating %d domain info" msgstr "allocating %d domain info" -#: src/xend_internal.c:185 +#: src/xend_internal.c:136 #, fuzzy msgid "failed to create a socket" msgstr "failed to allocate a node" -#: src/xend_internal.c:207 +#: src/xend_internal.c:158 #, fuzzy msgid "failed to connect to xend" msgstr "failed to connect to Xen Store" -#: src/xend_internal.c:254 src/xend_internal.c:257 +#: src/xend_internal.c:205 src/xend_internal.c:208 msgid "failed to read from Xen Daemon" msgstr "failed to read from Xen Daemon" -#: src/xend_internal.c:445 +#: src/xend_internal.c:396 #, fuzzy, c-format msgid "xend_get: error from xen daemon: %s" msgstr "Failed to resume domain %s" -#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 +#: src/xend_internal.c:446 src/xend_internal.c:449 src/xend_internal.c:457 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "" -#: src/xend_internal.c:764 +#: src/xend_internal.c:715 msgid "allocate new buffer" msgstr "allocate new buffer" -#: src/xend_internal.c:897 +#: src/xend_internal.c:848 #, fuzzy, c-format msgid "gethostbyname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:1018 +#: src/xend_internal.c:969 msgid "failed to urlencode the create S-Expr" msgstr "failed to urlencode the create S-Expr" -#: src/xend_internal.c:1059 +#: src/xend_internal.c:1010 msgid "domain information incomplete, missing domid" msgstr "domain information incomplete, missing domid" -#: src/xend_internal.c:1065 +#: src/xend_internal.c:1016 msgid "domain information incorrect domid not numeric" msgstr "domain information incorrect domid not numeric" -#: src/xend_internal.c:1070 src/xend_internal.c:1117 +#: src/xend_internal.c:1021 src/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 +#: src/xend_internal.c:1060 src/xend_internal.c:2162 src/xend_internal.c:2169 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1198 +#: src/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:1252 +#: src/xend_internal.c:1203 #, fuzzy msgid "domain information incomplete, missing kernel & bootloader" msgstr "domain information incomplete, missing kernel" -#: src/xend_internal.c:1316 +#: src/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "unknown OS type" -#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 -#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 +#: src/xend_internal.c:1301 src/xend_internal.c:1341 src/xend_internal.c:1357 +#: src/xend_internal.c:1496 src/xend_internal.c:1524 src/xend_internal.c:1540 msgid "malformed char device string" msgstr "" -#: src/xend_internal.c:1473 +#: src/xend_internal.c:1424 msgid "no memory for char device config" msgstr "" -#: src/xend_internal.c:1518 +#: src/xend_internal.c:1469 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "unknown OS type" -#: src/xend_internal.c:1680 +#: src/xend_internal.c:1631 msgid "domain information incomplete, vbd has no dev" msgstr "domain information incomplete, vbd has no dev" -#: src/xend_internal.c:1691 +#: src/xend_internal.c:1642 msgid "domain information incomplete, vbd has no src" msgstr "domain information incomplete, vbd has no src" -#: src/xend_internal.c:1700 +#: src/xend_internal.c:1651 msgid "cannot parse vbd filename, missing driver name" msgstr "cannot parse vbd filename, missing driver name" -#: src/xend_internal.c:1715 +#: src/xend_internal.c:1666 msgid "cannot parse vbd filename, missing driver type" msgstr "cannot parse vbd filename, missing driver type" -#: src/xend_internal.c:1857 +#: src/xend_internal.c:1806 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "invalid argument in %s" -#: src/xend_internal.c:1934 +#: src/xend_internal.c:1883 #, fuzzy, c-format msgid "unexpected sound model %s" msgstr "unexpected dict node" -#: src/xend_internal.c:2109 +#: src/xend_internal.c:2058 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2200 +#: src/xend_internal.c:2149 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#: src/xend_internal.c:2218 src/xend_internal.c:2228 src/xend_internal.c:2238 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2602 +#: src/xend_internal.c:2559 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2656 +#: src/xend_internal.c:2613 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2720 +#: src/xend_internal.c:2677 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3202 +#: src/xend_internal.c:3158 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#: src/xend_internal.c:3780 src/xend_internal.c:4259 src/xm_internal.c:1658 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3926 +#: src/xend_internal.c:3884 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4029 +#: src/xend_internal.c:3989 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4070 +#: src/xend_internal.c:4030 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4078 +#: src/xend_internal.c:4038 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4089 +#: src/xend_internal.c:4049 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4095 +#: src/xend_internal.c:4055 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4100 +#: src/xend_internal.c:4060 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4105 +#: src/xend_internal.c:4065 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4136 +#: src/xend_internal.c:4096 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4142 +#: src/xend_internal.c:4102 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4173 +#: src/xend_internal.c:4133 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4183 +#: src/xend_internal.c:4143 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4195 +#: src/xend_internal.c:4155 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4208 +#: src/xend_internal.c:4168 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4213 +#: src/xend_internal.c:4173 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4220 +#: src/xend_internal.c:4180 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 -#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 +#: src/xend_internal.c:4187 src/xend_internal.c:4209 src/xend_internal.c:4217 +#: src/xend_internal.c:4443 src/xend_internal.c:4450 src/xml.c:71 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4240 +#: src/xend_internal.c:4200 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4293 +#: src/xend_internal.c:4253 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4309 +#: src/xend_internal.c:4269 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 +#: src/xend_internal.c:4425 src/xend_internal.c:4501 src/xend_internal.c:4591 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4477 +#: src/xend_internal.c:4437 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 +#: src/xend_internal.c:4455 src/xend_internal.c:4549 src/xend_internal.c:4661 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4554 src/xend_internal.c:4644 +#: src/xend_internal.c:4514 src/xend_internal.c:4604 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4567 src/xend_internal.c:4680 +#: src/xend_internal.c:4527 src/xend_internal.c:4640 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4572 src/xend_internal.c:4689 +#: src/xend_internal.c:4532 src/xend_internal.c:4649 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4748 +#: src/xend_internal.c:4707 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4771 +#: src/xend_internal.c:4728 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4779 +#: src/xend_internal.c:4736 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4791 +#: src/xend_internal.c:4748 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#: src/xend_internal.c:4831 src/xend_internal.c:4877 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4963 +#: src/xend_internal.c:4920 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#: src/xend_internal.c:5094 src/xm_internal.c:1820 #, 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:5264 src/xend_internal.c:5271 src/xend_internal.c:5278 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5342 +#: src/xend_internal.c:5295 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5553 +#: src/xend_internal.c:5497 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" -#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 -#: src/xm_internal.c:252 +#: src/xm_internal.c:180 src/xm_internal.c:211 src/xm_internal.c:216 +#: src/xm_internal.c:239 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "configuration file syntax error: %s" -#: src/xm_internal.c:274 src/xm_internal.c:287 +#: src/xm_internal.c:261 src/xm_internal.c:274 #, c-format msgid "config value %s was missing" msgstr "" -#: src/xm_internal.c:280 +#: src/xm_internal.c:267 #, c-format msgid "config value %s was not a string" msgstr "" -#: src/xm_internal.c:508 +#: src/xm_internal.c:409 +#, fuzzy, c-format +msgid "cannot stat %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xm_internal.c:466 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" -#: src/xm_internal.c:746 +#: src/xm_internal.c:783 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "unexpected value node" -#: src/xm_internal.c:754 +#: src/xm_internal.c:791 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "unexpected value node" -#: src/xm_internal.c:762 +#: src/xm_internal.c:799 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "unexpected value node" -#: src/xm_internal.c:1442 +#: src/xm_internal.c:1479 #, fuzzy msgid "read only connection" msgstr "read-only connection" -#: src/xm_internal.c:1447 +#: src/xm_internal.c:1484 #, fuzzy msgid "not inactive domain" msgstr "list inactive domains" -#: src/xm_internal.c:1452 +#: src/xm_internal.c:1489 msgid "virHashLookup" msgstr "" -#: src/xm_internal.c:1457 +#: src/xm_internal.c:1494 #, fuzzy msgid "can't retrieve config file for domain" msgstr "failed to write configuration file: %s" -#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#: src/xm_internal.c:1992 src/xm_internal.c:2001 src/xm_internal.c:2010 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "unexpected dict node" -#: src/xm_internal.c:2248 +#: src/xm_internal.c:2282 msgid "can't retrieve config filename for domain to overwrite" msgstr "" -#: src/xm_internal.c:2254 +#: src/xm_internal.c:2288 msgid "can't retrieve config entry for domain to overwrite" msgstr "" -#: src/xm_internal.c:2265 src/xm_internal.c:2272 +#: src/xm_internal.c:2299 src/xm_internal.c:2306 #, fuzzy msgid "failed to remove old domain from config map" msgstr "Failed to restore domain from %s" -#: src/xm_internal.c:2281 +#: src/xm_internal.c:2315 msgid "config file name is too long" msgstr "" -#: src/xm_internal.c:2293 +#: src/xm_internal.c:2327 msgid "config" msgstr "" -#: src/xm_internal.c:2299 +#: src/xm_internal.c:2333 #, fuzzy msgid "unable to get current time" msgstr "domain memory" -#: src/xm_internal.c:2308 src/xm_internal.c:2315 +#: src/xm_internal.c:2342 src/xm_internal.c:2349 #, fuzzy msgid "unable to store config file handle" msgstr "failed to read configuration file %s" -#: src/xm_internal.c:2519 src/xm_internal.c:2639 +#: src/xm_internal.c:2546 src/xm_internal.c:2644 #, fuzzy msgid "unknown device" msgstr "unknown OS type" -#: src/xml.c:76 +#: src/xm_internal.c:2703 +#, fuzzy, c-format +msgid "failed to check autostart link %s: %s" +msgstr "Failed to save domain %s to %s" + +#: src/xm_internal.c:2732 +#, fuzzy, c-format +msgid "failed to create link %s: %s" +msgstr "Failed to create domain %s\n" + +#: src/xm_internal.c:2740 +#, fuzzy, c-format +msgid "failed to remove link %s: %s" +msgstr "Failed to suspend domain %s" + +#: src/xml.c:58 msgid "Invalid parameter to virXPathString()" msgstr "" -#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +#: src/xml.c:99 src/xml.c:141 src/xml.c:196 msgid "Invalid parameter to virXPathNumber()" msgstr "" -#: src/xml.c:272 +#: src/xml.c:254 msgid "Invalid parameter to virXPathBoolean()" msgstr "" -#: src/xml.c:310 +#: src/xml.c:292 msgid "Invalid parameter to virXPathNode()" msgstr "" -#: src/xml.c:352 +#: src/xml.c:334 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" -#: src/xml.c:372 src/xmlrpc.c:478 -msgid "allocate string array" +#: src/xml.c:354 +#, fuzzy, c-format +msgid "allocate string array size %lu" msgstr "allocate string array" #: src/xmlrpc.c:53 @@ -7255,6 +7841,10 @@ msgstr "allocate response" msgid "read response" msgstr "read response" +#: src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "allocate string array" + #: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "parse server response failed" @@ -7263,10 +7853,79 @@ msgstr "parse server response failed" msgid "allocate new context" msgstr "allocate new context" -#: src/xs_internal.c:318 +#: src/xs_internal.c:308 msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#: src/xs_internal.c:317 +#, fuzzy +msgid "failed to allocate activeDomainList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:326 +#, fuzzy +msgid "failed to allocate xsWatchList" +msgstr "failed to allocate a node" + +#: src/xs_internal.c:335 +msgid "adding watch @releaseDomain" +msgstr "" + +#: src/xs_internal.c:344 +msgid "adding watch @introduceDomain" +msgstr "" + +#: src/xs_internal.c:1057 +#, fuzzy +msgid "watch already tracked" +msgstr "Domain is already active" + +#: src/xs_internal.c:1073 +#, fuzzy +msgid "reallocating list" +msgstr "allocating domain" + +#: src/xs_internal.c:1197 src/xs_internal.c:1281 +#, fuzzy +msgid "failed to allocate domids" +msgstr "failed to allocate a node" + +#, fuzzy +#~ msgid "duplicate disk target '%s'" +#~ msgstr "unexpected mime type" + +#, fuzzy +#~ msgid "allocating conn->name" +#~ msgstr "allocating connection" + +#, fuzzy +#~ msgid "unknown storage backend type %s" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "unknown storage backend type %d" +#~ msgstr "unknown OS type %s" + +#, fuzzy +#~ msgid "volume name" +#~ msgstr "domain name" + +#, fuzzy +#~ msgid "domain not running" +#~ msgstr "Domain is already active" + +#, fuzzy +#~ msgid "cannot save domain" +#~ msgstr "Start a domain." + +#, fuzzy +#~ msgid "cannot save domain data" +#~ msgstr "node domain list" + +#, fuzzy +#~ msgid "cannot save domain core" +#~ msgstr "node domain list" + #~ msgid "blocked" #~ msgstr "blocked" @@ -7290,10 +7949,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to generate uuid" #~ msgstr "domain name or uuid" -#, fuzzy -#~ msgid "invalid uuid element" -#~ msgstr "invalid argument in" - #, fuzzy #~ msgid "invalid or missing init element" #~ msgstr "missing root device information" @@ -7338,10 +7993,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot open tty pid file %s: %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "cannot read tty pid file %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" @@ -7429,18 +8080,10 @@ msgstr "failed to connect to Xen Store" #~ msgid "failed to set bridge STP to %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "allocating priv->hostname" -#~ msgstr "allocate value array" - #, fuzzy #~ msgid "unsupported guest type" #~ msgstr "unexpected mime type" -#, fuzzy -#~ msgid "Failed to generate UUID" -#~ msgstr "Failed to create domain %s\n" - #, fuzzy #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "failed to allocate a node" @@ -7449,10 +8092,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "failed to allocate a node" -#, fuzzy -#~ msgid "no domain with matching name" -#~ msgstr "domain id or name" - #, fuzzy #~ msgid "Invalid cdrom device name: %s" #~ msgstr "invalid domain pointer in %s" @@ -7545,16 +8184,9 @@ msgstr "failed to connect to Xen Store" #~ msgid "Failed to bring down bridge '%s' : %s" #~ msgstr "Failed to suspend domain %s" -#, fuzzy -#~ msgid "Failed to delete autostart link '%s': %s" -#~ msgstr "Failed to save domain %s to %s" - #~ msgid "domain" #~ msgstr "domain" -#~ msgid "domain name" -#~ msgstr "domain name" - #~ msgid "domain uuid" #~ msgstr "domain uuid" @@ -7639,10 +8271,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot allocate address" #~ msgstr "allocate response" -#, fuzzy -#~ msgid "poll returned error: %s" -#~ msgstr "internal error %s" - #, fuzzy #~ msgid "cannot allocate memory for buffer" #~ msgstr "allocate new buffer" diff --git a/src/libvirt.c b/src/libvirt.c index 6195a4e776..926c4a55c3 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -1046,7 +1046,8 @@ virConnectClose(virConnectPtr conn) return (0); } -/* Not for public use. This function is part of the internal +/* + * Not for public use. This function is part of the internal * implementation of driver features in the remote case. */ int @@ -2384,7 +2385,8 @@ virDomainMigrate (virDomainPtr domain, return ddomain; } -/* Not for public use. This function is part of the internal +/* + * Not for public use. This function is part of the internal * implementation of migration in the remote case. */ int @@ -2413,7 +2415,8 @@ virDomainMigratePrepare (virConnectPtr dconn, return -1; } -/* Not for public use. This function is part of the internal +/* + * Not for public use. This function is part of the internal * implementation of migration in the remote case. */ int @@ -2443,7 +2446,8 @@ virDomainMigratePerform (virDomainPtr domain, return -1; } -/* Not for public use. This function is part of the internal +/* + * Not for public use. This function is part of the internal * implementation of migration in the remote case. */ virDomainPtr @@ -2471,7 +2475,8 @@ virDomainMigrateFinish (virConnectPtr dconn, } -/* Not for public use. This function is part of the internal +/* + * Not for public use. This function is part of the internal * implementation of migration in the remote case. */ int @@ -2502,7 +2507,8 @@ virDomainMigratePrepare2 (virConnectPtr dconn, return -1; } -/* Not for public use. This function is part of the internal +/* + * Not for public use. This function is part of the internal * implementation of migration in the remote case. */ virDomainPtr @@ -5629,7 +5635,9 @@ char *virNodeDeviceGetXMLDesc(virNodeDevicePtr dev, unsigned int flags) * virNodeDeviceGetName: * @dev: the device * - * Returns the device name. + * Just return the device name + * + * Returns the device name or NULL in case of error */ const char *virNodeDeviceGetName(virNodeDevicePtr dev) { @@ -5647,6 +5655,8 @@ const char *virNodeDeviceGetName(virNodeDevicePtr dev) * virNodeDeviceGetParent: * @dev: the device * + * Accessor for the parent of the device + * * Returns the name of the device's parent, or NULL if the * device has no parent. */ @@ -5670,6 +5680,8 @@ const char *virNodeDeviceGetParent(virNodeDevicePtr dev) * virNodeDeviceNumOfCaps: * @dev: the device * + * Accessor for the number of capabilities supported by the device. + * * Returns the number of capabilities supported by the device. */ int virNodeDeviceNumOfCaps(virNodeDevicePtr dev) @@ -5750,6 +5762,7 @@ int virNodeDeviceFree(virNodeDevicePtr dev) * @conn: pointer to the connection * @cb: callback to the function handling domain events * @opaque: opaque data to pass on to the callback + * @freecb: optional function to deallocate opaque when not used anymore * * Adds a Domain Event Callback. * Registering for a domain callback will enable delivery of the events